homebridge-griddy

1.1.1 • Public • Published

homebridge-griddy

NPM Downloads

This is a plugin for surfacing a switch that is used with ERCOT pricing, specifically for Griddy users. The switch flips once electricity cost per kWh for a specified hub or load zone crosses a set threshold and turns off once it drops below. It is a partially-working implementation into HomeKit. This plugin is work in progress. Help is appreciated!

Installation

  1. Install homebridge using: npm install -g homebridge
  2. Install this plugin using npm install -g homebridge-griddy
  3. Update your configuration file. See sample-config below for a sample.

Configuration Sample

"accessories": [
 {
     "accessory" : "Griddy",
     "name" : "Griddy",
     "loadZone" : "LZ_NORTH",
     "highPriceThreshold" : "10.5",
     "debug" : "True"      - Optional
 },
    ]
  • accessory: Griddy
  • name: can be anything you want
  • loadZone: must be a hub or loadzone listed on http://www.ercot.com/content/cdr/html/hb_lz
  • highPriceThreshold: price in cents to however many decimal places you want to flip the switch at
  • debug: optional parameter, will add more data in to the homebridge console, useful for debugging no response errors.

Roadmap

Notes

Credits

Package Sidebar

Install

npm i homebridge-griddy

Weekly Downloads

2

Version

1.1.1

License

MIT

Unpacked Size

6.19 kB

Total Files

3

Last publish

Collaborators

  • senorshaun