<?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[Bindingsproblem bei Umlauten.]]></title><description><![CDATA[<p dir="auto">Hallo,</p>
<p dir="auto">habe ein Problem mit Bindings in VIS. Die Bindingswerte werden nicht richtig dargestellt.</p>
<p dir="auto">HTML-Code:</p>
<pre><code>1. {a:alias.0.Smartmeter.Zählerstand.Abgabe;b:sonoff.0.SonoffPOW.SENSOR.ENERGY.Total;a + " und " + b}&lt;br&gt;
2. {a:alias.0.Smartmeter.Zählerstand.Abgabe;b:sonoff.0.SonoffPOW.SENSOR.ENERGY.Total;b + " und " + a}&lt;br&gt;
3. {b:sonoff.0.SonoffPOW.SENSOR.ENERGY.Total;a:alias.0.Smartmeter.Zählerstand.Abgabe;a + " und " + b}&lt;br&gt;
4. {b:sonoff.0.SonoffPOW.SENSOR.ENERGY.Total;a:alias.0.Smartmeter.Zählerstand.Abgabe;b + " und " + a}&lt;br&gt;
</code></pre>
<p dir="auto">Ausgabe:</p>
<pre><code>1. 2.1653 und 85.268
2. 85.268 und 2.1653
3. 0
4. 0
</code></pre>
<p dir="auto">Die Zeilen 3 und 4 sind aufgebaut wie 1 und 2, nur die Reihenfolge der Bindings ist vertauscht. In der Ausgabe sollte die dritte Zeile genau wie die erste sein. Ausgegeben wird aber 0.</p>
<p dir="auto">Meine Vermutung ist, dass es an dem Umlaut liegt. Beinhaltet die erste Variable ein Umlaut, dann ist noch alles ok. Kommt ein Umlaut später vor, dann wird nur noch 0 ausgegeben.</p>
<p dir="auto">Hier habe ich zwei gleiche Bindings an unterschiedliche Variable gebunden.  Der Zugriff auf die erste funktioniert noch. Aber wenn ich auf die zweite zugreifen will, dann gibt es nur noch 0.</p>
<pre><code>1. {a:alias.0.Smartmeter.Zählerstand.Abgabe;b:alias.0.Smartmeter.Zählerstand.Abgabe;a}&lt;br&gt;
2. {a:alias.0.Smartmeter.Zählerstand.Abgabe;b:alias.0.Smartmeter.Zählerstand.Abgabe;b}&lt;br&gt;
3. {a:alias.0.Smartmeter.Zählerstand.Abgabe;b:alias.0.Smartmeter.Zählerstand.Abgabe;a + " und " + b}&lt;br&gt;
</code></pre>
<p dir="auto">Ergebnis:</p>
<pre><code>1. 2.1653
2. 0
3. 0
</code></pre>
<p dir="auto">Kann das einer verifizieren, dann würde ich ein Bug eröffnen.</p>
<p dir="auto">Issue: <a href="https://github.com/ioBroker/ioBroker.vis/issues/423" rel="nofollow ugc">https://github.com/ioBroker/ioBroker.vis/issues/423</a> dazu gefunden.</p>
<p dir="auto">LG a200.</p>
]]></description><link>https://forum.iobroker.net/topic/54631/bindingsproblem-bei-umlauten</link><generator>RSS for Node</generator><lastBuildDate>Thu, 23 Apr 2026 16:27:48 GMT</lastBuildDate><atom:link href="https://forum.iobroker.net/topic/54631.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 01 May 2022 13:23:46 GMT</pubDate><ttl>60</ttl></channel></rss>