-
Notifications
You must be signed in to change notification settings - Fork 12
Description
I have setup two generic enocean things in openHAB (only these two) and I use a JS transformation to transform the messages 1:1 from the device to the string channel of the thing.
From time to time I see this strange behaviour: the messages from the physical sensors are processed by the binding (I can see the processing log messages in the trace logs) but the string channel does not fire an event anymore. This means that none of the messages sent by this device are coming through to the item level until I restart openHAB. I don't see anything suspicious in the logs at all. After a restart of OH everything is working as expected again so I'm pretty sure that the sensors are working just fine....
This is not related to my other issue related to serial reconnections. This problem occurs with WiFi being constantly switched on respectively a stable serial connection. Since I see messages coming in communication between sensor and OH can be ruled out as source of this issue as well. It seems that something breaks in the binding from time to time