Custom component to support Easee EV chargers and equalizers.
The status sensor is the default sensor and has the following values
disconnected
awaiting_start
charging
ready_to_charge
completed
error
- Make sure you have git installed on your machine.
- Navigate to you home assistant configuration folder.
- Create a
custom_components
folder of it does not exist, navigate down into it after creation. - Execute the following command:
git clone https://github.com/0xf-group/hass-peblar peblar
- Run
bash links.sh
Configuration is done through in Configuration > Integrations where you first configure it and then set the options for what you want to monitor.
A full debug log can be enabled by entering following into configuration.yaml
and restarting Home Assistant
logger:
default: info
logs:
custom_components.peblar: debug