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 URL to get account number #34

Closed Ben-Reg closed 1 year ago

Ben-Reg commented 1 year ago

Hello @lawrencefoley ,

Evergy just did a site redesign, and the account number is no longer where it used to be.

I know you are no longer maintaining this project, but I've found a new way to get the account number and could put in a pull request if you're willing to review/merge.

Thanks.

ignrdmonster commented 1 year ago

Anyway you could post it or fork this into a maintained version? This was justifying me not buying some sensor to monitor this locally.

ignrdmonster commented 1 year ago

Looks like someone already forked this: https://github.com/thebradleysanders/evergy_home_assistant @Ben-Reg Just found it myself and i'm migrating over now.

Ben-Reg commented 1 year ago

@ignrdmonster Sure, I'll find some time to post the fix here.

Is that evergy_home_assistant project working for you? I took a quick look at the code and it appears to me that they would be affected by this same issue.

ignrdmonster commented 1 year ago

They’re affected by the exact same thing. Figured 3 emails about this issue at midnight would be too many. On May 3, 2023, at 9:57 AM, Ben-Reg @.***> wrote: @ignrdmonster Sure, I'll find some time to post the fix here. Is that evergy_home_assistant project working for you? I took a quick look at the code and it appears to me that they would be affected by this same issue.

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: @.***>

lawrencefoley commented 1 year ago

Hello @lawrencefoley ,

Evergy just did a site redesign, and the account number is no longer where it used to be.

I know you are no longer maintaining this project, but I've found a new way to get the account number and could put in a pull request if you're willing to review/merge.

Thanks.

@Ben-Reg That would be great! Just mention me in the PR and I'll take a look.

thebradleysanders commented 1 year ago

I am working to resolve the issue in the Home Assistant Evergy Integration. @lawrencefoley will be the official source for the Evergy Python API, while I will use this within the Home Assistant Evergy Integration, keeping these separate will make maintenance easier. Thanks everyone!