Component to integrate with OpenEVSE chargers.
This component will set up the following platforms.
Platform | Description |
---|---|
sensor |
Show info from an OpenEVSE charger's API. |
switch |
Switch to toggle various charger modes. |
select |
Select the ampers limit and service level. |
- Using the tool of choice open the directory (folder) for your HA configuration (where you find
configuration.yaml
). - If you do not have a
custom_components
directory (folder) there, you need to create it. - In the
custom_components
directory (folder) create a new folder calledopenevse
. - Download all the files from the
custom_components/openevse/
directory (folder) in this repository. - Place the files you downloaded in the new directory (folder) you created.
- Restart Home Assistant
- In the HA UI go to "Configuration" -> "Integrations" click "+" and search for "openevse"
If you want to contribute to this please read the Contribution guidelines
- Add tests
- Current
- Voltage
- Power
- Session Energy
- Total Energy
- Status
- Temps
- Vehicle connected
- Rssi
- Max current
- Charge current
- Manual Override
- Schedule
- Divert mode
- Auto discovery
- Setup via Home Assistant UI
- Real time updates via web socket
- Support energy integration
- Use newer OpenEVSE APIs