<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Vorschläge für die Hue Adapter Doku]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/foxriver76" aria-label="Profile: foxriver76">@<bdi>foxriver76</bdi></a> sagte in <a href="/post/318675">Dokumentation / WIKI - Diskussion</a>:</p>
<blockquote>
<p dir="auto">Habe es aufgrund deines Hinweises eingepflegt. <img src="https://forum.iobroker.net/assets/plugins/nodebb-plugin-emoji/emoji/android/1f609.png?v=ba16ebd4856" class="not-responsive emoji emoji-android emoji--wink" style="height:23px;width:auto;vertical-align:middle" title=":wink:" alt="😉" /></p>
</blockquote>
<p dir="auto">Dürfte ich dich noch bitten einen (oder mehrere) Beispiel command darzustellen?</p>
<p dir="auto">Ich arbeite daran, einen aktuellen, manuell eingestellten Zustand mehrerer Lampen als neue Szenen zu speichern und auf eigenen Datenpunkt Trigger wieder herzustellen.<br />
Dafür brauche ich einen kompletten command um alle Farbwerte wieder herzustellen.</p>
<p dir="auto">Sieht so ein korrekter kompletter command für eine "bunte" Hue Lampe aus?</p>
<pre><code>{"on":true,"b":123,"bri":80,"colormode":"xy","ct":2200,"g":123,"hue":123,"level":99,"r":123,"sat":123,"effect":"none","xy":[0.153,0.048],"transitiontime":50}
</code></pre>
<p dir="auto">Und die ranges der einzelnen Datenpunkte passen wie folgt?<br />
Fehlendes bitte ergänzen.</p>
<pre><code>b: 0-255
bri: 0-254
colormode: xy
ct: 2200-6500
effect: none, colorloop
g: 0-255
hue: 0-360 
level: 0-100
on: true, false
r: 0-255
sat: 0-254
xy: 0,0 - ??
transitiontime: 0 - ?? (Einheit?)

</code></pre>
<p dir="auto">Der Datenpunkt "effect" ist in deinem Ordner als bool angelegt, nimmt aber Zustände an wie "none" oder "colorloop". Ist das korrekt?</p>
]]></description><link>https://forum.iobroker.net/topic/26280/vorschläge-für-die-hue-adapter-doku</link><generator>RSS for Node</generator><lastBuildDate>Sun, 26 Apr 2026 22:03:06 GMT</lastBuildDate><atom:link href="https://forum.iobroker.net/topic/26280.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 31 Oct 2019 12:20:39 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Vorschläge für die Hue Adapter Doku on Thu, 31 Oct 2019 14:07:29 GMT]]></title><description><![CDATA[<p dir="auto">Erledigt</p>
]]></description><link>https://forum.iobroker.net/post/319151</link><guid isPermaLink="true">https://forum.iobroker.net/post/319151</guid><dc:creator><![CDATA[Jey Cee]]></dc:creator><pubDate>Thu, 31 Oct 2019 14:07:29 GMT</pubDate></item><item><title><![CDATA[Reply to Vorschläge für die Hue Adapter Doku on Thu, 31 Oct 2019 14:03:46 GMT]]></title><description><![CDATA[<p dir="auto">Super !<br />
Vielen Dank.</p>
<p dir="auto">Ich lese mich mal rein was du so alles geschrieben hast.</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/foxriver76" aria-label="Profile: foxriver76">@<bdi>foxriver76</bdi></a> sagte in <a href="/post/318675">Dokumentation / WIKI - Diskussion</a>:<br />
Ein Extra-Thread für die Frage wäre besser geeignet.</p>
</blockquote>
<p dir="auto">Könnte das evtl. ein Mod übernehmen? <img src="https://forum.iobroker.net/assets/plugins/nodebb-plugin-emoji/emoji/android/1f62c.png?v=ba16ebd4856" class="not-responsive emoji emoji-android emoji--grimacing" style="height:23px;width:auto;vertical-align:middle" title=":grimacing:" alt="😬" /></p>
]]></description><link>https://forum.iobroker.net/post/319150</link><guid isPermaLink="true">https://forum.iobroker.net/post/319150</guid><dc:creator><![CDATA[aleks-83]]></dc:creator><pubDate>Thu, 31 Oct 2019 14:03:46 GMT</pubDate></item><item><title><![CDATA[Reply to Vorschläge für die Hue Adapter Doku on Thu, 31 Oct 2019 12:47:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/aleks-83" aria-label="Profile: aleks-83">@<bdi>aleks-83</bdi></a> sagte in <a href="/post/319117">Dokumentation / WIKI - Diskussion</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/foxriver76" aria-label="Profile: foxriver76">@<bdi>foxriver76</bdi></a> sagte in <a href="/post/318675">Dokumentation / WIKI - Diskussion</a>:</p>
<blockquote>
<p dir="auto">Habe es aufgrund deines Hinweises eingepflegt. <img src="https://forum.iobroker.net/assets/plugins/nodebb-plugin-emoji/emoji/android/1f609.png?v=ba16ebd4856" class="not-responsive emoji emoji-android emoji--wink" style="height:23px;width:auto;vertical-align:middle" title=":wink:" alt="😉" /></p>
</blockquote>
<p dir="auto">Dürfte ich dich noch bitten einen (oder mehrere) Beispiel command darzustellen?</p>
<p dir="auto">Ich arbeite daran, einen aktuellen, manuell eingestellten Zustand mehrerer Lampen als neue Szenen zu speichern und auf eigenen Datenpunkt Trigger wieder herzustellen.<br />
Dafür brauche ich einen kompletten command um alle Farbwerte wieder herzustellen.</p>
<p dir="auto">Sieht so ein korrekter kompletter command für eine "bunte" Hue Lampe aus?</p>
<pre><code>{"on":true,"b":123,"bri":80,"colormode":"xy","ct":2200,"g":123,"hue":123,"level":99,"r":123,"sat":123,"effect":"none","xy":[0.153,0.048],"transitiontime":50}
</code></pre>
<p dir="auto">Und die ranges der einzelnen Datenpunkte passen wie folgt?<br />
Fehlendes bitte ergänzen.</p>
<pre><code>b: 0-255
bri: 0-254
colormode: xy
ct: 2200-6500
effect: none, colorloop
g: 0-255
hue: 0-360 
level: 0-100
on: true, false
r: 0-255
sat: 0-254
xy: 0,0 - ??
transitiontime: 0 - ?? (Einheit?)

</code></pre>
<p dir="auto">Der Datenpunkt "effect" ist in deinem Ordner als bool angelegt, nimmt aber Zustände an wie "none" oder "colorloop". Ist das korrekt?</p>
</blockquote>
<p dir="auto">Ein Extra-Thread für die Frage wäre besser geeignet.</p>
<blockquote>
<p dir="auto">Der Datenpunkt "effect" ist in deinem Ordner als bool angelegt, nimmt aber Zustände an wie "none" oder "colorloop". Ist das korrekt?</p>
</blockquote>
<p dir="auto">Ja, wurde wohl so implementiert. Falls true, geschalten wird dann wird colorloop gesendet, sonst none.</p>
<p dir="auto">transitiontime hat kein max Wert:</p>
<blockquote>
<p dir="auto">transitiontime:<br />
The transitiontime(value) will set the duration of any transition from the lights current state to the new state.<br />
value: An integer value as a multiple of 100ms, e.g. 4 corresponds to 400ms and 10 to 1 second.</p>
</blockquote>
<p dir="auto">Das hier müsste man noch setzen können:</p>
<blockquote>
<p dir="auto">bri_inc()</p>
<p dir="auto">The bri_inc(value), increments or decrements the value of the brightness. The bri_inc is ignored if the bri attribute is provided.</p>
<p dir="auto">value: An increment or decrement value between -254 and 254. A value of 0 stops any ongoing transition.</p>
<p dir="auto">sat_inc()</p>
<p dir="auto">The sat_inc(value), increments or decrements the value of the saturation. The sat_inc is ignored if the sat attribute is provided.</p>
<p dir="auto">value: An increment or decrement value between -254 and 254. A value of 0 stops any ongoing transition.</p>
<p dir="auto">hue_inc()</p>
<p dir="auto">The hue_inc(value), increments or decrements the value of the brightness. The hue_inc is ignored if the hue attribute is provided.</p>
<p dir="auto">value: An increment or decrement value between -65534 and 65534.</p>
<p dir="auto">Note: the hue value is a wrapped attribute in the bridge. This means once the increment/decrement value is applied, if it is out of the hue range of 0 to 65535 the result will wrap, e.g. an existing hue value of 65535 incremented by 1 will wrap to 0.<br />
ct_inc()</p>
<p dir="auto">The ct_inc(value) function increments or decrements the value of the ct. ct_inc is ignored if the ct attribute is provided.</p>
<p dir="auto">value: An increment or decrement value between -65534 and 65534. A value of 0 stops any ongoing transition.</p>
<p dir="auto">xy_inc()</p>
<p dir="auto">The xy_inc(x_inc, y_inc) function will increment or decrement an existing x,y cooridinate in the CIE color space. The xy_inc attribute is ignored if an xy value is set.</p>
<p dir="auto">x: x increment or decrement between -0.5 and 0.5 setting a value of 0 will stop any ongoing transition<br />
y: y increment or decrement -0.5 and 0.5 setting a value of 0 will stop any ongoing transition</p>
<p dir="auto">Note: You can pass the xy value in as a Array as well, e.g. xy_inc([x_inc, y_inc]).</p>
<p dir="auto">If you pass in values outside the CIE color space for the target light, the closest color to the coordinates will be chosen by the Hue Bridge.</p>
</blockquote>
<p dir="auto">Zu x,y max: <a href="https://de.wikipedia.org/wiki/CIE-Normvalenzsystem#/media/Datei:CIE1931xy_CIERGB.svg" rel="nofollow ugc">https://de.wikipedia.org/wiki/CIE-Normvalenzsystem#/media/Datei:CIE1931xy_CIERGB.svg</a></p>
<blockquote>
<p dir="auto">xy()</p>
<p dir="auto">The xy(x, y) function will set an x,y cooridinate in the CIE color space.</p>
<p dir="auto">x: x cooordinate between 0 and 1<br />
y: y coorordinate between 0 and 1</p>
<p dir="auto">Note: You can pass the xy value in as a Array as well, e.g. xy([x, y]).</p>
<p dir="auto">If you pass in values outside the CIE color space for the target light, the closest color to the coordinates will be chosen by the Hue Bridge.</p>
</blockquote>
<p dir="auto">alert müsste man auch übergeben können mit den Parametern none, select und lselect. Ist alles nicht getestet, habe den Adapter erst vor kurzem das erste mal angefasst als Entwickler und ein langjähriger intensiver Nutzer weiß da wahrscheinlich mehr.</p>
<p dir="auto">Falls die Infos valide sind, pflege ich sie auch gerne in strukturierter Form in die Readme ein.</p>
]]></description><link>https://forum.iobroker.net/post/319125</link><guid isPermaLink="true">https://forum.iobroker.net/post/319125</guid><dc:creator><![CDATA[foxriver76]]></dc:creator><pubDate>Thu, 31 Oct 2019 12:47:01 GMT</pubDate></item></channel></rss>