Search found 38 matches

by emontnemery
Friday 29 March 2019 8:23
Forum: Python
Topic: Python plugin: Sonoff-Tasmota + Other devices supporting MQTT Discovery
Replies: 57
Views: 19062

Re: Python plugin: Sonoff-Tasmota + Other devices supporting MQTT Discovery

effing: You need to update to the latest version of the plugin where this should be fixed
by emontnemery
Saturday 18 August 2018 9:03
Forum: Python
Topic: MQTT Discovery plugin - clarification requested
Replies: 1
Views: 1261

Re: MQTT Discovery plugin - clarification requested

- If I were to change the name within the Sonoff device, would this then ripple through via auto discovery and update the name of the device within Domoticz, Or would it create 'new' devices? No, a new device would only be created if you change the "topic" of your device. Also the name you set in ...
by emontnemery
Saturday 18 August 2018 9:00
Forum: Python
Topic: Python plugin: Sonoff-Tasmota + Other devices supporting MQTT Discovery
Replies: 57
Views: 19062

Re: Python plugin: Sonoff-Tasmota + Other devices supporting MQTT Discovery

Domoticz auto discover the sonoff devices and I can control them with domoticz or Hardware button. But if I stop domoticz service, manually change relais status and then re-enable domoticz, the status of the relais are not updated anymore. This should definitely work.. If you're willing to give it ...
by emontnemery
Saturday 18 August 2018 8:59
Forum: Python
Topic: Python plugin: Sonoff-Tasmota + Other devices supporting MQTT Discovery
Replies: 57
Views: 19062

Re: Python plugin: Sonoff-Tasmota + Other devices supporting MQTT Discovery

I've been fiddling around with this plugin this evening to try to get it to work.. A bit of a noob with MQTT and Tasmoda but it seems to work since the Domoticz logs show the status change of the sonoff But when I flip the switch (so to speak) in Domoticz, the switch goes off but the status doesn't ...
by emontnemery
Saturday 18 August 2018 8:57
Forum: Python
Topic: Python plugin: Sonoff-Tasmota + Other devices supporting MQTT Discovery
Replies: 57
Views: 19062

Re: Python plugin: Sonoff-Tasmota + Other devices supporting MQTT Discovery

mvveelen wrote: Saturday 11 August 2018 20:19 After using the MQTT discovery for a while, I suddenly have some of the Sonoff devices being discovered as a "Dimmer" instead of the usual ON/OFF Switches.
Just to confirm, this is now fully solved by https://github.com/emontnemery/domoticz ... y/issues/8 ?
by emontnemery
Saturday 18 August 2018 8:54
Forum: Python
Topic: Python Plugin Problem : Pushing 'onHeartbeatCallback' on to queue
Replies: 2
Views: 972

Re: Python Plugin Problem : Pushing 'onHeartbeatCallback' on to queue

Can you try with latest beta?
It has improved logging of these kind of hangs, which will make it easier to debug.
(Please make backup of your database so you can go back to stable version after testing)
by emontnemery
Sunday 13 May 2018 16:05
Forum: Switches and Scenes
Topic: Help needed with testing of updated color dimmer support
Replies: 10
Views: 2482

Re: Help needed with testing of updated color dimmer support

Using Domoticz Beta 9317 on Synology NAS Fibaro FGRGBWM441 Zwave Modul RGBW (CW) Stripe When trying to adjust brightness with all three pickers, changes are done but jump back to maximum brightness very quickly. In other words - brightness adjustment is not working. Color picking seems to be ...
by emontnemery
Wednesday 25 April 2018 22:28
Forum: Switches and Scenes
Topic: Help needed with testing of updated color dimmer support
Replies: 10
Views: 2482

Re: Help needed with testing of updated color dimmer support

I'm not a lua user myself, but can't you just do something like: os.execute([[curl 'http://127.0.0.1:30/json.htm?type=command&param=setcolbrightnessvalue&idx=123&color={"m":1,"t":0,"r":0,"g":0,"b":0,"cw":255,"ww":255}&brightness=50']])
by emontnemery
Sunday 01 April 2018 13:29
Forum: Switches and Scenes
Topic: How to set up slave switch.
Replies: 1
Views: 2631

Re: How to set up slave switch.

This is not purpose of slave switch. Purpose of slave switch is to update state of main switch without sending a command to the switch . This is useful for simple RF switches (meaning they don't report state) with several remotes: If you press one of the remotes, Domoticz state will update to try to ...
by emontnemery
Sunday 01 April 2018 13:25
Forum: Switches and Scenes
Topic: HOW did i do this? (Hue as lightning 2)
Replies: 1
Views: 842

Re: HOW did i do this? (Hue as lightning 2)

If the hue light does not support changing color or changing color temperature but just on/off or dimming, it will be added as Lighting 2.
Why do you want it added as Lighting 2, is it to have the dimmer slider show?
by emontnemery
Thursday 22 March 2018 19:09
Forum: Switches and Scenes
Topic: Help needed with testing of updated color dimmer support
Replies: 10
Views: 2482

Help needed with testing of updated color dimmer support

Updated WW / RGB/ RGBW / RGBWW support, as discussed on github: https://github.com/domoticz/domoticz/issues/2078 https://github.com/domoticz/domoticz/pull/2229 Summary: Color picker for dimmer updated with adjustable color temperature Possible to set colors other than fully saturated from Web UI ...
by emontnemery
Thursday 22 March 2018 18:58
Forum: Switches and Scenes
Topic: Control RGB Leds via JSON command
Replies: 6
Views: 4383

Re: Control RGB Leds via JSON command

Please help test the build linked from here: https://github.com/domoticz/domoticz/issues/2078.
With it, it should be possible to create a "Dummy" RGB/RGBW/RGBWW device, and picked color will be stored in database and accessible through JSON Web API and announced oevr MQTT.
by emontnemery
Thursday 22 March 2018 18:55
Forum: Switches and Scenes
Topic: Yeelight white temperature problem
Replies: 1
Views: 1135

Re: Yeelight white temperature problem

Hi!

This will work with the updated support for color dimmers being discussed here:
https://github.com/domoticz/domoticz/issues/2078

With this change, you can create a scene including your yeelight with a defined color temperature.

If you have time, please test the version linked from github.
by emontnemery
Friday 16 March 2018 0:59
Forum: Python
Topic: Python plugin: Sonoff-Tasmota + Other devices supporting MQTT Discovery
Replies: 57
Views: 19062

Re: Python plugin: Sonoff-Tasmota + Other devices supporting MQTT Discovery

This sounds very interesting, do you have a little more documentation on the MQTT formating, Topic, payload, etc? I am currently using a custom nodered flow for controlling my lightify lighting, I tried to implement auto creation of the lights but it proved problematic in matching using the names ...
by emontnemery
Friday 16 February 2018 11:02
Forum: Python
Topic: Python onConnect proble with windows
Replies: 5
Views: 792

Re: Python onConnect proble with windows

A patch has been submitted which should solve this.
Please send a PM if you are willing to test.
by emontnemery
Monday 12 February 2018 21:15
Forum: Python
Topic: Python plugin: Sonoff-Tasmota + Other devices supporting MQTT Discovery
Replies: 57
Views: 19062

Re: Python plugin: Sonoff-Tasmota + Other devices supporting MQTT Discovery

My Domoticz is using my 3.6.4 Python installation: 2018-02-04 15:17:10.318 Domoticz V3.8875 (c)2012-2018 GizMoCuz I have some time to look at this now, and I prepared a debug build which should hopefully helps narrow down why the onConnect callback does not work. Is PM working for you now in the ...
by emontnemery
Monday 05 February 2018 10:24
Forum: Python
Topic: Python plugin: Sonoff-Tasmota + Other devices supporting MQTT Discovery
Replies: 57
Views: 19062

Re: Python plugin: Sonoff-Tasmota + Other devices supporting MQTT Discovery

Run Git Pull and disable and enable the plugin and now i get this error
Sorry, please update again, it should be fixed now! :oops: