openhab / openhab-addons

Add-ons for openHAB
https://www.openhab.org/
Eclipse Public License 2.0
1.88k stars 3.59k forks source link

[shelly] Info events are sent to the alarm channel #16735

Open ijasan opened 5 months ago

ijasan commented 5 months ago

Binding version: SNAPSHOT 4.2.0.202404071245

Some device events of type Info are sent to the alarm channel, for example: ota_begin ota_progress ota_end roller_calibrating

Maybe these can be filtered out by the binding or a new event channel could be implemented for this type of message.

markus7017 commented 5 months ago

try this build: https://github.com/markus7017/myfiles/blob/master/shelly/org.openhab.binding.shelly-4.2.0-SNAPSHOT.jar?raw=true

ijasan commented 5 months ago

try this build: https://github.com/markus7017/myfiles/blob/master/shelly/org.openhab.binding.shelly-4.2.0-SNAPSHOT.jar?raw=true

Tried build 4.2.0.202405122200

Unfortunately, some events are still being passed through: 2024-05-24 09:50:23.261 [INFO ] [org.openhab.core.model.script.Shelly] - An alarm condition was detected: ota_begin on channel shelly:shellyplus2pm-roller:xxx:device#alarm on device Rol WZ 2024-05-24 09:52:52.022 [INFO ] [org.openhab.core.model.script.Shelly] - An alarm condition was detected: roller_calibrating on channel shelly:shellyplus2pm-roller:xxx:device#alarm on device Rol WZ

But it works for ota_progress and ota_end events.

stale[bot] commented 3 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

markus7017 commented 2 months ago

Should be solved, try as part of #17163, try DEV build and close this issue when confirmed