How to set charging amps to max #643
Replies: 1 comment 1 reply
-
I think I found what you are looking for @Jonathanese : If you put the action in your automation into YAML mode, you should be able to do this:
If your Tesla integration has a name prefix for entities, you will need to edit "number.charging_amps" to be "number. <prefix_here>_charging_amps" . Also, do you actually get any energy into the battery trickling at 1A? In my investigations, below about 8A made the energy wasted keeping the car on (BMS, coolant pumps, telemetry all powered up to the tune of maybe 300W) totally not worth it. Yes, workplace charging is no cost to you, but wasting energy is still wasting energy. Or are you just trying to "show charging" to avoid some kind of idle penalty? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I currently have dynamic charging management. Basically, I have 3 charging speeds. Max, Slow, and Trickle.
Generally, the Slow speed is about 5A, and the Trickle speed is 1A.
When I'm home, the slow threshold is 40%, and the trickle threshold is 70%
When I'm away, the slow threshold is 80%, and the trickle threshold is 90%
That way, I can maximize how much free charging I get at work, while keeping the battery from getting too low, and charging way more slowly at high SoC. This has done me pretty well so far. I'm able to get about 80%+ of my charging for free at work, and 20% at home, while the battery spends most of its time in the 60%-70% range.
The issue is when it's below either of these thresholds, I want it to "max out" its speed. Two problems with that:
Potentially as a feature, there should probably be a "Charging Amps Max" item. Or the maximum Level2 rate should always be available, and the API just tries to get as close as it can.
Or perhaps there should be a "current max amps" entity that I could pull.
But basically, you can't really automate a value whose max keeps changing dynamically.
Beta Was this translation helpful? Give feedback.
All reactions