Home Assistant integration for Wiener Netze Smart Meters, providing real-time energy consumption monitoring.
- Real-time energy consumption data
- 15-minute interval readings
- Daily and meter reading aggregation
- OAuth2 authentication with Wiener Netze API
- Multiple smart meter support
- Device registry integration
Before installing this integration, you need:
- Wiener Netze Smart Meter installed and active
- API Credentials from WSTW API Portal
- HACS installed in Home Assistant (HACS Installation Guide)
- Open HACS in Home Assistant
- Click on "Integrations"
- Click the three dots in the top right corner
- Select "Custom repositories"
- Add this repository URL:
https://github.com/mpwg/WienerNetzeHomeAssist - Select category: "Integration"
- Click "Add"
- Find "Wiener Netze Smart Meter" in HACS
- Click "Download"
- Restart Home Assistant
- Download the latest release from GitHub Releases
- Extract the
custom_components/wiener_netzedirectory - Copy it to your Home Assistant
custom_componentsdirectory - Restart Home Assistant
After installation:
- Go to Settings → Devices & Services
- Click "+ Add Integration"
- Search for "Wiener Netze Smart Meter"
- Follow the configuration wizard
For detailed setup instructions, see SETUP.md
The integration provides the following sensors:
- Current Consumption - Latest 15-minute reading
- Daily Consumption - Daily total consumption
- Meter Reading - Current meter reading
See HOME_ASSISTANT_PLUGIN_DEVELOPMENT.md for development documentation.
This project is licensed under the GNU Affero General Public License v3.0 (AGPL-3.0).
The Wiener Netze Smart Meter API is licensed under CC BY-NC-ND 4.0.
For issues and feature requests, please use the GitHub issue tracker.