easee_hass
easee_hass copied to clipboard
Custom component for Easee EV charger integration with Home Assistant
Easee EV charger component for Home Assistant
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
Installation
There are 2 different methods of installing the custom component
HACS installation
- Add this repository from HACS->Integrations.
- Restart Home Assistant.
- Install the component from Settings->Integrations. You may have to clear the browser cache to make the Easee integration appear in the list.
Git installation
- 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/fondberg/easee_hass.git easee
- Run
bash links.sh
Configuration
Configuration is done through in Configuration > Integrations where you first configure it and then set the options for what you want to monitor.
Development
This project uses black
for code formatting and flake8
for linting.
Always run
make lint
Before pushing your changes