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/)
- 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
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/SmartWB), choosing the Integration category.
That's it, and you will be notified by HACS on every release. Just click on upgrade.
To use the SmartWB custom component, place the file SmartWB
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
├── SmartWB
│ ├── __init__.py
│ ├── manifest.json
│ ├── number.py
│ ├── config_flow.py
│ ├── const.py
│ ├── strings.json
│ ├── sensor.py
│ ├── switch.py
│ ├── translations
│ │ └── en.json
Search for SmartWB in Settings -> devices and services:
If you like my work you can support me via:
@kodacy for motivating me to make this integration and for the great icons.