TASMOTA Hand Wave detection #20441
-
I am using IR sensor to detects the motion of handwave detection. I generated rule using bard but its showing error and not working as expected Rule1 ON Switch1#State=2 DO Backlog IF (POWER1#STATE=0) && (POWER2#STATE=0) DO POWER1 ON; POWER2 ON ELSE POWER1 OFF; POWER2 OFF ENDON; Delay 5; // Optional delay for hand wave detection Backlog POWER1 TOGGLE; POWER2 TOGGLE ENDON ENDON |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
Then Bard hasn't read the doc correctly 🤣 There are a lot of issues 1 -
|
Beta Was this translation helpful? Give feedback.
-
Thanks for the assistance! I was able to craft the following rule with the help of your suggestions and the documentation:
Important note for ESP8266 users:
|
Beta Was this translation helpful? Give feedback.
Thanks for the assistance! I was able to craft the following rule with the help of your suggestions and the documentation:
Important note for ESP8266 users: