Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.06 KB

info.md

File metadata and controls

28 lines (20 loc) · 1.06 KB

srp_energy

Due to ADR0004 this integration was removed from Home Assistant with version 0.100, and are now republished here.

⚠️ This integration scrapes a website to get the information! ⚠️ There are no one actively maintaining this repository.

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.

Example configuration.yaml

sensor:
  - platform: srp_energy
    username: YOUR_USERNAME
    password: YOUR_PASSWORD
    id: YOUR_ACCOUNT_ID

Configuration options

Key Type Required Description
username string True Your username for SRP.
password string True Your password for SRP.
binary_sensor list True Your account id for SRP.