esphome-tesla-ble
esphome-tesla-ble copied to clipboard
Minimum charging amps
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