datMaffin / homebridge-tesla-powerwall

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

Help #50

Open Hosk0 opened 1 year ago

Hosk0 commented 1 year ago

Hi, been trying to set up on my HOOBS for a week or so now, getting some errors that I can’t seem to solve. I’ve proven the IP I enter but when the errors come back it’s saying a complete different IP. Are you able to help me? Happily donate for your time to get this up and running! Regards Luke Hosking ![Uploading F9F6D6D8-949C-470B-B394-30A1319E8089.jpeg…]()

Hosk0 commented 1 year ago

B3E92696-9E54-419D-9D5F-57CA26D4F084 1E4AC297-CD96-4320-903E-C8930F96C081 115CDC10-9C11-46C4-AF41-757D7B6EFAEF

datMaffin commented 1 year ago

I do have no idea of what is going wrong here.

127.0.0.1:443 is basically the pc it is running on (localhost = 127.0.0.1) and the port is the default port that is used for https websites.

martin-pv commented 1 year ago

I have the same issue as well.

I found another article that had a similar problem and has to do with this error: [https://github.com/electron/electron/issues/19636#issue-477059421]()

Don't use new URL in https.get (https.get(path) instead of https.get(new URL(path)))

See url.port at [https://nodejs.org/api/url.html]()

cantchooseaname8 commented 11 months ago

I think this is the same issue that I'm having. Has anyone found a way to fix this?