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

Add National Grid Upstate NY Implementation #91

Closed X-sam closed 3 months ago

X-sam commented 3 months ago

This leverages the work from #87 to provide an implementation for the utility National Grid. This should partially address #45 (I cannot speak to whether it works for other national grid regions than upstate NY.)

tronikos commented 3 months ago

@SplicedNZ could you please review this and test to confirm it doesn't break Mercury NZ?

SplicedNZ commented 3 months ago

@tronikos @X-sam Sorry for the delay, looks good. Mercury info still returning fine.

X-sam commented 3 months ago

Update the README to mention support of this utility and bump the version in pyproject.toml to 0.7.0 @tronikos addressed in b5676c1