Hello BakSeedaa,
The virtual switch with the same Dzvents script works perfectly. So Dzvents is not to blame. Perhaps Mosquitto ? Will have to dig deeper.
Search found 5 matches
- Saturday 09 September 2017 11:01
- Forum: dzVents
- Topic: Problem with Dzvents timers
- Replies: 10
- Views: 2157
- Friday 08 September 2017 9:24
- Forum: dzVents
- Topic: Problem with Dzvents timers
- Replies: 10
- Views: 2157
Re: Problem with Dzvents timers
Hello BakSeeDaa, Will try with a virtual switch later today. The device is a Sonoff Wifi switch with Tasmota software. "Your" Json code resulted in the following (looks ok to me...). It does switches on every 5 minutes as expected - it is only the forMin that is causing issues. Will let you know ...
- Thursday 07 September 2017 10:15
- Forum: dzVents
- Topic: Problem with Dzvents timers
- Replies: 10
- Views: 2157
Re: Problem with Dzvents timers
Still no luck with the forMin() method... In the script = domoticz.devices(100).switchOn().forMin(2) On the device: 10:02:17 MQTT: tele/sonoff/STATE = {"Time":"2017-09-07T10:02:17", "Uptime":1, "Vcc":3.179, "POWER":"ON", etc 10:07:18 MQTT: tele/sonoff/STATE = {"Time":"2017-09-07T10:07:18", "Uptime ...
- Thursday 07 September 2017 9:54
- Forum: dzVents
- Topic: Problem with Dzvents timers
- Replies: 10
- Views: 2157
Re: Problem with Dzvents timers
Hoi easy can it be..... Thanks Elmortero
- Thursday 07 September 2017 8:58
- Forum: dzVents
- Topic: Problem with Dzvents timers
- Replies: 10
- Views: 2157
Problem with Dzvents timers
Hello all, I am fairly new to Domoticz and very enthusiastic about all the possibilities it offers. Dzvents looks to be a very clear framework for programming the hardware but I have some issues that you may have encountered as well. - in Dzvents I have to use ( instead of [ to get devices to work ...