Hellowlol / easee_hass

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

easee_hass Maintenance

Buy me a coffee

Easee EV charger component for Home Assistant

Custom component to support Easee EV chargers.

The status sensor is the default sensor and has the following values

STANDBY
PAUSED
CHARGING
READY_TO_CHARGE
CAR_CONNECTED

Important This component quite new and uses the (easee library)[https://github.com/fondberg/easee]. Please help me test and preferbly suggest the fixes as a PR or technical note in an issue.

Installation

There are 2 different methods of installing the custom component

HACS installation

While this component can be installed by HACS, it is not included in the default repository of HACS.

  1. Add this repository as a custom repository inside HACS settings. Make sure you select Integration as Category.
  2. Install the component from the Overview page.

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

Add the following to your configuration and restart Home Assistant.

easee:

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. Two errors should be ignored when running flake8 so run it with

flake8 --ignore=E501,E231 custom_components/

About


Languages

Language:Python 98.3%Language:Shell 1.1%Language:Makefile 0.6%