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