Hello all,
I’m trying to change from a conbee2 to a RaspBee2
I’ve removed the usb stic and installed the new device.
My system is rasbian OS update to today. I run deconz as a docker container with the following command:
docker run -d \
--name=deconz \
--net=host \
--restart=always \
-v /etc/localtime:/etc/localtime:ro \
-v /home/pi/Deconz/opt:/opt/deconz \
-v ~/.local/share/dresden-elektronik/deCONZ:/root/.local/share/dresden-elektronik/deCONZ \
--device /dev/ttyAMA0:/dev/ttyAMA0 \
-e DECONZ_WEB_PORT=1380 \
-e DECONZ_WS_PORT=8443 \
-e DECONZ_VNC_MODE=1 \
-e DECONZ_VNC_PORT=5907 \
-e DECONZ_VNC_PASSWORD=changeme \
marthoc/deconz
The fact is that I cannot find any zigbee device anymore.
If I enterin the phoscon app, no lights or anything else is found.
The strange thing is that if go in the gateway page
Vendor is unknow
there is no product data
the version is the 2.13.01 / 6/10/2021
and it says that the firmware is not connected.
May I give any other infos to help me to solve the clue?