<?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[HMIP-PCBS2: on_time funktioniert nicht]]></title><description><![CDATA[<p dir="auto">Hi</p>
<p dir="auto">Ich habe hier einen PCBS2 und will das on_time feature nutzen (so wie ich es auch mit einem HM-LC-Sw4-DR-2 mache).</p>
<p dir="auto">Dazu habe ich folgendes script:</p>
<pre><code>on({id: "javascript.0.Hilfsvariablen.TasterGehflügel"/*TasterGehflügel*/, val: true}, function (obj) {
  var value = obj.state.val;
  var oldValue = obj.oldState.val;
  setState("hm-rpc.0.001998A997F629.8.ON_TIME"/*HmIP-PCBS2 001998A997F629:8.ON_TIME*/, 2);
  setStateDelayed("hm-rpc.0.001998A997F629.8.STATE"/*HmIP-PCBS2 001998A997F629:8.STATE*/, true, 1000, false);
  setState("javascript.0.Hilfsvariablen.TasterGehflügel"/*TasterGehflügel*/, false, true);
});
</code></pre>
<p dir="auto">Der Wert von 2 Sekunden für on_time wird zwar gesetzt, jedoch fällt der State nach 2 Sekunden nicht von True auf False.<br />
Was mir auch aufgefallen ist: Das Objekt on_time wird zwar gesetzt, jedoch steht "Acknowledged" immer auf False, es scheint also, als wenn der PCBS2 den Befehl nicht bekommen hat.</p>
<p dir="auto">Kann mir jemand einen Tip geben?</p>
<p dir="auto">Danke</p>
<p dir="auto">Andre</p>
]]></description><link>https://forum.iobroker.net/topic/24644/hmip-pcbs2-on_time-funktioniert-nicht</link><generator>RSS for Node</generator><lastBuildDate>Fri, 24 Apr 2026 15:17:12 GMT</lastBuildDate><atom:link href="https://forum.iobroker.net/topic/24644.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 24 Aug 2019 09:13:05 GMT</pubDate><ttl>60</ttl></channel></rss>