Site updated at 2017-12-20 11:38:24 UTC
This commit is contained in:
parent
ead0f51fe7
commit
e3f7b36546
27 changed files with 104 additions and 67 deletions
|
@ -169,11 +169,11 @@ This will have all the bulbs transitioned at once, instead of one at a time usin
|
|||
</tbody>
|
||||
</table>
|
||||
<p><em>Note</em>: <code class="highlighter-rouge">group_name</code> is not linked to Home Assistant group name.</p>
|
||||
<p><em>** Finding Group and Scene Names **</em></p>
|
||||
<h3><a class="title-link" name="finding-group-and-scene-names" href="#finding-group-and-scene-names"></a> Finding Group and Scene Names</h3>
|
||||
<p>How do you find these names?</p>
|
||||
<p>The easiest way to do this is only use the scenes from the 2nd generation Hue app. That is organized by room (group) and scene Name. Use the values of room name and scene name that you see in the app. You can test these work on the <code class="highlighter-rouge">dev-service</code> console of your Home Assistant instance.</p>
|
||||
<p>Alternatively, you can dump all rooms and scene names using this <a href="https://gist.github.com/sdague/5479b632e0fce931951c0636c39a9578">gist</a>. This does <strong>not</strong> tell you which groups and scenes work together but it’s sufficient to get values that you can test in the <code class="highlighter-rouge">dev-service</code> console.</p>
|
||||
<p><em>** Caveats **</em></p>
|
||||
<h3><a class="title-link" name="caveats" href="#caveats"></a> Caveats</h3>
|
||||
<p>The Hue API doesn’t activate scenes directly, only on a Hue Group (typically rooms, especially if using the 2nd gen app). But Hue Scenes don’t actually reference their group. So heuristic matching is used.</p>
|
||||
<p>Neither group names or scene names are guaranteed unique in Hue. If you are getting non deterministic behavior, adjust your Hue scenes via the App to be more identifying.</p>
|
||||
<p>The Hue hub has limited spaces for scenes, and will delete scenes if new ones get created that would overflow that space. The API docs say this is based on “Least Recently Used”.</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue