-
Notifications
You must be signed in to change notification settings - Fork 133
Description
In the dashboard UI, as well as exploring nodes and viewing (reading) attribute values, it would be good if there was a way to write attribute values, specifically to write the Binding attribute.
This could be hidden behind an Advanced mode (like Home Assistant administration) if there was worry that it could mess things up.
Example:
node_id = 6
attribute_path = "1/30/0"
binding target:
node = 12
group = null
endpoint = 1
cluster = 0x0006 (On/Off cluster -- needs to be a client cluster)
fabricIndex = 2
We know the node and endpoint, and the relevant cluster. The valid binding target struct would depend on what clusters are in the descriptor client list ("1/29/2"), and the valid nodes and endpoints in the fabric (and the server list of the target node/endpoint)
Binding is a key feature for disconnected operation, e.g. where a switch can directly interface with a device (such as a light) by binding an On/Off client cluster with On/Off server on the destination light.
I have a Zemismart switch that has 0x6 client cluster supported, and I would like to bind it to a light (which all have 0x6 server).
The device supports the binding attribute, but there is no way to set it in the dashboard (I can via the programming UI)

