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

Minimum charging amps #77

Open
xdss opened this issue Sep 22, 2024 · 6 comments
Open

Minimum charging amps #77

xdss opened this issue Sep 22, 2024 · 6 comments

Comments

@xdss
Copy link

xdss commented Sep 22, 2024

The minimum charging amps slider has a range from 0 - 16 (set at charging_amps_max).

When setting the slider to below 5amps the car seems to have a minimum (as per app) limit of 5amps so will default to that value.

Is there any way to set a charging amp value below 5amps. The app cannot go below this however using the API connection this is possible (however rate limited) but not preferable due to rate limits.

I guess if 5amps is infact the hard limit over ble than the slider should have a hard limit.

substitutions:
ble_mac_address: !secret ble_mac_address
tesla_vin: !secret tesla_vin
charging_amps_max: "16"

From cliemt.yml

number:

  • platform: template
    name: "Charging amps"
    id: charging_amps
    icon: mdi:ev-station
    unit_of_measurement: "A"
    mode: slider
    min_value: 0
    max_value: $charging_amps_max
@itavero
Copy link

itavero commented Oct 15, 2024

I was wondering about the same thing. Have you figured out what the actual limit is?

@mr-p666
Copy link

mr-p666 commented Oct 16, 2024

I've read in the past that values ​​below 5A need to be sent twice through the API to be accepted from the car.
Maybe that would work here too.

@Jonas225
Copy link

Bump

Can double sending < 5 A commands be implemented?

@AntoineWaes9359
Copy link

Bump

Can double sending < 5 A commands be implemented?

Hi Jonas, did you try if it was working ? You can use the HA Developer Tools to send twice the command, but there's no way to really know if the command was accepted .. via the Tesla APP is says 5A, and on the Tesla itself, same ..

@Jonas225
Copy link

If I send for example 3 A, it sets the current to 5 A. If I sent 2 A afterwards, 2 A will be set. The app also says 2 A then

@g4rb4g3
Copy link

g4rb4g3 commented Dec 18, 2024

This was found on tesla_ble_mqtt too already and they just fixed it by sending 2 commands when charging amps is below 5A.
This is their fix: https://github.com/tesla-local-control/tesla_ble_mqtt_core/blob/main/mqtt-listen.sh#L148
And the issue: tesla-local-control/tesla_ble_mqtt_docker#4

Would be great if @yoziru could add a similar fix 🤩

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants