generated from ludeeus/integration_blueprint
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Current Energy doesn't drop to zero #8
Comments
Hi Jimmy,
Thanks for sending this over, unfortunately this is expected behaviour as
Pod Point considered a single ‘charge’ to be from plug in to unplug. This
is ostensibly because your car may have a schedule, or otherwise pause the
charge whilst still connected.
For myself I have a Citroen C5 AirCross Hybrid, I used an integration to
get basic stats from the car. When the charge state changes to finished, or
reaches 100% I trigger and automation to notify me.
The pod point (and mostly all chargers) are actually pretty dumb, they
don’t have a true two way data connection to the car and rely on
resistances across the two data lines to get rudimentary commands like
‘ready to charge’, ‘stop’, etc but not a ‘im done and won’t ask for more
later’.
Another user of the automation had some logic along the lines of ‘if
current charge has been stable for 10 minutes, I don’t use in car
scheduling so you can assume it is complete’.
A bonus tidbit of information of PodPoints APIs, they dont return a charge
duration until you unplug. So they coins how long in one session they are
actually delivering power but it’s not finalised u til you unplug
Hope this helps :)
Matt
On Sat, 1 Oct 2022 at 18:32, Jimmy White ***@***.***> wrote:
Version of the custom_component
Current version
Configuration
N/A
Describe the bug
Current Energy doesn't drop to zero after charging complete, stays at top
level until car is unplugged.
—
Reply to this email directly, view it on GitHub
<#8>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA2XGNQD2S4OSTGZDN5HYT3WBBYSNANCNFSM6AAAAAAQ2RCQCY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
--
Matt Rayner
http://www.mattrayner.co.uk/
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version of the custom_component
Current version
Configuration
N/A
Describe the bug
Current Energy doesn't drop to zero after charging complete, stays at top level until car is unplugged.
The text was updated successfully, but these errors were encountered: