I have a battery charger left on a truck in empty house. I normally turn on once a month for a day.
What would the easiest way be to write a rule that turns it in once a month and then odd after 12 hours.
Thanks.
I have a battery charger left on a truck in empty house. I normally turn on once a month for a day.
What would the easiest way be to write a rule that turns it in once a month and then odd after 12 hours.
Thanks.
Your If statement is power level >= 0. Shouldn't it just be > 0. ?
yep thanks for catching that