Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added BLE filter by name feature #22530

Merged
merged 1 commit into from
Nov 24, 2024

Conversation

fellev
Copy link
Contributor

@fellev fellev commented Nov 22, 2024

Description:

Implemented two new filters for detected BLE devices:

  1. BLE Filter by Name: Useful for identifying devices with random MAC addresses.
  2. Minimum RSSI Filter: Helps to exclude BLE devices that are not in close proximity to the Tasmota device by setting a threshold for signal strength.

Checklist:

  • The pull request is done against the latest development branch
  • Only relevant files were touched
  • Only one feature/fix was added per PR and the code change compiles without warnings
  • The code change is tested and works with Tasmota core ESP8266 V.2.7.8
  • The code change is tested and works with Tasmota core ESP32 V.3.1.0.241117
  • I accept the CLA.

NOTE: The code change must pass CI tests. Your PR cannot be merged unless tests pass

@fellev fellev force-pushed the ble-add-filter-by-name branch 2 times, most recently from e539dc3 to cd4c5fe Compare November 23, 2024 10:23
@Jason2866
Copy link
Collaborator

Jason2866 commented Nov 23, 2024

Please add a short description in the PR. Why it is needed / usefull -> Use case
To be clear without the PR will be not merged and closed.

@fellev fellev force-pushed the ble-add-filter-by-name branch from cd4c5fe to e6b4091 Compare November 24, 2024 17:06
@fellev fellev force-pushed the ble-add-filter-by-name branch from e6b4091 to 3c13d81 Compare November 24, 2024 17:07
@Jason2866
Copy link
Collaborator

Merging as it is since the additional features are off by default

@Jason2866 Jason2866 merged commit 3448e17 into arendst:development Nov 24, 2024
59 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants