Add ComEd support
I just got access to my ComEd account meter data via UtilityAPI. What do I need to do to help implement this?
See this post for some development hints: https://github.com/PhracturedBlue/smartmeter_greenbutton/issues/1#issuecomment-1154188863
Oh I see, you're scraping this from the utility website. Good idea, especially since it seems UtilityAPI may charge for data access. It's a bit unclear at this point and I'm waiting to resolve some technical issues with ComEd and UtilityAPI, but in the meantime they gave me limited free access to the data.
I believe there's a standardized Green Button API which UtilityAPI uses. I suspect some utilities will allow access to this officially, like ComEd, paid access or otherwise. It would be nice to directly support that scenario as well, but I'll see what I can do with either approach.
In the ComEd scraping approach, I believe they only provide data that is pretty stale (about three days old for some reason)
On Fri, Jul 15, 2022 at 10:31 AM PhracturedBlue @.***> wrote:
See this post for some development hints: #1 (comment) https://github.com/PhracturedBlue/smartmeter_greenbutton/issues/1#issuecomment-1154188863
— Reply to this email directly, view it on GitHub https://github.com/PhracturedBlue/smartmeter_greenbutton/issues/3#issuecomment-1185657822, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACRYQSKW7SBSGC2OVNADJDVUF76JANCNFSM53V47OCA . You are receiving this because you authored the thread.Message ID: @.***>
I'm not actually scraping. we are using the Greenbutton API, but to get the OAuth credentials, we need to get that from your provider.
Oh, ok that's great. This should be not too difficult to port then. I will try to get to this. Thank you!
On Fri, Jul 15, 2022 at 11:27 AM PhracturedBlue @.***> wrote:
I'm not actually scraping. we are using the Greenbutton API, but to get the OAuth credentials, we need to get that from your provider.
— Reply to this email directly, view it on GitHub https://github.com/PhracturedBlue/smartmeter_greenbutton/issues/3#issuecomment-1185703474, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACRYQUSL7O2Q7DCRFBERRTVUGGQRANCNFSM53V47OCA . You are receiving this because you authored the thread.Message ID: @.***>