<?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[Tradfri Rollos ansteuern klappt nicht Tradfri Adapter 2.7.1]]></title><description><![CDATA[<p dir="auto">Hallo.....<br />
ich bin am verzweifeln, nach einer schweren Anmeldeorgie der Rollos am Gateway (Deconz... glatt zu vergessen, dann doch Ikea genommen) wollte ich nun die Rollos ganz gerne automatisieren.<br />
Geht nur nicht.... im Tradfri Adapter 2.7.1 erscheinen die Rollos. Auch fein in Gruppen sortiert.<br />
Ansteuern der Blindposition per Hand funktioniert (also Wert eintragen...). Über Skript geht es nicht. Einen Fehler im Skript kann ich ausschliessen, das schaltet auch die Aussenbeleuchtung und das funktioniert.<br />
Was mir aufgefallen ist, unter Objekte im Tradfri Adapter erscheinen die Blindpositions als "State" und nicht als "Switch". Leider nicht zu ändern, ausgegraut. Schreibberechtigungen usw. alles gesetzt, wie gesagt per Hand geht es auch. Könnte das trotzdem die Ursache für die Probleme sein? Und wenn ja gibt es Abhilfe? Oder hat sonst jemand eine Idee wie ich die automatisiert bekomme?<br />
Nachtrag: Über den Shuttercontrol-Adapter geht es auch nicht, über Iqontrol Adapter vom Tablet aus schon... zum verzweifeln.</p>
]]></description><link>https://forum.iobroker.net/topic/45117/tradfri-rollos-ansteuern-klappt-nicht-tradfri-adapter-2-7-1</link><generator>RSS for Node</generator><lastBuildDate>Sun, 24 May 2026 14:32:30 GMT</lastBuildDate><atom:link href="https://forum.iobroker.net/topic/45117.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 18 May 2021 10:00:29 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Tradfri Rollos ansteuern klappt nicht Tradfri Adapter 2.7.1 on Wed, 19 May 2021 07:34:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/alcalzone" aria-label="Profile: alcalzone">@<bdi>alcalzone</bdi></a></p>
<p dir="auto">Okay danke ich probiere es aus.</p>
]]></description><link>https://forum.iobroker.net/post/631051</link><guid isPermaLink="true">https://forum.iobroker.net/post/631051</guid><dc:creator><![CDATA[lobito]]></dc:creator><pubDate>Wed, 19 May 2021 07:34:29 GMT</pubDate></item><item><title><![CDATA[Reply to Tradfri Rollos ansteuern klappt nicht Tradfri Adapter 2.7.1 on Tue, 18 May 2021 14:24:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lobito" aria-label="Profile: lobito">@<bdi>lobito</bdi></a> sagte in <a href="/post/630845">Tradfri Rollos ansteuern klappt nicht Tradfri Adapter 2.7.1</a>:</p>
<blockquote>
<p dir="auto">'100'</p>
</blockquote>
<p dir="auto">muss <code>100</code> sein, ohne Anführungszeichen. Also eine Zahl, kein Text.</p>
]]></description><link>https://forum.iobroker.net/post/630885</link><guid isPermaLink="true">https://forum.iobroker.net/post/630885</guid><dc:creator><![CDATA[AlCalzone]]></dc:creator><pubDate>Tue, 18 May 2021 14:24:59 GMT</pubDate></item><item><title><![CDATA[Reply to Tradfri Rollos ansteuern klappt nicht Tradfri Adapter 2.7.1 on Tue, 18 May 2021 12:30:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/alcalzone" aria-label="Profile: alcalzone">@<bdi>alcalzone</bdi></a><br />
Aber gerne:</p>
<pre><code>on({id: "hm-rega.0.17843"/*Dunkel*/, val: false}, async function (obj) {
  var value = obj.state.val;
  var oldValue = obj.oldState.val;
  setState("sonoff.0.Aussenlampis.POWER"/*Aussenlampis POWER*/, false);
  setState("sonoff.0.stern.POWER"/*stern POWER*/, false);
  setState("hue-extended.1.groups.007-terrasse.action.on"/*Terrasse - Switch light on / off*/, false);
  setState("tradfri.0.G-131074.position"/*Blind position*/, '100');
});

</code></pre>
<p dir="auto">Und die zweite Variante mit dem Rollo direkt die auch nicht funktioniert:</p>
<pre><code>on({id: "hm-rega.0.17843"/*Dunkel*/, val: false}, async function (obj) {
  var value = obj.state.val;
  var oldValue = obj.oldState.val;
  setState("sonoff.0.Aussenlampis.POWER"/*Aussenlampis POWER*/, false);
  setState("sonoff.0.stern.POWER"/*stern POWER*/, false);
  setState("hue-extended.1.groups.007-terrasse.action.on"/*Terrasse - Switch light on / off*/, false);
  setState("tradfri.0.B-65539.blind.position"/*Blind position*/, '100');
});

</code></pre>
<p dir="auto">Wie geschrieben, die Lampen werden geschalten.<br />
Danke für das draufschauen....</p>
]]></description><link>https://forum.iobroker.net/post/630845</link><guid isPermaLink="true">https://forum.iobroker.net/post/630845</guid><dc:creator><![CDATA[lobito]]></dc:creator><pubDate>Tue, 18 May 2021 12:30:41 GMT</pubDate></item><item><title><![CDATA[Reply to Tradfri Rollos ansteuern klappt nicht Tradfri Adapter 2.7.1 on Tue, 18 May 2021 10:50:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lobito" aria-label="Profile: lobito">@<bdi>lobito</bdi></a> sagte in <a href="/post/630800">Tradfri Rollos ansteuern klappt nicht Tradfri Adapter 2.7.1</a>:</p>
<blockquote>
<p dir="auto">Über Skript geht es nicht</p>
</blockquote>
<p dir="auto">Zeig doch mal den Teil im Skript wo du die Rollos steuerst. Ich wette da liegt der Fehler.</p>
]]></description><link>https://forum.iobroker.net/post/630824</link><guid isPermaLink="true">https://forum.iobroker.net/post/630824</guid><dc:creator><![CDATA[AlCalzone]]></dc:creator><pubDate>Tue, 18 May 2021 10:50:15 GMT</pubDate></item><item><title><![CDATA[Reply to Tradfri Rollos ansteuern klappt nicht Tradfri Adapter 2.7.1 on Tue, 18 May 2021 10:20:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lobito" aria-label="Profile: lobito">@<bdi>lobito</bdi></a><br />
Kein Problem hier. Hab die Rollos in einer Astro-Funktion drin.</p>
]]></description><link>https://forum.iobroker.net/post/630810</link><guid isPermaLink="true">https://forum.iobroker.net/post/630810</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Tue, 18 May 2021 10:20:30 GMT</pubDate></item></channel></rss>