Closed lordyavin closed 3 years ago
The order of password
and username
has changed to allow password only login without a username. You should change the line
powerwall.login_as(User.CUSTOMER, customer, password)
to
powerwall.login_as(User.CUSTOMER, password, customer)
Thanks
Since a while I can't connect to my powerwall anymore. Although I'm using the correct credentials I always get
python -version:
pip freeze:
Powerwall SW Version:
Someone an idea what is going on?