zigpy-deconz icon indicating copy to clipboard operation
zigpy-deconz copied to clipboard

ConBee reported as RaspBee

Open chmielowiec opened this issue 4 years ago • 3 comments

Due to changes in commit https://github.com/zigpy/zigpy-deconz/commit/db2861d0dc9a0ebf3b8331490c1652d66b26e156 in HA Beta my ConBee stick is reported as RaspBee device.

image

My env:

version core-2021.4.0b4
installation_type Home Assistant Container
dev false
hassio false
docker true
virtualenv false
python_version 3.8.7
os_name Linux
os_version 4.19.66-v7+
arch armv7l
timezone Europe/Warsaw

chmielowiec avatar Apr 06 '21 10:04 chmielowiec

@systemcrash Related to https://github.com/zigpy/zigpy-deconz/issues/150, but it already worked fine before that fix.

chmielowiec avatar Apr 06 '21 10:04 chmielowiec

use /dev/serial/by-id for your ConBee device

Adminiuga avatar Apr 06 '21 23:04 Adminiuga

@Adminiuga

According to Phoscon docs ConBee (USB) = ttyUSB0 ConBee II (USB) = ttyACM0 RaspBee/RaspBee II (GPIO) = ttyAMA0

In issue https://github.com/zigpy/zigpy-deconz/issues/150 OP states he has USB device in Synology NAS. Clearly he means ConBee II (Synology NAS doesn't even have GPIO pins). Proposed/applied change https://github.com/zigpy/zigpy-deconz/commit/db2861d0dc9a0ebf3b8331490c1652d66b26e156 seems to just flag ConBee as GPIO Raspbee instead as ConBee. Original regex was in my opinion fine.

use /dev/serial/by-id for your ConBee device

I don't think that's even possible with Synology DSM ... and it's not necessary?

Xeevis avatar Dec 10 '21 19:12 Xeevis