Closed greyghoster closed 1 year ago
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:
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 .
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: