easee_hass icon indicating copy to clipboard operation
easee_hass copied to clipboard

Custom component for Easee EV charger integration with Home Assistant

easee_hass hacs_badge Validate with hassfest Maintenance Easee_downloads easee_hass_downloads

Buy me a coffee

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

  1. Add this repository from HACS->Integrations.
  2. Restart Home Assistant.
  3. 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

  1. Make sure you have git installed on your machine.
  2. Navigate to you home assistant configuration folder.
  3. Create a custom_components folder of it does not exist, navigate down into it after creation.
  4. Execute the following command: git clone https://github.com/fondberg/easee_hass.git easee
  5. 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