https://github.com/danieldk/homewizard-energy
Homewizard WiFi P1 meter
https://github.com/danieldk/homewizard-energy
Last synced: 3 months ago
JSON representation
Homewizard WiFi P1 meter
- Host: GitHub
- URL: https://github.com/danieldk/homewizard-energy
- Owner: danieldk
- Created: 2024-01-28T19:34:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-04T09:56:49.000Z (over 1 year ago)
- Last Synced: 2025-01-02T01:49:48.152Z (5 months ago)
- Language: Lua
- Size: 7.81 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
# HomeWizard Energy P1 Meter SmartThings Edge Driver
This repository provides a SmartThings Edge driver for the [HomeWizard WiFi P1
Meter](https://www.homewizard.com/p1-meter/). This is a smart meter reader that
works with P1 ports (DSMR) on smart meters, which are common in the Netherlands.The edge driver uses the REST API of the P1 meter that can be used on the local
network.## Credit
Most credits for this driver go to Todd Austin. This driver is based on his
[Youless Energy Driver](https://github.com/toddaustin07/Youless-Energy-Driver).
I modified it to talk with the HomeWizard API instead.## Supported metrics
Since we do not have a gas meter or solar panels, only the following metrics are
reported:- Current total power draw.
- Current total power draw for phases 1, 2, and 3.
- Cumulative power draw.
- Cumulative power draw in tariff 1 and 2.## Installation
1. [Enable the local API of the P1 meter](https://helpdesk.homewizard.com/en/articles/5935977-integrating-energy-with-other-systems-api)
2. [Enroll in my channel on your hub](https://callaway.smartthings.com/channels/c69b502f-efe4-4b0b-9306-41d8d4ff8c9f)
3. Add a device and search nearby devices.
4. Select the HomeWizard P1 WiFi Meter device.
5. Go to the device settings and set the IP address to the address of the P1 meter.Of course, if you don't trust third-party channels, you could also check out
this repository, verify the code, and install the driver through your own
channel.