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
transforms measur archiving optimize observation compose projection conversion generic animals
Last synced: about 13 hours ago
JSON representation
Repository metadata
Home Assistant integration for MyEnergi devices
- Host: GitHub
- URL: https://github.com/cjne/ha-myenergi
- Owner: CJNE
- License: mit
- Created: 2021-08-29T21:26:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-21T07:43:56.000Z (3 months ago)
- Last Synced: 2025-04-25T13:48:29.731Z (3 days ago)
- Topics: ev-charging, green-energy, home-assistant, myenergi
- Language: Python
- Homepage:
- Size: 692 KB
- Stars: 162
- Watchers: 26
- Forks: 35
- Open Issues: 74
- Releases: 33
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
README.md
myenergi for Home Assistant
myenergi custom component for Home Assistant.
This component will make all supported myenergi devices (libbi is not currently supported) connected to your 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 today sensor (W); consumption - 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 that let you switch between Stopped, Fast, Eco and Eco+ charge modes
- Phase setting to switch between Automatic, 1, or 3 phase charging 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
- Charger status sensor
- Minumum 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 paramters)
- Service to stop boost
- Service to unlock the Zappi
-
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)
Common sensor entities may also include:
- Serial number
- Firmware version
- Device priority; used for deciding which gets power first
This Home Assistant add-on 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 |
HACS Installation
This is the recommended way to install.
- Search for myenergi in HACS.
- Install.
- Restart Home Assistant.
- In the HA UI, click Settings in the left nav bar, then click "Devices & Services". By default you should be viewing the Integrations tab. Click "+ Add Integration" button at bottom right and then search for "myenergi".
Manual Installation
- Using the tool of choice open the directory (folder) for your HA configuration (where you find
configuration.yaml
). - If you do not have a
custom_components
directory (folder) there, you need to create it. - In the
custom_components
directory (folder) create a new folder calledmyenergi
. - Download all the files from the
custom_components/myenergi/
directory (folder) in this repository. - Place the files you downloaded in the new directory (folder) you created.
- Restart Home Assistant.
- In the HA UI, click Settings in the left nav bar, then click "Devices & Services". By default you should be viewing the Integrations tab. Click "+ Add Integration" button at bottom right and then search for "myenergi".
Using your HA configuration directory (folder) as a starting point you should now also have this:
custom_components/myenergi/translations/en.json
custom_components/myenergi/translations/fr.json
custom_components/myenergi/translations/sv.json
custom_components/myenergi/translations/nb.json
custom_components/myenergi/__init__.py
custom_components/myenergi/config_flow.py
custom_components/myenergi/const.py
custom_components/myenergi/entity.py
custom_components/myenergi/manifest.json
custom_components/myenergi/number.py
custom_components/myenergi/select.py
custom_components/myenergi/sensor.py
custom_components/myenergi/services.yaml
Configuration is done in the UI
If you have trouble logging in you might need to request an API key from myenergi. You can generate one at your myenergi account page.
See the myenergi support article for more information.
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. Historical data will not be lost.
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
- Name: Johan Isacsson
- Login: CJNE
- Email:
- Kind: user
- Description:
- Website:
- Location: Sweden
- Twitter: JohanIsacsson
- Company: Hälsa Hemma
- Icon url: https://avatars.githubusercontent.com/u/1050971?u=d8458fd01daf9fc64c28c2491362d1ab8879584f&v=4
- Repositories: 29
- Last ynced at: 2024-04-18T23:22:08.707Z
- Profile URL: https://github.com/CJNE
GitHub Events
Total
- Create event: 8
- Release event: 1
- Issues event: 39
- Watch event: 17
- Delete event: 6
- Issue comment event: 225
- Push event: 12
- Pull request review event: 1
- Pull request event: 18
- Fork event: 3
Last Year
- Create event: 8
- Release event: 1
- Issues event: 39
- Watch event: 17
- Delete event: 6
- Issue comment event: 225
- Push event: 12
- Pull request review event: 1
- Pull request event: 18
- Fork event: 3
Committers metadata
Last synced: 7 days ago
Total Commits: 312
Total Committers: 16
Avg Commits per committer: 19.5
Development Distribution Score (DDS): 0.548
Commits in past year: 62
Committers in past year: 7
Avg Commits per committer in past year: 8.857
Development Distribution Score (DDS) in past year: 0.597
Name | Commits | |
---|---|---|
dependabot[bot] | 4****] | 141 |
Johan Isacsson | j****n@g****e | 101 |
Johnny Willemsen | j****n@r****l | 28 |
trizmark | z****a@g****m | 18 |
Sam Reed | s****m@r****t | 6 |
JosyBan | j****c@y****m | 3 |
Alex Bennée | a****e@l****g | 2 |
Jonathan McCrohan | j****n@g****m | 2 |
Mark Cocker | m****r@u****m | 2 |
Nicholas Orr | n****k@g****u | 2 |
azekeil | 7****l | 2 |
Richard Burford | r****d@m****m | 1 |
Rob Ferrer | r****b@f****k | 1 |
Zeppen | z****n@g****m | 1 |
sparks1372 | s****2 | 1 |
Gertjan | g****p@f****m | 1 |
Committer domains:
- friss.com: 1
- ferrer.co.uk: 1
- me.com: 1
- goya.com.au: 1
- uk.ibm.com: 1
- linaro.org: 1
- reedyboy.net: 1
- remedy.nl: 1
- generatorhallen.se: 1
Issue and Pull Request metadata
Last synced: 1 day ago
Total issues: 77
Total pull requests: 149
Average time to close issues: 30 days
Average time to close pull requests: 9 days
Total issue authors: 45
Total pull request authors: 7
Average comments per issue: 5.79
Average comments per pull request: 0.69
Merged pull request: 47
Bot issues: 0
Bot pull requests: 142
Past year issues: 29
Past year pull requests: 8
Past year average time to close issues: 22 days
Past year average time to close pull requests: 4 months
Past year issue authors: 24
Past year pull request authors: 6
Past year average comments per issue: 6.03
Past year average comments per pull request: 1.13
Past year merged pull request: 0
Past year bot issues: 0
Past year bot pull requests: 3
Top Issue Authors
- G6EJD (9)
- cconnoruk (4)
- Ulrar (4)
- thunder2k (4)
- bensebborn (3)
- iamarealperson1 (2)
- doddyprodger (2)
- ntompson (2)
- JanDetrez (2)
- reedy (2)
- DuzAwe (2)
- ccomley (2)
- tomdh76 (2)
- Jogiarea (2)
- gadget2010 (2)
Top Pull Request Authors
- dependabot[bot] (142)
- Zeppen (2)
- AJediIAm (1)
- jwillemsen (1)
- Pydrex (1)
- narjekdjcusbe (1)
- jeroenribbink (1)
Top Issue Labels
Top Pull Request Labels
- dependencies (142)
- python (112)
- github_actions (30)
Dependencies
- actions/checkout v3.1.0 composite
- crazy-max/ghaction-github-labeler v4.1.0 composite
- release-drafter/release-drafter v5.21.1 composite
- 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
- flake8 * development
- homeassistant * development
- pymyenergi * development
- pytest * development
- reorder-python-imports * development
- pytest-homeassistant-custom-component ==0.12.29 test
Score: 8.236420527265391