https://github.com/jannickfahlbusch/ha-ppc-smgw
HomeAssistant Component to integrate PPC SMGWs
https://github.com/jannickfahlbusch/ha-ppc-smgw
hacs hacs-integration homeassistant homeassistant-custom-component ppc smart-meter smart-meter-gateway smgw
Last synced: 7 months ago
JSON representation
HomeAssistant Component to integrate PPC SMGWs
- Host: GitHub
- URL: https://github.com/jannickfahlbusch/ha-ppc-smgw
- Owner: jannickfahlbusch
- License: apache-2.0
- Created: 2024-08-11T13:10:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-01T20:16:57.000Z (7 months ago)
- Last Synced: 2025-04-10T23:42:57.781Z (7 months ago)
- Topics: hacs, hacs-integration, homeassistant, homeassistant-custom-component, ppc, smart-meter, smart-meter-gateway, smgw
- Language: Python
- Homepage:
- Size: 106 KB
- Stars: 25
- Watchers: 8
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ha-ppc-smgw
[](https://my.home-assistant.io/redirect/hacs_repository/?owner=jannickfahlbusch&repository=ha-ppc-smgw)
HomeAssistant component to read PPC SMGWs
This custom integration allows you to integrate a PPC Smart Meter Gateway into HomeAssistant.
## Installation
This component is installable via [HACS](https://www.hacs.xyz/).
Add the repository as a custom repository using [this guide](https://www.hacs.xyz/docs/faq/custom_repositories/).
Click on the badge above or use this [link](https://my.home-assistant.io/redirect/hacs_repository/?owner=jannickfahlbusch&repository=ha-ppc-smgw) to get redirected to the HACS store from where you can install the component.
Restart your instance and head over to the integration overview (Or use [this link](https://my.home-assistant.io/redirect/config_flow_start/?domain=ppc_smgw) to directly go to the configuration of this component) to start configuring the integration.
## Configuration
| Option | Description |
|--------|-------------|
| Display Name | The Name of the resulting device |
| URL | URL to the SMGW. This defaults to `http://192.168.188.1:8080/cgi-bin/hanservice.cgi` |
| Username | The username for authentication with the PPC Smart Meter Gateway. You should have received this from your electricity provider |
| Password | The password for authentication with the PPC Smart Meter Gateway. You should have received this from your electricity provider |
| Update Interval | The interval in minutes for updating the data from the PPC Smart Meter Gateway. Defaults to 5 minutes. |
Please note that most providers have configured the SMGW to update the values only every 15 to 20 minutes.
You should choose an interval that is reasonably large as polling too frequently might lead to a lockdown of the SMGW after a yet to be clarified amount of polls.