Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tijsverkoyen/homeassistant-energyid
Integrate EnergyID into your Home Assistant.
https://github.com/tijsverkoyen/homeassistant-energyid
energieid energy-id energyid home-assistant homeassistant integration
Last synced: 13 days ago
JSON representation
Integrate EnergyID into your Home Assistant.
- Host: GitHub
- URL: https://github.com/tijsverkoyen/homeassistant-energyid
- Owner: tijsverkoyen
- License: mit
- Created: 2022-11-01T08:53:40.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-04T20:01:06.000Z (3 months ago)
- Last Synced: 2024-09-07T04:12:35.204Z (2 months ago)
- Topics: energieid, energy-id, energyid, home-assistant, homeassistant, integration
- Language: Python
- Homepage:
- Size: 48.8 KB
- Stars: 21
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Home Assistant EnergyID Integration
[![hacs_badge](https://img.shields.io/badge/HACS-Custom-orange.svg)](https://github.com/custom-components/hacs)
Integrate [EnergyID](https://www.energyid.eu/) into you Home Assistant.
## Installation
At this point the integration is not part of the default HACS repositories, so
you will need to add this repository as a custom repository in HACS.When this is done, just install the repository.
The configuration happens in the configuration flow when you add the integration.
## Sensors
For each meter in EnergyID there will be a sensor for the:* latest/current reading
* previous readingThese will be updated every 15 minutes.
### EnergyID Premium and Premium HR
The following will only be available for Premium and Premium HR users.For each meter in EnergyID there will be a sensor for the:
* current month Peak Power Power (kW)
* last month Peak Power Power (kW)
* current month Peak Power Datetime
* last month Peak Power Datetime## Services
### set_meter_reading
This services allows you to add a meter reading from within Home Assistant.## FAQ
### Where can I find the Record ID?* Log into [EnergyID](https://app.energyid.eu/)
* Select your Record
* You will end up on an URL like: `https://app.energyid.eu/record/EA-12345678/meters`
* The record ID is the part after `/record/` and before `/meters`, so in this example `EA-12345678`.