homebridge-energyselect
v0.0.3
Published
Gulf Power Energy Select plugin for Homebridge
Downloads
16
Maintainers
Readme
homebridge-energyselect
Gulf Power Energy Select plugin for Homebridge
Installation
- Install homebridge using: npm install -g homebridge
- Install this plugin using: npm install -g homebridge-energyselect
- Update your configuration file. See sample config.json snippet below.
Configuration
Configuration sample:
"platforms": [
{
"platform": "EnergySelect",
"username": "[email protected]",
"password": "YourPa$$w0rd"
}
]Fields:
- "platform": Must always be "EnergySelect" (required)
- "username": Username for your Energy Select account (required)
- "password": Password for your Energy Select account (required)
