Page 1 of 1

Controlling lights with Zigbee2MQTT

Posted: Sunday 12 January 2020 20:11
by Bubber
I am trying to control my Zigbee2MQTT lights via a dzVents scripts. I can turn on and off the lights with ".switchOn()" and ".switchOff()", but I can't change the color/color temperature or the brightness. If I call any of the other methods (".setColor()", ".setRGB()" etc.) I get this in the log:

Code: Select all

2020-01-12 19:49:27.255 Error: dzVents: local netWork not open for dzVents openURL call !
2020-01-12 19:49:27.256 Error: dzVents: check dzVents wiki (look for 'Using dzVents with Domoticz')
I can't find any information in the wiki. Also, I don't know if this is a general Domoticz error, or if it is related to the Zigbee2MQTT plugin, but lights can be controlled just fine using the Domoticz GUI.

Any ideas?

Thanks in advance
Bubber

Re: Controlling lights with Zigbee2MQTT

Posted: Sunday 12 January 2020 21:28
by waaren
Bubber wrote: Sunday 12 January 2020 20:11 I can't find any information in the wiki.
checking the wiki and looking for 'Using dzVents with Domoticz'

Re: Controlling lights with Zigbee2MQTT  [Solved]

Posted: Tuesday 14 January 2020 14:09
by Bubber
I read the section in the Wiki (again), and it helped to add the IP to the local networks in settings. I did not really see the connection between adding the IP and the error message, but... it works now.

Thanks!