What's Changed
- v0.8.1 - Set battery reserve, operation mode by @emptywee in #78
- Added
get_mode(),set_mode(),set_reserve(),andset_operation()function to set battery operation mode and/or reserve level by @emptywee in #78. Likely won't work in the local mode. - Added basic validation for main class
__init__()parameters (a.k.a. user input). - Better handling of 401/403 errors from Powerwall in local mode.
- Handle 50x errors from Powerwall in local mode.
- Added Alerts for Grid Status
alerts(). - New command line functions (
setandget):
usage: PyPowerwall [-h] {setup,scan,set,get,version} ...
PyPowerwall Module v0.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
Full Changelog: v0.8.0...v0.8.1