-
-
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
[knx] Wrong device status. It's OFFLINE, while it is working. #5484
Comments
How can I help the developer of the KNX binding to start working on the solution? |
@Pirx99, Your ROUTER configuration is incorrectly configured at "ipAdress". https://www.openhab.org/addons/bindings/knx/#ip-gateway Please test the following configuration and it works:
|
@lewie |
@Pirx99, I'm very happy about that! In addition, the improved/simplified sample configuration in the official KNX-Binding documentation: |
Resolved according to opener. |
Expected Behavior
The status should be ONLINE, because the devices are working properly
Current Behavior
The binding sets the KNX-Bridge to ONLINE and all devices to OFFLINE despite the fact that the general communication with the devices are working without any issues. I've set the DEBUG level, but was unable to find any bad entries.
Possible Solution
No idea!
Steps to Reproduce (for Bugs)
This is my bridge config and a device example:
(my KNX-Bridge is Enertex KNX/netIP Router)
Context
The disadvantage of the OFFLINE status comes, when a devices tries to sent periodic values to openhab. In this situation I see a new value coming, but OH refuses to update the item accordingly because the device status is OFFLINE. This is somehow obvious and smart.
However, I didn't find any reason why the binding is insisting to the OFFLINE status.
Your Environment
OH 2.5.0-SNAPSHOT Build #1472
Linux 4.9.45-ubilinux+ #2 SMP Fri Sep 8 10:51:36 IST 2017 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered: