#ESPHome delivering statistics

1 messages · Page 1 of 1 (latest)

fluid sonnet
#

Hi all! I have an ESPHome board that does dsmr5 reading (an energy meter) polling every 10s. How do I make this so that the sensor values are added to statistics?

foggy grail
#

state_class and unit_of_measurement are required

fluid sonnet
#

Thanks!!