Hi Guys,
Im strugging to get my Zigbee2Mqtt cover group set up and working in HA. The blinds all work fine by themselves, I just want to control some as a set.
In Zigbee2Mqtt i’ve created a group called “Kitchen_Blinds” containing 2 Blinds.
Then in HA i’ve added the below config, added the control, and when I press open or close the correct command goes through to “zigbee2mqtt/Kitchen_Blinds” but nothing happens.
What am I missing here?
- platform: mqtt
name: Kitchen Blinds
command_topic: "zigbee2mqtt/Kitchen_Blinds/set"
state_topic: "zigbee2mqtt/Kitchen_Blinds"
position_template: "{{ value_json.position }}"
set_position_template: '{ "position": {{ position }} }'