I am running Home-Assistant on a Synology NAS using Docker. I have a Conbee II Stick and everything worked ok-ish until yesterday. The problem was, that one sensor that was working ok in the phoscon app always said it’s not available in HA, that’s why I updated de deCONZ integration yesterday, and since then it’s not starting any more. It complains about finding the Conbee Stick I guess?!? But that one is still there and everything was working ok-ish until yesterday as I said…
Maybe anybody has any idea? Currently there is only one temperature sensor form Xiaomi and a Button (also Xiaomi) connected to the Conbee stick.
Would be great to get it up and running again 
Here are some logs:
[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] firmware.sh: executing...
[12:54:38] INFO: GCFFlasher V3_13 (c) dresden elektronik ingenieurtechnik gmbh
Path | Vendor | Product | Serial | Type
-----------------+--------+---------+------------+-------
/dev/ttyACM0 | 0x1CF1 | 0x0030 | | ConBee II
[cont-init.d] firmware.sh: exited 0.
[cont-init.d] nginx.sh: executing...
[cont-init.d] nginx.sh: exited 0.
[cont-init.d] novnc.sh: executing...
[cont-init.d] novnc.sh: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] done.
[10:54:40] INFO: Running the deCONZ OTA updater...
[10:54:40] INFO: Running the OSRAM LEdvance OTA updater...
[12:54:40] INFO: Waiting for device...
[10:54:40] INFO: Starting udevd...
[10:54:40] INFO: Running the IKEA OTA updater...
[12:54:40] INFO: Websockify waiting for VNC to start
[10:55:40] INFO: Starting Nginx...
[12:55:40] INFO: Starting websockify...
2020/08/31 10:55:40 [notice] 326#326: using the "epoll" event method
2020/08/31 10:55:40 [notice] 326#326: nginx/1.14.2
2020/08/31 10:55:40 [notice] 326#326: OS: Linux 4.4.59+
2020/08/31 10:55:40 [notice] 326#326: getrlimit(RLIMIT_NOFILE): 524288:1048576
2020/08/31 10:55:40 [notice] 326#326: start worker processes
2020/08/31 10:55:40 [notice] 326#326: start worker process 860
WebSocket server settings:
- Listen on 127.0.0.1:5901
- Flash security policy server
- Web server. Web root: /usr/share/novnc
- No SSL/TLS support (no cert file)
- proxying from 127.0.0.1:5901 to 127.0.0.1:5900
172.30.32.2 - - [31/Aug/2020:10:56:27 +0000] "GET /ingress.html HTTP/1.1" 200 2007 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15"
2020/08/31 10:56:29 [error] 860#860: *1 connect() failed (111: Connection refused) while connecting to upstream, client: 172.30.32.2, server: _, request: "GET /pwa/index.html HTTP/1.1", upstream: "http://127.0.0.1:40850/pwa/index.html", host: "192.168.1.9:8123", referrer: "http://192.168.1.9:8123/api/hassio_ingress/027RHD-Ci2C2zSUbiIClPrdwTN_mJFQ6efuydddzJHc/ingress.html"
172.30.32.2 - - [31/Aug/2020:10:56:29 +0000] "GET /pwa/index.html HTTP/1.1" 502 184 "http://192.168.1.9:8123/api/hassio_ingress/027RHD-Ci2C2zSUbiIClPrdwTN_mJFQ6efuydddzJHc/ingress.html" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15"
2020/08/31 10:56:31 [error] 860#860: *1 connect() failed (111: Connection refused) while connecting to upstream, client: 172.30.32.2, server: _, request: "GET /pwa/index.html HTTP/1.1", upstream: "http://127.0.0.1:40850/pwa/index.html", host: "192.168.1.9:8123", referrer: "http://192.168.1.9:8123/api/hassio_ingress/027RHD-Ci2C2zSUbiIClPrdwTN_mJFQ6efuydddzJHc/ingress.html"
172.30.32.2 - - [31/Aug/2020:10:56:31 +0000] "GET /pwa/index.html HTTP/1.1" 502 184 "http://192.168.1.9:8123/api/hassio_ingress/027RHD-Ci2C2zSUbiIClPrdwTN_mJFQ6efuydddzJHc/ingress.html" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15"
[12:57:41] FATAL: No device /dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE1962646-if00 found!
2020/08/31 10:57:41 [notice] 326#326: signal 15 (SIGTERM) received from 308, exiting
2020/08/31 10:57:41 [notice] 860#860: exiting
2020/08/31 10:57:41 [notice] 860#860: exit
In exit
2020/08/31 10:57:41 [notice] 326#326: signal 17 (SIGCHLD) received from 860
2020/08/31 10:57:41 [notice] 326#326: worker process 860 exited with code 0
2020/08/31 10:57:41 [notice] 326#326: exit
Closing socket listening at 127.0.0.1:5901
[cont-finish.d] executing container finish scripts...
[cont-finish.d] done.
[s6-finish] waiting for services.
[s6-finish] sending all processes the TERM signal.
[s6-finish] sending all processes the KILL signal and exiting.