<?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: Komfort- Mindesttemperatur setzen [gelöst]]]></title><description><![CDATA[<p dir="auto">Guten Tag,</p>
<p dir="auto">weiß jemand ob es möglich ist einen Datenpunkt zu bekommen für die Wandthermostate (HM-TC-IT-WM-W-EU) um die Komfort-/Mindesttemperatur zu setzen? Über die Homematic geht dies im Interface- PocketControl auf iOS kann es ebenfalls. Übersehe ich etwas?</p>
<p dir="auto">Gruß<br />
Markus</p>
]]></description><link>https://forum.iobroker.net/topic/25274/hm-rpc-komfort-mindesttemperatur-setzen-gelöst</link><generator>RSS for Node</generator><lastBuildDate>Sat, 25 Apr 2026 16:05:38 GMT</lastBuildDate><atom:link href="https://forum.iobroker.net/topic/25274.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 23 Sep 2019 12:54:08 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to HM-RPC: Komfort- Mindesttemperatur setzen [gelöst] on Wed, 25 Sep 2019 09:31:23 GMT]]></title><description><![CDATA[<p dir="auto">@Markus-Czerwonka:</p>
<blockquote>
<p dir="auto">Jau! Das funktioniert mit dem String.</p>
</blockquote>
<p dir="auto">Dann markiere bitte das Thema in der Überschrift als [gelöst].</p>
]]></description><link>https://forum.iobroker.net/post/303512</link><guid isPermaLink="true">https://forum.iobroker.net/post/303512</guid><dc:creator><![CDATA[paul53]]></dc:creator><pubDate>Wed, 25 Sep 2019 09:31:23 GMT</pubDate></item><item><title><![CDATA[Reply to HM-RPC: Komfort- Mindesttemperatur setzen [gelöst] on Wed, 25 Sep 2019 08:53:22 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> said in <a href="/post/303304">HM-RPC: Komfort- Mindesttemperatur setzen</a>:</p>
<blockquote></blockquote>
<p dir="auto">Jau! Das funktioniert mit dem String. Darauf muss man aber auch erstmal kommen. Vielen lieben Dank! <img src="https://forum.iobroker.net/assets/plugins/nodebb-plugin-emoji/emoji/android/1f44d.png?v=ba16ebd4856" class="not-responsive emoji emoji-android emoji--+1" style="height:23px;width:auto;vertical-align:middle" title=":+1:" alt="👍" /></p>
]]></description><link>https://forum.iobroker.net/post/303504</link><guid isPermaLink="true">https://forum.iobroker.net/post/303504</guid><dc:creator><![CDATA[w0nk1]]></dc:creator><pubDate>Wed, 25 Sep 2019 08:53:22 GMT</pubDate></item><item><title><![CDATA[Reply to HM-RPC: Komfort- Mindesttemperatur setzen [gelöst] on Wed, 25 Sep 2019 08:50:09 GMT]]></title><description><![CDATA[<p dir="auto">@Markus-Czerwonka<br />
Gute Nachricht: Es funktioniert, wenn man den Wert als String übergibt:</p>
<pre><code>sendTo('hm-rpc.0', 'putParamset', {ID: 'KEQ0909458', paramType: 'MASTER', params: {'TEMPERATURE_COMFORT': '24.0'}}, res =&gt; {
    log(JSON.stringify(res.result));
});
</code></pre>
]]></description><link>https://forum.iobroker.net/post/303493</link><guid isPermaLink="true">https://forum.iobroker.net/post/303493</guid><dc:creator><![CDATA[paul53]]></dc:creator><pubDate>Wed, 25 Sep 2019 08:50:09 GMT</pubDate></item><item><title><![CDATA[Reply to HM-RPC: Komfort- Mindesttemperatur setzen [gelöst] on Tue, 24 Sep 2019 21:47:35 GMT]]></title><description><![CDATA[<p dir="auto">@Markus-Czerwonka:</p>
<blockquote>
<p dir="auto">Der Wert ist auch nicht in der RasperryMatic übernommen, bleibt also beim ursprünglichen Wert.</p>
</blockquote>
<p dir="auto">Habe es gerade mit meinem HKT getestet: Leider mit dem gleichen negativen Ergebnis <img src="https://forum.iobroker.net/assets/plugins/nodebb-plugin-emoji/emoji/android/1f620.png?v=ba16ebd4856" class="not-responsive emoji emoji-android emoji--angry" style="height:23px;width:auto;vertical-align:middle" title=":angry:" alt="😠" /></p>
]]></description><link>https://forum.iobroker.net/post/303421</link><guid isPermaLink="true">https://forum.iobroker.net/post/303421</guid><dc:creator><![CDATA[paul53]]></dc:creator><pubDate>Tue, 24 Sep 2019 21:47:35 GMT</pubDate></item><item><title><![CDATA[Reply to HM-RPC: Komfort- Mindesttemperatur setzen [gelöst] on Tue, 24 Sep 2019 21:20:59 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> said in <a href="/post/303304">HM-RPC: Komfort- Mindesttemperatur setzen</a>:</p>
<blockquote></blockquote>
<p dir="auto">Das mit dem Schreibfehler stimmt natürlich, war aber auch nur mein zweiter Versuch, welchen ich dann dummerweise kopiert hatte.</p>
<p dir="auto">Leider klappt es mit dem von dir genannten Snippet ebenfalls nicht.</p>
<pre><code>{"result":"","error":null}
</code></pre>
<p dir="auto">Der Wert ist auch nicht in der RasperryMatic übernommen, bleibt also beim ursprünglichen Wert. Noch irgendwelche Ideen? ;-(</p>
]]></description><link>https://forum.iobroker.net/post/303418</link><guid isPermaLink="true">https://forum.iobroker.net/post/303418</guid><dc:creator><![CDATA[w0nk1]]></dc:creator><pubDate>Tue, 24 Sep 2019 21:20:59 GMT</pubDate></item><item><title><![CDATA[Reply to HM-RPC: Komfort- Mindesttemperatur setzen [gelöst] on Tue, 24 Sep 2019 15:05:40 GMT]]></title><description><![CDATA[<p dir="auto">@Markus-Czerwonka sagte:</p>
<blockquote>
<p dir="auto">Leider führt das hier zu keinem Ergebnis:</p>
</blockquote>
<p dir="auto">TEMPERATURE_LOWERING ist falsch geschrieben und für die Komfort-Temperatur sollte es so funktionieren:</p>
<pre><code>sendTo('hm-rpc.1', 'putParamset', {ID: 'PEQ1185958', paramType: 'MASTER', params: {'TEMPERATURE_COMFORT': 25.0}}, res =&gt; {
    log(JSON.stringify(res));
});
</code></pre>
]]></description><link>https://forum.iobroker.net/post/303304</link><guid isPermaLink="true">https://forum.iobroker.net/post/303304</guid><dc:creator><![CDATA[paul53]]></dc:creator><pubDate>Tue, 24 Sep 2019 15:05:40 GMT</pubDate></item><item><title><![CDATA[Reply to HM-RPC: Komfort- Mindesttemperatur setzen [gelöst] on Tue, 24 Sep 2019 14:33:28 GMT]]></title><description><![CDATA[<p dir="auto">Oh, die Abkürzung konnte ich nicht einordnen, aber macht Sinn, wo ich das nun so lese.</p>
<p dir="auto">Leider führt das hier zu keinem Ergebnis:</p>
<pre><code>sendTo('hm-rpc.1', 'putParamset', {ID: 'PEQ1185958', paramType: 'MASTER', params: {'TEMPERATURE_LOWEING': 25.0}}, res =&gt; {
    log(JSON.stringify(res));
});
</code></pre>
<p dir="auto">Die Ausgabe im Log ist dann:</p>
<pre><code>{"result":"","error":null}
</code></pre>
<p dir="auto">Wenn ich mir dann das Gerät in der RasperryMatic anschaue, ist der Komfort-Temperatur-Wert leider noch unverändert. Ich scheine doch sicherlich irgendwas grundlegendes zu übersehen?</p>
]]></description><link>https://forum.iobroker.net/post/303298</link><guid isPermaLink="true">https://forum.iobroker.net/post/303298</guid><dc:creator><![CDATA[w0nk1]]></dc:creator><pubDate>Tue, 24 Sep 2019 14:33:28 GMT</pubDate></item><item><title><![CDATA[Reply to HM-RPC: Komfort- Mindesttemperatur setzen [gelöst] on Tue, 24 Sep 2019 14:07:55 GMT]]></title><description><![CDATA[<p dir="auto">@Markus-Czerwonka sagte:</p>
<blockquote>
<p dir="auto">Das sieht mir aber auch eher nach dem Heizungsthermostat aus, oder täusche ich mich da?</p>
</blockquote>
<p dir="auto">Beim JSON habe ich auch HKT geschrieben, denn ich habe keine HM-TC-IT-WM-W-EU.<br />
Die XML-Datei und der Screenshot daraus ist vom HM-TC-IT-WM-W-EU.</p>
]]></description><link>https://forum.iobroker.net/post/303296</link><guid isPermaLink="true">https://forum.iobroker.net/post/303296</guid><dc:creator><![CDATA[paul53]]></dc:creator><pubDate>Tue, 24 Sep 2019 14:07:55 GMT</pubDate></item><item><title><![CDATA[Reply to HM-RPC: Komfort- Mindesttemperatur setzen [gelöst] on Tue, 24 Sep 2019 14:03:34 GMT]]></title><description><![CDATA[<p dir="auto">Danke für deine Antwort <a class="plugin-mentions-user plugin-mentions-a" href="/user/paul53" aria-label="Profile: paul53">@<bdi>paul53</bdi></a></p>
<p dir="auto">Das sieht mir aber auch eher nach dem Heizungsthermostat aus, oder täusche ich mich da? Die Werte von oben sind von dem Wandthermostat selbst.</p>
]]></description><link>https://forum.iobroker.net/post/303295</link><guid isPermaLink="true">https://forum.iobroker.net/post/303295</guid><dc:creator><![CDATA[w0nk1]]></dc:creator><pubDate>Tue, 24 Sep 2019 14:03:34 GMT</pubDate></item><item><title><![CDATA[Reply to HM-RPC: Komfort- Mindesttemperatur setzen [gelöst] on Tue, 24 Sep 2019 11:55:43 GMT]]></title><description><![CDATA[<p dir="auto">@Markus-Czerwonka sagte:</p>
<blockquote>
<p dir="auto">Da finde ich die Werte nicht.</p>
</blockquote>
<p dir="auto">Die Ausgabe ist auch sehr kurz. Mein HKT gibt folgendes JSON aus:<br />
</p><section class="spoiler-wrapper"><button class="spoiler-control btn btn-default">Spoiler</button><section style="display:none" class="spoiler-content"><p></p>
<pre><code>{"ADAPTIVE_REGULATION":2,"BACKLIGHT_ON_TIME":10,"BOOST_AFTER_WINDOW_OPEN":false,"BOOST_POSITION":80,"BOOST_TIME_PERIOD":1,"BURST_RX":true,"BUTTON_LOCK":false,"BUTTON_RESPONSE_WITHOUT_BACKLIGHT":true,"CYCLIC_INFO_MSG":true,"CYCLIC_INFO_MSG_DIS":0,"DAYLIGHT_SAVING_TIME":true,"DECALCIFICATION_TIME":660,"DECALCIFICATION_WEEKDAY":0,"DISPLAY_INFORMATION":0,"ENDTIME_FRIDAY_1":1440,"ENDTIME_FRIDAY_10":1440,"ENDTIME_FRIDAY_11":1440,"ENDTIME_FRIDAY_12":1440,"ENDTIME_FRIDAY_13":1440,"ENDTIME_FRIDAY_2":540,"ENDTIME_FRIDAY_3":1020,"ENDTIME_FRIDAY_4":1320,"ENDTIME_FRIDAY_5":1440,"ENDTIME_FRIDAY_6":1440,"ENDTIME_FRIDAY_7":1440,"ENDTIME_FRIDAY_8":1440,"ENDTIME_FRIDAY_9":1440,"ENDTIME_MONDAY_1":1440,"ENDTIME_MONDAY_10":1440,"ENDTIME_MONDAY_11":1440,"ENDTIME_MONDAY_12":1440,"ENDTIME_MONDAY_13":1440,"ENDTIME_MONDAY_2":540,"ENDTIME_MONDAY_3":1020,"ENDTIME_MONDAY_4":1320,"ENDTIME_MONDAY_5":1440,"ENDTIME_MONDAY_6":1440,"ENDTIME_MONDAY_7":1440,"ENDTIME_MONDAY_8":1440,"ENDTIME_MONDAY_9":1440,"ENDTIME_SATURDAY_1":1440,"ENDTIME_SATURDAY_10":1440,"ENDTIME_SATURDAY_11":1440,"ENDTIME_SATURDAY_12":1440,"ENDTIME_SATURDAY_13":1440,"ENDTIME_SATURDAY_2":1320,"ENDTIME_SATURDAY_3":1440,"ENDTIME_SATURDAY_4":1440,"ENDTIME_SATURDAY_5":1440,"ENDTIME_SATURDAY_6":1440,"ENDTIME_SATURDAY_7":1440,"ENDTIME_SATURDAY_8":1440,"ENDTIME_SATURDAY_9":1440,"ENDTIME_SUNDAY_1":1440,"ENDTIME_SUNDAY_10":1440,"ENDTIME_SUNDAY_11":1440,"ENDTIME_SUNDAY_12":1440,"ENDTIME_SUNDAY_13":1440,"ENDTIME_SUNDAY_2":1320,"ENDTIME_SUNDAY_3":1440,"ENDTIME_SUNDAY_4":1440,"ENDTIME_SUNDAY_5":1440,"ENDTIME_SUNDAY_6":1440,"ENDTIME_SUNDAY_7":1440,"ENDTIME_SUNDAY_8":1440,"ENDTIME_SUNDAY_9":1440,"ENDTIME_THURSDAY_1":1440,"ENDTIME_THURSDAY_10":1440,"ENDTIME_THURSDAY_11":1440,"ENDTIME_THURSDAY_12":1440,"ENDTIME_THURSDAY_13":1440,"ENDTIME_THURSDAY_2":540,"ENDTIME_THURSDAY_3":1020,"ENDTIME_THURSDAY_4":1320,"ENDTIME_THURSDAY_5":1440,"ENDTIME_THURSDAY_6":1440,"ENDTIME_THURSDAY_7":1440,"ENDTIME_THURSDAY_8":1440,"ENDTIME_THURSDAY_9":1440,"ENDTIME_TUESDAY_1":1440,"ENDTIME_TUESDAY_10":1440,"ENDTIME_TUESDAY_11":1440,"ENDTIME_TUESDAY_12":1440,"ENDTIME_TUESDAY_13":1440,"ENDTIME_TUESDAY_2":540,"ENDTIME_TUESDAY_3":1020,"ENDTIME_TUESDAY_4":1320,"ENDTIME_TUESDAY_5":1440,"ENDTIME_TUESDAY_6":1440,"ENDTIME_TUESDAY_7":1440,"ENDTIME_TUESDAY_8":1440,"ENDTIME_TUESDAY_9":1440,"ENDTIME_WEDNESDAY_1":1440,"ENDTIME_WEDNESDAY_10":1440,"ENDTIME_WEDNESDAY_11":1440,"ENDTIME_WEDNESDAY_12":1440,"ENDTIME_WEDNESDAY_13":1440,"ENDTIME_WEDNESDAY_2":540,"ENDTIME_WEDNESDAY_3":1020,"ENDTIME_WEDNESDAY_4":1320,"ENDTIME_WEDNESDAY_5":1440,"ENDTIME_WEDNESDAY_6":1440,"ENDTIME_WEDNESDAY_7":1440,"ENDTIME_WEDNESDAY_8":1440,"ENDTIME_WEDNESDAY_9":1440,"GLOBAL_BUTTON_LOCK":false,"I_VALUE_EXTERN":18,"I_VALUE_INTERN":15,"LOCAL_RESET_DISABLE":false,"LOW_BAT_LIMIT":2.1,"MANU_MODE_PRIORITIZATION":1,"MIN_MAX_VALUE_NOT_RELEVANT_FOR_MANU_MODE":false,"MODUS_BUTTON_LOCK":true,"PARTY_MODE_PRIORITIZATION":1,"P_START_VALUE_EXTERN":44,"P_START_VALUE_INTERN":30,"P_VALUE_EXTERN":33,"P_VALUE_INTERN":30,"SHOW_WEEKDAY":false,"TEMPERATUREFALL_MODUS":0,"TEMPERATUREFALL_VALUE":1.4,"TEMPERATUREFALL_WINDOW_OPEN":12,"TEMPERATUREFALL_WINDOW_OPEN_TIME_PERIOD":15,"TEMPERATURE_COMFORT":24,"TEMPERATURE_FRIDAY_1":10,"TEMPERATURE_FRIDAY_10":17,"TEMPERATURE_FRIDAY_11":17,"TEMPERATURE_FRIDAY_12":17,"TEMPERATURE_FRIDAY_13":17,"TEMPERATURE_FRIDAY_2":21,"TEMPERATURE_FRIDAY_3":17,"TEMPERATURE_FRIDAY_4":21,"TEMPERATURE_FRIDAY_5":17,"TEMPERATURE_FRIDAY_6":17,"TEMPERATURE_FRIDAY_7":17,"TEMPERATURE_FRIDAY_8":17,"TEMPERATURE_FRIDAY_9":17,"TEMPERATURE_LOWERING":10,"TEMPERATURE_MAXIMUM":30.5,"TEMPERATURE_MINIMUM":4.5,"TEMPERATURE_MONDAY_1":10,"TEMPERATURE_MONDAY_10":17,"TEMPERATURE_MONDAY_11":17,"TEMPERATURE_MONDAY_12":17,"TEMPERATURE_MONDAY_13":17,"TEMPERATURE_MONDAY_2":21,"TEMPERATURE_MONDAY_3":17,"TEMPERATURE_MONDAY_4":21,"TEMPERATURE_MONDAY_5":17,"TEMPERATURE_MONDAY_6":17,"TEMPERATURE_MONDAY_7":17,"TEMPERATURE_MONDAY_8":17,"TEMPERATURE_MONDAY_9":17,"TEMPERATURE_OFFSET":7,"TEMPERATURE_SATURDAY_1":10,"TEMPERATURE_SATURDAY_10":17,"TEMPERATURE_SATURDAY_11":17,"TEMPERATURE_SATURDAY_12":17,"TEMPERATURE_SATURDAY_13":17,"TEMPERATURE_SATURDAY_2":21,"TEMPERATURE_SATURDAY_3":17,"TEMPERATURE_SATURDAY_4":17,"TEMPERATURE_SATURDAY_5":17,"TEMPERATURE_SATURDAY_6":17,"TEMPERATURE_SATURDAY_7":17,"TEMPERATURE_SATURDAY_8":17,"TEMPERATURE_SATURDAY_9":17,"TEMPERATURE_SUNDAY_1":10,"TEMPERATURE_SUNDAY_10":17,"TEMPERATURE_SUNDAY_11":17,"TEMPERATURE_SUNDAY_12":17,"TEMPERATURE_SUNDAY_13":17,"TEMPERATURE_SUNDAY_2":21,"TEMPERATURE_SUNDAY_3":17,"TEMPERATURE_SUNDAY_4":17,"TEMPERATURE_SUNDAY_5":17,"TEMPERATURE_SUNDAY_6":17,"TEMPERATURE_SUNDAY_7":17,"TEMPERATURE_SUNDAY_8":17,"TEMPERATURE_SUNDAY_9":17,"TEMPERATURE_THURSDAY_1":10,"TEMPERATURE_THURSDAY_10":17,"TEMPERATURE_THURSDAY_11":17,"TEMPERATURE_THURSDAY_12":17,"TEMPERATURE_THURSDAY_13":17,"TEMPERATURE_THURSDAY_2":21,"TEMPERATURE_THURSDAY_3":17,"TEMPERATURE_THURSDAY_4":21,"TEMPERATURE_THURSDAY_5":17,"TEMPERATURE_THURSDAY_6":17,"TEMPERATURE_THURSDAY_7":17,"TEMPERATURE_THURSDAY_8":17,"TEMPERATURE_THURSDAY_9":17,"TEMPERATURE_TUESDAY_1":10,"TEMPERATURE_TUESDAY_10":17,"TEMPERATURE_TUESDAY_11":17,"TEMPERATURE_TUESDAY_12":17,"TEMPERATURE_TUESDAY_13":17,"TEMPERATURE_TUESDAY_2":21,"TEMPERATURE_TUESDAY_3":17,"TEMPERATURE_TUESDAY_4":21,"TEMPERATURE_TUESDAY_5":17,"TEMPERATURE_TUESDAY_6":17,"TEMPERATURE_TUESDAY_7":17,"TEMPERATURE_TUESDAY_8":17,"TEMPERATURE_TUESDAY_9":17,"TEMPERATURE_WEDNESDAY_1":10,"TEMPERATURE_WEDNESDAY_10":17,"TEMPERATURE_WEDNESDAY_11":17,"TEMPERATURE_WEDNESDAY_12":17,"TEMPERATURE_WEDNESDAY_13":17,"TEMPERATURE_WEDNESDAY_2":21,"TEMPERATURE_WEDNESDAY_3":17,"TEMPERATURE_WEDNESDAY_4":21,"TEMPERATURE_WEDNESDAY_5":17,"TEMPERATURE_WEDNESDAY_6":17,"TEMPERATURE_WEDNESDAY_7":17,"TEMPERATURE_WEDNESDAY_8":17,"TEMPERATURE_WEDNESDAY_9":17,"VALVE_ERROR_RUN_POSITION":15,"VALVE_MAXIMUM_POSITION":100,"VALVE_OFFSET":0}
</code></pre>
<p dir="auto"></p></section></section><p></p>
]]></description><link>https://forum.iobroker.net/post/303249</link><guid isPermaLink="true">https://forum.iobroker.net/post/303249</guid><dc:creator><![CDATA[paul53]]></dc:creator><pubDate>Tue, 24 Sep 2019 11:55:43 GMT</pubDate></item><item><title><![CDATA[Reply to HM-RPC: Komfort- Mindesttemperatur setzen [gelöst] on Tue, 24 Sep 2019 10:43:12 GMT]]></title><description><![CDATA[<p dir="auto">@Markus-Czerwonka:</p>
<blockquote>
<p dir="auto">Gibt es noch einen andere Sektion?</p>
</blockquote>
<p dir="auto">Das Gerät kann MASTER-Parameter haben, aber auch die Kanäle.</p>
<p dir="auto">EDIT: Laut <a href="https://raw.githubusercontent.com/eq-3/occu/master/firmware/rftypes/rf_tc_it_wm-w-eu.xml" rel="nofollow ugc">XML-Datei</a> gibt es die Geräte-Parameter "TEMPERATURE_COMFORT" und "TEMPERATURE_LOWERING".</p>
<p dir="auto"><img src="/assets/uploads/files/1569321791309-wt_xml.jpg" alt="WT_XML.JPG" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.iobroker.net/post/303167</link><guid isPermaLink="true">https://forum.iobroker.net/post/303167</guid><dc:creator><![CDATA[paul53]]></dc:creator><pubDate>Tue, 24 Sep 2019 10:43:12 GMT</pubDate></item><item><title><![CDATA[Reply to HM-RPC: Komfort- Mindesttemperatur setzen [gelöst] on Tue, 24 Sep 2019 08:24:16 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></p>
<p dir="auto">Wobei ich muss hier doch nochmal einhaken. Ich habe nun die Parameter ausgelesen und bekomme folgende Rückmeldung:</p>
<pre><code>Master_Values: {"result":{"BOOST_AFTER_WINDOW_OPEN":false,"BOOST_TIME_PERIOD":1,"BURST_RX":true,"BUTTON_LOCK":false,"CYCLIC_INFO_MSG":true,"CYCLIC_INFO_MSG_DIS":0,"DAYLIGHT_SAVING_TIME"
</code></pre>
<p dir="auto">Da finde ich die Werte nicht. Gibt es noch einen andere Sektion?</p>
]]></description><link>https://forum.iobroker.net/post/303135</link><guid isPermaLink="true">https://forum.iobroker.net/post/303135</guid><dc:creator><![CDATA[w0nk1]]></dc:creator><pubDate>Tue, 24 Sep 2019 08:24:16 GMT</pubDate></item><item><title><![CDATA[Reply to HM-RPC: Komfort- Mindesttemperatur setzen [gelöst] on Mon, 23 Sep 2019 13:18:35 GMT]]></title><description><![CDATA[<p dir="auto">Ah! Stimmt - wer lesen kann ist klar im Vorteil. Vielen Dank für die schnelle Hilfe!</p>
]]></description><link>https://forum.iobroker.net/post/302912</link><guid isPermaLink="true">https://forum.iobroker.net/post/302912</guid><dc:creator><![CDATA[w0nk1]]></dc:creator><pubDate>Mon, 23 Sep 2019 13:18:35 GMT</pubDate></item><item><title><![CDATA[Reply to HM-RPC: Komfort- Mindesttemperatur setzen [gelöst] on Mon, 23 Sep 2019 13:16:17 GMT]]></title><description><![CDATA[<p dir="auto">@Markus-Czerwonka:</p>
<blockquote>
<p dir="auto">Komfort-/Mindesttemperatur zu setzen?</p>
</blockquote>
<p dir="auto">Das sind keine Datenpunkte, sondern MASTER-Parameter, die man nur mit <a href="https://github.com/ioBroker/ioBroker.hm-rpc" rel="nofollow ugc">sendTo()</a> setzen kann.</p>
]]></description><link>https://forum.iobroker.net/post/302909</link><guid isPermaLink="true">https://forum.iobroker.net/post/302909</guid><dc:creator><![CDATA[paul53]]></dc:creator><pubDate>Mon, 23 Sep 2019 13:16:17 GMT</pubDate></item></channel></rss>