https://github.com/hardbyte/ha-evnex
A cloud-polling Home Assistant component to integrate with an Evnex Charger
https://github.com/hardbyte/ha-evnex
charger energy-consumption homeassistant-custom-component
Last synced: about 1 year ago
JSON representation
A cloud-polling Home Assistant component to integrate with an Evnex Charger
- Host: GitHub
- URL: https://github.com/hardbyte/ha-evnex
- Owner: hardbyte
- License: mit
- Created: 2022-09-11T12:12:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-18T08:25:47.000Z (over 1 year ago)
- Last Synced: 2025-03-17T22:54:40.507Z (about 1 year ago)
- Topics: charger, energy-consumption, homeassistant-custom-component
- Language: Python
- Homepage:
- Size: 422 KB
- Stars: 13
- Watchers: 5
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/hardbyte/ha-evnex/actions/workflows/combined.yaml)
# Evnex for Home Assistant
A cloud-polling Home Assistant component to expose Evnex Charger information.
Adds a device for the Evnex cloud account, as well as any chargers you have access to. Each charger exposes a switch to control starting and pausing of charging.
## Install
Available as an integration in HACS.
[](https://my.home-assistant.io/redirect/hacs_repository/?owner=hardbyte&repository=ha-evnex&category=integration)
Since version `0.6.0` this integration requires Pydantic >2.0, some versions of Home Assistant may not have this version
available, you may need to install it manually e.g. with `pip install -U pydantic`.
## Sensors
Each charger device exposes:
- Network status
- Charger status
- Connector status for each connector
- Metered Power/Voltage and Frequency for each metered connection
- Current session information
## Screenshot

## Development
Uses https://github.com/hardbyte/python-evnex