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
53 stars 49 forks source link

feat: Add implementation for Orange & Rockland Utilities #42

Closed bvlaicu closed 10 months ago

bvlaicu commented 10 months 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 10 months ago

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

bvlaicu commented 10 months 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.