HomeAssistant-integration for Elvia
- Metering point id. (Målepunkt-ID, not Målernummer) Log into Elvia and find your ID.
- API-key. Sign up for GridTariffAPI at Elvia developer portal and you will receive an API-key via email. See API-doc for more info.
- Token. Read how
HACS (Recommended)
- Ensure that HACS is installed.
- Add this repository as a custom repository
- Search for and install the "Elvia" integration.
- Restart Home Assistant.
- Add the
Elvia
integration to HA from the integration-page
Manual installation
- Download the
Source code (zip)
file from the latest release. - Unpack the release and copy the
custom_components/elvia
directory into thecustom_components
directory of your Home Assistant installation. - Restart Home Assistant.
- Add the
Elvia
integration to HA from the integration-page
-
Energy price
- Daily tariff (array of hourly values for the day)
-
Fixed price hourly
-
Fixed price level
-
Fixed price monthly
-
Average max
- Current month
- Previous month
-
Max hours [1, 2, 3]
- Current month
- StartTime (attribute)
- EndTime (attribute)
- Previous month
- StartTime (attribute)
- EndTime (attribute)
- Current month
If something is not working properly, logs might help with debugging. To turn on debug-logging add this to your configuration.yaml
logger:
default: info
logs:
custom_components.elvia: debug
Limited to 200 calls/hour/user. The integration normally polls once every hour.