deconz-rest-plugin: Issue with Raspberry Pi 4 and Conbee II, cant find devices

Describe the bug

Im setting up deconz for my dad, and I have a raspberry pi which im setting up his conbee II on, but when I search for devices, it finds nothing, im testing with a ikea bulb.

Things i’ve tried:

  • move raspberry to stronger psu
  • moved deconz from docker to host os ( from http://phoscon.de/apt/deconz )
  • eventhough I run is at root, root is still a member of dialout group.
  • usb extension cord for conbee II
  • tried other zigbee device ( philips hue motion sensor )
  • if I try to add the bulb to MY conbee II, it joins the cluster right away
  • upgraded to 0x26680700

There is no errors in the log.

Steps to reproduce the behavior

Try and pair a device like normal

Expected behavior

Found the zigbee device

Screenshots

Environment

  • Host system: Raspberry Pi 4 Model B
  • Running method: Raspbian, deconz via apt (not docker)
  • Firmware version: 0x26680700
  • deCONZ version: 2.07.01 / 12/8/2020
  • Device: ConBee II
  • Do you use an USB extension cable: yes
  • Is there any other USB or serial devices connected to the host system? If so: Which? SSD via USB

deCONZ Logs

12:51:57:503 send permit join, duration: 59
12:51:57:503 send GP proxy commissioning mode
12:51:57:503 enqueue event config/localtime for /config/
12:51:58:010 Mgmt_Lqi_req zdpSeq: 34 to 0x00212EFFFF065BCF start index 0
12:51:58:027 ZDP status = 0x00 -> SUCCESS
12:51:58:027 void deCONZ::zmNode::setFetched(deCONZ::RequestId, bool) fetched item: 8, node: 0x0000
12:51:58:027 ZDP Mgmt_Lqi_rsp zdpSeq: 34 from 0x00212EFFFF065BCF total: 0, startIndex: 0, listCount: 0
12:51:58:502 enqueue event config/localtime for /config/
12:51:59:503 Daylight now: solarNoon, status: 170, daylight: 1, dark: 0
12:51:59:504 enqueue event config/localtime for /config/
12:52:00:411 Mgmt_Lqi_req zdpSeq: 35 to 0x00212EFFFF065BCF start index 0
12:52:00:418 ZDP status = 0x00 -> SUCCESS
12:52:00:418 void deCONZ::zmNode::setFetched(deCONZ::RequestId, bool) fetched item: 8, node: 0x0000
12:52:00:418 ZDP Mgmt_Lqi_rsp zdpSeq: 35 from 0x00212EFFFF065BCF total: 0, startIndex: 0, listCount: 0
12:52:00:503 enqueue event config/localtime for /config/
12:52:01:504 enqueue event config/localtime for /config/
12:52:02:503 enqueue event config/localtime for /config/
12:52:02:811 Mgmt_Lqi_req zdpSeq: 36 to 0x00212EFFFF065BCF start index 0
12:52:02:826 ZDP status = 0x00 -> SUCCESS
12:52:02:826 void deCONZ::zmNode::setFetched(deCONZ::RequestId, bool) fetched item: 8, node: 0x0000
12:52:02:826 ZDP Mgmt_Lqi_rsp zdpSeq: 36 from 0x00212EFFFF065BCF total: 0, startIndex: 0, listCount: 0
12:52:03:503 enqueue event config/localtime for /config/
12:52:04:503 enqueue event config/localtime for /config/
12:52:05:211 Mgmt_Lqi_req zdpSeq: 37 to 0x00212EFFFF065BCF start index 0
12:52:05:218 ZDP status = 0x00 -> SUCCESS
12:52:05:218 void deCONZ::zmNode::setFetched(deCONZ::RequestId, bool) fetched item: 8, node: 0x0000
12:52:05:218 ZDP Mgmt_Lqi_rsp zdpSeq: 37 from 0x00212EFFFF065BCF total: 0, startIndex: 0, listCount: 0
12:52:05:503 enqueue event config/localtime for /config/
12:52:06:503 enqueue event config/localtime for /config/
12:52:06:503 sql exec SELECT conf FROM zbconf ORDER BY rowid desc limit 1

after this it just seems to be the same

12:53:19:626 ZDP status = 0x00 -> SUCCESS
12:53:19:626 void deCONZ::zmNode::setFetched(deCONZ::RequestId, bool) fetched item: 8, node: 0x0000
12:53:19:626 ZDP Mgmt_Lqi_rsp zdpSeq: 68 from 0x00212EFFFF065BCF total: 0, startIndex: 0, listCount: 0
12:53:20:503 enqueue event config/localtime for /config/
12:53:21:504 enqueue event config/localtime for /config/
12:53:22:010 Mgmt_Lqi_req zdpSeq: 69 to 0x00212EFFFF065BCF start index 0

Additional context

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Comments: 25

Most upvoted comments

Please open a new issue, it s not so simple. Have you the extension cable, the firwmare number is displayed on phoscon, it s working on a PC, ect …

OK noted. It works flawlessly on a PC (Windows) and I’ve even flashed the latest firmware. Thanks for the reply.

@Smanar I’ve manage to make it work. I was missing USB Serial modules on my installation. After I’ve installed them Conbee 2 stick was immediately detected by Homeassistant:

sudo apt install linux-modules-extra-$(uname -r)

@Mimiix I’ve just loaded up the Conbee on my laptop with the same docker-compose config and it works fine so the thread is probably right, it’s a power issue.