Page 23 of 35

Re: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)

Posted: Wednesday 24 June 2020 8:16
by bitjeverkeerd
@Thorgal789

I am using plugin version 1.0.12

Left (<) and long left (L <) respond with code 4002.
Right (>) and long right (L>) respond with code 5002

Re: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)

Posted: Wednesday 24 June 2020 8:56
by nitpicker
Thorgal789 wrote: Tuesday 23 June 2020 17:16 Hello, @nitpicker, have you got your api key ? Using API_KEY.py ?
If yes can you try the command

Code: Select all

sudo -H pip3 install requests
To check if you have the lib request correctly installed on your system.
I already did installing the requests before enabling the plugin.
Yesterday I removed everything related to deCONZ and installed it again. Now it works like a charm. Thanks for your help anyway!

Re: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)

Posted: Wednesday 24 June 2020 17:07
by Thorgal789
Perhaps deconz was not ready when you have started the plugin ? So no request have worked ? You have this error when the gateway is not working at all.

@bitjeverkeerd can I have the firwmare version of your remote, I know there is some different versions. The model is E1524 for me (marqued on the remote)

Perhaps https://github.com/dresden-elektronik/d ... ssues/2618
Solved with moving batteries ?

Re: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)

Posted: Wednesday 24 June 2020 18:51
by renrom
Since i updated DeconZ docker to 2.0.5.78 i got these warnings in the logs:

Error: (ConBee) Unknow MAJ{'attr': {'lastannounced': None, 'lastseen': '2020-06-24T16:49:19Z', 'manufacturername':.....

I did not change any names in Phoscon, i did try the hardware --> Deconz --> Update after restart. i tried rebooting.. tried restarting deconz after domoticz is running, stil got these errors for most of my devices.

Strange thing is.. everything is still working. I can control my light with Domoticz. But i don't want the errors :)

Re: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)

Posted: Thursday 25 June 2020 16:54
by Thorgal789
Yep, don't worry. the problem is not from you, there is some news features not handled by the plugin yet in the version 78.
If you are hurried you can instal the beta, or just wait 24h, there is some users testing the beta ATM, all seem fine I will push the new version in some hours.

Re: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)

Posted: Friday 26 June 2020 8:12
by renrom
Thanks! i will wait, i'm glad it isn't my config :)

Re: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)

Posted: Sunday 28 June 2020 23:12
by janvangent2
Got the same issue here.
I hope a fix will be ready soon.

Keep us updated please :)

Re: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)

Posted: Monday 29 June 2020 13:37
by bitjeverkeerd
Thorgal789 wrote: Wednesday 24 June 2020 17:07 @bitjeverkeerd can I have the firwmare version of your remote, I know there is some different versions. The model is E1524 for me (marqued on the remote)

Perhaps https://github.com/dresden-elektronik/d ... ssues/2618
Solved with moving batteries ?
Hello Thorgal789

thanks for the github link. It indeed seems to be an issue of the IKEA remote.
I can now switch between the different modes.

Re: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)

Posted: Monday 29 June 2020 17:15
by Thorgal789
Yep It seem someone have found the procedure
If your Tradfri remote only shows event 4002-4002, first HOLD on/off button. When event changes from 1002 to 4003, then quickly RELEASE on/off button and DOUBLECLICK < or >. When event changes to 4002 and directly to 1001 (this has to be the last shown event), you successfully (mostly, but not ever) changed to 4001-4003. Maybe you need a few tries. Removing the battery will be faster ;-)

To switch back from 4001-4003 to 4002-4002, simply HOLD on/off for a few seconds. When event changes from 1002 to 1001, the < and > button will again only show 4002-4002.

Re: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)

Posted: Wednesday 01 July 2020 22:17
by janvangent2
Thorgal789 wrote: Thursday 25 June 2020 16:54 Yep, don't worry. the problem is not from you, there is some news features not handled by the plugin yet in the version 78.
If you are hurried you can instal the beta, or just wait 24h, there is some users testing the beta ATM, all seem fine I will push the new version in some hours.
Any updates on this matter? Still not functioning over here. What to do?
With command line, go to the plugin directory (domoticz/plugin/Domoticz-deCONZ).
Run:
git pull
Just restart the plugin, (hardware page, select deconz plugin, clic "update").
When I do this, I get an error: error: Your local changes to the following files would be overwritten by merge:
plugin.py
Please commit your changes or stash them before you merge.

How should I proceed?

Re: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)

Posted: Thursday 02 July 2020 10:18
by Thorgal789
Sure, you have edited some files yourself ?
IDK if you want to keep your modification but you will loose it. Perhaps you have edited the banned device file ? (The comment speak only about the file plugin.py)

But the plugin take only 3/4 files so its easy to make backup if you want to save your modifications.

If you don't want to save them

Code: Select all

git reset --hard
git pull
Don't worry for your devices, they are not stored in the plugin folder.

Re: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)

Posted: Monday 20 July 2020 15:08
by salopette
Hi, I keep getting error messages in the log.

device > 92 is my Raspbee-II

2020-07-19 22:25:49.766 Error: (deconz) Websocket error, unknow device > 92 (sensors) Asking for information
2020-07-19 22:25:49.778 Error: (deconz) Connexion problem (1) with Gateway : 404
2020-07-19 22:28:15.674 Error: (deconz) Websocket error, unknow device > 92 (lights) Asking for information
2020-07-19 23:37:59.803 Error: (deconz) Websocket error, unknow device > 92 (sensors) Asking for information
2020-07-19 23:37:59.823 Error: (deconz) Connexion problem (1) with Gateway : 404
2020-07-19 23:38:06.037 Error: (deconz) Websocket error, unknow device > 92 (lights) Asking for information
2020-07-20 01:21:19.853 Error: (deconz) Websocket error, unknow device > 92 (sensors) Asking for information
2020-07-20 01:21:19.873 Error: (deconz) Connexion problem (1) with Gateway : 404
2020-07-20 01:27:35.314 Error: (deconz) Websocket error, unknow device > 92 (lights) Asking for information
2020-07-20 01:27:39.796 Error: (deconz) Websocket error, unknow device > 92 (sensors) Asking for information
2020-07-20 01:27:39.807 Error: (deconz) Connexion problem (1) with Gateway : 404
2020-07-20 01:27:50.624 Error: (deconz) Websocket error, unknow device > 92 (lights) Asking for information
2020-07-20 03:19:49.771 Error: (deconz) Websocket error, unknow device > 92 (sensors) Asking for information
2020-07-20 03:19:49.784 Error: (deconz) Connexion problem (1) with Gateway : 404
2020-07-20 03:28:10.064 Error: (deconz) Websocket error, unknow device > 92 (lights) Asking for information
2020-07-20 04:30:59.867 Error: (deconz) Websocket error, unknow device > 92 (sensors) Asking for information
2020-07-20 04:30:59.879 Error: (deconz) Connexion problem (1) with Gateway : 404
2020-07-20 04:45:54.119 Error: (deconz) Websocket error, unknow device > 92 (lights) Asking for information
2020-07-20 05:00:59.843 Error: (deconz) Websocket error, unknow device > 92 (sensors) Asking for information
2020-07-20 05:00:59.855 Error: (deconz) Connexion problem (1) with Gateway : 404
2020-07-20 05:15:50.254 Error: (deconz) Websocket error, unknow device > 92 (lights) Asking for information
2020-07-20 05:18:19.824 Error: (deconz) Websocket error, unknow device > 92 (sensors) Asking for information
2020-07-20 05:18:19.845 Error: (deconz) Connexion problem (1) with Gateway : 404
2020-07-20 05:18:23.602 Error: (deconz) Websocket error, unknow device > 92 (lights) Asking for information
2020-07-20 05:22:49.895 Error: (deconz) Websocket error, unknow device > 92 (sensors) Asking for information
2020-07-20 05:22:49.908 Error: (deconz) Connexion problem (1) with Gateway : 404
2020-07-20 05:48:19.851 Error: (deconz) Missing device > 92 (sensors)
2020-07-20 05:49:47.101 Error: (deconz) Websocket error, unknow device > 92 (lights) Asking for information
2020-07-20 06:12:49.821 Error: (deconz) Websocket error, unknow device > 92 (sensors) Asking for information
2020-07-20 06:12:49.833 Error: (deconz) Connexion problem (1) with Gateway : 404
2020-07-20 06:23:59.187 Error: (deconz) Websocket error, unknow device > 92 (lights) Asking for information
2020-07-20 13:27:39.809 Error: (deconz) Websocket error, unknow device > 92 (sensors) Asking for information
2020-07-20 13:27:39.834 Error: (deconz) Connexion problem (1) with Gateway : 404
2020-07-20 13:32:55.306 Error: (deconz) Websocket error, unknow device > 92 (lights) Asking for information

Re: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)

Posted: Monday 20 July 2020 16:54
by Thorgal789
Hello, can you enable logging "debug info only", you will have a debug line that start with "Send Command : XXXX"
And if you can the one taht start with ""### WebSocket Data"

Re: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)

Posted: Monday 20 July 2020 19:57
by salopette
i have now turned on debug, will watch it!

Re: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)

Posted: Monday 20 July 2020 21:35
by salopette

Code: Select all

2020-07-20 21:32:18.443 (deconz) ### WebSocket Data : {'attr': {'lastannounced': '2020-07-05T21:58:17Z', 'lastseen': '2020-07-20T19:32:18Z', 'manufacturername': 'OSRAM', 'modelid': 'Outdoor Lantern W RGBW OSRAM', 'name': 'TerrassenLicht', 'swversion': '01020510', 'type': 'Extended color light', 'uniqueid': '7c:b0:3e:aa:00:b1:35:45-03'}, 'e': 'changed', 'id': '63', 'r': 'lights', 't': 'event', 'uniqueid': '7c:b0:3e:aa:00:b1:35:45-03'}
2020-07-20 21:32:18.494 (deconz) onHeartbeat called
2020-07-20 21:32:19.220 (deconz) onMessage called
2020-07-20 21:32:19.220 (deconz) ### WebSocket Data : {'e': 'changed', 'id': '107', 'r': 'sensors', 'state': {'lastupdated': '2020-07-20T19:32:19.199', 'temperature': 2362}, 't': 'event', 'uniqueid': '00:17:88:01:08:64:1f:4d-02-0402'}
2020-07-20 21:32:19.221 (deconz) ### Update device (deconz - BWM Treppe-OG) : {'nValue': 0, 'sValue': '23.62'}
2020-07-20 21:32:19.794 (deconz) onMessage called
2020-07-20 21:32:19.794 (deconz) ### WebSocket Data : {'e': 'changed', 'id': '1', 'r': 'sensors', 'state': {'dark': False, 'daylight': False, 'lastupdated': '2020-07-20T19:32:19.746', 'status': 190, 'sunrise': '2020-07-20T03:18:10', 'sunset': '2020-07-20T19:36:49'}, 't': 'event', 'uniqueid': '00:21:2e:ff:ff:04:08:01-01'}
2020-07-20 21:32:19.794 (deconz) Double UniqueID correction : 1 > 92
2020-07-20 21:32:19.795 (deconz) Send Command /api/097DEDA817/sensors/92 with None (0 in buffer)
2020-07-20 21:32:19.795 (deconz) Making Request : http://192.168.178.71:80/api/097DEDA817/sensors/92 with params None
2020-07-20 21:32:19.795 Error: (deconz) Websocket error, unknow device > 92 (sensors) Asking for information
2020-07-20 21:32:19.809 Error: (deconz) Connexion problem (1) with Gateway : 404
2020-07-20 21:32:20.059 (deconz) onMessage called
2020-07-20 21:32:20.060 (deconz) ### WebSocket Data : {'attr': {'lastannounced': None, 'lastseen': '2020-07-20T19:32:20Z', 'manufacturername': 'SZ', 'modelid': 'Lamp_01', 'name': 'Gartenbrunnen', 'swversion': '20181107', 'type': 'On/Off light', 'uniqueid': '01:12:4b:00:1b:ae:6b:b7-0b'}, 'e': 'changed', 'id': '46', 'r': 'lights', 't': 'event', 'uniqueid': '01:12:4b:00:1b:ae:6b:b7-0b'}
2020-07-20 21:32:21.363 (deconz) onMessage called
2020-07-20 21:32:21.363 (deconz) ### WebSocket Data : {'attr': {'lastannounced': '2020-07-19T19:11:13Z', 'lastseen': '2020-07-20T19:32:21Z', 'manufacturername': 'IKEA of Sweden', 'modelid': 'TRADFRI bulb GU10 W 400lm', 'name': 'Treppe OG-1-1', 'swversion': '1.2.214', 'type': 'Dimmable light', 'uniqueid': '00:0b:57:ff:fe:b7:9e:86-01'}, 'e': 'changed', 'id': '34', 'r': 'lights', 't': 'event', 'uniqueid': '00:0b:57:ff:fe:b7:9e:86-01'}
2020-07-20 21:32:23.371 (deconz) onMessage called
2020-07-20 21:32:23.371 (deconz) ### WebSocket Data : {'attr': {'lastannounced': '2020-06-30T20:00:56Z', 'lastseen': '2020-07-20T19:32:23Z', 'manufacturername': 'SZ', 'modelid': 'Lamp_01', 'name': 'Spiegel', 'swversion': '20181107', 'type': 'On/Off light', 'uniqueid': '01:12:4b:00:1b:ae:7b:4f-0b'}, 'e': 'changed', 'id': '61', 'r': 'lights', 't': 'event', 'uniqueid': '01:12:4b:00:1b:ae:7b:4f-0b'}
2020-07-20 21:32:28.614 (deconz) onHeartbeat called
2020-07-20 21:32:29.578 (deconz) onMessage called
2020-07-20 21:32:29.579 (deconz) ### WebSocket Data : {'attr': {'lastannounced': '2020-07-18T23:29:30Z', 'lastseen': '2020-07-20T19:32:29Z', 'manufacturername': 'SZ', 'modelid': 'Lamp_01', 'name': 'Hasenlicht', 'swversion': '20181107', 'type': 'On/Off light', 'uniqueid': '01:12:4b:00:1b:ae:7b:25-0b'}, 'e': 'changed', 'id': '48', 'r': 'lights', 't': 'event', 'uniqueid': '01:12:4b:00:1b:ae:7b:25-0b'}
2020-07-20 21:32:29.980 (deconz) onMessage called
2020-07-20 21:32:29.980 (deconz) ### WebSocket Data : {'attr': {'lastannounced': '2020-07-20T19:32:29Z', 'lastseen': '2020-07-20T19:32:29Z', 'manufacturername': 'IKEA of Sweden', 'modelid': 'TRADFRI bulb GU10 W 400lm', 'name': 'Treppe-1-1', 'swversion': '1.2.214', 'type': 'Dimmable light', 'uniqueid': '90:fd:9f:ff:fe:0f:cd:0e-01'}, 'e': 'changed', 'id': '19', 'r': 'lights', 't': 'event', 'uniqueid': '90:fd:9f:ff:fe:0f:cd:0e-01'}
2020-07-20 21:32:29.980 (deconz) onMessage called
2020-07-20 21:32:29.981 (deconz) ### WebSocket Data : {'e': 'changed', 'id': '19', 'r': 'lights', 'state': {'alert': None, 'bri': 3, 'on': False, 'reachable': True}, 't': 'event', 'uniqueid': '90:fd:9f:ff:fe:0f:cd:0e-01'}
2020-07-20 21:32:29.981 (deconz) ### Update device (deconz - Treppe-1-1) : {'nValue': 0, 'sValue': '1'}, IGNORED , no changes !
2020-07-20 21:32:30.082 (deconz) onMessage called
2020-07-20 21:32:30.082 (deconz) ### WebSocket Data : {'attr': {'lastannounced': '2020-07-20T19:32:30Z', 'lastseen': '2020-07-20T19:32:30Z', 'manufacturername': 'IKEA of Sweden', 'modelid': 'TRADFRI bulb GU10 W 400lm', 'name': 'Treppe-1-4', 'swversion': '1.2.214', 'type': 'Dimmable light', 'uniqueid': '00:0b:57:ff:fe:ec:74:49-01'}, 'e': 'changed', 'id': '72', 'r': 'lights', 't': 'event', 'uniqueid': '00:0b:57:ff:fe:ec:74:49-01'}
2020-07-20 21:32:30.082 (deconz) onMessage called
2020-07-20 21:32:30.082 (deconz) ### WebSocket Data : {'e': 'changed', 'id': '72', 'r': 'lights', 'state': {'alert': None, 'bri': 3, 'on': False, 'reachable': True}, 't': 'event', 'uniqueid': '00:0b:57:ff:fe:ec:74:49-01'}
2020-07-20 21:32:30.083 (deconz) ### Update device (deconz - Treppe-1-4) : {'nValue': 0, 'sValue': '1'}, IGNORED , no changes !
2020-07-20 21:32:30.684 (deconz) onMessage called
2020-07-20 21:32:30.685 (deconz) ### WebSocket Data : {'attr': {'lastannounced': '2020-07-19T19:10:39Z', 'lastseen': '2020-07-20T19:32:30Z', 'manufacturername': 'IKEA of Sweden', 'modelid': 'TRADFRI bulb GU10 W 400lm', 'name': 'Treppe OG-1-3', 'swversion': '1.2.214', 'type': 'Dimmable light', 'uniqueid': '00:0d:6f:ff:fe:d2:92:d2-01'}, 'e': 'changed', 'id': '37', 'r': 'lights', 't': 'event', 'uniqueid': '00:0d:6f:ff:fe:d2:92:d2-01'}

Code: Select all

'modelid': 'Lamp_01', 'name': 'Spiegel', 'swversion': '20181107', 'type': 'On/Off light', 'uniqueid': '01:12:4b:00:1b:ae:7b:4f-0b'}, 'e': 'changed', 'id': '61', 'r': 'lights', 't': 'event', 'uniqueid': '01:12:4b:00:1b:ae:7b:4f-0b'}
2020-07-20 21:34:37.366 (deconz) onMessage called
2020-07-20 21:34:37.366 (deconz) ### WebSocket Data : {'attr': {'lastannounced': None, 'lastseen': '2020-07-20T19:34:37Z', 'manufacturername': 'dresden elektronik', 'modelid': 'ConBee II', 'name': 'Configuration tool 92', 'swversion': '0x264a0700', 'type': 'Configuration tool', 'uniqueid': '00:21:2e:ff:ff:04:08:01-01'}, 'e': 'changed', 'id': '92', 'r': 'lights', 't': 'event', 'uniqueid': '00:21:2e:ff:ff:04:08:01-01'}
2020-07-20 21:34:37.367 (deconz) Send Command /api/097DEDA817/lights/92 with None (0 in buffer)
2020-07-20 21:34:37.367 (deconz) Making Request : http://192.168.178.71:80/api/097DEDA817/lights/92 with params None
2020-07-20 21:34:37.384 (deconz) Request Return : {"etag":"7d4d08b8fe6f09436b1aa203f8d0c67b","hascolor":false,"lastannounced":null,"lastseen":"2020-07-20T19:34:37Z","manufacturername":"dresden elektronik","modelid":"ConBee II","name":"Configuration tool 92","state":{"reachable":true},"swversion":"0x264a0700","type":"Configuration tool","uniqueid":"00:21:2e:ff:ff:04:08:01-01"}
2020-07-20 21:34:37.384 (deconz) Classic Data : {'etag': '7d4d08b8fe6f09436b1aa203f8d0c67b', 'hascolor': False, 'lastannounced': None, 'lastseen': '2020-07-20T19:34:37Z', 'manufacturername': 'dresden elektronik', 'modelid': 'ConBee II', 'name': 'Configuration tool 92', 'state': {'reachable': True}, 'swversion': '0x264a0700', 'type': 'Configuration tool', 'uniqueid': '00:21:2e:ff:ff:04:08:01-01'}
2020-07-20 21:34:37.385 (deconz) ### Device > 92 Name:Configuration tool 92 Type:Configuration tool Details:{'reachable': True} and
2020-07-20 21:34:37.385 (deconz) Skipping Device (Useless) : 00:21:2e:ff:ff:04:08:01-01
2020-07-20 21:34:37.367 Error: (deconz) Websocket error, unknow device > 92 (lights) Asking for information
2020-07-20 21:34:38.637 (deconz) onHeartbeat called
2020-07-20 21:34:42.444 (deconz) onMessage called
2020-07-20 21:34:42.445 (deconz) ### WebSocket Data : {'attr': {'lastannounced': None, 'lastseen': '2020-07-20T19:34:42Z', 'manufacturername': 'LEDVANCE', 'modelid': 'PAR16 RGBW Z3', 'name': 'Kugellicht', 'swversion': '00103101', 'type': 'Extended color light', 'uniqueid': 'f0:d1:b8:00:00:12:ac:a2-01'}, 'e': 'changed', 'id': '40', 'r': 'lights', 't': 'event', 'uniqueid': 'f0:d1:b8:00:00:12:ac:a2-01'}
2020-07-20 21:34:48.616 (deconz) onHeartbeat called
2020-07-20 21:34:57.796 (deconz) onMessage called
2020-07-20 21:34:57.796 (deconz) ### WebSocket Data : {'attr': {'lastannounced': None, 'lastseen': '2020-07-20T19:34:57Z', 'manufacturername': 'LEDVANCE', 'modelid': 'PAR16 RGBW Z3', 'name': 'Kugellicht', 'swversion': '00103101', 'type': 'Extended color light', 'uniqueid': 'f0:d1:b8:00:00:12:ac:a2-01'}, 'e': 'changed', 'id': '40', 'r': 'lights', 't': 'event', 'uniqueid': 'f0:d1:b8:00:00:12:ac:a2-01'}

Re: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)

Posted: Monday 20 July 2020 21:39
by salopette

Code: Select all

2020-07-20 21:36:49.787 (deconz) ### WebSocket Data : {'e': 'changed', 'id': '1', 'r': 'sensors', 'state': {'dark': False, 'daylight': False, 'lastupdated': '2020-07-20T19:36:49.746', 'status': 200, 'sunrise': '2020-07-20T03:18:10', 'sunset': '2020-07-20T19:36:49'}, 't': 'event', 'uniqueid': '00:21:2e:ff:ff:04:08:01-01'}
2020-07-20 21:36:49.788 (deconz) Double UniqueID correction : 1 > 92
2020-07-20 21:36:49.788 (deconz) Send Command /api/097DEDA817/sensors/92 with None (0 in buffer)
2020-07-20 21:36:49.788 (deconz) Making Request : http://192.168.178.71:80/api/097DEDA817/sensors/92 with params None
2020-07-20 21:36:49.788 Error: (deconz) Websocket error, unknow device > 92 (sensors) Asking for information
2020-07-20 21:36:49.809 Error: (deconz) Connexion problem (1) with Gateway : 404
2020-07-20 21:36:50.560 (deconz) onMessage called
2020-07-20 21:36:50.561 (deconz) ### WebSocket Data : {'attr': {'lastannounced': None, 'lastseen': '2020-07-20T19:36:50Z', 'manufacturername': 'SZ', 'modelid': 'Lamp_01', 'name': 'Gartenbrunnen', 'swversion': '20181107', 'type': 'On/Off light', 'uniqueid': '01:12:4b:00:1b:ae:6b:b7-0b'}, 'e': 'changed', 'id': '46', 'r': 'lights', 't': 'event', 'uniqueid': '01:12:4b:00:1b:ae:6b:b7-0b'}

Re: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)

Posted: Monday 20 July 2020 21:43
by salopette
2020-07-20 21:34:37.367 (deconz) Send Command /api/097DEDA817/lights/92 with None (0 in buffer)
2020-07-20 21:34:37.367 (deconz) Making Request : http://192.168.178.71:80/api/097DEDA817/lights/92 with params None
2020-07-20 21:34:37.384 (deconz) Request Return : {"etag":"7d4d08b8fe6f09436b1aa203f8d0c67b","hascolor":false,"lastannounced":null,"lastseen":"2020-07-20T19:34:37Z","manufacturername":"dresden elektronik","modelid":"ConBee II","name":"Configuration tool 92","state":{"reachable":true},"swversion":"0x264a0700","type":"Configuration tool","uniqueid":"00:21:2e:ff:ff:04:08:01-01"}
2020-07-20 21:34:37.384 (deconz) Classic Data : {'etag': '7d4d08b8fe6f09436b1aa203f8d0c67b', 'hascolor': False, 'lastannounced': None, 'lastseen': '2020-07-20T19:34:37Z', 'manufacturername': 'dresden elektronik', 'modelid': 'ConBee II', 'name': 'Configuration tool 92', 'state': {'reachable': True}, 'swversion': '0x264a0700', 'type': 'Configuration tool', 'uniqueid': '00:21:2e:ff:ff:04:08:01-01'}
2

Why does Conbee2 appear there? And the FW is not right either.

Re: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)

Posted: Monday 20 July 2020 23:05
by Thorgal789
Yes the conbee appaear in device list since 2 /3 version, but ignored by the plugin, so not visible in domoticz (but visible in phoscon)
2020-07-20 21:34:37.385 (deconz) Skipping Device (Useless) : 00:21:2e:ff:ff:04:08:01-01
And you have the last firmware from 08-Jun-2020, you haven't updated it since 2 month ?

Re: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)

Posted: Monday 20 July 2020 23:22
by Thorgal789
Ok I have found the problem.
Are you using the last plugin version ? 1.0.14

If yes, I will make a modification tommorow, the message is boring, but don't worry it s just an information, the plugin will work as it.
If you realy are bored with message you can change the line 989 in plugin.py

Code: Select all

Domoticz.Error( "Connexion problem (1) with Gateway : " + str(result.status_code) )
in

Code: Select all

#Domoticz.Error( "Connexion problem (1) with Gateway : " + str(result.status_code) )
But if you chnage the code, you will have problem to make "git pull" after.

Re: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)

Posted: Tuesday 21 July 2020 15:08
by salopette
Thorgal789 wrote: Monday 20 July 2020 23:05 Yes the conbee appaear in device list since 2 /3 version, but ignored by the plugin, so not visible in domoticz (but visible in phoscon)
2020-07-20 21:34:37.385 (deconz) Skipping Device (Useless) : 00:21:2e:ff:ff:04:08:01-01
And you have the last firmware from 08-Jun-2020, you haven't updated it since 2 month ?
is that the latest FW for the Raspbee2? Or not?
http://deconz.dresden-elektronik.de/dec ... re/?C=M;O=

09-Jun-20