Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/krasnoukhov/homeassistant-oncharger
Home Assistant Oncharger EV integration
https://github.com/krasnoukhov/homeassistant-oncharger
home-assistant homeassistant oncharger
Last synced: 2 months ago
JSON representation
Home Assistant Oncharger EV integration
- Host: GitHub
- URL: https://github.com/krasnoukhov/homeassistant-oncharger
- Owner: krasnoukhov
- License: mit
- Created: 2023-10-07T15:13:31.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-12T09:26:45.000Z (10 months ago)
- Last Synced: 2024-10-03T11:55:36.128Z (3 months ago)
- Topics: home-assistant, homeassistant, oncharger
- Language: Python
- Homepage:
- Size: 31.3 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Home Assistant Oncharger EV integration
The Oncharger integration pulls data from either local network or Oncharger cloud.
Tested with:
* [32A one-phase Wi-Fi charger](https://oncharger.com.ua/ua/p1422951216-oncharger-gbt-32a.html)## Highlights
### Have your charger sensors at a glance
### Charge your car at the maximum power
* If you have a smart meter that reports current on the phase to a specific entity in HA
* This entity can be used to have this integration auto-adjust Oncharger current up to a specific threshold### Use the UI to set up integration
## Installation
[![hacs_badge](https://img.shields.io/badge/HACS-Custom-41BDF5.svg?style=for-the-badge)](https://github.com/hacs/integration)
### Via HACS
* Add this repo as a ["Custom repository"](https://hacs.xyz/docs/faq/custom_repositories/) with type "Integration"
* Click "Install" in the new "Oncharger" card in HACS.
* Install
* Restart Home Assistant### Manual Installation (not recommended)
* Copy the entire `custom_components/oncharger/` directory to your server's `/custom_components` directory
* Restart Home Assistant