The eloverblik
component is a Home Assistant custom component for monitoring your electricity data from eloverblik.dk
The custom component in it's very early stage for showing data from eloverblik.dk.
- Copy eloverblik folder into your custom_components folder in your hass configuration directory.
- Confiure the
eloverblik
sensor. - Restart Home Assistant.
- Ensure that HACS is installed.
- Search for and install the
eloverblik
integration. - Confiure the
eloverblik
sensor. - Restart Home Assistant.
Fully configurable through config flow.
- Head to configuration --> integration
- Add new and search for eloverblik
- enter refresh token and metering point.
Get refresh token and metering point from https://eloverblik.dk.
- Login at eloverblik.
- metering point is your
ID
- refresh token can be created by clicking at you user and chose share data.
A sensor for each over hour in the past 24 hours is created with the syntax:
- sensor.eloverblik_energy_0_1
- sensor.eloverblik_energy_1_2
- etc.
A sensor which sum up the total energy usage is added as well:
- sensor.eloverblik_energy_total
All sensors show their value in kWh.
Very early development and stuff might still explode etc.