<?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[hm-rpc verbreitet alternative Fakten]]></title><description><![CDATA[<p dir="auto">Seit einiger Zeit habe ich ein Zahnrad an einem Widget.<br />
<img src="/assets/uploads/files/1604855000673-ltk_sticky03.png" alt="ltk_sticky03.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Heute bin ich endlich mal dazu gekommen dem Ganzen nachzugehen.<br />
Ich hielt das Zahnrad immer für einen Hinweis auf <code>working</code>. Dieser Wert war aber <code>false</code>, jedoch fand ich zu meinem Erstaunen unter den Objects ein <code>sticky unreach</code> auf true<br />
<img src="/assets/uploads/files/1604855147319-ltk_sticky02.png" alt="ltk_sticky02.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Ich habe mir das dann auf der CCU angesehen und da war weder in den Servicemeldungen, noch im devconfig ein Hinweis auf ein sticky unreach:<br />
<img src="/assets/uploads/files/1604855209422-ltk_sticky01.png" alt="ltk_sticky01.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Wie bekomme ich das wieder geradegerückt?</p>
]]></description><link>https://forum.iobroker.net/topic/38451/hm-rpc-verbreitet-alternative-fakten</link><generator>RSS for Node</generator><lastBuildDate>Fri, 15 May 2026 21:15:25 GMT</lastBuildDate><atom:link href="https://forum.iobroker.net/topic/38451.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 08 Nov 2020 17:07:26 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to hm-rpc verbreitet alternative Fakten on Sun, 08 Nov 2020 17:59: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> Danke!</p>
<p dir="auto">ich habe jetzt einfach bei dem Widget den Datenpunkt für "in Arbeit" (=WORKING) gelöscht, jetzt ist das Zahnrad weg, obwohl WORKING auch vorher false war.</p>
<p dir="auto">Das Kuriose:<br />
Den Gegentest kann ich nicht machen, der Datenpunkt WORKING lässt sich nicht mehr eintragen <img src="https://forum.iobroker.net/assets/plugins/nodebb-plugin-emoji/emoji/android/1f615.png?v=ba16ebd4856" class="not-responsive emoji emoji-android emoji--confused" style="height:23px;width:auto;vertical-align:middle" title=":confused:" alt="😕" /></p>
]]></description><link>https://forum.iobroker.net/post/517679</link><guid isPermaLink="true">https://forum.iobroker.net/post/517679</guid><dc:creator><![CDATA[Homoran]]></dc:creator><pubDate>Sun, 08 Nov 2020 17:59:32 GMT</pubDate></item><item><title><![CDATA[Reply to hm-rpc verbreitet alternative Fakten on Sun, 08 Nov 2020 18:00:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/homoran" aria-label="Profile: Homoran">@<bdi>Homoran</bdi></a> sagte:</p>
<blockquote>
<p dir="auto">...und die existiert anscheinend nicht in realiter</p>
</blockquote>
<p dir="auto">Ich habe vor Jahren auch festgestellt, dass STICKY_UNREACH nicht zurück gesetzt wird, deshalb mache ich es bei einer Sammelalarm-Quittierung per Script:</p>
<pre><code>// Servicemeldungen in Datei loggen, Anzahl in einem Datenpunkt erfassen
// und zu quittierenden Sammelalarm erzeugen

const cntid = getIdByName("Service.Fehleranzahl");
const alarmid = getIdByName("Service.Sammelalarm");
const quitid = getIdByName("Service.Quittierung");
const sticky = $('hm-rpc.0.*.STICKY_UNREACH');

// Script start
var count = getState(cntid).val;
if(count) setState(alarmid, true, true);
else setState(alarmid, false, true);

on(/\.UNREACH|LOWBAT|CONFIG_PENDING|FAULT_REPORTING$/, function(dp) {
   var val = dp.state.val;
   var old = dp.oldState.val;
   if (val != old) {
       if(dp.common.name) flog(dp.common.name + ": " + val);
       else flog(dp.id + ": " + val);
   }
   if(val &amp;&amp; !old) count++;
   else if (!val &amp;&amp; old) count--;
   setState(cntid, count, true);
   if(count) setState(alarmid, true, true);
});

on({id: quitid, val: true}, function() {
   if(!count) {
      setState(alarmid, false, true);
      sticky.each(function(id, i) {
          setState(id, false, true);
      });
   }
   setState(quitid, false, true);
});
</code></pre>
]]></description><link>https://forum.iobroker.net/post/517678</link><guid isPermaLink="true">https://forum.iobroker.net/post/517678</guid><dc:creator><![CDATA[paul53]]></dc:creator><pubDate>Sun, 08 Nov 2020 18:00:25 GMT</pubDate></item><item><title><![CDATA[Reply to hm-rpc verbreitet alternative Fakten on Sun, 08 Nov 2020 17:33: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> sagte in <a href="/post/517645">hm-rpc verbreitet alternative Fakten</a>:</p>
<blockquote>
<p dir="auto">Wird STICKY_UNREACH irgendwo ausgewertet ?</p>
</blockquote>
<p dir="auto">wenn ich das wüsste!<br />
Ich habe keine andere Erklärung für dieses Zahnrad-Symbol gefunden</p>
<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/517645">hm-rpc verbreitet alternative Fakten</a>:</p>
<blockquote>
<p dir="auto">denn es handelt sich um eine CCU-interne Selbsthaltung von UNREACH.</p>
</blockquote>
<p dir="auto">...und die existiert anscheinend nicht in realiter <img src="https://forum.iobroker.net/assets/plugins/nodebb-plugin-emoji/emoji/android/1f914.png?v=ba16ebd4856" class="not-responsive emoji emoji-android emoji--thinking_face" style="height:23px;width:auto;vertical-align:middle" title=":thinking_face:" alt="🤔" /></p>
]]></description><link>https://forum.iobroker.net/post/517649</link><guid isPermaLink="true">https://forum.iobroker.net/post/517649</guid><dc:creator><![CDATA[Homoran]]></dc:creator><pubDate>Sun, 08 Nov 2020 17:33:48 GMT</pubDate></item><item><title><![CDATA[Reply to hm-rpc verbreitet alternative Fakten on Sun, 08 Nov 2020 17:23:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/homoran" aria-label="Profile: Homoran">@<bdi>Homoran</bdi></a> sagte:</p>
<blockquote>
<p dir="auto">Wie bekomme ich das wieder geradegerückt?</p>
</blockquote>
<p dir="auto">Wird STICKY_UNREACH irgendwo ausgewertet ? Das macht für mich keinen Sinn, denn es handelt sich um eine CCU-interne Selbsthaltung von UNREACH.</p>
]]></description><link>https://forum.iobroker.net/post/517645</link><guid isPermaLink="true">https://forum.iobroker.net/post/517645</guid><dc:creator><![CDATA[paul53]]></dc:creator><pubDate>Sun, 08 Nov 2020 17:23:29 GMT</pubDate></item></channel></rss>