<?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[Status Texte ändern (gelöst)]]></title><description><![CDATA[<p dir="auto">Hallo zusammen</p>
<p dir="auto">Wie kann ich die Texte des  Status eines Adapter ändern. Möchte gerne die Texte auf Deutsch anzeigen lassen anstelle von Englisch. Oder würdet ihr das anderst lösen?</p>
<p dir="auto"><img src="/assets/uploads/files/1640118922235-852ea95c-4f1a-4f69-b655-a47cef606079-grafik.png" alt="852ea95c-4f1a-4f69-b655-a47cef606079-grafik.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.iobroker.net/topic/50527/status-texte-ändern-gelöst</link><generator>RSS for Node</generator><lastBuildDate>Tue, 26 May 2026 03:44:44 GMT</lastBuildDate><atom:link href="https://forum.iobroker.net/topic/50527.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 21 Dec 2021 20:35:35 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Status Texte ändern (gelöst) on Wed, 22 Dec 2021 16:05:48 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> jetzt funktioniert es. Musste mal den Adapter von Roomba neu starten und dann hat er den Text angenommen. Vielen Dank für die Unterstützung.</p>
]]></description><link>https://forum.iobroker.net/post/725055</link><guid isPermaLink="true">https://forum.iobroker.net/post/725055</guid><dc:creator><![CDATA[stefu87_CH]]></dc:creator><pubDate>Wed, 22 Dec 2021 16:05:48 GMT</pubDate></item><item><title><![CDATA[Reply to Status Texte ändern (gelöst) on Wed, 22 Dec 2021 13:06:36 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/stefu87_ch" aria-label="Profile: stefu87_ch">@<bdi>stefu87_ch</bdi></a> sagte: Jetzt zeigt es mir dies an, nach dem ich den Roomba mal gestartet habe.</p>
<p dir="auto">Hast Du den richtigen englischen Text im Array und dazu passend die deutsche Übersetzung im anderen Array?<br />
Sonst ergänze mal um eine Abfrage:</p>
<pre><code>const en = ['charge','en2'];
const de = ['laden','de2'];

on('roomba.0.states.status', function(dp) { // ID anpassen
    let idx = en.indexOf(dp.state.val);
    if(idx != -1) setState('0_userdata.0.Deutschtexte.Roomba', de[idx], true); 
});
</code></pre>
]]></description><link>https://forum.iobroker.net/post/724869</link><guid isPermaLink="true">https://forum.iobroker.net/post/724869</guid><dc:creator><![CDATA[paul53]]></dc:creator><pubDate>Wed, 22 Dec 2021 13:06:36 GMT</pubDate></item><item><title><![CDATA[Reply to Status Texte ändern (gelöst) on Wed, 22 Dec 2021 13:02:03 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> nein ohne Anführungszeichen</p>
<p dir="auto">Jetzt zeigt es mir dies an, nach dem ich den Roomba mal gestartet habe.</p>
<p dir="auto"><img src="/assets/uploads/files/1640178120530-4fba466d-496e-4e21-9388-92b0c3d58cea-grafik.png" alt="4fba466d-496e-4e21-9388-92b0c3d58cea-grafik.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.iobroker.net/post/724867</link><guid isPermaLink="true">https://forum.iobroker.net/post/724867</guid><dc:creator><![CDATA[stefu87_CH]]></dc:creator><pubDate>Wed, 22 Dec 2021 13:02:03 GMT</pubDate></item><item><title><![CDATA[Reply to Status Texte ändern (gelöst) on Wed, 22 Dec 2021 12:53:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/stefu87_ch" aria-label="Profile: stefu87_ch">@<bdi>stefu87_ch</bdi></a> sagte: wenn ich "false" reinschreibe.</p>
<p dir="auto">Hoffentlich nicht mit Anführungszeichen?</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/stefu87_ch" aria-label="Profile: stefu87_ch">@<bdi>stefu87_ch</bdi></a> sagte in <a href="/post/724855">Status Texte ändern</a>:</p>
<blockquote>
<p dir="auto">Es zeigt mir keinen Wert an.</p>
</blockquote>
<p dir="auto">Auch nicht im Tab "Objekte"?</p>
<p dir="auto">Übrigens muss sich der Wert des Original-DP erst einmal ändern, damit ein Wert (deutscher Text) in den neuen Datenpunkt geschrieben wird.</p>
]]></description><link>https://forum.iobroker.net/post/724863</link><guid isPermaLink="true">https://forum.iobroker.net/post/724863</guid><dc:creator><![CDATA[paul53]]></dc:creator><pubDate>Wed, 22 Dec 2021 12:53:09 GMT</pubDate></item><item><title><![CDATA[Reply to Status Texte ändern (gelöst) on Wed, 22 Dec 2021 12:39:54 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> passiert nix wenn ich "false" reinschreibe.<br />
Es zeigt mir keinen Wert an.</p>
]]></description><link>https://forum.iobroker.net/post/724855</link><guid isPermaLink="true">https://forum.iobroker.net/post/724855</guid><dc:creator><![CDATA[stefu87_CH]]></dc:creator><pubDate>Wed, 22 Dec 2021 12:39:54 GMT</pubDate></item><item><title><![CDATA[Reply to Status Texte ändern (gelöst) on Wed, 22 Dec 2021 12:32:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/stefu87_ch" aria-label="Profile: stefu87_ch">@<bdi>stefu87_ch</bdi></a> sagte: Mein erzeugter Datenpunkt:</p>
<p dir="auto">Ändere mal common.write in <em>false</em>.<br />
Welchen Wert (Text) hat der Datenpunkt?</p>
]]></description><link>https://forum.iobroker.net/post/724849</link><guid isPermaLink="true">https://forum.iobroker.net/post/724849</guid><dc:creator><![CDATA[paul53]]></dc:creator><pubDate>Wed, 22 Dec 2021 12:32:08 GMT</pubDate></item><item><title><![CDATA[Reply to Status Texte ändern (gelöst) on Wed, 22 Dec 2021 12:28: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> Original Datenpunkt von Roomba:<br />
<img src="/assets/uploads/files/1640176051646-2455dfa0-65fa-4254-96ef-4ca2ca4b01f8-grafik.png" alt="2455dfa0-65fa-4254-96ef-4ca2ca4b01f8-grafik.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Mein erzeugter Datenpunkt:<br />
<img src="/assets/uploads/files/1640176110063-a948cb24-f0d3-4299-bfb7-c06cae4c9db9-grafik.png" alt="a948cb24-f0d3-4299-bfb7-c06cae4c9db9-grafik.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.iobroker.net/post/724848</link><guid isPermaLink="true">https://forum.iobroker.net/post/724848</guid><dc:creator><![CDATA[stefu87_CH]]></dc:creator><pubDate>Wed, 22 Dec 2021 12:28:32 GMT</pubDate></item><item><title><![CDATA[Reply to Status Texte ändern (gelöst) on Wed, 22 Dec 2021 12:21:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/stefu87_ch" aria-label="Profile: stefu87_ch">@<bdi>stefu87_ch</bdi></a> sagte: Jetzt erscheint es mir aber mit folgendem Fenster:</p>
<p dir="auto">Mit Vis kenne ich mich nicht aus. Stimmen Typ ("string") und Rolle des neuen Datenpunktes mit denen vom Original überein?</p>
]]></description><link>https://forum.iobroker.net/post/724844</link><guid isPermaLink="true">https://forum.iobroker.net/post/724844</guid><dc:creator><![CDATA[paul53]]></dc:creator><pubDate>Wed, 22 Dec 2021 12:21:23 GMT</pubDate></item><item><title><![CDATA[Reply to Status Texte ändern (gelöst) on Wed, 22 Dec 2021 12:18: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> Das hab ich jetzt versucht. Jetzt erscheint es mir aber mit folgendem Fenster:<br />
<img src="/assets/uploads/files/1640175510016-db4f8c89-b39f-411e-bc3b-1bd2110e779e-grafik.png" alt="db4f8c89-b39f-411e-bc3b-1bd2110e779e-grafik.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.iobroker.net/post/724843</link><guid isPermaLink="true">https://forum.iobroker.net/post/724843</guid><dc:creator><![CDATA[stefu87_CH]]></dc:creator><pubDate>Wed, 22 Dec 2021 12:18:32 GMT</pubDate></item><item><title><![CDATA[Reply to Status Texte ändern (gelöst) on Wed, 22 Dec 2021 12:01:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/stefu87_ch" aria-label="Profile: stefu87_ch">@<bdi>stefu87_ch</bdi></a> sagte: mir zeigt es immernoch den englischen Text an auf der Vis.</p>
<p dir="auto">Du musst auf der Vis den Datenpunkt "0_userdata.0.Übersetzungen.Roomba_Übersetzung" zuweisen.</p>
]]></description><link>https://forum.iobroker.net/post/724830</link><guid isPermaLink="true">https://forum.iobroker.net/post/724830</guid><dc:creator><![CDATA[paul53]]></dc:creator><pubDate>Wed, 22 Dec 2021 12:01:55 GMT</pubDate></item><item><title><![CDATA[Reply to Status Texte ändern (gelöst) on Wed, 22 Dec 2021 11:40: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> Habe es auf deinen Ratschlag angepasst, aber mir zeigt es immernoch den englischen Text an auf der Vis.</p>
]]></description><link>https://forum.iobroker.net/post/724812</link><guid isPermaLink="true">https://forum.iobroker.net/post/724812</guid><dc:creator><![CDATA[stefu87_CH]]></dc:creator><pubDate>Wed, 22 Dec 2021 11:40:57 GMT</pubDate></item><item><title><![CDATA[Reply to Status Texte ändern (gelöst) on Wed, 22 Dec 2021 11:36:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/stefu87_ch" aria-label="Profile: stefu87_ch">@<bdi>stefu87_ch</bdi></a> sagte: Also müsste das in etwa so aussehen:</p>
<p dir="auto">Ja, wobei ich die englischen Texte nicht kenne. Ich würde "charge" mit "laden" übersetzen und Umlaute in IDs vermeiden.</p>
]]></description><link>https://forum.iobroker.net/post/724806</link><guid isPermaLink="true">https://forum.iobroker.net/post/724806</guid><dc:creator><![CDATA[paul53]]></dc:creator><pubDate>Wed, 22 Dec 2021 11:36:16 GMT</pubDate></item><item><title><![CDATA[Reply to Status Texte ändern (gelöst) on Wed, 22 Dec 2021 11:31:35 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> Also müsste das in etwa so aussehen:</p>
<p dir="auto">const en = ['charge','en2'];<br />
const de = ['Ladestation','de2'];</p>
<p dir="auto">on('roomba.0.states.status', function(dp) { // ID anpassen<br />
let idx = en.indexOf(dp.state.val);<br />
setState('0_userdata.0.Übersetzungen.Roomba_Übersetzung', de[idx], true); // ID anpassen<br />
});</p>
]]></description><link>https://forum.iobroker.net/post/724804</link><guid isPermaLink="true">https://forum.iobroker.net/post/724804</guid><dc:creator><![CDATA[stefu87_CH]]></dc:creator><pubDate>Wed, 22 Dec 2021 11:31:35 GMT</pubDate></item><item><title><![CDATA[Reply to Status Texte ändern (gelöst) on Wed, 22 Dec 2021 11:29:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/stefu87_ch" aria-label="Profile: stefu87_ch">@<bdi>stefu87_ch</bdi></a> sagte: bei const dann die Übersetzung von Hand eintragen?</p>
<p dir="auto">Das Array <em>en</em> muss die Originaltexte enthalte, das Array <em>de</em> die dazu passenden Übersetzungen in gleicher Reihenfolge.</p>
]]></description><link>https://forum.iobroker.net/post/724802</link><guid isPermaLink="true">https://forum.iobroker.net/post/724802</guid><dc:creator><![CDATA[paul53]]></dc:creator><pubDate>Wed, 22 Dec 2021 11:29:50 GMT</pubDate></item><item><title><![CDATA[Reply to Status Texte ändern (gelöst) on Wed, 22 Dec 2021 11:23:11 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> Damit ich es richtig verstehe, müsste ich bei const dann die Übersetzung von Hand eintragen?</p>
]]></description><link>https://forum.iobroker.net/post/724798</link><guid isPermaLink="true">https://forum.iobroker.net/post/724798</guid><dc:creator><![CDATA[stefu87_CH]]></dc:creator><pubDate>Wed, 22 Dec 2021 11:23:11 GMT</pubDate></item><item><title><![CDATA[Reply to Status Texte ändern (gelöst) on Wed, 22 Dec 2021 10:35:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/stefu87_ch" aria-label="Profile: stefu87_ch">@<bdi>stefu87_ch</bdi></a> sagte: Oder würdet ihr das anderst lösen?</p>
<p dir="auto">Mit einem eigenen Datenpunkt unter "0_userdata.0" und einem kleinen Übersetzungsskript. Prinzip:</p>
<pre><code>const en = ['en1','en2'];
const de = ['de1','de2'];

on('...status', function(dp) { // ID anpassen
    let idx = en.indexOf(dp.state.val);
    setState('0_userdata.0.xyz', de[idx], true); // ID anpassen
});
</code></pre>
]]></description><link>https://forum.iobroker.net/post/724752</link><guid isPermaLink="true">https://forum.iobroker.net/post/724752</guid><dc:creator><![CDATA[paul53]]></dc:creator><pubDate>Wed, 22 Dec 2021 10:35:48 GMT</pubDate></item><item><title><![CDATA[Reply to Status Texte ändern (gelöst) on Tue, 21 Dec 2021 20:53:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/stefu87_ch" aria-label="Profile: stefu87_ch">@<bdi>stefu87_ch</bdi></a><br />
Nö, ich hab das so nicht im Einsatz. War nur eine Idee.</p>
]]></description><link>https://forum.iobroker.net/post/724536</link><guid isPermaLink="true">https://forum.iobroker.net/post/724536</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Tue, 21 Dec 2021 20:53:17 GMT</pubDate></item><item><title><![CDATA[Reply to Status Texte ändern (gelöst) on Tue, 21 Dec 2021 20:51:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thomas-braun" aria-label="Profile: thomas-braun">@<bdi>thomas-braun</bdi></a> hättest au mir eine Vorlage wie ich das umsetzen könnte?</p>
]]></description><link>https://forum.iobroker.net/post/724531</link><guid isPermaLink="true">https://forum.iobroker.net/post/724531</guid><dc:creator><![CDATA[stefu87_CH]]></dc:creator><pubDate>Tue, 21 Dec 2021 20:51:30 GMT</pubDate></item><item><title><![CDATA[Reply to Status Texte ändern (gelöst) on Tue, 21 Dec 2021 20:50:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/stefu87_ch" aria-label="Profile: stefu87_ch">@<bdi>stefu87_ch</bdi></a><br />
Kannst auch einen Alias verwenden.</p>
]]></description><link>https://forum.iobroker.net/post/724530</link><guid isPermaLink="true">https://forum.iobroker.net/post/724530</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Tue, 21 Dec 2021 20:50:03 GMT</pubDate></item><item><title><![CDATA[Reply to Status Texte ändern (gelöst) on Tue, 21 Dec 2021 20:48:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thomas-braun" aria-label="Profile: thomas-braun">@<bdi>thomas-braun</bdi></a> ich habe beim Roomba den Status als Anzeige auf der vis was mit der Adapter anzeigt.</p>
]]></description><link>https://forum.iobroker.net/post/724529</link><guid isPermaLink="true">https://forum.iobroker.net/post/724529</guid><dc:creator><![CDATA[stefu87_CH]]></dc:creator><pubDate>Tue, 21 Dec 2021 20:48:42 GMT</pubDate></item><item><title><![CDATA[Reply to Status Texte ändern (gelöst) on Tue, 21 Dec 2021 20:44:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/stefu87_ch" aria-label="Profile: stefu87_ch">@<bdi>stefu87_ch</bdi></a></p>
<p dir="auto">Die Datenpunkte speisen sich meist aus der API.<br />
Da solltest du nix dran fummeln. Stört aber doch auch nicht weiter? In einer Vis ziehst du doch da eh was anderes drüber.</p>
]]></description><link>https://forum.iobroker.net/post/724523</link><guid isPermaLink="true">https://forum.iobroker.net/post/724523</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Tue, 21 Dec 2021 20:44:41 GMT</pubDate></item></channel></rss>