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
65 stars 59 forks source link

feat: Add implementation for Orange & Rockland Utilities #42

Closed bvlaicu closed 1 year ago

bvlaicu commented 1 year ago

Orange & Rockland Utilities (ORU) provides electric and gas service for more than 300,000 households and businesses in six counties in New York and northern New Jersey.

ORU is owned by ConEd so their implementations are pretty similar.

Example output using this new utility:

image
tronikos commented 1 year ago

I committed https://github.com/tronikos/opower/commit/a580b15953b5355ef41ebc2f507a53ffc1ffee2c with your changes plus my suggestions. Thanks!

bvlaicu commented 1 year ago

Oh, thanks, I just committed my changes then saw your updates. They are very similar, anyway. And regarding testing my previous version, yes, I tested it so yes, you can log into coned with oru creds. Which I kind of knew from other past experiments if I think about it now. Thanks for all your work.