forked from openhab/openhab-addons
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Detect incorrect device ID instead of showing the thing as "Online" #34
Comments
This was referenced Aug 11, 2020
coeing
added a commit
that referenced
this issue
Feb 16, 2021
coeing
added a commit
that referenced
this issue
Feb 16, 2021
Signed-off-by: Christian Oeing <[email protected]>
coeing
added a commit
that referenced
this issue
Feb 22, 2021
Signed-off-by: Christian Oeing <[email protected]>
coeing
added a commit
that referenced
this issue
Feb 22, 2021
…error handling Signed-off-by: Christian Oeing <[email protected]>
coeing
added a commit
that referenced
this issue
Feb 22, 2021
Signed-off-by: Christian Oeing <[email protected]>
coeing
added a commit
that referenced
this issue
Feb 23, 2021
Signed-off-by: Christian Oeing <[email protected]>
coeing
added a commit
that referenced
this issue
Feb 23, 2021
…error handling Signed-off-by: Christian Oeing <[email protected]>
coeing
added a commit
that referenced
this issue
Feb 23, 2021
Signed-off-by: Christian Oeing <[email protected]>
Fixed by #90 |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now any configured thing that has a bridge is shown as "Online", even if the specified device id is invalid (any string possible). We should do a test request to the controller on initialization to check if a device with this ID exists. It might be enough to do this only when the device ID was first set or changed, but as a first step I would do it on each initialization. This can be implemented in the base class
BoschSHCBridgeHandler
The text was updated successfully, but these errors were encountered: