What do i wrong?
This rule is working:
On PIR#Motion do // Motion detected:
if %systime% > 18:48 // After 18:48 Sunset
gpio,12,1 // Lamp on
timerSet 1,60 // start timer
endif
if %systime% < 6:30 // Before 6:30 Sunrise
gpio,12,1 // Lamp on
timerSet 1,60 // start timer//
endif
endOn
On Rules#Timer=1 do
gpio,12,0 // Lamp off
endOn
This is not working:
On PIR#Motion do // Motion detected:
if %systime% > %Sunset% // After 18:48 Sunset
gpio,12,1 // Lamp on
timerSet 1,60 // start timer
endif
if %systime% < %Sunrise% // Before 6:30 Sunrise
gpio,12,1 // Lamp on
timerSet 1,60 // start timer//
endif
endOn
On Rules#Timer=1 do
gpio,12,0 // Lamp off
endOn
What do i wrong with this rule
Moderators: Voyager, BertB, grovkillen, Stuntteam, LisaM
Re: What do i wrong with this rule
You could have placed this in the ESPEasy part of the forum

ESPEasy currently has a limitation that while parsing the IF line, it will only replace 1 % variable at a time, so the %sunrise%/%sunset% values are not inserted where you would expect them.
/Ton (PayPal.me)
Re: What do i wrong with this rule
I made a new request in the correct forum.

Who is online
Users browsing this forum: No registered users and 2 guests