Unable to pair any devices Conbee II

Good morning!

I was running FHEM and deCONZ using a ConBee II for several years on a Raspi4 in a docker environment. As the Raspi4 became too slow because of other loads I moved to a Raspi5. Everything is running fine except Phoscon/Conbee.

When recovering the previously (on Raspi4 seed) configuration all devices were greyed out. So I started a fresh configuration and tried to re-pair my devices (cumbersome!!). However, neither an OSRAM Plug, nor Aquaria door sensors (I tried 3 of them) could be paired with my installation. Of Course I did a “reset to factory defaults” prior attempting to pair the devices.

I do not know whether my ConBee II stick is broken (I used a brand new stick and also exactly the stick I used successful for multiple years ) or there is an installation error. Maybe someone in this forum can help. I any case, when entering the pairing in Phoscon-app there is absolutely nothing happening until the 3 minutes pairing-window is over.

This is dmesg having plugged-in the stick:
[ 8218.259642] cdc_acm 3-2:1.0: ttyACM0: USB ACM device
[ 8221.691146] usb 3-2: USB disconnect, device number 3
[ 8222.036624] usb 3-2: new full-speed USB device number 4 using xhci-hcd
[ 8222.214816] usb 3-2: New USB device found, idVendor=1cf1, idProduct=0030, bcdDevice= 1.00
[ 8222.214823] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 8222.214825] usb 3-2: Product: ConBee II
[ 8222.214827] usb 3-2: Manufacturer: dresden elektronik ingenieurtechnik GmbH
[ 8222.214829] usb 3-2: SerialNumber: DE2674809
[ 8222.243860] cdc_acm 3-2:1.0: ttyACM0: USB ACM device

This is the output from lsusb -v:
Bus 003 Device 004: ID 1cf1:0030 Dresden Elektronik ZigBee gateway [ConBee II]
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.01
bDeviceClass 2 Communications
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 64
idVendor 0x1cf1 Dresden Elektronik
idProduct 0x0030 ZigBee gateway [ConBee II]
bcdDevice 1.00
iManufacturer 1 dresden elektronik ingenieurtechnik GmbH
iProduct 2 ConBee II
iSerial 3 DE2674809
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 0x0043
bNumInterfaces 2
bConfigurationValue 1
iConfiguration 0
bmAttributes 0x80
(Bus Powered)
MaxPower 100mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 1
bInterfaceClass 2 Communications
bInterfaceSubClass 2 Abstract (modem)
bInterfaceProtocol 1 AT-commands (v.25ter)
iInterface 0
CDC Header:
bcdCDC 1.10
CDC ACM:
bmCapabilities 0x02
line coding and serial state
CDC Union:
bMasterInterface 0
bSlaveInterface 1
CDC Call Management:
bmCapabilities 0x03
call management
use DataInterface
bDataInterface 1
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x83 EP 3 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0040 1x 64 bytes
bInterval 16
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 1
bAlternateSetting 0
bNumEndpoints 2
bInterfaceClass 10 CDC Data
bInterfaceSubClass 0
bInterfaceProtocol 0
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0040 1x 64 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x02 EP 2 OUT
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0040 1x 64 bytes
bInterval 0
Binary Object Store Descriptor:
bLength 5
bDescriptorType 15
wTotalLength 0x000c
bNumDeviceCaps 1
USB 2.0 Extension Device Capability:
bLength 7
bDescriptorType 16
bDevCapabilityType 2
bmAttributes 0x00000002
HIRD Link Power Management (LPM) Supported
Device Status: 0x0000
(Bus Powered)

This is the log output in docker-log when starting the container with fresh/empty deCONZ folder:

  • echo [deconzcommunity/deconz] Starting deCONZ…
  • echo [deconzcommunity/deconz] Current deCONZ version: 2.26.3
  • echo [deconzcommunity/deconz] Web UI port: 8080
  • echo [deconzcommunity/deconz] Websockets port: 443
  • DECONZ_OPTS=–auto-connect=1 --appdata=/opt/deCONZ --dbg-info=1 --dbg-aps=0 --dbg-zcl=0 --dbg-ddf=0 --dbg-dev=0 --dbg-zdp=0 --dbg-ota=0 --dbg-error=0 --dbg-http=0 --dev-test-managed=0 --http-port=8080 --ws-port=443
    
  • [ 0 != 0 ]
  • echo [deconzcommunity/deconz] Using options --auto-connect=1 --appdata=/opt/deCONZ --dbg-info=1 --dbg-aps=0 --dbg-zcl=0 --dbg-ddf=0 --dbg-dev=0 --dbg-zdp=0 --dbg-ota=0 --dbg-error=0 --dbg-http=0 --dev-test-managed=0 --http-port=8080 --ws-port=443
  • echo [deconzcommunity/deconz] Modifying user and group ID
  • [ 1111 != 1000 ]
  • DECONZ_UID=1111
  • usermod -o -u 1111 deconz
    [deconzcommunity/deconz] Starting deCONZ…
    [deconzcommunity/deconz] Current deCONZ version: 2.26.3
    [deconzcommunity/deconz] Web UI port: 8080
    [deconzcommunity/deconz] Websockets port: 443
    [deconzcommunity/deconz] Using options --auto-connect=1 --appdata=/opt/deCONZ --dbg-info=1 --dbg-aps=0 --dbg-zcl=0 --dbg-ddf=0 --dbg-dev=0 --dbg-zdp=0 --dbg-ota=0 --dbg-error=0 --dbg-http=0 --dev-test-managed=0 --http-port=8080 --ws-port=443
    [deconzcommunity/deconz] Modifying user and group ID
  • [ 1111 != 1000 ]
  • DECONZ_GID=1111
  • groupmod -o -g 1111 deconz
  • echo [deconzcommunity/deconz] Checking device group ID
  • [ /dev/ttyACM0 != 0 ]
  • DEVICE=/dev/ttyACM0
  • stat --printf=%g /dev/ttyACM0
    [deconzcommunity/deconz] Checking device group ID
  • DIALOUTGROUPID=20
  • DIALOUTGROUPID=20
  • [ 20 != 20 ]
  • stat -c %A /dev/ttyACM0
    
  • cut -c 5-7
    [deconzcommunity/deconz] VNC Disabled
  • GROUPPERMISSIONS=rw-
  • [ rw- = — ]
    
  • [ 0 != 0 ]
  • echo [deconzcommunity/deconz] VNC Disabled
  • DECONZ_OPTS=–auto-connect=1 --appdata=/opt/deCONZ --dbg-info=1 --dbg-aps=0 --dbg-zcl=0 --dbg-ddf=0 --dbg-dev=0 --dbg-zdp=0 --dbg-ota=0 --dbg-error=0 --dbg-http=0 --dev-test-managed=0 --http-port=8080 --ws-port=443 -platform minimal
  • [ /dev/ttyACM0 != 0 ]
  • DECONZ_OPTS=–auto-connect=1 --appdata=/opt/deCONZ --dbg-info=1 --dbg-aps=0 --dbg-zcl=0 --dbg-ddf=0 --dbg-dev=0 --dbg-zdp=0 --dbg-ota=0 --dbg-error=0 --dbg-http=0 --dev-test-managed=0 --http-port=8080 --ws-port=443 -platform minimal --dev=/dev/ttyACM0
    
  • [ 1 != 1 ]
  • mkdir -p /opt/deCONZ/otau
  • ln -sfT /opt/deCONZ/otau /home/deconz/otau
  • chown deconz:deconz /home/deconz/otau
  • chown deconz:deconz /opt/deCONZ -R
  • exec gosu deconz /usr/bin/deCONZ --auto-connect=1 --appdata=/opt/deCONZ --dbg-info=1 --dbg-aps=0 --dbg-zcl=0 --dbg-ddf=0 --dbg-dev=0 --dbg-zdp=0 --dbg-ota=0 --dbg-error=0 --dbg-http=0 --dev-test-managed=0 --http-port=8080 --ws-port=443 -platform minimal --dev=/dev/ttyACM0
    QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to ‘/tmp/runtime-deconz’
    libpng warning: iCCP: known incorrect sRGB profile
    This plugin does not support propagateSizeHints()
    This plugin does not support propagateSizeHints()
    This plugin does not support propagateSizeHints()
    10:02:26:300 HTTP Server listen on address 0.0.0.0, port: 8080, root: /usr/share/deCONZ/webapp/
    10:02:26:302 /opt/deCONZ/config.ini exists and is writeable
    10:02:26:302 Warning: /opt/deCONZ/zll.db doesn’t exists
    10:02:26:324 dev /dev/ttyAMA0
    10:02:26:328 dev /dev/ttyAMA10
    10:02:26:328 COM: /dev/ttyACM0 / serialno: , ConBee II
    10:02:26:328 ZCLDB init file /opt/deCONZ/zcldb.txt
    10:02:26:348 DDF enabled for Gold status
    10:02:26:564 gw run mode: normal
    10:02:26:564 GW sd-card image version file does not exist: /opt/deCONZ/gw-version
    10:02:26:564 DB sqlite version 3.42.0
    10:02:26:564 DB PRAGMA page_count: 0
    10:02:26:564 DB PRAGMA page_size: 4096
    10:02:26:564 DB PRAGMA freelist_count: 0
    10:02:26:564 DB file size 0 bytes, free pages 0
    10:02:26:564 DB PRAGMA user_version: 0
    10:02:26:564 DB upgrade to user_version 1
    10:02:26:639 DB write sqlite user_version 1
    10:02:26:643 DB PRAGMA user_version: 1
    10:02:26:643 DB upgrade to user_version 2
    10:02:26:650 DB write sqlite user_version 2
    10:02:26:653 DB PRAGMA user_version: 2
    10:02:26:653 DB upgrade to user_version 6
    10:02:26:664 DB write sqlite user_version 6
    10:02:26:668 DB PRAGMA user_version: 6
    10:02:26:668 DB upgrade to user_version 7
    10:02:26:676 DB write sqlite user_version 7
    10:02:26:680 DB PRAGMA user_version: 7
    10:02:26:680 DB upgrade to user_version 8
    10:02:26:688 DB write sqlite user_version 8
    10:02:26:692 DB PRAGMA user_version: 8
    10:02:26:692 DB upgrade to user_version 9
    10:02:26:700 DB write sqlite user_version 9
    10:02:26:703 DB PRAGMA user_version: 9
    10:02:26:703 DB cleanup
    10:02:26:704 DB create temporary views
    10:02:26:734 [INFO] - Timezone read is ‘Etc/UTC’
    10:02:26:734 [INFO] - Environment variable TZ found: Europe/Vienna…
    10:02:26:734 Started websocket server on 0.0.0.0, port: 443
    10:02:26:735 create default username and password
    10:02:26:736 [INFO] - Found file containing button maps. Parsing data…
    10:02:26:740 [INFO] - Button maps loaded.
    10:02:26:741 found node plugin: /usr/share/deCONZ/plugins/libde_rest_plugin.so - REST API Plugin
    10:02:26:744 found node plugin: /usr/share/deCONZ/plugins/libstd_otau_plugin.so - STD OTAU Plugin
    10:02:26:760 dlg action: Read binding table
    10:02:27:754 dev /dev/ttyAMA0
    10:02:27:757 dev /dev/ttyAMA10
    10:02:27:758 COM: /dev/ttyACM0 / serialno: , ConBee II
    10:02:29:232 dev /dev/ttyAMA0
    10:02:29:236 dev /dev/ttyAMA10
    10:02:29:236 Device firmware version 0x26420700 ConBee II
    10:02:29:243 unlocked max nodes: 512
    10:02:31:323 New websocket 192.168.57.149:57543 (state: 3)
    10:02:32:187 Announced to internet https://phoscon.de/discover
    10:02:32:187 discovery server date: Sun, 14 Jul 2024 08:02:32 GMT
    10:02:32:187 local time seems to be ok
    10:02:35:129 DEV Tick.Init: booted after 8000 seconds
    10:02:47:629 start reconnect to network
    10:02:52:879 try to reconnect to network try=1
    10:02:52:889 Device protocol version: 0x0108
    10:02:52:923 CTRL create node 0x00212EFFFF06A81B, nwk: 0x0000
    10:02:53:086 Current channel 15
    10:02:53:110 CTRL ANT_CTRL 0x03
    10:02:53:158 Device protocol version: 0x0108
    10:02:53:630 Set bridgeid to 00212EFFFF06A81B
    10:02:58:129 try to reconnect to network try=2
    10:02:58:148 Device protocol version: 0x0108
    10:02:58:319 CTRL ANT_CTRL 0x03
    10:02:58:367 Device protocol version: 0x0108
    10:03:03:136 saved node state in 0 ms
    10:03:03:136 sync() in 0 ms
    10:03:03:136 try to reconnect to network try=3
    10:03:03:160 Device protocol version: 0x0108
    10:03:03:280 CTRL ANT_CTRL 0x03
    10:03:03:328 Device protocol version: 0x0108
    10:03:08:129 try to reconnect to network try=4
    10:03:08:138 Device protocol version: 0x0108
    10:03:08:313 CTRL ANT_CTRL 0x03
    10:03:08:361 Device protocol version: 0x0108
    10:03:13:129 try to reconnect to network try=5
    10:03:13:151 Device protocol version: 0x0108
    10:03:13:328 CTRL ANT_CTRL 0x03
    10:03:13:376 Device protocol version: 0x0108
    10:03:18:129 try to reconnect to network try=6
    10:03:18:148 Device protocol version: 0x0108
    10:03:18:268 CTRL ANT_CTRL 0x03
    10:03:18:316 Device protocol version: 0x0108
    10:03:19:283 Websocket disconnected 192.168.57.149:57543, state: 0, close-code: 1001, reason:
    10:03:20:404 New websocket 192.168.57.149:57575 (state: 3)
    10:03:23:130 try to reconnect to network try=7
    10:03:23:150 Device protocol version: 0x0108
    10:03:23:269 CTRL ANT_CTRL 0x03
    10:03:23:318 Device protocol version: 0x0108
    10:03:27:592 Websocket disconnected 192.168.57.149:57575, state: 0, close-code: 1001, reason:
    10:03:28:129 try to reconnect to network try=8
    10:03:28:151 Device protocol version: 0x0108
    10:03:28:270 CTRL ANT_CTRL 0x03
    10:03:28:318 Device protocol version: 0x0108
    10:03:33:129 try to reconnect to network try=9
    10:03:33:146 Device protocol version: 0x0108
    10:03:33:319 CTRL ANT_CTRL 0x03
    10:03:33:367 Device protocol version: 0x0108
    10:03:35:173 created username: 64E5EFAE25, devicetype: Phoscon#B2168x1220
    10:03:38:129 try to reconnect to network try=10
    10:03:38:138 Device protocol version: 0x0108
    10:03:38:256 CTRL ANT_CTRL 0x03
    10:03:38:304 Device protocol version: 0x0108
    10:03:43:129 reconnect network failed, try later
    10:03:43:629 start reconnect to network
    10:03:48:879 try to reconnect to network try=1
    10:03:48:897 Device protocol version: 0x0108
    10:03:49:015 CTRL ANT_CTRL 0x03
    10:03:49:063 Device protocol version: 0x0108
    10:03:51:784 Updated password hash
    10:03:51:792 created username: A7844753C1, devicetype: Phoscon#B2168x1220
    10:03:52:920 New websocket 192.168.57.149:57597 (state: 3)
    10:03:54:129 try to reconnect to network try=2
    10:03:54:152 Device protocol version: 0x0108
    10:03:54:269 CTRL ANT_CTRL 0x03
    10:03:54:317 Device protocol version: 0x0108
    10:03:59:129 try to reconnect to network try=3
    10:03:59:149 Device protocol version: 0x0108
    10:03:59:266 CTRL ANT_CTRL 0x03
    10:03:59:314 Device protocol version: 0x0108
    10:04:04:129 try to reconnect to network try=4
    10:04:04:145 Device protocol version: 0x0108
    10:04:04:264 CTRL ANT_CTRL 0x03
    10:04:04:312 Device protocol version: 0x0108
    10:04:09:129 try to reconnect to network try=5
    10:04:09:144 Device protocol version: 0x0108
    10:04:09:261 CTRL ANT_CTRL 0x03
    10:04:09:309 Device protocol version: 0x0108
    10:04:14:129 try to reconnect to network try=6
    10:04:14:138 Device protocol version: 0x0108
    10:04:14:257 CTRL ANT_CTRL 0x03
    10:04:14:305 Device protocol version: 0x0108
    10:04:19:129 try to reconnect to network try=7
    10:04:19:155 Device protocol version: 0x0108
    10:04:19:269 CTRL ANT_CTRL 0x03
    10:04:19:317 Device protocol version: 0x0108
    10:04:24:129 try to reconnect to network try=8
    10:04:24:153 Device protocol version: 0x0108
    10:04:24:267 CTRL ANT_CTRL 0x03
    10:04:24:315 Device protocol version: 0x0108
    10:04:29:130 try to reconnect to network try=9
    10:04:29:151 Device protocol version: 0x0108
    10:04:29:322 CTRL ANT_CTRL 0x03
    10:04:29:370 Device protocol version: 0x0108
    10:04:34:129 try to reconnect to network try=10
    10:04:34:140 Device protocol version: 0x0108
    10:04:34:254 CTRL ANT_CTRL 0x03
    10:04:34:302 Device protocol version: 0x0108
    10:04:39:129 reconnect network failed, try later
    10:04:39:629 start reconnect to network
    10:04:44:879 try to reconnect to network try=1
    10:04:44:902 Device protocol version: 0x0108
    10:04:45:027 CTRL ANT_CTRL 0x03
    10:04:45:076 Device protocol version: 0x0108
    10:04:50:130 try to reconnect to network try=2
    10:04:50:148 Device protocol version: 0x0108
    10:04:50:268 CTRL ANT_CTRL 0x03
    10:04:50:316 Device protocol version: 0x0108
    10:04:55:129 try to reconnect to network try=3
    10:04:55:147 Device protocol version: 0x0108
    10:04:55:263 CTRL ANT_CTRL 0x03
    10:04:55:311 Device protocol version: 0x0108
    10:05:00:129 try to reconnect to network try=4
    10:05:00:145 Device protocol version: 0x0108
    10:05:00:256 CTRL ANT_CTRL 0x03
    10:05:00:304 Device protocol version: 0x0108
    10:05:05:129 try to reconnect to network try=5
    10:05:05:153 Device protocol version: 0x0108
    10:05:05:272 CTRL ANT_CTRL 0x03
    10:05:05:320 Device protocol version: 0x0108
    10:05:05:449 Websocket disconnected 192.168.57.149:57597, state: 0, close-code: 1001, reason: WebSocket is closed due to suspension.
    10:05:05:501 set gwNetworkOpenDuration to: 180
    10:05:06:508 New websocket 192.168.57.149:57620 (state: 3)
    10:05:10:129 try to reconnect to network try=6

No database ? Or docker use another file ? but according the others logs, check your config yes, for me the problem is not from zigbee side, but more docker one.

As described I started w/o a deCONZ-folder. This folder and the content were generated during the initial start of Phoscon-App - it lokks like this now:
insgesamt 212
drwxr-xr-x 4 1111 1111 4096 14. Jul 10:06 .
drwxr-xr-x 9 root root 4096 14. Jul 10:02
-rw-r–r-- 1 1111 1111 60 14. Jul 10:02 config.ini
drwxr-xr-x 2 1111 1111 4096 14. Jul 10:02 devices
drwxr-xr-x 2 1111 1111 4096 14. Jul 10:02 otau
-rw-r–r-- 1 1111 1111 35 14. Jul 10:02 zcldb.txt
-rw-r–r-- 1 1111 1111 188416 14. Jul 10:06 zll.db

It seems to me the zll.db is available now.

The compose.yml is listed below (maybe you can point me to my configuration issue):

----- deconz -----

deconz:
image: Package deconz-docker · GitHub
container_name: deconz
restart: always
privileged: true # This is important! Without it, the deCONZ image won’t>
network_mode: host
volumes:
- /opt/deCONZ:/opt/deCONZ
devices:
- /dev/ttyACM0 # This is the USB device that Conbee II is running on.
environment:
- TZ=Europe/Vienna
- DECONZ_DEVICE=/dev/ttyACM0 # This is the USB device that Conbee II is running on.
- DECONZ_UID=1111
- DECONZ_GID=1111
- DECONZ_WEB_PORT=8080
- DECONZ_START_VERBOSE=1

This is the log after a restart of deCONZ. What worries me is th repeated attempt of reconnection to the network…

  • echo [deconzcommunity/deconz] Starting deCONZ…
  • echo [deconzcommunity/deconz] Current deCONZ version: 2.26.3
  • echo [deconzcommunity/deconz] Web UI port: 8080
  • echo [deconzcommunity/deconz] Websockets port: 443
  • DECONZ_OPTS=–auto-connect=1 --appdata=/opt/deCONZ --dbg-info=1 --dbg-aps=0 --dbg-zcl=0 --dbg-ddf=0 --dbg-dev=0 --dbg-zdp=0 --dbg-ota=0 --dbg-error=0 --dbg-http=0 --dev-test-managed=0 --http-port=8080 --ws-port=443
    
  • [ 0 != 0 ]
  • echo [deconzcommunity/deconz] Using options --auto-connect=1 --appdata=/opt/deCONZ --dbg-info=1 --dbg-aps=0 --dbg-zcl=0 --dbg-ddf=0 --dbg-dev=0 --dbg-zdp=0 --dbg-ota=0 --dbg-error=0 --dbg-http=0 --dev-test-managed=0 --http-port=8080 --ws-port=443
  • echo [deconzcommunity/deconz] Modifying user and group ID
  • [ 1111 != 1000 ]
  • DECONZ_UID=1111
  • usermod -o -u 1111 deconz
    [deconzcommunity/deconz] Starting deCONZ…
    [deconzcommunity/deconz] Current deCONZ version: 2.26.3
    [deconzcommunity/deconz] Web UI port: 8080
    [deconzcommunity/deconz] Websockets port: 443
    [deconzcommunity/deconz] Using options --auto-connect=1 --appdata=/opt/deCONZ --dbg-info=1 --dbg-aps=0 --dbg-zcl=0 --dbg-ddf=0 --dbg-dev=0 --dbg-zdp=0 --dbg-ota=0 --dbg-error=0 --dbg-http=0 --dev-test-managed=0 --http-port=8080 --ws-port=443
    [deconzcommunity/deconz] Modifying user and group ID
    usermod: no changes
  • [ 1111 != 1000 ]
  • DECONZ_GID=1111
  • groupmod -o -g 1111 deconz
  • echo [deconzcommunity/deconz] Checking device group ID
  • [ /dev/ttyACM0 != 0 ]
  • DEVICE=/dev/ttyACM0
    [deconzcommunity/deconz] Checking device group ID
  • stat --printf=%g /dev/ttyACM0
  • DIALOUTGROUPID=20
  • DIALOUTGROUPID=20
  • [ 20 != 20 ]
  • stat -c %A /dev/ttyACM0
    
  • cut -c 5-7
  • GROUPPERMISSIONS=rw-
  • [ rw- = — ]
    
  • [ 0 != 0 ]
  • echo [deconzcommunity/deconz] VNC Disabled
  • DECONZ_OPTS=–auto-connect=1 --appdata=/opt/deCONZ --dbg-info=1 --dbg-aps=0 --dbg-zcl=0 --dbg-ddf=0 --dbg-dev=0 --dbg-zdp=0 --dbg-ota=0 --dbg-error=0 --dbg-http=0 --dev-test-managed=0 --http-port=8080 --ws-port=443 -platform minimal
    [deconzcommunity/deconz] VNC Disabled
  • [ /dev/ttyACM0 != 0 ]
  • DECONZ_OPTS=–auto-connect=1 --appdata=/opt/deCONZ --dbg-info=1 --dbg-aps=0 --dbg-zcl=0 --dbg-ddf=0 --dbg-dev=0 --dbg-zdp=0 --dbg-ota=0 --dbg-error=0 --dbg-http=0 --dev-test-managed=0 --http-port=8080 --ws-port=443 -platform minimal --dev=/dev/ttyACM0
    
  • [ 1 != 1 ]
  • mkdir -p /opt/deCONZ/otau
  • ln -sfT /opt/deCONZ/otau /home/deconz/otau
  • chown deconz:deconz /home/deconz/otau
  • chown deconz:deconz /opt/deCONZ -R
  • exec gosu deconz /usr/bin/deCONZ --auto-connect=1 --appdata=/opt/deCONZ --dbg-info=1 --dbg-aps=0 --dbg-zcl=0 --dbg-ddf=0 --dbg-dev=0 --dbg-zdp=0 --dbg-ota=0 --dbg-error=0 --dbg-http=0 --dev-test-managed=0 --http-port=8080 --ws-port=443 -platform minimal --dev=/dev/ttyACM0
    QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to ‘/tmp/runtime-deconz’
    libpng warning: iCCP: known incorrect sRGB profile
    This plugin does not support propagateSizeHints()
    This plugin does not support propagateSizeHints()
    This plugin does not support propagateSizeHints()
    10:34:24:371 HTTP Server listen on address 0.0.0.0, port: 8080, root: /usr/share/deCONZ/webapp/
    10:34:24:375 /opt/deCONZ/config.ini exists and is writeable
    10:34:24:375 /opt/deCONZ/zll.db exists and is writeable
    10:34:24:407 dev /dev/ttyAMA0
    10:34:24:410 dev /dev/ttyAMA10
    10:34:24:410 COM: /dev/ttyACM0 / serialno: , ConBee II
    10:34:24:411 ZCLDB init file /opt/deCONZ/zcldb.txt
    10:34:24:439 DDF enabled for Gold status
    10:34:24:669 gw run mode: normal
    10:34:24:669 GW sd-card image version file does not exist: /opt/deCONZ/gw-version
    10:34:24:669 DB sqlite version 3.42.0
    10:34:24:669 DB PRAGMA page_count: 46
    10:34:24:669 DB PRAGMA page_size: 4096
    10:34:24:669 DB PRAGMA freelist_count: 0
    10:34:24:669 DB file size 188416 bytes, free pages 0
    10:34:24:669 DB PRAGMA user_version: 9
    10:34:24:669 DB cleanup
    10:34:24:669 DB create temporary views
    10:34:24:678 [INFO] - Timezone read is ‘Etc/UTC’
    10:34:24:678 [INFO] - Environment variable TZ found: Europe/Vienna…
    10:34:24:678 Started websocket server on 0.0.0.0, port: 443
    10:34:24:679 [INFO] - Found file containing button maps. Parsing data…
    10:34:24:686 [INFO] - Button maps loaded.
    10:34:24:687 found node plugin: /usr/share/deCONZ/plugins/libde_rest_plugin.so - REST API Plugin
    10:34:24:688 found node plugin: /usr/share/deCONZ/plugins/libstd_otau_plugin.so - STD OTAU Plugin
    10:34:24:706 dlg action: Read binding table
    10:34:25:701 dev /dev/ttyAMA0
    10:34:25:706 dev /dev/ttyAMA10
    10:34:25:706 COM: /dev/ttyACM0 / serialno: , ConBee II
    10:34:27:185 dev /dev/ttyAMA0
    10:34:27:190 dev /dev/ttyAMA10
    10:34:27:190 Device firmware version 0x26420700 ConBee II
    10:34:27:195 unlocked max nodes: 512
    10:34:30:123 Announced to internet https://phoscon.de/discover
    10:34:30:123 discovery server date: Sun, 14 Jul 2024 08:34:30 GMT
    10:34:30:123 local time seems to be ok
    10:34:33:079 DEV Tick.Init: booted after 8000 seconds
    10:34:44:629 start reconnect to network
    10:34:49:879 try to reconnect to network try=1
    10:34:49:902 Device protocol version: 0x0108
    10:34:49:937 CTRL create node 0x00212EFFFF06A81B, nwk: 0x0000
    10:34:49:996 Current channel 15
    10:34:50:020 CTRL ANT_CTRL 0x03
    10:34:50:068 Device protocol version: 0x0108
    10:34:55:129 try to reconnect to network try=2
    10:34:55:139 Device protocol version: 0x0108
    10:34:55:253 CTRL ANT_CTRL 0x03
    10:34:55:301 Device protocol version: 0x0108
    10:34:55:691 New websocket 192.168.57.149:57846 (state: 3)
    10:34:58:949 Websocket disconnected 192.168.57.149:57846, state: 0, close-code: 1001, reason: WebSocket is closed due to suspension.
    10:35:00:093 New websocket 192.168.57.149:57877 (state: 3)
    10:35:00:137 saved node state in 0 ms
    10:35:00:137 sync() in 0 ms
    10:35:00:137 try to reconnect to network try=3
    10:35:00:152 Device protocol version: 0x0108
    10:35:00:324 CTRL ANT_CTRL 0x03
    10:35:00:373 Device protocol version: 0x0108
    10:35:03:478 Websocket disconnected 192.168.57.149:57877, state: 0, close-code: 1001, reason: WebSocket is closed due to suspension.
    10:35:04:522 New websocket 192.168.57.149:57887 (state: 3)
    10:35:05:129 try to reconnect to network try=4
    10:35:05:140 Device protocol version: 0x0108
    10:35:05:257 CTRL ANT_CTRL 0x03
    10:35:05:305 Device protocol version: 0x0108
    10:35:10:130 try to reconnect to network try=5
    10:35:10:156 Device protocol version: 0x0108
    10:35:10:272 CTRL ANT_CTRL 0x03
    10:35:10:320 Device protocol version: 0x0108
    10:35:15:129 try to reconnect to network try=6
    10:35:15:149 Device protocol version: 0x0108
    10:35:15:320 CTRL ANT_CTRL 0x03
    10:35:15:368 Device protocol version: 0x0108
    10:35:20:129 try to reconnect to network try=7
    10:35:20:156 Device protocol version: 0x0108
    10:35:20:274 CTRL ANT_CTRL 0x03
    10:35:20:322 Device protocol version: 0x0108
    10:35:25:137 try to reconnect to network try=8
    10:35:25:155 Device protocol version: 0x0108
    10:35:25:271 CTRL ANT_CTRL 0x03
    10:35:25:319 Device protocol version: 0x0108
    10:35:30:130 try to reconnect to network try=9
    10:35:30:150 Device protocol version: 0x0108
    10:35:30:271 CTRL ANT_CTRL 0x03
    10:35:30:319 Device protocol version: 0x0108
    10:35:35:129 try to reconnect to network try=10
    10:35:35:152 Device protocol version: 0x0108
    10:35:35:268 CTRL ANT_CTRL 0x03
    10:35:35:316 Device protocol version: 0x0108
    10:35:40:129 reconnect network failed, try later
    10:35:40:629 start reconnect to network
    10:35:45:879 try to reconnect to network try=1
    10:35:45:892 Device protocol version: 0x0108
    10:35:46:010 CTRL ANT_CTRL 0x03
    10:35:46:058 Device protocol version: 0x0108
    10:35:51:130 try to reconnect to network try=2
    10:35:51:150 Device protocol version: 0x0108
    10:35:51:266 CTRL ANT_CTRL 0x03
    10:35:51:314 Device protocol version: 0x0108
    10:35:56:129 try to reconnect to network try=3
    10:35:56:143 Device protocol version: 0x0108
    10:35:56:258 CTRL ANT_CTRL 0x03
    10:35:56:306 Device protocol version: 0x0108
    10:36:01:130 try to reconnect to network try=4
    10:36:01:138 Device protocol version: 0x0108
    10:36:01:240 CTRL ANT_CTRL 0x03
    10:36:01:278 Device protocol version: 0x0108
    10:36:06:130 try to reconnect to network try=5
    10:36:06:139 Device protocol version: 0x0108
    10:36:06:315 CTRL ANT_CTRL 0x03
    10:36:06:363 Device protocol version: 0x0108
    10:36:11:129 try to reconnect to network try=6
    10:36:11:151 Device protocol version: 0x0108
    10:36:11:263 CTRL ANT_CTRL 0x03
    10:36:11:311 Device protocol version: 0x0108
    10:36:16:130 try to reconnect to network try=7
    10:36:16:146 Device protocol version: 0x0108
    10:36:16:259 CTRL ANT_CTRL 0x03
    10:36:16:307 Device protocol version: 0x0108
    10:36:21:129 try to reconnect to network try=8
    10:36:21:137 Device protocol version: 0x0108
    10:36:21:250 CTRL ANT_CTRL 0x03
    10:36:21:298 Device protocol version: 0x0108
    10:36:26:129 try to reconnect to network try=9
    10:36:26:150 Device protocol version: 0x0108
    10:36:26:268 CTRL ANT_CTRL 0x03
    10:36:26:316 Device protocol version: 0x0108
    10:36:31:130 try to reconnect to network try=10
    10:36:31:146 Device protocol version: 0x0108
    10:36:31:264 CTRL ANT_CTRL 0x03
    10:36:31:312 Device protocol version: 0x0108
    10:36:36:129 reconnect network failed, try later
    10:36:36:629 start reconnect to network
    10:36:41:516 Websocket disconnected 192.168.57.149:57887, state: 0, close-code: 1001, reason: WebSocket is closed due to suspension.
    10:36:41:570 Invalid admin password hash
    10:36:41:879 try to reconnect to network try=1
    10:36:41:906 Device protocol version: 0x0108
    10:36:42:026 CTRL ANT_CTRL 0x03
    10:36:42:074 Device protocol version: 0x0108
    10:36:44:037 Invalid admin password hash
    10:36:46:578 Invalid admin password hash
    10:36:46:579 Invalid admin password hash
    10:36:47:130 try to reconnect to network try=2
    10:36:47:157 Device protocol version: 0x0108
    10:36:47:271 CTRL ANT_CTRL 0x03
    10:36:47:319 Device protocol version: 0x0108
    10:36:51:574 Invalid admin password hash
    10:36:51:579 Invalid admin password hash
    10:36:52:129 try to reconnect to network try=3
    10:36:52:149 Device protocol version: 0x0108
    10:36:52:325 CTRL ANT_CTRL 0x03
    10:36:52:373 Device protocol version: 0x0108
    10:36:55:716 created username: 75AA464B2B, devicetype: Phoscon#B2168x1220
    10:36:56:823 New websocket 192.168.57.149:57976 (state: 3)
    10:36:57:129 try to reconnect to network try=4
    10:36:57:146 Device protocol version: 0x0108
    10:36:57:292 CTRL ANT_CTRL 0x03
    10:36:57:340 Device protocol version: 0x0108
    10:37:02:129 try to reconnect to network try=5
    10:37:02:149 Device protocol version: 0x0108
    10:37:02:272 CTRL ANT_CTRL 0x03
    10:37:02:320 Device protocol version: 0x0108
    10:37:07:129 try to reconnect to network try=6
    10:37:07:152 Device protocol version: 0x0108
    10:37:07:328 CTRL ANT_CTRL 0x03
    10:37:07:376 Device protocol version: 0x0108
    10:37:12:129 try to reconnect to network try=7
    10:37:12:153 Device protocol version: 0x0108
    10:37:12:273 CTRL ANT_CTRL 0x03
    10:37:12:321 Device protocol version: 0x0108
    10:37:12:518 Websocket disconnected 192.168.57.149:57976, state: 0, close-code: 1001, reason: WebSocket is closed due to suspension.
    10:37:13:559 New websocket 192.168.57.149:57989 (state: 3)
    10:37:17:129 try to reconnect to network try=8