github jasonacox/pypowerwall v0.8.3
v0.8.3 - Control APIs

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

What's Changed

  • v0.8.3 - Control APIs by @jasonacox in #83
  • Added additional error handling logic to clean up exceptions #81

Proxy (t54):

  • Fix /pod API to add time_remaining_hours and backup_reserve_percent for cloud mode.
  • Added control APIs to set backup reserve and operating mode settings. Requires setting PW_CONTROL_SECRET. Use with caution! #79
# Set Mode
curl "http://localhost:8675/control/mode?token=$PW_CONTROL_SECRET&value=self_consumption"

# Set Reserve
curl "http://localhost:8675/control/reserve?token=$PW_CONTROL_SECRET&value=20"

# Omit Value to Read Settings
curl "http://localhost:8675/control/mode?token=$PW_CONTROL_SECRET"
curl "http://localhost:8675/control/reserve?token=$PW_CONTROL_SECRET"

Full Changelog: v0.8.2...v0.8.3

Don't miss a new pypowerwall release

NewReleases is sending notifications on new releases.