1.1.1 • Published 5 years ago

homebridge-griddy v1.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

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

1.1.1

5 years ago

1.1.0

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago