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 Status not updating on Home Assistant #852

Open
ArshSoni opened this issue Nov 23, 2024 · 1 comment
Open

Color Status not updating on Home Assistant #852

ArshSoni opened this issue Nov 23, 2024 · 1 comment
Labels

Comments

@ArshSoni
Copy link

Describe the bug

After updating MilightHub to 1.13.0, Home Assistant no longer shows the correct brightness/color attributes on entities.

Screenshot 2024-11-23 at 17 33 55 Screenshot 2024-11-23 at 17 34 13

Steps to reproduce

Expected behavior

Setup information

Firmware version

Output of http://milight-hub.local/about

"... /about output. put between the ```s"

Output of http://milight-hub.local/settings

"... /settings output. put between the ```s"

Additional context

@ArshSoni ArshSoni added the bug label Nov 23, 2024
@Jojo-1000
Copy link

Hi, I am using it with home assistant on this version and the color is updating correctly. Can you check what MQTT is received?
You can subscribe to milight/state/# on the device settings for MQTT to see what it gets.
Mine looks like this: Topic milight/state/0xA4A8/rgb_cct/1

{
    "state": "ON",
    "brightness": 82,
    "color": {
        "r": 133,
        "g": 255,
        "b": 119
    },
    "color_mode": "rgb"
}

The one thing that doesn't work is if you control multiple lights at once using the controls for all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants