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

Does not report Wh to MQTT #399

Closed
andriuskr opened this issue Jul 30, 2022 · 6 comments
Closed

Does not report Wh to MQTT #399

andriuskr opened this issue Jul 30, 2022 · 6 comments

Comments

@andriuskr
Copy link

andriuskr commented Jul 30, 2022

While charging, Wh topic is not updated to MQTT. It is alway the same value of 191895
. I assume it should represent charging power.
Screenshot 2022-07-30 at 12 08 58
Screenshot 2022-07-30 at 12 09 16

@jeremypoulter
Copy link
Collaborator

jeremypoulter commented Jul 30, 2022

This is a legacy thing, it is the same as the total_energy topic, it is only updated at the end of the charging session. We will probably remove it in a future version

@andriuskr
Copy link
Author

Leaving no way to get current power usage ? :(

@jeremypoulter
Copy link
Collaborator

The session energy is available as session_energy, there is no instantaneous power, but both the current and the voltage are available for a simplistic power calculation

@KipK
Copy link
Collaborator

KipK commented Jul 30, 2022

One could add a real time total counter, the total can't be used directly for counting consumtion prices with variable price per hour. I had to make my own externally.

Having a real time counter has sense for external tools.

@jeremypoulter
Copy link
Collaborator

Related to #224

@KipK
Copy link
Collaborator

KipK commented Mar 1, 2023

this #556 now has counters updated in real time

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

4 participants