Page 1 of 1

Both if started

Posted: Saturday 23 December 2017 16:15
by HGFBoris
Hello!

First: I'm a newby to Domozicz...
Questoin here: why do BOTH if's start up?

It shutrun between 03:00 and 21:00 - and it does.
But the following if's go both active, even if the temperauter is above 21°. And I don't get it why...

Please help!

Thanks,

Boris

Re: Both if started

Posted: Saturday 23 December 2017 18:40
by jvdz
Don't believe that Nested If's are supported in blockly, so you better code this in LUA/dzVents.

Jos

Re: Both if started

Posted: Friday 05 January 2018 23:56
by kuifje
This happends because blockly can not trigger An event that is passed the 00:00.
You have create one more event. 00:00 < 03:00 the other one you have to change to 21:00 < 00:00.
And the if do ( with the blue dot ) is the master and can not be put in a if do ( with the blue dot ) You have to rearange that. An if do ( without the blue dot ) also.
Good luck
Kuifje