1.2.2 • Published 12 months ago

homebridge-energy-price v1.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

homebridge-energy-price

This is a fork of ecoen66/homebridge-comed-hourlybilling. It is modified to run as a temperature sensor so that negative values are allowed. I created this project to automate EV charging when prices are negative, but it can be used as a monitor or for other automations as well.

Installation

Run these commands:

% sudo npm install -g homebridge
% sudo npm install -g homebridge-energy-price

NB: If you install homebridge like this:

sudo npm install -g --unsafe-perm homebridge

Then all subsequent installations must be like this:

sudo npm install -g --unsafe-perm homebridge-energy-price

Configuration

Example accessory config (needs to be added to the homebridge config.json): ...

	"accessories": [
    	{
			"name": "Energy Price",
			"manufacturer": "ComEd",
			"model": "Energy Price Monitor"
			"accessory": "Energy Price"
    	}
  	]

...

Config Explanation:

FieldDescription
accessory(required) Must always be "Energy Price".
name(required) The name you want to use for for the power level widget.
manufacturer(optional) This shows up in the homekit accessory Characteristics.
model(optional) This shows up in the homekit accessory Characteristics.
refreshInterval(optional) The refresh interval in minutes for polling ComEd. The default is 5 minutes.
1.2.2

12 months ago

1.2.1

12 months ago

1.2.0

12 months ago

1.1.7

12 months ago

1.1.6

12 months ago

1.1.5

12 months ago

1.1.4

12 months ago

1.1.3

12 months ago

1.1.2

12 months ago

1.1.1

12 months ago

1.1.0

12 months ago

1.0.0

12 months ago