jrester / tesla_powerwall

Python API for Tesla Powerwall
MIT License
73 stars 24 forks source link

Update for latest firmware #4

Closed bdraco closed 4 years ago

bdraco commented 4 years ago

Add api/status Add api/device_type

Sample data: https://192.168.209.196/api/status {"start_time":"2020-03-10 11:57:25 +0800","up_time_seconds":"217h40m57.470801079s","is_new":false,"version":"1.45.1","git_hash":"13bf684a633175f884079ec79f42997080d90310"}

https://192.168.209.196/api/device_type {"device_type":"hec"}

jrester commented 4 years ago

Thanks! Sorry it took so long to merge!

bdraco commented 4 years ago

Thanks. Would you might bumping the pypi package?

jrester commented 4 years ago

Ah, yeah. Almost forget that! I am currently reworking the authentication and will publish it to PyPi as soon as I am finished.