diyhue / diyHue

Main diyHue software repo
https://diyhue.org/
Other
1.55k stars 275 forks source link

Hue color is detected as Hue white #761

Closed iPhilBln closed 2 years ago

iPhilBln commented 2 years ago

Describe the bug

Hue color is detected as Hue white

I want to add some Hue Color from Zigbee2Mqtt and this is what Z2M is send, if I search for new lights with Hue Essentials app: - see at the log part

Steps to Reproduce

  1. Go to Hue 'Essential App'
  2. Click on Devices
  3. Scroll down to Searching new lights
  4. See error

Expected behavior

Add a Hue Color instead of Hue White

Logs

homeassistant/light/0x0017880106ee27ae/light/config

{
  "availability" : [ {
    "topic" : "zigbee2mqtt/bridge/state"
  } ],
  "brightness" : true,
  "brightness_scale" : 254,
  "color_mode" : true,
  "command_topic" : "zigbee2mqtt/Stehlampe/set",
  "device" : {
    "identifiers" : [ "zigbee2mqtt_0x0017880106ee27ae" ],
    "manufacturer" : "Philips",
    "model" : "Hue white and color ambiance E26/E27/E14 (9290012573A)",
    "name" : "Stehlampe",
    "sw_version" : "1.88.1"
  },
  "effect" : true,
  "effect_list" : [ "blink", "breathe", "okay", "channel_change", "finish_effect", "stop_effect" ],
  "max_mireds" : 500,
  "min_mireds" : 153,
  "name" : "Stehlampe",
  "schema" : "json",
  "state_topic" : "zigbee2mqtt/Stehlampe",
  "supported_color_modes" : [ "xy", "color_temp" ],
  "unique_id" : "0x0017880106ee27ae_light_zigbee2mqtt"
}

/opt/hue-emulator/config.json

       "1": {
            "capabilities": {
                "certified": true,
                "control": {
                    "ct": {
                        "max": 500,
                        "min": 153
                    },
                    "maxlumen": 840,
                    "mindimlevel": 5000
                },
                "streaming": {
                    "proxy": false,
                    "renderer": false
                }
            },
            "config": {
                "archetype": "classicbulb",
                "direction": "omnidirectional",
                "function": "mixed",
                "startup": {
                    "configured": false,
                    "mode": "safety"
                }
            },
            "manufacturername": "Philips",
            "modelid": "LWB010",
            "name": "Stehlampe",
            "productid": "Philips-LWB014-1-A19DLv3",
            "productname": "Hue white lamp",
            "state": {
                "alert": "none",
                "bri": 165,
                "colormode": "xy",
                "ct": 366,
                "on": true,
                "reachable": true,
                "xy": [
                    0.4574,
                    0.41
                ]
            },
            "swversion": "1.46.13_r26312",
            "type": "Dimmable light",
            "uniqueid": "4a:e0:ad:7f:cf:38-1"
        },

Docker Info (please complete the following information):

Checklist

Additional context

nothing to say

close-issue-app[bot] commented 2 years ago

This issue was automatically closed because the issue template was not filled out or because you have not confirmed you have read all parts of the checklist. To ensure we are able to properly support you, please make sure that you are posting in the right place and to fill out the issue template so that a bunch of standard questions don't need to be asked again each time. Thank you for taking the time to report a bug/feature/help request, hopefully it can be resolved soon. This issue will not be reviewed, so if you need further assistance, please create a new issue, following the template.