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

SwitchBot devices require active scans to be discovered #284

Open
bdraco opened this issue Dec 31, 2024 · 0 comments
Open

SwitchBot devices require active scans to be discovered #284

bdraco opened this issue Dec 31, 2024 · 0 comments

Comments

@bdraco
Copy link
Member

bdraco commented Dec 31, 2024

The service data is only send in the scan response which makes it impossible for Home Assistant to discover these devices with passive only scans.

Typical solutions other vendors use:

  • Send the service data in the base adv (sometimes a problem since its limits to 31 bytes). The usual trade off is to move the local name into the scan response only to make room
  • Periodicity send the service data in the base adv, even if its only every 15 minutes or so.
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

No branches or pull requests

1 participant