Page 1 of 1

Blockly doesn't react at all

Posted: Friday 15 January 2021 12:50
by Argarath
Hello,

I've got this weird issue concerning a blockly event. This blockly doesn't do anything at all. It concerns this blockly:

Image

The PIR is an Xiaomi motion sensor, which reacts normally to movement in domoticz. The light is an Yeelight RGBW bulb, which also reacts normally to commands in domoticz. Nevertheless, in blockly it doesn't do anything... The weird thing is that I have multiple, far more complicated, Blockly's running for years.

Is there something wrong with the command to the lightbulb? Or something with the Xiaomi sensor?

Re: Blockly doesn't react at all

Posted: Friday 15 January 2021 13:13
by besix
Apply the first IF without the blue gear. As you have now, the script is waiting for the next condition

Re: Blockly doesn't react at all

Posted: Friday 15 January 2021 13:40
by Argarath
besix wrote: Friday 15 January 2021 13:13 Apply the first IF without the blue gear. As you have now, the script is waiting for the next condition
Jeez... thanks. I feel so incredibly stupid now ;-)