Skip to content
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Logo
  1. ioBroker Community Home
  2. Deutsch
  3. Tester
  4. Test Adapter HeatingControl v2.12.x

NEWS

  • Wartung am 15.11. – Forum ab 22:00 Uhr nicht erreichbar
    BluefoxB
    Bluefox
    11
    2
    199

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    7.9k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.7k

Test Adapter HeatingControl v2.12.x

Test Adapter HeatingControl v2.12.x

Scheduled Pinned Locked Moved Tester
heating
3.2k Posts 236 Posters 2.0m Views 205 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H Harry94

    @Harry94 said in Test Adapter HeatingControl v1.0.x:

    @danny_v1
    Ich nutze Hauptsächlich die absolute Absenkung. Daher entstand leider auch das Problem.
    Weiterhin kann es ja auch damit Probleme geben wenn die relative absenkung unter die ansteuerbare Temperatur des Thermostates geht.

    Aber danke schonmal für den Tipp. 🙂

    Also ich habe mir ein Blockly zusammengebastelt, welches die (geänderte) Temperatur auch bei Absoluter Absenkung wieder herstellt, falls mal ein Fenster geöffnet wird.
    56351f0a-35f5-4f37-bfdd-b69410e35b79-image.png

    hier der Export

    <xml xmlns="https://developers.google.com/blockly/xml">
      <variables>
        <variable id="z?4`M}j#c8H0*9J#{qi*">Setpoint</variable>
        <variable id="[~GBLcTxD[Z[UiF).8V)">Fenster-Status</variable>
        <variable id="By7|JcN(1$a$r6qRDZ?d">Soll</variable>
        <variable id="xvi-^uae!`o?D$37YCjz">Temp0</variable>
        <variable id="r*Y7x4kF|0o,6D{o{xha">Fenster-offen</variable>
      </variables>
      <block type="comment" id="AOU.6uW2.6/G7.i8vOgp" x="187" y="-88">
        <field name="COMMENT">DP Steuerung zum Setzen der Neuen Temperatur</field>
        <next>
          <block type="variables_set" id="OugDuWCc(40zbV^)GA|^">
            <field name="VAR" id="z?4`M}j#c8H0*9J#{qi*">Setpoint</field>
            <value name="VALUE">
              <block type="field_oid" id="A`Fo!Bi_C*s}k#swb7Z6">
                <field name="oid">alias.0.EG.Buero.Gerät_1.SET</field>
              </block>
            </value>
            <next>
              <block type="comment" id=".@_B7A=!^!AD)7UAURlN">
                <field name="COMMENT">DP Fensterstatus für den Raum aus HeatingControl Adapter</field>
                <next>
                  <block type="variables_set" id="7ke6-ZG/|?OdVmr(~$LB">
                    <field name="VAR" id="[~GBLcTxD[Z[UiF).8V)">Fenster-Status</field>
                    <value name="VALUE">
                      <block type="field_oid" id="f;U+0TI1aSmW7#na;Feb">
                        <field name="oid">heatingcontrol.0.Rooms.Büro EG.WindowIsOpen</field>
                      </block>
                    </value>
                    <next>
                      <block type="comment" id="FlAgKRc6$al2XwIbm?g2">
                        <field name="COMMENT">DP Setpoint für den Raum aus HeatingControl Adapter</field>
                        <next>
                          <block type="variables_set" id="L.AA`BR9^1H-])y@1ArJ">
                            <field name="VAR" id="By7|JcN(1$a$r6qRDZ?d">Soll</field>
                            <value name="VALUE">
                              <block type="field_oid" id="Yp[KP.:v3@i%zJUI?{Cc">
                                <field name="oid">heatingcontrol.0.Rooms.Büro EG.CurrentTarget</field>
                              </block>
                            </value>
                            <next>
                              <block type="on_ext" id="]3:(QDqCKUD+%,Gv:;xb">
                                <mutation xmlns="http://www.w3.org/1999/xhtml" items="1"></mutation>
                                <field name="CONDITION">ne</field>
                                <field name="ACK_CONDITION">true</field>
                                <value name="OID0">
                                  <shadow type="field_oid">
                                    <field name="oid">default</field>
                                  </shadow>
                                  <block type="variables_get" id=")}cPY0`Y=!^!2=Z,AT5m">
                                    <field name="VAR" id="By7|JcN(1$a$r6qRDZ?d">Soll</field>
                                  </block>
                                </value>
                                <statement name="STATEMENT">
                                  <block type="controls_if" id="b}p#Xf1gTxH6@-i+$h1D">
                                    <value name="IF0">
                                      <block type="logic_compare" id="zkp%5GC;KJaMMwwm:in+">
                                        <field name="OP">EQ</field>
                                        <value name="A">
                                          <block type="variables_get" id="-D[WyA4khavpT9BbJJ:h">
                                            <field name="VAR" id="r*Y7x4kF|0o,6D{o{xha">Fenster-offen</field>
                                          </block>
                                        </value>
                                        <value name="B">
                                          <block type="logic_boolean" id="X:rWodyjU@Z_b1sCymkc">
                                            <field name="BOOL">TRUE</field>
                                          </block>
                                        </value>
                                      </block>
                                    </value>
                                    <statement name="DO0">
                                      <block type="variables_set" id="|}H-Ox87B/3Wg~,#$L*_">
                                        <field name="VAR" id="xvi-^uae!`o?D$37YCjz">Temp0</field>
                                        <value name="VALUE">
                                          <block type="on_source" id="}mx+fS6S)0~s].Q7Qy$0">
                                            <field name="ATTR">oldState.val</field>
                                          </block>
                                        </value>
                                        <next>
                                          <block type="debug" id="oIYSfv4/B{ZaeQ[1jc`/">
                                            <field name="Severity">log</field>
                                            <value name="TEXT">
                                              <shadow type="text">
                                                <field name="TEXT">test</field>
                                              </shadow>
                                              <block type="text_join" id="r,k,:gp8#Os=Nd7:lp{W">
                                                <mutation items="2"></mutation>
                                                <value name="ADD0">
                                                  <block type="text" id="/iUK6:pta;]bgr*_6ndG">
                                                    <field name="TEXT">Test DEBUG: Vorherige soll Temp Büro: </field>
                                                  </block>
                                                </value>
                                                <value name="ADD1">
                                                  <block type="variables_get" id="u$a{LDe6jE3pk#~)ykr}">
                                                    <field name="VAR" id="xvi-^uae!`o?D$37YCjz">Temp0</field>
                                                  </block>
                                                </value>
                                              </block>
                                            </value>
                                          </block>
                                        </next>
                                      </block>
                                    </statement>
                                  </block>
                                </statement>
                                <next>
                                  <block type="on_ext" id="G4Zjcwtg!F8:fv#hUn-N">
                                    <mutation xmlns="http://www.w3.org/1999/xhtml" items="1"></mutation>
                                    <field name="CONDITION">ne</field>
                                    <field name="ACK_CONDITION">true</field>
                                    <value name="OID0">
                                      <shadow type="field_oid" id="sraDCHs}`;M]dt!_IwF-">
                                        <field name="oid">default</field>
                                      </shadow>
                                      <block type="variables_get" id="F$zGX#!GTR=6$FXZZSR+">
                                        <field name="VAR" id="[~GBLcTxD[Z[UiF).8V)">Fenster-Status</field>
                                      </block>
                                    </value>
                                    <statement name="STATEMENT">
                                      <block type="comment" id="=St%S=WRcO1Xv*F19l8e">
                                        <field name="COMMENT">DP Fensterstatus für den Raum aus HeatingControl Adapter</field>
                                        <next>
                                          <block type="variables_set" id="`9W)|h1XgZNBGdEQxy(h">
                                            <field name="VAR" id="r*Y7x4kF|0o,6D{o{xha">Fenster-offen</field>
                                            <value name="VALUE">
                                              <block type="get_value" id="s!$6T]uN?w$snE=Ekb3v">
                                                <field name="ATTR">val</field>
                                                <field name="OID">heatingcontrol.0.Rooms.Büro EG.WindowIsOpen</field>
                                              </block>
                                            </value>
                                            <next>
                                              <block type="debug" id="P-uDy3r=LWK@nJU5q]Wr">
                                                <field name="Severity">log</field>
                                                <value name="TEXT">
                                                  <shadow type="text">
                                                    <field name="TEXT">test</field>
                                                  </shadow>
                                                  <block type="text_join" id="]~O];D:dRQmcl0DQH}0m">
                                                    <mutation items="2"></mutation>
                                                    <value name="ADD0">
                                                      <block type="text" id="c-_fE~{#8?O{H`lfXeV}">
                                                        <field name="TEXT">Test DEBUG: Fenster offen Status </field>
                                                      </block>
                                                    </value>
                                                    <value name="ADD1">
                                                      <block type="variables_get" id="{=au1ji4B159`CS{v2|(">
                                                        <field name="VAR" id="r*Y7x4kF|0o,6D{o{xha">Fenster-offen</field>
                                                      </block>
                                                    </value>
                                                  </block>
                                                </value>
                                                <next>
                                                  <block type="controls_if" id="A2wqy`{[4}C[`:y:,|J}">
                                                    <value name="IF0">
                                                      <block type="logic_compare" id="~24_mqXF:Ga,{bDZ9ac8">
                                                        <field name="OP">EQ</field>
                                                        <value name="A">
                                                          <block type="variables_get" id="}@[-E|gq-=ALjlo5NOfN">
                                                            <field name="VAR" id="r*Y7x4kF|0o,6D{o{xha">Fenster-offen</field>
                                                          </block>
                                                        </value>
                                                        <value name="B">
                                                          <block type="logic_boolean" id="Tp3A5dRmZw+@,A0?muBg">
                                                            <field name="BOOL">FALSE</field>
                                                          </block>
                                                        </value>
                                                      </block>
                                                    </value>
                                                    <statement name="DO0">
                                                      <block type="debug" id="~aCXMddp#m.S#3:-0Jj(">
                                                        <field name="Severity">log</field>
                                                        <value name="TEXT">
                                                          <shadow type="text">
                                                            <field name="TEXT">test</field>
                                                          </shadow>
                                                          <block type="text_join" id="5[3wML!=1a*X3oG57rn3">
                                                            <mutation items="2"></mutation>
                                                            <value name="ADD0">
                                                              <block type="text" id="X(c3=}R#hQ;0+r^bR[$b">
                                                                <field name="TEXT">Test DEBUG: Neue soll Temp Büro: </field>
                                                              </block>
                                                            </value>
                                                            <value name="ADD1">
                                                              <block type="variables_get" id="!tY%$$M/;L9i~aNnfD%[">
                                                                <field name="VAR" id="xvi-^uae!`o?D$37YCjz">Temp0</field>
                                                              </block>
                                                            </value>
                                                          </block>
                                                        </value>
                                                        <next>
                                                          <block type="control_ex" id="OkHf#=0[W.Z4{DJ,%18+">
                                                            <field name="TYPE">false</field>
                                                            <field name="CLEAR_RUNNING">FALSE</field>
                                                            <value name="OID">
                                                              <shadow type="field_oid" id="e@f4a+#nDjW;GX(cD}Og">
                                                                <field name="oid">Object ID</field>
                                                              </shadow>
                                                              <block type="variables_get" id="IL1rf1QZ{aKf!O|*_GRW">
                                                                <field name="VAR" id="z?4`M}j#c8H0*9J#{qi*">Setpoint</field>
                                                              </block>
                                                            </value>
                                                            <value name="VALUE">
                                                              <shadow type="logic_boolean" id="c[o58MZ=|}0Z(p%hl!(y">
                                                                <field name="BOOL">TRUE</field>
                                                              </shadow>
                                                              <block type="variables_get" id="@QbQnG?OGvz%wAzA;.{3">
                                                                <field name="VAR" id="xvi-^uae!`o?D$37YCjz">Temp0</field>
                                                              </block>
                                                            </value>
                                                            <value name="DELAY_MS">
                                                              <shadow type="math_number" id="yMLRF]a%{jqU;@vT_uz#">
                                                                <field name="NUM">500</field>
                                                              </shadow>
                                                            </value>
                                                          </block>
                                                        </next>
                                                      </block>
                                                    </statement>
                                                  </block>
                                                </next>
                                              </block>
                                            </next>
                                          </block>
                                        </next>
                                      </block>
                                    </statement>
                                  </block>
                                </next>
                              </block>
                            </next>
                          </block>
                        </next>
                      </block>
                    </next>
                  </block>
                </next>
              </block>
            </next>
          </block>
        </next>
      </block>
    </xml>
    

    ich freue mich über Verbesserungsvorschläge 😄

    ChaotC Offline
    ChaotC Offline
    Chaot
    wrote on last edited by
    #1463

    Als kleine Info an alle die sich mit den geöffneten Fenstern rumärgern:

    Ich nutze FritzDECT Thermostate die ja bekanntlich eine bis zu 30 Minuten Verzögerung bei der Befehlsübermittlung haben.
    Da somit eine Absenkung nicht realisierbar ist lasse ich per Script meine Frau diskret darauf hinweisen das sie doch die Fenster wieder schließen soll.
    Alexa macht einfach eine Ansage: "Mir ist kalt. Mach das Fenster wieder zu!"

    ioBroker auf NUC unter Proxmox; VIS: 12" Touchscreen und 17" Touch; Lichtsteuerung, Thermometer und Sensoren: Tasmota (39); Ambiente Beleuchtung: WLED (9); Heizung: DECT Thermostate (9) an Fritz 6690; EMS-ESP; 1 Echo V2; 3 Echo DOT; 1 Echo Connect; 2 Echo Show 5; Unifi Ap-Ac Lite.

    D 1 Reply Last reply
    0
    • ChaotC Chaot

      Als kleine Info an alle die sich mit den geöffneten Fenstern rumärgern:

      Ich nutze FritzDECT Thermostate die ja bekanntlich eine bis zu 30 Minuten Verzögerung bei der Befehlsübermittlung haben.
      Da somit eine Absenkung nicht realisierbar ist lasse ich per Script meine Frau diskret darauf hinweisen das sie doch die Fenster wieder schließen soll.
      Alexa macht einfach eine Ansage: "Mir ist kalt. Mach das Fenster wieder zu!"

      D Offline
      D Offline
      danny_v1
      wrote on last edited by
      #1464

      @Chaot Ich habe mir auch ein kleine Ansage gebastelt, welche mir mitteilt das die Temperatur geändert wurde, auf welchen Wert die geändert wurde und auch warum. Alexa sagt dann z.B. wenn das Fenster 30 sek offen ist: "Die Temperatur im Wohnzimmer wurde auf xx°C geändert, da ein Fenster geöffnet wurde". Wenn es wieder zu geht sagt sie "Die Temperatur im Wohnzimmer wurde durch Profil auf xx°C geändert.

      1 Reply Last reply
      1
      • Rene_HMR Rene_HM

        @piscator83 Das kann man schön im log beobachten: also bitte das debug log mal anschauen oder hier posten.... Du bist sicher, dass zwischen Setzen des DP für den Aktor und Übertragung zum Aktor keine Verzögerung stattfindet?

        P Offline
        P Offline
        piscator83
        wrote on last edited by piscator83
        #1465

        @Rene_HM
        Hier das Log rund um 0600 heute morgen:

        iobroker.2020-11-10.log

        Um 06:10 hat die Heizung eingeschalten.

        Was du mit dem 2. Teil meinst verstehe ich leider nicht 🤔

        Rene_HMR 1 Reply Last reply
        0
        • P piscator83

          @Rene_HM
          Hier das Log rund um 0600 heute morgen:

          iobroker.2020-11-10.log

          Um 06:10 hat die Heizung eingeschalten.

          Was du mit dem 2. Teil meinst verstehe ich leider nicht 🤔

          Rene_HMR Offline
          Rene_HMR Offline
          Rene_HM
          Developer
          wrote on last edited by
          #1466

          @piscator83 Das log file kann ich so nicht interpretieren. Kopiere doch einfach von /opt/iobroker/log.

          P 1 Reply Last reply
          0
          • S Offline
            S Offline
            sandro_gera
            wrote on last edited by
            #1467

            Hallo an alle,

            sorry wenn ich mal so frech bin und hier einfach frage bevor ich mir all 1466 Posts durchgelesen habe.
            Ich nutze einen Homematic Accesspoint in Verbindung mit HMIP-eTRV-2 Heizkörper Thermostaten.
            Intigration in ioBroker über den HomeMaticIP Cloud Adapter im IOT Adapter sind die Geräte für Alexa Sprachsteuerung eingebunden.
            Das Wochenprogramm habe ich über die Heizungsprofile in der Homematic App erstellt.
            Meine Frage ist nun, wenn ich möchte das ich die Temperatur in Verbindung mit Aqara Fenstekontakten absenken kann, wenn das Fenster geöffnte wird bzw das das Heizungsprofil wieder weiter läuft, wenn das Fenster geschlossen wird. Kann ich das mit diesem Adapter realisieren oder muß ich dann mein Wochenprogramm im Adapter erstellen?

            Master RPI4 8GB, Slave RPI3 1GB
            Node.js v18.17.1, npm: 9.6.7,
            JS-Controller: 5.0.16

            H 1 Reply Last reply
            0
            • S sandro_gera

              Hallo an alle,

              sorry wenn ich mal so frech bin und hier einfach frage bevor ich mir all 1466 Posts durchgelesen habe.
              Ich nutze einen Homematic Accesspoint in Verbindung mit HMIP-eTRV-2 Heizkörper Thermostaten.
              Intigration in ioBroker über den HomeMaticIP Cloud Adapter im IOT Adapter sind die Geräte für Alexa Sprachsteuerung eingebunden.
              Das Wochenprogramm habe ich über die Heizungsprofile in der Homematic App erstellt.
              Meine Frage ist nun, wenn ich möchte das ich die Temperatur in Verbindung mit Aqara Fenstekontakten absenken kann, wenn das Fenster geöffnte wird bzw das das Heizungsprofil wieder weiter läuft, wenn das Fenster geschlossen wird. Kann ich das mit diesem Adapter realisieren oder muß ich dann mein Wochenprogramm im Adapter erstellen?

              H Offline
              H Offline
              Harry94
              wrote on last edited by
              #1468

              @sandro_gera
              Hallo,
              bei dem Adapter müsstest du, soweit ich das sehen kann die Wochenprogramme ebenfalls übertragen.

              Du kannst aber bei den Homematic-Geräten im IoBroker (zumindest bei mir, nutze aber eine PivCCU ohne Cloud) den DP Window_State über ein Skript auf True / false setzen sobald der Fenstersensor die entsprechenden Werte liefert.
              Die Absenkung kannst du dann direkt über Homematic (Fenster offen Temperatur) festlegen.

              9a804c75-3216-495c-8afc-a77971ae636e-image.png

              S 2 Replies Last reply
              0
              • H Harry94

                @sandro_gera
                Hallo,
                bei dem Adapter müsstest du, soweit ich das sehen kann die Wochenprogramme ebenfalls übertragen.

                Du kannst aber bei den Homematic-Geräten im IoBroker (zumindest bei mir, nutze aber eine PivCCU ohne Cloud) den DP Window_State über ein Skript auf True / false setzen sobald der Fenstersensor die entsprechenden Werte liefert.
                Die Absenkung kannst du dann direkt über Homematic (Fenster offen Temperatur) festlegen.

                9a804c75-3216-495c-8afc-a77971ae636e-image.png

                S Offline
                S Offline
                sandro_gera
                wrote on last edited by sandro_gera
                #1469

                @Harry94

                Danke dir für deine Antwort nur leider habe ich den Datenpunkt Window _state bei mir nicht.
                Du hast durch deine CCU auch deutlich mehr Datenpunkte.
                Ich vermußte das sich das mit meinem Accesspoint nicht bewerkstellingen läßt.
                Aber vielleicht hat noch jemand eine andre Idee.

                Screenshot Datenpunkte HMIP-eTRV-2.jpg

                Master RPI4 8GB, Slave RPI3 1GB
                Node.js v18.17.1, npm: 9.6.7,
                JS-Controller: 5.0.16

                1 Reply Last reply
                0
                • Rene_HMR Rene_HM

                  @piscator83 Das log file kann ich so nicht interpretieren. Kopiere doch einfach von /opt/iobroker/log.

                  P Offline
                  P Offline
                  piscator83
                  wrote on last edited by
                  #1470

                  @Rene_HM

                  2020-11-11 05:52:09.372  -  [34mdebug [39m: heatingcontrol.0 (24132) ### handle state change zigbee.0.00158d0003f052b9.temperature {"val":21.81,"ack":true,"ts":1605070329368,"q":0,"from":"system.adapter.zigbee.0","user":"system.user.admin","lc":1605070329368}
                  2020-11-11 05:52:09.373  -  [34mdebug [39m: heatingcontrol.0 (24132) ### zigbee.0.00158d0003f052b9.temperature zigbee.0.00158d0002739ff4.temperature 21.81 23.24
                  2020-11-11 05:52:09.375  -  [34mdebug [39m: heatingcontrol.0 (24132) ### 111 not handled yet
                  2020-11-11 05:52:09.376  -  [34mdebug [39m: heatingcontrol.0 (24132) handle id zigbee.0.00158d0003f052b9.temperature state {"val":21.81,"ack":true,"ts":1605070329368,"q":0,"from":"system.adapter.zigbee.0","user":"system.user.admin","lc":1605070329368}
                  2020-11-11 05:52:09.376  -  [34mdebug [39m: heatingcontrol.0 (24132) ### handle devices  [{"id":5,"name":"Variablen.KZ.SollTemp","OID_Current":"zigbee.0.00158d0003f052b9.temperature","OID_Target":"javascript.0.Variablen.KZ.SollTemp","isActive":true,"type":1,"room":"Kinderzimmer"}]
                  2020-11-11 05:52:09.377  -  [34mdebug [39m: heatingcontrol.0 (24132) ### change from thermostat got 2
                  2020-11-11 05:52:09.379  -  [32minfo [39m: heatingcontrol.0 (24132) handle actors Kinderzimmer current 21.81 target 19
                  2020-11-11 05:52:09.380  -  [34mdebug [39m: heatingcontrol.0 (24132) room Kinderzimmer actor shelly.0.SHSW-PM#BA0DD5#1.Relay0.Switch nothing to do
                  2020-11-11 05:52:09.381  -  [34mdebug [39m: heatingcontrol.0 (24132) ### 222 handled
                  2020-11-11 05:52:09.381  -  [34mdebug [39m: heatingcontrol.0 (24132) ### all StateChange handled 
                  2020-11-11 05:58:59.398  -  [34mdebug [39m: heatingcontrol.0 (24132) ### handle state change zigbee.0.00158d00044b3294.temperature {"val":22.77,"ack":true,"ts":1605070739395,"q":0,"from":"system.adapter.zigbee.0","user":"system.user.admin","lc":1605070739395}
                  2020-11-11 05:58:59.399  -  [34mdebug [39m: heatingcontrol.0 (24132) ### zigbee.0.00158d00044b3294.temperature zigbee.0.00158d0003f052b9.temperature 22.77 21.81
                  2020-11-11 05:58:59.399  -  [34mdebug [39m: heatingcontrol.0 (24132) ### 111 not handled yet
                  2020-11-11 05:58:59.400  -  [34mdebug [39m: heatingcontrol.0 (24132) handle id zigbee.0.00158d00044b3294.temperature state {"val":22.77,"ack":true,"ts":1605070739395,"q":0,"from":"system.adapter.zigbee.0","user":"system.user.admin","lc":1605070739395}
                  2020-11-11 05:58:59.400  -  [34mdebug [39m: heatingcontrol.0 (24132) ### handle devices  [{"id":11,"name":"Variablen.Vorhaus.SollTemp","OID_Current":"zigbee.0.00158d00044b3294.temperature","OID_Target":"javascript.0.Variablen.Vorhaus.SollTemp","isActive":true,"type":1,"room":"Vorhaus"}]
                  2020-11-11 05:58:59.400  -  [34mdebug [39m: heatingcontrol.0 (24132) ### change from thermostat got 2
                  2020-11-11 05:58:59.402  -  [32minfo [39m: heatingcontrol.0 (24132) handle actors Vorhaus current 22.77 target 19
                  2020-11-11 05:58:59.404  -  [34mdebug [39m: heatingcontrol.0 (24132) room Vorhaus actor shelly.0.SHSW-PM#76E52C#1.Relay0.Switch nothing to do
                  2020-11-11 05:58:59.405  -  [34mdebug [39m: heatingcontrol.0 (24132) ### 222 handled
                  2020-11-11 05:58:59.405  -  [34mdebug [39m: heatingcontrol.0 (24132) ### all StateChange handled 
                  2020-11-11 06:00:00.014  -  [34mdebug [39m: heatingcontrol.0 (24132) calculating new target temperatures
                  2020-11-11 06:00:00.019  -  [34mdebug [39m: heatingcontrol.0 (24132) profile type 3
                  2020-11-11 06:00:00.020  -  [34mdebug [39m: heatingcontrol.0 (24132) get profile
                  2020-11-11 06:00:00.021  -  [34mdebug [39m: heatingcontrol.0 (24132) profile 0
                  2020-11-11 06:00:00.021  -  [34mdebug [39m: heatingcontrol.0 (24132) check room Bad
                  2020-11-11 06:00:00.022  -  [34mdebug [39m: heatingcontrol.0 (24132) Bad window open is false
                  2020-11-11 06:00:00.023  -  [34mdebug [39m: heatingcontrol.0 (24132) relative WindowOpenDecrease {"val":0,"ack":true,"ts":1600886191932,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1600886191932} number
                  2020-11-11 06:00:00.024  -  [34mdebug [39m: heatingcontrol.0 (24132) relative VacationAbsentDecrease {"val":0,"ack":true,"ts":1600886192010,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1600886192010} number
                  2020-11-11 06:00:00.025  -  [34mdebug [39m: heatingcontrol.0 (24132) relative PartyDecrease {"val":0,"ack":true,"ts":1600886191912,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1600886191912} number
                  2020-11-11 06:00:00.026  -  [34mdebug [39m: heatingcontrol.0 (24132) relative AbsentDecrease {"val":0,"ack":true,"ts":1600886191992,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1600886191992} number
                  2020-11-11 06:00:00.027  -  [34mdebug [39m: heatingcontrol.0 (24132) relative GuestIncrease {"val":0,"ack":true,"ts":1600886191846,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1600886191846} number
                  2020-11-11 06:00:00.028  -  [34mdebug [39m: heatingcontrol.0 (24132) FindNextPeriod for 2020-11-11 6:00:00 in Bad
                  2020-11-11 06:00:00.028  -  [34mdebug [39m: heatingcontrol.0 (24132) ### set ActiveTimeSlot to   10
                  2020-11-11 06:00:00.029  -  [34mdebug [39m: heatingcontrol.0 (24132) check ID Profiles.0.Bad.Wed.Periods.0.time period 0
                  2020-11-11 06:00:00.030  -  [34mdebug [39m: heatingcontrol.0 (24132) check time for Bad Profiles.0.Bad.Wed.Periods.0.time 24
                  2020-11-11 06:00:00.031  -  [34mdebug [39m: heatingcontrol.0 (24132) check ID Profiles.0.Bad.Wed.Periods.1.time period 1
                  2020-11-11 06:00:00.032  -  [34mdebug [39m: heatingcontrol.0 (24132) check ID Profiles.0.Bad.Wed.Periods.2.time period 2
                  2020-11-11 06:00:00.033  -  [34mdebug [39m: heatingcontrol.0 (24132) check ID Profiles.0.Bad.Wed.Periods.3.time period 3
                  2020-11-11 06:00:00.036  -  [34mdebug [39m: heatingcontrol.0 (24132) check ID Profiles.0.Bad.Wed.Periods.4.time period 4
                  2020-11-11 06:00:00.037  -  [34mdebug [39m: heatingcontrol.0 (24132) ### set ActiveTimeSlot to   10 period 0
                  2020-11-11 06:00:00.038  -  [34mdebug [39m: heatingcontrol.0 (24132) Bad found period 0 with 24 on 06,00
                  2020-11-11 06:00:00.038  -  [34mdebug [39m: heatingcontrol.0 (24132) ### current > 1 0 1
                  2020-11-11 06:00:00.039  -  [34mdebug [39m: heatingcontrol.0 (24132) ### new target temp 24 ( 24 0 0 0 0 0 ) 
                  2020-11-11 06:00:00.039  -  [34mdebug [39m: heatingcontrol.0 (24132) room Bad  setting new target 24
                  2020-11-11 06:00:00.040  -  [34mdebug [39m: heatingcontrol.0 (24132) room Bad Thermostat Variablen.Bad.SollTemp target is 24
                  2020-11-11 06:00:00.043  -  [32minfo [39m: heatingcontrol.0 (24132) set thermostat javascript.0.Variablen.Bad.SollTemp to 24; current is 21
                  2020-11-11 06:00:00.051  -  [34mdebug [39m: heatingcontrol.0 (24132) check room Küche
                  2020-11-11 06:00:00.052  -  [34mdebug [39m: heatingcontrol.0 (24132) Küche window open is false
                  2020-11-11 06:00:00.054  -  [34mdebug [39m: heatingcontrol.0 (24132) relative WindowOpenDecrease {"val":10,"ack":true,"ts":1602059879487,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1601191145592} number
                  2020-11-11 06:00:00.055  -  [34mdebug [39m: heatingcontrol.0 (24132) relative VacationAbsentDecrease {"val":7,"ack":true,"ts":1602059879487,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1600888199867} number
                  2020-11-11 06:00:00.056  -  [34mdebug [39m: heatingcontrol.0 (24132) relative PartyDecrease {"val":2,"ack":true,"ts":1602059879487,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1600888192378} number
                  2020-11-11 06:00:00.057  -  [34mdebug [39m: heatingcontrol.0 (24132) relative AbsentDecrease {"val":5,"ack":true,"ts":1602059879486,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1600888196072} number
                  2020-11-11 06:00:00.058  -  [34mdebug [39m: heatingcontrol.0 (24132) relative GuestIncrease {"val":0,"ack":true,"ts":1602059879486,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1600886714226} number
                  2020-11-11 06:00:00.059  -  [34mdebug [39m: heatingcontrol.0 (24132) FindNextPeriod for 2020-11-11 6:00:00 in Küche
                  2020-11-11 06:00:00.059  -  [34mdebug [39m: heatingcontrol.0 (24132) ### set ActiveTimeSlot to   10
                  2020-11-11 06:00:00.059  -  [34mdebug [39m: heatingcontrol.0 (24132) check ID Profiles.0.Küche.Wed.Periods.0.time period 0
                  2020-11-11 06:00:00.061  -  [34mdebug [39m: heatingcontrol.0 (24132) check time for Küche Profiles.0.Küche.Wed.Periods.0.time 19
                  2020-11-11 06:00:00.061  -  [34mdebug [39m: heatingcontrol.0 (24132) check ID Profiles.0.Küche.Wed.Periods.1.time period 1
                  2020-11-11 06:00:00.062  -  [34mdebug [39m: heatingcontrol.0 (24132) check ID Profiles.0.Küche.Wed.Periods.2.time period 2
                  2020-11-11 06:00:00.064  -  [34mdebug [39m: heatingcontrol.0 (24132) check ID Profiles.0.Küche.Wed.Periods.3.time period 3
                  2020-11-11 06:00:00.065  -  [34mdebug [39m: heatingcontrol.0 (24132) check ID Profiles.0.Küche.Wed.Periods.4.time period 4
                  2020-11-11 06:00:00.066  -  [34mdebug [39m: heatingcontrol.0 (24132) ### set ActiveTimeSlot to   10 period 0
                  2020-11-11 06:00:00.067  -  [34mdebug [39m: heatingcontrol.0 (24132) Küche found period 0 with 19 on 05,00
                  2020-11-11 06:00:00.067  -  [34mdebug [39m: heatingcontrol.0 (24132) ### current > 1 0 1
                  2020-11-11 06:00:00.067  -  [34mdebug [39m: heatingcontrol.0 (24132) ### new target temp 19 ( 19 0 0 0 0 0 ) 
                  2020-11-11 06:00:00.067  -  [34mdebug [39m: heatingcontrol.0 (24132) room Küche  setting new target 19
                  2020-11-11 06:00:00.069  -  [34mdebug [39m: heatingcontrol.0 (24132) room Küche Thermostat zigbee.0.00158d000423f9e9.temperature target is 19
                  2020-11-11 06:00:00.071  -  [34mdebug [39m: heatingcontrol.0 (24132) thermostat javascript.0.Variablen.Kueche.SollTemp nothing to do, already 19
                  2020-11-11 06:00:00.079  -  [34mdebug [39m: heatingcontrol.0 (24132) check room Wohnzimmer
                  2020-11-11 06:00:00.080  -  [34mdebug [39m: heatingcontrol.0 (24132) Wohnzimmer window open is false
                  2020-11-11 06:00:00.081  -  [34mdebug [39m: heatingcontrol.0 (24132) relative WindowOpenDecrease {"val":10,"ack":true,"ts":1601191123698,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1601191123693} number
                  2020-11-11 06:00:00.083  -  [34mdebug [39m: heatingcontrol.0 (24132) relative VacationAbsentDecrease {"val":0,"ack":true,"ts":1601058683667,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1600886740574} number
                  2020-11-11 06:00:00.084  -  [34mdebug [39m: heatingcontrol.0 (24132) relative PartyDecrease {"val":0,"ack":true,"ts":1601058683667,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1600886740428} number
                  2020-11-11 06:00:00.085  -  [34mdebug [39m: heatingcontrol.0 (24132) relative AbsentDecrease {"val":0,"ack":true,"ts":1601058683667,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1600886740499} number
                  2020-11-11 06:00:00.086  -  [34mdebug [39m: heatingcontrol.0 (24132) relative GuestIncrease {"val":0,"ack":true,"ts":1601058683667,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1600886740411} number
                  2020-11-11 06:00:00.086  -  [34mdebug [39m: heatingcontrol.0 (24132) FindNextPeriod for 2020-11-11 6:00:00 in Wohnzimmer
                  2020-11-11 06:00:00.086  -  [34mdebug [39m: heatingcontrol.0 (24132) ### set ActiveTimeSlot to   10
                  2020-11-11 06:00:00.086  -  [34mdebug [39m: heatingcontrol.0 (24132) check ID Profiles.0.Wohnzimmer.Wed.Periods.0.time period 0
                  2020-11-11 06:00:00.087  -  [34mdebug [39m: heatingcontrol.0 (24132) check time for Wohnzimmer Profiles.0.Wohnzimmer.Wed.Periods.0.time 24
                  2020-11-11 06:00:00.088  -  [34mdebug [39m: heatingcontrol.0 (24132) check ID Profiles.0.Wohnzimmer.Wed.Periods.1.time period 1
                  2020-11-11 06:00:00.089  -  [34mdebug [39m: heatingcontrol.0 (24132) check ID Profiles.0.Wohnzimmer.Wed.Periods.2.time period 2
                  2020-11-11 06:00:00.089  -  [34mdebug [39m: heatingcontrol.0 (24132) check ID Profiles.0.Wohnzimmer.Wed.Periods.3.time period 3
                  2020-11-11 06:00:00.090  -  [34mdebug [39m: heatingcontrol.0 (24132) check ID Profiles.0.Wohnzimmer.Wed.Periods.4.time period 4
                  2020-11-11 06:00:00.091  -  [34mdebug [39m: heatingcontrol.0 (24132) ### set ActiveTimeSlot to   10 period 0
                  2020-11-11 06:00:00.091  -  [34mdebug [39m: heatingcontrol.0 (24132) Wohnzimmer found period 0 with 24 on 06,00
                  2020-11-11 06:00:00.091  -  [34mdebug [39m: heatingcontrol.0 (24132) ### current > 1 0 1
                  2020-11-11 06:00:00.091  -  [34mdebug [39m: heatingcontrol.0 (24132) ### new target temp 24 ( 24 0 0 0 0 0 ) 
                  2020-11-11 06:00:00.092  -  [34mdebug [39m: heatingcontrol.0 (24132) room Wohnzimmer  setting new target 24
                  2020-11-11 06:00:00.093  -  [34mdebug [39m: heatingcontrol.0 (24132) room Wohnzimmer Thermostat zigbee.0.00158d000423f9e9.temperature target is 24
                  2020-11-11 06:00:00.094  -  [32minfo [39m: heatingcontrol.0 (24132) set thermostat javascript.0.Variablen.WZ.SollTemp to 24; current is 19
                  2020-11-11 06:00:00.097  -  [34mdebug [39m: heatingcontrol.0 (24132) ### handle state change heatingcontrol.0.Rooms.Wohnzimmer.ActiveTimeSlot {"val":10,"ack":true,"ts":1605070800095,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1605070800095}
                  2020-11-11 06:00:00.097  -  [34mdebug [39m: heatingcontrol.0 (24132) ### heatingcontrol.0.Rooms.Wohnzimmer.ActiveTimeSlot zigbee.0.00158d00044b3294.temperature 10 22.77
                  2020-11-11 06:00:00.100  -  [34mdebug [39m: heatingcontrol.0 (24132) vis: HandleStateChanges heatingcontrol.0.Rooms.Wohnzimmer.ActiveTimeSlot with 10 refreshVis false
                  2020-11-11 06:00:00.101  -  [34mdebug [39m: heatingcontrol.0 (24132) vis: HandleStateChanges ActiveTimeSlot 10
                  2020-11-11 06:00:00.103  -  [34mdebug [39m: heatingcontrol.0 (24132) ### 111 handled
                  2020-11-11 06:00:00.104  -  [34mdebug [39m: heatingcontrol.0 (24132) ### all StateChange handled 
                  2020-11-11 06:00:00.106  -  [34mdebug [39m: heatingcontrol.0 (24132) check room Kinderzimmer
                  2020-11-11 06:00:00.107  -  [34mdebug [39m: heatingcontrol.0 (24132) Kinderzimmer window open is false
                  2020-11-11 06:00:00.108  -  [34mdebug [39m: heatingcontrol.0 (24132) relative WindowOpenDecrease {"val":10,"ack":true,"ts":1601229141165,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1601229141160} number
                  2020-11-11 06:00:00.108  -  [34mdebug [39m: heatingcontrol.0 (24132) relative VacationAbsentDecrease {"val":0,"ack":true,"ts":1600886740918,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1600886740918} number
                  2020-11-11 06:00:00.109  -  [34mdebug [39m: heatingcontrol.0 (24132) relative PartyDecrease {"val":0,"ack":true,"ts":1600886740840,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1600886740840} number
                  2020-11-11 06:00:00.110  -  [34mdebug [39m: heatingcontrol.0 (24132) relative AbsentDecrease {"val":0,"ack":true,"ts":1600886740909,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1600886740909} number
                  2020-11-11 06:00:00.111  -  [34mdebug [39m: heatingcontrol.0 (24132) relative GuestIncrease {"val":0,"ack":true,"ts":1600886740749,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1600886740749} number
                  2020-11-11 06:00:00.112  -  [34mdebug [39m: heatingcontrol.0 (24132) FindNextPeriod for 2020-11-11 6:00:00 in Kinderzimmer
                  2020-11-11 06:00:00.112  -  [34mdebug [39m: heatingcontrol.0 (24132) ### set ActiveTimeSlot to   10
                  2020-11-11 06:00:00.112  -  [34mdebug [39m: heatingcontrol.0 (24132) check ID Profiles.0.Kinderzimmer.Wed.Periods.0.time period 0
                  2020-11-11 06:00:00.114  -  [34mdebug [39m: heatingcontrol.0 (24132) check time for Kinderzimmer Profiles.0.Kinderzimmer.Wed.Periods.0.time 19
                  2020-11-11 06:00:00.114  -  [34mdebug [39m: heatingcontrol.0 (24132) check ID Profiles.0.Kinderzimmer.Wed.Periods.1.time period 1
                  2020-11-11 06:00:00.115  -  [34mdebug [39m: heatingcontrol.0 (24132) check ID Profiles.0.Kinderzimmer.Wed.Periods.2.time period 2
                  2020-11-11 06:00:00.116  -  [34mdebug [39m: heatingcontrol.0 (24132) check ID Profiles.0.Kinderzimmer.Wed.Periods.3.time period 3
                  2020-11-11 06:00:00.117  -  [34mdebug [39m: heatingcontrol.0 (24132) check ID Profiles.0.Kinderzimmer.Wed.Periods.4.time period 4
                  2020-11-11 06:00:00.117  -  [34mdebug [39m: heatingcontrol.0 (24132) ### set ActiveTimeSlot to   10 period 0
                  2020-11-11 06:00:00.118  -  [34mdebug [39m: heatingcontrol.0 (24132) Kinderzimmer found period 0 with 19 on 05,00
                  2020-11-11 06:00:00.118  -  [34mdebug [39m: heatingcontrol.0 (24132) ### current > 1 0 1
                  2020-11-11 06:00:00.118  -  [34mdebug [39m: heatingcontrol.0 (24132) ### new target temp 19 ( 19 0 0 0 0 0 ) 
                  2020-11-11 06:00:00.119  -  [34mdebug [39m: heatingcontrol.0 (24132) room Kinderzimmer  setting new target 19
                  2020-11-11 06:00:00.132  -  [34mdebug [39m: heatingcontrol.0 (24132) room Kinderzimmer Thermostat Variablen.KZ.SollTemp target is 19
                  2020-11-11 06:00:00.134  -  [34mdebug [39m: heatingcontrol.0 (24132) thermostat javascript.0.Variablen.KZ.SollTemp nothing to do, already 19
                  2020-11-11 06:00:00.141  -  [34mdebug [39m: heatingcontrol.0 (24132) check room Schlafzimmer
                  2020-11-11 06:00:00.141  -  [34mdebug [39m: heatingcontrol.0 (24132) Schlafzimmer window open is true
                  2020-11-11 06:00:00.142  -  [34mdebug [39m: heatingcontrol.0 (24132) relative WindowOpenDecrease {"val":10,"ack":true,"ts":1601229147362,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1601229147357} number
                  2020-11-11 06:00:00.143  -  [34mdebug [39m: heatingcontrol.0 (24132) relative VacationAbsentDecrease {"val":0,"ack":true,"ts":1600886741428,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1600886741428} number
                  2020-11-11 06:00:00.144  -  [34mdebug [39m: heatingcontrol.0 (24132) relative PartyDecrease {"val":0,"ack":true,"ts":1600886741307,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1600886741307} number
                  2020-11-11 06:00:00.145  -  [34mdebug [39m: heatingcontrol.0 (24132) relative AbsentDecrease {"val":0,"ack":true,"ts":1600886741370,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1600886741370} number
                  2020-11-11 06:00:00.146  -  [34mdebug [39m: heatingcontrol.0 (24132) relative GuestIncrease {"val":0,"ack":true,"ts":1600886741205,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1600886741205} number
                  2020-11-11 06:00:00.147  -  [34mdebug [39m: heatingcontrol.0 (24132) use window open decrease
                  2020-11-11 06:00:00.148  -  [34mdebug [39m: heatingcontrol.0 (24132) FindNextPeriod for 2020-11-11 6:00:00 in Schlafzimmer
                  2020-11-11 06:00:00.148  -  [34mdebug [39m: heatingcontrol.0 (24132) ### set ActiveTimeSlot to   10
                  2020-11-11 06:00:00.148  -  [34mdebug [39m: heatingcontrol.0 (24132) check ID Profiles.0.Schlafzimmer.Wed.Periods.0.time period 0
                  2020-11-11 06:00:00.149  -  [34mdebug [39m: heatingcontrol.0 (24132) check time for Schlafzimmer Profiles.0.Schlafzimmer.Wed.Periods.0.time 19
                  2020-11-11 06:00:00.149  -  [34mdebug [39m: heatingcontrol.0 (24132) check ID Profiles.0.Schlafzimmer.Wed.Periods.1.time period 1
                  2020-11-11 06:00:00.150  -  [34mdebug [39m: heatingcontrol.0 (24132) check ID Profiles.0.Schlafzimmer.Wed.Periods.2.time period 2
                  2020-11-11 06:00:00.151  -  [34mdebug [39m: heatingcontrol.0 (24132) check ID Profiles.0.Schlafzimmer.Wed.Periods.3.time period 3
                  2020-11-11 06:00:00.151  -  [34mdebug [39m: heatingcontrol.0 (24132) check ID Profiles.0.Schlafzimmer.Wed.Periods.4.time period 4
                  2020-11-11 06:00:00.152  -  [34mdebug [39m: heatingcontrol.0 (24132) ### set ActiveTimeSlot to   10 period 0
                  2020-11-11 06:00:00.152  -  [34mdebug [39m: heatingcontrol.0 (24132) Schlafzimmer found period 0 with 19 on 05,00
                  2020-11-11 06:00:00.152  -  [34mdebug [39m: heatingcontrol.0 (24132) ### current > 1 0 1
                  2020-11-11 06:00:00.153  -  [34mdebug [39m: heatingcontrol.0 (24132) ### new target temp 9 ( 19 0 0 0 0 10 ) 
                  2020-11-11 06:00:00.153  -  [34mdebug [39m: heatingcontrol.0 (24132) room Schlafzimmer  setting new target 9
                  2020-11-11 06:00:00.154  -  [34mdebug [39m: heatingcontrol.0 (24132) room Schlafzimmer Thermostat Variablen.SZ.SollTemp target is 9
                  2020-11-11 06:00:00.154  -  [34mdebug [39m: heatingcontrol.0 (24132) thermostat javascript.0.Variablen.SZ.SollTemp nothing to do, already 9
                  2020-11-11 06:00:00.159  -  [34mdebug [39m: heatingcontrol.0 (24132) check room Vorhaus
                  2020-11-11 06:00:00.160  -  [34mdebug [39m: heatingcontrol.0 (24132) Vorhaus window open is false
                  2020-11-11 06:00:00.160  -  [34mdebug [39m: heatingcontrol.0 (24132) relative WindowOpenDecrease {"val":0,"ack":true,"ts":1600886780527,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1600886780527} number
                  2020-11-11 06:00:00.167  -  [34mdebug [39m: heatingcontrol.0 (24132) relative VacationAbsentDecrease {"val":0,"ack":true,"ts":1600886780590,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1600886780590} number
                  2020-11-11 06:00:00.168  -  [34mdebug [39m: heatingcontrol.0 (24132) relative PartyDecrease {"val":0,"ack":true,"ts":1600886780517,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1600886780517} number
                  2020-11-11 06:00:00.169  -  [34mdebug [39m: heatingcontrol.0 (24132) relative AbsentDecrease {"val":0,"ack":true,"ts":1600886780578,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1600886780578} number
                  2020-11-11 06:00:00.169  -  [34mdebug [39m: heatingcontrol.0 (24132) relative GuestIncrease {"val":0,"ack":true,"ts":1600886780505,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1600886780505} number
                  2020-11-11 06:00:00.170  -  [34mdebug [39m: heatingcontrol.0 (24132) FindNextPeriod for 2020-11-11 6:00:00 in Vorhaus
                  2020-11-11 06:00:00.170  -  [34mdebug [39m: heatingcontrol.0 (24132) ### set ActiveTimeSlot to   10
                  2020-11-11 06:00:00.170  -  [34mdebug [39m: heatingcontrol.0 (24132) check ID Profiles.0.Vorhaus.Wed.Periods.0.time period 0
                  2020-11-11 06:00:00.171  -  [34mdebug [39m: heatingcontrol.0 (24132) check time for Vorhaus Profiles.0.Vorhaus.Wed.Periods.0.time 19
                  2020-11-11 06:00:00.171  -  [34mdebug [39m: heatingcontrol.0 (24132) check ID Profiles.0.Vorhaus.Wed.Periods.1.time period 1
                  2020-11-11 06:00:00.172  -  [34mdebug [39m: heatingcontrol.0 (24132) check ID Profiles.0.Vorhaus.Wed.Periods.2.time period 2
                  2020-11-11 06:00:00.172  -  [34mdebug [39m: heatingcontrol.0 (24132) check ID Profiles.0.Vorhaus.Wed.Periods.3.time period 3
                  2020-11-11 06:00:00.173  -  [34mdebug [39m: heatingcontrol.0 (24132) check ID Profiles.0.Vorhaus.Wed.Periods.4.time period 4
                  2020-11-11 06:00:00.174  -  [34mdebug [39m: heatingcontrol.0 (24132) ### set ActiveTimeSlot to   10 period 0
                  2020-11-11 06:00:00.174  -  [34mdebug [39m: heatingcontrol.0 (24132) Vorhaus found period 0 with 19 on 05,00
                  2020-11-11 06:00:00.174  -  [34mdebug [39m: heatingcontrol.0 (24132) ### current > 1 0 1
                  2020-11-11 06:00:00.174  -  [34mdebug [39m: heatingcontrol.0 (24132) ### new target temp 19 ( 19 0 0 0 0 0 ) 
                  2020-11-11 06:00:00.175  -  [34mdebug [39m: heatingcontrol.0 (24132) room Vorhaus  setting new target 19
                  2020-11-11 06:00:00.175  -  [34mdebug [39m: heatingcontrol.0 (24132) room Vorhaus Thermostat Variablen.Vorhaus.SollTemp target is 19
                  2020-11-11 06:00:00.176  -  [34mdebug [39m: heatingcontrol.0 (24132) thermostat javascript.0.Variablen.Vorhaus.SollTemp nothing to do, already 19
                  2020-11-11 06:00:00.184  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 16 Nov 2020 06:00:00
                  2020-11-11 06:00:00.186  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 16 Nov 2020 08:00:00
                  2020-11-11 06:00:00.187  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 16 Nov 2020 12:00:00
                  2020-11-11 06:00:00.188  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 16 Nov 2020 16:00:00
                  2020-11-11 06:00:00.190  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 16 Nov 2020 21:00:00
                  2020-11-11 06:00:00.192  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 17 Nov 2020 06:00:00
                  2020-11-11 06:00:00.194  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 17 Nov 2020 08:00:00
                  2020-11-11 06:00:00.196  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 17 Nov 2020 12:00:00
                  2020-11-11 06:00:00.197  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 17 Nov 2020 16:00:00
                  2020-11-11 06:00:00.199  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 17 Nov 2020 21:00:00
                  2020-11-11 06:00:00.205  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 18 Nov 2020 06:00:00
                  2020-11-11 06:00:00.206  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 11 Nov 2020 08:00:00
                  2020-11-11 06:00:00.206  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 11 Nov 2020 12:00:00
                  2020-11-11 06:00:00.207  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 11 Nov 2020 16:00:00
                  2020-11-11 06:00:00.208  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 11 Nov 2020 21:00:00
                  2020-11-11 06:00:00.209  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 12 Nov 2020 06:00:00
                  2020-11-11 06:00:00.210  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 12 Nov 2020 08:00:00
                  2020-11-11 06:00:00.211  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 12 Nov 2020 12:00:00
                  2020-11-11 06:00:00.212  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 12 Nov 2020 16:00:00
                  2020-11-11 06:00:00.213  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 12 Nov 2020 21:00:00
                  2020-11-11 06:00:00.214  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 13 Nov 2020 06:00:00
                  2020-11-11 06:00:00.215  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 13 Nov 2020 08:00:00
                  2020-11-11 06:00:00.216  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 13 Nov 2020 12:00:00
                  2020-11-11 06:00:00.218  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 13 Nov 2020 16:00:00
                  2020-11-11 06:00:00.219  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 13 Nov 2020 21:00:00
                  2020-11-11 06:00:00.221  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 14 Nov 2020 07:00:00
                  2020-11-11 06:00:00.222  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 14 Nov 2020 10:00:00
                  2020-11-11 06:00:00.223  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 14 Nov 2020 12:00:00
                  2020-11-11 06:00:00.225  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 14 Nov 2020 16:00:00
                  2020-11-11 06:00:00.227  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 14 Nov 2020 21:00:00
                  2020-11-11 06:00:00.228  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 15 Nov 2020 07:00:00
                  2020-11-11 06:00:00.229  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 15 Nov 2020 08:00:00
                  2020-11-11 06:00:00.230  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 15 Nov 2020 12:00:00
                  2020-11-11 06:00:00.233  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 15 Nov 2020 16:30:00
                  2020-11-11 06:00:00.234  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 15 Nov 2020 19:00:00
                  2020-11-11 06:00:00.235  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 16 Nov 2020 05:00:00
                  2020-11-11 06:00:00.236  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 16 Nov 2020 07:00:00
                  2020-11-11 06:00:00.237  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 16 Nov 2020 11:00:00
                  2020-11-11 06:00:00.238  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 17 Nov 2020 05:00:00
                  2020-11-11 06:00:00.239  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 17 Nov 2020 11:00:00
                  2020-11-11 06:00:00.241  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 18 Nov 2020 05:00:00
                  2020-11-11 06:00:00.241  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 11 Nov 2020 07:00:00
                  2020-11-11 06:00:00.242  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 11 Nov 2020 11:00:00
                  2020-11-11 06:00:00.243  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 12 Nov 2020 05:00:00
                  2020-11-11 06:00:00.244  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 12 Nov 2020 09:00:00
                  2020-11-11 06:00:00.244  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 12 Nov 2020 11:00:00
                  2020-11-11 06:00:00.245  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 13 Nov 2020 05:00:00
                  2020-11-11 06:00:00.246  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 13 Nov 2020 07:00:00
                  2020-11-11 06:00:00.247  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 13 Nov 2020 11:00:00
                  2020-11-11 06:00:00.248  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 14 Nov 2020 05:00:00
                  2020-11-11 06:00:00.252  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 14 Nov 2020 11:00:00
                  2020-11-11 06:00:00.254  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 15 Nov 2020 05:00:00
                  2020-11-11 06:00:00.255  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 15 Nov 2020 11:00:00
                  2020-11-11 06:00:00.256  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 15 Nov 2020 16:00:00
                  2020-11-11 06:00:00.258  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 15 Nov 2020 21:00:00
                  2020-11-11 06:00:00.260  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 16 Nov 2020 20:00:00
                  2020-11-11 06:00:00.261  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 17 Nov 2020 20:00:00
                  2020-11-11 06:00:00.262  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 14 Nov 2020 08:00:00
                  2020-11-11 06:00:00.264  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 16 Nov 2020 19:00:00
                  2020-11-11 06:00:00.269  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 17 Nov 2020 19:00:00
                  2020-11-11 06:00:00.270  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 11 Nov 2020 19:00:00
                  2020-11-11 06:00:00.272  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 12 Nov 2020 19:00:00
                  2020-11-11 06:00:00.275  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 13 Nov 2020 19:00:00
                  2020-11-11 06:00:00.276  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 14 Nov 2020 19:00:00
                  2020-11-11 06:00:00.277  -  [32minfo [39m: heatingcontrol.0 (24132) 64 cron jobs created
                  2020-11-11 06:12:39.394  -  [34mdebug [39m: heatingcontrol.0 (24132) ### handle state change zigbee.0.00158d0002739ff4.temperature {"val":23.22,"ack":true,"ts":1605071559391,"q":0,"from":"system.adapter.zigbee.0","user":"system.user.admin","lc":1605071559391}
                  2020-11-11 06:12:39.395  -  [34mdebug [39m: heatingcontrol.0 (24132) ### zigbee.0.00158d0002739ff4.temperature heatingcontrol.0.Rooms.Wohnzimmer.ActiveTimeSlot 23.22 10
                  2020-11-11 06:12:39.395  -  [34mdebug [39m: heatingcontrol.0 (24132) ### 111 not handled yet
                  2020-11-11 06:12:39.395  -  [34mdebug [39m: heatingcontrol.0 (24132) handle id zigbee.0.00158d0002739ff4.temperature state {"val":23.22,"ack":true,"ts":1605071559391,"q":0,"from":"system.adapter.zigbee.0","user":"system.user.admin","lc":1605071559391}
                  2020-11-11 06:12:39.396  -  [34mdebug [39m: heatingcontrol.0 (24132) ### handle devices  [{"id":1,"name":"Variablen.Bad.SollTemp","OID_Current":"zigbee.0.00158d0002739ff4.temperature","OID_Target":"javascript.0.Variablen.Bad.SollTemp","isActive":true,"type":1,"room":"Bad"}]
                  2020-11-11 06:12:39.396  -  [34mdebug [39m: heatingcontrol.0 (24132) ### change from thermostat got 2
                  2020-11-11 06:12:39.398  -  [32minfo [39m: heatingcontrol.0 (24132) handle actors Bad current 23.22 target 24
                  2020-11-11 06:12:39.400  -  [34mdebug [39m: heatingcontrol.0 (24132) room Bad actor shelly.0.SHSW-PM#76EA34#1.Relay0.Switch on
                  2020-11-11 06:12:39.401  -  [32minfo [39m: heatingcontrol.0 (24132) checking all actors
                  2020-11-11 06:12:39.405  -  [32minfo [39m: heatingcontrol.0 (24132) 1 actors are on of 6
                  2020-11-11 06:12:39.408  -  [34mdebug [39m: heatingcontrol.0 (24132) ### 222 handled
                  2020-11-11 06:12:39.408  -  [34mdebug [39m: heatingcontrol.0 (24132) ### all StateChange handled 
                  
                  

                  sorry, war etwas kompliziert 🙂

                  Rene_HMR 1 Reply Last reply
                  0
                  • P piscator83

                    @Rene_HM

                    2020-11-11 05:52:09.372  -  [34mdebug [39m: heatingcontrol.0 (24132) ### handle state change zigbee.0.00158d0003f052b9.temperature {"val":21.81,"ack":true,"ts":1605070329368,"q":0,"from":"system.adapter.zigbee.0","user":"system.user.admin","lc":1605070329368}
                    2020-11-11 05:52:09.373  -  [34mdebug [39m: heatingcontrol.0 (24132) ### zigbee.0.00158d0003f052b9.temperature zigbee.0.00158d0002739ff4.temperature 21.81 23.24
                    2020-11-11 05:52:09.375  -  [34mdebug [39m: heatingcontrol.0 (24132) ### 111 not handled yet
                    2020-11-11 05:52:09.376  -  [34mdebug [39m: heatingcontrol.0 (24132) handle id zigbee.0.00158d0003f052b9.temperature state {"val":21.81,"ack":true,"ts":1605070329368,"q":0,"from":"system.adapter.zigbee.0","user":"system.user.admin","lc":1605070329368}
                    2020-11-11 05:52:09.376  -  [34mdebug [39m: heatingcontrol.0 (24132) ### handle devices  [{"id":5,"name":"Variablen.KZ.SollTemp","OID_Current":"zigbee.0.00158d0003f052b9.temperature","OID_Target":"javascript.0.Variablen.KZ.SollTemp","isActive":true,"type":1,"room":"Kinderzimmer"}]
                    2020-11-11 05:52:09.377  -  [34mdebug [39m: heatingcontrol.0 (24132) ### change from thermostat got 2
                    2020-11-11 05:52:09.379  -  [32minfo [39m: heatingcontrol.0 (24132) handle actors Kinderzimmer current 21.81 target 19
                    2020-11-11 05:52:09.380  -  [34mdebug [39m: heatingcontrol.0 (24132) room Kinderzimmer actor shelly.0.SHSW-PM#BA0DD5#1.Relay0.Switch nothing to do
                    2020-11-11 05:52:09.381  -  [34mdebug [39m: heatingcontrol.0 (24132) ### 222 handled
                    2020-11-11 05:52:09.381  -  [34mdebug [39m: heatingcontrol.0 (24132) ### all StateChange handled 
                    2020-11-11 05:58:59.398  -  [34mdebug [39m: heatingcontrol.0 (24132) ### handle state change zigbee.0.00158d00044b3294.temperature {"val":22.77,"ack":true,"ts":1605070739395,"q":0,"from":"system.adapter.zigbee.0","user":"system.user.admin","lc":1605070739395}
                    2020-11-11 05:58:59.399  -  [34mdebug [39m: heatingcontrol.0 (24132) ### zigbee.0.00158d00044b3294.temperature zigbee.0.00158d0003f052b9.temperature 22.77 21.81
                    2020-11-11 05:58:59.399  -  [34mdebug [39m: heatingcontrol.0 (24132) ### 111 not handled yet
                    2020-11-11 05:58:59.400  -  [34mdebug [39m: heatingcontrol.0 (24132) handle id zigbee.0.00158d00044b3294.temperature state {"val":22.77,"ack":true,"ts":1605070739395,"q":0,"from":"system.adapter.zigbee.0","user":"system.user.admin","lc":1605070739395}
                    2020-11-11 05:58:59.400  -  [34mdebug [39m: heatingcontrol.0 (24132) ### handle devices  [{"id":11,"name":"Variablen.Vorhaus.SollTemp","OID_Current":"zigbee.0.00158d00044b3294.temperature","OID_Target":"javascript.0.Variablen.Vorhaus.SollTemp","isActive":true,"type":1,"room":"Vorhaus"}]
                    2020-11-11 05:58:59.400  -  [34mdebug [39m: heatingcontrol.0 (24132) ### change from thermostat got 2
                    2020-11-11 05:58:59.402  -  [32minfo [39m: heatingcontrol.0 (24132) handle actors Vorhaus current 22.77 target 19
                    2020-11-11 05:58:59.404  -  [34mdebug [39m: heatingcontrol.0 (24132) room Vorhaus actor shelly.0.SHSW-PM#76E52C#1.Relay0.Switch nothing to do
                    2020-11-11 05:58:59.405  -  [34mdebug [39m: heatingcontrol.0 (24132) ### 222 handled
                    2020-11-11 05:58:59.405  -  [34mdebug [39m: heatingcontrol.0 (24132) ### all StateChange handled 
                    2020-11-11 06:00:00.014  -  [34mdebug [39m: heatingcontrol.0 (24132) calculating new target temperatures
                    2020-11-11 06:00:00.019  -  [34mdebug [39m: heatingcontrol.0 (24132) profile type 3
                    2020-11-11 06:00:00.020  -  [34mdebug [39m: heatingcontrol.0 (24132) get profile
                    2020-11-11 06:00:00.021  -  [34mdebug [39m: heatingcontrol.0 (24132) profile 0
                    2020-11-11 06:00:00.021  -  [34mdebug [39m: heatingcontrol.0 (24132) check room Bad
                    2020-11-11 06:00:00.022  -  [34mdebug [39m: heatingcontrol.0 (24132) Bad window open is false
                    2020-11-11 06:00:00.023  -  [34mdebug [39m: heatingcontrol.0 (24132) relative WindowOpenDecrease {"val":0,"ack":true,"ts":1600886191932,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1600886191932} number
                    2020-11-11 06:00:00.024  -  [34mdebug [39m: heatingcontrol.0 (24132) relative VacationAbsentDecrease {"val":0,"ack":true,"ts":1600886192010,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1600886192010} number
                    2020-11-11 06:00:00.025  -  [34mdebug [39m: heatingcontrol.0 (24132) relative PartyDecrease {"val":0,"ack":true,"ts":1600886191912,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1600886191912} number
                    2020-11-11 06:00:00.026  -  [34mdebug [39m: heatingcontrol.0 (24132) relative AbsentDecrease {"val":0,"ack":true,"ts":1600886191992,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1600886191992} number
                    2020-11-11 06:00:00.027  -  [34mdebug [39m: heatingcontrol.0 (24132) relative GuestIncrease {"val":0,"ack":true,"ts":1600886191846,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1600886191846} number
                    2020-11-11 06:00:00.028  -  [34mdebug [39m: heatingcontrol.0 (24132) FindNextPeriod for 2020-11-11 6:00:00 in Bad
                    2020-11-11 06:00:00.028  -  [34mdebug [39m: heatingcontrol.0 (24132) ### set ActiveTimeSlot to   10
                    2020-11-11 06:00:00.029  -  [34mdebug [39m: heatingcontrol.0 (24132) check ID Profiles.0.Bad.Wed.Periods.0.time period 0
                    2020-11-11 06:00:00.030  -  [34mdebug [39m: heatingcontrol.0 (24132) check time for Bad Profiles.0.Bad.Wed.Periods.0.time 24
                    2020-11-11 06:00:00.031  -  [34mdebug [39m: heatingcontrol.0 (24132) check ID Profiles.0.Bad.Wed.Periods.1.time period 1
                    2020-11-11 06:00:00.032  -  [34mdebug [39m: heatingcontrol.0 (24132) check ID Profiles.0.Bad.Wed.Periods.2.time period 2
                    2020-11-11 06:00:00.033  -  [34mdebug [39m: heatingcontrol.0 (24132) check ID Profiles.0.Bad.Wed.Periods.3.time period 3
                    2020-11-11 06:00:00.036  -  [34mdebug [39m: heatingcontrol.0 (24132) check ID Profiles.0.Bad.Wed.Periods.4.time period 4
                    2020-11-11 06:00:00.037  -  [34mdebug [39m: heatingcontrol.0 (24132) ### set ActiveTimeSlot to   10 period 0
                    2020-11-11 06:00:00.038  -  [34mdebug [39m: heatingcontrol.0 (24132) Bad found period 0 with 24 on 06,00
                    2020-11-11 06:00:00.038  -  [34mdebug [39m: heatingcontrol.0 (24132) ### current > 1 0 1
                    2020-11-11 06:00:00.039  -  [34mdebug [39m: heatingcontrol.0 (24132) ### new target temp 24 ( 24 0 0 0 0 0 ) 
                    2020-11-11 06:00:00.039  -  [34mdebug [39m: heatingcontrol.0 (24132) room Bad  setting new target 24
                    2020-11-11 06:00:00.040  -  [34mdebug [39m: heatingcontrol.0 (24132) room Bad Thermostat Variablen.Bad.SollTemp target is 24
                    2020-11-11 06:00:00.043  -  [32minfo [39m: heatingcontrol.0 (24132) set thermostat javascript.0.Variablen.Bad.SollTemp to 24; current is 21
                    2020-11-11 06:00:00.051  -  [34mdebug [39m: heatingcontrol.0 (24132) check room Küche
                    2020-11-11 06:00:00.052  -  [34mdebug [39m: heatingcontrol.0 (24132) Küche window open is false
                    2020-11-11 06:00:00.054  -  [34mdebug [39m: heatingcontrol.0 (24132) relative WindowOpenDecrease {"val":10,"ack":true,"ts":1602059879487,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1601191145592} number
                    2020-11-11 06:00:00.055  -  [34mdebug [39m: heatingcontrol.0 (24132) relative VacationAbsentDecrease {"val":7,"ack":true,"ts":1602059879487,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1600888199867} number
                    2020-11-11 06:00:00.056  -  [34mdebug [39m: heatingcontrol.0 (24132) relative PartyDecrease {"val":2,"ack":true,"ts":1602059879487,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1600888192378} number
                    2020-11-11 06:00:00.057  -  [34mdebug [39m: heatingcontrol.0 (24132) relative AbsentDecrease {"val":5,"ack":true,"ts":1602059879486,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1600888196072} number
                    2020-11-11 06:00:00.058  -  [34mdebug [39m: heatingcontrol.0 (24132) relative GuestIncrease {"val":0,"ack":true,"ts":1602059879486,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1600886714226} number
                    2020-11-11 06:00:00.059  -  [34mdebug [39m: heatingcontrol.0 (24132) FindNextPeriod for 2020-11-11 6:00:00 in Küche
                    2020-11-11 06:00:00.059  -  [34mdebug [39m: heatingcontrol.0 (24132) ### set ActiveTimeSlot to   10
                    2020-11-11 06:00:00.059  -  [34mdebug [39m: heatingcontrol.0 (24132) check ID Profiles.0.Küche.Wed.Periods.0.time period 0
                    2020-11-11 06:00:00.061  -  [34mdebug [39m: heatingcontrol.0 (24132) check time for Küche Profiles.0.Küche.Wed.Periods.0.time 19
                    2020-11-11 06:00:00.061  -  [34mdebug [39m: heatingcontrol.0 (24132) check ID Profiles.0.Küche.Wed.Periods.1.time period 1
                    2020-11-11 06:00:00.062  -  [34mdebug [39m: heatingcontrol.0 (24132) check ID Profiles.0.Küche.Wed.Periods.2.time period 2
                    2020-11-11 06:00:00.064  -  [34mdebug [39m: heatingcontrol.0 (24132) check ID Profiles.0.Küche.Wed.Periods.3.time period 3
                    2020-11-11 06:00:00.065  -  [34mdebug [39m: heatingcontrol.0 (24132) check ID Profiles.0.Küche.Wed.Periods.4.time period 4
                    2020-11-11 06:00:00.066  -  [34mdebug [39m: heatingcontrol.0 (24132) ### set ActiveTimeSlot to   10 period 0
                    2020-11-11 06:00:00.067  -  [34mdebug [39m: heatingcontrol.0 (24132) Küche found period 0 with 19 on 05,00
                    2020-11-11 06:00:00.067  -  [34mdebug [39m: heatingcontrol.0 (24132) ### current > 1 0 1
                    2020-11-11 06:00:00.067  -  [34mdebug [39m: heatingcontrol.0 (24132) ### new target temp 19 ( 19 0 0 0 0 0 ) 
                    2020-11-11 06:00:00.067  -  [34mdebug [39m: heatingcontrol.0 (24132) room Küche  setting new target 19
                    2020-11-11 06:00:00.069  -  [34mdebug [39m: heatingcontrol.0 (24132) room Küche Thermostat zigbee.0.00158d000423f9e9.temperature target is 19
                    2020-11-11 06:00:00.071  -  [34mdebug [39m: heatingcontrol.0 (24132) thermostat javascript.0.Variablen.Kueche.SollTemp nothing to do, already 19
                    2020-11-11 06:00:00.079  -  [34mdebug [39m: heatingcontrol.0 (24132) check room Wohnzimmer
                    2020-11-11 06:00:00.080  -  [34mdebug [39m: heatingcontrol.0 (24132) Wohnzimmer window open is false
                    2020-11-11 06:00:00.081  -  [34mdebug [39m: heatingcontrol.0 (24132) relative WindowOpenDecrease {"val":10,"ack":true,"ts":1601191123698,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1601191123693} number
                    2020-11-11 06:00:00.083  -  [34mdebug [39m: heatingcontrol.0 (24132) relative VacationAbsentDecrease {"val":0,"ack":true,"ts":1601058683667,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1600886740574} number
                    2020-11-11 06:00:00.084  -  [34mdebug [39m: heatingcontrol.0 (24132) relative PartyDecrease {"val":0,"ack":true,"ts":1601058683667,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1600886740428} number
                    2020-11-11 06:00:00.085  -  [34mdebug [39m: heatingcontrol.0 (24132) relative AbsentDecrease {"val":0,"ack":true,"ts":1601058683667,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1600886740499} number
                    2020-11-11 06:00:00.086  -  [34mdebug [39m: heatingcontrol.0 (24132) relative GuestIncrease {"val":0,"ack":true,"ts":1601058683667,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1600886740411} number
                    2020-11-11 06:00:00.086  -  [34mdebug [39m: heatingcontrol.0 (24132) FindNextPeriod for 2020-11-11 6:00:00 in Wohnzimmer
                    2020-11-11 06:00:00.086  -  [34mdebug [39m: heatingcontrol.0 (24132) ### set ActiveTimeSlot to   10
                    2020-11-11 06:00:00.086  -  [34mdebug [39m: heatingcontrol.0 (24132) check ID Profiles.0.Wohnzimmer.Wed.Periods.0.time period 0
                    2020-11-11 06:00:00.087  -  [34mdebug [39m: heatingcontrol.0 (24132) check time for Wohnzimmer Profiles.0.Wohnzimmer.Wed.Periods.0.time 24
                    2020-11-11 06:00:00.088  -  [34mdebug [39m: heatingcontrol.0 (24132) check ID Profiles.0.Wohnzimmer.Wed.Periods.1.time period 1
                    2020-11-11 06:00:00.089  -  [34mdebug [39m: heatingcontrol.0 (24132) check ID Profiles.0.Wohnzimmer.Wed.Periods.2.time period 2
                    2020-11-11 06:00:00.089  -  [34mdebug [39m: heatingcontrol.0 (24132) check ID Profiles.0.Wohnzimmer.Wed.Periods.3.time period 3
                    2020-11-11 06:00:00.090  -  [34mdebug [39m: heatingcontrol.0 (24132) check ID Profiles.0.Wohnzimmer.Wed.Periods.4.time period 4
                    2020-11-11 06:00:00.091  -  [34mdebug [39m: heatingcontrol.0 (24132) ### set ActiveTimeSlot to   10 period 0
                    2020-11-11 06:00:00.091  -  [34mdebug [39m: heatingcontrol.0 (24132) Wohnzimmer found period 0 with 24 on 06,00
                    2020-11-11 06:00:00.091  -  [34mdebug [39m: heatingcontrol.0 (24132) ### current > 1 0 1
                    2020-11-11 06:00:00.091  -  [34mdebug [39m: heatingcontrol.0 (24132) ### new target temp 24 ( 24 0 0 0 0 0 ) 
                    2020-11-11 06:00:00.092  -  [34mdebug [39m: heatingcontrol.0 (24132) room Wohnzimmer  setting new target 24
                    2020-11-11 06:00:00.093  -  [34mdebug [39m: heatingcontrol.0 (24132) room Wohnzimmer Thermostat zigbee.0.00158d000423f9e9.temperature target is 24
                    2020-11-11 06:00:00.094  -  [32minfo [39m: heatingcontrol.0 (24132) set thermostat javascript.0.Variablen.WZ.SollTemp to 24; current is 19
                    2020-11-11 06:00:00.097  -  [34mdebug [39m: heatingcontrol.0 (24132) ### handle state change heatingcontrol.0.Rooms.Wohnzimmer.ActiveTimeSlot {"val":10,"ack":true,"ts":1605070800095,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1605070800095}
                    2020-11-11 06:00:00.097  -  [34mdebug [39m: heatingcontrol.0 (24132) ### heatingcontrol.0.Rooms.Wohnzimmer.ActiveTimeSlot zigbee.0.00158d00044b3294.temperature 10 22.77
                    2020-11-11 06:00:00.100  -  [34mdebug [39m: heatingcontrol.0 (24132) vis: HandleStateChanges heatingcontrol.0.Rooms.Wohnzimmer.ActiveTimeSlot with 10 refreshVis false
                    2020-11-11 06:00:00.101  -  [34mdebug [39m: heatingcontrol.0 (24132) vis: HandleStateChanges ActiveTimeSlot 10
                    2020-11-11 06:00:00.103  -  [34mdebug [39m: heatingcontrol.0 (24132) ### 111 handled
                    2020-11-11 06:00:00.104  -  [34mdebug [39m: heatingcontrol.0 (24132) ### all StateChange handled 
                    2020-11-11 06:00:00.106  -  [34mdebug [39m: heatingcontrol.0 (24132) check room Kinderzimmer
                    2020-11-11 06:00:00.107  -  [34mdebug [39m: heatingcontrol.0 (24132) Kinderzimmer window open is false
                    2020-11-11 06:00:00.108  -  [34mdebug [39m: heatingcontrol.0 (24132) relative WindowOpenDecrease {"val":10,"ack":true,"ts":1601229141165,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1601229141160} number
                    2020-11-11 06:00:00.108  -  [34mdebug [39m: heatingcontrol.0 (24132) relative VacationAbsentDecrease {"val":0,"ack":true,"ts":1600886740918,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1600886740918} number
                    2020-11-11 06:00:00.109  -  [34mdebug [39m: heatingcontrol.0 (24132) relative PartyDecrease {"val":0,"ack":true,"ts":1600886740840,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1600886740840} number
                    2020-11-11 06:00:00.110  -  [34mdebug [39m: heatingcontrol.0 (24132) relative AbsentDecrease {"val":0,"ack":true,"ts":1600886740909,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1600886740909} number
                    2020-11-11 06:00:00.111  -  [34mdebug [39m: heatingcontrol.0 (24132) relative GuestIncrease {"val":0,"ack":true,"ts":1600886740749,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1600886740749} number
                    2020-11-11 06:00:00.112  -  [34mdebug [39m: heatingcontrol.0 (24132) FindNextPeriod for 2020-11-11 6:00:00 in Kinderzimmer
                    2020-11-11 06:00:00.112  -  [34mdebug [39m: heatingcontrol.0 (24132) ### set ActiveTimeSlot to   10
                    2020-11-11 06:00:00.112  -  [34mdebug [39m: heatingcontrol.0 (24132) check ID Profiles.0.Kinderzimmer.Wed.Periods.0.time period 0
                    2020-11-11 06:00:00.114  -  [34mdebug [39m: heatingcontrol.0 (24132) check time for Kinderzimmer Profiles.0.Kinderzimmer.Wed.Periods.0.time 19
                    2020-11-11 06:00:00.114  -  [34mdebug [39m: heatingcontrol.0 (24132) check ID Profiles.0.Kinderzimmer.Wed.Periods.1.time period 1
                    2020-11-11 06:00:00.115  -  [34mdebug [39m: heatingcontrol.0 (24132) check ID Profiles.0.Kinderzimmer.Wed.Periods.2.time period 2
                    2020-11-11 06:00:00.116  -  [34mdebug [39m: heatingcontrol.0 (24132) check ID Profiles.0.Kinderzimmer.Wed.Periods.3.time period 3
                    2020-11-11 06:00:00.117  -  [34mdebug [39m: heatingcontrol.0 (24132) check ID Profiles.0.Kinderzimmer.Wed.Periods.4.time period 4
                    2020-11-11 06:00:00.117  -  [34mdebug [39m: heatingcontrol.0 (24132) ### set ActiveTimeSlot to   10 period 0
                    2020-11-11 06:00:00.118  -  [34mdebug [39m: heatingcontrol.0 (24132) Kinderzimmer found period 0 with 19 on 05,00
                    2020-11-11 06:00:00.118  -  [34mdebug [39m: heatingcontrol.0 (24132) ### current > 1 0 1
                    2020-11-11 06:00:00.118  -  [34mdebug [39m: heatingcontrol.0 (24132) ### new target temp 19 ( 19 0 0 0 0 0 ) 
                    2020-11-11 06:00:00.119  -  [34mdebug [39m: heatingcontrol.0 (24132) room Kinderzimmer  setting new target 19
                    2020-11-11 06:00:00.132  -  [34mdebug [39m: heatingcontrol.0 (24132) room Kinderzimmer Thermostat Variablen.KZ.SollTemp target is 19
                    2020-11-11 06:00:00.134  -  [34mdebug [39m: heatingcontrol.0 (24132) thermostat javascript.0.Variablen.KZ.SollTemp nothing to do, already 19
                    2020-11-11 06:00:00.141  -  [34mdebug [39m: heatingcontrol.0 (24132) check room Schlafzimmer
                    2020-11-11 06:00:00.141  -  [34mdebug [39m: heatingcontrol.0 (24132) Schlafzimmer window open is true
                    2020-11-11 06:00:00.142  -  [34mdebug [39m: heatingcontrol.0 (24132) relative WindowOpenDecrease {"val":10,"ack":true,"ts":1601229147362,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1601229147357} number
                    2020-11-11 06:00:00.143  -  [34mdebug [39m: heatingcontrol.0 (24132) relative VacationAbsentDecrease {"val":0,"ack":true,"ts":1600886741428,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1600886741428} number
                    2020-11-11 06:00:00.144  -  [34mdebug [39m: heatingcontrol.0 (24132) relative PartyDecrease {"val":0,"ack":true,"ts":1600886741307,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1600886741307} number
                    2020-11-11 06:00:00.145  -  [34mdebug [39m: heatingcontrol.0 (24132) relative AbsentDecrease {"val":0,"ack":true,"ts":1600886741370,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1600886741370} number
                    2020-11-11 06:00:00.146  -  [34mdebug [39m: heatingcontrol.0 (24132) relative GuestIncrease {"val":0,"ack":true,"ts":1600886741205,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1600886741205} number
                    2020-11-11 06:00:00.147  -  [34mdebug [39m: heatingcontrol.0 (24132) use window open decrease
                    2020-11-11 06:00:00.148  -  [34mdebug [39m: heatingcontrol.0 (24132) FindNextPeriod for 2020-11-11 6:00:00 in Schlafzimmer
                    2020-11-11 06:00:00.148  -  [34mdebug [39m: heatingcontrol.0 (24132) ### set ActiveTimeSlot to   10
                    2020-11-11 06:00:00.148  -  [34mdebug [39m: heatingcontrol.0 (24132) check ID Profiles.0.Schlafzimmer.Wed.Periods.0.time period 0
                    2020-11-11 06:00:00.149  -  [34mdebug [39m: heatingcontrol.0 (24132) check time for Schlafzimmer Profiles.0.Schlafzimmer.Wed.Periods.0.time 19
                    2020-11-11 06:00:00.149  -  [34mdebug [39m: heatingcontrol.0 (24132) check ID Profiles.0.Schlafzimmer.Wed.Periods.1.time period 1
                    2020-11-11 06:00:00.150  -  [34mdebug [39m: heatingcontrol.0 (24132) check ID Profiles.0.Schlafzimmer.Wed.Periods.2.time period 2
                    2020-11-11 06:00:00.151  -  [34mdebug [39m: heatingcontrol.0 (24132) check ID Profiles.0.Schlafzimmer.Wed.Periods.3.time period 3
                    2020-11-11 06:00:00.151  -  [34mdebug [39m: heatingcontrol.0 (24132) check ID Profiles.0.Schlafzimmer.Wed.Periods.4.time period 4
                    2020-11-11 06:00:00.152  -  [34mdebug [39m: heatingcontrol.0 (24132) ### set ActiveTimeSlot to   10 period 0
                    2020-11-11 06:00:00.152  -  [34mdebug [39m: heatingcontrol.0 (24132) Schlafzimmer found period 0 with 19 on 05,00
                    2020-11-11 06:00:00.152  -  [34mdebug [39m: heatingcontrol.0 (24132) ### current > 1 0 1
                    2020-11-11 06:00:00.153  -  [34mdebug [39m: heatingcontrol.0 (24132) ### new target temp 9 ( 19 0 0 0 0 10 ) 
                    2020-11-11 06:00:00.153  -  [34mdebug [39m: heatingcontrol.0 (24132) room Schlafzimmer  setting new target 9
                    2020-11-11 06:00:00.154  -  [34mdebug [39m: heatingcontrol.0 (24132) room Schlafzimmer Thermostat Variablen.SZ.SollTemp target is 9
                    2020-11-11 06:00:00.154  -  [34mdebug [39m: heatingcontrol.0 (24132) thermostat javascript.0.Variablen.SZ.SollTemp nothing to do, already 9
                    2020-11-11 06:00:00.159  -  [34mdebug [39m: heatingcontrol.0 (24132) check room Vorhaus
                    2020-11-11 06:00:00.160  -  [34mdebug [39m: heatingcontrol.0 (24132) Vorhaus window open is false
                    2020-11-11 06:00:00.160  -  [34mdebug [39m: heatingcontrol.0 (24132) relative WindowOpenDecrease {"val":0,"ack":true,"ts":1600886780527,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1600886780527} number
                    2020-11-11 06:00:00.167  -  [34mdebug [39m: heatingcontrol.0 (24132) relative VacationAbsentDecrease {"val":0,"ack":true,"ts":1600886780590,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1600886780590} number
                    2020-11-11 06:00:00.168  -  [34mdebug [39m: heatingcontrol.0 (24132) relative PartyDecrease {"val":0,"ack":true,"ts":1600886780517,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1600886780517} number
                    2020-11-11 06:00:00.169  -  [34mdebug [39m: heatingcontrol.0 (24132) relative AbsentDecrease {"val":0,"ack":true,"ts":1600886780578,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1600886780578} number
                    2020-11-11 06:00:00.169  -  [34mdebug [39m: heatingcontrol.0 (24132) relative GuestIncrease {"val":0,"ack":true,"ts":1600886780505,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1600886780505} number
                    2020-11-11 06:00:00.170  -  [34mdebug [39m: heatingcontrol.0 (24132) FindNextPeriod for 2020-11-11 6:00:00 in Vorhaus
                    2020-11-11 06:00:00.170  -  [34mdebug [39m: heatingcontrol.0 (24132) ### set ActiveTimeSlot to   10
                    2020-11-11 06:00:00.170  -  [34mdebug [39m: heatingcontrol.0 (24132) check ID Profiles.0.Vorhaus.Wed.Periods.0.time period 0
                    2020-11-11 06:00:00.171  -  [34mdebug [39m: heatingcontrol.0 (24132) check time for Vorhaus Profiles.0.Vorhaus.Wed.Periods.0.time 19
                    2020-11-11 06:00:00.171  -  [34mdebug [39m: heatingcontrol.0 (24132) check ID Profiles.0.Vorhaus.Wed.Periods.1.time period 1
                    2020-11-11 06:00:00.172  -  [34mdebug [39m: heatingcontrol.0 (24132) check ID Profiles.0.Vorhaus.Wed.Periods.2.time period 2
                    2020-11-11 06:00:00.172  -  [34mdebug [39m: heatingcontrol.0 (24132) check ID Profiles.0.Vorhaus.Wed.Periods.3.time period 3
                    2020-11-11 06:00:00.173  -  [34mdebug [39m: heatingcontrol.0 (24132) check ID Profiles.0.Vorhaus.Wed.Periods.4.time period 4
                    2020-11-11 06:00:00.174  -  [34mdebug [39m: heatingcontrol.0 (24132) ### set ActiveTimeSlot to   10 period 0
                    2020-11-11 06:00:00.174  -  [34mdebug [39m: heatingcontrol.0 (24132) Vorhaus found period 0 with 19 on 05,00
                    2020-11-11 06:00:00.174  -  [34mdebug [39m: heatingcontrol.0 (24132) ### current > 1 0 1
                    2020-11-11 06:00:00.174  -  [34mdebug [39m: heatingcontrol.0 (24132) ### new target temp 19 ( 19 0 0 0 0 0 ) 
                    2020-11-11 06:00:00.175  -  [34mdebug [39m: heatingcontrol.0 (24132) room Vorhaus  setting new target 19
                    2020-11-11 06:00:00.175  -  [34mdebug [39m: heatingcontrol.0 (24132) room Vorhaus Thermostat Variablen.Vorhaus.SollTemp target is 19
                    2020-11-11 06:00:00.176  -  [34mdebug [39m: heatingcontrol.0 (24132) thermostat javascript.0.Variablen.Vorhaus.SollTemp nothing to do, already 19
                    2020-11-11 06:00:00.184  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 16 Nov 2020 06:00:00
                    2020-11-11 06:00:00.186  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 16 Nov 2020 08:00:00
                    2020-11-11 06:00:00.187  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 16 Nov 2020 12:00:00
                    2020-11-11 06:00:00.188  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 16 Nov 2020 16:00:00
                    2020-11-11 06:00:00.190  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 16 Nov 2020 21:00:00
                    2020-11-11 06:00:00.192  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 17 Nov 2020 06:00:00
                    2020-11-11 06:00:00.194  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 17 Nov 2020 08:00:00
                    2020-11-11 06:00:00.196  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 17 Nov 2020 12:00:00
                    2020-11-11 06:00:00.197  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 17 Nov 2020 16:00:00
                    2020-11-11 06:00:00.199  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 17 Nov 2020 21:00:00
                    2020-11-11 06:00:00.205  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 18 Nov 2020 06:00:00
                    2020-11-11 06:00:00.206  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 11 Nov 2020 08:00:00
                    2020-11-11 06:00:00.206  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 11 Nov 2020 12:00:00
                    2020-11-11 06:00:00.207  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 11 Nov 2020 16:00:00
                    2020-11-11 06:00:00.208  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 11 Nov 2020 21:00:00
                    2020-11-11 06:00:00.209  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 12 Nov 2020 06:00:00
                    2020-11-11 06:00:00.210  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 12 Nov 2020 08:00:00
                    2020-11-11 06:00:00.211  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 12 Nov 2020 12:00:00
                    2020-11-11 06:00:00.212  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 12 Nov 2020 16:00:00
                    2020-11-11 06:00:00.213  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 12 Nov 2020 21:00:00
                    2020-11-11 06:00:00.214  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 13 Nov 2020 06:00:00
                    2020-11-11 06:00:00.215  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 13 Nov 2020 08:00:00
                    2020-11-11 06:00:00.216  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 13 Nov 2020 12:00:00
                    2020-11-11 06:00:00.218  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 13 Nov 2020 16:00:00
                    2020-11-11 06:00:00.219  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 13 Nov 2020 21:00:00
                    2020-11-11 06:00:00.221  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 14 Nov 2020 07:00:00
                    2020-11-11 06:00:00.222  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 14 Nov 2020 10:00:00
                    2020-11-11 06:00:00.223  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 14 Nov 2020 12:00:00
                    2020-11-11 06:00:00.225  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 14 Nov 2020 16:00:00
                    2020-11-11 06:00:00.227  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 14 Nov 2020 21:00:00
                    2020-11-11 06:00:00.228  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 15 Nov 2020 07:00:00
                    2020-11-11 06:00:00.229  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 15 Nov 2020 08:00:00
                    2020-11-11 06:00:00.230  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 15 Nov 2020 12:00:00
                    2020-11-11 06:00:00.233  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 15 Nov 2020 16:30:00
                    2020-11-11 06:00:00.234  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 15 Nov 2020 19:00:00
                    2020-11-11 06:00:00.235  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 16 Nov 2020 05:00:00
                    2020-11-11 06:00:00.236  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 16 Nov 2020 07:00:00
                    2020-11-11 06:00:00.237  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 16 Nov 2020 11:00:00
                    2020-11-11 06:00:00.238  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 17 Nov 2020 05:00:00
                    2020-11-11 06:00:00.239  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 17 Nov 2020 11:00:00
                    2020-11-11 06:00:00.241  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 18 Nov 2020 05:00:00
                    2020-11-11 06:00:00.241  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 11 Nov 2020 07:00:00
                    2020-11-11 06:00:00.242  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 11 Nov 2020 11:00:00
                    2020-11-11 06:00:00.243  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 12 Nov 2020 05:00:00
                    2020-11-11 06:00:00.244  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 12 Nov 2020 09:00:00
                    2020-11-11 06:00:00.244  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 12 Nov 2020 11:00:00
                    2020-11-11 06:00:00.245  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 13 Nov 2020 05:00:00
                    2020-11-11 06:00:00.246  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 13 Nov 2020 07:00:00
                    2020-11-11 06:00:00.247  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 13 Nov 2020 11:00:00
                    2020-11-11 06:00:00.248  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 14 Nov 2020 05:00:00
                    2020-11-11 06:00:00.252  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 14 Nov 2020 11:00:00
                    2020-11-11 06:00:00.254  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 15 Nov 2020 05:00:00
                    2020-11-11 06:00:00.255  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 15 Nov 2020 11:00:00
                    2020-11-11 06:00:00.256  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 15 Nov 2020 16:00:00
                    2020-11-11 06:00:00.258  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 15 Nov 2020 21:00:00
                    2020-11-11 06:00:00.260  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 16 Nov 2020 20:00:00
                    2020-11-11 06:00:00.261  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 17 Nov 2020 20:00:00
                    2020-11-11 06:00:00.262  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 14 Nov 2020 08:00:00
                    2020-11-11 06:00:00.264  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 16 Nov 2020 19:00:00
                    2020-11-11 06:00:00.269  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 17 Nov 2020 19:00:00
                    2020-11-11 06:00:00.270  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 11 Nov 2020 19:00:00
                    2020-11-11 06:00:00.272  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 12 Nov 2020 19:00:00
                    2020-11-11 06:00:00.275  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 13 Nov 2020 19:00:00
                    2020-11-11 06:00:00.276  -  [34mdebug [39m: heatingcontrol.0 (24132) [INFO]       status = true next event: 14 Nov 2020 19:00:00
                    2020-11-11 06:00:00.277  -  [32minfo [39m: heatingcontrol.0 (24132) 64 cron jobs created
                    2020-11-11 06:12:39.394  -  [34mdebug [39m: heatingcontrol.0 (24132) ### handle state change zigbee.0.00158d0002739ff4.temperature {"val":23.22,"ack":true,"ts":1605071559391,"q":0,"from":"system.adapter.zigbee.0","user":"system.user.admin","lc":1605071559391}
                    2020-11-11 06:12:39.395  -  [34mdebug [39m: heatingcontrol.0 (24132) ### zigbee.0.00158d0002739ff4.temperature heatingcontrol.0.Rooms.Wohnzimmer.ActiveTimeSlot 23.22 10
                    2020-11-11 06:12:39.395  -  [34mdebug [39m: heatingcontrol.0 (24132) ### 111 not handled yet
                    2020-11-11 06:12:39.395  -  [34mdebug [39m: heatingcontrol.0 (24132) handle id zigbee.0.00158d0002739ff4.temperature state {"val":23.22,"ack":true,"ts":1605071559391,"q":0,"from":"system.adapter.zigbee.0","user":"system.user.admin","lc":1605071559391}
                    2020-11-11 06:12:39.396  -  [34mdebug [39m: heatingcontrol.0 (24132) ### handle devices  [{"id":1,"name":"Variablen.Bad.SollTemp","OID_Current":"zigbee.0.00158d0002739ff4.temperature","OID_Target":"javascript.0.Variablen.Bad.SollTemp","isActive":true,"type":1,"room":"Bad"}]
                    2020-11-11 06:12:39.396  -  [34mdebug [39m: heatingcontrol.0 (24132) ### change from thermostat got 2
                    2020-11-11 06:12:39.398  -  [32minfo [39m: heatingcontrol.0 (24132) handle actors Bad current 23.22 target 24
                    2020-11-11 06:12:39.400  -  [34mdebug [39m: heatingcontrol.0 (24132) room Bad actor shelly.0.SHSW-PM#76EA34#1.Relay0.Switch on
                    2020-11-11 06:12:39.401  -  [32minfo [39m: heatingcontrol.0 (24132) checking all actors
                    2020-11-11 06:12:39.405  -  [32minfo [39m: heatingcontrol.0 (24132) 1 actors are on of 6
                    2020-11-11 06:12:39.408  -  [34mdebug [39m: heatingcontrol.0 (24132) ### 222 handled
                    2020-11-11 06:12:39.408  -  [34mdebug [39m: heatingcontrol.0 (24132) ### all StateChange handled 
                    
                    

                    sorry, war etwas kompliziert 🙂

                    Rene_HMR Offline
                    Rene_HMR Offline
                    Rene_HM
                    Developer
                    wrote on last edited by
                    #1471

                    @piscator83 ah, du verwendest die Aktoren, und dein Problem ist, dass die Aktoren zu spät schalten?
                    Das Problem ist, dass die Aktoren durch die Ist-Temperatur getriggert werden. Die kommen bei dir erst um 6:12Uhr und damit schaltet der Aktor erst um 6:12Uhr.
                    Bei mir ist das anders, da kommen die Ist-Temperaturen ca. einmal pro Minute... Ich schau mal, ob ich in der 1.1.x bei Änderung der Soll-Temperatur gleich noch die Aktoren mit prüfen kann...

                    Rene_HMR P 2 Replies Last reply
                    0
                    • H Harry94

                      @sandro_gera
                      Hallo,
                      bei dem Adapter müsstest du, soweit ich das sehen kann die Wochenprogramme ebenfalls übertragen.

                      Du kannst aber bei den Homematic-Geräten im IoBroker (zumindest bei mir, nutze aber eine PivCCU ohne Cloud) den DP Window_State über ein Skript auf True / false setzen sobald der Fenstersensor die entsprechenden Werte liefert.
                      Die Absenkung kannst du dann direkt über Homematic (Fenster offen Temperatur) festlegen.

                      9a804c75-3216-495c-8afc-a77971ae636e-image.png

                      S Offline
                      S Offline
                      sandro_gera
                      wrote on last edited by
                      #1472

                      @Harry94

                      Danke nochmal ich hab die Datenpunkte jetzt unter "Groups" gefunden. Dank eines Posts im AdapterThread, den ich vonher überlesen hatte.

                      Master RPI4 8GB, Slave RPI3 1GB
                      Node.js v18.17.1, npm: 9.6.7,
                      JS-Controller: 5.0.16

                      1 Reply Last reply
                      0
                      • Rene_HMR Rene_HM

                        @piscator83 ah, du verwendest die Aktoren, und dein Problem ist, dass die Aktoren zu spät schalten?
                        Das Problem ist, dass die Aktoren durch die Ist-Temperatur getriggert werden. Die kommen bei dir erst um 6:12Uhr und damit schaltet der Aktor erst um 6:12Uhr.
                        Bei mir ist das anders, da kommen die Ist-Temperaturen ca. einmal pro Minute... Ich schau mal, ob ich in der 1.1.x bei Änderung der Soll-Temperatur gleich noch die Aktoren mit prüfen kann...

                        Rene_HMR Offline
                        Rene_HMR Offline
                        Rene_HM
                        Developer
                        wrote on last edited by
                        #1473

                        @piscator83 ich habe im github eine 1.1.2 hinterlegt. Die sollte die Aktoren direkt nach Änderung der Temperatur schalten. Kannst du mal testen?

                        P 1 Reply Last reply
                        0
                        • Rene_HMR Rene_HM

                          @piscator83 ah, du verwendest die Aktoren, und dein Problem ist, dass die Aktoren zu spät schalten?
                          Das Problem ist, dass die Aktoren durch die Ist-Temperatur getriggert werden. Die kommen bei dir erst um 6:12Uhr und damit schaltet der Aktor erst um 6:12Uhr.
                          Bei mir ist das anders, da kommen die Ist-Temperaturen ca. einmal pro Minute... Ich schau mal, ob ich in der 1.1.x bei Änderung der Soll-Temperatur gleich noch die Aktoren mit prüfen kann...

                          P Offline
                          P Offline
                          piscator83
                          wrote on last edited by piscator83
                          #1474

                          @Rene_HM
                          Genau so ist es...
                          Ja die Aqara Zigbee Temperatursensoren posten nur unregelmäßig. Das ist sonst nicht weiter tragisch. Für diese Steuerung hier dann leider offenbar doch.

                          Grad gesehen, dass du schon fleißig warst. Werds bei nächster Gelegenheit probieren.

                          1 Reply Last reply
                          0
                          • Rene_HMR Rene_HM

                            @piscator83 ich habe im github eine 1.1.2 hinterlegt. Die sollte die Aktoren direkt nach Änderung der Temperatur schalten. Kannst du mal testen?

                            P Offline
                            P Offline
                            piscator83
                            wrote on last edited by
                            #1475

                            @Rene_HM
                            Der Schaltvorgang um 21:00 hat punktgenau funktioniert.
                            Bin zuversichtlich, dass das Ganze morgen früh auch klappt.

                            K 1 Reply Last reply
                            0
                            • P piscator83

                              @Rene_HM
                              Der Schaltvorgang um 21:00 hat punktgenau funktioniert.
                              Bin zuversichtlich, dass das Ganze morgen früh auch klappt.

                              K Offline
                              K Offline
                              Kraxelhuber
                              wrote on last edited by
                              #1476

                              Ich habe ein Problem mit der automatischen Temperaturabsenkung in Verbindung mit einem Fenstersensor.

                              Die Kombination "Fenster auf --> Temperatur fährt runter" funktioniert bei mir grundsätzlich gut. Allerdings mit einer Einschränkung: Die Temperatur wird nur automatisch abgesenkt, wenn der state in dem entsprechenden Room auf normal steht, d.h. wenn gerade ein Wochenprogramm aktiv ist. Sobald ich die Temperatur am Thermostat selber verstelle und der state damit den Wert change from thermostat annimmt, wird die Temperatur nicht mehr automatisch abgesenkt, wenn ich das entsprechende Fenster öffne.

                              Woran könnte das liegen?

                              Rene_HMR 1 Reply Last reply
                              0
                              • K Kraxelhuber

                                Ich habe ein Problem mit der automatischen Temperaturabsenkung in Verbindung mit einem Fenstersensor.

                                Die Kombination "Fenster auf --> Temperatur fährt runter" funktioniert bei mir grundsätzlich gut. Allerdings mit einer Einschränkung: Die Temperatur wird nur automatisch abgesenkt, wenn der state in dem entsprechenden Room auf normal steht, d.h. wenn gerade ein Wochenprogramm aktiv ist. Sobald ich die Temperatur am Thermostat selber verstelle und der state damit den Wert change from thermostat annimmt, wird die Temperatur nicht mehr automatisch abgesenkt, wenn ich das entsprechende Fenster öffne.

                                Woran könnte das liegen?

                                Rene_HMR Offline
                                Rene_HMR Offline
                                Rene_HM
                                Developer
                                wrote on last edited by
                                #1477

                                @Kraxelhuber weil das so nicht implementiert ist. Wenn ChangeFromThermostat genutzt wird, ist das wie ein manueller Modus, d.h. das Absenken ist deaktiviert...

                                K 1 Reply Last reply
                                0
                                • Rene_HMR Rene_HM

                                  @Kraxelhuber weil das so nicht implementiert ist. Wenn ChangeFromThermostat genutzt wird, ist das wie ein manueller Modus, d.h. das Absenken ist deaktiviert...

                                  K Offline
                                  K Offline
                                  Kraxelhuber
                                  wrote on last edited by
                                  #1478

                                  @Rene_HM
                                  Macht es Sinn über eine Implementierung nachzudenken?

                                  Es kommt doch immer wieder einmal vor, dass man vom eigentlichen Programm abweicht und die Temperatur manuell verändert. Trotzdem wäre es sinnvoll, wenn in einem solchen Fall die automatische Temperaturabsenkung greifen würde.

                                  Im Zweifel könnte man die Aktivierung dieses Features ja optional gestalten.

                                  Was meinst du?

                                  Rene_HMR 1 Reply Last reply
                                  0
                                  • K Kraxelhuber

                                    @Rene_HM
                                    Macht es Sinn über eine Implementierung nachzudenken?

                                    Es kommt doch immer wieder einmal vor, dass man vom eigentlichen Programm abweicht und die Temperatur manuell verändert. Trotzdem wäre es sinnvoll, wenn in einem solchen Fall die automatische Temperaturabsenkung greifen würde.

                                    Im Zweifel könnte man die Aktivierung dieses Features ja optional gestalten.

                                    Was meinst du?

                                    Rene_HMR Offline
                                    Rene_HMR Offline
                                    Rene_HM
                                    Developer
                                    wrote on last edited by
                                    #1479

                                    @Kraxelhuber in die 1.x bekomme ich das nicht mehr rein. Evtl. ein Featurewunsch für die 2.x.

                                    K 1 Reply Last reply
                                    0
                                    • Rene_HMR Rene_HM

                                      inspiriert vom Heizungsthermostat-Script und weil meine homeputer-Lizenz abgelaufen ist, und ich meine Heizungssteuerung von dort nach iobroker portieren wollte, ist der Adapter HeatingControl entstanden.

                                      Features:

                                      • setzen der Zieltemperatur in verschiedenen Thermostaten
                                      • beliebige Anzahl von täglichen Zeitabschnitten mit unterschiedlichen Zieltemperaturen
                                      • Zeit und Zieltemperatur per Visualisierung konfigurierbar
                                      • automatische Suche nach vorhandenen Thermostaten im System (über Gewerk) und Zuordnung zu Räumen
                                      • Für den Fall, dass der Thermostat nur als Thermometer verwendet wird, behandelt der Adapter auch digitale Outputs zum Schalten der Ventile. Im Moment ist dafür nur eine einfache Ein/Aus-Regelung implementiert (die für meine Zwecke ausreichend ist). Weitere Regelungen sind aber als Idee bereits vorhanden und können implementiert werden. Es gibt nun auch einen linearen on/off mit Hysterese
                                      • es werden bis zu zwei Outputs für Ventile unterstützt
                                      • Outputs werden auch automatisch den Räumen zugeordnet. Dafür müssen diese dem gleichen Gewerk wie Thermostate zugeordnet sein.
                                      • im Admin des Adapters können Räume deaktiviert werden
                                      • Absenkung bei Abwesenheit
                                      • Ventile ein oder aus außerhalb der Heizperiode
                                      • Verbindung zu ical
                                      • Verbindung zu Feiertags-Adapter
                                      • Senden von Nachrichten per email, Signal, Telegram, discord, ...
                                      • Kamin-Modus
                                      • Wartungsmodus
                                      • mehrere Profile
                                      • Tages-Programme für
                                        - Montag - Sonntag
                                        - Montag - Freitag + Samstag - Samstag
                                        - jeden Tag separat

                                      Versionen:

                                      • 2.12.1
                                        Status: beta seit 25.11.2023
                                        NPM: ja
                                        github: ja
                                        weitere Informationen: github

                                      • 2.11.1
                                        Status: stable seit 17.08.2023
                                        NPM: ja
                                        github: ja
                                        weitere Informationen: github

                                      da_WoodyD Offline
                                      da_WoodyD Offline
                                      da_Woody
                                      wrote on last edited by
                                      #1480

                                      @Rene_HM das liest sich ja sehr interessant. such schon länger eine möglichkeit für meine heizung. daher jetzt die frage, ich heize mit infrarot. als thermostate sind shelly-HT die einen shelly1-PM ansteuern an dem das infra panel hängt. also einfach on/off.
                                      einerseits schreibst du "Im Moment ist dafür nur eine einfache Ein/Aus-Regelung implementiert", andererseits ist immer von ventilen die rede. deswegen bin ich etwas verwirrt.
                                      ich habe im moment 10x shelly-HT und 10x shelly1-PM im einsatz.
                                      funktioniert das so mit deinem adapter?

                                      gruß vom Woody
                                      HAPPINESS is not a DESTINATION, it's a WAY of LIFE!

                                      Rene_HMR 1 Reply Last reply
                                      0
                                      • Rene_HMR Rene_HM

                                        @Kraxelhuber in die 1.x bekomme ich das nicht mehr rein. Evtl. ein Featurewunsch für die 2.x.

                                        K Offline
                                        K Offline
                                        Kraxelhuber
                                        wrote on last edited by
                                        #1481

                                        @Rene_HM said in Test Adapter HeatingControl v1.0.x:

                                        @Kraxelhuber in die 1.x bekomme ich das nicht mehr rein. Evtl. ein Featurewunsch für die 2.x.

                                        OK, darf ich das irgendwo vermerken? GitHub?

                                        Ansonsten hast du mit dem Adapter sehr gute Arbeit geleistet. Vielen Dank für dein Engagement!!!

                                        Rene_HMR 1 Reply Last reply
                                        0
                                        • K Kraxelhuber

                                          @Rene_HM said in Test Adapter HeatingControl v1.0.x:

                                          @Kraxelhuber in die 1.x bekomme ich das nicht mehr rein. Evtl. ein Featurewunsch für die 2.x.

                                          OK, darf ich das irgendwo vermerken? GitHub?

                                          Ansonsten hast du mit dem Adapter sehr gute Arbeit geleistet. Vielen Dank für dein Engagement!!!

                                          Rene_HMR Offline
                                          Rene_HMR Offline
                                          Rene_HM
                                          Developer
                                          wrote on last edited by
                                          #1482

                                          @Kraxelhuber ja, bitte im github ein issue anlegen. Danke.

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          155

                                          Online

                                          32.4k

                                          Users

                                          81.3k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe