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

non-dimmable device #851

Closed
mill7008 opened this issue Dec 19, 2017 · 5 comments
Closed

non-dimmable device #851

mill7008 opened this issue Dec 19, 2017 · 5 comments

Comments

@mill7008
Copy link

I am using ha bridge to control some non-dimmable lights. Is there any way to make ha bridge show them as only having an on/off state. OPENHAB only discovers a dimer control for ha bridge devices which these lights don't like (It makes them flash). Can ha bridge emulate a non-dimmable device?

@bwssytems
Copy link
Owner

Unfortunately, the Hue protocol does not describe lights as binary. In OpenHAB you should be able to set the item as a switch after it is discovered.

@FloFoer
Copy link
Contributor

FloFoer commented Dec 19, 2017

Actually there is a light type called "On/Off plug-in unit" (for example used by the osram lightify plugs which can be integrated in the Hue system). I have such a plug in use with my real hue bridge and alexa says it's a switch, not color and not dimmable.
As i implemented color and automatic light type depending on the situation i decided to not use this light type for 2 reasons:

  1. The Hue app doesn't care about it. It's handled like normal dimmable lights.
  2. Alexa does discover the On/Off plug-in units only via the skill, so it will never work with HA-Bridge.

@bwssytems
Copy link
Owner

ing OpenHAB to call haI believe the OP was using OpenHAB to call the ha-bridge using the hue plugin. I have done that and you can change the type of item in OpenHAB to be a switch.

If we put the selection of the device type in the device config, that may help.

@mill7008
Copy link
Author

Thanks for the help and for the great application. I've been using ha-bridge since some of the early versions. I use it as.an interface from alexa to a bunch of legacy devices in my home. I just started using openHAB so I'm not great with it yet. Having the config option in ha-bridge will help a lot.

@bwssytems bwssytems added this to the 5.2.0 milestone Jan 5, 2018
@bwssytems
Copy link
Owner

@mill7008 This still should not be an issue as the ha-bridge interface will be fine for on/off. IF you do not want an OpenHAB item to be dimmable, you can edit the item to be a switch.

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

3 participants