Closed as not planned
Description
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