An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# ha-ppc-smgw

[![Open your Home Assistant instance and open a repository inside the Home Assistant Community Store.](https://my.home-assistant.io/badges/hacs_repository.svg)](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.