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

Additional set current on vehicle side #13192

Closed
wants to merge 2 commits into from

Conversation

Duell10111
Copy link
Sponsor Contributor

@Duell10111 Duell10111 commented Mar 28, 2024

Fix #13150

WIP: To allow setting current on vehicle side especially for Tesla vehicles who support 5A on 3 phases, where the standard only allows 6A as minimum

@andig
Copy link
Member

andig commented Mar 28, 2024

Schöne Idee, wird aber nicht reichen:

  1. sollte man das nur machen, wenn notwendig da zuviele API Requests (schreibst Du ja auch)
  2. ist Tesla zickig und führt das anscheinend oft nicht aus- es braucht also die gleiche Nachleselogik wie beim Teslalogger charger, also falls current < minLoadpointCurrent dann gegen das Auto validieren, sonst gegen die Wallbox

Ist aber ne schöne schlanke Idee :)

@andig andig added the enhancement New feature or request label Mar 28, 2024
@andig andig changed the title chore: additional set current on vehicle side Additional set current on vehicle side Mar 28, 2024
@Duell10111
Copy link
Sponsor Contributor Author

Probiere vlt. die Zeit mal das ganze zu konkretisieren, und auf deine Punkte einzugehen und umzusetzen. :)

@Raudi1
Copy link

Raudi1 commented Apr 8, 2024

Wie ist geplant diesbezüglich mit der automatischen Phasenumstellung umzugehen?
Einerseits ist es besser bis runter auf 1A bei 3 Phasen zu bleiben, damit die Ladung nicht unterbrochen werden muss usw.
Andererseits lässt sich bei 1 Phase genauer steuern, was besonders bei niedriger Leistung zumindest prozentual mehr aus macht.

@github-actions github-actions bot added the stale Outdated and ready to close label Apr 29, 2024
@github-actions github-actions bot closed this May 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request stale Outdated and ready to close
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tesla: Limit Charging current through Tesla API on 5A
3 participants