iklein99 / homebridge-smartthings

This is a plugin to Homebridge to connect your Smartthings network into Apple Home Kit.
Apache License 2.0
150 stars 52 forks source link

Hue Bulb not exposed to homebridge #114

Closed drpimples closed 1 year ago

drpimples commented 1 year ago

I just added a Hue white dimmer bulb directly to the SmartThings hub as a zigbee bulb. Works fine. The IDE shows it listed as a ZLL dimmer bulb. Problem is that it won't show up as an accessory on Homebridge even after I've rebooted the container. Lately I've been manually switching devices over and reincluding them using the Edge drivers and once they show up on SmartThings a reboot will show the newly added device to homebridge / homekit without a problem. What kind of debugging can I do to help?

iklein99 commented 1 year ago

Truncate your logs, put homebridge in debug mode, restart and let it run for about 30 seconds to load devices. Then download the log file and send to me at iklein99@comcast.net.

Let me know the name of the device that you are having issues with

drpimples commented 1 year ago

Hey Ira. Just checking if you got my email the other day with my logs. The device is Sitting Lamp.

iklein99 commented 1 year ago

Seems you have it in the “Ignore Devices” list. I’m seeing this in the log…

Ignoring Sitting Lamp because it is in the Ignore Devices list

On Jan 8, 2023, at 11:34 PM, drpimples @.***> wrote:

Hey Ira. Just checking if you got my email the other day with my logs. The device is Sitting Lamp.

— Reply to this email directly, view it on GitHub https://github.com/iklein99/homebridge-smartthings/issues/114#issuecomment-1375098264, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABG55EWEKTWR55CBXZTZDHDWROIL5ANCNFSM6AAAAAATROIHMI. You are receiving this because you commented.

drpimples commented 1 year ago

That’s right!   It was under Hue before and now it’s connected to SmartThings.   I’ll check it tonight and let you know.

drpimples commented 1 year ago

That did it. Thanks again.