Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dimming supported? #61

Open
Framnk opened this issue Oct 30, 2016 · 7 comments
Open

Dimming supported? #61

Framnk opened this issue Oct 30, 2016 · 7 comments

Comments

@Framnk
Copy link

Framnk commented Oct 30, 2016

I managed to get this working with my lights and the v1 credentials, however all my lights get added to HomeKit as simply toggle on/off lights. I don't see any way in HomeKit or in the Homebridge Wink plugin to indicate my lights are dimmable. How can I do this?

@thechrisreese
Copy link

This is an issue with Wink. How does Wink see them?

@Framnk
Copy link
Author

Framnk commented Oct 30, 2016

My Wink app shows them as dimmable lights and I can dim them successfully via wink. In HomeKit I just get a toggle switch.

@Framnk
Copy link
Author

Framnk commented Oct 30, 2016

I do notice that when I turn a light on or off HomeBridge outputs:

Changing target property 'powered' of the undefined called Lamp to 1

So it sees the device as undefined, is this something I need to setup in HomeBridge?

@West1967
Copy link

West1967 commented Nov 3, 2016

Same here. I have a couple GE Smart Fan Controllers (model 12730). Wink sees them fine and I can vary the speeds. But Homebridge only sees them as a light either on or off. Also, even though Homebridge see's them it is unable to turn them on or off. Always shows as no response.

@scoobyshi
Copy link

As a temporary workaround, you can try changing this line "if (that.device.desired_state.brightness !== undefined)" in accessories/light_bulbs.js to "if (that.device.last_reading.brightness !== undefined)", and test it out. It worked for me because I believe the Wink API has changes and is not returning the desired_state, only allowing you to set it... see my pull request #75 for additional info.

@microb0x
Copy link

microb0x commented Feb 4, 2017

I was able to get a Leviton dimmer switch working by adding it as a fan in .homebridge/config.json.

@teja235
Copy link

teja235 commented Jul 17, 2017

I'm trying to get my Leviton dimmer switch on homebridge. Can you help me out?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants