Martijn van der Pol
Martijn van der Pol
The state trigger using the switch will already achieve that
Not sure what you mean here? Why should it turn on after 5 minutes?
It should do that.
can you send me the output of this: ``` {%- set sensor = 'sensor.energi_data_service' -%} {% from "cheapest_energy_hours.jinja" import cheapest_energy_hours %} {{ cheapest_energy_hours(sensor=sensor, hours=1, start='06:00', end='17:00', look_ahead=true, debug=true) }} ```
I did find a bug in how the start times were determined, that might be reason why it wasn't working properly. This is fixed in v5.4.2. which I just released....
Not sure what I'm looking at here. Is this the switch? Or the binary sensor?
Please let me know if this is correct. * You have a "dumb" dishwasher/washing machine behind a smart plug. * You want to schedule turning on these devices based on...
And how is that plug turned on? I've only seen the YAML config for the template sensor giving the best time. What is your automation to turn that switch on?
Sorry, I've never seen this error before, I'll have a look
What is the full service call you are performing?