You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having an issue with my zigbee network, and I'm hoping to get some help.
All the devices are on the network and connected to my instance of zigbee2mqtt,
but I'm getting a "Failed to bind cluster" error when I try to bind a button
press to toggle a light switch.
To attempt to bind the button press to toggle the light switch I take the following steps:
open the zigbee2mqtt frontend web interface
navigate to devices
click on "Button 1"
click on the bind tab
Configure a new row with:
Source endpoint: 1
Destination: "Main bedroom wall switch"
Destination endpoint: 1
Clusters:
OnOff: True
Click Bind
It waits a second and then the logs throw an error:
error 2024-12-07 22:56:30z2m: Failed to bind cluster 'genOnOff' from 'Button 1 - Main Bedroom Light' to 'Main bedroom wall switch' (Error: Bind 0xaddress000000001/1 genOnOff from '0xaddress000000002/1' failed (Delivery failed for '2890'.))
info 2024-12-07 22:56:30z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/bridge/response/device/bind', payload '{"data":{"clusters":[],"failed":["genOnOff"],"from":"Button 1 - Main Bedroom Light/1","to":"Main bedroom wall switch/1"},"error":"Failed to bind","status":"error","transaction":"53tm5-1"}'
error 2024-12-07 22:56:30z2m: Failed to bind
info 2024-12-07 22:56:32zh:ember:ezsp: Received network/route error ROUTE_ERROR_INDIRECT_TRANSACTION_EXPIRY for "2890".
When I look at the network map, I have my coordinator connected to "Occupancy 2" with a strength of 29/99, and then "Occupancy 2" is connected to the button with 58 and the switch with 82.
I have previously tried this when the button was right next to the coordinator and had a very high strength, and I tried to bind it to something else closer by, so I don't think it is a connection issue.
Is there something I can do to diagnose / fix this?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm having an issue with my zigbee network, and I'm hoping to get some help.
All the devices are on the network and connected to my instance of zigbee2mqtt,
but I'm getting a "Failed to bind cluster" error when I try to bind a button
press to toggle a light switch.
My controller is using:
The relevant devices in my zigbee network:
I have zigbee2mqtt and mqtt running via docker compose. Relevant configuration settings are:
Other network details:
To attempt to bind the button press to toggle the light switch I take the following steps:
It waits a second and then the logs throw an error:
When I look at the network map, I have my coordinator connected to "Occupancy 2" with a strength of 29/99, and then "Occupancy 2" is connected to the button with 58 and the switch with 82.
I have previously tried this when the button was right next to the coordinator and had a very high strength, and I tried to bind it to something else closer by, so I don't think it is a connection issue.
Is there something I can do to diagnose / fix this?
Beta Was this translation helpful? Give feedback.
All reactions