yoziru / esphome-tesla-ble

Interact with Tesla vehicles over BLE using ESPHome and Home Assistant
GNU Affero General Public License v3.0
92 stars 18 forks source link

Minimum charging amps #77

Open xdss opened 2 months ago

xdss commented 2 months ago

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:

itavero commented 1 month ago

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

mr-p666 commented 1 month ago

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 commented 1 week ago

Bump

Can double sending < 5 A commands be implemented?

AntoineWaes9359 commented 1 week ago

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 commented 1 week ago

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