Skip to content

H6054 Color Not working #158

Description

@PaulTubeTV

The Color on my H6054 is not working. I used both API key and Login. The rest (on/off, brightness, scenes, etc.) are working. It's just color that's not

If I change the color via the Govee App, the color changes in HA.

If I change the color in HA, the color in HA updates but the Device does not change color

I hope I pasted the right things in here. If you need anything else, feel free to ask :)

Configuration

{
  "home_assistant": {
    "arch": "x86_64",
    "dev": false,
    "docker": true,
    "hassio": true,
    "installation_type": "Home Assistant OS",
    "os_name": "Linux",
    "os_version": "6.18.39-haos",
    "python_version": "3.14.6",
    "timezone": "Europe/Berlin",
    "version": "2026.7.4",
    "virtualenv": false,
    "container_arch": "amd64",
    "supervisor": "2026.07.5",
    "host_os": "Home Assistant OS 18.2",
    "docker_version": "29.6.2",
    "chassis": "vm",
    "run_as_root": true
  },
  "custom_components": {
    "govee": {
      "documentation": "https://github.com/lasswellt/govee-homeassistant/blob/master/README.md",
      "version": "2026.7.8",
      "requirements": [
        "aiohttp-retry>=2.8.3",
        "aiomqtt>=2.0.0",
        "bleak-retry-connector>=3.0.0",
        "cryptography>=41.0.0"
      ]
    },
    "meross_lan": {
      "documentation": "https://github.com/krahabb/meross_lan",
      "version": "5.8.0",
      "requirements": []
    },
    "hacs": {
      "documentation": "https://hacs.xyz/docs/use/",
      "version": "2.0.5",
      "requirements": [
        "aiogithubapi>=22.10.1"
      ]
    }
  },
  "integration_manifest": {
    "domain": "govee",
    "name": "Govee Cloud Integration",
    "after_dependencies": [
      "bluetooth",
      "network"
    ],
    "bluetooth": [
      {
        "local_name": "Govee_*",
        "connectable": true
      },
      {
        "local_name": "ihoment_*",
        "connectable": true
      },
      {
        "local_name": "GBK_*",
        "connectable": true
      },
      {
        "manufacturer_id": 34819,
        "connectable": true
      }
    ],
    "codeowners": [
      "lasswellt"
    ],
    "config_flow": true,
    "dependencies": [],
    "documentation": "https://github.com/lasswellt/govee-homeassistant/blob/master/README.md",
    "homekit": {},
    "integration_type": "hub",
    "iot_class": "cloud_push",
    "issue_tracker": "https://github.com/lasswellt/govee-homeassistant/issues",
    "loggers": [
      "custom_components.govee",
      "aiohttp",
      "aiomqtt"
    ],
    "quality_scale": "silver",
    "requirements": [
      "aiohttp-retry>=2.8.3",
      "aiomqtt>=2.0.0",
      "bleak-retry-connector>=3.0.0",
      "cryptography>=41.0.0"
    ],
    "version": "2026.7.8",
    "is_built_in": false,
    "overwrites_built_in": false
  },
  "setup_times": {},
  "data": {
    "device": "**REDACTED**",
    "matched_govee_ids": [
      "device_af32e3a6"
    ],
    "devices": {
      "device_af32e3a6": {
        "sku": "H6054",
        "name": "Bildschirm",
        "device_type": "devices.types.light",
        "is_group": false,
        "capabilities": [
          {
            "type": "devices.capabilities.on_off",
            "instance": "powerSwitch",
            "parameters": {
              "dataType": "ENUM",
              "options": [
                {
                  "name": "on",
                  "value": 1
                },
                {
                  "name": "off",
                  "value": 0
                }
              ]
            }
          },
          {
            "type": "devices.capabilities.toggle",
            "instance": "dreamViewToggle",
            "parameters": {
              "dataType": "ENUM",
              "options": [
                {
                  "name": "on",
                  "value": 1
                },
                {
                  "name": "off",
                  "value": 0
                }
              ]
            }
          },
          {
            "type": "devices.capabilities.range",
            "instance": "brightness",
            "parameters": {
              "unit": "unit.percent",
              "dataType": "INTEGER",
              "range": {
                "min": 1,
                "max": 100,
                "precision": 1
              }
            }
          },
          {
            "type": "devices.capabilities.color_setting",
            "instance": "colorRgb",
            "parameters": {
              "dataType": "INTEGER",
              "range": {
                "min": 0,
                "max": 16777215,
                "precision": 1
              }
            }
          },
          {
            "type": "devices.capabilities.color_setting",
            "instance": "colorTemperatureK",
            "parameters": {
              "dataType": "INTEGER",
              "range": {
                "min": 2000,
                "max": 9000,
                "precision": 1
              }
            }
          },
          {
            "type": "devices.capabilities.dynamic_scene",
            "instance": "lightScene",
            "parameters": {
              "dataType": "ENUM",
              "options": []
            }
          },
          {
            "type": "devices.capabilities.music_setting",
            "instance": "musicMode",
            "parameters": {
              "dataType": "STRUCT",
              "fields": [
                {
                  "fieldName": "musicMode",
                  "dataType": "ENUM",
                  "options": [
                    {
                      "name": "Vivid",
                      "value": 0
                    },
                    {
                      "name": "Strike",
                      "value": 1
                    },
                    {
                      "name": "Rhythm",
                      "value": 2
                    },
                    {
                      "name": "Vibrate",
                      "value": 3
                    },
                    {
                      "name": "Beat",
                      "value": 4
                    },
                    {
                      "name": "Torch",
                      "value": 5
                    },
                    {
                      "name": "RainbowCircle",
                      "value": 6
                    },
                    {
                      "name": "Shiny",
                      "value": 7
                    }
                  ],
                  "required": true
                },
                {
                  "unit": "unit.percent",
                  "fieldName": "sensitivity",
                  "dataType": "INTEGER",
                  "range": {
                    "min": 0,
                    "max": 100,
                    "precision": 1
                  },
                  "required": true
                },
                {
                  "fieldName": "autoColor",
                  "dataType": "ENUM",
                  "options": [
                    {
                      "name": "on",
                      "value": 1
                    },
                    {
                      "name": "off",
                      "value": 0
                    }
                  ],
                  "required": false
                },
                {
                  "fieldName": "rgb",
                  "dataType": "INTEGER",
                  "range": {
                    "min": 0,
                    "max": 16777215,
                    "precision": 1
                  },
                  "required": false
                }
              ]
            }
          },
          {
            "type": "devices.capabilities.dynamic_scene",
            "instance": "diyScene",
            "parameters": {
              "dataType": "ENUM",
              "options": []
            }
          },
          {
            "type": "devices.capabilities.dynamic_scene",
            "instance": "snapshot",
            "parameters": {
              "dataType": "ENUM",
              "options": []
            }
          }
        ],
        "state": {
          "device_id": "**REDACTED**",
          "online": true,
          "power_state": true,
          "brightness": 11,
          "color": {
            "r": 0,
            "g": 255,
            "b": 255
          },
          "color_temp_kelvin": null,
          "active_scene": null,
          "active_scene_name": null,
          "active_diy_scene": null,
          "active_snapshot": null,
          "segments": [],
          "diy_style": null,
          "diy_style_value": null,
          "music_mode_enabled": null,
          "music_mode_value": null,
          "music_mode_name": null,
          "music_sensitivity": null,
          "oscillating": null,
          "work_mode": null,
          "mode_value": null,
          "hdmi_source": null,
          "preset_scene": null,
          "nightlight_scene": null,
          "dreamview_enabled": false,
          "heater_temperature": null,
          "heater_auto_stop": null,
          "fan_speed": null,
          "heater_temperature_unit": null,
          "purifier_mode": null,
          "water_full": null,
          "configured_humidity": null,
          "water_leak": null,
          "presence": null,
          "sensor_temperature": null,
          "sensor_humidity": null,
          "battery": null,
          "air_quality": null,
          "filter_life": null,
          "carbon_dioxide": null,
          "toggles": {},
          "last_scene_id": "1733",
          "last_scene_name": "Fire",
          "last_color": {
            "r": 255,
            "g": 110,
            "b": 84
          },
          "last_color_temp_kelvin": null,
          "source": "api",
          "last_optimistic_update": null
        },
        "raw_api_state": {
          "sku": "H6054",
          "device": "**REDACTED**",
          "capabilities": [
            {
              "type": "devices.capabilities.online",
              "instance": "online",
              "state": {
                "value": true
              }
            },
            {
              "type": "devices.capabilities.on_off",
              "instance": "powerSwitch",
              "state": {
                "value": 1
              }
            },
            {
              "type": "devices.capabilities.toggle",
              "instance": "dreamViewToggle",
              "state": {
                "value": ""
              }
            },
            {
              "type": "devices.capabilities.range",
              "instance": "brightness",
              "state": {
                "value": 11
              }
            },
            {
              "type": "devices.capabilities.color_setting",
              "instance": "colorRgb",
              "state": {
                "value": 65535
              }
            },
            {
              "type": "devices.capabilities.color_setting",
              "instance": "colorTemperatureK",
              "state": {
                "value": 0
              }
            },
            {
              "type": "devices.capabilities.dynamic_scene",
              "instance": "lightScene",
              "state": {
                "value": ""
              }
            },
            {
              "type": "devices.capabilities.music_setting",
              "instance": "musicMode",
              "state": {
                "value": ""
              }
            },
            {
              "type": "devices.capabilities.dynamic_scene",
              "instance": "diyScene",
              "state": {
                "value": ""
              }
            },
            {
              "type": "devices.capabilities.dynamic_scene",
              "instance": "snapshot",
              "state": {
                "value": ""
              }
            }
          ]
        },
        "last_mqtt_message": {
          "result": 0
        },
        "transport": {
          "cloud_api": true,
          "mqtt": true,
          "ble": false
        },
        "transport_health": {
          "cloud_api": {
            "is_available": true,
            "last_received": "2026-08-11T19:56:11.439649+00:00",
            "last_sent": "2026-08-11T19:55:09.599622+00:00",
            "last_success": "2026-08-11T19:56:11.439649+00:00",
            "last_failure": null,
            "last_failure_reason": null
          },
          "mqtt": {
            "is_available": true,
            "last_received": "2026-08-11T19:55:10.513197+00:00",
            "last_sent": null,
            "last_success": "2026-08-11T19:55:10.513197+00:00",
            "last_failure": null,
            "last_failure_reason": null
          },
          "ble": {
            "is_available": false,
            "last_received": null,
            "last_sent": null,
            "last_success": null,
            "last_failure": null,
            "last_failure_reason": null
          },
          "lan": {
            "is_available": false,
            "last_received": null,
            "last_sent": null,
            "last_success": null,
            "last_failure": null,
            "last_failure_reason": "no_lan_presence",
            "write_suppressed": false
          }
        }
      }
    },
    "leak_sensors": {},
    "mqtt": {
      "available": true,
      "connected": true,
      "tracked_devices": 1
    },
    "openapi_events": {
      "available": true,
      "connected": true,
      "recent_events": []
    },
    "recent_multisync": [],
    "recent_commands": [
      {
        "sent_at": "2026-08-11T19:52:42.052749+00:00",
        "device": "**REDACTED**",
        "sku": "H6054",
        "capability": {
          "type": "devices.capabilities.on_off",
          "instance": "powerSwitch",
          "value": 0
        },
        "http_status": 200,
        "response": {
          "requestId": "827cd469-8db5-4bbd-837c-d1c0629458e6",
          "msg": "success",
          "code": 200,
          "capability": {
            "type": "devices.capabilities.on_off",
            "instance": "powerSwitch",
            "state": {
              "status": "success"
            },
            "value": 0
          }
        },
        "error": null
      },
      {
        "sent_at": "2026-08-11T19:52:43.331534+00:00",
        "device": "**REDACTED**",
        "sku": "H6054",
        "capability": {
          "type": "devices.capabilities.on_off",
          "instance": "powerSwitch",
          "value": 1
        },
        "http_status": 200,
        "response": {
          "requestId": "d99e29cf-bd4b-477f-8f97-7c103e72e4c3",
          "msg": "success",
          "code": 200,
          "capability": {
            "type": "devices.capabilities.on_off",
            "instance": "powerSwitch",
            "state": {
              "status": "success"
            },
            "value": 1
          }
        },
        "error": null
      },
      {
        "sent_at": "2026-08-11T19:52:44.715037+00:00",
        "device": "**REDACTED**",
        "sku": "H6054",
        "capability": {
          "type": "devices.capabilities.color_setting",
          "instance": "colorTemperatureK",
          "value": 2000
        },
        "http_status": 200,
        "response": {
          "requestId": "e2265fdb-b4a4-49a0-a595-7071c1cca077",
          "msg": "success",
          "code": 200,
          "capability": {
            "type": "devices.capabilities.color_setting",
            "instance": "colorTemperatureK",
            "state": {
              "status": "success"
            },
            "value": 2000
          }
        },
        "error": null
      },
      {
        "sent_at": "2026-08-11T19:53:05.751508+00:00",
        "device": "**REDACTED**",
        "sku": "H6054",
        "capability": {
          "type": "devices.capabilities.color_setting",
          "instance": "colorTemperatureK",
          "value": 9000
        },
        "http_status": 200,
        "response": {
          "requestId": "5ae8cf07-d548-4bca-86de-4ec0bb28bfb9",
          "msg": "success",
          "code": 200,
          "capability": {
            "type": "devices.capabilities.color_setting",
            "instance": "colorTemperatureK",
            "state": {
              "status": "success"
            },
            "value": 9000
          }
        },
        "error": null
      },
      {
        "sent_at": "2026-08-11T19:53:08.333261+00:00",
        "device": "**REDACTED**",
        "sku": "H6054",
        "capability": {
          "type": "devices.capabilities.dynamic_scene",
          "instance": "lightScene",
          "value": {
            "id": 1731,
            "name": "Rainbow"
          }
        },
        "http_status": 200,
        "response": {
          "requestId": "01514c4f-56a8-476b-abfc-a47a3672e2d8",
          "msg": "success",
          "code": 200,
          "capability": {
            "type": "devices.capabilities.dynamic_scene",
            "instance": "lightScene",
            "state": {
              "status": "success"
            },
            "value": {
              "id": 1731,
              "name": "Rainbow"
            }
          }
        },
        "error": null
      },
      {
        "sent_at": "2026-08-11T19:53:17.282454+00:00",
        "device": "**REDACTED**",
        "sku": "H6054",
        "capability": {
          "type": "devices.capabilities.dynamic_scene",
          "instance": "lightScene",
          "value": {
            "id": 31064,
            "name": "Mild"
          }
        },
        "http_status": 200,
        "response": {
          "requestId": "961260cc-6b50-431c-bedb-b1bcf129f186",
          "msg": "success",
          "code": 200,
          "capability": {
            "type": "devices.capabilities.dynamic_scene",
            "instance": "lightScene",
            "state": {
              "status": "success"
            },
            "value": {
              "id": 31064,
              "name": "Mild"
            }
          }
        },
        "error": null
      },
      {
        "sent_at": "2026-08-11T19:53:20.363693+00:00",
        "device": "**REDACTED**",
        "sku": "H6054",
        "capability": {
          "type": "devices.capabilities.color_setting",
          "instance": "colorTemperatureK",
          "value": 2000
        },
        "http_status": 200,
        "response": {
          "requestId": "6efd710d-9dee-4ca0-8e77-f0136a8584ef",
          "msg": "success",
          "code": 200,
          "capability": {
            "type": "devices.capabilities.color_setting",
            "instance": "colorTemperatureK",
            "state": {
              "status": "success"
            },
            "value": 2000
          }
        },
        "error": null
      },
      {
        "sent_at": "2026-08-11T19:53:24.484060+00:00",
        "device": "**REDACTED**",
        "sku": "H6054",
        "capability": {
          "type": "devices.capabilities.color_setting",
          "instance": "colorRgb",
          "value": 16739924
        },
        "http_status": 200,
        "response": {
          "requestId": "65f4b8e4-dda3-4943-b666-976c481a842c",
          "msg": "success",
          "code": 200,
          "capability": {
            "type": "devices.capabilities.color_setting",
            "instance": "colorRgb",
            "state": {
              "status": "success"
            },
            "value": 16739924
          }
        },
        "error": null
      },
      {
        "sent_at": "2026-08-11T19:53:32.765829+00:00",
        "device": "**REDACTED**",
        "sku": "H6054",
        "capability": {
          "type": "devices.capabilities.dynamic_scene",
          "instance": "lightScene",
          "value": {
            "id": 1733,
            "name": "Fire"
          }
        },
        "http_status": 200,
        "response": {
          "requestId": "a9f00cdd-d96f-43df-9a88-a7198a453441",
          "msg": "success",
          "code": 200,
          "capability": {
            "type": "devices.capabilities.dynamic_scene",
            "instance": "lightScene",
            "state": {
              "status": "success"
            },
            "value": {
              "id": 1733,
              "name": "Fire"
            }
          }
        },
        "error": null
      },
      {
        "sent_at": "2026-08-11T19:53:52.155070+00:00",
        "device": "**REDACTED**",
        "sku": "H6054",
        "capability": {
          "type": "devices.capabilities.music_setting",
          "instance": "musicMode",
          "value": {
            "musicMode": 1,
            "sensitivity": 0,
            "autoColor": 1
          }
        },
        "http_status": 200,
        "response": {
          "requestId": "264eeaab-a5ac-49eb-9f32-ddc05afcd6b0",
          "msg": "success",
          "code": 200,
          "capability": {
            "type": "devices.capabilities.music_setting",
            "instance": "musicMode",
            "state": {
              "status": "success"
            },
            "value": {
              "musicMode": 1,
              "sensitivity": 0,
              "autoColor": 1
            }
          }
        },
        "error": null
      },
      {
        "sent_at": "2026-08-11T19:54:16.416611+00:00",
        "device": "**REDACTED**",
        "sku": "H6054",
        "capability": {
          "type": "devices.capabilities.music_setting",
          "instance": "musicMode",
          "value": {
            "musicMode": 1,
            "sensitivity": 50,
            "autoColor": 1
          }
        },
        "http_status": 200,
        "response": {
          "requestId": "88a66b20-1452-42b3-929b-6d7898824385",
          "msg": "success",
          "code": 200,
          "capability": {
            "type": "devices.capabilities.music_setting",
            "instance": "musicMode",
            "state": {
              "status": "success"
            },
            "value": {
              "musicMode": 1,
              "sensitivity": 50,
              "autoColor": 1
            }
          }
        },
        "error": null
      },
      {
        "sent_at": "2026-08-11T19:54:17.716302+00:00",
        "device": "**REDACTED**",
        "sku": "H6054",
        "capability": {
          "type": "devices.capabilities.dynamic_scene",
          "instance": "lightScene",
          "value": {
            "id": 1733,
            "name": "Fire"
          }
        },
        "http_status": 200,
        "response": {
          "requestId": "df2e5412-f266-4497-af4b-2722a0e0abb5",
          "msg": "success",
          "code": 200,
          "capability": {
            "type": "devices.capabilities.dynamic_scene",
            "instance": "lightScene",
            "state": {
              "status": "success"
            },
            "value": {
              "id": 1733,
              "name": "Fire"
            }
          }
        },
        "error": null
      },
      {
        "sent_at": "2026-08-11T19:54:23.485375+00:00",
        "device": "**REDACTED**",
        "sku": "H6054",
        "capability": {
          "type": "devices.capabilities.color_setting",
          "instance": "colorRgb",
          "value": 16775047
        },
        "http_status": 200,
        "response": {
          "requestId": "3a535454-e12a-4091-aeaf-93026719ea35",
          "msg": "success",
          "code": 200,
          "capability": {
            "type": "devices.capabilities.color_setting",
            "instance": "colorRgb",
            "state": {
              "status": "success"
            },
            "value": 16775047
          }
        },
        "error": null
      },
      {
        "sent_at": "2026-08-11T19:54:23.983856+00:00",
        "device": "**REDACTED**",
        "sku": "H6054",
        "capability": {
          "type": "devices.capabilities.color_setting",
          "instance": "colorRgb",
          "value": 16727871
        },
        "http_status": 200,
        "response": {
          "requestId": "8b6a16e6-2b27-4769-bb77-3a584b2280ff",
          "msg": "success",
          "code": 200,
          "capability": {
            "type": "devices.capabilities.color_setting",
            "instance": "colorRgb",
            "state": {
              "status": "success"
            },
            "value": 16727871
          }
        },
        "error": null
      },
      {
        "sent_at": "2026-08-11T19:54:24.484323+00:00",
        "device": "**REDACTED**",
        "sku": "H6054",
        "capability": {
          "type": "devices.capabilities.color_setting",
          "instance": "colorRgb",
          "value": 16719104
        },
        "http_status": 200,
        "response": {
          "requestId": "fd9b68b6-fd16-46df-bac7-58c1881b8c32",
          "msg": "success",
          "code": 200,
          "capability": {
            "type": "devices.capabilities.color_setting",
            "instance": "colorRgb",
            "state": {
              "status": "success"
            },
            "value": 16719104
          }
        },
        "error": null
      },
      {
        "sent_at": "2026-08-11T19:54:24.615430+00:00",
        "device": "**REDACTED**",
        "sku": "H6054",
        "capability": {
          "type": "devices.capabilities.color_setting",
          "instance": "colorRgb",
          "value": 16719104
        },
        "http_status": 200,
        "response": {
          "requestId": "ce262ed1-739a-446d-aaad-1c2c76bf68bf",
          "msg": "success",
          "code": 200,
          "capability": {
            "type": "devices.capabilities.color_setting",
            "instance": "colorRgb",
            "state": {
              "status": "success"
            },
            "value": 16719104
          }
        },
        "error": null
      },
      {
        "sent_at": "2026-08-11T19:54:24.984534+00:00",
        "device": "**REDACTED**",
        "sku": "H6054",
        "capability": {
          "type": "devices.capabilities.color_setting",
          "instance": "colorRgb",
          "value": 16719104
        },
        "http_status": 200,
        "response": {
          "requestId": "c715a919-0aeb-430e-a6b3-d0aa4318a47e",
          "msg": "success",
          "code": 200,
          "capability": {
            "type": "devices.capabilities.color_setting",
            "instance": "colorRgb",
            "state": {
              "status": "success"
            },
            "value": 16719104
          }
        },
        "error": null
      },
      {
        "sent_at": "2026-08-11T19:54:26.449565+00:00",
        "device": "**REDACTED**",
        "sku": "H6054",
        "capability": {
          "type": "devices.capabilities.color_setting",
          "instance": "colorRgb",
          "value": 16769719
        },
        "http_status": 200,
        "response": {
          "requestId": "8f1e1238-a7e7-486c-902d-0caea5733767",
          "msg": "success",
          "code": 200,
          "capability": {
            "type": "devices.capabilities.color_setting",
            "instance": "colorRgb",
            "state": {
              "status": "success"
            },
            "value": 16769719
          }
        },
        "error": null
      },
      {
        "sent_at": "2026-08-11T19:54:26.614557+00:00",
        "device": "**REDACTED**",
        "sku": "H6054",
        "capability": {
          "type": "devices.capabilities.color_setting",
          "instance": "colorRgb",
          "value": 16769719
        },
        "http_status": 200,
        "response": {
          "requestId": "0435fc39-7857-4444-8fde-5220e4a08faf",
          "msg": "success",
          "code": 200,
          "capability": {
            "type": "devices.capabilities.color_setting",
            "instance": "colorRgb",
            "state": {
              "status": "success"
            },
            "value": 16769719
          }
        },
        "error": null
      },
      {
        "sent_at": "2026-08-11T19:54:27.032400+00:00",
        "device": "**REDACTED**",
        "sku": "H6054",
        "capability": {
          "type": "devices.capabilities.color_setting",
          "instance": "colorRgb",
          "value": 16769973
        },
        "http_status": 200,
        "response": {
          "requestId": "0f156ec3-4c1a-4c62-aa6e-3548f025707e",
          "msg": "success",
          "code": 200,
          "capability": {
            "type": "devices.capabilities.color_setting",
            "instance": "colorRgb",
            "state": {
              "status": "success"
            },
            "value": 16769973
          }
        },
        "error": null
      },
      {
        "sent_at": "2026-08-11T19:54:27.413719+00:00",
        "device": "**REDACTED**",
        "sku": "H6054",
        "capability": {
          "type": "devices.capabilities.color_setting",
          "instance": "colorRgb",
          "value": 16768165
        },
        "http_status": 200,
        "response": {
          "requestId": "f136de9b-466d-4d75-95d5-70b3d83546da",
          "msg": "success",
          "code": 200,
          "capability": {
            "type": "devices.capabilities.color_setting",
            "instance": "colorRgb",
            "state": {
              "status": "success"
            },
            "value": 16768165
          }
        },
        "error": null
      },
      {
        "sent_at": "2026-08-11T19:54:50.949108+00:00",
        "device": "**REDACTED**",
        "sku": "H6054",
        "capability": {
          "type": "devices.capabilities.range",
          "instance": "brightness",
          "value": 16
        },
        "http_status": 200,
        "response": {
          "requestId": "f227e993-a578-406e-a6fc-0d7ec5577640",
          "msg": "success",
          "code": 200,
          "capability": {
            "type": "devices.capabilities.range",
            "instance": "brightness",
            "state": {
              "status": "success"
            },
            "value": 16
          }
        },
        "error": null
      },
      {
        "sent_at": "2026-08-11T19:54:52.497797+00:00",
        "device": "**REDACTED**",
        "sku": "H6054",
        "capability": {
          "type": "devices.capabilities.range",
          "instance": "brightness",
          "value": 80
        },
        "http_status": 200,
        "response": {
          "requestId": "3675122b-dbeb-41b3-bf56-5e4b02ce2d2f",
          "msg": "success",
          "code": 200,
          "capability": {
            "type": "devices.capabilities.range",
            "instance": "brightness",
            "state": {
              "status": "success"
            },
            "value": 80
          }
        },
        "error": null
      },
      {
        "sent_at": "2026-08-11T19:54:53.749850+00:00",
        "device": "**REDACTED**",
        "sku": "H6054",
        "capability": {
          "type": "devices.capabilities.range",
          "instance": "brightness",
          "value": 100
        },
        "http_status": 200,
        "response": {
          "requestId": "a8bfeac2-d268-4103-8a0e-7e2786178f2e",
          "msg": "success",
          "code": 200,
          "capability": {
            "type": "devices.capabilities.range",
            "instance": "brightness",
            "state": {
              "status": "success"
            },
            "value": 100
          }
        },
        "error": null
      },
      {
        "sent_at": "2026-08-11T19:54:56.815723+00:00",
        "device": "**REDACTED**",
        "sku": "H6054",
        "capability": {
          "type": "devices.capabilities.range",
          "instance": "brightness",
          "value": 84
        },
        "http_status": 200,
        "response": {
          "requestId": "8d69fc3b-2ed3-4a7f-b1d1-d2409fd45693",
          "msg": "success",
          "code": 200,
          "capability": {
            "type": "devices.capabilities.range",
            "instance": "brightness",
            "state": {
              "status": "success"
            },
            "value": 84
          }
        },
        "error": null
      },
      {
        "sent_at": "2026-08-11T19:55:04.432153+00:00",
        "device": "**REDACTED**",
        "sku": "H6054",
        "capability": {
          "type": "devices.capabilities.range",
          "instance": "brightness",
          "value": 11
        },
        "http_status": 200,
        "response": {
          "requestId": "e77b7d1d-e9fe-4299-9786-9895e78f3811",
          "msg": "success",
          "code": 200,
          "capability": {
            "type": "devices.capabilities.range",
            "instance": "brightness",
            "state": {
              "status": "success"
            },
            "value": 11
          }
        },
        "error": null
      },
      {
        "sent_at": "2026-08-11T19:55:07.348788+00:00",
        "device": "**REDACTED**",
        "sku": "H6054",
        "capability": {
          "type": "devices.capabilities.color_setting",
          "instance": "colorTemperatureK",
          "value": 2000
        },
        "http_status": 200,
        "response": {
          "requestId": "5fb5b72b-e754-4e50-824c-9bcc74b860d6",
          "msg": "success",
          "code": 200,
          "capability": {
            "type": "devices.capabilities.color_setting",
            "instance": "colorTemperatureK",
            "state": {
              "status": "success"
            },
            "value": 2000
          }
        },
        "error": null
      },
      {
        "sent_at": "2026-08-11T19:55:08.799782+00:00",
        "device": "**REDACTED**",
        "sku": "H6054",
        "capability": {
          "type": "devices.capabilities.color_setting",
          "instance": "colorTemperatureK",
          "value": 2000
        },
        "http_status": 200,
        "response": {
          "requestId": "0c4b9be0-56a5-4f0c-8a1e-4e8b7f207a56",
          "msg": "success",
          "code": 200,
          "capability": {
            "type": "devices.capabilities.color_setting",
            "instance": "colorTemperatureK",
            "state": {
              "status": "success"
            },
            "value": 2000
          }
        },
        "error": null
      },
      {
        "sent_at": "2026-08-11T19:55:09.115474+00:00",
        "device": "**REDACTED**",
        "sku": "H6054",
        "capability": {
          "type": "devices.capabilities.color_setting",
          "instance": "colorTemperatureK",
          "value": 2000
        },
        "http_status": 200,
        "response": {
          "requestId": "ec2c7640-c4d2-4f9f-9441-e52086f55068",
          "msg": "success",
          "code": 200,
          "capability": {
            "type": "devices.capabilities.color_setting",
            "instance": "colorTemperatureK",
            "state": {
              "status": "success"
            },
            "value": 2000
          }
        },
        "error": null
      },
      {
        "sent_at": "2026-08-11T19:55:08.982089+00:00",
        "device": "**REDACTED**",
        "sku": "H6054",
        "capability": {
          "type": "devices.capabilities.color_setting",
          "instance": "colorTemperatureK",
          "value": 2000
        },
        "http_status": 200,
        "response": {
          "requestId": "c122d287-20fb-489b-afa1-1e07fe06be69",
          "msg": "success",
          "code": 200,
          "capability": {
            "type": "devices.capabilities.color_setting",
            "instance": "colorTemperatureK",
            "state": {
              "status": "success"
            },
            "value": 2000
          }
        },
        "error": null
      }
    ],
    "bff_device_census": [
      {
        "sku": "H6008",
        "in_leak_sensor_skus": false,
        "in_leak_hub_skus": false,
        "in_thermo_hygro_skus": false,
        "has_sno": false,
        "sno": null,
        "has_gateway_info": false,
        "gateway_sku": null
      },
      {
        "sku": "H6054",
        "in_leak_sensor_skus": false,
        "in_leak_hub_skus": false,
        "in_thermo_hygro_skus": false,
        "has_sno": false,
        "sno": null,
        "has_gateway_info": false,
        "gateway_sku": null
      },
      {
        "sku": "H615A",
        "in_leak_sensor_skus": false,
        "in_leak_hub_skus": false,
        "in_thermo_hygro_skus": false,
        "has_sno": false,
        "sno": null,
        "has_gateway_info": false,
        "gateway_sku": null
      }
    ],
    "bff_response_skeleton": {
      "status": "int",
      "message": "str",
      "data": {
        "devices": [
          "list[3]",
          {
            "deviceId": "int",
            "groupId": "int",
            "sku": "str",
            "device": "**REDACTED**",
            "spec": "str",
            "versionHard": "str",
            "versionSoft": "str",
            "deviceName": "**REDACTED**",
            "pactType": "int",
            "pactCode": "int",
            "deviceExt": {
              "deviceSettings": {
                "_json_str": {
                  "address": "str",
                  "bleName": "str",
                  "pactCode": "int",
                  "pactType": "int",
                  "supportBleBroadV3": "bool",
                  "wifiHardVersion": "str",
                  "wifiMac": "str",
                  "wifiSoftVersion": "str",
                  "subDevices": {},
                  "language": "str",
                  "appVersion": "str",
                  "wifiName": "str",
                  "boilWaterCompletedNotiOnOff": "int",
                  "completionNotiOnOff": "int",
                  "autoShutDownOnOff": "int",
                  "deviceName": "**REDACTED**",
                  "sku": "str",
                  "device": "**REDACTED**",
                  "versionHard": "str",
                  "versionSoft": "str",
                  "topic": "str",
                  "ic": "int",
                  "playState": "bool",
                  "wifiFuncList": "str"
                }
              },
              "lastDeviceData": {
                "_json_str": {
                  "online": "bool"
                }
              },
              "deviceSplice": {
                "_json_str": {}
              },
              "extResources": {
                "_json_str": {
                  "skuUrl": "str",
                  "headOnImg": "str",
                  "headOnImgNew": "str",
                  "headOffImg": "str",
                  "headOffImgNew": "str",
                  "ext": "str",
                  "ic": "int"
                }
              },
              "sharedSettings": {
                "_json_str": {}
              }
            },
            "share": "int",
            "gidConfirmed": "bool",
            "gas": "null",
            "goodsType": "int",
            "attributesId": "int",
            "supportScene": "int",
            "cardType": "int"
          }
        ],
        "groups": [
          "list[2]",
          {
            "groupId": "int",
            "groupName": "str"
          }
        ],
        "sort": [
          "list[1]",
          {
            "columnId": "int",
            "deviceIdStr": [
              "list[3]",
              "int"
            ]
          }
        ],
        "accountSetting": {
          "style": "int"
        },
        "sortTime": "int",
        "feastLastUpdateTime": "null"
      }
    },
    "bff_device_values": [
      {
        "sku": "H6008",
        "deviceSettings": {
          "address": "[REDACTED]",
          "bleName": "[REDACTED]",
          "pactCode": 1,
          "pactType": 1,
          "supportBleBroadV3": false,
          "wifiHardVersion": "1.02.01",
          "wifiMac": "[REDACTED]",
          "wifiSoftVersion": "1.00.59",
          "subDevices": {},
          "language": "de",
          "appVersion": "7.3.15",
          "wifiName": "[REDACTED]",
          "boilWaterCompletedNotiOnOff": 1,
          "completionNotiOnOff": 1,
          "autoShutDownOnOff": 1,
          "deviceName": "**REDACTED**",
          "sku": "H6008",
          "device": "**REDACTED**",
          "versionHard": "1.02.01",
          "versionSoft": "1.00.59",
          "topic": "[REDACTED]",
          "ic": 0,
          "playState": false,
          "wifiFuncList": ""
        },
        "lastDeviceData": {
          "online": false
        }
      },
      {
        "sku": "H6054",
        "deviceSettings": {
          "address": "[REDACTED]",
          "bleName": "[REDACTED]",
          "pactCode": 1,
          "pactType": 2,
          "wifiHardVersion": "1.03.00",
          "wifiMac": "[REDACTED]",
          "wifiSoftVersion": "1.00.29",
          "language": "de",
          "appVersion": "7.5.30",
          "wifiName": "[REDACTED]",
          "isCalibration": true,
          "supportBleBroadV3": true,
          "boilWaterCompletedNotiOnOff": 1,
          "completionNotiOnOff": 1,
          "autoShutDownOnOff": 1,
          "deviceName": "**REDACTED**",
          "sku": "H6054",
          "device": "**REDACTED**",
          "versionHard": "3.02.01",
          "versionSoft": "1.09.13",
          "topic": "[REDACTED]",
          "ic": 0,
          "playState": false,
          "wifiFuncList": ""
        },
        "lastDeviceData": {
          "online": false
        }
      },
      {
        "sku": "H615A",
        "deviceSettings": {
          "address": "[REDACTED]",
          "bleName": "[REDACTED]",
          "pactCode": 1,
          "pactType": 2,
          "wifiHardVersion": "1.00.10",
          "wifiMac": "[REDACTED]",
          "wifiSoftVersion": "1.02.11",
          "language": "de",
          "appVersion": "6.0.01",
          "wifiName": "[REDACTED]",
          "boilWaterCompletedNotiOnOff": 1,
          "completionNotiOnOff": 1,
          "autoShutDownOnOff": 1,
          "deviceName": "**REDACTED**",
          "sku": "H615A",
          "device": "**REDACTED**",
          "versionHard": "2.01.01",
          "versionSoft": "2.04.00",
          "topic": "[REDACTED]",
          "ic": 0,
          "playState": false,
          "wifiFuncList": ""
        },
        "lastDeviceData": {
          "online": false
        }
      }
    ],
    "has_iot_credentials": true,
    "device_topic_count": 3,
    "api": {
      "rate_limit_remaining": 100,
      "rate_limit_total": 100,
      "rate_limit_reset": 0
    },
    "scene_cache_count": 3,
    "diy_scene_cache_count": 3
  },
  "issues": []
}

Describe the bug

A clear and concise description of what the bug is.

Debug log

s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service legacy-services: starting
services-up: info: copying legacy longrun home-assistant (no readiness notification)
s6-rc: info: service legacy-services successfully started
2026-08-11 21:48:30.285 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration govee which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2026-08-11 21:48:30.287 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration meross_lan which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2026-08-11 21:48:30.289 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2026-08-11 21:48:37.459 WARNING (MainThread) [custom_components.hacs] <HacsData async_restore_repository> duplicate IDs The repo id for hugo-brito/ha-minvandforsyning is already set to 1325795051
2026-08-11 21:57:08.843 DEBUG (MainThread) [custom_components.govee.api.client] Control send: device=64:D6:C1:33:36:32:30:53 sku=H6054 type=devices.capabilities.color_setting instance=colorTemperatureK value=2000
2026-08-11 21:57:09.439 DEBUG (MainThread) [custom_components.govee.api.client] Control response: device=64:D6:C1:33:36:32:30:53 instance=colorTemperatureK HTTP 200 body={'requestId': '22af4c39-9a4d-407b-bbd9-b3ca69823b6e', 'msg': 'success', 'code': 200, 'capability': {'type': 'devices.capabilities.color_setting', 'instance': 'colorTemperatureK', 'state': {'status': 'success'}, 'value': 2000}}
2026-08-11 21:57:09.440 DEBUG (MainThread) [custom_components.govee.coordinator] Manually updated govee data
2026-08-11 21:57:09.908 DEBUG (MainThread) [custom_components.govee.api.mqtt] AWS IoT inbound topic=GA/1fab991cdbe6bfdd718e221db47a4dd6 payload={"proType":2,"sku":"H6054","device":"64:D6:C1:33:36:32:30:53","softVersion":"1.09.13","wifiSoftVersion":"1.00.29","cmd":"colorTem","type":2,"transaction":"o_1786478229310","pactType":2,"pactCode":1,"state":{"result":0}}
2026-08-11 21:57:09.908 DEBUG (MainThread) [custom_components.govee.api.mqtt] MQTT state update for 64:D6:C1:33:36:32:30:53: power=None, brightness=None
2026-08-11 21:57:09.908 DEBUG (MainThread) [custom_components.govee.coordinator] Manually updated govee data
2026-08-11 21:57:09.911 DEBUG (MainThread) [custom_components.govee.coordinator] MQTT state applied for 64:D6:C1:33:36:32:30:53: power=True, presence=None (triSta=None)
2026-08-11 21:57:10.992 DEBUG (MainThread) [custom_components.govee.api.client] Control send: device=64:D6:C1:33:36:32:30:53 sku=H6054 type=devices.capabilities.color_setting instance=colorRgb value=14128895
2026-08-11 21:57:11.265 DEBUG (MainThread) [custom_components.govee.api.client] Control response: device=64:D6:C1:33:36:32:30:53 instance=colorRgb HTTP 200 body={'requestId': '232169c0-8f1c-4ef1-b4ce-4ae1f3131749', 'msg': 'success', 'code': 200, 'capability': {'type': 'devices.capabilities.color_setting', 'instance': 'colorRgb', 'state': {'status': 'success'}, 'value': 14128895}}
2026-08-11 21:57:11.266 DEBUG (MainThread) [custom_components.govee.coordinator] Manually updated govee data
2026-08-11 21:57:11.386 DEBUG (MainThread) [custom_components.govee.api.mqtt] AWS IoT inbound topic=GA/1fab991cdbe6bfdd718e221db47a4dd6 payload={"proType":2,"sku":"H6054","device":"64:D6:C1:33:36:32:30:53","softVersion":"1.09.13","wifiSoftVersion":"1.00.29","cmd":"color","type":2,"transaction":"o_1786478231062","pactType":2,"pactCode":1,"state":{"result":0}}
2026-08-11 21:57:11.387 DEBUG (MainThread) [custom_components.govee.api.mqtt] MQTT state update for 64:D6:C1:33:36:32:30:53: power=None, brightness=None
2026-08-11 21:57:11.387 DEBUG (MainThread) [custom_components.govee.coordinator] Manually updated govee data
2026-08-11 21:57:11.389 DEBUG (MainThread) [custom_components.govee.coordinator] MQTT state applied for 64:D6:C1:33:36:32:30:53: power=True, presence=None (triSta=None)
2026-08-11 21:57:14.025 DEBUG (MainThread) [custom_components.govee.api.client] Control send: device=64:D6:C1:33:36:32:30:53 sku=H6054 type=devices.capabilities.color_setting instance=colorTemperatureK value=6667
2026-08-11 21:57:14.219 DEBUG (MainThread) [custom_components.govee.api.client] Control response: device=64:D6:C1:33:36:32:30:53 instance=colorTemperatureK HTTP 200 body={'requestId': 'b2c4c147-6369-4f6a-a3c9-b4580abaccfa', 'msg': 'success', 'code': 200, 'capability': {'type': 'devices.capabilities.color_setting', 'instance': 'colorTemperatureK', 'state': {'status': 'success'}, 'value': 6667}}
2026-08-11 21:57:14.220 DEBUG (MainThread) [custom_components.govee.coordinator] Manually updated govee data
2026-08-11 21:57:14.615 DEBUG (MainThread) [custom_components.govee.api.mqtt] AWS IoT inbound topic=GA/1fab991cdbe6bfdd718e221db47a4dd6 payload={"proType":2,"sku":"H6054","device":"64:D6:C1:33:36:32:30:53","softVersion":"1.09.13","wifiSoftVersion":"1.00.29","cmd":"colorTem","type":2,"transaction":"o_1786478234091","pactType":2,"pactCode":1,"state":{"result":0}}
2026-08-11 21:57:14.615 DEBUG (MainThread) [custom_components.govee.api.mqtt] MQTT state update for 64:D6:C1:33:36:32:30:53: power=None, brightness=None
2026-08-11 21:57:14.615 DEBUG (MainThread) [custom_components.govee.coordinator] Manually updated govee data
2026-08-11 21:57:14.616 DEBUG (MainThread) [custom_components.govee.coordinator] MQTT state applied for 64:D6:C1:33:36:32:30:53: power=True, presence=None (triSta=None)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions