Skip to content

Latest commit

 

History

History
64 lines (46 loc) · 2.95 KB

File metadata and controls

64 lines (46 loc) · 2.95 KB

GitHub Release GitHub Activity License

hacs Project Maintenance BuyMeCoffee

Discord Community Forum

All-in-One Energy Management System (AIO‑EMS)

Optimize EV charging using PV surplus or energy price forecasts. The integration exposes selects and numbers to control charge mode and targets, plus a time entity for the ECO target time.

Platforms

Platform Description
select EV and battery mode selectors
number EV target SOC (now / next morning)
time ECO latest target time-of-day

example

{% if not installed %}

Installation

  1. Click install.
  2. In the HA UI go to "Configuration" -> "Integrations" click "+" and search for "AIO‑EMS".

{% endif %}

Configuration

Configure entity IDs and power limits in custom_components/aio_ems/config.py and const.py until an options flow is available. See README for required sensors (PV forecast, price forecast, Tesla BLE wallbox/EV entities).

Credits

This project was generated from @oncleben31's Home Assistant Custom Component Cookiecutter template.

Code template was mainly taken from @Ludeeus's integration_blueprint template