lawrencefoley / evergy

A simple utility that you can use to access your Evergy account and retrieve you meter readings.
MIT License
31 stars 13 forks source link

Updated: get account number #35

Closed Ben-Reg closed 1 year ago

Ben-Reg commented 1 year ago

Fixes /lawrencefoley/evergy#34

Ben-Reg commented 1 year ago

@lawrencefoley I tested this with my Evergy account and it's returning data.

tboyce021 commented 1 year ago

Working for me as well. The accountNumber can also be obtained from the URL mentioned in #9 but at ['accounts'][0]['accountNumber']. That URL also has the premiseId at ['accounts'][0]['premises'][0]['premiseId'], so it should be possible to combine fetching the accountNumber and premiseId into a single request using that URL. Not sure if there's any other reason to prefer one URL over the other though.

lawrencefoley commented 1 year ago

@Ben-Reg @tboyce021 Thank you for making the fix and verifying it works!