Search found 3 matches

by lxh7
Wednesday 09 February 2022 12:38
Forum: MQTT Auto Discovery
Topic: Solar inverter - standard MQTT topics / naming conventions?
Replies: 0
Views: 607

Solar inverter - standard MQTT topics / naming conventions?

Maybe not the right sub-forum, sorry if I posted it wrongly. Is there a standard for MQTT topics/names for a PV inverter? If so, it would be nice if there is a "hardware" plugin for domoticz that receives the data. I have been searching but could not find anything useful yet (only a few using the ...
by lxh7
Monday 14 December 2020 20:56
Forum: dzVents
Topic: How to control with a Selector Switch (zigbee device) [Solved]
Replies: 16
Views: 2587

Re: How to control a Selector Switch (zigbee device) [Solved]

I had to add 4 Selector Levels (per switch): Off, Click, Hold, Release. Then in the event handler you can check the level
by lxh7
Monday 14 December 2020 18:43
Forum: dzVents
Topic: Valid color set but invalid value?
Replies: 1
Views: 257

Valid color set but invalid value?

I have a problem getting the color temperature value from a Warm White / Cool White dimable light (RGBWW device?). My code is roughly this: local d = domoticz.devices('Light 1') domoticz.log(d.name) local colorSet = d.color domoticz.log(colorSet) local t = colorSet.t domoticz.log(t) In the log I get ...