ebaauw / homebridge-hue

Homebridge plugin for Philips Hue
Apache License 2.0
897 stars 91 forks source link

What’s the output of `ph -DD config`? #1126

Closed jonasophie closed 1 year ago

jonasophie commented 1 year ago

hello, I have an issue after installation

    What’s the output of `ph -DD config`?

Originally posted by @ebaauw in https://github.com/ebaauw/homebridge-hue/issues/1125#issuecomment-1339728886

My result is: pi@raspberrypi:~ $ ph -DD config ph: localhost: request 1: GET /config ph: localhost: request 1: GET http://localhost/api/config ph: localhost: request 1: GET /config ph: warning: localhost: request 1: connect ECONNREFUSED 127.0.0.1:80 ph: error: localhost: not a Hue bridge nor deCONZ gateway

127.0.0.1:80 is not the correct address ... mine is 10.0.0.7:8081 is it possible to change it ?

thanks Jonas

jonasophie commented 1 year ago

after run:

sudo ph -H 10.0.0.7:8081 discover

fix the issue sorry/thanks :)