jasonacox / pypowerwall

Python API for Tesla Powerwall and Solar Power Data
MIT License
120 stars 21 forks source link

v0.10.3 - TEDAPI Connect #100

Closed jasonacox closed 4 weeks ago

jasonacox commented 4 weeks ago

v0.10.3 - TEDAPI Connect Update

# 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

Reference: #97