github jasonacox/pypowerwall v0.6.0
v0.6.0 - Add Persistent HTTP Connections

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

What's Changed

  • PyPI 0.6.0
  • Added HTTP persistent connections for API requests to Powerwall Gateway by @mcbirse in #21
  • Requests to Gateway will now re-use persistent http connections which reduces load and increases response time.
  • Uses default connection poolmaxsize=10 to align with Session object defaults. Note: pool use applies to multi-threaded use of pyPowerwall only, e.g. as with the pyPowerwall Proxy Server.
  • Added env PW_POOL_MAXSIZE to proxy server to allow this to be controlled (persistent connections disabled if set to zero).
  • Added env PW_TIMEOUT to proxy server to allow timeout on requests to be adjusted.

Full Changelog: v0.5.1...v0.6.0

Don't miss a new pypowerwall release

NewReleases is sending notifications on new releases.