github jasonacox/pypowerwall v0.10.4
0.10.4 - Powerwall 3 Local API Support

latest releases: v0.15.12, v0.15.11, v0.15.10...
2 years ago

What's Changed

  • Add Powerwall 3 Local API Support by @jasonacox in #101
  • TEDAPI will activate in hybrid (using TEDAPI for vitals and existing local APIs for other metrics) or full (all data from TEDAPI) mode to provide better Powerwall 3 support.
  • The full mode will automatically activate when the customer password is blank and gw_pwd is set.
  • Note: The full mode will provide less metrics than hybrid mode since Powerwall 2/+ systems have additional APIs that are used in hybrid mode to fetch additional data
import pypowerwall

# Activate HYBRID mode (for Powerwall / 2 / + systems)
pw = pypowerwall.Powerwall("192.168.91.1", password=PASSWORD, email=EMAIL, gw_pwd=PW_GW_PWD)

# Activate FULL mode (for all systems including Powerwall 3)
pw = pypowerwall.Powerwall("192.168.91.1", gw_pwd=PW_GW_PWD)

Related:

Full Changelog: v0.10.3...v0.10.4

Don't miss a new pypowerwall release

NewReleases is sending notifications on new releases.