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

    • 15. 05. Wartungsarbeiten am ioBroker Forum

    • Monatsrückblick - April 2025

    • Minor js-controller 7.0.7 Update in latest repo

    Test Adapter HeatingControl v2.12.x

    This topic has been deleted. Only users with topic management privileges can see it.
    • 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
                                • Rene_HM
                                  Rene_HM Developer @Borio85 last edited by

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

                                  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.

                                  Laut log ist da etwas seltsam... Man sieht auch in deinem screen shot, dass nachdem das Fenster geschlossen wurde, eine Zieltemperatur von 16°C geschrieben wird. 3 Minuten später kommt vom Thermostat aber eine Zieltemperatur von 15°C zurück. Das führt dann zum manual Mode. Im manual Mode wird dann wieder 3,5°C TemperaturOffset abgezogen, das führt dann zu 11°C und so weiter.
                                  Ich werde in der 2.1.1 den Offset im manual nicht mehr verwenden. Woher aber die 15°C kommen, die urspünglich zum manual geführt haben, kann ich nicht erklären...

                                  Die 2.1.1 ist im github verfügbar

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

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

                                    Die 2.1.1 ist im github verfügbar

                                    Vielen Dank, lade ich mir jetzt und teste mal.

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

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

                                      3 Minuten später kommt vom Thermostat aber eine Zieltemperatur von 15°C zurück.

                                      Ich glaube das ist die Temperatursturzerkennung des Thermostats, in der Homematic App ist 15C als Fenster offen Temperatur eingetragen. Ich muss gucken wie ich das deaktivieren kann.
                                      Dann kannst du dieses Problem ignorieren, wird wahrscheinlich an meinem setup liegen.

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

                                        @borio85 Inked2021-02-08 19_50_42-Microsoft Store_LI.jpg

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

                                          @pittini Vielen Dank, leider habe ich keine CCU, nutze „nur“ den AccessPoint. Ich glaube das wird als nächstes kommen...

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

                                            @Rene_HM Die V2.1.1. läuft seit gestern ziemlich sauber und der Offset wird auf die Soll-Temp addiert.
                                            Follgendes ist mir aufgefallen, wenn der nächste Profilzeitpunkt niedirger ist als vorher z.b. von 20,5 auf 18,5 bleibt die SetTempertrue höher als die nidrigere Soll

                                            Log beim Profilzeipunkt mit 20,5°C

                                            2021-02-09 11:52:42.332  - debug: heatingcontrol.0 (4989) calculate temp offset for Arbeitszimmer old value is 4.5, got value {"val":21.6,"ack":true,"ts":1612867962326,"q":0,"from":"system.adapter.zigbee.0","user":"system.user.admin","lc":1612867417332}
                                            2021-02-09 11:52:42.334  - debug: heatingcontrol.0 (4989) got 27.2 from hmip.0.devices.3014F711A0000A1BE99B884C.channels.1.valveActualTemperature
                                            2021-02-09 11:52:42.336  - debug: heatingcontrol.0 (4989) tempdiff: 27.2 - 21.6 = 5.599999999999998
                                            2021-02-09 11:52:42.336  - debug: heatingcontrol.0 (4989) TempOffset Arbeitszimmer
                                            2021-02-09 11:52:42.337  - debug: heatingcontrol.0 (4989) (avg) Ist-Temperatur am Thermostat 27.2
                                            2021-02-09 11:52:42.337  - debug: heatingcontrol.0 (4989) Ist-Temperatur am zusätzl. Sensor 21.6
                                            2021-02-09 11:52:42.337  - debug: heatingcontrol.0 (4989) tempDiff 5.599999999999998
                                            2021-02-09 11:52:42.338  - debug: heatingcontrol.0 (4989) (avg) TempOffset 5
                                            2021-02-09 11:52:42.357  - debug: heatingcontrol.0 (4989) new temp offset for Arbeitszimmer is 5
                                            2021-02-09 11:52:42.357  - debug: heatingcontrol.0 (4989) UpdateDPs  for Arbeitszimmer auto
                                            2021-02-09 11:52:42.426  - debug: heatingcontrol.0 (4989) ### handle state change heatingcontrol.0.Rooms.Arbeitszimmer.CurrentTimePeriod {"val":2,"ack":false,"ts":1612867962422,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1612852120952}
                                            

                                            LOG bei Profilwechsel zu 18,5°C

                                            2021-02-09 12:00:00.015  - debug: heatingcontrol.0 (4989) ChangeStatus fired with [{"room":"Arbeitszimmer","target":18.5,"currentTimePeriod":3,"ActiveTimeSlot":3,"CurrentTimePeriodTime":"12:00","CurrentTimePeriodFull":"Period 3 12:00"},{"room":"Schlafzimmer","target":17.5,"currentTimePeriod":3,"ActiveTimeSlot":3,"CurrentTimePeriodTime":"12:00","CurrentTimePeriodFull":"Period 3 12:00"}]
                                            2021-02-09 12:00:00.016  - debug: heatingcontrol.0 (4989) Arbeitszimmer ### ChangeStatus ProfilPoint to {"room":"Arbeitszimmer","target":18.5,"currentTimePeriod":3,"ActiveTimeSlot":3,"CurrentTimePeriodTime":"12:00","CurrentTimePeriodFull":"Period 3 12:00"} in manual
                                            2021-02-09 12:00:00.016  - debug: heatingcontrol.0 (4989) reset manual mode to auto
                                            2021-02-09 12:00:00.016  - debug: heatingcontrol.0 (4989) ChangeStatus by cron Profilepoint in Arbeitszimmer target 18.5
                                            2021-02-09 12:00:00.017  - debug: heatingcontrol.0 (4989) CalculateRoomTemperature for Arbeitszimmer auto
                                            2021-02-09 12:00:00.017  - debug: heatingcontrol.0 (4989) Arbeitszimmer auto mode: target 18.5
                                            2021-02-09 12:00:00.017  - debug: heatingcontrol.0 (4989) Arbeitszimmer auto mode (incl. reduced): target 18.5
                                            2021-02-09 12:00:00.018  - debug: heatingcontrol.0 (4989) SetRoomTemperature started for Arbeitszimmer target 18.5 with offset 8
                                            2021-02-09 12:00:00.051  - debug: heatingcontrol.0 (4989) unsubscribe hmip.0.devices.3014F711A0000A1BE99B884C.channels.1.setPointTemperature
                                            2021-02-09 12:00:00.052  - debug: heatingcontrol.0 (4989) Arbeitszimmer set thermostat target hmip.0.devices.3014F711A0000A1BE99B884C.channels.1.setPointTemperature to 26.5
                                            2021-02-09 12:00:00.118  - info: host.raspberrypi4-ioB instance system.adapter.coronavirus-statistics.0 started with pid 18989
                                            2021-02-09 12:00:00.129  - debug: heatingcontrol.0 (4989) HandleActors for Arbeitszimmer auto
                                            2021-02-09 12:00:00.129  - debug: heatingcontrol.0 (4989) UpdateDPs  for Arbeitszimmer auto
                                            2021-02-09 12:00:00.128  - info: hmip.0 (11951) state change - setPointTemperature - id 69b2e9b4-e7fa-4376-aab5-2e55b666df91 - value 26.5
                                            

                                            Log Offsetberechnung mit 18.5°C

                                            2021-02-09 12:02:19.579  - debug: heatingcontrol.0 (4989) Reaching SetStatusLog for Rooms.Arbeitszimmer.StatusLog
                                            2021-02-09 12:02:22.971  - debug: heatingcontrol.0 (4989) Arbeitszimmer ### ChangeStatus Thermostats_Target to {"val":26.5,"ack":true,"ts":1612868542913,"q":0,"from":"system.adapter.hmip.0","user":"system.user.admin","lc":1612868400124} in auto
                                            2021-02-09 12:02:22.972  - debug: heatingcontrol.0 (4989) Change Status target temperature in Arbeitszimmer to 26.5 (profile 18.5) in auto
                                            2021-02-09 12:02:22.972  - debug: heatingcontrol.0 (4989) CheckManualMode Arbeitszimmer
                                            2021-02-09 12:02:22.973  - debug: heatingcontrol.0 (4989) CheckStartManualMode Arbeitszimmer
                                            2021-02-09 12:02:22.973  - debug: heatingcontrol.0 (4989) UpdateDPs  for Arbeitszimmer auto
                                            2021-02-09 12:02:22.975  - debug: heatingcontrol.0 (4989) ChangeStatus called, while already changing, push to list Arbeitszimmer Thermostats_Current {"val":24,"ack":true,"ts":1612868542914,"q":0,"from":"system.adapter.hmip.0","user":"system.user.admin","lc":1612868405927} (1)
                                            2021-02-09 12:02:23.081  - debug: heatingcontrol.0 (4989) ### handle state change heatingcontrol.0.Rooms.Arbeitszimmer.CurrentTimePeriod {"val":3,"ack":false,"ts":1612868543077,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1612868400223}
                                            2021-02-09 12:02:23.081  - debug: heatingcontrol.0 (4989) HandleStateChanges CurrentTimePeriod 3
                                            2021-02-09 12:02:23.131  - debug: heatingcontrol.0 (4989) AddStatusToLog skip Arbeitszimmer auto 26.5°C
                                            2021-02-09 12:02:23.145  - debug: heatingcontrol.0 (4989) ### handle state change heatingcontrol.0.Rooms.Arbeitszimmer.StatusLog {"val":" 09.02.2021 12:00:00 auto 26.5°C <br> 09.02.2021 11:56:04 manual 15°C <br> 09.02.2021 11:56:03 manual WindowOpen 9°C <br> 09.02.2021 11:52:05 auto WindowOpen 19°C <br> 09.02.2021 10:45:53 auto 25°C <br> 09.02.2021 10:45:31 auto WindowOpen 19°C <br> 09.02.2021 09:10:02 auto 25°C <br> 09.02.2021 09:09:41 auto WindowOpen 19°C <br> 09.02.2021 09:05:29 auto 25°C <br> 09.02.2021 08:18:07 auto 25.5°C <br> 09.02.2021 07:56:17 auto 28°C <br> 09.02.2021 07:56:03 manual 15°C <br> 09.02.2021 07:51:20 auto 26°C <br> 09.02.2021 07:48:42 auto WindowOpen 18.5°C <br> 09.02.2021 07:28:41 auto 25.5°C <br> 09.02.2021 07:28:36 starting 20.5°C <br> 09.02.2021 07:28:35 starting <br>","ack":false,"ts":1612868543142,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1612868400371}
                                            2021-02-09 12:02:23.145  - debug: heatingcontrol.0 (4989) Reaching SetStatusLog for Rooms.Arbeitszimmer.StatusLog
                                            2021-02-09 12:02:23.153  - debug: heatingcontrol.0 (4989) ChangeStatus recall cmd from list Arbeitszimmer Thermostats_Current {"val":24,"ack":true,"ts":1612868542914,"q":0,"from":"system.adapter.hmip.0","user":"system.user.admin","lc":1612868405927} (0)
                                            2021-02-09 12:02:23.153  - debug: heatingcontrol.0 (4989) Arbeitszimmer ### ChangeStatus Thermostats_Current to {"val":24,"ack":true,"ts":1612868542914,"q":0,"from":"system.adapter.hmip.0","user":"system.user.admin","lc":1612868405927} in auto
                                            2021-02-09 12:02:23.153  - debug: heatingcontrol.0 (4989) Change Status current temperature in Arbeitszimmer to 24
                                            2021-02-09 12:02:23.153  - debug: heatingcontrol.0 (4989) HandleActors for Arbeitszimmer auto
                                            2021-02-09 12:02:23.153  - debug: heatingcontrol.0 (4989) UpdateDPs  for Arbeitszimmer auto
                                            2021-02-09 12:02:23.215  - debug: heatingcontrol.0 (4989) ### handle state change heatingcontrol.0.Rooms.Arbeitszimmer.CurrentTimePeriod {"val":3,"ack":false,"ts":1612868543212,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1612868400223}
                                            2021-02-09 12:02:23.215  - debug: heatingcontrol.0 (4989) HandleStateChanges CurrentTimePeriod 3
                                            2021-02-09 12:02:23.223  - debug: heatingcontrol.0 (4989) AddStatusToLog skip Arbeitszimmer auto 26.5°C
                                            2021-02-09 12:02:23.237  - debug: heatingcontrol.0 (4989) ### handle state change heatingcontrol.0.Rooms.Arbeitszimmer.StatusLog {"val":" 09.02.2021 12:00:00 auto 26.5°C <br> 09.02.2021 11:56:04 manual 15°C <br> 09.02.2021 11:56:03 manual WindowOpen 9°C <br> 09.02.2021 11:52:05 auto WindowOpen 19°C <br> 09.02.2021 10:45:53 auto 25°C <br> 09.02.2021 10:45:31 auto WindowOpen 19°C <br> 09.02.2021 09:10:02 auto 25°C <br> 09.02.2021 09:09:41 auto WindowOpen 19°C <br> 09.02.2021 09:05:29 auto 25°C <br> 09.02.2021 08:18:07 auto 25.5°C <br> 09.02.2021 07:56:17 auto 28°C <br> 09.02.2021 07:56:03 manual 15°C <br> 09.02.2021 07:51:20 auto 26°C <br> 09.02.2021 07:48:42 auto WindowOpen 18.5°C <br> 09.02.2021 07:28:41 auto 25.5°C <br> 09.02.2021 07:28:36 starting 20.5°C <br> 09.02.2021 07:28:35 starting <br>","ack":false,"ts":1612868543234,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1612868400371}
                                            2021-02-09 12:02:23.237  - debug: heatingcontrol.0 (4989) Reaching SetStatusLog for Rooms.Arbeitszimmer.StatusLog
                                            2021-02-09 12:02:47.986  - debug: heatingcontrol.0 (4989) Arbeitszimmer ### ChangeStatus AddTempSensor to {"val":18.5,"ack":true,"ts":1612868567984,"q":0,"from":"system.adapter.zigbee.0","user":"system.user.admin","lc":1612868567984} in auto
                                            2021-02-09 12:02:47.986  - debug: heatingcontrol.0 (4989) calculate temp offset for Arbeitszimmer old value is 8, got value {"val":18.5,"ack":true,"ts":1612868567984,"q":0,"from":"system.adapter.zigbee.0","user":"system.user.admin","lc":1612868567984}
                                            2021-02-09 12:02:47.989  - debug: heatingcontrol.0 (4989) got 24 from hmip.0.devices.3014F711A0000A1BE99B884C.channels.1.valveActualTemperature
                                            2021-02-09 12:02:47.990  - debug: heatingcontrol.0 (4989) tempdiff: 24 - 18.5 = 5.5
                                            2021-02-09 12:02:47.990  - debug: heatingcontrol.0 (4989) TempOffset Arbeitszimmer
                                            2021-02-09 12:02:47.990  - debug: heatingcontrol.0 (4989) (avg) Ist-Temperatur am Thermostat 24
                                            2021-02-09 12:02:47.990  - debug: heatingcontrol.0 (4989) Ist-Temperatur am zusätzl. Sensor 18.5
                                            2021-02-09 12:02:47.990  - debug: heatingcontrol.0 (4989) tempDiff 5.5
                                            2021-02-09 12:02:47.990  - debug: heatingcontrol.0 (4989) (avg) TempOffset 7
                                            2021-02-09 12:02:47.999  - debug: heatingcontrol.0 (4989) new temp offset for Arbeitszimmer is 7
                                            2021-02-09 12:02:48.000  - debug: heatingcontrol.0 (4989) UpdateDPs  for Arbeitszimmer auto
                                            2021-02-09 12:02:48.015  - debug: heatingcontrol.0 (4989) ### handle state change heatingcontrol.0.Rooms.Arbeitszimmer.CurrentTimePeriod {"val":3,"ack":false,"ts":1612868568013,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1612868400223}
                                            2021-02-09 12:02:48.016  - debug: heatingcontrol.0 (4989) HandleStateChanges CurrentTimePeriod 3
                                            2021-02-09 12:02:48.023  - debug: heatingcontrol.0 (4989) AddStatusToLog skip Arbeitszimmer auto 26.5°C
                                            2021-02-09 12:02:48.085  - debug: heatingcontrol.0 (4989) ### handle state change heatingcontrol.0.Rooms.Arbeitszimmer.StatusLog {"val":" 09.02.2021 12:00:00 auto 26.5°C <br> 09.02.2021 11:56:04 manual 15°C <br> 09.02.2021 11:56:03 manual WindowOpen 9°C <br> 09.02.2021 11:52:05 auto WindowOpen 19°C <br> 09.02.2021 10:45:53 auto 25°C <br> 09.02.2021 10:45:31 auto WindowOpen 19°C <br> 09.02.2021 09:10:02 auto 25°C <br> 09.02.2021 09:09:41 auto WindowOpen 19°C <br> 09.02.2021 09:05:29 auto 25°C <br> 09.02.2021 08:18:07 auto 25.5°C <br> 09.02.2021 07:56:17 auto 28°C <br> 09.02.2021 07:56:03 manual 15°C <br> 09.02.2021 07:51:20 auto 26°C <br> 09.02.2021 07:48:42 auto WindowOpen 18.5°C <br> 09.02.2021 07:28:41 auto 25.5°C <br> 09.02.2021 07:28:36 starting 20.5°C <br> 09.02.2021 07:28:35 starting <br>","ack":false,"ts":1612868568082,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1612868400371}
                                            2021-02-09 12:02:48.086  - debug: heatingcontrol.0 (4989) Reaching SetStatusLog for Rooms.Arbeitszimmer.StatusLog
                                            

                                            Evtl. verstehe ich das auch falsch, sollte die SetTemperatur nicht annähernd die SollTemperatur vom Zeitpunkt haben? So heitzt doch die Heizung wenn die Temperatur unter 26.5°C fällt? Die Temperaturschwankung des zusätzlichen Senors ist durch Lüften entstanden um 11:52 habe ich die Balkontür aufgemacht.
                                            Ich habe jetzt ein Ist von 22,8 bei einem soll von 18.5

                                            PS: Das Problem mit dem ManuMode und der Temperatursturzerkennung habe ich mit einem Blockly gelöst, wenn das Fenster geschlossen wurde, setze heatingcontrol.0.Rooms.Arbeitszimmer.ResetManual nach 5min auf wahr.

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            876
                                            Online

                                            31.6k
                                            Users

                                            79.4k
                                            Topics

                                            1.3m
                                            Posts

                                            heating
                                            236
                                            3157
                                            1439823
                                            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