Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. Test Adapter HeatingControl v2.12.x

    NEWS

    • Monatsrückblick - April 2025

    • Minor js-controller 7.0.7 Update in latest repo

    • Save The Date: ioBroker@Smart Living Forum Solingen, 14.06.

    Test Adapter HeatingControl v2.12.x

    This topic has been deleted. Only users with topic management privileges can see it.
    • S
      Samsity @Rene_HM last edited by

      @rene_hm die Anpassungen der VIS für mehrere Adapter-Instanzen müsste ich hinbekommen. Hoffe ich wenigstens 😂

      1 Reply Last reply Reply Quote 0
      • M
        Michi_Pi @Rene_HM last edited by

        @rene_hm Unter WindowOpenDecrease stehten schon die 12grad
        747f4511-b6b0-4975-9655-06ed44b12861-grafik.png

        1 Reply Last reply Reply Quote 0
        • Rene_HM
          Rene_HM Developer @Samsity last edited by

          @samsity sagte in Test Adapter HeatingControl v2.1.x:

          Profil Privat 3 Urlaub anwesend
          Profil Privat 4 Urlaub abwesend

          dafür brauchst du kein Profil, das kann der Adapter selbst.

          Profil Gäste 1 nur Wochenende anwesend
          Profil Gäste 2 ganze Woche anwesend

          wenn wir eine separate Instanz haben, kannst du auch hier die Anwesenheitsfunktion des Adapters verwenden

          Profil Gäste keine Gäste anweesend

          und dafür nehmen wir die Einzelraumabschaltung, oder, wenn alle Räume der Instanz betroffen sind, die Funktion "Heizungsperiode Aktiv"

          S 1 Reply Last reply Reply Quote 0
          • Stephan Schleich
            Stephan Schleich @Rene_HM last edited by

            @rene_hm sagte in Test Adapter HeatingControl v2.1.x:

            @stephan-schleich Die Meldung kommt, weil beim Lesen auf den angegebenen Datenpunkt ein null oder gar nichts zurückkommt. Ist der DP gültig und hat er einen Wert?

            @Rene_HM Ja dort steht 23 C drinnen, den Screen hab ich dir oben mit angehängt 😉

            Rene_HM 1 Reply Last reply Reply Quote 0
            • Rene_HM
              Rene_HM Developer @Stephan Schleich last edited by

              @stephan-schleich ja, aber das log zeigt einen anderen DP als das Bild darunter... Bitte prüfe, ob in der Konfiguration für das Thermostat die richtige OID für aktuelle Temperatur steht...

              Stephan Schleich 1 Reply Last reply Reply Quote 0
              • S
                Samsity @Rene_HM last edited by

                Guten Morgen @rene_hm,

                das mit der Anwesenheitsfunktion für die Gäste muss ich mir anschauen, bin mir nicht ganz sicher wie ich das umsetzten kann.
                Ich freue mich aber auf die 2.2 mit der Einzelraumabschaltung, das könnte mir sehr helfen.

                Ich wünsche erst einmal ein schönes WE.
                Werd jetzt mal die VIS bearbeiten und testen.

                1 Reply Last reply Reply Quote 0
                • Stephan Schleich
                  Stephan Schleich @Rene_HM last edited by

                  @rene_hm Du hasttest Recht, beim umrechnen scheint aber nochn Fehler zu geben

                  Die Raumtemperatur soll 21C haben es sind 21.9C laut externen Sensor und am Regler sind 25, wieso stellt HeatingControl dann auf 24,5 C?

                  1753f47f-af1b-464b-88fc-8e15da19ae60-image.png

                  Rene_HM 1 Reply Last reply Reply Quote 0
                  • Rene_HM
                    Rene_HM Developer @Stephan Schleich last edited by

                    @stephan-schleich stell mal bitte auf debug und suche dann nach

                    (avg) Ist-Temperatur am Thermostat
                    

                    und poste die Zeilen davor und danach für o.g. Zimmer...
                    Generell runde ich den TempOffset auf 0,5°C...

                    Stephan Schleich 1 Reply Last reply Reply Quote 0
                    • Stephan Schleich
                      Stephan Schleich @Rene_HM last edited by Stephan Schleich

                      @rene_hm sagte in Test Adapter HeatingControl v2.1.x:

                      (avg) Ist-Temperatur am Thermostat

                      Vorhin waren die Werte schlimmer wie jetzt, da ging er auf bis zu 31C hoch ^^

                      f44455f9-9f65-48e3-9b4f-f71f06ee2915-image.png
                      0cef0c27-6d9b-4235-9ee0-c5a94a7d67ab-image.png

                      Rene_HM 1 Reply Last reply Reply Quote 0
                      • Rene_HM
                        Rene_HM Developer @Stephan Schleich last edited by Rene_HM

                        @stephan-schleich Hier mal die Kalkulation, wie es sein sollte:

                        • Ziel-Temperatur 21°C (laut Profil)
                        • Ist-Temperatur am Thermostat 25°C (warum so hoch?)
                        • Ist-Temperatur am zusätzlichen Sensor 21,92°C

                        damit wird eine aktuelle Temperaturdifferenz von

                        21.92°C - 25°C = -3,08°C
                        

                        berechnet.
                        Da ich für die Differenz den Mittelwert (gleitender Mittelwert) bilde, wird die alte Differenz (0,5°C) mit der neuen Differenz (-3,08°C) verrechnet:

                        (0,5°C -3,08°C) / 2 = -1,29 °C
                        

                        auf 0,5 gerundet ergibt das -1,5°C

                        Beim nächsten Profilwechsel wird dieser Wert dann der Profil-Solltemperatur hinzuaddiert.

                        21°C - 1,5°C = 19,5°C
                        

                        Damit sollte beim nächsten Profilwechsel (oder bei Start des Adapters) 19,5°C als Zieltemperatur auf das Thermostat geschrieben werden. Aus meiner Sicht ist damit auch das Vorzeichen (minus) für den Temperaturoffset richtig, da die Ziel-Temperatur niedriger werden muss, da am Raumsensor eine höhere Temperatur anliegt, als gewünscht.

                        Aber trotzdem ist etwas seltsam: warum schwankt der Offset bei dir so stark? Im vorliegenden Fall hattest du eine gemittelte Temperaturdifferenz von +0,5°C und beim nächsten update der Ist-Temperatur am zusätzlichen Sensor plötzlich -3,08. Eigentlich sollte sich der Temperaturoffset einschwingen und dann relativ stabil auf einem Wert bleiben.

                        Stephan Schleich 1 Reply Last reply Reply Quote 0
                        • B
                          Borio85 last edited by Borio85

                          Hallo @Rene_HM ,
                          ich habe zwei Verständnisfragen bezogen auf die zusätzlichen Temperatursensoren und würde mich freuen, wenn du mir da etwas weiterhelfen könntest, es geht um folgendes:

                          Wenn Soll-Temperatur = Ist-Temperatur ist :

                          • Obwohl die Ist-Temperatur des zusätzlichen Sensors 19.5°C ist und genau der Ziel-Temperatur des Profils entspricht, berechnet HeatingControl einen Offset von -2°C.
                            Wenn die Ziel-Temperatur = Ist-Temperatur ist braucht es doch keinen Offset oder sehe ich das falsch?
                          2021-02-07 12:07:24.786  -  [34mdebug [39m: heatingcontrol.0 (4668) check Arbeitszimmer
                          2021-02-07 12:07:24.788  -  [34mdebug [39m: heatingcontrol.0 (4668) got offset -1.5 for Arbeitszimmer
                          2021-02-07 12:07:24.836  -  [34mdebug [39m: heatingcontrol.0 (4668) calculate temp offset for Arbeitszimmer old value is -1.5, got value {"val":19.5,"ack":true,"ts":1612695360081,"q":0,"from":"system.adapter.zigbee.0","user":"system.user.admin","lc":1612695360081}
                          2021-02-07 12:07:24.837  -  [34mdebug [39m: heatingcontrol.0 (4668) got 22.2 from hmip.0.devices.3014F711A0000A1BE99B884C.channels.1.valveActualTemperature
                          2021-02-07 12:07:24.838  -  [34mdebug [39m: heatingcontrol.0 (4668) tempdiff: 19.5 - 22.2 = -2.6999999999999993
                          2021-02-07 12:07:24.838  -  [34mdebug [39m: heatingcontrol.0 (4668) TempOffset Arbeitszimmer
                          2021-02-07 12:07:24.839  -  [34mdebug [39m: heatingcontrol.0 (4668) (avg) Ist-Temperatur am Thermostat 22.2
                          2021-02-07 12:07:24.839  -  [34mdebug [39m: heatingcontrol.0 (4668) Ist-Temperatur am zusätzl. Sensor 19.5
                          2021-02-07 12:07:24.839  -  [34mdebug [39m: heatingcontrol.0 (4668) tempDiff -2.6999999999999993
                          2021-02-07 12:07:24.839  -  [34mdebug [39m: heatingcontrol.0 (4668) (avg) TempOffset -2
                          2021-02-07 12:07:24.848  -  [34mdebug [39m: heatingcontrol.0 (4668) new temp offset for Arbeitszimmer is -2
                          

                          Wenn Ist-Temperatur < Soll-Temperatur ist:

                          • Im Flur habe ich eine Soll-Temperatur von 19.5°C, am Sensor eine Ist-Temperatur von 19,41°C und HeatingControl berechnet einen Offset von -2,5°C und setzt die Soll-Temperatur 17°C.
                            Sollte in diesem Fall nicht die Temperatur eher erhöht werden z.B. auf 20°C, damit auch die gewünschten 19,5°C erreicht werden anstatt runter zu gehen auf 17°C?
                          2021-02-07 12:07:39.161  -  [34mdebug [39m: heatingcontrol.0 (4695) check Flur
                          2021-02-07 12:07:39.163  -  [34mdebug [39m: heatingcontrol.0 (4695) got offset -2 for Flur
                          2021-02-07 12:07:39.167  -  [34mdebug [39m: heatingcontrol.0 (4695) calculate temp offset for Flur old value is -2, got value {"val":19.41,"ack":true,"ts":1612695172380,"q":0,"from":"system.adapter.zigbee.0","user":"system.user.admin","lc":1612695172380}
                          2021-02-07 12:07:39.170  -  [34mdebug [39m: heatingcontrol.0 (4695) got 22 from hmip.0.devices.3014F711A0000A1BE99B8B33.channels.1.valveActualTemperature
                          2021-02-07 12:07:39.170  -  [34mdebug [39m: heatingcontrol.0 (4695) tempdiff: 19.41 - 22 = -2.59
                          2021-02-07 12:07:39.171  -  [34mdebug [39m: heatingcontrol.0 (4695) TempOffset Flur
                          2021-02-07 12:07:39.171  -  [34mdebug [39m: heatingcontrol.0 (4695) (avg) Ist-Temperatur am Thermostat 22
                          2021-02-07 12:07:39.172  -  [34mdebug [39m: heatingcontrol.0 (4695) Ist-Temperatur am zusätzl. Sensor 19.41
                          2021-02-07 12:07:39.172  -  [34mdebug [39m: heatingcontrol.0 (4695) tempDiff -2.59
                          2021-02-07 12:07:39.172  -  [34mdebug [39m: heatingcontrol.0 (4695) (avg) TempOffset -2.5
                          2021-02-07 12:07:39.231  -  [34mdebug [39m: heatingcontrol.0 (4695) new temp offset for Flur is -2.5
                          
                          1 Reply Last reply Reply Quote 0
                          • Stephan Schleich
                            Stephan Schleich @Rene_HM last edited by Stephan Schleich

                            @rene_hm Hmm okay ich werd's mal beobachten, die Differenz ist so groß weil es ein relativ großer raum ist.
                            einige Punkte seh ich wie @Borio85

                            Rene_HM 1 Reply Last reply Reply Quote 0
                            • Rene_HM
                              Rene_HM Developer @Stephan Schleich last edited by

                              @stephan-schleich @Borio85 zur History des features siehe
                              https://github.com/rg-engineering/ioBroker.heatingcontrol/issues/182

                              Es gibt keinen Vergleich zwischen Soll und Ist, sondern nur einen Vergleich der Ist-Werte am Thermostat und am Raumsensor.

                              Denkra created this issue in rg-engineering/ioBroker.heatingcontrol

                              closed Temperatur Offset #182

                              B 1 Reply Last reply Reply Quote 0
                              • B
                                Borio85 @Rene_HM last edited by Borio85

                                @rene_hm said in Test Adapter HeatingControl v2.1.x:

                                @stephan-schleich @Borio85 zur History des features siehe
                                https://github.com/rg-engineering/ioBroker.heatingcontrol/issues/182

                                Es gibt keinen Vergleich zwischen Soll und Ist, sondern nur einen Vergleich der Ist-Werte am Thermostat und am Raumsensor.

                                Ok, das erklärt wieso ein Offset berechnet wird obwohl ist=soll ist. Wäre ein Vergleich nicht Sinnvoll?

                                Aktuell habe ich das Problem, dass im Arbeitszimmer 19.5C sein soll aber der Adapter auf 18.5 stellt aufgrund des Offsets.

                                
                                2021-02-07 16:17:36.688  - debug: heatingcontrol.0 (16373) SetRoomTemperature started for Arbeitszimmer target 19.5 with offset -1
                                2021-02-07 16:17:36.692  - debug: heatingcontrol.0 (16373) Arbeitszimmer nothing to do to for hmip.0.devices.3014F711A0000A1BE99B884C.channels.1.setPointTemperature , target 18.5 is already set 18.5
                                2021-02-07 16:17:36.693  - debug: heatingcontrol.0 (16373) HandleActors for Arbeitszimmer auto
                                2021-02-07 16:17:36.694  - debug: heatingcontrol.0 (16373) UpdateDPs  for Arbeitszimmer auto
                                2021-02-07 16:17:36.771  - debug: heatingcontrol.0 (16373) ### handle state change heatingcontrol.0.Rooms.Arbeitszimmer.CurrentTimePeriod 
                                
                                
                                Rene_HM 1 Reply Last reply Reply Quote 0
                                • Rene_HM
                                  Rene_HM Developer @Borio85 last edited by

                                  @borio85 schau dir bitte meinen post weiter oben an, in dem ich erkläre, was der Adapter rechnet und gib uns diese Werte. Mit diesen Informationen hier kann ich den Offset nicht erklären...

                                  B 1 Reply Last reply Reply Quote 0
                                  • B
                                    Borio85 @Rene_HM last edited by

                                    @rene_hm

                                    Ok, dann versuche ich das mal so gut wie ich kann zu beschreiben:

                                    Objekt-ID aktuelle Temperatur = Homematic valveActualTemperature
                                    Objekt-ID Zieltemperatur = Homematic setPointTemperature
                                    Objekt-ID zusätzlicher Sensor = Zigebee temperature

                                    Profil für das Arbeitszimmer, sollte jetzt 19.5°C sein
                                    11f3d0ad-438c-41cd-9f51-5ea49e39008d-grafik.png

                                    Temperatur am Regler 21,6°C
                                    Temperatur am Raumsensor 18,4°C
                                    Gesetzte Temperatur 14°C

                                    2021-02-07 17:45:15.171  - debug: heatingcontrol.0 (21224) Arbeitszimmer ### ChangeStatus AddTempSensor to {"val":17.4,"ack":true,"ts":1612716315167,"q":0,"from":"system.adapter.zigbee.0","user":"system.user.admin","lc":1612716315167} in auto
                                    2021-02-07 17:45:15.172  - debug: heatingcontrol.0 (21224) calculate temp offset for Arbeitszimmer old value is -4.5, got value {"val":17.4,"ack":true,"ts":1612716315167,"q":0,"from":"system.adapter.zigbee.0","user":"system.user.admin","lc":1612716315167}
                                    2021-02-07 17:45:15.174  - debug: heatingcontrol.0 (21224) got 23.7 from hmip.0.devices.3014F711A0000A1BE99B884C.channels.1.valveActualTemperature
                                    2021-02-07 17:45:15.175  - debug: heatingcontrol.0 (21224) tempdiff: 17.4 - 23.7 = -6.300000000000001
                                    2021-02-07 17:45:15.175  - debug: heatingcontrol.0 (21224) TempOffset Arbeitszimmer
                                    2021-02-07 17:45:15.177  - debug: heatingcontrol.0 (21224) (avg) Ist-Temperatur am Thermostat 23.7
                                    2021-02-07 17:45:15.178  - debug: heatingcontrol.0 (21224) Ist-Temperatur am zusätzl. Sensor 17.4
                                    2021-02-07 17:45:15.178  - debug: heatingcontrol.0 (21224) tempDiff -6.300000000000001
                                    2021-02-07 17:45:15.179  - debug: heatingcontrol.0 (21224) (avg) TempOffset -5.5
                                    2021-02-07 17:45:15.190  - debug: heatingcontrol.0 (21224) new temp offset for Arbeitszimmer is -5.5
                                    2021-02-07 17:45:15.191  - debug: heatingcontrol.0 (21224) UpdateDPs  for Arbeitszimmer auto
                                    
                                    2021-02-07 17:47:02.796  - debug: heatingcontrol.0 (21224) Change Status current temperature in Arbeitszimmer to 21.9
                                    2021-02-07 17:47:02.796  - debug: heatingcontrol.0 (21224) HandleActors for Arbeitszimmer auto
                                    2021-02-07 17:47:02.796  - debug: heatingcontrol.0 (21224) UpdateDPs  for Arbeitszimmer auto
                                    2021-02-07 17:47:02.811  - debug: heatingcontrol.0 (21224) ### handle state change heatingcontrol.0.Rooms.Arbeitszimmer.CurrentTimePeriod {"val":9,"ack":false,"ts":1612716422809,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1612716008312}
                                    2021-02-07 17:47:02.812  - debug: heatingcontrol.0 (21224) HandleStateChanges CurrentTimePeriod 9
                                    2021-02-07 17:47:02.818  - debug: heatingcontrol.0 (21224) AddStatusToLog skip Arbeitszimmer auto WindowOpen 12.5°C
                                    2021-02-07 17:47:02.873  - debug: heatingcontrol.0 (21224) ### handle state change heatingcontrol.0.Rooms.Arbeitszimmer.StatusLog {"val":" 07.02.2021 17:42:00 auto WindowOpen 12.5°C <br> 07.02.2021 17:40:08 auto 18.5°C <br> 07.02.2021 17:40:04 starting 19.5°C <br> 07.02.2021 17:40:03 starting <br>","ack":false,"ts":1612716422870,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1612716120447}
                                    2021-02-07 17:47:02.873  - debug: heatingcontrol.0 (21224) Reaching SetStatusLog for Rooms.Arbeitszimmer.StatusLog
                                    2021-02-07 17:47:16.306  - debug: heatingcontrol.0 (21224) Arbeitszimmer ### ChangeStatus AddTempSensor to {"val":16.4,"ack":true,"ts":1612716436298,"q":0,"from":"system.adapter.zigbee.0","user":"system.user.admin","lc":1612716436298} in auto
                                    2021-02-07 17:47:16.306  - debug: heatingcontrol.0 (21224) calculate temp offset for Arbeitszimmer old value is -5.5, got value {"val":16.4,"ack":true,"ts":1612716436298,"q":0,"from":"system.adapter.zigbee.0","user":"system.user.admin","lc":1612716436298}
                                    2021-02-07 17:47:16.308  - debug: heatingcontrol.0 (21224) got 21.9 from hmip.0.devices.3014F711A0000A1BE99B884C.channels.1.valveActualTemperature
                                    2021-02-07 17:47:16.309  - debug: heatingcontrol.0 (21224) tempdiff: 16.4 - 21.9 = -5.5
                                    2021-02-07 17:47:16.309  - debug: heatingcontrol.0 (21224) TempOffset Arbeitszimmer
                                    2021-02-07 17:47:16.310  - debug: heatingcontrol.0 (21224) (avg) Ist-Temperatur am Thermostat 21.9
                                    2021-02-07 17:47:16.310  - debug: heatingcontrol.0 (21224) Ist-Temperatur am zusätzl. Sensor 16.4
                                    2021-02-07 17:47:16.311  - debug: heatingcontrol.0 (21224) tempDiff -5.5
                                    2021-02-07 17:47:16.311  - debug: heatingcontrol.0 (21224) (avg) TempOffset -5.5
                                    2021-02-07 17:47:16.319  - debug: heatingcontrol.0 (21224) new temp offset for Arbeitszimmer is -5.5
                                    2021-02-07 17:47:16.320  - debug: heatingcontrol.0 (21224) UpdateDPs  for Arbeitszimmer auto
                                    2021-02-07 17:47:16.345  - debug: heatingcontrol.0 (21224) ### handle state change heatingcontrol.0.Rooms.Arbeitszimmer.CurrentTimePeriod {"val":9,"ack":false,"ts":1612716436341,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1612716008312}
                                    2021-02-07 17:47:16.346  - debug: heatingcontrol.0 (21224) HandleStateChanges CurrentTimePeriod 9
                                    2021-02-07 17:47:16.359  - debug: heatingcontrol.0 (21224) AddStatusToLog skip Arbeitszimmer auto WindowOpen 12.5°C
                                    2021-02-07 17:47:16.425  - debug: heatingcontrol.0 (21224) ### handle state change heatingcontrol.0.Rooms.Arbeitszimmer.StatusLog {"val":" 07.02.2021 17:42:00 auto WindowOpen 12.5°C <br> 07.02.2021 17:40:08 auto 18.5°C <br> 07.02.2021 17:40:04 starting 19.5°C <br> 07.02.2021 17:40:03 starting <br>","ack":false,"ts":1612716436422,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1612716120447}
                                    2021-02-07 17:47:16.426  - debug: heatingcontrol.0 (21224) Reaching SetStatusLog for Rooms.Arbeitszimmer.StatusLog
                                    2021-02-07 17:47:33.432  - debug: heatingcontrol.0 (21224) Badezimmer ### ChangeStatus AddTempSensor to {"val":20.9,"ack":true,"ts":1612716453426,"q":0,"from":"system.adapter.zigbee.0","user":"system.user.admin","lc":1612716453426} in auto
                                    
                                    2021-02-07 17:48:06.269  - debug: heatingcontrol.0 (21224) Reaching SetStatusLog for Rooms.Arbeitszimmer.StatusLog
                                    2021-02-07 17:48:16.877  - debug: heatingcontrol.0 (21224) Arbeitszimmer ### ChangeStatus AddTempSensor to {"val":15.8,"ack":true,"ts":1612716496874,"q":0,"from":"system.adapter.zigbee.0","user":"system.user.admin","lc":1612716496874} in auto
                                    2021-02-07 17:48:16.878  - debug: heatingcontrol.0 (21224) calculate temp offset for Arbeitszimmer old value is -5.5, got value {"val":15.8,"ack":true,"ts":1612716496874,"q":0,"from":"system.adapter.zigbee.0","user":"system.user.admin","lc":1612716496874}
                                    2021-02-07 17:48:16.879  - debug: heatingcontrol.0 (21224) got 21.9 from hmip.0.devices.3014F711A0000A1BE99B884C.channels.1.valveActualTemperature
                                    2021-02-07 17:48:16.880  - debug: heatingcontrol.0 (21224) tempdiff: 15.8 - 21.9 = -6.099999999999998
                                    2021-02-07 17:48:16.880  - debug: heatingcontrol.0 (21224) TempOffset Arbeitszimmer
                                    2021-02-07 17:48:16.881  - debug: heatingcontrol.0 (21224) (avg) Ist-Temperatur am Thermostat 21.9
                                    2021-02-07 17:48:16.881  - debug: heatingcontrol.0 (21224) Ist-Temperatur am zusätzl. Sensor 15.8
                                    2021-02-07 17:48:16.881  - debug: heatingcontrol.0 (21224) tempDiff -6.099999999999998
                                    2021-02-07 17:48:16.882  - debug: heatingcontrol.0 (21224) (avg) TempOffset -6
                                    2021-02-07 17:48:16.888  - debug: heatingcontrol.0 (21224) new temp offset for Arbeitszimmer is -6
                                    2021-02-07 17:48:16.889  - debug: heatingcontrol.0 (21224) UpdateDPs  for Arbeitszimmer auto
                                    2021-02-07 17:48:16.907  - debug: heatingcontrol.0 (21224) ### handle state change heatingcontrol.0.Rooms.Arbeitszimmer.CurrentTimePeriod {"val":9,"ack":false,"ts":1612716496904,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1612716008312}
                                    2021-02-07 17:48:16.908  - debug: heatingcontrol.0 (21224) HandleStateChanges CurrentTimePeriod 9
                                    2021-02-07 17:48:16.917  - debug: heatingcontrol.0 (21224) AddStatusToLog skip Arbeitszimmer auto 14°C
                                    2021-02-07 17:48:16.975  - debug: heatingcontrol.0 (21224) ### handle state change heatingcontrol.0.Rooms.Arbeitszimmer.StatusLog {"val":" 07.02.2021 17:47:48 auto 14°C <br> 07.02.2021 17:42:00 auto WindowOpen 12.5°C <br> 07.02.2021 17:40:08 auto 18.5°C <br> 07.02.2021 17:40:04 starting 19.5°C <br> 07.02.2021 17:40:03 starting <br>","ack":false,"ts":1612716496972,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1612716468524}
                                    2021-02-07 17:48:16.976  - debug: heatingcontrol.0 (21224) Reaching SetStatusLog for Rooms.Arbeitszimmer.StatusLog
                                    2021-02-07 17:48:25.288  - debug: heatingcontrol.0 (21224) Arbeitszimmer ### ChangeStatus Thermostats_Target to {"val":14,"ack":true,"ts":1612716505217,"q":0,"from":"system.adapter.hmip.0","user":"system.user.admin","lc":1612716468439} in auto
                                    2021-02-07 17:48:25.289  - debug: heatingcontrol.0 (21224) Change Status target temperature in Arbeitszimmer to 14 (profile 19.5) in auto
                                    2021-02-07 17:48:25.290  - debug: heatingcontrol.0 (21224) CheckManualMode Arbeitszimmer
                                    2021-02-07 17:48:25.290  - debug: heatingcontrol.0 (21224) CheckStartManualMode Arbeitszimmer
                                    2021-02-07 17:48:25.291  - debug: heatingcontrol.0 (21224) UpdateDPs  for Arbeitszimmer auto
                                    2021-02-07 17:48:25.294  - debug: heatingcontrol.0 (21224) ChangeStatus called, while already changing, push to list Arbeitszimmer Thermostats_Current {"val":21.4,"ack":true,"ts":1612716505218,"q":0,"from":"system.adapter.hmip.0","user":"system.user.admin","lc":1612716505218} (1)
                                    2021-02-07 17:48:25.331  - debug: heatingcontrol.0 (21224) ### handle state change heatingcontrol.0.Rooms.Arbeitszimmer.CurrentTimePeriod {"val":9,"ack":false,"ts":1612716505328,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1612716008312}
                                    2021-02-07 17:48:25.331  - debug: heatingcontrol.0 (21224) HandleStateChanges CurrentTimePeriod 9
                                    2021-02-07 17:48:25.338  - debug: heatingcontrol.0 (21224) AddStatusToLog skip Arbeitszimmer auto 14°C
                                    2021-02-07 17:48:25.406  - debug: heatingcontrol.0 (21224) ### handle state change heatingcontrol.0.Rooms.Arbeitszimmer.StatusLog {"val":" 07.02.2021 17:47:48 auto 14°C <br> 07.02.2021 17:42:00 auto WindowOpen 12.5°C <br> 07.02.2021 17:40:08 auto 18.5°C <br> 07.02.2021 17:40:04 starting 19.5°C <br> 07.02.2021 17:40:03 starting <br>","ack":false,"ts":1612716505404,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1612716468524}
                                    2021-02-07 17:48:25.407  - debug: heatingcontrol.0 (21224) Reaching SetStatusLog for Rooms.Arbeitszimmer.StatusLog
                                    2021-02-07 17:48:25.414  - debug: heatingcontrol.0 (21224) ChangeStatus recall cmd from list Arbeitszimmer Thermostats_Current {"val":21.4,"ack":true,"ts":1612716505218,"q":0,"from":"system.adapter.hmip.0","user":"system.user.admin","lc":1612716505218} (0)
                                    2021-02-07 17:48:25.414  - debug: heatingcontrol.0 (21224) Arbeitszimmer ### ChangeStatus Thermostats_Current to {"val":21.4,"ack":true,"ts":1612716505218,"q":0,"from":"system.adapter.hmip.0","user":"system.user.admin","lc":1612716505218} in auto
                                    2021-02-07 17:48:25.414  - debug: heatingcontrol.0 (21224) Change Status current temperature in Arbeitszimmer to 21.4
                                    2021-02-07 17:48:25.415  - debug: heatingcontrol.0 (21224) HandleActors for Arbeitszimmer auto
                                    2021-02-07 17:48:25.415  - debug: heatingcontrol.0 (21224) UpdateDPs  for Arbeitszimmer auto
                                    2021-02-07 17:48:25.430  - debug: heatingcontrol.0 (21224) ### handle state change heatingcontrol.0.Rooms.Arbeitszimmer.CurrentTimePeriod {"val":9,"ack":false,"ts":1612716505427,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1612716008312}
                                    2021-02-07 17:48:25.430  - debug: heatingcontrol.0 (21224) HandleStateChanges CurrentTimePeriod 9
                                    2021-02-07 17:48:25.436  - debug: heatingcontrol.0 (21224) AddStatusToLog skip Arbeitszimmer auto 14°C
                                    2021-02-07 17:48:25.448  - debug: heatingcontrol.0 (21224) ### handle state change heatingcontrol.0.Rooms.Arbeitszimmer.StatusLog {"val":" 07.02.2021 17:47:48 auto 14°C <br> 07.02.2021 17:42:00 auto WindowOpen 12.5°C <br> 07.02.2021 17:40:08 auto 18.5°C <br> 07.02.2021 17:40:04 starting 19.5°C <br> 07.02.2021 17:40:03 starting <br>","ack":false,"ts":1612716505445,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1612716468524}
                                    2021-02-07 17:48:25.448  - debug: heatingcontrol.0 (21224) Reaching SetStatusLog for Rooms.Arbeitszimmer.StatusLog
                                    2021-02-07 17:48:32.858  - debug: heatingcontrol.0 (21224) Wohnzimmer ### ChangeStatus AddTempSensor to {"val":21.4,"ack":true,"ts":1612716512795,"q":0,"from":"system.adapter.hmip.0","user":"system.user.admin","lc":1612710917340} in auto
                                    
                                    2021-02-07 17:49:14.629  - debug: heatingcontrol.0 (21224) Reaching SetStatusLog for Rooms.Arbeitszimmer.StatusLog
                                    2021-02-07 17:49:17.462  - debug: heatingcontrol.0 (21224) Arbeitszimmer ### ChangeStatus AddTempSensor to {"val":16.1,"ack":true,"ts":1612716557457,"q":0,"from":"system.adapter.zigbee.0","user":"system.user.admin","lc":1612716557457} in auto
                                    2021-02-07 17:49:17.463  - debug: heatingcontrol.0 (21224) calculate temp offset for Arbeitszimmer old value is -6, got value {"val":16.1,"ack":true,"ts":1612716557457,"q":0,"from":"system.adapter.zigbee.0","user":"system.user.admin","lc":1612716557457}
                                    2021-02-07 17:49:17.465  - debug: heatingcontrol.0 (21224) got 21.4 from hmip.0.devices.3014F711A0000A1BE99B884C.channels.1.valveActualTemperature
                                    2021-02-07 17:49:17.465  - debug: heatingcontrol.0 (21224) tempdiff: 16.1 - 21.4 = -5.299999999999997
                                    2021-02-07 17:49:17.466  - debug: heatingcontrol.0 (21224) TempOffset Arbeitszimmer
                                    2021-02-07 17:49:17.466  - debug: heatingcontrol.0 (21224) (avg) Ist-Temperatur am Thermostat 21.4
                                    2021-02-07 17:49:17.467  - debug: heatingcontrol.0 (21224) Ist-Temperatur am zusätzl. Sensor 16.1
                                    2021-02-07 17:49:17.467  - debug: heatingcontrol.0 (21224) tempDiff -5.299999999999997
                                    2021-02-07 17:49:17.468  - debug: heatingcontrol.0 (21224) (avg) TempOffset -5.5
                                    2021-02-07 17:49:17.476  - debug: heatingcontrol.0 (21224) new temp offset for Arbeitszimmer is -5.5
                                    2021-02-07 17:49:17.477  - debug: heatingcontrol.0 (21224) UpdateDPs  for Arbeitszimmer auto
                                    2021-02-07 17:49:17.505  - debug: heatingcontrol.0 (21224) ### handle state change heatingcontrol.0.Rooms.Arbeitszimmer.CurrentTimePeriod {"val":9,"ack":false,"ts":1612716557499,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1612716008312}
                                    2021-02-07 17:49:17.506  - debug: heatingcontrol.0 (21224) HandleStateChanges CurrentTimePeriod 9
                                    2021-02-07 17:49:17.520  - debug: heatingcontrol.0 (21224) AddStatusToLog skip Arbeitszimmer auto 14°C
                                    2021-02-07 17:49:17.585  - debug: heatingcontrol.0 (21224) ### handle state change heatingcontrol.0.Rooms.Arbeitszimmer.StatusLog {"val":" 07.02.2021 17:47:48 auto 14°C <br> 07.02.2021 17:42:00 auto WindowOpen 12.5°C <br> 07.02.2021 17:40:08 auto 18.5°C <br> 07.02.2021 17:40:04 starting 19.5°C <br> 07.02.2021 17:40:03 starting <br>","ack":false,"ts":1612716557582,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1612716468524}
                                    2021-02-07 17:49:17.586  - debug: heatingcontrol.0 (21224) Reaching SetStatusLog for Rooms.Arbeitszimmer.StatusLog
                                    2021-02-07 17:49:36.673  - debug: heatingcontrol.0 (21224) Küche ### ChangeStatus Thermostats_Target to {"val":18.5,"ack":true,"ts":1612716576619,"q":0,"from":"system.adapter.hmip.0","user":"system.user.admin","lc":1612716009234} in auto
                                    
                                    2021-02-07 17:50:07.052  - debug: heatingcontrol.0 (21224) Reaching SetStatusLog for Rooms.Arbeitszimmer.StatusLog
                                    2021-02-07 17:50:18.039  - debug: heatingcontrol.0 (21224) Arbeitszimmer ### ChangeStatus AddTempSensor to {"val":16.3,"ack":true,"ts":1612716618031,"q":0,"from":"system.adapter.zigbee.0","user":"system.user.admin","lc":1612716618031} in auto
                                    2021-02-07 17:50:18.040  - debug: heatingcontrol.0 (21224) calculate temp offset for Arbeitszimmer old value is -5.5, got value {"val":16.3,"ack":true,"ts":1612716618031,"q":0,"from":"system.adapter.zigbee.0","user":"system.user.admin","lc":1612716618031}
                                    2021-02-07 17:50:18.042  - debug: heatingcontrol.0 (21224) got 21.4 from hmip.0.devices.3014F711A0000A1BE99B884C.channels.1.valveActualTemperature
                                    2021-02-07 17:50:18.042  - debug: heatingcontrol.0 (21224) tempdiff: 16.3 - 21.4 = -5.099999999999998
                                    2021-02-07 17:50:18.043  - debug: heatingcontrol.0 (21224) TempOffset Arbeitszimmer
                                    2021-02-07 17:50:18.043  - debug: heatingcontrol.0 (21224) (avg) Ist-Temperatur am Thermostat 21.4
                                    2021-02-07 17:50:18.044  - debug: heatingcontrol.0 (21224) Ist-Temperatur am zusätzl. Sensor 16.3
                                    2021-02-07 17:50:18.044  - debug: heatingcontrol.0 (21224) tempDiff -5.099999999999998
                                    2021-02-07 17:50:18.044  - debug: heatingcontrol.0 (21224) (avg) TempOffset -5.5
                                    2021-02-07 17:50:18.052  - debug: heatingcontrol.0 (21224) new temp offset for Arbeitszimmer is -5.5
                                    2021-02-07 17:50:18.053  - debug: heatingcontrol.0 (21224) UpdateDPs  for Arbeitszimmer auto
                                    2021-02-07 17:50:18.073  - debug: heatingcontrol.0 (21224) ### handle state change heatingcontrol.0.Rooms.Arbeitszimmer.CurrentTimePeriod {"val":9,"ack":false,"ts":1612716618069,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1612716008312}
                                    2021-02-07 17:50:18.074  - debug: heatingcontrol.0 (21224) HandleStateChanges CurrentTimePeriod 9
                                    2021-02-07 17:50:18.085  - debug: heatingcontrol.0 (21224) AddStatusToLog skip Arbeitszimmer auto 14°C
                                    2021-02-07 17:50:18.140  - debug: heatingcontrol.0 (21224) ### handle state change heatingcontrol.0.Rooms.Arbeitszimmer.StatusLog {"val":" 07.02.2021 17:47:48 auto 14°C <br> 07.02.2021 17:42:00 auto WindowOpen 12.5°C <br> 07.02.2021 17:40:08 auto 18.5°C <br> 07.02.2021 17:40:04 starting 19.5°C <br> 07.02.2021 17:40:03 starting <br>","ack":false,"ts":1612716618136,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1612716468524}
                                    2021-02-07 17:50:18.141  - debug: heatingcontrol.0 (21224) Reaching SetStatusLog for Rooms.Arbeitszimmer.StatusLog
                                    
                                    2021-02-07 17:54:06.579  - debug: heatingcontrol.0 (21224) Reaching SetStatusLog for Rooms.Arbeitszimmer.StatusLog
                                    2021-02-07 17:54:20.331  - debug: heatingcontrol.0 (21224) Arbeitszimmer ### ChangeStatus AddTempSensor to {"val":17,"ack":true,"ts":1612716860324,"q":0,"from":"system.adapter.zigbee.0","user":"system.user.admin","lc":1612716860324} in auto
                                    2021-02-07 17:54:20.332  - debug: heatingcontrol.0 (21224) calculate temp offset for Arbeitszimmer old value is -5.5, got value {"val":17,"ack":true,"ts":1612716860324,"q":0,"from":"system.adapter.zigbee.0","user":"system.user.admin","lc":1612716860324}
                                    2021-02-07 17:54:20.334  - debug: heatingcontrol.0 (21224) got 20.6 from hmip.0.devices.3014F711A0000A1BE99B884C.channels.1.valveActualTemperature
                                    2021-02-07 17:54:20.335  - debug: heatingcontrol.0 (21224) tempdiff: 17 - 20.6 = -3.6000000000000014
                                    2021-02-07 17:54:20.335  - debug: heatingcontrol.0 (21224) TempOffset Arbeitszimmer
                                    2021-02-07 17:54:20.336  - debug: heatingcontrol.0 (21224) (avg) Ist-Temperatur am Thermostat 20.6
                                    2021-02-07 17:54:20.336  - debug: heatingcontrol.0 (21224) Ist-Temperatur am zusätzl. Sensor 17
                                    2021-02-07 17:54:20.337  - debug: heatingcontrol.0 (21224) tempDiff -3.6000000000000014
                                    2021-02-07 17:54:20.345  - debug: heatingcontrol.0 (21224) (avg) TempOffset -4.5
                                    2021-02-07 17:54:20.355  - debug: heatingcontrol.0 (21224) new temp offset for Arbeitszimmer is -4.5
                                    2021-02-07 17:54:20.356  - debug: heatingcontrol.0 (21224) UpdateDPs  for Arbeitszimmer auto
                                    2021-02-07 17:54:20.384  - debug: heatingcontrol.0 (21224) ### handle state change heatingcontrol.0.Rooms.Arbeitszimmer.CurrentTimePeriod {"val":9,"ack":false,"ts":1612716860379,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1612716008312}
                                    2021-02-07 17:54:20.385  - debug: heatingcontrol.0 (21224) HandleStateChanges CurrentTimePeriod 9
                                    2021-02-07 17:54:20.395  - debug: heatingcontrol.0 (21224) AddStatusToLog skip Arbeitszimmer auto 14°C
                                    2021-02-07 17:54:20.454  - debug: heatingcontrol.0 (21224) ### handle state change heatingcontrol.0.Rooms.Arbeitszimmer.StatusLog {"val":" 07.02.2021 17:47:48 auto 14°C <br> 07.02.2021 17:42:00 auto WindowOpen 12.5°C <br> 07.02.2021 17:40:08 auto 18.5°C <br> 07.02.2021 17:40:04 starting 19.5°C <br> 07.02.2021 17:40:03 starting <br>","ack":false,"ts":1612716860452,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1612716468524}
                                    2021-02-07 17:54:20.455  - debug: heatingcontrol.0 (21224) Reaching SetStatusLog for Rooms.Arbeitszimmer.StatusLog
                                    
                                    2021-02-07 18:00:16.803  - debug: heatingcontrol.0 (21224) Arbeitszimmer ### ChangeStatus Thermostats_Target to {"val":14,"ack":true,"ts":1612717216737,"q":0,"from":"system.adapter.hmip.0","user":"system.user.admin","lc":1612716468439} in auto
                                    2021-02-07 18:00:16.803  - debug: heatingcontrol.0 (21224) Change Status target temperature in Arbeitszimmer to 14 (profile 19.5) in auto
                                    2021-02-07 18:00:16.804  - debug: heatingcontrol.0 (21224) CheckManualMode Arbeitszimmer
                                    2021-02-07 18:00:16.804  - debug: heatingcontrol.0 (21224) CheckStartManualMode Arbeitszimmer
                                    2021-02-07 18:00:16.805  - debug: heatingcontrol.0 (21224) UpdateDPs  for Arbeitszimmer auto
                                    2021-02-07 18:00:16.807  - debug: heatingcontrol.0 (21224) ChangeStatus called, while already changing, push to list Arbeitszimmer Thermostats_Current {"val":20.9,"ack":true,"ts":1612717216737,"q":0,"from":"system.adapter.hmip.0","user":"system.user.admin","lc":1612717216737} (1)
                                    2021-02-07 18:00:16.877  - debug: heatingcontrol.0 (21224) ### handle state change heatingcontrol.0.Rooms.Arbeitszimmer.CurrentTimePeriod {"val":9,"ack":false,"ts":1612717216875,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1612716008312}
                                    2021-02-07 18:00:16.877  - debug: heatingcontrol.0 (21224) HandleStateChanges CurrentTimePeriod 9
                                    2021-02-07 18:00:16.883  - debug: heatingcontrol.0 (21224) AddStatusToLog skip Arbeitszimmer auto 14°C
                                    2021-02-07 18:00:16.932  - debug: heatingcontrol.0 (21224) ### handle state change heatingcontrol.0.Rooms.Arbeitszimmer.StatusLog {"val":" 07.02.2021 17:47:48 auto 14°C <br> 07.02.2021 17:42:00 auto WindowOpen 12.5°C <br> 07.02.2021 17:40:08 auto 18.5°C <br> 07.02.2021 17:40:04 starting 19.5°C <br> 07.02.2021 17:40:03 starting <br>","ack":false,"ts":1612717216930,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1612716468524}
                                    2021-02-07 18:00:16.933  - debug: heatingcontrol.0 (21224) Reaching SetStatusLog for Rooms.Arbeitszimmer.StatusLog
                                    2021-02-07 18:00:16.938  - debug: heatingcontrol.0 (21224) ChangeStatus recall cmd from list Arbeitszimmer Thermostats_Current {"val":20.9,"ack":true,"ts":1612717216737,"q":0,"from":"system.adapter.hmip.0","user":"system.user.admin","lc":1612717216737} (0)
                                    2021-02-07 18:00:16.939  - debug: heatingcontrol.0 (21224) Arbeitszimmer ### ChangeStatus Thermostats_Current to {"val":20.9,"ack":true,"ts":1612717216737,"q":0,"from":"system.adapter.hmip.0","user":"system.user.admin","lc":1612717216737} in auto
                                    2021-02-07 18:00:16.939  - debug: heatingcontrol.0 (21224) Change Status current temperature in Arbeitszimmer to 20.9
                                    2021-02-07 18:00:16.939  - debug: heatingcontrol.0 (21224) HandleActors for Arbeitszimmer auto
                                    2021-02-07 18:00:16.940  - debug: heatingcontrol.0 (21224) UpdateDPs  for Arbeitszimmer auto
                                    2021-02-07 18:00:16.953  - debug: heatingcontrol.0 (21224) ### handle state change heatingcontrol.0.Rooms.Arbeitszimmer.CurrentTimePeriod {"val":9,"ack":false,"ts":1612717216951,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1612716008312}
                                    2021-02-07 18:00:16.954  - debug: heatingcontrol.0 (21224) HandleStateChanges CurrentTimePeriod 9
                                    2021-02-07 18:00:16.960  - debug: heatingcontrol.0 (21224) AddStatusToLog skip Arbeitszimmer auto 14°C
                                    2021-02-07 18:00:17.012  - debug: heatingcontrol.0 (21224) ### handle state change heatingcontrol.0.Rooms.Arbeitszimmer.StatusLog {"val":" 07.02.2021 17:47:48 auto 14°C <br> 07.02.2021 17:42:00 auto WindowOpen 12.5°C <br> 07.02.2021 17:40:08 auto 18.5°C <br> 07.02.2021 17:40:04 starting 19.5°C <br> 07.02.2021 17:40:03 starting <br>","ack":false,"ts":1612717217010,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1612716468524}
                                    2021-02-07 18:00:17.013  - debug: heatingcontrol.0 (21224) Reaching SetStatusLog for Rooms.Arbeitszimmer.StatusLog
                                    2021-02-07 18:00:23.749  - debug: heatingcontrol.0 (21224) Arbeitszimmer ### ChangeStatus AddTempSensor to {"val":17.7,"ack":true,"ts":1612717223747,"q":0,"from":"system.adapter.zigbee.0","user":"system.user.admin","lc":1612717223747} in auto
                                    2021-02-07 18:00:23.750  - debug: heatingcontrol.0 (21224) calculate temp offset for Arbeitszimmer old value is -4.5, got value {"val":17.7,"ack":true,"ts":1612717223747,"q":0,"from":"system.adapter.zigbee.0","user":"system.user.admin","lc":1612717223747}
                                    2021-02-07 18:00:23.751  - debug: heatingcontrol.0 (21224) got 20.9 from hmip.0.devices.3014F711A0000A1BE99B884C.channels.1.valveActualTemperature
                                    2021-02-07 18:00:23.752  - debug: heatingcontrol.0 (21224) tempdiff: 17.7 - 20.9 = -3.1999999999999993
                                    2021-02-07 18:00:23.752  - debug: heatingcontrol.0 (21224) TempOffset Arbeitszimmer
                                    2021-02-07 18:00:23.752  - debug: heatingcontrol.0 (21224) (avg) Ist-Temperatur am Thermostat 20.9
                                    2021-02-07 18:00:23.753  - debug: heatingcontrol.0 (21224) Ist-Temperatur am zusätzl. Sensor 17.7
                                    2021-02-07 18:00:23.753  - debug: heatingcontrol.0 (21224) tempDiff -3.1999999999999993
                                    2021-02-07 18:00:23.753  - debug: heatingcontrol.0 (21224) (avg) TempOffset -4
                                    2021-02-07 18:00:23.770  - debug: heatingcontrol.0 (21224) new temp offset for Arbeitszimmer is -4
                                    2021-02-07 18:00:23.770  - debug: heatingcontrol.0 (21224) UpdateDPs  for Arbeitszimmer auto
                                    2021-02-07 18:00:23.783  - debug: heatingcontrol.0 (21224) ### handle state change heatingcontrol.0.Rooms.Arbeitszimmer.CurrentTimePeriod {"val":9,"ack":false,"ts":1612717223781,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1612716008312}
                                    2021-02-07 18:00:23.784  - debug: heatingcontrol.0 (21224) HandleStateChanges CurrentTimePeriod 9
                                    2021-02-07 18:00:23.790  - debug: heatingcontrol.0 (21224) AddStatusToLog skip Arbeitszimmer auto 14°C
                                    2021-02-07 18:00:23.844  - debug: heatingcontrol.0 (21224) ### handle state change heatingcontrol.0.Rooms.Arbeitszimmer.StatusLog {"val":" 07.02.2021 17:47:48 auto 14°C <br> 07.02.2021 17:42:00 auto WindowOpen 12.5°C <br> 07.02.2021 17:40:08 auto 18.5°C <br> 07.02.2021 17:40:04 starting 19.5°C <br> 07.02.2021 17:40:03 starting <br>","ack":false,"ts":1612717223842,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1612716468524}
                                    2021-02-07 18:00:23.845  - debug: heatingcontrol.0 (21224) Reaching SetStatusLog for Rooms.Arbeitszimmer.StatusLog
                                    
                                    2021-02-07 18:11:04.996  - debug: heatingcontrol.0 (21224) Reaching SetStatusLog for Rooms.Arbeitszimmer.StatusLog
                                    2021-02-07 18:11:30.036  - debug: heatingcontrol.0 (21224) Arbeitszimmer ### ChangeStatus AddTempSensor to {"val":18.4,"ack":true,"ts":1612717890030,"q":0,"from":"system.adapter.zigbee.0","user":"system.user.admin","lc":1612717890030} in auto
                                    2021-02-07 18:11:30.037  - debug: heatingcontrol.0 (21224) calculate temp offset for Arbeitszimmer old value is -4, got value {"val":18.4,"ack":true,"ts":1612717890030,"q":0,"from":"system.adapter.zigbee.0","user":"system.user.admin","lc":1612717890030}
                                    2021-02-07 18:11:30.038  - debug: heatingcontrol.0 (21224) got 21.3 from hmip.0.devices.3014F711A0000A1BE99B884C.channels.1.valveActualTemperature
                                    2021-02-07 18:11:30.039  - debug: heatingcontrol.0 (21224) tempdiff: 18.4 - 21.3 = -2.900000000000002
                                    2021-02-07 18:11:30.039  - debug: heatingcontrol.0 (21224) TempOffset Arbeitszimmer
                                    2021-02-07 18:11:30.039  - debug: heatingcontrol.0 (21224) (avg) Ist-Temperatur am Thermostat 21.3
                                    2021-02-07 18:11:30.040  - debug: heatingcontrol.0 (21224) Ist-Temperatur am zusätzl. Sensor 18.4
                                    2021-02-07 18:11:30.040  - debug: heatingcontrol.0 (21224) tempDiff -2.900000000000002
                                    2021-02-07 18:11:30.040  - debug: heatingcontrol.0 (21224) (avg) TempOffset -3.5
                                    2021-02-07 18:11:30.046  - debug: heatingcontrol.0 (21224) new temp offset for Arbeitszimmer is -3.5
                                    2021-02-07 18:11:30.047  - debug: heatingcontrol.0 (21224) UpdateDPs  for Arbeitszimmer auto
                                    2021-02-07 18:11:30.066  - debug: heatingcontrol.0 (21224) ### handle state change heatingcontrol.0.Rooms.Arbeitszimmer.CurrentTimePeriod {"val":9,"ack":false,"ts":1612717890062,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1612716008312}
                                    2021-02-07 18:11:30.066  - debug: heatingcontrol.0 (21224) HandleStateChanges CurrentTimePeriod 9
                                    2021-02-07 18:11:30.076  - debug: heatingcontrol.0 (21224) AddStatusToLog skip Arbeitszimmer auto 14°C
                                    2021-02-07 18:11:30.135  - debug: heatingcontrol.0 (21224) ### handle state change heatingcontrol.0.Rooms.Arbeitszimmer.StatusLog {"val":" 07.02.2021 17:47:48 auto 14°C <br> 07.02.2021 17:42:00 auto WindowOpen 12.5°C <br> 07.02.2021 17:40:08 auto 18.5°C <br> 07.02.2021 17:40:04 starting 19.5°C <br> 07.02.2021 17:40:03 starting <br>","ack":false,"ts":1612717890132,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1612716468524}
                                    2021-02-07 18:11:30.136  - debug: heatingcontrol.0 (21224) Reaching SetStatusLog for Rooms.Arbeitszimmer.StatusLog
                                    

                                    Das habe ich in den Logs gefunden zwischen 17:45 und 18:15, ich hoffe da ist alles drin was du brauchst.

                                    Rene_HM 1 Reply Last reply Reply Quote 0
                                    • B
                                      Borio85 last edited by Borio85

                                      @Rene was anders ich habe gerade gelüftet und jetzt steht das Thermostat auf 5°C
                                      Irgendwie erkennt der Adapter einen manuellen Eingriff
                                      2282e6fd-ca8b-41c6-9a3a-e1748570e861-grafik.png

                                      Hier die Logs von 18:29-18:40
                                      Log _1829-1845.txt

                                      Rene_HM 1 Reply Last reply Reply Quote 0
                                      • Rene_HM
                                        Rene_HM Developer @Borio85 last edited by

                                        @borio85 reagiert dein Thermostat auf den Fenstersensor? siehe
                                        https://github.com/rg-engineering/ioBroker.heatingcontrol/issues/217
                                        und
                                        https://github.com/rg-engineering/ioBroker.heatingcontrol/issues/202

                                        Chuckwallas created this issue in rg-engineering/ioBroker.heatingcontrol

                                        closed Fenster offen und der manuelle Modus #217

                                        Pittini created this issue in rg-engineering/ioBroker.heatingcontrol

                                        closed Strange behavior at Window open #202

                                        B 1 Reply Last reply Reply Quote 0
                                        • Rene_HM
                                          Rene_HM Developer @Borio85 last edited by

                                          @borio85 sagte in Test Adapter HeatingControl v2.1.x:

                                          Temperatur am Regler 21,6°C
                                          Temperatur am Raumsensor 18,4°C
                                          Gesetzte Temperatur 14°C

                                          Hier würde ich (wieder einmal) auf ein falsches Vorzeichen des TempOffsets tippen. Berechnet werden -5,5°C. Das Problem ist, dass ich hier irgendetwas übersehe oder von den usern falsch interpretiere. Ich habe das Vorzeichen schon zweimal gedreht, aber jedesmal erhalte ich ein log, wo es wieder nicht passt. Hier ist ziemlich klar, dass das Vorzeichen falsch ist...

                                          Was mir aber seltsam vorkommt, ist dass die Temperatur so sehr schwankt. In den logs haben wir von 18,4°C bis 15,8°C am zusätzlichen Sensor. und das innerhalb einer halben Stunde..
                                          Die Ist-Temperatur am Thermostat ist auch zwischen 23.7°C und 20,6°C. Auf der anderen Seite passt das aber zu dem TempOffset (ca. 5°C), d.h. im Raum ist es ca. 5°C kälter als am Thermostat, so dass die Zieltemperatur 5°C höher sein sollte...

                                          Ich baue morgen mal ein 2.1.1 wo ich das Vorzeichen nochmal umkehre. Dann schauen wir noch einmal...

                                          1 Reply Last reply Reply Quote 0
                                          • B
                                            Borio85 @Rene_HM last edited by Borio85

                                            @rene_hm said in Test Adapter HeatingControl v2.1.x:

                                            reagiert dein Thermostat auf den Fenstersensor? siehe
                                            https://github.com/rg-engineering/ioBroker.heatingcontrol/issues/217
                                            und
                                            https://github.com/rg-engineering/ioBroker.heatingcontrol/issues/202

                                            Nein, ich verwende absichtlich die Funktion von Homematic nicht, da ich im Arbeitszimmer Zigbee nutze und mit der Funktion Thermostat behandelt "Fenster ist offen" wurde zwar erkannt das das Fenster auf ist aber die Temperatur wurde nicht gesenkt. Um das zu umgehen habe die die Homematic Sensoren nur für Alarm konfiguriert und senke die Temperatur über den Adapter, es Funktionierte bis vorhin eigentlich sehr gut.

                                            @rene_hm said in Test Adapter HeatingControl v2.1.x:

                                            Was mir aber seltsam vorkommt, ist dass die Temperatur so sehr schwankt. In den logs haben wir von 18,4°C bis 15,8°C am zusätzlichen Sensor. und das innerhalb einer halben Stunde..

                                            Sehr wahrscheinlich hat meine Frau das Fenster aufgemacht, das Arbeitszimmer wird zur Zeit auch als Sportzimmer missbraucht 🙂

                                            @rene_hm said in Test Adapter HeatingControl v2.1.x:

                                            Ich baue morgen mal ein 2.1.1 wo ich das Vorzeichen nochmal umkehre. Dann schauen wir noch einmal...

                                            Ok, dann warte ich mal die nächste Version ab.

                                            Rene_HM 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            923
                                            Online

                                            31.6k
                                            Users

                                            79.4k
                                            Topics

                                            1.3m
                                            Posts

                                            heating
                                            236
                                            3157
                                            1432780
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo