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

Keylight or LightStrip color temperature warning #354

Open
sebnaf opened this issue Sep 20, 2022 · 2 comments
Open

Keylight or LightStrip color temperature warning #354

sebnaf opened this issue Sep 20, 2022 · 2 comments

Comments

@sebnaf
Copy link

sebnaf commented Sep 20, 2022

Either the Keylight or LightStrip is throwing an error:

[9/20/2022, 3:42:32 PM] [homebridge-keylights] This plugin generated a warning from the characteristic 'Color Temperature': characteristic was supplied illegal value: number 0 exceeded minimum of 140. See https://homebridge.io/w/JtMGR for more info.

@derjayjay
Copy link
Owner

This could be coming from the LightStrip, unfortunately I don't have one to test.

You could separate each of your lights in its own plugin instance to pinpoint which one is causing the error.

@sbehn
Copy link

sbehn commented Dec 5, 2023

Thanks for the plugin. Unfortunately I run into the same problem (I have two Key Light Air + 1 Light Strip). How would I separate the lights into their respective plugin instances? The .json doesn't show the actual lights since they seem to be discovered automatically. Could you give a slightly more detailed hint?

This is how my .json looks like.

{
    "name": "Elgato Key Lights",
    "powerOnBehavior": 2,
    "powerOnTemperature": 4965,
    "switchOnDurationMs": 100,
    "useIP": true,
    "_bridge": {
        "username": "0E:57:06:ED:0B:57",
        "port": 40253
    },
    "platform": "ElgatoKeyLights"

}

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

3 participants