WebThingsIO / zigbee-adapter

Zigbee adapter add-on for WebThings Gateway
Mozilla Public License 2.0
46 stars 29 forks source link

raspbee II zigbee adapter not working #316

Closed thales-man closed 2 years ago

thales-man commented 2 years ago

I've followed the instructions for setting this up. You can see in the log the adapter is found and recognised as a Conbee (it is in fact a Raspbee II). I've added 2 test nodes (on/off sockets); the nodes are found. Using a Phoscon image I can add, remove and control the nodes. Sadly, it doesn't work with the Web Things Gateway. I can't get the device to 'appear' on AMA0, it insists on attaching to ttyS0 and the adapter fails. To be honest I'm not sure why I'm having to set the port if the adapter is clearly capable of finding the device on its own.

2021-07-15 20:36:13.275 INFO : zigbee-adapter: DEBUG config = '' 2021-07-15 20:36:13.302 INFO : zigbee-adapter: Creating conbee driver for /dev/ttyS0 2021-07-15 20:36:13.813 INFO : zigbee-adapter: this.driver = ConBeeDriver {} 2021-07-15 20:36:13.819 INFO : zigbee-adapter: ConBeeDriver: Using serial port /dev/ttyS0 2021-07-15 20:36:13.832 INFO : zigbee-adapter: Probing serial ports 2021-07-15 20:36:13.920 INFO : zigbee-adapter: ConBee Firmware version: 26690700 2021-07-15 20:36:14.076 INFO : zigbee-adapter: Kicking WatchDog for 3600 seconds 2021-07-15 20:36:14.306 INFO : zigbee-adapter: Serial ports that were found: 2021-07-15 20:36:14.381 INFO : zigbee-adapter: MAC Address: 00212effff06e67b 2021-07-15 20:36:14.385 INFO : zigbee-adapter: Network PANID16: cc23 2021-07-15 20:36:14.388 INFO : zigbee-adapter: Network Addr16: 0000 2021-07-15 20:36:14.391 INFO : zigbee-adapter: Network PANID64: 00212effff06e67b 2021-07-15 20:36:14.394 INFO : zigbee-adapter: APS Designated Coordinator: 1 2021-07-15 20:36:14.398 INFO : zigbee-adapter: Scan Channels: 00008000 2021-07-15 20:36:14.400 INFO : zigbee-adapter: APS PANID64: 0000000000000000 2021-07-15 20:36:14.402 INFO : zigbee-adapter: Trust Center Addr64: 00212effff06e67b 2021-07-15 20:36:14.405 INFO : zigbee-adapter: Security Mode: 3 2021-07-15 20:36:14.408 INFO : zigbee-adapter: Network Key: b23873fd0611577ecae58b699eb7cf00 2021-07-15 20:36:14.411 INFO : zigbee-adapter: Operating Channel: 15 2021-07-15 20:36:14.414 INFO : zigbee-adapter: Protocol Version: 270 2021-07-15 20:36:14.416 INFO : zigbee-adapter: Network Update ID: 0 2021-07-15 20:36:14.419 INFO : zigbee-adapter: Permit Join: 0 2021-07-15 20:36:14.422 INFO : zigbee-adapter: WatchDog TTL: 3600 2021-07-15 20:36:14.423 INFO : zigbee-adapter: Version: 26690700 2021-07-15 20:36:14.427 INFO : zigbee-adapter: ZigbeeNode created: addr64: 00212effff06e67b addr16: 0000 2021-07-15 20:36:14.430 INFO : zigbee-adapter: ZigbeeNode created: addr64: f0d1b800001263f2 addr16: bbf3 2021-07-15 20:36:14.433 INFO : zigbee-adapter: ZigbeeNode created: addr64: f0d1b800001264ac addr16: a0b0 2021-07-15 20:36:14.482 INFO : zigbee-adapter: ----- Scan Starting ----- 2021-07-15 20:36:14.485 INFO : zigbee-adapter: ----- Nodes ----- 2021-07-15 20:36:14.489 INFO : zigbee-adapter: Node: 00212effff06e67b 0000 Name: zb-00212effff06e67b-Dongle rebindRequired: true endpoints: [] 2021-07-15 20:36:14.491 INFO : zigbee-adapter: Neighbor: f0d1b800001264ac a0b0 DT: Router R: Sibling PJ: N D: 1 LQI: 255 2021-07-15 20:36:14.493 INFO : zigbee-adapter: Node: f0d1b800001263f2 bbf3 Name: zb-f0d1b800001263f2-Node rebindRequired: true endpoints: [] 2021-07-15 20:36:14.494 INFO : zigbee-adapter: Node: f0d1b800001264ac a0b0 Name: zb-f0d1b800001264ac-Node rebindRequired: true endpoints: [] 2021-07-15 20:36:14.495 INFO : zigbee-adapter: ----------------- 2021-07-15 20:36:14.499 INFO : zigbee-adapter: ----- Scan Complete ----- 2021-07-15 20:36:14.543 INFO : zigbee-adapter: Serial Device found @ /dev/ttyAMA0 2021-07-15 20:36:14.546 INFO : zigbee-adapter: Serial Device found @ /dev/ttyS0 2021-07-15 20:36:14.549 ERROR : zigbee-adapter: Failed to start add-on zigbee-adapter: No Zigbee dongle found

thales-man commented 2 years ago

it's looking seriously like the whole thing is dead. moved to openHAB.