Search found 6 matches

by Invisible
Sunday 27 March 2022 11:28
Forum: Python
Topic: Python Plugin: Shelly MQTT
Replies: 504
Views: 109783

Re: Python Plugin: Shelly MQTT

Now that i got it working under Raspian Buster, i found i didn't got any energy read from my Shelly plug s devices even the option to do so was set under hardware. Digging in to the code of the plugin and logging the output i found that the folowing: In the Domoticz log: 2022-03-27 10:50:11.756 ...
by Invisible
Saturday 26 March 2022 14:00
Forum: Python
Topic: Python Plugin: Shelly MQTT
Replies: 504
Views: 109783

Re: Python Plugin: Shelly MQTT

waltervl wrote: Friday 25 March 2022 10:08 RPi running on Bullseye OS have a general issue with stable 2022.1 and python plugins.
Thanks, installed buster and it runs first try!
by Invisible
Friday 25 March 2022 9:32
Forum: Python
Topic: Python Plugin: Shelly MQTT
Replies: 504
Views: 109783

Re: Python Plugin: Shelly MQTT

When i add the shelly mqtt plugin and add it on the hardware page in Domoticz, the plugin first causes Domoticz to run very slow and after half a minute it crashes domoticz. I am running Domoticz version 2022.1 on a new raspberry pi 4b 4GB and a clean install with all the latest versions. Does ...
by Invisible
Monday 28 October 2019 14:45
Forum: Z-Wave
Topic: FIBARO RGBW Controller 2, use as single chanels
Replies: 6
Views: 2314

Re: FIBARO RGBW Controller 2, use as single chanels

With a dzvents script i can write directly to the zwave value and that seems to work. A bit more work to figure out the correct commands, but not to bad. I'm using the following command: os.execute("sudo curl -k 'https://localhost:443/ozwcp/valuepost.html' --data '10-COLOR-user-string-1-0=#"..strr ...
by Invisible
Monday 21 October 2019 16:05
Forum: Z-Wave
Topic: FIBARO RGBW Controller 2, use as single chanels
Replies: 6
Views: 2314

Re: FIBARO RGBW Controller 2, use as single chanels

Some studying and trying later, i found that thru the configuration page of open zwave, i can control the RGBW values (where each color matches one of the four outputs) and manual control the separate outputs with the "Color" setting in the below screenshot. However, i don't seem to be able to write ...
by Invisible
Saturday 19 October 2019 15:05
Forum: Z-Wave
Topic: FIBARO RGBW Controller 2, use as single chanels
Replies: 6
Views: 2314

FIBARO RGBW Controller 2, use as single chanels

Hello, I have installed the Fibaro RGBW Controller 2 (FGRGBW-442 over Zwave plus) which i intend to use as a 4 channel led pwm driver instead of one RGBW driver (which the unit itself supports). However after adding it to my Zwave plus network, it does show up in Domoitcz, but apparently as a RGBWWZ ...