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

Color Picker #10

Closed
idumzaes opened this issue May 16, 2018 · 4 comments
Closed

Color Picker #10

idumzaes opened this issue May 16, 2018 · 4 comments
Labels
enhancement 👍 New feature or request

Comments

@idumzaes
Copy link

idumzaes commented May 16, 2018

I have been unable to get a color picker within the Home app.
I was able to successfully use { "Brightness":## } (where ## is 0-100) to get the brightness control.
Does anyone know have a solution?

@oliverrahner
Copy link
Collaborator

Hi,

the original author of node-red-contrib-homekit was aware of this issue.
There is only a workaround currently, please see mschm/node-red-contrib-homekit#3 for more information.

I'll probably look into whether I can implement this into the configuration dialog in the future.

@oliverrahner oliverrahner added the enhancement 👍 New feature or request label May 17, 2018
@idumzaes
Copy link
Author

idumzaes commented May 20, 2018

Nice!
This fork is amazing! I placed { "Brightness":80, "Hue":223, "Saturation":50, "ColorTemperature":10 } in the characteristics field and got exactly what I was looking for!
Thank you @oliverrahner for your hard work!!!!

@oliverrahner
Copy link
Collaborator

That’s interesting, thanks for sharing.
I looked at all the other forks when I started my own and included what seemed useful even though I didn’t understand fully what’s going on.
So that should also make it easier to understand what’s necessary to support this in the GUI.

@Shaquu
Copy link
Member

Shaquu commented Mar 7, 2019

According to docs:
Required Characteristics (so called Chars)

  • On

Optional Chars

  • Brightness
  • Hue
  • Name
  • Saturation
  • Color Temperature

This means that to enable those options in Lightbulb you have to enable these Chars manually by adding them to Chars Properties in node.
img_0364
img_0365
img_0366
img_0367

I'm closing this Issue as I consider it resolved. Feel free to open a new one if you come to problems regarding this Issue.

@Shaquu Shaquu closed this as completed Mar 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement 👍 New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants