jrester/tesla_powerwall

Loggout is giving "Powerwall api Error: while decoding json reponse:"

greyghoster opened this issue · 1 comments

As stated in the title, logout() is throwing an error. The login works and a number of commands execute fine but logout is not clean.

Code:

Logout

try:
powerwall.logout()
print('Logout')
except Exception as err:
print('Logged out ', err)

Msg returned:
Logged out Powerwall api error: Error while decoding json of response:

Thanks for reporting this bug. I fixed it and it will be released soon together with #48 .