Page 1 of 1

Blockly not working

Posted: Tuesday 27 December 2016 21:22
by NOTORIOUSVR
Looking for some guidance... I've recently added a bunch of door and motion sensors to my smart home... Now I'm trying to set basic rules for true automation via Blockly.

But no matter what I cannot seem to get Blockly to work..

Even condensing to a simple rule:

Image

The rule is enabled (Black), and the sensors (in the above the door sensor) reacts in the status page (switches) but the Bar lights never turn on.

I'm at a loss... and ideas?

Thanks!

Re: Blockly not working

Posted: Wednesday 28 December 2016 0:10
by Domosapiens
For this Blockly you need the IF without the blue star, because there is no Else.

Use the blue button "Show current states" in the Event editor and look for the "Bedroom Door Sensor" to check if Open is correct (it could be On or Off)

Further more: avoid spaces, use underscores (I never use spaces, so I'm not sure if this is the cause)

Re: Blockly not working

Posted: Saturday 07 January 2017 19:25
by NOTORIOUSVR
Changed the IF, worked right away... thank you!