-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Description
What happened?
I have 3 Blinds In a group. I am trying to send one MQTT command so they all move at the same time but am running into an error
z2m: Publish 'set' 'state' to 'MasterBedroomBlinds' failed: 'Error: Not supported for groups'
z2m: Publish 'set' 'position' to 'MasterBedroomBlinds' failed: 'Error: Not supported for groups'
topic: zigbee2mqtt2/MasterBedroomBlinds/set
payload: {"state": "OPEN"} or {"position": 100}
According to the groups page, sate should be supported. Maybe position is not yet. but state does not work either
Also, I am currently running my own external_converters file for these blinds, not sure if this could be the root of the problem too.
What did you expect to happen?
sending the command open/close the blinds or sets the position
How to reproduce it (minimal and precise)
send mqtt command to group
Zigbee2MQTT version
2.6.3
Adapter firmware version
ZStack3x0 0x00124b00257c8ed4
Adapter
SLZB-06
Setup
proxmox running zigbee2mqtt lxc
Device database.db entry
No response
Debug log
No response
Notes
No response