0.0.3 • Published 6 years ago

homebridge-energyselect v0.0.3

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

homebridge-energyselect

Gulf Power Energy Select plugin for Homebridge

Installation

  1. Install homebridge using: npm install -g homebridge
  2. Install this plugin using: npm install -g homebridge-energyselect
  3. Update your configuration file. See sample config.json snippet below.

Configuration

Configuration sample:

   "platforms": [
     {
       "platform": "EnergySelect",
       "username": "you@example.com",
       "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)