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

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Tester
  4. Test Adapter HeatingControl v2.12.x

NEWS

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

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

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    16
    1
    3.1k

Test Adapter HeatingControl v2.12.x

Geplant Angeheftet Gesperrt Verschoben Tester
heating
3.2k Beiträge 236 Kommentatoren 2.0m Aufrufe 205 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • Rene_HMR 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 SchleichS Offline
    Stephan SchleichS Offline
    Stephan Schleich
    schrieb am zuletzt editiert von Stephan Schleich
    #2124

    @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_HMR 1 Antwort Letzte Antwort
    0
    • Stephan SchleichS 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_HMR Offline
      Rene_HMR Offline
      Rene_HM
      Developer
      schrieb am zuletzt editiert von
      #2125

      @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.

      B 1 Antwort Letzte Antwort
      0
      • Rene_HMR Rene_HM

        @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.

        B Offline
        B Offline
        Borio85
        schrieb am zuletzt editiert von Borio85
        #2126

        @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_HMR 1 Antwort Letzte Antwort
        0
        • B 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_HMR Offline
          Rene_HMR Offline
          Rene_HM
          Developer
          schrieb am zuletzt editiert von
          #2127

          @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 Antwort Letzte Antwort
          0
          • Rene_HMR Rene_HM

            @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 Offline
            B Offline
            Borio85
            schrieb am zuletzt editiert von
            #2128

            @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_HMR 1 Antwort Letzte Antwort
            0
            • B Offline
              B Offline
              Borio85
              schrieb am zuletzt editiert von Borio85
              #2129

              @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_HMR 1 Antwort Letzte Antwort
              0
              • B 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_HMR Offline
                Rene_HMR Offline
                Rene_HM
                Developer
                schrieb am zuletzt editiert von
                #2130

                @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

                B 1 Antwort Letzte Antwort
                0
                • B Borio85

                  @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_HMR Offline
                  Rene_HMR Offline
                  Rene_HM
                  Developer
                  schrieb am zuletzt editiert von
                  #2131

                  @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 Antwort Letzte Antwort
                  0
                  • Rene_HMR Rene_HM

                    @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

                    B Offline
                    B Offline
                    Borio85
                    schrieb am zuletzt editiert von Borio85
                    #2132

                    @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_HMR 1 Antwort Letzte Antwort
                    0
                    • B 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_HMR Offline
                      Rene_HMR Offline
                      Rene_HM
                      Developer
                      schrieb am zuletzt editiert von
                      #2133

                      @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 Antworten Letzte Antwort
                      0
                      • Rene_HMR Rene_HM

                        @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 Offline
                        B Offline
                        Borio85
                        schrieb am zuletzt editiert von
                        #2134

                        @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 Antwort Letzte Antwort
                        0
                        • Rene_HMR Rene_HM

                          @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 Offline
                          B Offline
                          Borio85
                          schrieb am zuletzt editiert von
                          #2135

                          @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 Antwort Letzte Antwort
                          0
                          • B Borio85

                            @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 Offline
                            P Offline
                            Pittini
                            Developer
                            schrieb am zuletzt editiert von
                            #2136

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

                            B 1 Antwort Letzte Antwort
                            0
                            • P Pittini

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

                              B Offline
                              B Offline
                              Borio85
                              schrieb am zuletzt editiert von
                              #2137

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

                              1 Antwort Letzte Antwort
                              0
                              • B Offline
                                B Offline
                                Borio85
                                schrieb am zuletzt editiert von Borio85
                                #2138

                                @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_HMR 1 Antwort Letzte Antwort
                                0
                                • B 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_HMR Offline
                                  Rene_HMR Offline
                                  Rene_HM
                                  Developer
                                  schrieb am zuletzt editiert von
                                  #2139

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

                                  Evtl. verstehe ich das auch falsch, sollte die SetTemperatur nicht annähernd die SollTemperatur vom Zeitpunkt haben?

                                  wie im oben verlinkten Ticket auf github geschrieben, addiere ich einfach den Offset (also die Differenz zwischen Ist am Thermostat und Ist am zusätzlichen Sensor) auf die Soll-Temperatur.
                                  Die Idee dahinter ist, dass der Sensor am Thermostat einen relativ konstanten Offset zum Sensor im Raum hat. Eigentlich müsste das Thermostat in dem Fall einfach nur nach dem zusätzlichen Sensor regeln, das bekomme ich mit dem Adapter aber nicht hin, weil ich die Temperatur vom zusätzlichen Sensor nicht dem Thermostat mitteilen kann.

                                  B ChaotC 2 Antworten Letzte Antwort
                                  0
                                  • Rene_HMR Rene_HM

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

                                    Evtl. verstehe ich das auch falsch, sollte die SetTemperatur nicht annähernd die SollTemperatur vom Zeitpunkt haben?

                                    wie im oben verlinkten Ticket auf github geschrieben, addiere ich einfach den Offset (also die Differenz zwischen Ist am Thermostat und Ist am zusätzlichen Sensor) auf die Soll-Temperatur.
                                    Die Idee dahinter ist, dass der Sensor am Thermostat einen relativ konstanten Offset zum Sensor im Raum hat. Eigentlich müsste das Thermostat in dem Fall einfach nur nach dem zusätzlichen Sensor regeln, das bekomme ich mit dem Adapter aber nicht hin, weil ich die Temperatur vom zusätzlichen Sensor nicht dem Thermostat mitteilen kann.

                                    B Offline
                                    B Offline
                                    Borio85
                                    schrieb am zuletzt editiert von
                                    #2140

                                    @rene_hm
                                    Ist schon gut, ich glaube ich hatte einen Denkfehler. Der Offset sollte ja annähernd gleich sein egal ob bei 15C oder 25C.

                                    1 Antwort Letzte Antwort
                                    0
                                    • Rene_HMR Rene_HM

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

                                      Evtl. verstehe ich das auch falsch, sollte die SetTemperatur nicht annähernd die SollTemperatur vom Zeitpunkt haben?

                                      wie im oben verlinkten Ticket auf github geschrieben, addiere ich einfach den Offset (also die Differenz zwischen Ist am Thermostat und Ist am zusätzlichen Sensor) auf die Soll-Temperatur.
                                      Die Idee dahinter ist, dass der Sensor am Thermostat einen relativ konstanten Offset zum Sensor im Raum hat. Eigentlich müsste das Thermostat in dem Fall einfach nur nach dem zusätzlichen Sensor regeln, das bekomme ich mit dem Adapter aber nicht hin, weil ich die Temperatur vom zusätzlichen Sensor nicht dem Thermostat mitteilen kann.

                                      ChaotC Offline
                                      ChaotC Offline
                                      Chaot
                                      schrieb am zuletzt editiert von
                                      #2141

                                      @rene_hm Äh, das ist mir etwas peinlich das ich das jetzt erst bemerke.
                                      Hast du die Boost Funktion wieder rausgenommen?
                                      Ich hatte da ein Thermostat das ich per Button und Script auf "ein" gesetzt habe und für 1 Stunde alle Einstellungen übergangen habe.

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

                                      Rene_HMR 1 Antwort Letzte Antwort
                                      0
                                      • B Offline
                                        B Offline
                                        Belgarion1977
                                        schrieb am zuletzt editiert von
                                        #2142

                                        Hallo Zusammen,

                                        ich habe da drei Fragen. :-)

                                        Gibt es einen "einfachen" Weg Einstellungen zu setzen die für alle Räume gleich sein sollen.
                                        Also z,B Boost Einstellungen, min/max Temp, decal Funktion

                                        Gibt es einen Weg ein bestehendes Profil auf andere Räume zu "kopieren" um es dann anzupassen bzw. mehrere Räume dem selben Profil zuzuordnen?

                                        Gibt es eine Übersicht der schon bestehenden Visualisierungen?

                                        Danke euch und frohes Heizen!

                                        :-)

                                        Rene_HMR 1 Antwort Letzte Antwort
                                        0
                                        • ChaotC Chaot

                                          @rene_hm Äh, das ist mir etwas peinlich das ich das jetzt erst bemerke.
                                          Hast du die Boost Funktion wieder rausgenommen?
                                          Ich hatte da ein Thermostat das ich per Button und Script auf "ein" gesetzt habe und für 1 Stunde alle Einstellungen übergangen habe.

                                          Rene_HMR Offline
                                          Rene_HMR Offline
                                          Rene_HM
                                          Developer
                                          schrieb am zuletzt editiert von
                                          #2143

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

                                          Hast du die Boost Funktion wieder rausgenommen?

                                          Bin mir da nicht sicher, welches Feature du da konkret meinst, Du meinst nicht das hier?
                                          https://github.com/rg-engineering/ioBroker.heatingcontrol/issues/156

                                          Du schreibst per script direkt auf das Thermostat, richtig? und was passiert, oder passiert nicht?

                                          ChaotC 1 Antwort Letzte Antwort
                                          1
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          999

                                          Online

                                          32.4k

                                          Benutzer

                                          81.5k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe