HI,
I have problems setting up Deconz/ConbeeIII auf Rasperry5/Docker.
It seem that the Conbee does not connect to Phoscon App.
Installation is fresh and apart from a RaspberryMatic Container nothing else runs.
Tried the same setup with on Raspberry3+ and fresh installation which works.
Docker un command:
docker run -d --name=deconz --restart=always -p 80:80 -p 443:443 -v /etc/localtime:/etc/localtime:ro -v /opt/deconz:/opt/deCONZ --device=/dev/ttyUSB0 -e DECONZ_BAUDRATE=115200 deconzcommunity/deconz
Docker log:
12:31:18:630 failed to reconnect to network try=4
12:31:22:152 dev /dev/ttyAMA10
12:31:23:141 dev /dev/ttyAMA10
12:31:23:630 failed to reconnect to network try=5
12:31:27:142 dev /dev/ttyAMA10
12:31:28:147 dev /dev/ttyAMA10
12:31:28:631 failed to reconnect to network try=6
12:31:32:147 dev /dev/ttyAMA10
12:31:33:147 dev /dev/ttyAMA10
12:31:33:630 failed to reconnect to network try=7
12:31:37:142 dev /dev/ttyAMA10
12:31:38:142 dev /dev/ttyAMA10
12:31:38:631 failed to reconnect to network try=8
and so on…
Where is my problems? Tried also different USB ports with or without Cable extension.
Thanks, Tilman