homebridge-pse-energy
v0.1.5
Published
Homebridge plugin to display Puget Sound Energy data via Opower API
Downloads
6
Maintainers
Readme
homebridge-pse-energy
Homebridge plugin to expose Puget Sound Energy (PSE) energy usage and billing data via the unofficial Opower API.
Installation
npm install -g homebridge-pse-energyConfiguration
{
"platform": "PSEEnergyPlatform",
"username": "your_pse_username",
"password": "your_pse_password",
"pollingInterval": 3600
}