Still doesn’t work
template:
- sensor:
- name: "Water m3"
state: "{{ states('sensor.boiler_counter_c1')|float(0) / 1000.0 }}"
unit_of_measurement: m³
state_class: total_increasing
For me it looks like it needs some sort of statistics sensor but how to configure it?