mampfes/ha_epex_spot_sensor

Sensor doesnt turn off if input number is changed

Closed this issue Β· 2 comments

First, I like the add on of input numbers for duration, before I missed it πŸ˜‰πŸ‘πŸ»
If the duration via input number (interval mode: intermittent) is reduced while the sensor is on, it doesn't Turn off immediately. Even if the cheapest hour is 4 hours ago and I reduce the time to 1, it is not working. If wanted I have to delete the alternative duration entity, then it stops. Thanks for your efforts ☺️🌞

If you use an input number for the duration, the value of this entity represents the remaining duration. So, if you change the value and set it to 1, this means that you need another 1h. You have to set it to 0 to switch off.

Aaaah. Thanks for the information β˜ΊοΈπŸ‘πŸ»