Skip to content
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

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

Open
ijasan opened this issue May 10, 2024 · 2 comments
Open

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

ijasan opened this issue May 10, 2024 · 2 comments
Assignees
Labels
awaiting feedback enhancement An enhancement or new feature for an existing add-on

Comments

@ijasan
Copy link

ijasan commented May 10, 2024

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.

@ijasan ijasan added the enhancement An enhancement or new feature for an existing add-on label May 10, 2024
@markus7017 markus7017 self-assigned this May 11, 2024
@markus7017
Copy link
Contributor

@ijasan
Copy link
Author

ijasan commented May 24, 2024

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.

lsiepel pushed a commit that referenced this issue May 28, 2024
…V set temp (#16746)

* fixes ##16736, #16734, #16542, #16709, #16735

Signed-off-by: Markus Michels <markus7017@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting feedback enhancement An enhancement or new feature for an existing add-on
Projects
None yet
Development

No branches or pull requests

2 participants