rianadon / the-energy-detective-py

Unofficial library for reading from The Energy Detective power meters
0 stars 3 forks source link

Add TDY and MTD to MTU's #6

Closed realumhelp closed 3 years ago

realumhelp commented 3 years ago

Fixed #5 - Add MTU Daily and Monthly Data Add TDY and MTD to MTU's: TED5000 this is part of existing data, easy to grab. TED6000 the data is in a different query, had to do some gynastics to make it work with setattr(...) inside of _update_endpoint(...) but since there is a set number of MTUs it didn't turn out to terrible.

I thought I had a few commits but maybe they got compacted together somehow. It looks like all the code is there with a quick scan through so could just be my lack of Git knowledge...