Skip to content

Home-assistant lovelace card for OpenEVSE integration

Notifications You must be signed in to change notification settings

KipK/openevse-card

Repository files navigation

OpenEVSE card for Home Assistant

image

This is a Lovelace custom card for @firstof9 OpenEVSE integration

Requirements

Openevse WiFi firmware >= 5.0

OpenEVSE integration >= 2.1.47

Installation

If not done, install OpenEVSE Ha integration using HACS or manually as documented.

Then follow the guide below

HACS (recommended)

Open your Home Assistant instance and open a repository inside the Home Assistant Community Store.

  1. Follow the link here
  2. Use the custom repo link https://github.com/KipK/openevse-card
  3. Select the category type lovelace
  4. Then once it's there (still in HACS) click the INSTALL button
  5. Restart Home Assistant

Manual install

Add openevse-card.js from dist directory to /local/community/openevse-card/openevse-card.js in HA. Then add ressource from UI ( upper right pencil icon, then 3 dots menu ) : "/local/community/openevse-card/openevse-card.js" Javascript module

Configuration

Configure it with the card configurator. Select your OpenEVSE device, it should fill-up automatically the required entities. Additional entities can be added as needed.

image

Build

install requirements:

npm install

build:

npm run build