Skip to content

Commit

Permalink
[RMAC] Remove unnecessary filters (#130)
Browse files Browse the repository at this point in the history
Now that we detect these devices with random macs, no need to keep these default filters
  • Loading branch information
1technophile committed Apr 15, 2023
1 parent 8c0d668 commit 0e5fe57
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions TheengsGateway/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@
"discovery_device_name": "TheengsGateway",
"discovery_filter": [
"IBEACON",
"GAEN",
"MS-CDP",
"APPLE_CONT",
"APPLE_CONTAT",
],
"adapter": "",
"scanning_mode": "active",
Expand Down
2 changes: 1 addition & 1 deletion docs/use/use.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ If enabled (default), decoded devices will publish their configuration to Home A
- The discovery name can be set wit the `-Dn` or `--discovery_name` command line argument.
- Devices can be filtered from discovery with the `-Df` or `--discovery_filter` argument which takes a list of device "model_id" to be filtered.
The `IBEACON`, `GAEN`, `MS-CDP`, `APPLE_CONT` and `APPLE_CONTAT` devices are already filtered as their addresses (IDs) change over time resulting in multiple discoveries.
The `IBEACON` and random MAC devices (APPLE, MS-CDP and GAEN) are not discovered as their addresses (IDs) change over time resulting in multiple discoveries.
## Passive scanning
Passive scanning (`-s passive` or `--scanning_mode passive`) only works on Windows or Linux kernel >= 5.10 and BlueZ >= 5.56 with experimental features enabled.
Expand Down

0 comments on commit 0e5fe57

Please sign in to comment.