[deconz] unknow device

Xiaomi, Ikea TRÅDFRI, Philips Hue and more.

Moderator: leecollings

Post Reply
User avatar
EdwinK
Posts: 1820
Joined: Sunday 22 January 2017 21:46
Target OS: Raspberry Pi / ODroid
Domoticz version: BETA
Location: Rhoon
Contact:

[deconz] unknow device

Post 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
Running latest BETA on a Pi-3 | Toon® Thermostat (rooted) | Hue | Tuya | IKEA tradfri | Dashticz V3 on Lenovo Huawei Tablet | Conbee
User avatar
Sjonnie2017
Posts: 364
Joined: Wednesday 02 August 2017 19:43
Target OS: Linux
Domoticz version: Latest ß
Location: The Netherlands
Contact:

Re: [deconz] unknow device

Post by Sjonnie2017 »

Which IKEA devices are we talking about? And have you tried to remove them from Phoscon and add them anew?
ConBee II - TRÅDFRI lights + switches, loads of ChingLing dimmers and switches, Heiman and Xiaomi sensors
SolarEdge SE4000H (with active modbus_tcp)
YouLess Energy meter
Shelly 2.5 in roller shutter mode
User avatar
EdwinK
Posts: 1820
Joined: Sunday 22 January 2017 21:46
Target OS: Raspberry Pi / ODroid
Domoticz version: BETA
Location: Rhoon
Contact:

Re: [deconz] unknow device

Post by EdwinK »

Those are all Ikea colour lightbulbs (E27)

Trying if re-adding them will work.
Running latest BETA on a Pi-3 | Toon® Thermostat (rooted) | Hue | Tuya | IKEA tradfri | Dashticz V3 on Lenovo Huawei Tablet | Conbee
User avatar
Sjonnie2017
Posts: 364
Joined: Wednesday 02 August 2017 19:43
Target OS: Linux
Domoticz version: Latest ß
Location: The Netherlands
Contact:

Re: [deconz] unknow device

Post by Sjonnie2017 »

Keep us posted of your findings
ConBee II - TRÅDFRI lights + switches, loads of ChingLing dimmers and switches, Heiman and Xiaomi sensors
SolarEdge SE4000H (with active modbus_tcp)
YouLess Energy meter
Shelly 2.5 in roller shutter mode
Thorgal789
Posts: 849
Joined: Wednesday 15 August 2018 14:38
Target OS: -
Domoticz version:
Contact:

Re: [deconz] unknow device

Post 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.
User avatar
EdwinK
Posts: 1820
Joined: Sunday 22 January 2017 21:46
Target OS: Raspberry Pi / ODroid
Domoticz version: BETA
Location: Rhoon
Contact:

Re: [deconz] unknow device

Post by EdwinK »

Ah.. Thanks for the information. :)
Running latest BETA on a Pi-3 | Toon® Thermostat (rooted) | Hue | Tuya | IKEA tradfri | Dashticz V3 on Lenovo Huawei Tablet | Conbee
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest