-
-
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 Message does not change Channel value #6932
Comments
This bug is still existing. Is there no one, who can take an eye on this? |
@mmans is this something you can check? |
Hi @RalphSester! Unfortunately I'm unable to test this myself. But what I see in the code is, that a message-object expects a "DeviceLinkList". However, the Json you provided (in your excellently filed bugreport) doesn't contain this field. Instead there is a "devices" field. I simply renamed this in the code. So if you like you could test this. I don't know exactly if this can cause other parts to fail. But as far as I could see it doesn't. So maybe this very quick and completely untested fix works :) If not could you set the log-level to trace, test again and send me the logs? Link to my repo: https://github.com/mmans/openhab-addons/tree/bugfix/6932 Ps. I'm happy to help out, but my time is very limiting at the moment. So it sometimes can take some time till I answer. Thx! Greetz, |
Hi @mmans , i have tested your pre-compiled jar in my environment - and the test was positive! Good job! Ralph |
Hi @RalphSester! That sounds great! Thanks for the quick test! Greetz, |
* Renamed DeviceLinkList to Devices * Updates Javadocs + Added 2 Annotations Closes #6932 Signed-off-by: Marco Mans <[email protected]>
* Renamed DeviceLinkList to Devices * Updates Javadocs + Added 2 Annotations Closes openhab#6932 Signed-off-by: Marco Mans <[email protected]>
* Renamed DeviceLinkList to Devices * Updates Javadocs + Added 2 Annotations Closes openhab#6932 Signed-off-by: Marco Mans <[email protected]> Signed-off-by: CSchlipp <[email protected]>
* Renamed DeviceLinkList to Devices * Updates Javadocs + Added 2 Annotations Closes openhab#6932 Signed-off-by: Marco Mans <[email protected]> Signed-off-by: MPH80 <[email protected]>
* Renamed DeviceLinkList to Devices * Updates Javadocs + Added 2 Annotations Closes openhab#6932 Signed-off-by: Marco Mans <[email protected]>
* Renamed DeviceLinkList to Devices * Updates Javadocs + Added 2 Annotations Closes openhab#6932 Signed-off-by: Marco Mans <[email protected]>
* Renamed DeviceLinkList to Devices * Updates Javadocs + Added 2 Annotations Closes openhab#6932 Signed-off-by: Marco Mans <[email protected]>
* Renamed DeviceLinkList to Devices * Updates Javadocs + Added 2 Annotations Closes openhab#6932 Signed-off-by: Marco Mans <[email protected]>
* Renamed DeviceLinkList to Devices * Updates Javadocs + Added 2 Annotations Closes openhab#6932 Signed-off-by: Marco Mans <[email protected]> Signed-off-by: Daan Meijer <[email protected]>
* Renamed DeviceLinkList to Devices * Updates Javadocs + Added 2 Annotations Closes openhab#6932 Signed-off-by: Marco Mans <[email protected]>
When a low-battery-message arrives from the api, the binding does not change the low-battery-channel of the thing.
Expected Behavior
when a message arrives, the low-battery-channel of the device hast to be set to ON
after replacing batteries the channel has to be set to OFF
Current Behavior
Nothing happens.
The fix #6920 prevents the bridge from going offline but does not handle the message correctly.
Steps to Reproduce (for Bugs)
see issue #6918
Context
this functionality was correct in previous versions of this binding (new binding). i think it is implemented.
See the message from API in the debug-log:
@Hilbrand ....can take please a look again?
Your Environment
OH 2.5.1 on Windows Server 2016
The text was updated successfully, but these errors were encountered: