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

How to dim or change color of a switch? #12

Open
hkoren opened this issue Jul 11, 2016 · 5 comments
Open

How to dim or change color of a switch? #12

hkoren opened this issue Jul 11, 2016 · 5 comments

Comments

@hkoren
Copy link

hkoren commented Jul 11, 2016

I tried setting level=.... but that just turns off the switch

@dpjanes
Copy link
Owner

dpjanes commented Jul 12, 2016

I only developed for what I have. The code's quite easy to modify, if you want to fork and make a patch to add new features.

@hkoren
Copy link
Author

hkoren commented Oct 4, 2016

Wish I knew the modifications to make.... This seems to indicate some dimmer functionality is available but I can't seem how to indicate that my switch is a dimmer switch https://iotdb.org/iotdb/models/light-dimmer

@dpjanes
Copy link
Owner

dpjanes commented Oct 4, 2016

Switches can be on or off, that's what they do. Can you give more information about your smartthings set, what type of switch it is, etc.. I'm interested in helping, but I can't guess what your setup is.

@hkoren
Copy link
Author

hkoren commented Oct 4, 2016

I'm using a GoControl Z-Wave Plug-in Dimmer Module. Looking through the code and docs it seems like I will need to add capability.switchLevel to the IOTDB.bridge smartapp for this control to be possible.

@dpjanes
Copy link
Owner

dpjanes commented Oct 4, 2016

Yes, that sounds about right. The pattern for adding this to the code is quite simple.

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

No branches or pull requests

2 participants