Myenergi custom component for Home Assistant. This component will make all supported myenergi devices connected to your myenergi hub accessible in Home Assistant. The energy sensors are fully compatible with the energy dashboard in Home Assistant.
It will create HA devices depending on what you have installed:
-
Hub
- Grid power sensor (W)
- Grid voltage sensor (V)
- Grid frequency sensor (Hz)
- Generation power sensor (W)
- Charging/heating power sensor (W)
- Home power sensor (W); consumed power that is not charging, heating, generation and export
- Energy generated today sensor (kWh)
- Energy exported today sensor (kWh)
- Energy imported today sensor (kWh)
- Green energy today sensor (kWh); this is the amount of generated energy that was used for charging or heating instead of being exported
-
Zappi
- Charge mode selector (Stopped, Fast, Eco and Eco+)
- Phase setting (Automatic, 1 phase, 3 phase); Used in Eco+ charge mode
- Charge added this session sensor (kWh)
- Energy consumed today sensor (kWh)
- Energy diverted today sensor (kWh)
- Power sensors for internal and external CT clamps (W)
- Plug status sensor (EV Connected, Waiting for EV, Charging, EV Disconnected)
- Charger status sensor (Paused, Charging, Boosting, Completed)
- Minimum green level number input (%); how much power must be sourced from green sources (local generation) to do diversion charging
- Service to start boost (provide boost amount in kWh as parameter)
- Service to start smart boost (provide boost amount in kWh and desired finished time as parameters)
- Service to stop boost
- Service to unlock the Zappi
- Sensor for PIN Lock Status (This is not very useful in the real world)
- Sensor for Charge when Locked Status (This is the sensor that relates to the "unlock" service call and is the one you will want to use)
- Sensor for lock when plugged in status
- Sensor for lock when unplugged status
-
Eddi
- Operating mode selector that let you switch between Stopped (no heating will take place) and Normal modes
- Power sensors for internal and external CT clamps (W)
- Temperature sensors if fitted
- Service to start boost (provide boost amount in minutes as parameter)
- Heater priority; whether the first or second heater should be used first
-
Harvi
- Power sensors for internal and external CT clamps (W)
-
Libbi
- With API Key only
- Battery discharge today (kWh)
- Battery size (kW)
- Frequency (Hz)
- Grid CT2
- Grid export today (kWh)
- Grid import today (kWh)
- Internal Load CT1
- Inverter size
- Operating Mode
- power ct dcpv (W)
- power ct internal load (W)
- SoC (State of Charge) (%)
- Solar generation today (kWh)
- Status
- Voltage (V)
- With App Credentials (assumed)
- Battery charge today (kWh)
- Charge from grid (kWh)
- Charge target (kWh)
- With API Key only
Common sensor entities may also include:
- Serial number
- Firmware version
- Device priority; used for deciding which gets power first
This Home Assistant integration talks to the myenergi API using the pymyenergi python library.
This component will set up the following platforms.
| Platform | Description |
|---|---|
sensor |
Provides various readings for your myenergi devices |
select |
Configure devices |
number |
Configure devices |
- Search for myenergi in HACS.
- Install.
- Restart Home Assistant.
Request an API key from myenergi. You can generate one at your myenergi account page. See the myenergi support article for more information.
- Go to
Settings>Devices & Services>+ Add Integrationbutton at bottom right - Search for
myenergiand select it. - Enter the Serial numer (
12345678) and API key.
Ther serial number and API key can both be found under Products at myenergi account page
Helpers > Create Helper > Template > Template a binary sensor
- Name: Zappi Plugged in
- Template:
{{ is_state('sensor.zappi_plug_status', ['Waiting for EV', 'EV Connected', 'Charging']) }} - Device class: Plug
- Device: Myenergi Zappi
Helpers > Create Helper > Template > Template a binary sensor
- Name: Charging
- Template:
{{ is_state('sensor.zappi_charger_status', 'Charging') or ( is_state('sensor.zappi_charger_status', 'Boosting') and is_state('binary_sensor.zappi_plugged_in', 'on'))}} - Device class: Charging
- Device: Myenergi Zappi
Perform all of the following steps before submitting an issue:
- Check the MyEnergi app first to ensure everything works in the MyEnergi eco system.
- No support can be provided when Octopus is used. Maybe it works, but it can cause unexpected issues which cannot be fixed.
- Update the integration to the latest (beta) version
- Restart Home Assistant.
- Disconnect the Zappi from the car.
- Force a device reboot: https://support.myenergi.com/hc/en-gb/articles/26093410495121-How-do-I-Reboot-zappi
- Check the (closed) issues and Community Forum
go to:
HACS>Myenergi.- from the 3-dot menu, select
Redownload. - slecht
Need a different version. - Choose the latest (beta) version.
If you need to change your API key for any reason, you will need to remove the device from "Integration entries", and re-add it again with the new API key.
If the master device is changed or replaced, a new API key is needed.
If an additional device is added, it can take a few hours before it shows up.
This integration is incompatible with Octopus. If Octopus controls your devices, this integration will no longer function correctly.
If you want to contribute to this please read the Contribution guidelines.
This project was generated from @oncleben31's Home Assistant Custom Component Cookiecutter template.
Code template was mainly taken from @Ludeeus's integration_blueprint template.
