Last active
August 16, 2019 23:46
-
-
Save tradiuz/d259af6cee73bf71f941aeb8431fd234 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
griddy_json: '{"meterID": 0000000000000000000000 ,"memberID": 00000 ,"settlement_point":"LZ_HOUSTON"}' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
Then you might also like this: https://github.com/randyr505/gogriddy_api
I feel bad for anyone on Griddy right now. Just had to swap off after this awful August.
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.
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
This is just what I was looking for. Thanks!