Using matter binding with white switches with home assistant matter server 8.1?

Home Assistant Matter Server 8.1 was released earlier this week. It contains some very rudimentary support for matter binding. See here:

I’m trying to figure out if I can use this to bind two white switches together so they can bind over matter instead of using an automation. I haven’t been able to get it to work yet though. Anyone else have any luck? It’s not entirely clear to me what endpoints/cluster IDs I need to be binding to.

I don’t own any Thread devices so no personal experience, but this thread has links out to where someone was successful previously with it so probably has the endpoint details: White Series Dimmer (VTM31-SN) - Bug/Enhancement Thread - #12 by Andrew123

I haven’t done it with 2 switches, but with a switch and a fan canopY. It should be the same idea though. You’ll want to bind the binding cluster on endpoint 2 on the control device to endpoint 1 clusters 6 and 8 on the second device.

I did have a bit of trouble getting it to work at first and ended up having to factory reset both devices and try again. My understanding is there is a bug in the current implementation where deleting bindings does not work.

1 Like

@harryh Everything @inovelli.shaft035 said is correct, and I can confirm it works the same for dimmer > dimmer. Bind the Dimer Switch cluster to the target’s endpoint 1, cluster 6 for on/off and cluster 1 endpoint 8 for brightness.

Deleting bindings is broken, so try to avoid that if possible. There’s a git issue open and the dev is looking for some advanced logging but no one has been able to provide it yet.

1 Like

Hrm, I tried this but it isn’t working. And I’m definitely running into the deleting bindings problem because there are access control entries in the dimmer I’m trying to bind to, but they don’t show up in the binding dialog to delete.

Maybe I’ll just pause for a bit until they get delete working at least. I’m worried I’m going to get my dimmers in a bad state and not be able to fix it.

-harryh

I was able to successfully bind Inovelli White Dimmer Switch with 5 LightingInside Matter over wifi bulbs without issue just using the on/off. I am going to give the dimmer functionality a try later. I was also able to delete the binding as long as the node was still online with my matter server. If the node is removed from matter I was not able to delete the binding.

like other people have said if you turn on/off from home assistant the feedback doesnt get sent back to the switch, probably will come up with some automation to “turn it on” so it saying in sync if that were too happen. Also have had no issues getting this into home kit and getting the feedback to work correctly.