Nuc7 running Debian Bullseye KVM HomeAssistant
Ubuntu and raspbian are forks so Deconz should… run.
Used Phoscon Webpage CLI sequence conbee2/install#ubuntu
Result…
> aum@Nuc-7:~$ wget -O - xxxx://phoscon.de/apt/deconz.pub.key | sudo apt-key add -
> --2023-05-19 17:17:18-- xxxx://phoscon.de/apt/deconz.pub.key
> Resolving phoscon.de (xxxx)... 144.76.96.194
> Connecting to phoscon.de (xxxx)|144.76.96.194|:80... connected.
> HTTP request sent, awaiting response... 200 OK
> Length: 1692 (1.7K) [application/octet-stream]
> Saving to: ‘STDOUT’
>
> - 100%[===================>] 1.65K --.-KB/s in 0s
>
> 2023-05-19 17:17:18 (225 MB/s) - written to stdout [1692/1692]
>
> Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
> OK
(OK… the xxxx’s are to bypass the 2 link limit in a posting …)
Appears to me that Phoscon will need to update their installation CLI’s because of a change in APT KEY behavior ???
I managed to get Deconz running, but it does NOT detect the ConBee2 stick. Probably because of this key problem?
Also the ConBee2 stick appears not to mount properly.
aum@Nuc-7:~$ lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 0b95:1790 ASIX Electronics Corp. AX88179 Gigabit Ethernet
Bus 001 Device 005: ID 1cf1:0030 Dresden Elektronik ZigBee gateway [ConBee II]
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
aum@Nuc-7:~$ ls -l /dev/ttyACM*
crw-rw---- 1 root dialout 166, 0 May 19 17:29 /dev/ttyACM0
aum@Nuc-7:~$ ls /dev/serial/*
pci-0000:00:15.0-usb-0:3:1.0
It appears to me that somehow its not added to /dev/serial ?
I would like to connect the ConBee 2 in a Virtual KVM to Homeassistant too. I have tried several solutions in this and the Homeassistant forum. Occasionally it does show up in Homeassistant but when installing it fails, it cant find the ConBee2. Some of these postings mention a link to /dev/serial… but in my case no entry is detected.
ConBee2 confirmed working and has been updated to latest firmware on WIN10 machine.
I got the feeling the two problems are related that is why I post them together.
Could somebody shed a light on this perhaps. I’m really looking fwd to use DeConz and the ConBee2 in my network because of the mapping feature. Thank you.