<?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[Float Tabelle kann leider kein on&#x2F; off - Devices als Alias]]></title><description><![CDATA[<p dir="auto">Hallo,<br />
ich musste gerade feststellen, dass die Float Tabellen leider kein on/ off meiner Pumpe erkennen können.<br />
Ich möchte jetzt einen Alias (devices) erstellen und wenn möglich den Datenpunkt umschreiben. Anschließend diesen Aufzeichnen und dann in ein Float-Diagramm anzeigen lassen.<br />
Kennst sich damit jemand aus? Evtl. hat jemand auch eine andere Idee bzgl. der Umsetzung.<br />
Viele Grüße</p>
]]></description><link>https://forum.iobroker.net/topic/48217/float-tabelle-kann-leider-kein-on-off-devices-als-alias</link><generator>RSS for Node</generator><lastBuildDate>Thu, 28 May 2026 16:06:28 GMT</lastBuildDate><atom:link href="https://forum.iobroker.net/topic/48217.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 03 Oct 2021 22:12:31 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Float Tabelle kann leider kein on&#x2F; off - Devices als Alias on Mon, 04 Oct 2021 10:07:39 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><br />
Hallo Paul,<br />
anscheinend ist der Alias selbst so schlau und wandelt on in true um.<br />
Ich habe es einfach in den Bereich working eingegeben.</p>
<p dir="auto">Zeichne es jetzt mal auf und bin gespannt ob es funktioniert.</p>
]]></description><link>https://forum.iobroker.net/post/684316</link><guid isPermaLink="true">https://forum.iobroker.net/post/684316</guid><dc:creator><![CDATA[LaBamba]]></dc:creator><pubDate>Mon, 04 Oct 2021 10:07:39 GMT</pubDate></item><item><title><![CDATA[Reply to Float Tabelle kann leider kein on&#x2F; off - Devices als Alias on Mon, 04 Oct 2021 08:47:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/labamba" aria-label="Profile: labamba">@<bdi>labamba</bdi></a> sagte: Wo setzte ich jetzt da was ein?</p>
<p dir="auto">Mit dem Adapter "Devices" kenne ich mich nicht aus.</p>
]]></description><link>https://forum.iobroker.net/post/684278</link><guid isPermaLink="true">https://forum.iobroker.net/post/684278</guid><dc:creator><![CDATA[paul53]]></dc:creator><pubDate>Mon, 04 Oct 2021 08:47:32 GMT</pubDate></item><item><title><![CDATA[Reply to Float Tabelle kann leider kein on&#x2F; off - Devices als Alias on Mon, 04 Oct 2021 08:44:20 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> said in <a href="/post/684271">Float Tabelle kann leider kein on/ off - Devices als Alias</a>:</p>
<blockquote>
<p dir="auto">"alias": {</p>
</blockquote>
<p dir="auto">Ich habe mit dem Alias leider noch nichts zu tun gehabt.<br />
<img src="/assets/uploads/files/1633337035399-bildschirmfoto-2021-10-04-um-10.42.14.png" alt="Bildschirmfoto 2021-10-04 um 10.42.14.png" class=" img-fluid img-markdown" /><br />
Wo setzte ich jetzt da was ein?</p>
]]></description><link>https://forum.iobroker.net/post/684275</link><guid isPermaLink="true">https://forum.iobroker.net/post/684275</guid><dc:creator><![CDATA[LaBamba]]></dc:creator><pubDate>Mon, 04 Oct 2021 08:44:20 GMT</pubDate></item><item><title><![CDATA[Reply to Float Tabelle kann leider kein on&#x2F; off - Devices als Alias on Mon, 04 Oct 2021 08:44:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/labamba" aria-label="Profile: labamba">@<bdi>labamba</bdi></a> sagte: kein on/ off meiner Pumpe erkennen können. Ich möchte jetzt einen Alias (devices) erstellen</p>
<p dir="auto">Der Datenpunkt liefert "on" und "off" als String? Wenn der Typ des Alias "boolean" ist, erfolgt eine automatische Umwandlung beim Lesen. Für Schreiben (falls benötigt):</p>
<pre><code>    "alias": {
      "id": "xyz",
      "write": "val ? 'on' : 'off'"
    }
</code></pre>
]]></description><link>https://forum.iobroker.net/post/684271</link><guid isPermaLink="true">https://forum.iobroker.net/post/684271</guid><dc:creator><![CDATA[paul53]]></dc:creator><pubDate>Mon, 04 Oct 2021 08:44:07 GMT</pubDate></item></channel></rss>