Hue default Scene Light Values

I would have a request, maybe someone could help me with this. I am mainly using HomeKit to toggle my Lights. I was using a Hue Bridge for quite some time but switched to a deConz Bridge now to also integrate other ZigBee devices which are not compatible with the Hue Bridge.

Now, due to that, I can no longer use the Hue App. Issue is, my Wife really likes the default Hue scenes. What I am aiming to do is, to rebuild them in HA manually, but I would need to have the light-values for this. Main Scenes I am looking at are Relax, Read, Arctic, Savanna, and Tropical. As for the latter ones, I have 11 Lights for this.

Could anyone help me out by reading out the values for this scenes via the Hue API? I really would like to avoid to pair all lamps with the Hue Bridge and Afterwards with the deConz again.

Cheers

3 Likes

Did you ever solve this problem? I’d love a way to easily setup some default scenes as well.

I did come across this which might be helpful.

1 Like

I actually sacked this but with the new context, I might tackle it again. Thanks for bringing it up.

From the HA Hue integration, mangling the debug output. These are the palette entries for each scene, which I interpret as meaning you should select color, color_temperature, or dimming depending on your bulb capabilities, and if there’s a list then pick one at random for each bulb and save it – for scenes I’ve used, there’s also an actions key that shows which bulb has what values.

{
  "Arctic aurora": {
    "color": [
      {
        "color": {
          "xy": {
            "x": 0.2439,
            "y": 0.3791
          }
        },
        "dimming": {
          "brightness": 30.71
        }
      },
      {
        "color": {
          "xy": {
            "x": 0.1654,
            "y": 0.3959
          }
        },
        "dimming": {
          "brightness": 30.71
        }
      },
      {
        "color": {
          "xy": {
            "x": 0.1829,
            "y": 0.3021
          }
        },
        "dimming": {
          "brightness": 30.71
        }
      },
      {
        "color": {
          "xy": {
            "x": 0.1559,
            "y": 0.2699
          }
        },
        "dimming": {
          "brightness": 30.71
        }
      },
      {
        "color": {
          "xy": {
            "x": 0.2004,
            "y": 0.2469
          }
        },
        "dimming": {
          "brightness": 30.71
        }
      }
    ],
    "dimming": [
      {
        "brightness": 30.71
      }
    ],
    "color_temperature": [
      {
        "color_temperature": {
          "mirek": 154
        },
        "dimming": {
          "brightness": 30.71
        }
      }
    ]
  },
  "Read": {
    "color": [],
    "dimming": [],
    "color_temperature": [
      {
        "color_temperature": {
          "mirek": 346
        },
        "dimming": {
          "brightness": 100
        }
      }
    ]
  },
  "Concentrate": {
    "color": [],
    "dimming": [],
    "color_temperature": [
      {
        "color_temperature": {
          "mirek": 233
        },
        "dimming": {
          "brightness": 100
        }
      }
    ]
  },
  "Bright": {
    "color": [],
    "dimming": [
      {
        "brightness": 100
      }
    ],
    "color_temperature": [
      {
        "color_temperature": {
          "mirek": 370
        },
        "dimming": {
          "brightness": 100
        }
      }
    ]
  },
  "Nightlight": {
    "color": [
      {
        "color": {
          "xy": {
            "x": 0.561,
            "y": 0.4042
          }
        },
        "dimming": {
          "brightness": 0
        }
      }
    ],
    "dimming": [],
    "color_temperature": []
  },
  "Energise": {
    "color": [],
    "dimming": [
      {
        "brightness": 100
      }
    ],
    "color_temperature": []
  },
  "Tropical twilight": {
    "color": [
      {
        "color": {
          "xy": {
            "x": 0.5802,
            "y": 0.3952
          }
        },
        "dimming": {
          "brightness": 43.7
        }
      },
      {
        "color": {
          "xy": {
            "x": 0.5632,
            "y": 0.3841
          }
        },
        "dimming": {
          "brightness": 43.7
        }
      },
      {
        "color": {
          "xy": {
            "x": 0.4563,
            "y": 0.3607
          }
        },
        "dimming": {
          "brightness": 43.7
        }
      },
      {
        "color": {
          "xy": {
            "x": 0.3632,
            "y": 0.2877
          }
        },
        "dimming": {
          "brightness": 43.7
        }
      },
      {
        "color": {
          "xy": {
            "x": 0.294,
            "y": 0.223
          }
        },
        "dimming": {
          "brightness": 43.7
        }
      }
    ],
    "dimming": [
      {
        "brightness": 43.7
      }
    ],
    "color_temperature": [
      {
        "color_temperature": {
          "mirek": 306
        },
        "dimming": {
          "brightness": 43.7
        }
      }
    ]
  },
  "Relax": {
    "color": [],
    "dimming": [],
    "color_temperature": [
      {
        "color_temperature": {
          "mirek": 447
        },
        "dimming": {
          "brightness": 56.69
        }
      }
    ]
  },
  "Energize": {
    "color": [],
    "dimming": [],
    "color_temperature": [
      {
        "color_temperature": {
          "mirek": 156
        },
        "dimming": {
          "brightness": 100
        }
      }
    ]
  },
  "Savanna sunset": {
    "color": [
      {
        "color": {
          "xy": {
            "x": 0.6424,
            "y": 0.3344
          }
        },
        "dimming": {
          "brightness": 100
        }
      },
      {
        "color": {
          "xy": {
            "x": 0.5892,
            "y": 0.3535
          }
        },
        "dimming": {
          "brightness": 78.35
        }
      },
      {
        "color": {
          "xy": {
            "x": 0.5246,
            "y": 0.3864
          }
        },
        "dimming": {
          "brightness": 57.87
        }
      },
      {
        "color": {
          "xy": {
            "x": 0.4639,
            "y": 0.4512
          }
        },
        "dimming": {
          "brightness": 78.35
        }
      },
      {
        "color": {
          "xy": {
            "x": 0.4162,
            "y": 0.4341
          }
        },
        "dimming": {
          "brightness": 57.87
        }
      }
    ],
    "dimming": [],
    "color_temperature": [
      {
        "color_temperature": {
          "mirek": 455
        },
        "dimming": {
          "brightness": 57.87
        }
      }
    ]
  },
  "Rest": {
    "color": [
      {
        "color": {
          "xy": {
            "x": 0.561,
            "y": 0.4042
          }
        },
        "dimming": {
          "brightness": 35.04
        }
      }
    ],
    "dimming": [],
    "color_temperature": [
      {
        "color_temperature": {
          "mirek": 500
        },
        "dimming": {
          "brightness": 35.04
        }
      }
    ]
  },
  "Spring blossom": {
    "color": [
      {
        "color": {
          "xy": {
            "x": 0.3517,
            "y": 0.3154
          }
        },
        "dimming": {
          "brightness": 81.1
        }
      },
      {
        "color": {
          "xy": {
            "x": 0.359,
            "y": 0.2925
          }
        },
        "dimming": {
          "brightness": 81.1
        }
      },
      {
        "color": {
          "xy": {
            "x": 0.3744,
            "y": 0.2692
          }
        },
        "dimming": {
          "brightness": 81.1
        }
      },
      {
        "color": {
          "xy": {
            "x": 0.4435,
            "y": 0.2537
          }
        },
        "dimming": {
          "brightness": 81.1
        }
      },
      {
        "color": {
          "xy": {
            "x": 0.514,
            "y": 0.3338
          }
        },
        "dimming": {
          "brightness": 81.1
        }
      }
    ],
    "dimming": [
      {
        "brightness": 81.1
      }
    ],
    "color_temperature": [
      {
        "color_temperature": {
          "mirek": 198
        },
        "dimming": {
          "brightness": 81.1
        }
      }
    ]
  }
}

2 Likes