Skip to content

Commit

Permalink
README.md: Minor improvements
Browse files Browse the repository at this point in the history
* Fixes a typo
* Add a list of "common" sensors (firmware version, serial number etc)
* Adds a few more sensors etc that are exposed
* Mention that libbi isn't currently supported; #395
  • Loading branch information
reedy committed Sep 8, 2023
1 parent 5d1c394 commit 8de5e02
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
[![Community Forum][forum-shield]][forum]

myenergi custom component for [Home Assistant](https://home-assistant.io).
This component will make all [myenergi](https://myenergi.com) devices connected to your hub accessible in Home Assistant.
This component will make all supported [myenergi](https://myenergi.com) 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:
Expand All @@ -25,13 +25,13 @@ It will create HA devices depending on what you have installed:
- Grid power sensor (W)
- Grid voltage sensor (V)
- Grid frequency sensor (Hz)
- Genertion power sensor (W)
- Generation power sensor (W)
- Charging/heating power sensor (W)
- Home power today sensor (W), power that is not charging, heating, generation and export
- 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
- Green energy today sensor (kWh); this is the amount of generated energy that was used for charging or heating instead of being exported

- Zappi

Expand All @@ -42,21 +42,29 @@ It will create HA devices depending on what you have installed:
- Power sensors for internal and external CT clamps (W)
- Plug status sensor
- Charger status sensor
- Minumum green level number input
- 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)

- 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)
- 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)

Talking to the myenergi API using the [pymyenergi python library](https://github.com/cjne/pymyenergi)
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](https://github.com/cjne/pymyenergi).

**This component will set up the following platforms.**

Expand Down

0 comments on commit 8de5e02

Please sign in to comment.