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

Add Remaining Time #5

Closed
limeryls opened this issue Jul 4, 2022 · 2 comments · Fixed by #6
Closed

Add Remaining Time #5

limeryls opened this issue Jul 4, 2022 · 2 comments · Fixed by #6

Comments

@limeryls
Copy link

limeryls commented Jul 4, 2022

Firstly, really good job ! This repo works fine with my Ecoflow River (EF4 288Wh without extra batterie).
Nevertheless, it could be great to add the remaining time to the available sensors.
As this data is available in the log data, I think it could be added quite easily.

image

@vwt12eh8
Copy link
Owner

vwt12eh8 commented Jul 5, 2022

In the ver2-beta branch under development, the Remain entity was added for a while. However, this value changed frequently during use and polluted the logbook, so it was removed. Now we include Remain as an additional attribute in the Battery entity.

@vwt12eh8
Copy link
Owner

vwt12eh8 commented Jul 7, 2022

After some rethinking, I decided to bring back the Remain entity. However, it is disabled by default as it does not solve the problem of overwhelming the database. If you use it, we recommend that you include the following measures in your configuration.yaml

recorder:
  exclude:
    entities:
      - sensor.river_xxxxxx_remain

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

Successfully merging a pull request may close this issue.

2 participants