Kevin Miller

Results 81 comments of Kevin Miller

This PR seems very nice and relieves users, who have params in their routes, avoiding the need to compensate for the cardinality concern discussed in the readme. Is there a...

`Missing auth file .auth/.pypowerwall.auth` I do have a file present at this path. When I stop the service and remove it. Then restart it reappears so it seems like auth...

I forgot that I was going to experiment with setting the battery reserve and added this setting to my pypowerwall.env `PW_CONTROL_SECRET=password.password.password`. Removing it corrects the issue. Editing the Issue to...

> I know you mention that the auth file is set up. But for you to get that error means that it was not able to set up the cloud...

Thanks for the heads up. I did switch to controlling the powerwall with the FleetAPI. I wanted something that I knew would work after the ownerapi goes away.

I didn't know about [pwdusage](https://github.com/BuongiornoTexas/pwdusage/blob/main/README.md). So I will look into that for now. 👯

My utilty plan details: * Peak is 8am-8pm Weekdays (M-F) Grid energy cost is $0.205/Kwh, Solar sell credit is $0.59 * Off-Peak is 8pm-8am weekdays and all weekend. Grid energy...

Hmm I'm trying to understand the data flow of pypowerwall http to influxdb. I'm querying the influxdb timeseries and only see `http` and `weather` measurements. Isn't there more details being...

I'm currently diving into [learning how telegraf](https://github.com/influxdata/telegraf/blob/master/docs/PROCESSORS.md) slurps pypowerwall data into influxdb and seeing if that's a good place for [an aggregator](https://github.com/influxdata/telegraf/blob/master/docs/AGGREGATORS.md). It seems like your projects could benefit from...