zigpy / zigpy-deconz

A library which communicates with Deconz radios for zigpy
GNU General Public License v3.0
85 stars 20 forks source link

ConBee reported as RaspBee #157

Open chmielowiec opened 3 years ago

chmielowiec commented 3 years ago

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 commented 3 years ago

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

Adminiuga commented 3 years ago

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

Xeevis commented 2 years ago

@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?