home-assistant.io/source/_components/srp_energy.markdown
Franck Nijhof 1833c32a2c Cleans up front matter (#9835)
* Sets front matter defaults

* Removes default front matter from section templates/pages

* Removes default front matter from addon pages

* Removes default front matter from integration pages

* Removes default front matter from posts

* Removes default front matter from docs pages

* Removes default front matter from other pages

* Fixes blog category pages
2019-07-11 14:35:08 -07:00

1.2 KiB

title, description, ha_category, ha_release, ha_iot_class, redirect_from
title description ha_category ha_release ha_iot_class redirect_from
SRP Energy Sensor How to integrate SRP Energy within Home Assistant.
Energy
0.83 Cloud Polling
/components/sensor.srp_energy/

The srp_energy integration shows information from Srp hourly energy usage report for their customers. The srpenergy module fetches the data found on the website.

You need a Username, Password, and AccountId which you can create at Srp.

Configuration

To add Srp Energy to your installation, add the following to your configuration.yaml file:

# Example configuration.yaml entry
sensor:
  - platform: srp_energy
    username: YOUR_USERNAME
    password: YOUR_PASSWORD
    id: YOUR_ACCOUNT_ID

{% configuration %} username: description: Your username for SRP. required: true type: string password: description: Your password for SRP. required: true type: string id: description: Your account id for SRP. required: true type: string {% endconfiguration %}

Details about the API are available in the SRP Energy Developers API documentation.