My flow is for 2 motion sensor to trigger some lights outside.
I’m using a ha-switch entity to trigger a simple gate from the lovelace dashboard. So for example if I go to bed the lights won’t go on because of a cat or whatever passing by.
This is working as it should. However I would like to automatically open the gate again at 6:00 and I’m trying to use big timer for this.
I can get the switch top change state with the input but I’m not getting any output, so the gate isn’t opening but the switch is change to state on.
Yup.
When I toggle the switch from the Lovelace dashboard it works perfectly.
But when I try inject the state change it does not give any output. And I’m not quite sure if BigTimer can send out the message to change the switch status. But first I need to get it working with the inject.
So input was possible but it wasn’t giving output.
I let BigTimer open the gate and witch a change rule switch the output from BigTimer to the necessary command to set the switch to ‘ON’.