Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update interval #80

Open
HenkeGoransson opened this issue Sep 12, 2023 · 3 comments
Open

Update interval #80

HenkeGoransson opened this issue Sep 12, 2023 · 3 comments

Comments

@HenkeGoransson
Copy link

I have a weird issue.
My values updates every second. I believe it used to update every 10 seconds before?
I been running this since without change for 2,5years.

Is there a way to change update intervall?

@Beaky2000
Copy link

I have noticed the same thing with my Sagemcom T211 / Ellevio meter. It used to update every 10 seconds but now updates every second if RTS is constantly high (which it is with this project). This change is in the meter.

I have made a fork of this project, which lets you select update frequency by connecting the RTS signal to a GPIO, which seems to work well with most, but not all, meters. Obviously you would need to modify your ESP module for this to work: https://github.com/Beaky2000/esphome-p1mini

@HenkeGoransson
Copy link
Author

Thanks alot!

@jagheterfredrik
Copy link

I've noticed the same behavior with my Ellevio smart meter, I updated the YAML and let esphome do the filtering, removing the need to modify the hardware setup:

    - name: "Cumulative Active Import"
      filters:
       - throttle: 9.5s
      unit_of_measurement: kWh
      accuracy_decimals: 3
      state_class: "total_increasing"
      device_class: "energy"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants