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
I noticed that the Vesternet VES-ZB-REM-013 outputs 4 separate action states (f.e."on_1", "on_2", "on_3", "on_4") when pressing the top on and off buttons. This causes Home Assistant to sometimes output a WARNING log with message Already running and thus dropping the action.
I think a better solution can be to add the two actions as separate actions, "on" and "off".
Can this be fixed with a change to the converter definition or is this a firmware problem?
Also for this device the buttons labeled "S1" and "S2" are also sending 4 events each. They follow the pattern of "recall_{1-2}_{1-4}". For using this device with Home Assistant this is not very useful. On the other hand i know that this behavior is expected when paring the remote to Zigbee bulbs directly.
I noticed that the Vesternet VES-ZB-REM-013 outputs 4 separate action states (f.e."on_1", "on_2", "on_3", "on_4") when pressing the top on and off buttons. This causes Home Assistant to sometimes output a WARNING log with message
Already running
and thus dropping the action.I think a better solution can be to add the two actions as separate actions, "on" and "off".
Can this be fixed with a change to the converter definition or is this a firmware problem?
Converter Definition
zigbee-herdsman-converters/src/devices/vesternet.ts
Lines 58 to 81 in cc15841
The text was updated successfully, but these errors were encountered: