raymondelooff / homebridge-huejay

Homebridge Plugin for Philips Hue accessories based on Huejay
GNU General Public License v3.0
11 stars 1 forks source link

Not accepting username #11

Closed thorstendorn closed 4 years ago

thorstendorn commented 4 years ago

Hello,

is seems, as if the bridge does not accept the username, that I provide via Homebridge configuration. I got it from the debugger after pressing the link button. Nothing happens. Every time I am running the debugger again, it tells me, “not authenticated”. My configuration: { "enableLights" : true, "enableSensors" : 1, "clients" : [ { "username" : "ikYMB5l8sgmV4hVD6EKbXpKVPSzkpkksR83Y", "id" : "001788FFFE228E0A", "timeout" : 15000, "ip" : "192.168.188.66", "port" : 80 } ], "platform" : "HuePlatform", "enableGenericLights" : 1, "name" : "Hue", "enableGenericSensors" : 1 }

Best wishes Thorsten

raymondelooff commented 4 years ago

Are you sure the username and ID of the Bridge are correct? Can you show the debug log?

thorstendorn commented 4 years ago

My apologies, it is now working. I updated my entire homebridge installation to the latest and greatest versions, and it now running fine! Thanks!