Okay thx.
Maybe I give it a try without first.
Now I'm using the KAKU ASUN modules en these sometimes don't receive the commands.
These Sonoff Dual R2 modules should work better, and wifi is good in my house.
Search found 9 matches
- Monday 18 November 2019 14:06
- Forum: dzVents
- Topic: Moving from Blockly to dzVents
- Replies: 8
- Views: 752
- Monday 18 November 2019 10:09
- Forum: dzVents
- Topic: Moving from Blockly to dzVents
- Replies: 8
- Views: 752
Re: Moving from Blockly to dzVents
Okay thank you very much. It's getting a bit clearly now. Now I go to the next fase to get a fail safe. When triggering the Sonoff URL I get a response with {"POWER2":"OFF"} or {"POWER2":"On"} and I want to use that as a trigger to resend the command again if this message isn't received. And then a ...
- Sunday 17 November 2019 14:20
- Forum: dzVents
- Topic: Moving from Blockly to dzVents
- Replies: 8
- Views: 752
Re: Moving from Blockly to dzVents
Okay found one error. There was a typo in the URL. Still the log line: domoticz.log('Device ' .. device.name .. ' was changed', domoticz.LOG_INFO) is generating this error: Status: dzVents: Error (2.4.19): ...domoticz/scripts/dzVents/generated_scripts/Script #1.lua:8: attempt to index global ...
- Sunday 17 November 2019 14:10
- Forum: dzVents
- Topic: Moving from Blockly to dzVents
- Replies: 8
- Views: 752
Re: Moving from Blockly to dzVents
When I removed this line: domoticz.log('Device ' .. device.name .. ' was changed', domoticz.LOG_INFO) The error was gone but nothing happend. 2019-11-17 14:07:29.390 (Dummy) Light/Switch (Rolluik 3) 2019-11-17 14:07:29.380 Status: User: Admin initiated a switch command (51/Rolluik 3/On) 2019-11-17 ...
- Sunday 17 November 2019 13:54
- Forum: dzVents
- Topic: Moving from Blockly to dzVents
- Replies: 8
- Views: 752
Re: Moving from Blockly to dzVents
Thanks for your quick answer, but I get this error: 2019-11-17 13:45:19.954 Status: User: Admin initiated a switch command (51/Rolluik 3/On) 2019-11-17 13:45:20.046 Status: dzVents: Info: Handling events for: "Rolluik 3", value: "On" 2019-11-17 13:45:20.046 Status: dzVents: Info: ------ Start ...
- Saturday 16 November 2019 16:41
- Forum: dzVents
- Topic: Moving from Blockly to dzVents
- Replies: 8
- Views: 752
Moving from Blockly to dzVents
I'm trying to learn dzVents but need some help after I have tried after a long to get it working.
I want this blockly workflow to be converted to dzVents.
Who can help me please.

I want this blockly workflow to be converted to dzVents.
Who can help me please.

- Wednesday 01 February 2017 13:48
- Forum: Blockly
- Topic: Complex light setting
- Replies: 5
- Views: 1648
Re: Complex light setting
Okay, thx anyway.
- Saturday 28 January 2017 17:56
- Forum: Blockly
- Topic: Complex light setting
- Replies: 5
- Views: 1648
Re: Complex light setting
Thank you.tozzke wrote:I'm assuming the 'Doorbell' is the kind which turns on (according to Domoticz) for a short period of time when pressed and turns off when released
Then this should pretty much do the trick:
The following did the job:

What did you mean with variables?
- Sunday 22 January 2017 12:53
- Forum: Blockly
- Topic: Complex light setting
- Replies: 5
- Views: 1648
Complex light setting
Can someone please help me with the following? My outdoor light turns on at 30% when Sunset is triggered and turns off when sunrise is triggered. Now I want the outdoor light turned to 100% for 1 minute when the doorbel is pressed and after 1 minute turn back to 30%. I have already tried a lot but ...