<?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[Aqara Rollosteuerung E1 mit Geräte Adapter]]></title><description><![CDATA[<p dir="auto">Hallo,</p>
<p dir="auto">ich möchte für meine Aqara Rollosteuerung E1, welche ich über den Zigbee Adapter eingebunden habe über den Geräte Adapter gerne einen "Alias" anlegen.</p>
<p dir="auto">Hier kann ich ja im Reiter "Zustände" für STOP, OPEN und CLOSE die Datenpunkte hinterlegen um diese dann anzusteuern.<br />
Für die Position in Prozent funktioniert das auch einwandfrei, allerdings kann ich über den "State" Datenpunkt aber den Motor stoppen oder hoch- und runterfahren lassen.</p>
<p dir="auto">Leider schaffe ich es aber nicht diese Funktionen meinem Alias Gerät zuzuordnen dass diese, dann auch funktionieren.<br />
Aktuell sehen die Einstellungen bei mir so aus:<br />
<img src="/assets/uploads/files/1683812032538-a13f5cd8-05fe-4142-89a7-bf929983e2cf-image.png" alt="a13f5cd8-05fe-4142-89a7-bf929983e2cf-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Ich habe auch schon versucht über die Konvertierungsfunktion zb. STOP im Feld "Schreiben" einzustellen. Hat aber leider auch nicht funktioniert.</p>
<p dir="auto">LG<br />
Manuel</p>
]]></description><link>https://forum.iobroker.net/topic/65373/aqara-rollosteuerung-e1-mit-geräte-adapter</link><generator>RSS for Node</generator><lastBuildDate>Sat, 09 May 2026 02:46:30 GMT</lastBuildDate><atom:link href="https://forum.iobroker.net/topic/65373.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 11 May 2023 13:35:32 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Aqara Rollosteuerung E1 mit Geräte Adapter on Thu, 11 May 2023 15:25:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mws" aria-label="Profile: mws">@<bdi>mws</bdi></a> sagte: Jetzt hat der Status auf einmal auf OFF gewechselt.</p>
<p dir="auto">Der setzt sich selbst auf "OFF" zurück?</p>
]]></description><link>https://forum.iobroker.net/post/990341</link><guid isPermaLink="true">https://forum.iobroker.net/post/990341</guid><dc:creator><![CDATA[paul53]]></dc:creator><pubDate>Thu, 11 May 2023 15:25:41 GMT</pubDate></item><item><title><![CDATA[Reply to Aqara Rollosteuerung E1 mit Geräte Adapter on Thu, 11 May 2023 15:27:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mws" aria-label="Profile: mws">@<bdi>mws</bdi></a> sagte in <a href="/post/990327">Aqara Rollosteuerung E1 mit Geräte Adapter</a>:</p>
<blockquote>
<p dir="auto">Hier die Objektdaten</p>
</blockquote>
<p dir="auto">Erstelle die Alias-DP mit der Rolle "button" und Schreibkonvertierung. Beispiel "OPEN":</p>
<p dir="auto"><img src="/assets/uploads/files/1683817556033-alias_open.jpg" alt="Alias_OPEN.JPG" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1683818872686-alias_open.jpg" alt="Alias_OPEN.JPG" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.iobroker.net/post/990333</link><guid isPermaLink="true">https://forum.iobroker.net/post/990333</guid><dc:creator><![CDATA[paul53]]></dc:creator><pubDate>Thu, 11 May 2023 15:27:54 GMT</pubDate></item><item><title><![CDATA[Reply to Aqara Rollosteuerung E1 mit Geräte Adapter on Thu, 11 May 2023 14:53:22 GMT]]></title><description><![CDATA[<p dir="auto">Jetzt hat der Status auf einmal auf OFF gewechselt.</p>
]]></description><link>https://forum.iobroker.net/post/990330</link><guid isPermaLink="true">https://forum.iobroker.net/post/990330</guid><dc:creator><![CDATA[mws]]></dc:creator><pubDate>Thu, 11 May 2023 14:53:22 GMT</pubDate></item><item><title><![CDATA[Reply to Aqara Rollosteuerung E1 mit Geräte Adapter on Thu, 11 May 2023 14:47:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/paul53" aria-label="Profile: paul53">@<bdi>paul53</bdi></a> sagte in <a href="/post/990324">Aqara Rollosteuerung E1 mit Geräte Adapter</a>:</p>
<blockquote>
<p dir="auto">Also als String? Weshalb steht rechts "OFF"?</p>
</blockquote>
<p dir="auto">Das kann ich Dir jetzt auch nicht sagen. Ich habe jetzt einmal den Status auf OPEN gesetzt, dass Rollo ist hochgefahren und der Status Wert bleibt auf OPEN stehen.</p>
<blockquote>
<p dir="auto">Poste bitte die OBJEKTDATEN in Code tags.</p>
</blockquote>
<p dir="auto">Hier die Objektdaten vom Status Datenpunkt:</p>
<pre><code>{
  "type": "state",
  "common": {
    "name": "state",
    "type": "string",
    "states": "OPEN:OPEN;CLOSE:CLOSE;STOP:STOP",
    "read": true,
    "write": true,
    "role": "switch"
  },
  "native": {},
  "from": "system.adapter.zigbee.0",
  "user": "system.user.admin",
  "ts": 1683631289726,
  "_id": "zigbee.0.54ef4410006b8e87.state",
  "acl": {
    "object": 1636,
    "state": 1636,
    "owner": "system.user.admin",
    "ownerGroup": "system.group.administrator"
  }
}
</code></pre>
]]></description><link>https://forum.iobroker.net/post/990327</link><guid isPermaLink="true">https://forum.iobroker.net/post/990327</guid><dc:creator><![CDATA[mws]]></dc:creator><pubDate>Thu, 11 May 2023 14:47:32 GMT</pubDate></item><item><title><![CDATA[Reply to Aqara Rollosteuerung E1 mit Geräte Adapter on Thu, 11 May 2023 14:43:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mws" aria-label="Profile: mws">@<bdi>mws</bdi></a> sagte: kann die Werte OPEN, CLOSE und STOP annehmen.</p>
<p dir="auto">Also als String? Weshalb steht rechts "OFF"?<br />
Poste bitte die OBJEKTDATEN in Code tags.</p>
]]></description><link>https://forum.iobroker.net/post/990324</link><guid isPermaLink="true">https://forum.iobroker.net/post/990324</guid><dc:creator><![CDATA[paul53]]></dc:creator><pubDate>Thu, 11 May 2023 14:43:55 GMT</pubDate></item><item><title><![CDATA[Reply to Aqara Rollosteuerung E1 mit Geräte Adapter on Thu, 11 May 2023 14:39:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/paul53" aria-label="Profile: paul53">@<bdi>paul53</bdi></a> der Datenpunkt im Zigbee Adapter kann die Werte OPEN, CLOSE und STOP annehmen.<br />
<img src="/assets/uploads/files/1683815912471-f182f1e2-ef5f-45e2-adf8-233362b0085d-image.png" alt="f182f1e2-ef5f-45e2-adf8-233362b0085d-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.iobroker.net/post/990320</link><guid isPermaLink="true">https://forum.iobroker.net/post/990320</guid><dc:creator><![CDATA[mws]]></dc:creator><pubDate>Thu, 11 May 2023 14:39:57 GMT</pubDate></item><item><title><![CDATA[Reply to Aqara Rollosteuerung E1 mit Geräte Adapter on Thu, 11 May 2023 14:05:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mws" aria-label="Profile: mws">@<bdi>mws</bdi></a> sagte: Für die Position in Prozent</p>
<p dir="auto">Weshalb zwei Alias-DP zu "position"?<br />
Du möchtest aus "state" 3 Button-Alias machen? Welche Werte kann "state" annehmen?</p>
]]></description><link>https://forum.iobroker.net/post/990293</link><guid isPermaLink="true">https://forum.iobroker.net/post/990293</guid><dc:creator><![CDATA[paul53]]></dc:creator><pubDate>Thu, 11 May 2023 14:05:23 GMT</pubDate></item></channel></rss>