Hi,
I’m using OpenHAB 3.1 with a lot of Shelly devices, working fine.
Now I added a new Shelly Button 1, but the events do only work for some time after I restart OpenHAB or disable/enable the thing in OpenHAB. The rules for “received update” of the input or lastEvent are only called a few times and then not any more.
The same is true for the trigger rule. It works a few times, but then it’s not called any more.
This one is looking like this:
rule "Shelly Button 1 Schlafzimmer"
when
Channel "shelly:shellybutton1:XXXXXX:status#button" triggered
then
logInfo("Info", "Shelly Button 1 Schlafzimmer: Trigger: " + receivedEvent.toString())
end
The events.log does not contain any events from the Shelly Button 1 if the rules are not called any more.
The Shelly Button 1 is basically working fine, because using the Action URLs of the device itself is working 100% reliable.
Any help is much appreciated!
Thx,
Stefan