-
-
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
[innogysmarthome] Low-Battery Channel causes Bridge-Offline #6918
Labels
bug
An unexpected problem or unintended behavior of an add-on
Comments
RalphSester
added
the
bug
An unexpected problem or unintended behavior of an add-on
label
Jan 27, 2020
Hilbrand
added a commit
to Hilbrand/openhab-addons
that referenced
this issue
Jan 27, 2020
Fixes openhab#6918 Signed-off-by: Hilbrand Bouwkamp <[email protected]>
cweitkamp
pushed a commit
that referenced
this issue
Jan 28, 2020
Fixes #6918 Signed-off-by: Hilbrand Bouwkamp <[email protected]>
andibraeu
pushed a commit
to andibraeu/openhab-addons
that referenced
this issue
Feb 17, 2020
Fixes openhab#6918 Signed-off-by: Hilbrand Bouwkamp <[email protected]>
leluna
pushed a commit
to leluna/openhab2-addons
that referenced
this issue
Mar 21, 2020
Fixes openhab#6918 Signed-off-by: Hilbrand Bouwkamp <[email protected]> Signed-off-by: leluna <[email protected]>
Hans-Reiner
pushed a commit
to Hans-Reiner/openhab2-addons
that referenced
this issue
Apr 11, 2020
Fixes openhab#6918 Signed-off-by: Hilbrand Bouwkamp <[email protected]> Signed-off-by: Hans-Reiner Hoffmann <[email protected]>
markus7017
pushed a commit
to markus7017/openhab-addons
that referenced
this issue
May 29, 2020
Fixes openhab#6918 Signed-off-by: Hilbrand Bouwkamp <[email protected]>
andrewfg
pushed a commit
to andrewfg/openhab-addons
that referenced
this issue
Aug 31, 2020
Fixes openhab#6918 Signed-off-by: Hilbrand Bouwkamp <[email protected]>
andrewfg
pushed a commit
to andrewfg/openhab-addons
that referenced
this issue
Aug 31, 2020
Fixes openhab#6918 Signed-off-by: Hilbrand Bouwkamp <[email protected]>
andrewfg
pushed a commit
to andrewfg/openhab-addons
that referenced
this issue
Aug 31, 2020
Fixes openhab#6918 Signed-off-by: Hilbrand Bouwkamp <[email protected]>
andrewfg
pushed a commit
to andrewfg/openhab-addons
that referenced
this issue
Aug 31, 2020
Fixes openhab#6918 Signed-off-by: Hilbrand Bouwkamp <[email protected]>
DaanMeijer
pushed a commit
to DaanMeijer/openhab-addons
that referenced
this issue
Sep 1, 2020
Fixes openhab#6918 Signed-off-by: Hilbrand Bouwkamp <[email protected]> Signed-off-by: Daan Meijer <[email protected]>
markus7017
pushed a commit
to markus7017/openhab-addons
that referenced
this issue
Sep 19, 2020
Fixes openhab#6918 Signed-off-by: Hilbrand Bouwkamp <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
in the actual beta version of the binding the low battery-channels are not working correct. if a device sends a low battery-state, then the bridge is going offline…
in a previous version of the binding, this was tested correctly by me and told to Ollie.
Can you take a look on this ?
the debug log is showing the error in the attached debug log.
Expected Behavior
when a device sends a low-battery-info the low-battery-channel of the thing should be set to ON.
after replacing batteries the channel should be set to OFF
Current Behavior
when a device sends a low-battery-info then the binding generates an exeption an the bridge is going offline. the low-battery-info is not send to the channel. see the log.
Possible Solution
in previous versions of this beta-binding, this functionality was working correct, because i have tested it with the origin developer @ollie-dev .
after the auth-changes of @Hilbrand there could be something wrong....
Steps to Reproduce (for Bugs)
use some nearly empty batteries in a batterie-device to test it.
i am able and ready to make some tests if necessary.
Context
See the debug-log of the execption:
Your Environment
OpenHAB 2.5.1 on Windows Server 2016
The text was updated successfully, but these errors were encountered: