-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[shelly] Fix BLU Discovery when Shelly Cloud Bluetooth Gateway is enabled #17167
Conversation
this case the binding's gateway script could not get access to the BLE observer). Signed-off-by: Markus Michels <markus7017@gmail.com>
@markus7017 - the label "awaiting feedback" is set when awaiting feedback from the contributor. When set, it signals low-priority and likely won't be picked up for a review. If you are waiting for user feedback, you could instead use the label "additional testing preferred". And to block the PR from being merged, you can mark it as a draft (and optionally add label "work in progress" for better visibility). |
ok, good to know |
@jlaur it's ready to merge |
Please consider to also merge into 4.2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the fix!
#17167) this case the binding's gateway script could not get access to the BLE observer). Signed-off-by: Markus Michels <markus7017@gmail.com>
This pull request has been mentioned on openHAB Community. There might be relevant details there: |
openhab#17167) this case the binding's gateway script could not get access to the BLE observer). Signed-off-by: Markus Michels <markus7017@gmail.com>
openhab#17167) this case the binding's gateway script could not get access to the BLE observer). Signed-off-by: Markus Michels <markus7017@gmail.com> Signed-off-by: Patrik Gfeller <patrik.gfeller@proton.me>
openhab#17167) this case the binding's gateway script could not get access to the BLE observer). Signed-off-by: Markus Michels <markus7017@gmail.com>
openhab#17167) this case the binding's gateway script could not get access to the BLE observer). Signed-off-by: Markus Michels <markus7017@gmail.com>
The binding's gateway script could not get access to the BLE observer in case the Shelly Cloud Bluetooth Gateway is enabled. Therefore no discovery results will be passed to openHAB.
The binding now checks the device settings and adjust them if nessecary.