Jason Cox

Results 1198 comments of Jason Cox

Yes it could. I confess, it scares me a bit. I have hesitated adding that since the proxy access point doesn't require authentication. Any malicious actor who happens to gain...

Ok, I have something for you to try. If you are using Powerwall-Dashboard: ## To Test 1. Update the pypowerwall image setting in `powerwall.yml` to: ``` jasonacox/pypowerwall:0.8.3t54-beta2 ``` 2. Add...

EDIT: I added info logging for any control command executed ``` jasonacox/pypowerwall:0.8.3t54-beta2 ``` ``` 04/13/2024 06:35:22 PM [proxy] [INFO] pyPowerwall [0.8.3] Proxy Server [t54] - HTTP Port 8675 04/13/2024 06:35:22...

thanks @spoonwzd ! > Running curl from the command line I get a "{"reserve": 5.0}'value' is not recognized as an internal or external command, operable program or batch file." Ah...

Closing this - Moving this class into tedapi

Wow! Yes. These two may be related: It looks like the first one is cut off, do you have the full alert names? Was it this: * PVAC_a019_ambient_overtemperature * PVAC_a030_fan_faulted...

> Lines 110-112 appear to redefine ThreadingHTTPServer That's a class override to inject `daemon_threads = True` but I'll need to investigate when I get some time. Are you seeing any...

The API or the way the `teslapy` mapps the Tesla API response has changed. The operational mode for the Powerwall used to be visible in the `get_battery_data()` which this script...

Thanks for the follow up @KevM .