Decouple two zigbee devices

Hi there,

I have a setup consisting of HA<->Mosquitto<->Zigbee2mqtt.

For some reason an Aqara Opple switch wasn’t responding anymore so I rediscovered it with Zigbee2mqtt by using the devices pairing system (pressing a button on the back for 5 seconds).

It now works, but in the process the button linked itself directly to all bulbs and smart plugs in my house.

Is there any way to “decouple” those devices?

My other idea would be to delete the button completely and discover it again with all other devices cut from power, but I don’t know if that works and I don’t want to do that if there is another way.

Thank you very much in advance!

See :

Hello,

thanks, I tried that but I get an error:

zigbee2mqtt/bridge/log {"message":{"cluster":"genOnOff","from":"0x04cf8cdf3c795ca6","to":"Bulb_Ikea_2"},"type":"device_unbind_failed"}

I set it to command mode and pressed a button as stated on the devices page.

Also with the zigbee2mqtt webadmin I can see that there are no bindings, only to the coordinator:

.
Also in the documentation for that specific device it says:

Binding #
By default the switch is bound to the coordinator but this device can also be used to directly control other lights and switches in the network.

First unbind it from the coordinator, then you can bind it to any other device or group. (see | Zigbee2MQTT )

But I never unbound it from the coordinator (as you can see above) which seems to be a prerequisite to binding it to something else.

in the above picture of the binds of the device it was missing a tick at LevelCtrl. Once I set that and hit “bind” it worked again properly.