Kevin Miller

Results 21 issues of Kevin Miller

Trying to find the link to [create an access token](https://app.supabase.com/account/tokens) via the docs. I could not find it. Turned to google to find it.

First a complement. I found this project recently and was impressed with how easy it was to get running and how feature filled it is. Well done!   **Problem** We have...

I noticed that you added a control surface for the battery reserve. I am very excited about this for my needs. Thank you all for working on this. 💯 I...

I have my `pypowerwall.env` connection/cache settings like this: ``` PW_CACHE_EXPIRE=60 PW_POOL_MAXSIZE=1 ``` I am seeing logs that look like this showing a lot of discarded connections. Why is it creating...

Pypowerwall proxy stops working when the `pypowerwall.env` file has `PW_CONTROL_SECRET` set. If the value is empty things work on. This happens for me on both the latest container and `jasonacox/pypowerwall:0.8.4t54-beta2`...

I put together a gist of the bones of my integration or ARPC with Gin. Not sure if something like this is already out there. I wanted to share in...

I am happy to look into creating a PR for this but want to sound out the direction before proceeding. > **Is your feature request related to a problem? Please...

I really appreciate the [Usage example for Swift UI](https://github.com/jonasman/TeslaSwift?tab=readme-ov-file#usage). The native web example is just different enough that I'm not sure what to do in the SwiftUI paradigm. My goal...

Energy Site Info was missing tariff content. This change adds codable classes for the new `tariff_content_v2` payload. * `tou_settings` is no longer present in energy site info payloads. * `tariff_content_v2`...

Related to #173 I noticed that energy sites do not encode the tariff details. I would be happy to help with this but am pretty new to Swift. I'm investigating...