evergy icon indicating copy to clipboard operation
evergy copied to clipboard

A simple utility that you can use to access your Evergy account and retrieve you meter readings.

Results 7 evergy issues
Sort by recently updated
recently updated
newest added

It looks like Evergy is has replaced the API implemented here with the [Oracle's Utilities Opower API](https://docs.oracle.com/en/industries/energy-water/digital-self-service/), and there's an existing library that implements its `*.opower.com` API calls here: https://github.com/tronikos/opower...

Bumps [requests](https://github.com/psf/requests) from 2.26.0 to 2.31.0. Release notes Sourced from requests's releases. v2.31.0 2.31.0 (2023-05-22) Security Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization...

dependencies

Right now the code uses HTML parsing to handle the login and for getting the meter ID(s). Research should be done to see if this part can be replaced with...

enhancement

I've been trying to figure out your code here. I'm not very good with these kinds of things, but really was hoping to get this implemented in Home Assistant. I've...

I'm only getting data once a day now at 6am. Is there some recent updates I need to look for? Poll every hour but only get results once per day....

Evergy has scheduled maintenance on their website sometimes. During the maintenance you get redirected (`HTTP 301`) to `https://www.evergy.com/planned-outage`. The code should be changed to handle this and log an error...

enhancement