-
-
Notifications
You must be signed in to change notification settings - Fork 250
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
Rewrite of parser #365
Comments
I'm getting this exception with 2.8.0-beta - 2.7.1 is fine
|
Looks like it's because I have some sensors that used to be reachable by my HA PI (using some older version of the BLE integration) but currently aren't anymore (I'm using a esphome bridge for them) |
Ok, I will just add a check for "not None" Thanks for reporting. Fixed in 2.8.1-beta |
Thanks. My setup is happy again with 2.8.1-beta 👍 |
I'm going to rewrite the parser, such that it only parses the service data. This issue will be used to keep track of the process
__init__.py
to extract the service data (version 2.4.3)Inspired by custom pvvx version of BLE monitor
The text was updated successfully, but these errors were encountered: