thenewwazoo / homebridge-lutron-caseta-leap

Homebridge support for Lutron Caseta Smart Bridge 2
Apache License 2.0
77 stars 27 forks source link

Add device types from RA2 Select range to be ignored #73

Closed clarenceji closed 2 years ago

clarenceji commented 2 years ago

After adding the RA2 Select main repeater (bridge) to Homebridge, several error messages were displayed in the log:

[Lutron] Failed to process device: Error: Failed to wire new device Living Room Main Lights: Skipping: Device type InLineDimmer not recognized. Please file a ticket and tell me about it

The listed device types are supported natively by HomeKit so adding them to the skip list.

thenewwazoo commented 2 years ago

Hm. I'm starting to think it might be better to officially reject RadioRA hub devices at connection time since they're not supported by this plugin. That way I won't need to have an exhaustive list of devices that aren't supported (which is potentially unbounded).

thenewwazoo commented 2 years ago

Thank you, btw, for jumping straight in with a PR!

clarenceji commented 2 years ago

Yeah I agree with not keeping track of a list of all unsupported devices.

But the RA2SelectMainRepeater hub does expose itself and the in-line dimmers and switchers to HomeKit, while connected Pico remotes aren't exposed. So I'd assume the RA2 Select bridge should be supported by this plugin in order to expose those Picos, unless I missed something?

thenewwazoo commented 2 years ago

While the underlying library supports the non-Caséta LEAP-compatible devices, they aren't supported by this plugin (there was a similar discussion in #55). I only have Caséta devices on hand, and... well, it's got Caseta in the name :) I'd love to build a similar plugin (or deprecate this one in favor of something more general-purpose) if I'm ever able.

clarenceji commented 2 years ago

Makes sense. It's quite annoying that they just have different product lines for different regions. Would be great to have Caseta everywhere!