ebaauw / homebridge-hue

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

Hue and hoobs 4.0 Lights and Scenes not showing up #1001

Closed cdaniels77 closed 3 years ago

cdaniels77 commented 3 years ago

Issue

Hue Lights and Scenes are not showing up in Hoobs 4.0 or Homekit

Log Messages

"platform":·"Hue", "name":·"Hue", "brightnessAdjustment":·100, "heartrate":·5, "lowBattery":·25, "timeout":·1, "waitTimePut":·50, "waitTimePutGroup":·1000, "waitTimeResend":·300, "waitTimeUpdate":·20, "users":·{ "001788FFFE24F66F":·"iaIFvggDeOen36Cq8Z1migw6LaL0 }, "groups":·true, "group0":·true, "lights":·true, ·"hueDimmerRepeat":·false, "hueMotionTemperatureHistory":·false, "linkButton":·true, "stealth":·false, "sensors":·false, "schedules":·false, "scenesAsSwitch":·false, "scenes":·true, "rules":·false, "rooms":·true, "resource":·true

Debug Files

ebaauw commented 3 years ago

See https://github.com/ebaauw/homebridge-hue/wiki/Configuration:

cdaniels77 commented 3 years ago

Was able to get the lights working thank you. Still having issues with the senes showing up in the home app. It worked great with hoobs 3.3.5 no luck so far with hoobs 4.0.92.

ebaauw commented 3 years ago

Please attach the debug dump file, and capture and attach a debug log file, see FAQ.

cdaniels77 commented 3 years ago

Attached is my debugging log, I hope i did this correctly

Debug.txt

ebaauw commented 3 years ago

Could you also please attach the dump file, /var/lib/hoobs/huehoobsbridge/homebridge-hue.json.gz?

You didn't enable Homebridge debug mode, so the log doesn't contain any debug messages.

cdaniels77 commented 3 years ago

ok I think i have it now. good thing is im learning alot :)

Debug second time.txt homebridge-hue.json.gz

ebaauw commented 3 years ago

You didn't set scenes in config.json. Nor groups, nor group0, nor rooms.

cdaniels77 commented 3 years ago

it finally worked. at one point i had them all turned on expect rooms this was the missing piece. thank you so much for your help