-
-
Notifications
You must be signed in to change notification settings - Fork 820
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
Switch charging session when vehicle identifier changes #14995
Comments
Possible common indicators for intermediate disconnect could be:
tbc |
When charging cable is connected could evcc not check once in a while which vehicle actually shows connected? When changing happened to fast I checked in configuration and the disconnected vehicle showed disconnected (as it should) and the other one showed connected in the status (configuration page). Yet, evcc still thought that the first car is still hooked up. |
It does.
This issue ist not about vehicle identification by vehicle API, but about vehicle identification by charger. Doing via API is not possible as API calls are scarce and can only be triggered if we identify vehicle disconnect by charger. |
I experience this as a "bug" currently. Not sure if I should open a new issue. Also, the yellow marked identifier doesn't make sense in my configuration. "Hyundai" cannot be identified by RFID token "Blau" If my explanation doesn't make sense - please let me know. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
PR zum Test. Da wir die Fahrzeug-APIs dafür nicht nutzen können passiert das nur wenn die Wallbox einen Identifier zurück gibt. |
See #14992.
Currently this is only being done when we see an actual status change to disconnected. Instead, we could check if the vehicle identifier changes. Need to investigate which id changes should trigger new session.
/cc @premultiply
The text was updated successfully, but these errors were encountered: