Hello,
I using Phoscon in a docker (GitHub - deconz-community/deconz-docker) with a ConBee Stick.
Among many other devices, leights, …, I have now added the relay ZWSM16-W1.
So far all is working fine!
Now I try to connect LZWSM16-W2 and LZWSM16-W1 from the same link above.
When I try to add the device nothing is found, in the log I get:
15:24:39:269 0xA4C1388E51BB3CE2 0x6270 nwk changed to 0x7397
15:24:39:280 device announce 0xA4C1388E51BB3CE2 (0x7397) mac capabilities 0x80
15:24:39:280 set fast probe address to 0xA4C1388E51BB3CE2 (0x7397)
15:24:39:280 FP indication 0x0000 / 0x0013 (0xA4C1388E51BB3CE2 / 0x7397)
15:24:39:280 ... (0xA4C1388E51BB3CE2 / 0x7397)
15:24:39:280 device announce 0xA4C1388E51BB3CE2 (0x7397) mac capabilities 0x80
15:24:39:280 DEV Tick.Join: event/device.anounce
15:24:39:280 DEV Tick: fast poll 0xA4C1388E51BB3CE2, mac capabilities: 0x80
15:24:40:204 [1] get node descriptor for 0xa4c1388e51bb3ce2
15:24:40:204 ZDP get node descriptor for 0x7397
15:24:40:455 FP indication 0x0000 / 0x8002 (0xA4C1388E51BB3CE2 / 0x7397)
15:24:40:455 ... (0xA4C1388E51BB3CE2 / 0x7397)
15:24:40:455 ZDP indication search sensors 0xA4C1388E51BB3CE2 (0x7397) cluster 0x8002
15:24:40:455 ZDP indication search sensors 0xA4C1388E51BB3CE2 (0x7397) clear timeout on cluster 0x8002
15:24:40:461 [2] get active endpoints for 0xa4c1388e51bb3ce2
15:24:40:461 ZDP get active endpoints for 0x7397
15:24:40:984 FP indication 0x0000 / 0x8005 (0xA4C1388E51BB3CE2 / 0x7397)
15:24:40:984 ... (0xA4C1388E51BB3CE2 / 0x7397)
15:24:40:984 ZDP indication search sensors 0xA4C1388E51BB3CE2 (0x7397) cluster 0x8005
15:24:40:984 ZDP indication search sensors 0xA4C1388E51BB3CE2 (0x7397) clear timeout on cluster 0x8005
15:24:41:080 FP indication 0x0000 / 0x8005 (0xA4C1388E51BB3CE2 / 0x7397)
15:24:41:080 ... (0xA4C1388E51BB3CE2 / 0x7397)
15:24:41:080 ZDP indication search sensors 0xA4C1388E51BB3CE2 (0x7397) cluster 0x8005
15:24:42:410 FP indication 0x0104 / 0x0006 (0xA4C1388E51BB3CE2 / 0x7397)
15:24:42:410 ... (0xA4C1388E51BB3CE2 / 0x7397)
15:24:42:410 ZCL attribute report 0xA4C1388E51BB3CE2 for cluster: 0x0006, ep: 0x01, frame control: 0x08, mfcode: 0x0000
15:24:43:104 saved node state in 0 ms
15:24:43:105 sync() in 0 ms
15:24:45:294 FP indication 0x0104 / 0xE000 (0xA4C1388E51BB3CE2 / 0x7397)
15:24:45:294 ... (0xA4C1388E51BB3CE2 / 0x7397)
15:24:45:294 ZCL attribute report 0xA4C1388E51BB3CE2 for cluster: 0xE000, ep: 0x01, frame control: 0x08, mfcode: 0x0000
15:24:45:919 FP indication 0x0104 / 0x0006 (0xA4C1388E51BB3CE2 / 0x7397)
15:24:45:919 ... (0xA4C1388E51BB3CE2 / 0x7397)
15:24:45:919 ZCL attribute report 0xA4C1388E51BB3CE2 for cluster: 0x0006, ep: 0x01, frame control: 0x08, mfcode: 0x0000
15:24:46:047 FP indication 0x0104 / 0xE001 (0xA4C1388E51BB3CE2 / 0x7397)
15:24:46:047 ... (0xA4C1388E51BB3CE2 / 0x7397)
15:24:46:047 ZCL attribute report 0xA4C1388E51BB3CE2 for cluster: 0xE001, ep: 0x01, frame control: 0x08, mfcode: 0x0000
Any idea how I can solve this?
Best regards Jörg