Blockly event not triggered ?
Posted: Wednesday 03 February 2016 12:12
Hi,
I have a heater controlled by a zwave Dimmer from Qubino : I created a switch (lighswitch & dimmer) and when I set it to 100% it heats, and if 0 it stops completely (it's handled as a dimmer as a workaround to French heater pilot standard). I mainly control the heater through LUA script using Google Agenda.
Now, I want to only control it through Google Agenda, but I want also to be able to "click somewhere" to start heating for a predefined duration (let's say 10 minutes).
I thus created another dummy device and a lightswitch (named Minuterie_Douche (=timer..), where I set "Off Delay" at 10 minutes, and I created a bockly event so that when I set the Minuterie to ON, the blockly event should set the heater switch to 100% (and to 0% when the Minuterie goes back to OFF automatically).
Unfortunately, it's not working : when I click on the logo of the Minuterie Switch, that switches changes its status, but the blockly event does not seem to start: in the log, I can see the status change of Minuterie, but I don't see any change on my heater switch and I don't see the message I try to write in the log.
Here's a my Blockly event (restricted to switching ON the heater (through settign level at 100%) and writing to the log) What am I doing wrong ? Why is Blockly event not starting when I push my Minuterie button ?
NB: I tried also to write the test as "different from OFF" to check if the test was the issue..
Ricorico94
I have a heater controlled by a zwave Dimmer from Qubino : I created a switch (lighswitch & dimmer) and when I set it to 100% it heats, and if 0 it stops completely (it's handled as a dimmer as a workaround to French heater pilot standard). I mainly control the heater through LUA script using Google Agenda.
Now, I want to only control it through Google Agenda, but I want also to be able to "click somewhere" to start heating for a predefined duration (let's say 10 minutes).
I thus created another dummy device and a lightswitch (named Minuterie_Douche (=timer..), where I set "Off Delay" at 10 minutes, and I created a bockly event so that when I set the Minuterie to ON, the blockly event should set the heater switch to 100% (and to 0% when the Minuterie goes back to OFF automatically).
Unfortunately, it's not working : when I click on the logo of the Minuterie Switch, that switches changes its status, but the blockly event does not seem to start: in the log, I can see the status change of Minuterie, but I don't see any change on my heater switch and I don't see the message I try to write in the log.
Here's a my Blockly event (restricted to switching ON the heater (through settign level at 100%) and writing to the log) What am I doing wrong ? Why is Blockly event not starting when I push my Minuterie button ?
NB: I tried also to write the test as "different from OFF" to check if the test was the issue..
Ricorico94