github jasonacox/pypowerwall v0.8.1
v0.8.1 - Set battery reserve, operation mode

latest releases: v0.16.2, v0.16.1, v0.16.0...
2 years ago

What's Changed

  • v0.8.1 - Set battery reserve, operation mode by @emptywee in #78
  • Added get_mode(), set_mode(),set_reserve(),and set_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 (set and get):
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

Don't miss a new pypowerwall release

NewReleases is sending notifications on new releases.