tronikos / opower

A Python library for getting historical and forecasted usage/cost from utilities that use opower.com such as PG&E
Apache License 2.0
61 stars 55 forks source link

Help Adding FirstEnergy Support #31

Closed eracknaphobia closed 1 year ago

eracknaphobia commented 1 year ago

I am attempting to add support for FirstEnergy which has the following electric companies:

The problem is all the r8loFrsvDB-? values in the POST body are created by javascript as far as I can tell. I tested by disabling javascript and the post failed with these values missing.

Login URL: https://www.firstenergycorp.com/log_in.fecorplogin.html

Login Post Example:

image

image

Once logged in you can see they do make calls to opower.com, so this should be a valid provider.

image

I'm hoping the community could help come up with a way to get around this issue.

tronikos commented 1 year ago

See https://github.com/tronikos/opower/discussions/19

EricGatesIT commented 1 year ago

@tronikos Thanks, I guess I should've checked the closed issues before posting. Not looking good for the FirstEnergy customers. 🙁