tonesto7 / homebridge-smartthings

SmartThings Homebridge Plugin
385 stars 770 forks source link

(BUG) GE Dimmers 46203 not dimmable in HomeKit #377

Open johnluber opened 3 years ago

johnluber commented 3 years ago

Verify the following before opening an trouble issue

Go over all the following points, and put an x in all the boxes that apply. If you're unsure about any of these, don't hesitate to ask. We're here to help!


About Your Setup

Expected Behavior

The dimmer switches are dimmable from SmartTHings app but not in HomeKit. They should be dimmable in HK as well.

Current Behavior

They turn on/off as a switch.

Steps to Reproduce (for bugs)

Go to HK app and the dimmers show as switches and act accordingly. They are not dimmable.

Context

How has this issue affected you? What are you trying to accomplish? Providing context helps us come up with a solution that is most useful in the real world**


Please include a copy of any relevant log output to assist in tracking down the bug

Skates1616 commented 3 years ago

Which device handler are you using with these dimmers? I am using mwav3's device handler without any issues with HomeKit. I am actually having the opposite problem where my light switches are not being detected as switches by Hoobs.

johnluber commented 3 years ago

Thanks for sharing this. I moved recently from Wink to SmartThings due to Wink’s new subscription model and was unaware of device handlers. They weren’t needed with Wink at least for me.

The code you referenced didn’t really do what I was after. It added a series of buttons but it was unclear exactly how they are to be used. I suppose presets or something like that.

What did work, and somewhat less than perfect, was to use the fan I found at: https://raw.githubusercontent.com/constjs/jcdevhandlers/master/devicetypes/jscgs350/my-ge-fan-control-switch.src/my-ge-fan-control-switch.groovy

It shows as a fan unfortunately, but does give me the dimming capabilities I was looking for.

On Nov 23, 2020, at 4:51 PM, Skates1616 notifications@github.com<mailto:notifications@github.com> wrote:

Which device handler are you using with these dimmers? I am using mwav3's device handler without any issues with HomeKit. I am actually having the opposite problem where my light switches are not being detected as switches by Hoobs.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/tonesto7/homebridge-smartthings/issues/377#issuecomment-732447210, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AIRUXR4KSDUBPNPLOUE6UTDSRLKPHANCNFSM4T5EN34A.

JeffGoldner commented 3 years ago

I am using the fan DTH as well - I have 2 models of GE/Jasco dimmers, nothing else works. I've been trying to hack the fan control switch to show as a switch or light, rather than a spinning fan (homebridge UI and Apple Home) which is somewhat distracting, but no luck so far. My first attempt at hacking device handlers so lots to learn. I have yet to figure out what makes these "fans".