Closed phsdv closed 6 years ago
Hi,
Have you set up an automation in HA that emits a heaty_reschedule
event whenever your input_boolean
changes? Please look into the README for more information about this.
If your problem persists, I can't trace anything without having a debug log. So please include that.
Best regards Robert
heaty_reschedule, no I did not do that... good point I did read about it but forgot to do that. And it does help. It is working now. Just a case of RTFM and not a bug. Sorry about that. And thanks for your help!
No problem, good luck with Heaty. :-)
I have home assistant 63.1 and hass_apps (0.20180209.0) The apps.yaml looks like this:
If the input_boolean,dagje_thuis is switch on at 9am, the schedule is not changing to 19,5 degrees but staying on 18 degrees. Is this a bug or am I doing something wrong. More general can I change a flag during the schedule in a statement like this:
temp: 19.5 if app.get_state("input_boolean.dagje_thuis") == "on" else Ignore(), start: "08:00", end: "14:40"
or should that be done before it starts (before 08:00 in this example?) If the later is the case, I would say that is a bug.