-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ComEd support #3
Comments
See this post for some development hints: |
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)
<#1 (comment)>
—
Reply to this email directly, view it on GitHub
<#3 (comment)>,
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
<#3 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACRYQUSL7O2Q7DCRFBERRTVUGGQRANCNFSM53V47OCA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I just got access to my ComEd account meter data via UtilityAPI. What do I need to do to help implement this?
The text was updated successfully, but these errors were encountered: