You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the OW server is stopped (and restarted), I obtain many lines like these in the OH logs :
2024-12-21 04:17:34.403 [WARN ] [internal.owserver.OwserverConnection] - EOFException: exception while reading packet - null
...
2024-12-21 04:17:34.437 [WARN ] [mmon.WrappedScheduledExecutorService] - Scheduled runnable ended with an exception:
at org.openhab.binding.onewire.internal.owserver.OwserverConnection.request(OwserverConnection.java:304) ~[?:?]
at org.openhab.binding.onewire.internal.owserver.OwserverConnection.request(OwserverConnection.java:304) ~[?:?]
...
Following that, the connection is lost between the binding and the OWserver and sensors are not updated anymore in OH.
My current solution is to disable/wait 5 s/enable the OW Thing to restart the connection.
Environment
OH 4.3 (this bug is present since OH4, and did not exist on my previous OH2 installation)
Openhabian, Raspberry 4 Bullseye
The OWserver runs on a separate Raspberry Pi
The text was updated successfully, but these errors were encountered:
Hello,
I have an issue with onewire binding :
Current Behavior
When the OW server is stopped (and restarted), I obtain many lines like these in the OH logs :
Following that, the connection is lost between the binding and the OWserver and sensors are not updated anymore in OH.
My current solution is to disable/wait 5 s/enable the OW Thing to restart the connection.
Environment
The text was updated successfully, but these errors were encountered: