but i would like also to know my water consumption ; how many liters i use, my pump goes out 0.5L/sec
so i would like to multiply my previous ‘binary_sensor.forage’ by 0.5;
i don’t finding,
any help please ?
thx
Now that it’s fixed, you can create a template sensor. Remember, the history stats sensor that is created will have hours as the default state. With that being said, you’d have to use the following calculation.
thanks, it’s works, i learn lot of with this case;
I try to improve an little more the precision.
Often my water pump works only few seconds (5-10s) and
the binary sensor works perfectly (logbook) ; but the history_stats sensor, forage_ON_today (type: time) was update only when full minutes was reached (value seen in developer tools). i would like a value in seconds to be more real-time consumption. anyone knows if it’s possible ? thanks for your time