Skip to content

v0.1.0 - Added Vitals Data

Compare
Choose a tag to compare
@jasonacox jasonacox released this 29 Nov 05:41
· 594 commits to main since this release
  • PyPI 0.1.0
  • Added protobuf handling to support decoding the Powerwall Vitals data (requires protobuf package)
  • Added function vitals() to pull Powerwall Vitals
  • Added function strings() to pull data on solar panel strings (Voltage, Current, Power and State)
     vitals = pw.vitals(jsonformat=False)
     strings = pw.strings(jsonformat=False, verbose=False)