So I bought one of these Linkind 5 key button devices and I am running zigbee2mqtt. The documentation says to look for these topics
The possible values are:
on
,off
,brightness_step_up
,brightness_step_down
,color_temperature_move
,color_move
,brightness_move_up
,brightness_move_down
,brightness_stop
,brightness_move_to_level
,color_temperature_move_up
,color_temperature_move_down
However after using MQTT Explorer, this is not the case. For the brightness move, the actual value is brightness_move_to_level
no matter if you hit the up or down arrow. The only thing that changes is "action_level":
This will provide a numerical value of 13
, 64
, 127
, 191
, and 255
.
I have see a few Blueprints for this device but only use ZHA, I am working on one for Zigbee2Mqtt. However I do not know how to reference "action_level":
values. Can someone help?
Also if you are see the correct action values listed from the Z2M site, please let me know.