datMaffin / homebridge-tesla-powerwall

Homebridge Plugin for the Tesla Powerwall
ISC License
21 stars 11 forks source link

It is not possible to turn the powerwall on / off #11

Closed fighterzg6 closed 4 years ago

fighterzg6 commented 5 years ago

Hello,I can not turn powerwall 2 on or off via homekit despite user and password

datMaffin commented 5 years ago

Hi, yeah when I started with this homebridge plugin there was no login required. Then there was an update that changed it to require one. I then simply guessed and implemented a default http login as a prefix: https://github.com/datMaffin/homebridge-tesla-powerwall/blob/master/index.js#L68

I never had the ability to test if it would work..

fighterzg6 commented 5 years ago

can you change it to https?????

datMaffin commented 5 years ago

If your setting for the port is an empty string it should use https. I probably should add that an undefined port also default to https.

datMaffin commented 4 years ago

UPDATE: The documentation needed for providing the on/off functionality is getting added to https://github.com/vloschiavo/powerwall2

datMaffin commented 4 years ago

While the documentation was updated I cant seem to find the section where the login process is described.

I also do not really see a point why someone would want to turn off their powerwall.

As a result I am going to remove corresponding documentation to hide this functionality (which will continue to work for anyone who has Version < 1.20 installed on his powerwall)