<?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[Bug? Adapter hm-rpc - Keymatic OPEN Problem]]></title><description><![CDATA[<p dir="auto">Hallo Zusammen,</p>
<p dir="auto">ich bin mir nicht sicher ob es ein Bug im Adapter ist oder ein HM Problem.</p>
<p dir="auto">Da ab und an die Tür einfach so von der Keymatic geöffnet wird und ich nicht weiß<br />
woher das kommt, bin ich immer noch auf der Suche und wollte die FB1 deaktivieren<br />
um auszuschließen, dass es daran liegt.</p>
<p dir="auto">Und suchte einen direkten Datenpunkt zum öffnen der Tür.</p>
<p dir="auto">dabei bin ich Datenpunkt für Datenpunkt unter der Keymatic durchgegangen und<br />
kam dann auf OPEN, der auf false stand hatte ihn nur einmal angeklickt um<br />
zu schauen ob er nur ne Info ist oder ich den setzen kann und habe dann auf den nächsten<br />
Datenpuntk geklickt, mit einem mal öffnet die Tür.</p>
<p dir="auto">Also noch mal Probiert und festgestellt, ob ich dort<br />
False zu True<br />
False zu False<br />
True zu False<br />
True zu True<br />
Setzen ist vollkommen egal, sobald der auch nur angeklickt war und man wieder<br />
weg geht öffnet die Tür.</p>
<p dir="auto">Ich glaube zwar nicht dass dies das Problem meines geisterhaften öffnen ist, aber<br />
sicherlich nicht richtig!<br />
Ich denke mal vorgesehen ist eher wenn true gesetzt wird öffnet die Tür und geht wieder auf false oder?</p>
<p dir="auto">Danke</p>
<p dir="auto">Gruß Jens<br />
Dann den nächste</p>
]]></description><link>https://forum.iobroker.net/topic/26517/bug-adapter-hm-rpc-keymatic-open-problem</link><generator>RSS for Node</generator><lastBuildDate>Fri, 01 May 2026 06:17:25 GMT</lastBuildDate><atom:link href="https://forum.iobroker.net/topic/26517.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 07 Nov 2019 18:06:13 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Bug? Adapter hm-rpc - Keymatic OPEN Problem on Sat, 23 May 2020 16:24:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/foxriver76" aria-label="Profile: foxriver76">@<bdi>foxriver76</bdi></a> sagte in <a href="/post/437089">Bug? Adapter hm-rpc - Keymatic OPEN Problem</a>:</p>
<blockquote>
<p dir="auto">on({id: 'dp.OPEN', change: 'any'}, obj =&gt; {                                                                                                                                                                                    log(JSON.stringify(obj));                                                                                                                                                                            });</p>
</blockquote>
<p dir="auto">ok, danke, schon mal eingespielt, nun nur noch warten bis es wieder passiert</p>
]]></description><link>https://forum.iobroker.net/post/437632</link><guid isPermaLink="true">https://forum.iobroker.net/post/437632</guid><dc:creator><![CDATA[AingTii]]></dc:creator><pubDate>Sat, 23 May 2020 16:24:35 GMT</pubDate></item><item><title><![CDATA[Reply to Bug? Adapter hm-rpc - Keymatic OPEN Problem on Fri, 22 May 2020 17:59:37 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/aingtii" aria-label="Profile: AingTii">@<bdi>AingTii</bdi></a></p>
<pre><code class="language-javascript">on({id: 'dp.OPEN', change: 'any'}, obj =&gt; {
        log(JSON.stringify(obj));
});
</code></pre>
<p dir="auto">Das als JavaScript im Skript Engine Adapter anlegen, die id  natürlich austauschen. Dann sollte bei jeder Aktualisierung/Änderung das komplette Objekt geloggt werden. Alternativ könntest du auch mit einem der history Adapter den DP aufzeichnen und dann schauen wenn sich die Tür vom Geisterhand geöffnet hat ob der Wert zu dem Zeitpunkt geändert wurde. Hatte vor einiger Zeit mal ein ähnliches Phänomen, habe dann meine Keymatic neu kalibriert mach folgender <a href="https://homematic-forum.de/forum/viewtopic.php?f=31&amp;t=19196&amp;p=159002#p159002" rel="nofollow ugc">Anleitung</a>, seitdem nie wieder aufgetreten.. war trotzdem bedenklich.. aber gibt noch zusätzliche Sicherheitsmaßnahmen ;-)</p>
]]></description><link>https://forum.iobroker.net/post/437089</link><guid isPermaLink="true">https://forum.iobroker.net/post/437089</guid><dc:creator><![CDATA[foxriver76]]></dc:creator><pubDate>Fri, 22 May 2020 17:59:37 GMT</pubDate></item><item><title><![CDATA[Reply to Bug? Adapter hm-rpc - Keymatic OPEN Problem on Fri, 22 May 2020 17:08:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/foxriver76" aria-label="Profile: foxriver76">@<bdi>foxriver76</bdi></a><br />
ich habe schon extra alles was den Datenpunkt anspricht an scripte mit<br />
log schreiben ausgestatet, sprich wenn irgendwas ausgeführt wird welche das Open setState<br />
macht wird geloggt.<br />
im Log war bislang noch nichts....</p>
<p dir="auto">Kannst Du mir kurz schildern wie Du das genau meinst mit dem trigger und obj.from?</p>
<p dir="auto">Klingt nach einen JS  ein on... und dann schreibt das weg woher der trigger kommt?</p>
<p dir="auto">Danke<br />
Gruß Jens</p>
]]></description><link>https://forum.iobroker.net/post/437066</link><guid isPermaLink="true">https://forum.iobroker.net/post/437066</guid><dc:creator><![CDATA[AingTii]]></dc:creator><pubDate>Fri, 22 May 2020 17:08:47 GMT</pubDate></item><item><title><![CDATA[Reply to Bug? Adapter hm-rpc - Keymatic OPEN Problem on Fri, 22 May 2020 15:36:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/aingtii" aria-label="Profile: AingTii">@<bdi>AingTii</bdi></a> hi der Adapter ignoriert alles mit ack true gesetzte. Ich würde an deiner Stelle mal ein trigger auf den Open wert machen und schauen ob da überhaupt was passiert wenn sich die Tür von Geisterhand öffnet. Der Adapter macht wie gesagt nichts ohne dass der DP geändert wird. Hm-Rega schreibt die DPs immer mit ack weshalb dass auch keine Ursache sein kann. Am besten mal trigger drauf und obj.from loggen falls es überhaupt von iob kommt..</p>
<p dir="auto">Nachdem du auch bislang der einzige bist der etwas derartiges meldet, habe ich aktuell nicht den Adapter unter Verdacht.</p>
]]></description><link>https://forum.iobroker.net/post/436981</link><guid isPermaLink="true">https://forum.iobroker.net/post/436981</guid><dc:creator><![CDATA[foxriver76]]></dc:creator><pubDate>Fri, 22 May 2020 15:36:51 GMT</pubDate></item><item><title><![CDATA[Reply to Bug? Adapter hm-rpc - Keymatic OPEN Problem on Fri, 22 May 2020 15:08:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/foxriver76" aria-label="Profile: foxriver76">@<bdi>foxriver76</bdi></a> ,</p>
<p dir="auto">ich würde das Thema gern noch mal aufnehmen, da ich in letzter Zeit wieder des Öfteren<br />
Geisteröffnungen der Haustür hatte.</p>
<p dir="auto">da ich nicht wirklich die Ursache feststellen kann und es sehr danach aussieht, dass ioBroker<br />
den Datenpunkt nur aktualisiert, sprich es wurde kein konkreter Befehl ausgeführt den Datenpunkt<br />
auf true zu setzen.</p>
<p dir="auto">Wäre es möglich, dass Du das im Adapter verhinderst, auch wenn die API das so nicht vorsieht?</p>
<p dir="auto">Also das nur beim Wechsel von false auf true des Datenpunktes der Befehl über die API zur CCU<br />
gesendet wird?<br />
Und evtl. der Datenpunkt dann wieder auf false geht?</p>
<p dir="auto">Wäre Super, da ich echt keine Ahnung habe wie ich das verhindern kann, dass die CCU einfach<br />
die Tür öffnet.</p>
<p dir="auto">Danke<br />
Gruß Jens</p>
]]></description><link>https://forum.iobroker.net/post/436951</link><guid isPermaLink="true">https://forum.iobroker.net/post/436951</guid><dc:creator><![CDATA[AingTii]]></dc:creator><pubDate>Fri, 22 May 2020 15:08:03 GMT</pubDate></item><item><title><![CDATA[Reply to Bug? Adapter hm-rpc - Keymatic OPEN Problem on Thu, 21 Nov 2019 16:16:28 GMT]]></title><description><![CDATA[<p dir="auto">Also erst mal danke an Euch, dass Ihr da so schnelle reagiert und anpasst.</p>
]]></description><link>https://forum.iobroker.net/post/328672</link><guid isPermaLink="true">https://forum.iobroker.net/post/328672</guid><dc:creator><![CDATA[AingTii]]></dc:creator><pubDate>Thu, 21 Nov 2019 16:16:28 GMT</pubDate></item><item><title><![CDATA[Reply to Bug? Adapter hm-rpc - Keymatic OPEN Problem on Thu, 21 Nov 2019 10:40:04 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> Ja. Open öffnet 'immer' die Türe, egal ob verriegelt oder entriegelt.</p>
]]></description><link>https://forum.iobroker.net/post/328472</link><guid isPermaLink="true">https://forum.iobroker.net/post/328472</guid><dc:creator><![CDATA[foxriver76]]></dc:creator><pubDate>Thu, 21 Nov 2019 10:40:04 GMT</pubDate></item><item><title><![CDATA[Reply to Bug? Adapter hm-rpc - Keymatic OPEN Problem on Thu, 21 Nov 2019 10:27:40 GMT]]></title><description><![CDATA[<p dir="auto">Dann müsste man also -korrekte Einrichtung der Keymatic vorausgesetzt- über den Datenpunkt STATE verschließen &lt;-&gt; aufschließen und mit dem Datenpunkt OPEN entriegeln.</p>
<p dir="auto">Da wäre jetzt nur die Frage ob OPEN true im verschlossenen Zustand ach vorher aufschließt- Ich habe mit der Keymatik schon lange nicht mehr gearbeitet, denke aber dass je nach Zustand der Datenpunkte bestimmte Winkel angefahren werden.</p>
]]></description><link>https://forum.iobroker.net/post/328464</link><guid isPermaLink="true">https://forum.iobroker.net/post/328464</guid><dc:creator><![CDATA[Homoran]]></dc:creator><pubDate>Thu, 21 Nov 2019 10:27:40 GMT</pubDate></item><item><title><![CDATA[Reply to Bug? Adapter hm-rpc - Keymatic OPEN Problem on Thu, 21 Nov 2019 10:22:31 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> Allerdings kommt mir beim drüberschauen über die Metas, dass <code>TYPE: 'ACTION'</code> evtl immer einen Button darstellen müsste. Sprich es keinen Unterschied macht ob man <code>true</code> oder <code>false</code> in den Dp schreibt.</p>
<p dir="auto">Kann es allerdings aktuell nicht validieren, da ich hier ausm WLAN kein VPN mit meinem neuen DynDNS aufgebaut bekomme <img src="https://forum.iobroker.net/assets/plugins/nodebb-plugin-emoji/emoji/android/1f937.png?v=ba16ebd4856" class="not-responsive emoji emoji-android emoji--shrug" style="height:23px;width:auto;vertical-align:middle" title=":shrug:" alt="🤷" /> .</p>
<p dir="auto">Ist jetzt auch eher Off-Topic für hier.</p>
]]></description><link>https://forum.iobroker.net/post/328461</link><guid isPermaLink="true">https://forum.iobroker.net/post/328461</guid><dc:creator><![CDATA[foxriver76]]></dc:creator><pubDate>Thu, 21 Nov 2019 10:22:31 GMT</pubDate></item><item><title><![CDATA[Reply to Bug? Adapter hm-rpc - Keymatic OPEN Problem on Thu, 21 Nov 2019 10:17:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/foxriver76" aria-label="Profile: foxriver76">@<bdi>foxriver76</bdi></a> sagte in <a href="/post/328455">Bug? Adapter hm-rpc - Keymatic OPEN Problem</a>:</p>
<blockquote>
<p dir="auto">Über die API ist es wie gesagt keine Liste.</p>
</blockquote>
<p dir="auto">Du hast anscheinend recht!</p>
<p dir="auto">Habe gerade nochmal ein ALTES Programmierhandbuch angesehen (Neues zum Dowload nicht gefunden):</p>
<p dir="auto"><img src="/assets/uploads/files/1574331378173-keymatic_datapoints.png" alt="keymatic_datapoints.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.iobroker.net/post/328457</link><guid isPermaLink="true">https://forum.iobroker.net/post/328457</guid><dc:creator><![CDATA[Homoran]]></dc:creator><pubDate>Thu, 21 Nov 2019 10:17:49 GMT</pubDate></item><item><title><![CDATA[Reply to Bug? Adapter hm-rpc - Keymatic OPEN Problem on Thu, 21 Nov 2019 10:15:11 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> Dann macht die CCU da aber irgendwelche Späße intern. Über die API ist es wie gesagt keine Liste. Kann mir auch nicht vorstellen, dass es in ioB jemals eine war. Ich habe diesbezüglich nix geändert.</p>
<p dir="auto">Auch habe ich gestern frisch die Meta-Daten eingepflegt von meiner <code>HM-Sec-Key-S.KEYMATIC</code>, respektive:</p>
<pre><code>            'OPEN': {
                'CONTROL': 'LOCK.OPEN',
                'DEFAULT': false,
                'FLAGS': 1,
                'ID': 'OPEN',
                'MAX': true,
                'MIN': false,
                'OPERATIONS': 2,
                'TAB_ORDER': 1,
                'TYPE': 'ACTION',
                'UNIT': ''
            },
</code></pre>
<pre><code>            'STATE': {
                'CONTROL': 'LOCK.STATE',
                'DEFAULT': false,
                'FLAGS': 1,
                'ID': 'STATE',
                'MAX': true,
                'MIN': false,
                'OPERATIONS': 7,
                'TAB_ORDER': 0,
                'TYPE': 'BOOL',
                'UNIT': ''
            },
</code></pre>
<p dir="auto">Man kann sich gerne bei Eq3 über die Unterschiede zw. Web-Ui und API beschweren, finde es allerdings nicht so tragisch.</p>
]]></description><link>https://forum.iobroker.net/post/328455</link><guid isPermaLink="true">https://forum.iobroker.net/post/328455</guid><dc:creator><![CDATA[foxriver76]]></dc:creator><pubDate>Thu, 21 Nov 2019 10:15:11 GMT</pubDate></item><item><title><![CDATA[Reply to Bug? Adapter hm-rpc - Keymatic OPEN Problem on Thu, 21 Nov 2019 10:08:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/foxriver76" aria-label="Profile: foxriver76">@<bdi>foxriver76</bdi></a> sagte in <a href="/post/328449">Bug? Adapter hm-rpc - Keymatic OPEN Problem</a>:</p>
<blockquote>
<p dir="auto">n der HM Oberfläche selbst -- keine Ahnung</p>
</blockquote>
<p dir="auto">Darum gehts ja - da ist es Werteliste (war es zumindest früher)<br />
<img src="/assets/uploads/files/1574330894039-keymatic.png" alt="keymatic.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Nagel mich jetzt nicht auf die Zuordnung 0-1-2 fest aber so in etwa</p>
]]></description><link>https://forum.iobroker.net/post/328453</link><guid isPermaLink="true">https://forum.iobroker.net/post/328453</guid><dc:creator><![CDATA[Homoran]]></dc:creator><pubDate>Thu, 21 Nov 2019 10:08:34 GMT</pubDate></item><item><title><![CDATA[Reply to Bug? Adapter hm-rpc - Keymatic OPEN Problem on Thu, 21 Nov 2019 10:05:12 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> Also laut API ist es ein Bool wie ja auch in den von dir geposteten Daten zu sehen. In der HM Oberfläche selbst -- keine Ahnung ;-)</p>
<p dir="auto">Value Lists liefert die API so:</p>
<pre><code>'CONTROL_MODE': {
                'CONTROL': 'HEATING_CONTROL.CONTROL_MODE',
                'DEFAULT': 0,
                'FLAGS': 1,
                'ID': 'CONTROL_MODE',
                'MAX': 3,
                'MIN': 0,
                'OPERATIONS': 5,
                'TAB_ORDER': 0,
                'TYPE': 'ENUM',
                'UNIT': '',
                'VALUE_LIST': [
                    'AUTO-MODE',
                    'MANU-MODE',
                    'PARTY-MODE',
                    'BOOST-MODE'
                ]
}
</code></pre>
<p dir="auto">Siehe <code>TYPE: 'ENUM'</code></p>
]]></description><link>https://forum.iobroker.net/post/328449</link><guid isPermaLink="true">https://forum.iobroker.net/post/328449</guid><dc:creator><![CDATA[foxriver76]]></dc:creator><pubDate>Thu, 21 Nov 2019 10:05:12 GMT</pubDate></item><item><title><![CDATA[Reply to Bug? Adapter hm-rpc - Keymatic OPEN Problem on Thu, 21 Nov 2019 09:59:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/foxriver76" aria-label="Profile: foxriver76">@<bdi>foxriver76</bdi></a><br />
Aber der Datenpunkt STATE ist in HM doch eine Werteliste 0,1,2 und in ioB ein boolean:</p>
<pre><code>{
  "type": "state",
  "common": {
    "def": false,
    "type": "boolean",
    "read": true,
    "write": true,
    "role": "switch.lock",
    "name": "Schloss_Haustuer:1.STATE"
  },
  "native": {
    "CONTROL": "LOCK.STATE",
    "DEFAULT": false,
    "FLAGS": 1,
    "ID": "STATE",
    "MAX": true,
    "MIN": false,
    "OPERATIONS": 7,
    "TAB_ORDER": 0,
    "TYPE": "BOOL",
    "UNIT": "",
    "LOCK_VALUE": false
  },
  "from": "system.adapter.hm-rpc.0",
  "ts": 1564216379593,
  "_id": "hm-rpc.0.JEQ0466320.1.STATE",
  "acl": {
    "object": 1636,
    "state": 1636,
    "owner": "system.user.admin",
    "ownerGroup": "system.group.administrator"
  }
}
</code></pre>
<p dir="auto">Muss das nicht angepasst werden?</p>
]]></description><link>https://forum.iobroker.net/post/328442</link><guid isPermaLink="true">https://forum.iobroker.net/post/328442</guid><dc:creator><![CDATA[Homoran]]></dc:creator><pubDate>Thu, 21 Nov 2019 09:59:02 GMT</pubDate></item><item><title><![CDATA[Reply to Bug? Adapter hm-rpc - Keymatic OPEN Problem on Wed, 20 Nov 2019 20:00:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/knallochse" aria-label="Profile: Knallochse">@<bdi>Knallochse</bdi></a> Jein, der State wurde in einen Button geändert. Wie man einen Button in einem Skript anspricht muesste allerdings egal sein. Allerdings wird er im Admin, insofern Expertenmodus deaktiviert ist nun als Knopf angezeigt und sollte so nicht mehr die oben genannte Verwirrung stiften.</p>
]]></description><link>https://forum.iobroker.net/post/328213</link><guid isPermaLink="true">https://forum.iobroker.net/post/328213</guid><dc:creator><![CDATA[foxriver76]]></dc:creator><pubDate>Wed, 20 Nov 2019 20:00:39 GMT</pubDate></item><item><title><![CDATA[Reply to Bug? Adapter hm-rpc - Keymatic OPEN Problem on Wed, 20 Nov 2019 19:58:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/foxriver76" aria-label="Profile: foxriver76">@<bdi>foxriver76</bdi></a> hat schon eine Änderung im rpc Adapter vorgenommen.<br />
Es wurde der OPEN Datenpunkt von Taster auf Schalter geändert, so das jetzt nur noch true die Aktion „öffnen“ auslösen sollte.</p>
]]></description><link>https://forum.iobroker.net/post/328210</link><guid isPermaLink="true">https://forum.iobroker.net/post/328210</guid><dc:creator><![CDATA[Knallochse]]></dc:creator><pubDate>Wed, 20 Nov 2019 19:58:31 GMT</pubDate></item><item><title><![CDATA[Reply to Bug? Adapter hm-rpc - Keymatic OPEN Problem on Wed, 20 Nov 2019 19:34:17 GMT]]></title><description><![CDATA[<p dir="auto">Hier mal das github Issues zum nachlesen:<br />
<a href="https://github.com/ioBroker/ioBroker.hm-rpc/issues/210" rel="nofollow ugc">https://github.com/ioBroker/ioBroker.hm-rpc/issues/210</a></p>
]]></description><link>https://forum.iobroker.net/post/328183</link><guid isPermaLink="true">https://forum.iobroker.net/post/328183</guid><dc:creator><![CDATA[Knallochse]]></dc:creator><pubDate>Wed, 20 Nov 2019 19:34:17 GMT</pubDate></item><item><title><![CDATA[Reply to Bug? Adapter hm-rpc - Keymatic OPEN Problem on Wed, 20 Nov 2019 17:53:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/knallochse" aria-label="Profile: Knallochse">@<bdi>Knallochse</bdi></a><br />
dass ist nett, danke Dir</p>
]]></description><link>https://forum.iobroker.net/post/328106</link><guid isPermaLink="true">https://forum.iobroker.net/post/328106</guid><dc:creator><![CDATA[AingTii]]></dc:creator><pubDate>Wed, 20 Nov 2019 17:53:48 GMT</pubDate></item><item><title><![CDATA[Reply to Bug? Adapter hm-rpc - Keymatic OPEN Problem on Wed, 20 Nov 2019 17:53:20 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><br />
ja das habe ich ebenfalls festgestellt, es kommt bei direction auch nicht komplett alles an,<br />
normal würde ich meinen 0,1,2 oder so<br />
für abschließen, aufschließen, öffnen ?!?!?<br />
Aber irgendwie hat man nur bei einem wirklich eine änderung.</p>
]]></description><link>https://forum.iobroker.net/post/328105</link><guid isPermaLink="true">https://forum.iobroker.net/post/328105</guid><dc:creator><![CDATA[AingTii]]></dc:creator><pubDate>Wed, 20 Nov 2019 17:53:20 GMT</pubDate></item><item><title><![CDATA[Reply to Bug? Adapter hm-rpc - Keymatic OPEN Problem on Wed, 20 Nov 2019 17:46:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/knallochse" aria-label="Profile: Knallochse">@<bdi>Knallochse</bdi></a><br />
Stimmt - gerade getestet.</p>
<p dir="auto">IMHO müsste der Typ von State eine Werteliste mit 3 Zuständen sein.<br />
verriegelt - entriegelt - öffnen</p>
]]></description><link>https://forum.iobroker.net/post/328099</link><guid isPermaLink="true">https://forum.iobroker.net/post/328099</guid><dc:creator><![CDATA[Homoran]]></dc:creator><pubDate>Wed, 20 Nov 2019 17:46:56 GMT</pubDate></item><item><title><![CDATA[Reply to Bug? Adapter hm-rpc - Keymatic OPEN Problem on Wed, 20 Nov 2019 17:31:47 GMT]]></title><description><![CDATA[<p dir="auto">Ich habe mal ein Github Issues aufgemacht</p>
]]></description><link>https://forum.iobroker.net/post/328094</link><guid isPermaLink="true">https://forum.iobroker.net/post/328094</guid><dc:creator><![CDATA[Knallochse]]></dc:creator><pubDate>Wed, 20 Nov 2019 17:31:47 GMT</pubDate></item><item><title><![CDATA[Reply to Bug? Adapter hm-rpc - Keymatic OPEN Problem on Wed, 20 Nov 2019 17:23:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/aingtii" aria-label="Profile: AingTii">@<bdi>AingTii</bdi></a> Betrag editiert und Gegenteil beobachtet.<br />
Ich habe gerade getestet und kann das Verhalten deiner Keymatic komplett bestätigen.<br />
Das Ändern des Datenpunktes :Open in<br />
False zu True<br />
False zu False<br />
True zu False<br />
True zu True<br />
öffnet jeweils die Tür, was in der Tat sehr bedenklich ist.<br />
Bin mir fast sicher, dass dazu früher das Ändern von 2 Datenpunkten nötig war.<br />
Ist mir aber nicht aufgefallen, da ich zum schalten der Keymatic keine Iobroker Steuerung verwende.</p>
]]></description><link>https://forum.iobroker.net/post/328082</link><guid isPermaLink="true">https://forum.iobroker.net/post/328082</guid><dc:creator><![CDATA[Knallochse]]></dc:creator><pubDate>Wed, 20 Nov 2019 17:23:07 GMT</pubDate></item><item><title><![CDATA[Reply to Bug? Adapter hm-rpc - Keymatic OPEN Problem on Wed, 20 Nov 2019 16:48:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/foxriver76" aria-label="Profile: foxriver76">@<bdi>foxriver76</bdi></a></p>
<p dir="auto">ich habe gesehen, dass Du die letzten Updates zum hm-rpc erstellt hast, daher die Frage an<br />
dich, kann es sein, dass da im Adapter etwas nicht richtig läuft zu meinem Problem?</p>
<p dir="auto">Wäre mir ziemlich wichtig, da ich ab und an einfach mal eine offene Tür habe und bislang<br />
noch keine wirklich Ursache gefunden habe.<br />
Somit bleibt mir nur so ran zu gehen, alles mögliche auszuschließen was es nicht die Ursache ist.</p>
<p dir="auto">Wenn es ganz blöde läuft ist es ein keymatic Problem, aber zumindest könnte ich mich dann an<br />
ELV wenden...</p>
<p dir="auto">Könntest Du da bitte mal schauen, ob es am adapter liegt das der Datenpunkt OPEN egal ob setzen, nicht setzen<br />
False, True, ändern oder nicht die Tür öffnet....</p>
<p dir="auto">Danke<br />
Gruß Jens</p>
]]></description><link>https://forum.iobroker.net/post/328072</link><guid isPermaLink="true">https://forum.iobroker.net/post/328072</guid><dc:creator><![CDATA[AingTii]]></dc:creator><pubDate>Wed, 20 Nov 2019 16:48:05 GMT</pubDate></item></channel></rss>