Robban
August 22, 2019, 6:24pm
485
So I misinterpreted at first, this is a power plug right?
If On/Off light is not also possible to be a light but is a type which only represents power plugs it is easy to fix
Created an issue to see what is the right assumption with that type
https://github.com/dresden-elektronik/deconz-rest-plugin/issues/1770
Its an on and off switch. I was hoping to get this working as a recognized switch in HA and a repeater.
Zigbee swtich
The tradfri sockets I have are also recognised as a light. I just use a template switch to make it a switch.
Robban
August 22, 2019, 7:09pm
488
Unfortunately it doesnt look like I can do a generic implementation since the type are for simple lights as well.
Awaiting more feedback from deconz devs.
Robban
August 22, 2019, 7:10pm
489
What type does Ikea trådfri sockets report as?
Sorry, can’t get to my ha for a few days. They are recognised as tradfri sockets in phoscon but it thinks they are a light. If fact everything is a light apart from sensors and ZigBee switches that create events.
Robban
August 22, 2019, 7:15pm
491
It belongs to the group lights, but it might report as a different type, Im mapping these types right now to switches POWER_PLUGS = [“On/Off plug-in unit”, “Smart plug”]
Would the switch still work as a zigbee repeater?
Hello, I have an Osram plug, I connected that to deconz SW, infact I see that plug in that way:
after I search it in Postman (with this command: “DECONZ-IP:PORT/api/token/lights”) and I see that:
Now the problem is in Home Assistant where I see this plug only as sensor:
In that Way I can only see if the plug is ON or OFF but I’m not able to change the state.
Any suggestion or Idea on how to integrate that plug in Home Assistant as Light or Switch?
thanks
Robban
August 23, 2019, 9:38am
494
Can you enable debug for deconz component and share all the start up logs?
Yes, I’ll try this evening, just a question, I not remember how to enable the deconz debug, can you just refrsh me how to do?
thanks a lot
sjee
August 23, 2019, 9:41am
496
It’s explained in the docs
Robban
August 23, 2019, 9:41am
497
Copy paste the example in deconz integration documentation
Ok I’ll try this evening at home…thanks
Some one of you integrated the Osram Plug?
Robban
August 23, 2019, 9:46am
499
Based on the information you shared it should work
Robban
August 25, 2019, 2:33pm
501
With release 0.98 deCONZ integration allows configuration of enabling/disabling clip sensors and deconz groups through the gui
3 Likes
Robban
August 27, 2019, 5:48am
502
deCONZ 2.05.67 with support for Ikea Fyrtur and Kadrilj covers as well as their new remote has been released.
Issue requesting marthoc to build a new docker: https://github.com/marthoc/docker-deconz/issues/148
Issue requesting pvizeli to build a new add-on: https://github.com/home-assistant/hassio-addons/issues/670
Marthdoc isn’t supporting anymore, he told in a reply z while ago, that since vnc is now added, he is not going to update anymore
sjee
August 27, 2019, 6:12am
504
He wrote he is not supporting the addon anymore but he is actively developing the docker image, which is what the github issue is about.
Now that the official add-on includes VNC, @pergola.fabio is correct, there is no advantage to using my add-on. Furthermore the official add-on includes support for downloading OTAU files for use with the deCONZ GUI, which mine does not. And, since it is an official add-on, new Hass.io features will likely make their way into the add-on much sooner than I could add them.
My deCONZ Add-on should now be considered discontinued. This will also allow me to add some features to my deCONZ docker imag…
Ow, ok, indeed, didn’t read last sentence