Skip to content

Instantly share code, notes, and snippets.

@tradiuz
Last active August 16, 2019 23:46
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tradiuz/d259af6cee73bf71f941aeb8431fd234 to your computer and use it in GitHub Desktop.
Save tradiuz/d259af6cee73bf71f941aeb8431fd234 to your computer and use it in GitHub Desktop.
griddy_json: '{"meterID": 0000000000000000000000 ,"memberID": 00000 ,"settlement_point":"LZ_HOUSTON"}'
sensor:
- platform: rest
name: griddy
resource: https://app.gogriddy.com/api/v1/insights/getnow
method: POST
payload: !secret griddy_json
value_template: '{{ value_json["now"]["price_ckwh"] }}'
unit_of_measurement: "¢/kwh"
@gngable
Copy link

gngable commented Aug 16, 2019

This is just what I was looking for. Thanks!

@randyr505
Copy link

Then you might also like this: https://github.com/randyr505/gogriddy_api

@tradiuz
Copy link
Author

tradiuz commented Aug 16, 2019

I feel bad for anyone on Griddy right now. Just had to swap off after this awful August.

@gngable
Copy link

gngable commented Aug 16, 2019

Ya, it's pretty bad right now. I was at $9 / kwh yesterday. That's dollars, not cents! I'm seriously thinking of switching too.

@randyr505
Copy link

My automation isn't fully in place and my wife like's to turn the a/c back on after I turn it off from work. Not a good day! I am thinking a month-to-month plan for Aug/Sep might be the best option right now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment