Skip to content

v0.10.3 - TEDAPI Connect Update

Compare
Choose a tag to compare
@jasonacox jasonacox released this 09 Jun 23:42
· 84 commits to main since this release

What's Changed

  • v0.10.3 - TEDAPI Connect by @jasonacox in #100
  • Update setup.py to include dependencies on protobuf>=3.20.0.
  • Fix TEDAPI connect() logic error to better validate PW3 Gateway endpoint access as raised in #97 by @ttl74ls100
  • Add documentation for TEDAPI setup.
  • Update CLI to support TEDAPI calls.
  • Proxy t60 - Fix edge case where /csv API will error due to NoneType inputs.
  • Add TEDAPI argument to set custom GW IP address.
# Connect to TEDAPI and pull data
python3 -m pypowerwall tedapi

# Direct call to TEDAPI class test function (optional password)
python3 -m pypowerwall.tedapi GWPASSWORD
python3 -m pypowerwall.tedapi --debug
python3 -m pypowerwall.tedapi --gw_ip 192.168.91.1 --debug

Full Changelog: v0.10.2...v0.10.3