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

Select / Deselect Items to Expose to HomeKit #38

Closed drpimples closed 1 year ago

drpimples commented 1 year ago

Is your feature request related to a problem? Please describe:

Duplicate items Describe the solution you'd like:

Sometimes there are devices that are already showing up in HomeKit because it is already bridged by another plugin. This plugin exposes every item in SmartThings which may cause duplicate devices to show up in HomeKit. It would be nice to select / deselect accessories. Describe alternatives you've considered:

Only other option is to move the duplicate items to a dummy room but that would still consume resources. Additional context:

iklein99 commented 1 year ago

You can do this by adding the devices you don’t want managed by the plugin into the “Devices to Ignore” section of the configuration.

On Oct 7, 2022, at 12:41 AM, drpimples @.***> wrote:

Is your feature request related to a problem? Please describe:

Duplicate items Describe the solution you'd like:

Sometimes there are devices that are already showing up in HomeKit because it is already bridged by another plugin. This plugin exposes every item in SmartThings which may cause duplicate devices to show up in HomeKit. It would be nice to select / deselect accessories. Describe alternatives you've considered:

Only other option is to move the duplicate items to a dummy room but that would still consume resources. Additional context:

— Reply to this email directly, view it on GitHub https://github.com/iklein99/homebridge-smartthings/issues/38, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABG55EQU7JKAYODW4TH7BBDWB6SXPANCNFSM6AAAAAAQ7HNLHQ. You are receiving this because you are subscribed to this thread.

drpimples commented 1 year ago

That did it. Thanks so much