This repository contains a Charge Amps component for Home Assistant.
The module is developed by Kirei AB and is not supported by Charge Amps AB.
Installation via HACS (recommended) or by copying custom_components/chargeamps
into your Home Assistant configuration directory.
The component requires configuration via the Home Assistant configuration file. The following parameters are required:
chargeamps:
username: EMAIL_ADDRESS
password: SECRET_PASSWORD
api_key: SECRET_API_KEY
The default is to configure all charge points for the account. To only include some charge points a list of charge point IDs can be provided using the chargepoints
parameter (a list of strings).
N.B. You will need an API key from Charge Amps Support to use this component.
Each Chargeamps chargepoint connector will be represented as a sensor with the current status of the connector as the state. Each connector will also be represented as a switch that can be used to enable/disable the connector.
Lights (downlight/dimmer) appears are represented as lights.
charge_point_id
connector_id
total_consumption_kwh
charge_point_id
connector_id
max_current
connector_id
light_type
The following services are implemented by the component:
set_light
-- set charge point lightsset_max_current
-- set max current for connectorenable
-- enable connectordisable
-- disable connectorremote_start
-- start a charging sessions when RFID lock is enabledremote_stop
-- stop charging sessions when RFID lock is enabled