* Fix bug with setup for certain Solar Only systems where setup process fails. Identified by hulkster in https://github.com/jasonacox/Powerwall-Dashboard/discussions/475
0.8.4
* Updated `set_reserve(level)` logic to handle levels from 0 to 100. Identified by spoonwzd in 85
0.8.3
* Added additional error handling logic to clean up exceptions. * Proxy: Added command APIs for setting backup reserve and operating mode.
0.8.2
* Added 5 minute cooldown for HTTP 503 Service Unavailable errors from API calls. * Proxy: Added DISABLED API handling logic.
0.8.1
options: -h, --help show this help message and exit
commands (run <command> -h to see usage information): {setup,scan,set,get,version} setup Setup Tesla Login for Cloud Mode access scan Scan local network for Powerwall gateway set Set Powerwall Mode and Reserve Level get Get Powerwall Settings and Power Levels version Print version information
0.8.0
* Refactored pyPowerwall by emptywee in https://github.com/jasonacox/pypowerwall/pull/77 including: * Moved Local and Cloud based operation code into respective modules, providing better abstraction and making it easier to maintain and extend going forward. * Made meaning of the `jsonformat` parameter consistent across all method calls (breaking API change). * Removed Python 2.7 support. * Cleaned up code and adopted a more pythoinc style. * Fixed battery_blocks() for non-vitals systems.