In the doku part "Authentication":
powerwall.login("", "")
powerwall.login_as(User.INSTALLER, "", "")
should read:
powerwall.login("","" )
powerwall.login_as(User.INSTALLER, "", "")
Another hint, NO ISSUE:
powerwall = Powerwall("")
Powerwall Firmware 20.49.x worked with a locally resolvable NAME as ip, Firmware 21.20.6 requires the ip address. So the Doku is correct.
First: Thank you, jrester, for this module!
In the doku part "Authentication": powerwall.login("", "")
powerwall.login_as(User.INSTALLER, "", "")
should read:
powerwall.login("","" )
powerwall.login_as(User.INSTALLER, "", "")
Another hint, NO ISSUE: powerwall = Powerwall("")
Powerwall Firmware 20.49.x worked with a locally resolvable NAME as ip, Firmware 21.20.6 requires the ip address. So the Doku is correct.