Hi Everyone,
I am new to writing automations for home assistant (and somewhat new to HA) and i am having trouble getting my head around the automation interface.
So i thought i would start with something simple, automate the bedroom blind.
Blind motor: Zemismart chain motor
Top Sensor: Ikea parasol
Bottom sensor Ikea Parasol
So my testing's has the up time at 29secons and the down time at 25 seconds.
The motor has up and down positions, but as i got it second hand i don't know (nor can i find anything to tell me how to set it with out a remote, which i don't have) but besides that i think having up and down sensors would make it fool proof.
Starting simple the code below is
if its 9am
AND
the DOWN blind sensor is CLOSED
THEN
open the blind.
If the open sensor triggers then stop the blind.
The part that is not working is the IF/then conditionals.
Also i am not sure why its putting the ID and not a the "nice name" in the code.