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

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 |
@systemcrash Related to https://github.com/zigpy/zigpy-deconz/issues/150, but it already worked fine before that fix.
use /dev/serial/by-id for your ConBee device
@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?