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: 2 months 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-14T10:25:52.000Z (4 months ago)
- Last Synced: 2025-03-28T20:55:35.997Z (3 months ago)
- Topics: energy, hacs, home-assistant, homeassistant, integration, smartmeter, wien-energie, wiener-netze
- Language: Python
- Homepage:
- Size: 1.11 MB
- Stars: 167
- Watchers: 14
- Forks: 16
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wiener Netze Smartmeter Integration for Home Assistant
[](https://codecov.io/gh/DarwinsBuddy/WienerNetzeSmartmeter)


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