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

For RGBW over MQTT, card sends white_value, which is deprecated #126

Open
catdotgif opened this issue Mar 15, 2024 · 0 comments
Open

For RGBW over MQTT, card sends white_value, which is deprecated #126

catdotgif opened this issue Mar 15, 2024 · 0 comments

Comments

@catdotgif
Copy link

For an RGBW MQTT light, configurations with white_value = true in configuration.yaml give an error in HA

the expected formats are:
rgbw_state_topic string (optional)
The MQTT topic subscribed to receive RGBW state updates. The expected payload is the RGBW values separated by commas, for example, 255,0,127,64.

or, for JSON, a key in the format:
"color":{"r":0,"g":121,"b":6,"w":255}

When you select a value with the White slider, HA throws an error saying white_value is undefined

Really nice widget, hope you have time to pick this issue up!

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

1 participant