CC2531 + Homebridge + Zigbee Wall Switch #5975
Azure365Addict
started this conversation in
Devices
Replies: 1 comment 1 reply
-
OK, so I managed to pair the device and it is now visible in "Paired devices" section. How can I add this device to "Accessories" in Homebridge? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi.
I am a newbie in zigbee2mqtt and today I bought CC2531 to use together with Homebridge configured on Raspberry Pi.
Actually I am stuck at some point. From Homebridge perspective it seems like wall switch is registered (getting following information in logs: "[ZigBee] TouchLink accessory successfully registered") but when I try to turn ON Zigbee Touchlink toogle in Homebridge accessories it does not work. Also I do not see any paired devices using Zigbee WEB UI.
I am also not quite sure if I should add Zigbee gateway using Tuya Smart Life application on my iOS device?
Any idea what I am missing here?
Config file looks as follows:
{
"name": "ZigBee",
"port": "/dev/ttyACM0",
"panId": 65534,
"channel": 11,
"secondaryChannel": "20",
"adapter": "zstack",
"routerPollingInterval": 30,
"disableRouterPolling": false,
"disableHttpServer": false,
"disableLed": true,
"platform": "ZigbeeHomebridgeNTPlatform"
}
Setup:
Raspberry Pi 3
Homebridge + Zigbee2MQTT plugin
CC2531 USB dongle
Zigbee Wall Switch
Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions