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

Add colour calibration configuration. #66

Open
ram0003 opened this issue Sep 11, 2024 · 3 comments
Open

Add colour calibration configuration. #66

ram0003 opened this issue Sep 11, 2024 · 3 comments

Comments

@ram0003
Copy link

ram0003 commented Sep 11, 2024

Hello,
Thanks for this integration, it's let me bite the bullet and put DMX strip lights in the house.

Was hoping that colour calibration options could be added.
The issue that I'm having is my lights are Red Green Blue WarmWhite, However the white is treated as neutral/cold, making the colour inaccurate.

There is a great little blueprint that fixes this, allowing for manual calibration and input of desired colour temp in kelvin via a number helper.

However this does not play nice with Adaptive Lighting, which controls the lights directly

Any help would be appreciated.

Thanks

@Breina
Copy link
Owner

Breina commented Sep 11, 2024

If I understand correctly, you would want adaptive lighting to call your blueprint instead of a light directly?

Not sure what I can do to help, besides implementing the blueprint as code within this integration.

@ram0003
Copy link
Author

ram0003 commented Sep 11, 2024

That would be one way to fix it.

However the best option would be if your Art-net integration was able to set which colour temperature the white would be in an rgbw fixture.
I’m unsure if home assistant supports that though.

Another option would be displaying the rgbw fixture to home assistant as a rgbww fixture.
which is where the other blueprint comes in as I imagine similar maths would be required to map the two together.

thanks

@Breina
Copy link
Owner

Breina commented Sep 11, 2024

I did have a look for that HA feature, but it's only available for colorTemperature and RGBWW lights. Not for RGBW itself. :(

It feels hacky to implement this as a RGBWW, not very excited for doing it that way tbh.

I guess the cleanest solution is to request a HA feature for this; https://github.com/home-assistant/architecture/discussions

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

2 participants