esphome-tesla-ble icon indicating copy to clipboard operation
esphome-tesla-ble copied to clipboard

Minimum charging amps

Open xdss opened this issue 5 months ago • 0 comments

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

xdss avatar Sep 22 '24 00:09 xdss