Powerpal custom component for Home Assistant
Component to integrate with powerpal.
This repository and integration is not affiliated with Powerpal.
This component will set up the following platforms and entities.
Platform | Description |
---|---|
sensor |
Show info from Powerpal Readings API. |
Entity | Description |
---|---|
sensor.powerpal_live_consumption |
Current reading from Powerpal Readings API (updated every minute). |
sensor.powerpal_total_consumption |
Total consumption recorded by Powerpal - entity can be used in Energy Dashboard. |
Automatic Installation
- Install HACS
- Within HA go to HACS > Integrations > ... (in top right corner) > Custom Repositories
- Add URL:
https://github.com/mindmelting/hass-powerpal
, Category:Integration
- Go to the integrations page inside your home assistant install
- Search for
Powerpal
- Install, enter your Powerpal API Authorization Key and Powerpal Device ID.
Manual Installation
- Using the tool of choice open the directory (folder) for your HA configuration (where you find
configuration.yaml
). - If you do not have a
custom_components
directory (folder) there, you need to create it. - In the
custom_components
directory (folder) create a new folder calledpowerpal
. - Download all the files from the
custom_components/powerpal/
directory (folder) in this repository. - Place the files you downloaded in the new directory (folder) you created.
- Restart Home Assistant
- In the HA UI go to "Configuration" -> "Integrations" click "+" and search for
Powerpal
Using your HA configuration directory (folder) as a starting point you should now also have this:
custom_components/powerpal/translations/en.json
custom_components/powerpal/__init__.py
custom_components/powerpal/config_flow.py
custom_components/powerpal/const.py
custom_components/powerpal/manifest.json
custom_components/powerpal/sensor.py
Configuration is done in the UI
Contributions are welcome
If you want to contribute to this please read the Contribution guidelines