-
Notifications
You must be signed in to change notification settings - Fork 14
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
is it possible to determine the car that's connected? #155
Comments
I've been strugling with the same problem. I believe there is no data communication between AC chargers and the car except some low voltage signals to determine the state of the car/charger. That's why your charger also doesn't know the SOC, unlike with DC chargers, where this is different. for your question, I'm relying on the Audi connect app to determine which car is parked near the charger and is plugged in, this doesn't give a 100% succes rate, as it relies on the Audi connect integration, not ideal. |
I use the resistance sensor for this purpose. For my both electric cars there is a fair difference. This is my code for the template sensor:
|
I guess this can be closed, as there is no way to get a 100% solution for this. |
Is it possible to determine which car is connected to the charger? I know Tesla can simply see which car is connected at a supercharger. I would imagine the same is possible with other chargers. I have not found anything that points in that direction. The log also does not seem to contain it. But it would be a great feature!
kindest regards,
Mark
The text was updated successfully, but these errors were encountered: