-
Notifications
You must be signed in to change notification settings - Fork 119
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
OCPP does not report correct energy if EV is not unplugged #224
Comments
Think this has always been the behaviour of the OpenEVSE. We can easily sum the total + session values if needed if the session value clears when the total increases will have to do some tests. Also on the subject, calling these wh/watthour and wattsecond is terrible, what do folks think about correcting the names and units in the v4 (breaking backwards compatible) ? |
This is addressed in #255 @glynhudson Can you ckeck if the PR solves this issue? Unfortunately, I cannot test it with a real load. |
@matth-x did you change this just for OCP we need to be careful about what is fixed in OCPP and what is at a higher level. |
Yes I've only worked on the OCPP side of this. |
Then I think we should remove from OCPP, and fix generically for consistency. |
Yes, that would be great. The energy reading is fully encapsulated in my code, so switching to another function will be no effort. |
@KipK Thanks for the notice, I checked it and commented in the PR. |
If an OCPP session is stopped but the EV remains plugged in the wh reported by the EVSE does not increment, since the EVSE only increments lifetime wh when the EV is unplugged
@jeremypoulter @lincomatic is there a reason why the EVSE only increments lifetime wh when the EV is unplugged? I think it would be better if lifetime wh was incremented in real-time during a charging session
The text was updated successfully, but these errors were encountered: