Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.
/ evse Public archive

A Home Assistant integration for the SimpleEVSE-WiFi car charger controller

Notifications You must be signed in to change notification settings

DominikWrobel/evse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 

Repository files navigation

Archive

This is an archive repository, use the SmartWB repository (https://github.com/DominikWrobel/smartwb)

Readme

icon

This is a custom component to control your SimpleEVSE-WiFi car charger controller made by SmartWB in Home Assistant (https://github.com/CurtRod/SimpleEVSE-WiFi) (https://www.smartwb.de/)

What is working:

  • Turn on and off switch
  • Current amp slider with dynamic reading of max amp setting
  • All available sensors from the charger controller
  • Loging of all error messages sent by the controller
  • Icon change reflecting current vehicle state
  • You can use the switch or amp settings in automations

evse1

evse2

Install with HACS recomended:

It is possible to add it as a custom repository.

If you are using HACS, go to HACS -> Integrations and click on the 3 dots (top righ corner). Then choose custom repositories, and add this repository url (https://github.com/DominikWrobel/evse), choosing the Integration category.

That's it, and you will be notified by HACS on every release. Just click on upgrade.

Manual install:

To use the evse custom component, place the file evse directory from the root of the repository in to the folder ~/.homeassistant/custom_components/ where you have your home assistant installation

The custom components directory is inside your Home Assistant configuration directory.

This is how your custom_components directory should be:

custom_components
├── evse
│   ├── __init__.py
│   ├── binary_sensor.py
│   ├── manifest.json
│   ├── number.py
│   ├── config_flow.py
│   ├── const.py
│   ├── strings.json
│   ├── sensor.py
│   ├── switch.py
│   ├── translations
│   │   └── en.json

Configuration Example:

Search for EVSE in Settings -> devices and services:

conf

Support

If you like my work you can support me via:

Special thanks to:

@kodacy for motivating me to make this integration and for the awsome icon.

About

A Home Assistant integration for the SimpleEVSE-WiFi car charger controller

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages