Hi,
Not sure if this is a bug or is working as intended. I have a device set up with the following.
- energy_time: 2
entity_id: dishwasher_eco
run_before: '07:00:00'
run_time: 3
I have an automation that switches off the device and sets a wait boolean if the device is turned on after 1600. It then waits for the sensor time value defined above before turning it back on. The issue I have is that this device should always complete its cycle before 0700 the following morning, however, this morning the time value of the sensor changed at 0100 hours from the value 0200 hours to the value 1300 hours meaning that the device (a dishwasher) did not run overnight to complete before 0700 as intended.
Is this intended behaviour or a bug as I think what's happening is that it always takes 0700 as 0700 tomorrow even if we're calculating times on the same day prior to 0700.
If you need any more information please just ask.
Hi,
Not sure if this is a bug or is working as intended. I have a device set up with the following.
entity_id: dishwasher_eco
run_before: '07:00:00'
run_time: 3
I have an automation that switches off the device and sets a wait boolean if the device is turned on after 1600. It then waits for the sensor time value defined above before turning it back on. The issue I have is that this device should always complete its cycle before 0700 the following morning, however, this morning the time value of the sensor changed at 0100 hours from the value 0200 hours to the value 1300 hours meaning that the device (a dishwasher) did not run overnight to complete before 0700 as intended.
Is this intended behaviour or a bug as I think what's happening is that it always takes 0700 as 0700 tomorrow even if we're calculating times on the same day prior to 0700.
If you need any more information please just ask.