Page 1 of 1
deCONZ in combination with master/slave Domoticz
Posted: Monday 14 June 2021 23:43
by najtram
Somehow I can’t share my deCONZ (ConBee II) devices to my master Domoticz. I can share other devices so it’s setup ok.
Any help appriciated.
Re: deCONZ in combination with master/slave Domoticz
Posted: Tuesday 15 June 2021 17:15
by Thorgal789
Hello,
Can you explain me what you are making ? I dont use master/slave feature, and idk if it s the "sensor setting" or if you have 2 domoticz running.
Re: deCONZ in combination with master/slave Domoticz
Posted: Wednesday 16 June 2021 8:12
by waltervl
Master/Slave is not working with Python plugin managed devices. There are already some issues in GitHub on this issue eg
https://github.com/domoticz/domoticz/issues/2484
Re: deCONZ in combination with master/slave Domoticz
Posted: Monday 05 July 2021 13:53
by najtram
Thanks Walter for your issues link. This is exactly the problem.
If I'm understanding correctly gizmocuz added it at June '18. → So my conclusion is to aim for a workaround.
I connect the master with the slave now with dummy switches on the one side and json/url commands in the on/off of the dummy's.
This work around only works "fine" for on/off state. Not for temperature etc.
Re: deCONZ in combination with master/slave Domoticz
Posted: Monday 05 July 2021 15:35
by waltervl
najtram wrote: ↑Monday 05 July 2021 13:53
This work around only works "fine" for on/off state. Not for temperature etc.
You could use dzVents or lua scripts for that. If master temp changes, send it to slave with http json/url commands
Edit: See for example
viewtopic.php?t=31618