I don't use it, because I know weel the API, but with it you can easier :
- change setting
- delete/rename device (even if this one is not visible in phoscon
- retreive information on device
- list them by sensor/light/group
Moderator: leecollings
So, with this you basically have something like with the Z-Wave node overview?Thorgal789 wrote: ↑Monday 02 November 2020 17:06 You have them just before ^^
I don't use it, because I know weel the API, but with it you can easier :
- change setting
- delete/rename device (even if this one is not visible in phoscon
- retreive information on device
- list them by sensor/light/group
Hello, If they works in deconz but not domoticz, yes the problem was in the plugin, they are using both same API.bitjeverkeerd wrote: ↑Friday 20 November 2020 13:58 Since I updated Deconz to version 2.05.88 (coming from version 2.05.84) my Ikea remote controls (the version with 5 buttons) no longer work in Domoticz.
The remote controls are visible but no longer respond when a button is pressed. They still work when I use them through phoscon.
And are also still visible in the graphic environment of Deconz. Hence, I think the problem is in the REST api or plugin.
Hello Thorgal789Thorgal789 wrote: ↑Friday 20 November 2020 17:11Hello, If they works in deconz but not domoticz, yes the problem was in the plugin, they are using both same API.bitjeverkeerd wrote: ↑Friday 20 November 2020 13:58 Since I updated Deconz to version 2.05.88 (coming from version 2.05.84) my Ikea remote controls (the version with 5 buttons) no longer work in Domoticz.
The remote controls are visible but no longer respond when a button is pressed. They still work when I use them through phoscon.
And are also still visible in the graphic environment of Deconz. Hence, I think the problem is in the REST api or plugin.
Can you enable better log, in hardware "debug" > "debug info only", then press "update"
It will restart the plugin, after that can you shwo me the log you have when pressing a button pls ?
Code: Select all
2020-11-23 11:12:31.652 Status: Incoming connection from: 192.168.51.58
2020-11-23 11:12:34.047 (ConBee) onHeartbeat called
2020-11-23 11:12:44.063 (ConBee) onHeartbeat called
2020-11-23 11:12:46.267 (ConBee) onMessage called
2020-11-23 11:12:46.268 (ConBee) ### WebSocket Data : {'e': 'changed', 'id': '2', 'r': 'sensors', 'state': {'buttonevent': 1002, 'lastupdated': '2020-11-23T10:12:46.238'}, 't': 'event', 'uniqueid': '90:fd:9f:ff:fe:13:73:35-01-1000'}
2020-11-23 11:12:46.268 (ConBee) ### Update device (ConBee - DenE AB2) : {'nValue': 10, 'sValue': '10'}
2020-11-23 11:12:46.305 (Dummy) Light/Switch (Lampjes GU10)
2020-11-23 11:12:46.383 (ConBee) onCommand called for Unit 3: Parameter 'Set Level', Level: 1, Hue:
2020-11-23 11:12:46.383 (ConBee) Send Command /api/2135F90D23/lights/4/state with {'on': True, 'bri': 3} (0 in buffer)
2020-11-23 11:12:46.384 (ConBee) Making Request : http://127.0.0.1:80/api/2135F90D23/lights/4/state with params {'on': True, 'bri': 3}
2020-11-23 11:12:46.404 (ConBee) Request Return : [{"success":{"/lights/4/state/on":true}},{"success":{"/lights/4/state/bri":3}}]
2020-11-23 11:12:46.404 (ConBee) Classic Data : [{'success': {'/lights/4/state/on': True}}, {'success': {'/lights/4/state/bri': 3}}]
2020-11-23 11:12:46.405 (ConBee) onCommand called for Unit 2: Parameter 'Set Level', Level: 1, Hue:
2020-11-23 11:12:46.405 (ConBee) Send Command /api/2135F90D23/lights/3/state with {'on': True, 'bri': 3} (0 in buffer)
2020-11-23 11:12:46.405 (ConBee) Making Request : http://127.0.0.1:80/api/2135F90D23/lights/3/state with params {'on': True, 'bri': 3}
2020-11-23 11:12:46.423 (ConBee) Request Return : [{"success":{"/lights/3/state/on":true}},{"success":{"/lights/3/state/bri":3}}]
2020-11-23 11:12:46.424 (ConBee) Classic Data : [{'success': {'/lights/3/state/on': True}}, {'success': {'/lights/3/state/bri': 3}}]
2020-11-23 11:12:46.424 (ConBee) onCommand called for Unit 1: Parameter 'Set Level', Level: 1, Hue:
2020-11-23 11:12:46.424 (ConBee) Send Command /api/2135F90D23/lights/2/state with {'on': True, 'bri': 3} (0 in buffer)
2020-11-23 11:12:46.425 (ConBee) Making Request : http://127.0.0.1:80/api/2135F90D23/lights/2/state with params {'on': True, 'bri': 3}
2020-11-23 11:12:46.443 (ConBee) Request Return : [{"success":{"/lights/2/state/on":true}},{"success":{"/lights/2/state/bri":3}}]
2020-11-23 11:12:46.443 (ConBee) Classic Data : [{'success': {'/lights/2/state/on': True}}, {'success': {'/lights/2/state/bri': 3}}]
2020-11-23 11:12:46.494 (ConBee) onMessage called
2020-11-23 11:12:46.494 (ConBee) ### WebSocket Data : {'e': 'changed', 'id': '4', 'r': 'lights', 'state': {'alert': None, 'bri': 3, 'on': True, 'reachable': True}, 't': 'event', 'uniqueid': '58:8e:81:ff:fe:0e:73:19-01'}
2020-11-23 11:12:46.496 (ConBee) ### Update device (ConBee - Lamp GU10 Nieuw) : {'nValue': 1, 'sValue': '1'}
2020-11-23 11:12:46.512 (ConBee) onMessage called
2020-11-23 11:12:46.513 (ConBee) ### WebSocket Data : {'e': 'changed', 'id': '65520', 'r': 'groups', 'state': {'all_on': False, 'any_on': True}, 't': 'event'}
2020-11-23 11:12:46.514 (ConBee) ### Update device (ConBee - All) : {'nValue': 1, 'sValue': 'on'}
2020-11-23 11:12:46.525 (ConBee) ### WebSocket Data : {'e': 'changed', 'id': '1', 'r': 'groups', 'state': {'all_on': False, 'any_on': True}, 't': 'event'}
2020-11-23 11:12:46.525 (ConBee) ### Update device (ConBee - DenE) : {'nValue': 1, 'sValue': 'on'}
2020-11-23 11:12:46.541 (ConBee) ### WebSocket Data : {'e': 'changed', 'id': '3', 'r': 'lights', 'state': {'alert': None, 'bri': 3, 'on': True, 'reachable': True}, 't': 'event', 'uniqueid': '00:0b:57:ff:fe:d8:3b:01-01'}
2020-11-23 11:12:46.543 (ConBee) ### Update device (ConBee - Lamp GU10) : {'nValue': 1, 'sValue': '1'}
2020-11-23 11:12:46.564 (ConBee) ### WebSocket Data : {'e': 'changed', 'id': '2', 'r': 'lights', 'state': {'alert': None, 'bri': 3, 'colormode': 'ct', 'ct': 370, 'on': True, 'reachable': True}, 't': 'event', 'uniqueid': '14:b4:57:ff:fe:44:3e:d7-01'}
2020-11-23 11:12:46.566 (ConBee) ### Update device (ConBee - Lamp GU10 Kleur) : {'nValue': 1, 'sValue': '1', 'Color': '{"m":2,"r":0,"g":0,"b":0,"t":201,"ww":201,"cw":54}'}
2020-11-23 11:12:46.590 (ConBee) ### WebSocket Data : {'e': 'changed', 'id': '65520', 'r': 'groups', 'state': {'all_on': True, 'any_on': True}, 't': 'event'}
2020-11-23 11:12:46.592 (ConBee) ### Update device (ConBee - All) : {'nValue': 1, 'sValue': 'on'}, IGNORED , no changes !
2020-11-23 11:12:46.592 (ConBee) onMessage called
2020-11-23 11:12:46.592 (ConBee) ### WebSocket Data : {'e': 'changed', 'id': '1', 'r': 'groups', 'state': {'all_on': True, 'any_on': True}, 't': 'event'}
2020-11-23 11:12:46.594 (ConBee) ### Update device (ConBee - DenE) : {'nValue': 1, 'sValue': 'on'}, IGNORED , no changes !
2020-11-23 11:12:46.594 (ConBee) onMessage called
2020-11-23 11:12:46.594 (ConBee) ### WebSocket Data : {'e': 'changed', 'id': '4', 'r': 'lights', 'state': {'alert': None, 'bri': 2, 'on': True, 'reachable': True}, 't': 'event', 'uniqueid': '58:8e:81:ff:fe:0e:73:19-01'}
2020-11-23 11:12:46.595 (ConBee) ### Update device (ConBee - Lamp GU10 Nieuw) : {'nValue': 1, 'sValue': '0'}
2020-11-23 11:12:46.662 (ConBee) onMessage called
2020-11-23 11:12:46.663 (ConBee) ### WebSocket Data : {'e': 'changed', 'id': '2', 'r': 'lights', 'state': {'alert': None, 'bri': 2, 'colormode': 'ct', 'ct': 370, 'on': True, 'reachable': True}, 't': 'event', 'uniqueid': '14:b4:57:ff:fe:44:3e:d7-01'}
2020-11-23 11:12:46.663 (ConBee) ### Update device (ConBee - Lamp GU10 Kleur) : {'nValue': 1, 'sValue': '0', 'Color': '{"m":2,"r":0,"g":0,"b":0,"t":201,"ww":201,"cw":54}'}
2020-11-23 11:12:46.287 Status: LUA: ConBee - DenE AB2 - Toggle On/Off
2020-11-23 11:12:46.288 Status: EventSystem: Script event triggered: /home/pi/domoticz/scripts/lua/script_device_ConBee - DenE AB2.lua
2020-11-23 11:12:46.322 Status: LUA: Lampjes GU10 1%
2020-11-23 11:12:46.324 Status: EventSystem: Script event triggered: /home/pi/domoticz/scripts/lua/script_device_Lampjes GU10.lua
2020-11-23 11:12:51.531 (ConBee) onMessage called
2020-11-23 11:12:51.532 (ConBee) ### WebSocket Data : {'e': 'changed', 'id': '4', 'r': 'lights', 'state': {'alert': None, 'bri': 3, 'on': True, 'reachable': True}, 't': 'event', 'uniqueid': '58:8e:81:ff:fe:0e:73:19-01'}
2020-11-23 11:12:51.533 (ConBee) ### Update device (ConBee - Lamp GU10 Nieuw) : {'nValue': 1, 'sValue': '1'}
2020-11-23 11:12:51.598 (ConBee) onMessage called
2020-11-23 11:12:51.598 (ConBee) ### WebSocket Data : {'e': 'changed', 'id': '2', 'r': 'lights', 'state': {'alert': None, 'bri': 3, 'colormode': 'ct', 'ct': 370, 'on': True, 'reachable': True}, 't': 'event', 'uniqueid': '14:b4:57:ff:fe:44:3e:d7-01'}
2020-11-23 11:12:51.599 (ConBee) ### Update device (ConBee - Lamp GU10 Kleur) : {'nValue': 1, 'sValue': '1', 'Color': '{"m":2,"r":0,"g":0,"b":0,"t":201,"ww":201,"cw":54}'}
2020-11-23 11:12:54.119 (ConBee) onHeartbeat called
2020-11-23 11:12:54.119 (ConBee) ### Update device (ConBee - DenE AB2) : {'nValue': 0, 'sValue': 'Off'}
2020-11-23 11:13:00.028 Status: LUA: evaluating ConBee zigbee gateway
2020-11-23 11:13:03.744 (ConBee) onMessage called
2020-11-23 11:13:03.744 (ConBee) ### WebSocket Data : {'attr': {'colorcapabilities': 0, 'ctmax': 65279, 'ctmin': 0, 'id': '2', 'lastannounced': '2020-11-17T06:32:41Z', 'lastseen': '2020-11-23T10:13Z', 'manufacturername': 'IKEA of Sweden', 'modelid': 'TRADFRI bulb GU10 WS 400lm', 'name': 'Lamp GU10 Kleur', 'swversion': '2.0.029', 'type': 'Color temperature light', 'uniqueid': '14:b4:57:ff:fe:44:3e:d7-01'}, 'e': 'changed', 'id': '2', 'r': 'lights', 't': 'event', 'uniqueid': '14:b4:57:ff:fe:44:3e:d7-01'}
2020-11-23 11:13:04.145 (ConBee) onHeartbeat called
2020-11-23 11:13:08.503 (ConBee) onMessage called
2020-11-23 11:13:08.503 (ConBee) ### WebSocket Data : {'attr': {'id': '3', 'lastannounced': '2020-11-18T03:11:11Z', 'lastseen': '2020-11-23T10:13Z', 'manufacturername': 'IKEA of Sweden', 'modelid': 'TRADFRI bulb GU10 W 400lm', 'name': 'Lamp GU10', 'swversion': '1.2.214', 'type': 'Dimmable light', 'uniqueid': '00:0b:57:ff:fe:d8:3b:01-01'}, 'e': 'changed', 'id': '3', 'r': 'lights', 't': 'event', 'uniqueid': '00:0b:57:ff:fe:d8:3b:01-01'}
2020-11-23 11:13:10.907 (ConBee) onMessage called
2020-11-23 11:13:10.907 (ConBee) ### WebSocket Data : {'attr': {'id': '4', 'lastannounced': '2020-08-20T13:35:43Z', 'lastseen': '2020-11-23T10:13Z', 'manufacturername': 'IKEA of Sweden', 'modelid': 'TRADFRI bulb GU10 WW 400lm', 'name': 'Lamp GU10 Nieuw', 'swversion': '2.3.050', 'type': 'Dimmable light', 'uniqueid': '58:8e:81:ff:fe:0e:73:19-01'}, 'e': 'changed', 'id': '4', 'r': 'lights', 't': 'event', 'uniqueid': '58:8e:81:ff:fe:0e:73:19-01'}
2020-11-23 11:13:14.162 (ConBee) onHeartbeat called
2020-11-23 11:13:14.263 (ConBee) onMessage called
2020-11-23 11:13:14.263 (ConBee) ### WebSocket Data : {'attr': {'id': '1', 'lastannounced': None, 'lastseen': '2020-11-23T10:13Z', 'manufacturername': 'dresden elektronik', 'modelid': 'ConBee II', 'name': 'Configuration tool 1', 'swversion': '0x26580700', 'type': 'Configuration tool', 'uniqueid': '00:21:2e:ff:ff:04:8b:6c-01'}, 'e': 'changed', 'id': '1', 'r': 'lights', 't': 'event', 'uniqueid': '00:21:2e:ff:ff:04:8b:6c-01'}
2020-11-23 11:13:14.264 (ConBee) Banned/Ignored device > 1 (lights)
2020-11-23 11:13:24.132 (ConBee) onHeartbeat called
Hi Thorgal789,Thorgal789 wrote: ↑Monday 23 November 2020 17:11 I don't see something special in the log.
You say nothing is visible in log when the device don't work, but it s still working in phoscon ? And yes can be from zigbee side, but the network don't need 3h to be operationnal.
Spam problem ? there is lot of commands in a few interval, you can use zigbee group (group are creating a new widget), and put the id 1/2/3/4 inside, like that you can send only 1 command instead of 4
So it s seem it s from the plugin, but we are using same API.the Ikea remote controls only work after a few hours in domoticz. In phoscon they work immediately after starting deconz.
I have no direct connections between remote controls and lamps.Thorgal789 wrote: ↑Wednesday 02 December 2020 17:13So it s seem it s from the plugin, but we are using same API.the Ikea remote controls only work after a few hours in domoticz. In phoscon they work immediately after starting deconz.
You don't use "direct bind" or scenario in phoscon ?
How you can the remote is working in phoscon, I haven't button event displayed on my side.
But when it don't work, at start, on domoticz, there is no websockets return on domoticz logs ? If it work on phoscon in same time, as we are using same api, you will probably can see something usefull on logs.
It s possible too looking on deconz log on deconz itself with selecting "http" but there is so much informations ...
But it still working in phoscon in same time ?Nothing happens in the domoticz log when I press a button on the remote control
And it s not the plugin fault, else you will receive malformed or bad websocket return, and you haven't websocket return at all.Nothing happens in the domoticz log when I press a button on the remote control
Do you have the GUI, if yes, you have logging in "help","http" will print you all websocket but too much talkative, info_L2 and error_L2 will be enoughtHow can I log into deCONZ?
I have probably found the solution. When I set the correct time zone in phoscon (same time as domoticz) then the remote controls work immediately after a restart of the system (rpi3).Thorgal789 wrote: ↑Thursday 03 December 2020 16:39 Yep it doesn't talk to phoscon, but phoscon and domotic are listening the same websocket server, so I don't understand how something can work on one and not the other ...
Perhaps a bad synthax on websocket notification.
Code: Select all
effectSpeed=7
effectColours=[[255,0,0],[0,255,0],[0,0,255]]
Users browsing this forum: No registered users and 1 guest