now i have problem, event do nothing...
and its easy block event

i try change 24 > 24.1 temp set point, fibaro motion sensor gives 23.7 out, fan doest go off, no log write...
fibaro motion sensor and fibaro dual relay, ubuntu
Moderator: leecollings
Code: Select all
If SomeoneHome = On and IsDonker = On
set LampHal = On for 5 Minutes
Code: Select all
If SomeoneHome = Off and IsDonker = On
Set HallwayOn = On
Else If IsDonker = Off
set HallwayOn = Off
Else If SomeoneHome = On and HallwayOn = On
set LampHal = On for 5 Minutes
Letalis wrote:... Can you get blocky to only send notification once?
Do not know, if you both solved your problem already, but nevertheless wanted to share my solution with you and all new Blockly users.kurniawan77 wrote: ... Is there some way that i can cancel the timer? ...
Code: Select all
if (otherdevices['ColdWaterAvail'] == "On" and otherdevices_svalues['CWPressureSensor'] <= "0.5") then
commandArray['ColdWaterAvail'] = 'Off'
print('CW Pressure is: ' ..otherdevices_svalues['CWPressureSensor'])
end
Users browsing this forum: No registered users and 1 guest