Page 1 of 1

[deconz] unknow device

Posted: Saturday 13 February 2021 16:33
by EdwinK
error log
2021-02-13 16:27:17.139 Error: Python Plugin System: (deCONZ) Wrong startup, retrying !!
2021-02-13 16:27:35.997 Error: Python Plugin System: (deCONZ) Wrong startup, retrying !!
2021-02-13 16:27:45.990 Error: Python Plugin System: (deCONZ) Wrong startup, retrying !!
2021-02-13 16:27:55.981 Error: Python Plugin System: (deCONZ) Wrong startup, retrying !!
2021-02-13 16:28:06.662 Error: Python Plugin System: (deCONZ) Websocket error, unknow device > 1 (lights) Asking for information
2021-02-13 16:33:50.991 Error: Python Plugin System: (deCONZ) Websocket error, unknow device > 65520 (groups)
i don't know why but suddenly I see this appearing. I didn't add anything new to Zigbee, so am a bit confused on why this happens.


This is domoticz status log:
2021-02-13 16:27:03.026 Status: Python Plugin System: (deCONZ) Started.
2021-02-13 16:27:06.917 Status: Python Plugin System: (deCONZ) Entering work loop.
2021-02-13 16:27:06.917 Status: Python Plugin System: (deCONZ) Initialized version 1.0.16, author 'Smanar'
2021-02-13 16:28:05.986 Status: Python Plugin System: (deCONZ) Firmware version : 0x26580700
2021-02-13 16:28:05.986 Status: Python Plugin System: (deCONZ) Websocketnotifyall : True
2021-02-13 16:28:06.152 Status: Python Plugin System: (deCONZ) ### deCONZ ready
2021-02-13 16:28:06.153 Status: Python Plugin System: (deCONZ) ### Found 14 Operators, 1 Sensors, 4 Groups, 8 Scenes and 0 others, with 0 Ignored
2021-02-13 16:28:06.153 Status: Python Plugin System: (deCONZ) ### Device 00:0b:57:ff:fe:d6:89:f3-01(Ikea #1) Not in deCONZ ATM, the device is deleted or not ready.
2021-02-13 16:28:06.153 Status: Python Plugin System: (deCONZ) ### Device 00:0b:57:ff:fe:d6:57:9a-01(Ikea #2) Not in deCONZ ATM, the device is deleted or not ready.
2021-02-13 16:28:06.153 Status: Python Plugin System: (deCONZ) ### Device GROUP_All(deCONZ - All) Not in deCONZ ATM, the device is deleted or not ready.
2021-02-13 16:28:06.207 Status: Python Plugin System: (deCONZ) Launching websocket on port 443

Re: [deconz] unknow device

Posted: Saturday 13 February 2021 17:44
by Sjonnie2017
Which IKEA devices are we talking about? And have you tried to remove them from Phoscon and add them anew?

Re: [deconz] unknow device

Posted: Saturday 13 February 2021 17:51
by EdwinK
Those are all Ikea colour lightbulbs (E27)

Trying if re-adding them will work.

Re: [deconz] unknow device

Posted: Saturday 13 February 2021 18:13
by Sjonnie2017
Keep us posted of your findings

Re: [deconz] unknow device

Posted: Saturday 13 February 2021 21:34
by Thorgal789
2021-02-13 16:28:06.662 Error: Python Plugin System: (deCONZ) Websocket error, unknow device > 1 (lights) Asking for information
This one happen when deconz is not yet ready, for exemple if you restart it, the plugin wait a little and retry itself to reconnecting.
If it happen suddently, you can have USB disconnection, to monitor.
2021-02-13 16:28:06.662 Error: Python Plugin System: (deCONZ) Websocket error, unknow device > 1 (lights) Asking for information
2021-02-13 16:33:50.991 Error: Python Plugin System: (deCONZ) Websocket error, unknow device > 65520 (groups)
This happen when the plugin detect a new device used by deconz but not present in domoticz, it ask itself for information and add it in the database (for exemple if you have added a new device in deconz)
The second line is the hidden group, not visible in the API, so the plugin detect it at every start, it s normal.
2021-02-13 16:28:06.153 Status: Python Plugin System: (deCONZ) ### Device 00:0b:57:ff:fe:d6:89:f3-01(Ikea #1) Not in deCONZ ATM, the device is deleted or not ready.
This line mean at a moment the plugin have created a device in the domoticz databasqe, but the device is not yet in deconz. The plugin never delete entries in domoticz database itself, because if one day you re add the device in deconz, it will take the same place in domoticz (and will use same scenario/script/ect ...), all will be invisible.
If you realy are sure you will never re use this device, you can delete this device in the domoticz "device" Tab.

Re: [deconz] unknow device

Posted: Saturday 13 February 2021 22:53
by EdwinK
Ah.. Thanks for the information. :)