Skip to content

Changing Charging Amps

roopesh edited this page May 30, 2022 · 1 revision

Thanks this thread on the Home Assistant Forums.

You can now change the Charging Amps of your vehicle using the API:

service: tesla_custom.api
data:
  command: CHARGING_AMPS
  parameters:
    path_vars:
      vehicle_id: 'xxxxxxx'
    charging_amps: '5'

The vehicle_id is the id attribute of binary_sensor.<car name>_online_sensor (not to be confused with the vehicle_id attribute).