mampfes / esphome_obis_d0

esphome external component to support meters with OBIS D0 interface
MIT License
43 stars 7 forks source link

Interval? #18

Closed hvorragend closed 7 months ago

hvorragend commented 7 months ago

Hi, to be honest: I didn't try your solution yet. I am currently using the Vzlogger2Mqtt-addon. For me it es quite important, that I can slower the pushed values to HA. My smart meter is sending in a 5-sec-interval. Too much data. And I don't' want to use HA filters to keep the database slim.

Is it possible to just send smart meter events in a 60s interval to HA?

Thank you.

mampfes commented 7 months ago

This is not supported by the component itself, but should be feasible with the esphome sensor filters: https://esphome.io/components/sensor/index.html#sensor-filters

hvorragend commented 7 months ago

Thank you.