Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/darwinsbuddy/wienernetzesmartmeter
A home-assistant integration supporting WienerNetze Smartmeters as sensors
https://github.com/darwinsbuddy/wienernetzesmartmeter
energy hacs home-assistant homeassistant integration smartmeter wien-energie wiener-netze
Last synced: about 16 hours ago
JSON representation
A home-assistant integration supporting WienerNetze Smartmeters as sensors
- Host: GitHub
- URL: https://github.com/darwinsbuddy/wienernetzesmartmeter
- Owner: DarwinsBuddy
- Created: 2022-08-21T10:59:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-04T14:46:29.000Z (18 days ago)
- Last Synced: 2024-12-19T20:40:05.946Z (3 days ago)
- Topics: energy, hacs, home-assistant, homeassistant, integration, smartmeter, wien-energie, wiener-netze
- Language: Python
- Homepage:
- Size: 1.11 MB
- Stars: 151
- Watchers: 14
- Forks: 15
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wiener Netze Smartmeter Integration for Home Assistant
[![codecov](https://codecov.io/gh/DarwinsBuddy/WienerNetzeSmartmeter/branch/main/graph/badge.svg?token=ACYNOG1WFW)](https://codecov.io/gh/DarwinsBuddy/WienerNetzeSmartmeter)
![Tests](https://github.com/DarwinsBuddy/WienerNetzeSmartMeter/actions/workflows/test.yml/badge.svg)![Hassfest](https://github.com/DarwinsBuddy/WienerNetzeSmartMeter/actions/workflows/hassfest.yml/badge.svg)
![Validate](https://github.com/DarwinsBuddy/WienerNetzeSmartMeter/actions/workflows/validate.yml/badge.svg)
![Release](https://github.com/DarwinsBuddy/WienerNetzeSmartMeter/actions/workflows/release.yml/badge.svg)## About
This repo contains a custom component for [Home Assistant](https://www.home-assistant.io) for exposing a sensor
providing information about a registered [WienerNetze Smartmeter](https://www.wienernetze.at/smartmeter).## FAQs
[FAQs](https://github.com/DarwinsBuddy/WienerNetzeSmartmeter/discussions/19)## Installation
### Manual
Copy `/custom_components/wnsm` into `/config/custom_components`
### HACS
1. Search for `Wiener Netze Smart Meter` or `wnsm` in HACS
2. Install
3. ...
4. Profit!## Configure
You can choose between ui configuration or manual (by adding your credentials to `configuration.yaml` and `secrets.yaml` resp.)
After successful configuration you can add sensors to your favourite dashboard, or even to your energy dashboard to track your total consumption.### UI
### Manual
See [Example configuration files](https://github.com/DarwinsBuddy/WienerNetzeSmartmeter/blob/main/example/configuration.yaml)
## CopyrightThis integration uses the API of https://www.wienernetze.at/smartmeter
All rights regarding the API are reserved by [Wiener Netze](https://www.wienernetze.at/impressum)Special thanks to [platrysma](https://github.com/platysma)
for providing me a starting point [vienna-smartmeter](https://github.com/platysma/vienna-smartmeter)
and especially [florianL21](https://github.com/florianL21/)
for his [fork](https://github.com/florianL21/vienna-smartmeter/network)