myenergi for Home Assistant

Home Assistant integration for MyEnergi renewable energy products and ev chargers.
https://github.com/cjne/ha-myenergi

Category: Energy Systems
Sub Category: Building Energy Monitoring

Keywords

ev-charging green-energy home-assistant myenergi

Keywords from Contributors

octopus-energy energy-consumption hacs inverter solar

Last synced: about 12 hours ago
JSON representation

Repository metadata

Home Assistant integration for MyEnergi devices

README.md

Myenergi for Home Assistant

GitHub Release
GitHub Activity
License

pre-commit
Black

hacs

Community Forum

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)

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

example

HACS Installation

Open your Home Assistant instance and open a repository inside the Home Assistant Community Store.

  1. Search for myenergi in HACS.
  2. Install.
  3. Restart Home Assistant.

Configuration

Request an API key from myenergi. You can generate one at your myenergi account page.
See the myenergi support article for more information.

  1. Go to Settings > Devices & Services > + Add Integration button at bottom right
  2. Search for myenergi and select it.
  3. Enter the Serial numer (12345678) and API key.

Ther serial number and API key can both be found under Products at
myenergi account page

Commonly used helpers and automations

Plugged in (binary sensor)

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

Charging (binary sensor)

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

Troubleshooting

Perform all of the following steps before submitting an issue:

Pick up the phone

  1. Check the MyEnergi app first to ensure everything works in the MyEnergi eco system.
  2. No support can be provided when Octopus is used. Maybe it works, but it can cause unexpected issues which cannot be fixed.

Have you tried turning it off and on again?

  1. Update the integration to the latest (beta) version
  2. Restart Home Assistant.

Have you tried forcing an unexpected reboot?

  1. Disconnect the Zappi from the car.
  2. Force a device reboot: https://support.myenergi.com/hc/en-gb/articles/26093410495121-How-do-I-Reboot-zappi

If all else fails

  1. Check the (closed) issues and Community Forum

Updating to the latest (beta) version

go to:

  • HACS > Myenergi.
  • from the 3-dot menu, select Redownload.
  • slecht Need a different version.
  • Choose the latest (beta) version.

Updating API key

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.

Contributions are welcome!

If you want to contribute to this please read the Contribution guidelines.

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.



Owner metadata


GitHub Events

Total
Last Year

Committers metadata

Last synced: 4 days ago

Total Commits: 447
Total Committers: 29
Avg Commits per committer: 15.414
Development Distribution Score (DDS): 0.562

Commits in past year: 97
Committers in past year: 10
Avg Commits per committer in past year: 9.7
Development Distribution Score (DDS) in past year: 0.588

Name Email Commits
dependabot[bot] 4****] 196
Johan Isacsson j****n@g****e 106
Jaap P. a****m@g****m 37
Johnny Willemsen j****n@r****l 29
trizmark z****a@g****m 18
G6EJD - David d****d@s****m 9
wech71 w****b@o****e 9
Sam Reed s****m@r****t 6
root r****t@c****n 3
Cormac 9****e 3
JosyBan j****c@y****m 3
Samuel s****l@s****k 3
Dewet Diener d****2 2
Alex Bennée a****e@l****g 2
Jonathan McCrohan j****n@g****m 2
Loïc 1****1 2
Mark Cocker m****r@u****m 2
Nicholas Orr n****k@g****u 2
azekeil 7****l 2
christoph w****1@o****e 2
sparks1372 s****2 1
Christian Ashby me@c****k 1
Gertjan g****p@f****m 1
Zeppen z****n@g****m 1
Simon Smale s****n@s****t 1
Rob Ferrer r****b@f****k 1
Richard Burford r****d@m****m 1
Pydrex a****y@l****k 1
LeiChat g****m@l****m 1

Committer domains:


Issue and Pull Request metadata

Last synced: 18 days ago

Total issues: 136
Total pull requests: 243
Average time to close issues: 11 months
Average time to close pull requests: 26 days
Total issue authors: 111
Total pull request authors: 22
Average comments per issue: 7.15
Average comments per pull request: 0.63
Merged pull request: 121
Bot issues: 0
Bot pull requests: 188

Past year issues: 25
Past year pull requests: 41
Past year average time to close issues: about 1 month
Past year average time to close pull requests: 2 days
Past year issue authors: 22
Past year pull request authors: 8
Past year average comments per issue: 6.48
Past year average comments per pull request: 0.66
Past year merged pull request: 23
Past year bot issues: 0
Past year bot pull requests: 27

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/cjne/ha-myenergi

Top Issue Authors

  • G6EJD (5)
  • ProximusAl (4)
  • LeiChat (3)
  • mtsblogs (3)
  • reedy (2)
  • DuzAwe (2)
  • cconnoruk (2)
  • scotflieger (2)
  • thunder2k (2)
  • jwillemsen (2)
  • SSmale (2)
  • newbuilder22 (2)
  • Ulrar (2)
  • MalcolmSpencer (2)
  • sjs-1956 (2)

Top Pull Request Authors

  • dependabot[bot] (188)
  • jwillemsen (20)
  • AJediIAm (9)
  • Computerwhz (3)
  • jeroenribbink (2)
  • Pydrex (2)
  • LeiChat (2)
  • narjekdjcusbe (2)
  • zoic21 (2)
  • nickorr (1)
  • jtracey93 (1)
  • Zeppen (1)
  • fredrikekre (1)
  • azekeil (1)
  • JosyBan (1)

Top Issue Labels

  • bug (3)
  • help wanted (2)
  • enhancement (1)

Top Pull Request Labels

  • dependencies (188)
  • python (137)
  • github_actions (51)

Dependencies

.github/workflows/labeler.yml actions
  • actions/checkout v3.1.0 composite
  • crazy-max/ghaction-github-labeler v4.1.0 composite
.github/workflows/release-drafter.yml actions
  • release-drafter/release-drafter v5.21.1 composite
.github/workflows/tests.yaml actions
  • actions/checkout v3.1.0 composite
  • actions/setup-python v4.3.0 composite
  • hacs/action 22.5.0 composite
  • home-assistant/actions/hassfest master composite
requirements_dev.txt pypi
  • flake8 * development
  • homeassistant * development
  • pymyenergi * development
  • pytest * development
  • reorder-python-imports * development
requirements_test.txt pypi
  • pytest-homeassistant-custom-component ==0.12.29 test

Score: 8.778941881841513