Navigation

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

    NEWS

    • 15. 05. Wartungsarbeiten am ioBroker Forum

    • Monatsrückblick - April 2025

    • Minor js-controller 7.0.7 Update in latest repo

    Test Adapter HeatingControl v2.12.x

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

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

      @Esmax666 Hier am Beispiel Urlaub:

      im ical "Urlaub" eintragen:
      bild1.PNG

      das erzeugt einen Datenpunkt unter ical:
      bild2.PNG

      der DP muss im config von HeatingControl eingetragen werden:
      bild3.PNG

      @Rene_HM

      Cool Danke

      ich habe jetzt "ical" adapter installiert und die zwei event (Urlaub / Zuhause) eingefügt) und auch in heatingcontrol adapter eingefügt

      Aber wie oder wo soll ich genau in Google kalender Urlaub eintragen ? in Titel ?

      dfad44d2-1b4a-47fc-acac-e481a05c4ff9-image.png
      (Ja ich weiss ich antworte nur jetzt :/)

      Danke 🙂

      Rene_HM 1 Reply Last reply Reply Quote 0
      • F
        FI_84 last edited by

        @Rene_HM

        heute morgen gab es schon wieder nen problem.
        ich Temperatur wechselt die ganze zeit zwischen 21 und 5 Grad.... musste den Adapter mehrmals neu starten

        des weiteren meldete die CCU Geräte Kommunikation gestört. Wahrscheinlich wegen Duty Cycle.

        4b1f26e1-4d97-466b-9f4a-9a9d37584407-image.png

        log file läst sich nicht hochladen, da es zu groß ist 😠

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

          @esmax666 sagte in Test Adapter HeatingControl v2.0.x:

          Aber wie oder wo soll ich genau in Google kalender Urlaub eintragen ? in Titel ?

          ja genau, Urlaub (oder den String nachdem gesucht werden soll) in den Titel eintragen. Wäre aber eher eine Frage im ical-Thread... 😉

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

            @fi_84 schick mir das log-file per email an info@rg-engineering.eu (oder erstelle ein issue im github und lade es dort hoch)
            das könnte ein ähnliches Problem sein, welches @zahnheinrich weiter oben gemeldet hat...

            F 1 Reply Last reply Reply Quote 0
            • F
              FI_84 @Rene_HM last edited by

              @rene_hm

              habt die ne mail geschickt.

              Rene_HM 2 Replies Last reply Reply Quote 0
              • Rene_HM
                Rene_HM Developer @FI_84 last edited by

                @fi_84 ist angekommen, danke.

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

                  @fi_84 Ich befürchet, das ist ein generelles Problem...
                  Das ganze liegt an der Laufzeit zwischen Setzen der Temperatur im Adapter, bis es dann zum Thermostat geschrieben wird und bis das Thermostat diese Änderung verarbeitet hat. Bis dahin senden die Thermostate ihr bisheriges Target. Damit bekomme ich unter ungünstigen Umständen noch einmal die Temperatur als Ziel-Temperatur zurück, die vom Adapter gerade verändert wurde. Das führt dazu, dass der Adapter das als manuelle Änderung interpretiert. Kurze Zeit später kommt dann die eigentlich richtige Temperatur, was dann schon wieder als Änderung interpretiert wird.
                  Ich versuche das Verhalten des Adapters in der 2.0.3 entsprechend anzupassen...
                  In deinem Fall hast du um 7:21Uhr das Fenster geöffnet, der Adapter reduziert auf 5°C. Das passt soweit. Aber kurz nach dieser Änderung wird das Fenster geschlossen, der Adapter schaltet wieder zurück auf 21°C, bekommt aber direkt nochmal die 5°C vom Thermostat und interpretiert das als manuelle Änderung. ... und so entsteht ein ping-pong zwischen 5°C und 21°C.

                  https://github.com/rg-engineering/ioBroker.heatingcontrol/issues/211

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

                  closed endloses Hin-und Herschalten von Temperaturen... #211

                  1 Reply Last reply Reply Quote 0
                  • E
                    Esmax666 @Rene_HM last edited by

                    @rene_hm Danke 🙂

                    ist es auch möglich, die Heizung 12 oder 24 Stunden vor unserer Rückkehr einschalten zu lassen?

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

                      @esmax666 über den DP "Abwesend" sollte das funktionieren. Du brauchst nur eine Logik, die den DP entsprechend setzt. Evtl. über ical?

                      E 1 Reply Last reply Reply Quote 0
                      • E
                        Esmax666 @Rene_HM last edited by

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

                        DP

                        "DP" was ist das ?

                        Rene_HM 1 Reply Last reply Reply Quote 0
                        • E
                          Esmax666 last edited by

                          Dazu habe ich immer noch seltam Bild

                          muss man noch etwas installieren? widget?
                          447c227e-aadb-48e6-9133-8073cf36fe55-image.png

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

                            @esmax666 sagte in Test Adapter HeatingControl v2.0.x:

                            "DP" was ist das ?

                            Datenpunkt

                            entweder hier in Verbindung mit einem script
                            bild1.PNG

                            oder direkt über ical:

                            bild2.PNG

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

                              @esmax666 hier sieht es so aus, als hättest du keine Absenkung konfiguriert:

                              bild3.PNG

                              Ausserdem musst du die Raumvorlage noch entsprechend deiner Konfiguration anpassen. Dazu findest du eine Anleitung im vis von Pittini (einfach etwas nach unten scrollen, unter " Card Räume Kopiervorlage")

                              1 Reply Last reply Reply Quote 0
                              • Z
                                zahnheinrich @Rene_HM last edited by

                                @rene_hm
                                Nach Eintrag einer Variablen in den Datenpunkteinstellungen "Pfad zum Datenpunkt "Urlaub zu Hause" bekomme ich keine errors mehr.
                                Das Ändern der Temperaturen im 10tel Sekunden Takt bleibt jedoch.
                                Das Log anbei, ist nicht direkt vom Zeitpunkt der Änderung, da sehr schnell sehr viele Einträge kommen.
                                Falls du mehr infos brauchst, melde dich.

                                log.txt

                                Thermostate sind HmIP-WTH-2

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

                                  @zahnheinrich sagte in Test Adapter HeatingControl v2.0.x:

                                  Das Ändern der Temperaturen im 10tel Sekunden Takt bleibt jedoch.

                                  ich denke, das ist ein ähnliches Verhalten wie hier https://forum.iobroker.net/topic/22579/test-adapter-heatingcontrol-v2-0-x/1989
                                  Ich baue mal die 2.0.3, dann sehen wir weiter...

                                  Z 1 Reply Last reply Reply Quote 0
                                  • Z
                                    zahnheinrich @Rene_HM last edited by

                                    @rene_hm
                                    Ja, das sieht ganz ähnlich aus

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

                                      @FI_84 , @zahnheinrich ich habe im github eine Version 2.0.3 hinterlegt.
                                      In der Version ignoriere ich Änderungen, die vom Thermostat kommen für 5 Sekunden, nachdem ich eine neue Zieltemperatur gesetzt habe. Das sollte ausreichen, das der neue Zielwert vom Thermostat verarbeitet wurde und dann nur noch der neue Wert zurück kommt. Nachteil ist, dass man in der Zeit auch keine manuellen Änderungen vornehmen kann, das sollte aber äußerst selten vorkommen..
                                      Wäre gut, wenn ihr das mal testen könntet, bevor ich diese Version freigebe...

                                      Z F 2 Replies Last reply Reply Quote 0
                                      • Z
                                        zahnheinrich @Rene_HM last edited by zahnheinrich

                                        @rene_hm
                                        Hab ich getestet.
                                        Das Hin- und Hersspringen der Solltemperaturen ist zwar weg, die Solltemperatur wird aber gar nicht mehr geändert.
                                        Log:

                                        heatingcontrol.0	2021-01-24 16:56:41.466	debug	(21122) AddStatusToLog skip Wintergarten auto holiday at home 21°C
                                        heatingcontrol.0	2021-01-24 16:56:41.455	debug	(21122) UpdateDPs for Wintergarten auto
                                        heatingcontrol.0	2021-01-24 16:56:41.454	debug	(21122) Wintergarten ### ChangeStatus HolidayPresent to true in auto
                                        heatingcontrol.0	2021-01-24 16:56:41.447	debug	(21122) AddStatusToLog skip Esszimmer auto holiday at home 20°C
                                        heatingcontrol.0	2021-01-24 16:56:41.435	debug	(21122) UpdateDPs for Esszimmer auto
                                        heatingcontrol.0	2021-01-24 16:56:41.434	debug	(21122) Esszimmer ### ChangeStatus HolidayPresent to true in auto
                                        heatingcontrol.0	2021-01-24 16:56:41.427	debug	(21122) AddStatusToLog skip Kueche auto holiday at home 21°C
                                        heatingcontrol.0	2021-01-24 16:56:41.415	debug	(21122) UpdateDPs for Kueche auto
                                        heatingcontrol.0	2021-01-24 16:56:41.414	debug	(21122) Kueche ### ChangeStatus HolidayPresent to true in auto
                                        heatingcontrol.0	2021-01-24 16:56:41.407	debug	(21122) AddStatusToLog skip Wohnzimmer auto holiday at home 22°C
                                        heatingcontrol.0	2021-01-24 16:56:41.393	debug	(21122) UpdateDPs for Wohnzimmer auto
                                        heatingcontrol.0	2021-01-24 16:56:41.393	debug	(21122) Wohnzimmer ### ChangeStatus HolidayPresent to true in auto
                                        heatingcontrol.0	2021-01-24 16:56:41.386	debug	(21122) AddStatusToLog skip Buero auto holiday at home 18°C
                                        heatingcontrol.0	2021-01-24 16:56:41.371	debug	(21122) UpdateDPs for Buero auto
                                        heatingcontrol.0	2021-01-24 16:56:41.370	debug	(21122) Buero ### ChangeStatus HolidayPresent to true in auto
                                        heatingcontrol.0	2021-01-24 16:56:41.361	debug	(21122) AddStatusToLog skip Eingang auto holiday at home 19°C
                                        heatingcontrol.0	2021-01-24 16:56:41.345	debug	(21122) UpdateDPs for Eingang auto
                                        heatingcontrol.0	2021-01-24 16:56:41.344	debug	(21122) Eingang ### ChangeStatus HolidayPresent to true in auto
                                        heatingcontrol.0	2021-01-24 16:56:41.336	debug	(21122) AddStatusToLog skip Halle manual holiday at home 19°C
                                        heatingcontrol.0	2021-01-24 16:56:41.320	debug	(21122) UpdateDPs for Halle manual
                                        heatingcontrol.0	2021-01-24 16:56:41.319	debug	(21122) Halle ### ChangeStatus HolidayPresent to true in manual
                                        heatingcontrol.0	2021-01-24 16:56:41.312	debug	(21122) AddStatusToLog skip Dachspitz auto VacationAbsent holiday at home 12°C
                                        heatingcontrol.0	2021-01-24 16:56:41.299	debug	(21122) UpdateDPs for Dachspitz auto
                                        heatingcontrol.0	2021-01-24 16:56:41.299	debug	(21122) Dachspitz ### ChangeStatus HolidayPresent to true in auto
                                        heatingcontrol.0	2021-01-24 16:56:41.280	debug	(21122) AddStatusToLog skip Studio auto VacationAbsent holiday at home 12°C
                                        heatingcontrol.0	2021-01-24 16:56:41.266	debug	(21122) UpdateDPs for Studio auto
                                        heatingcontrol.0	2021-01-24 16:56:41.266	debug	(21122) Studio ### ChangeStatus HolidayPresent to true in auto
                                        heatingcontrol.0	2021-01-24 16:56:41.258	debug	(21122) AddStatusToLog skip Schlafen OG2 auto VacationAbsent holiday at home 12°C
                                        heatingcontrol.0	2021-01-24 16:56:41.245	debug	(21122) UpdateDPs for Schlafen OG2 auto
                                        heatingcontrol.0	2021-01-24 16:56:41.245	debug	(21122) Schlafen OG2 ### ChangeStatus HolidayPresent to true in auto
                                        heatingcontrol.0	2021-01-24 16:56:41.238	debug	(21122) AddStatusToLog skip BadOG2 auto VacationAbsent holiday at home 12°C
                                        heatingcontrol.0	2021-01-24 16:56:41.227	debug	(21122) UpdateDPs for BadOG2 auto
                                        heatingcontrol.0	2021-01-24 16:56:41.227	debug	(21122) BadOG2 ### ChangeStatus HolidayPresent to true in auto
                                        heatingcontrol.0	2021-01-24 16:56:41.219	debug	(21122) AddStatusToLog skip FlurOG1 auto holiday at home 18°C
                                        heatingcontrol.0	2021-01-24 16:56:41.207	debug	(21122) UpdateDPs for FlurOG1 auto
                                        heatingcontrol.0	2021-01-24 16:56:41.206	debug	(21122) FlurOG1 ### ChangeStatus HolidayPresent to true in auto
                                        heatingcontrol.0	2021-01-24 16:56:41.199	debug	(21122) AddStatusToLog skip Terry auto holiday at home 18°C
                                        heatingcontrol.0	2021-01-24 16:56:41.187	debug	(21122) UpdateDPs for Terry auto
                                        heatingcontrol.0	2021-01-24 16:56:41.187	debug	(21122) Terry ### ChangeStatus HolidayPresent to true in auto
                                        heatingcontrol.0	2021-01-24 16:56:41.180	debug	(21122) AddStatusToLog skip GastBad auto holiday at home 12°C
                                        heatingcontrol.0	2021-01-24 16:56:41.168	debug	(21122) UpdateDPs for GastBad auto
                                        heatingcontrol.0	2021-01-24 16:56:41.167	debug	(21122) GastBad ### ChangeStatus HolidayPresent to true in auto
                                        heatingcontrol.0	2021-01-24 16:56:41.158	debug	(21122) AddStatusToLog skip Gast auto holiday at home 12°C
                                        heatingcontrol.0	2021-01-24 16:56:41.144	debug	(21122) UpdateDPs for Gast auto
                                        heatingcontrol.0	2021-01-24 16:56:41.144	debug	(21122) Gast ### ChangeStatus HolidayPresent to true in auto
                                        heatingcontrol.0	2021-01-24 16:56:41.137	debug	(21122) AddStatusToLog skip SchlafZiOG1 auto holiday at home 18°C
                                        heatingcontrol.0	2021-01-24 16:56:41.124	debug	(21122) UpdateDPs for SchlafZiOG1 auto
                                        heatingcontrol.0	2021-01-24 16:56:41.124	debug	(21122) SchlafZiOG1 ### ChangeStatus HolidayPresent to true in auto
                                        heatingcontrol.0	2021-01-24 16:56:41.116	debug	(21122) AddStatusToLog skip BadOG1 auto holiday at home 22°C
                                        heatingcontrol.0	2021-01-24 16:56:41.100	debug	(21122) UpdateDPs for BadOG1 auto
                                        heatingcontrol.0	2021-01-24 16:56:41.100	debug	(21122) BadOG1 ### ChangeStatus HolidayPresent to true in auto
                                        heatingcontrol.0	2021-01-24 16:56:41.099	debug	(21122) ChangeStatus recall cmd from list all HolidayPresent true (0)
                                        heatingcontrol.0	2021-01-24 16:56:41.078	debug	(21122) UpdateDPs for Wintergarten auto
                                        heatingcontrol.0	2021-01-24 16:56:41.078	debug	(21122) HandleActors for Wintergarten auto
                                        heatingcontrol.0	2021-01-24 16:56:41.077	debug	(21122) Wintergarten nothing to do to for alias.0.Thermostate.WiGa.SollTemp , target 21 is already set 21
                                        heatingcontrol.0	2021-01-24 16:56:41.073	debug	(21122) SetRoomTemperature started for Wintergarten target 21
                                        heatingcontrol.0	2021-01-24 16:56:41.072	debug	(21122) got {"val":18,"ack":false,"ts":1577735551199,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":1577735551199}
                                        heatingcontrol.0	2021-01-24 16:56:41.071	debug	(21122) checking min temp with Rooms.Wintergarten.MinimumTemperature
                                        heatingcontrol.0	2021-01-24 16:56:41.071	debug	(21122) Wintergarten auto mode (incl. reduced): target 21
                                        heatingcontrol.0	2021-01-24 16:56:41.070	debug	(21122) VacationAbsentDecrease got {"val":0,"ack":true,"ts":1610908856739,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1610908856735}
                                        heatingcontrol.0	2021-01-24 16:56:41.068	debug	(21122) checking reduced temp with Profiles.1.Wintergarten.absolute.VacationAbsentDecrease
                                        heatingcontrol.0	2021-01-24 16:56:41.068	debug	(21122) profile 1
                                        heatingcontrol.0	2021-01-24 16:56:41.066	debug	(21122) get current profile
                                        heatingcontrol.0	2021-01-24 16:56:41.066	debug	(21122) Wintergarten auto mode: target 21
                                        heatingcontrol.0	2021-01-24 16:56:41.066	debug	(21122) CalculateRoomTemperature for Wintergarten auto
                                        heatingcontrol.0	2021-01-24 16:56:41.066	debug	(21122) Wintergarten found profile point at Period 3 12:00 with 21
                                        heatingcontrol.0	2021-01-24 16:56:41.059	info	(21122) start calculate current profile point for profile type 1 (Mo - Su)
                                        heatingcontrol.0	2021-01-24 16:56:41.058	info	(21122) 4 cron job(s) created
                                        heatingcontrol.0	2021-01-24 16:56:41.058	debug	(21122) cron status = true next event: 25 Jan 2021 08:00:00
                                        heatingcontrol.0	2021-01-24 16:56:41.057	debug	(21122) cron status = true next event: 25 Jan 2021 12:00:00
                                        heatingcontrol.0	2021-01-24 16:56:41.056	debug	(21122) cron status = true next event: 25 Jan 2021 06:00:00
                                        heatingcontrol.0	2021-01-24 16:56:41.055	debug	(21122) cron status = true next event: 25 Jan 2021 05:00:00
                                        heatingcontrol.0	2021-01-24 16:56:41.053	debug	(21122) CreateCronJobs done
                                        heatingcontrol.0	2021-01-24 16:56:41.050	debug	(21122) create cron job #3 at 8:0 string: 0 0 8 * * * Europe/Berlin
                                        heatingcontrol.0	2021-01-24 16:56:41.045	debug	(21122) create cron job #2 at 12:0 string: 0 0 12 * * * Europe/Berlin
                                        heatingcontrol.0	2021-01-24 16:56:41.042	debug	(21122) create cron job #1 at 6:0 string: 0 0 6 * * * Europe/Berlin
                                        heatingcontrol.0	2021-01-24 16:56:41.039	debug	(21122) create cron job #0 at 5:0 string: 0 0 5 * * * Europe/Berlin
                                        heatingcontrol.0	2021-01-24 16:56:41.038	debug	(21122) cron jobs created [{"hour":5,"minute":0,"day":0,"Values2Set":[{"room":"BadOG1","target":21,"currentTimePeriod":1,"ActiveTimeSlot":1,"CurrentTimePeriodTime":"05:00","CurrentTimePeriodFull":"Per
                                        heatingcontrol.0	2021-01-24 16:56:41.004	info	(21122) start create cron jobs for profile type 1 (Mo - Su)
                                        heatingcontrol.0	2021-01-24 16:56:41.004	debug	(21122) cron job stopped
                                        heatingcontrol.0	2021-01-24 16:56:41.004	debug	(21122) cron job stopped
                                        heatingcontrol.0	2021-01-24 16:56:41.004	debug	(21122) cron job stopped
                                        heatingcontrol.0	2021-01-24 16:56:41.003	debug	(21122) cron job stopped
                                        heatingcontrol.0	2021-01-24 16:56:41.003	debug	(21122) delete 4 cron jobs
                                        heatingcontrol.0	2021-01-24 16:56:41.003	debug	(21122) start CreateCronJobs
                                        heatingcontrol.0	2021-01-24 16:56:41.001	debug	(21122) profile 1
                                        heatingcontrol.0	2021-01-24 16:56:40.996	debug	(21122) get current profile
                                        heatingcontrol.0	2021-01-24 16:56:40.995	debug	(21122) Change Status HolidayPresent in Wintergarten to true
                                        heatingcontrol.0	2021-01-24 16:56:40.995	debug	(21122) Wintergarten ### ChangeStatus HolidayPresent to true in auto
                                        heatingcontrol.0	2021-01-24 16:56:40.974	debug	(21122) UpdateDPs for Esszimmer auto
                                        heatingcontrol.0	2021-01-24 16:56:40.974	debug	(21122) HandleActors for Esszimmer auto
                                        heatingcontrol.0	2021-01-24 16:56:40.973	debug	(21122) Esszimmer nothing to do to for alias.0.Thermostate.Essen.SollTemp , target 20 is already set 20
                                        heatingcontrol.0	2021-01-24 16:56:40.969	debug	(21122) SetRoomTemperature started for Esszimmer target 20
                                        heatingcontrol.0	2021-01-24 16:56:40.969	debug	(21122) got {"val":18,"ack":false,"ts":1577735421491,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":1577735421491}
                                        heatingcontrol.0	2021-01-24 16:56:40.967	debug	(21122) checking min temp with Rooms.Esszimmer.MinimumTemperature
                                        heatingcontrol.0	2021-01-24 16:56:40.967	debug	(21122) Esszimmer auto mode (incl. reduced): target 20
                                        heatingcontrol.0	2021-01-24 16:56:40.966	debug	(21122) VacationAbsentDecrease got {"val":0,"ack":true,"ts":1610908471800,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1610908471795}
                                        heatingcontrol.0	2021-01-24 16:56:40.964	debug	(21122) checking reduced temp with Profiles.1.Esszimmer.absolute.VacationAbsentDecrease
                                        heatingcontrol.0	2021-01-24 16:56:40.964	debug	(21122) profile 1
                                        heatingcontrol.0	2021-01-24 16:56:40.961	debug	(21122) get current profile
                                        heatingcontrol.0	2021-01-24 16:56:40.961	debug	(21122) Esszimmer auto mode: target 20
                                        heatingcontrol.0	2021-01-24 16:56:40.961	debug	(21122) CalculateRoomTemperature for Esszimmer auto
                                        heatingcontrol.0	2021-01-24 16:56:40.960	debug	(21122) Esszimmer found profile point at Period 3 12:00 with 20
                                        heatingcontrol.0	2021-01-24 16:56:40.953	info	(21122) start calculate current profile point for profile type 1 (Mo - Su)
                                        heatingcontrol.0	2021-01-24 16:56:40.953	info	(21122) 4 cron job(s) created
                                        heatingcontrol.0	2021-01-24 16:56:40.952	debug	(21122) cron status = true next event: 25 Jan 2021 08:00:00
                                        heatingcontrol.0	2021-01-24 16:56:40.951	debug	(21122) cron status = true next event: 25 Jan 2021 12:00:00
                                        heatingcontrol.0	2021-01-24 16:56:40.950	debug	(21122) cron status = true next event: 25 Jan 2021 06:00:00
                                        heatingcontrol.0	2021-01-24 16:56:40.948	debug	(21122) cron status = true next event: 25 Jan 2021 05:00:00
                                        heatingcontrol.0	2021-01-24 16:56:40.947	debug	(21122) CreateCronJobs done
                                        heatingcontrol.0	2021-01-24 16:56:40.944	debug	(21122) create cron job #3 at 8:0 string: 0 0 8 * * * Europe/Berlin
                                        heatingcontrol.0	2021-01-24 16:56:40.938	debug	(21122) create cron job #2 at 12:0 string: 0 0 12 * * * Europe/Berlin
                                        heatingcontrol.0	2021-01-24 16:56:40.934	debug	(21122) create cron job #1 at 6:0 string: 0 0 6 * * * Europe/Berlin
                                        heatingcontrol.0	2021-01-24 16:56:40.931	debug	(21122) create cron job #0 at 5:0 string: 0 0 5 * * * Europe/Berlin
                                        heatingcontrol.0	2021-01-24 16:56:40.931	debug	(21122) cron jobs created [{"hour":5,"minute":0,"day":0,"Values2Set":[{"room":"BadOG1","target":21,"currentTimePeriod":1,"ActiveTimeSlot":1,"CurrentTimePeriodTime":"05:00","CurrentTimePeriodFull":"Per
                                        heatingcontrol.0	2021-01-24 16:56:40.908	info	(21122) start create cron jobs for profile type 1 (Mo - Su)
                                        heatingcontrol.0	2021-01-24 16:56:40.908	debug	(21122) cron job stopped
                                        heatingcontrol.0	2021-01-24 16:56:40.908	debug	(21122) cron job stopped
                                        heatingcontrol.0	2021-01-24 16:56:40.908	debug	(21122) cron job stopped
                                        heatingcontrol.0	2021-01-24 16:56:40.908	debug	(21122) cron job stopped
                                        heatingcontrol.0	2021-01-24 16:56:40.908	debug	(21122) delete 4 cron jobs
                                        heatingcontrol.0	2021-01-24 16:56:40.907	debug	(21122) start CreateCronJobs
                                        heatingcontrol.0	2021-01-24 16:56:40.907	debug	(21122) profile 1
                                        heatingcontrol.0	2021-01-24 16:56:40.905	debug	(21122) get current profile
                                        heatingcontrol.0	2021-01-24 16:56:40.905	debug	(21122) Change Status HolidayPresent in Esszimmer to true
                                        heatingcontrol.0	2021-01-24 16:56:40.905	debug	(21122) Esszimmer ### ChangeStatus HolidayPresent to true in auto
                                        heatingcontrol.0	2021-01-24 16:56:40.884	debug	(21122) UpdateDPs for Kueche auto
                                        heatingcontrol.0	2021-01-24 16:56:40.884	debug	(21122) HandleActors for Kueche auto
                                        heatingcontrol.0	2021-01-24 16:56:40.884	debug	(21122) Kueche nothing to do to for alias.0.Thermostate.Küche.SollTemp , target 21 is already set 21
                                        heatingcontrol.0	2021-01-24 16:56:40.879	debug	(21122) SetRoomTemperature started for Kueche target 21
                                        heatingcontrol.0	2021-01-24 16:56:40.878	debug	(21122) got {"val":18,"ack":false,"ts":1577735473890,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":1577735473890}
                                        heatingcontrol.0	2021-01-24 16:56:40.877	debug	(21122) checking min temp with Rooms.Kueche.MinimumTemperature
                                        heatingcontrol.0	2021-01-24 16:56:40.876	debug	(21122) Kueche auto mode (incl. reduced): target 21
                                        heatingcontrol.0	2021-01-24 16:56:40.876	debug	(21122) VacationAbsentDecrease got {"val":0,"ack":true,"ts":1610908705062,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1610908705058}
                                        heatingcontrol.0	2021-01-24 16:56:40.874	debug	(21122) checking reduced temp with Profiles.1.Kueche.absolute.VacationAbsentDecrease
                                        heatingcontrol.0	2021-01-24 16:56:40.873	debug	(21122) profile 1
                                        heatingcontrol.0	2021-01-24 16:56:40.872	debug	(21122) get current profile
                                        heatingcontrol.0	2021-01-24 16:56:40.872	debug	(21122) Kueche auto mode: target 21
                                        heatingcontrol.0	2021-01-24 16:56:40.872	debug	(21122) CalculateRoomTemperature for Kueche auto
                                        heatingcontrol.0	2021-01-24 16:56:40.871	debug	(21122) Kueche found profile point at Period 3 12:00 with 21
                                        heatingcontrol.0	2021-01-24 16:56:40.862	info	(21122) start calculate current profile point for profile type 1 (Mo - Su)
                                        heatingcontrol.0	2021-01-24 16:56:40.862	info	(21122) 4 cron job(s) created
                                        heatingcontrol.0	2021-01-24 16:56:40.861	debug	(21122) cron status = true next event: 25 Jan 2021 08:00:00
                                        heatingcontrol.0	2021-01-24 16:56:40.860	debug	(21122) cron status = true next event: 25 Jan 2021 12:00:00
                                        heatingcontrol.0	2021-01-24 16:56:40.859	debug	(21122) cron status = true next event: 25 Jan 2021 06:00:00
                                        heatingcontrol.0	2021-01-24 16:56:40.858	debug	(21122) cron status = true next event: 25 Jan 2021 05:00:00
                                        heatingcontrol.0	2021-01-24 16:56:40.856	debug	(21122) CreateCronJobs done
                                        heatingcontrol.0	2021-01-24 16:56:40.853	debug	(21122) create cron job #3 at 8:0 string: 0 0 8 * * * Europe/Berlin
                                        heatingcontrol.0	2021-01-24 16:56:40.849	debug	(21122) create cron job #2 at 12:0 string: 0 0 12 * * * Europe/Berlin
                                        heatingcontrol.0	2021-01-24 16:56:40.845	debug	(21122) create cron job #1 at 6:0 string: 0 0 6 * * * Europe/Berlin
                                        heatingcontrol.0	2021-01-24 16:56:40.842	debug	(21122) create cron job #0 at 5:0 string: 0 0 5 * * * Europe/Berlin
                                        heatingcontrol.0	2021-01-24 16:56:40.842	debug	(21122) cron jobs created [{"hour":5,"minute":0,"day":0,"Values2Set":[{"room":"BadOG1","target":21,"currentTimePeriod":1,"ActiveTimeSlot":1,"CurrentTimePeriodTime":"05:00","CurrentTimePeriodFull":"Per
                                        heatingcontrol.0	2021-01-24 16:56:40.810	info	(21122) start create cron jobs for profile type 1 (Mo - Su)
                                        heatingcontrol.0	2021-01-24 16:56:40.810	debug	(21122) cron job stopped
                                        heatingcontrol.0	2021-01-24 16:56:40.810	debug	(21122) cron job stopped
                                        heatingcontrol.0	2021-01-24 16:56:40.809	debug	(21122) cron job stopped
                                        heatingcontrol.0	2021-01-24 16:56:40.809	debug	(21122) cron job stopped
                                        heatingcontrol.0	2021-01-24 16:56:40.809	debug	(21122) delete 4 cron jobs
                                        heatingcontrol.0	2021-01-24 16:56:40.809	debug	(21122) start CreateCronJobs
                                        heatingcontrol.0	2021-01-24 16:56:40.808	debug	(21122) profile 1
                                        heatingcontrol.0	2021-01-24 16:56:40.799	debug	(21122) get current profile
                                        heatingcontrol.0	2021-01-24 16:56:40.799	debug	(21122) Change Status HolidayPresent in Kueche to true
                                        heatingcontrol.0	2021-01-24 16:56:40.798	debug	(21122) Kueche ### ChangeStatus HolidayPresent to true in auto
                                        heatingcontrol.0	2021-01-24 16:56:40.779	debug	(21122) UpdateDPs for Wohnzimmer auto
                                        heatingcontrol.0	2021-01-24 16:56:40.779	debug	(21122) HandleActors for Wohnzimmer auto
                                        heatingcontrol.0	2021-01-24 16:56:40.779	debug	(21122) Wohnzimmer nothing to do to for alias.0.Thermostate.Wohnen.SollTemp , target 22 is already set 22
                                        heatingcontrol.0	2021-01-24 16:56:40.775	debug	(21122) SetRoomTemperature started for Wohnzimmer target 22
                                        heatingcontrol.0	2021-01-24 16:56:40.774	debug	(21122) got {"val":18,"ack":false,"ts":1577735559789,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":1577735559789}
                                        heatingcontrol.0	2021-01-24 16:56:40.773	debug	(21122) checking min temp with Rooms.Wohnzimmer.MinimumTemperature
                                        heatingcontrol.0	2021-01-24 16:56:40.773	debug	(21122) Wohnzimmer auto mode (incl. reduced): target 22
                                        heatingcontrol.0	2021-01-24 16:56:40.772	debug	(21122) VacationAbsentDecrease got {"val":0,"ack":true,"ts":1610908915102,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1610908915096}
                                        heatingcontrol.0	2021-01-24 16:56:40.771	debug	(21122) checking reduced temp with Profiles.1.Wohnzimmer.absolute.VacationAbsentDecrease
                                        heatingcontrol.0	2021-01-24 16:56:40.770	debug	(21122) profile 1
                                        heatingcontrol.0	2021-01-24 16:56:40.767	debug	(21122) get current profile
                                        heatingcontrol.0	2021-01-24 16:56:40.767	debug	(21122) Wohnzimmer auto mode: target 22
                                        heatingcontrol.0	2021-01-24 16:56:40.767	debug	(21122) CalculateRoomTemperature for Wohnzimmer auto
                                        heatingcontrol.0	2021-01-24 16:56:40.766	debug	(21122) Wohnzimmer found profile point at Period 3 12:00 with 22
                                        heatingcontrol.0	2021-01-24 16:56:40.758	info	(21122) start calculate current profile point for profile type 1 (Mo - Su)
                                        heatingcontrol.0	2021-01-24 16:56:40.757	info	(21122) 4 cron job(s) created
                                        heatingcontrol.0	2021-01-24 16:56:40.757	debug	(21122) cron status = true next event: 25 Jan 2021 08:00:00
                                        heatingcontrol.0	2021-01-24 16:56:40.755	debug	(21122) cron status = true next event: 25 Jan 2021 12:00:00
                                        heatingcontrol.0	2021-01-24 16:56:40.754	debug	(21122) cron status = true next event: 25 Jan 2021 06:00:00
                                        heatingcontrol.0	2021-01-24 16:56:40.752	debug	(21122) cron status = true next event: 25 Jan 2021 05:00:00
                                        heatingcontrol.0	2021-01-24 16:56:40.751	debug	(21122) CreateCronJobs done
                                        heatingcontrol.0	2021-01-24 16:56:40.748	debug	(21122) create cron job #3 at 8:0 string: 0 0 8 * * * Europe/Berlin
                                        heatingcontrol.0	2021-01-24 16:56:40.744	debug	(21122) create cron job #2 at 12:0 string: 0 0 12 * * * Europe/Berlin
                                        heatingcontrol.0	2021-01-24 16:56:40.741	debug	(21122) create cron job #1 at 6:0 string: 0 0 6 * * * Europe/Berlin
                                        heatingcontrol.0	2021-01-24 16:56:40.738	debug	(21122) create cron job #0 at 5:0 string: 0 0 5 * * * Europe/Berlin
                                        heatingcontrol.0	2021-01-24 16:56:40.737	debug	(21122) cron jobs created [{"hour":5,"minute":0,"day":0,"Values2Set":[{"room":"BadOG1","target":21,"currentTimePeriod":1,"ActiveTimeSlot":1,"CurrentTimePeriodTime":"05:00","CurrentTimePeriodFull":"Per
                                        heatingcontrol.0	2021-01-24 16:56:40.710	info	(21122) start create cron jobs for profile type 1 (Mo - Su)
                                        heatingcontrol.0	2021-01-24 16:56:40.710	debug	(21122) cron job stopped
                                        heatingcontrol.0	2021-01-24 16:56:40.710	debug	(21122) cron job stopped
                                        heatingcontrol.0	2021-01-24 16:56:40.710	debug	(21122) cron job stopped
                                        heatingcontrol.0	2021-01-24 16:56:40.710	debug	(21122) cron job stopped
                                        heatingcontrol.0	2021-01-24 16:56:40.710	debug	(21122) delete 4 cron jobs
                                        heatingcontrol.0	2021-01-24 16:56:40.709	debug	(21122) start CreateCronJobs
                                        heatingcontrol.0	2021-01-24 16:56:40.709	debug	(21122) profile 1
                                        heatingcontrol.0	2021-01-24 16:56:40.707	debug	(21122) get current profile
                                        heatingcontrol.0	2021-01-24 16:56:40.707	debug	(21122) Change Status HolidayPresent in Wohnzimmer to true
                                        heatingcontrol.0	2021-01-24 16:56:40.706	debug	(21122) Wohnzimmer ### ChangeStatus HolidayPresent to true in auto
                                        heatingcontrol.0	2021-01-24 16:56:40.682	debug	(21122) UpdateDPs for Buero auto
                                        heatingcontrol.0	2021-01-24 16:56:40.682	debug	(21122) HandleActors for Buero auto
                                        heatingcontrol.0	2021-01-24 16:56:40.682	debug	(21122) Buero nothing to do to for alias.0.Thermostate.Büro.SollTempManu , target 18 is already set 18
                                        heatingcontrol.0	2021-01-24 16:56:40.679	debug	(21122) SetRoomTemperature started for Buero target 18
                                        heatingcontrol.0	2021-01-24 16:56:40.678	debug	(21122) got {"val":18,"ack":false,"ts":1577735412751,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":1577735412751}
                                        heatingcontrol.0	2021-01-24 16:56:40.676	debug	(21122) checking min temp with Rooms.Buero.MinimumTemperature
                                        heatingcontrol.0	2021-01-24 16:56:40.676	debug	(21122) Buero auto mode (incl. reduced): target 18
                                        heatingcontrol.0	2021-01-24 16:56:40.676	debug	(21122) VacationAbsentDecrease got {"val":0,"ack":true,"ts":1610905513214,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1610905513207}
                                        heatingcontrol.0	2021-01-24 16:56:40.674	debug	(21122) checking reduced temp with Profiles.1.Buero.absolute.VacationAbsentDecrease
                                        heatingcontrol.0	2021-01-24 16:56:40.674	debug	(21122) profile 1
                                        heatingcontrol.0	2021-01-24 16:56:40.672	debug	(21122) get current profile
                                        heatingcontrol.0	2021-01-24 16:56:40.672	debug	(21122) Buero auto mode: target 18
                                        heatingcontrol.0	2021-01-24 16:56:40.672	debug	(21122) CalculateRoomTemperature for Buero auto
                                        heatingcontrol.0	2021-01-24 16:56:40.671	debug	(21122) Buero found profile point at Period 3 12:00 with 18
                                        heatingcontrol.0	2021-01-24 16:56:40.664	info	(21122) start calculate current profile point for profile type 1 (Mo - Su)
                                        heatingcontrol.0	2021-01-24 16:56:40.664	info	(21122) 4 cron job(s) created
                                        heatingcontrol.0	2021-01-24 16:56:40.664	debug	(21122) cron status = true next event: 25 Jan 2021 08:00:00
                                        heatingcontrol.0	2021-01-24 16:56:40.663	debug	(21122) cron status = true next event: 25 Jan 2021 12:00:00
                                        heatingcontrol.0	2021-01-24 16:56:40.661	debug	(21122) cron status = true next event: 25 Jan 2021 06:00:00
                                        heatingcontrol.0	2021-01-24 16:56:40.660	debug	(21122) cron status = true next event: 25 Jan 2021 05:00:00
                                        heatingcontrol.0	2021-01-24 16:56:40.658	debug	(21122) CreateCronJobs done
                                        heatingcontrol.0	2021-01-24 16:56:40.655	debug	(21122) create cron job #3 at 8:0 string: 0 0 8 * * * Europe/Berlin
                                        heatingcontrol.0	2021-01-24 16:56:40.651	debug	(21122) create cron job #2 at 12:0 string: 0 0 12 * * * Europe/Berlin
                                        heatingcontrol.0	2021-01-24 16:56:40.647	debug	(21122) create cron job #1 at 6:0 string: 0 0 6 * * * Europe/Berlin
                                        heatingcontrol.0	2021-01-24 16:56:40.644	debug	(21122) create cron job #0 at 5:0 string: 0 0 5 * * * Europe/Berlin
                                        heatingcontrol.0	2021-01-24 16:56:40.643	debug	(21122) cron jobs created [{"hour":5,"minute":0,"day":0,"Values2Set":[{"room":"BadOG1","target":21,"currentTimePeriod":1,"ActiveTimeSlot":1,"CurrentTimePeriodTime":"05:00","CurrentTimePeriodFull":"Per
                                        heatingcontrol.0	2021-01-24 16:56:40.575	info	(21122) start create cron jobs for profile type 1 (Mo - Su)
                                        heatingcontrol.0	2021-01-24 16:56:40.575	debug	(21122) cron job stopped
                                        heatingcontrol.0	2021-01-24 16:56:40.575	debug	(21122) cron job stopped
                                        heatingcontrol.0	2021-01-24 16:56:40.574	debug	(21122) cron job stopped
                                        heatingcontrol.0	2021-01-24 16:56:40.574	debug	(21122) cron job stopped
                                        heatingcontrol.0	2021-01-24 16:56:40.574	debug	(21122) delete 4 cron jobs
                                        heatingcontrol.0	2021-01-24 16:56:40.565	debug	(21122) start CreateCronJobs
                                        heatingcontrol.0	2021-01-24 16:56:40.564	debug	(21122) profile 1
                                        heatingcontrol.0	2021-01-24 16:56:40.554	debug	(21122) get current profile
                                        heatingcontrol.0	2021-01-24 16:56:40.553	debug	(21122) Change Status HolidayPresent in Buero to true
                                        heatingcontrol.0	2021-01-24 16:56:40.552	debug	(21122) Buero ### ChangeStatus HolidayPresent to true in auto
                                        heatingcontrol.0	2021-01-24 16:56:40.509	debug	(21122) UpdateDPs for Eingang auto
                                        heatingcontrol.0	2021-01-24 16:56:40.509	debug	(21122) HandleActors for Eingang auto
                                        heatingcontrol.0	2021-01-24 16:56:40.508	debug	(21122) Eingang nothing to do to for alias.0.Thermostate.Halle.SollTemp , target 19 is already set 19
                                        heatingcontrol.0	2021-01-24 16:56:40.501	debug	(21122) SetRoomTemperature started for Eingang target 19
                                        heatingcontrol.0	2021-01-24 16:56:40.500	debug	(21122) got {"val":12,"ack":true,"ts":1605183807285,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1605183807283}
                                        heatingcontrol.0	2021-01-24 16:56:40.495	debug	(21122) checking min temp with Rooms.Eingang.MinimumTemperature
                                        heatingcontrol.0	2021-01-24 16:56:40.494	debug	(21122) Eingang auto mode (incl. reduced): target 19
                                        heatingcontrol.0	2021-01-24 16:56:40.494	debug	(21122) VacationAbsentDecrease got {"val":0,"ack":true,"ts":1610908400650,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1610908400643}
                                        heatingcontrol.0	2021-01-24 16:56:40.490	debug	(21122) checking reduced temp with Profiles.1.Eingang.absolute.VacationAbsentDecrease
                                        heatingcontrol.0	2021-01-24 16:56:40.490	debug	(21122) profile 1
                                        heatingcontrol.0	2021-01-24 16:56:40.483	debug	(21122) get current profile
                                        heatingcontrol.0	2021-01-24 16:56:40.483	debug	(21122) Eingang auto mode: target 19
                                        heatingcontrol.0	2021-01-24 16:56:40.483	debug	(21122) CalculateRoomTemperature for Eingang auto
                                        heatingcontrol.0	2021-01-24 16:56:40.482	debug	(21122) Eingang found profile point at Period 3 12:00 with 19
                                        heatingcontrol.0	2021-01-24 16:56:40.460	info	(21122) start calculate current profile point for profile type 1 (Mo - Su)
                                        heatingcontrol.0	2021-01-24 16:56:40.460	info	(21122) 4 cron job(s) created
                                        heatingcontrol.0	2021-01-24 16:56:40.459	debug	(21122) cron status = true next event: 25 Jan 2021 08:00:00
                                        heatingcontrol.0	2021-01-24 16:56:40.457	debug	(21122) cron status = true next event: 25 Jan 2021 12:00:00
                                        heatingcontrol.0	2021-01-24 16:56:40.455	debug	(21122) cron status = true next event: 25 Jan 2021 06:00:00
                                        heatingcontrol.0	2021-01-24 16:56:40.453	debug	(21122) cron status = true next event: 25 Jan 2021 05:00:00
                                        heatingcontrol.0	2021-01-24 16:56:40.452	debug	(21122) CreateCronJobs done
                                        heatingcontrol.0	2021-01-24 16:56:40.448	debug	(21122) create cron job #3 at 8:0 string: 0 0 8 * * * Europe/Berlin
                                        heatingcontrol.0	2021-01-24 16:56:40.441	debug	(21122) create cron job #2 at 12:0 string: 0 0 12 * * * Europe/Berlin
                                        heatingcontrol.0	2021-01-24 16:56:40.436	debug	(21122) create cron job #1 at 6:0 string: 0 0 6 * * * Europe/Berlin
                                        heatingcontrol.0	2021-01-24 16:56:40.433	debug	(21122) create cron job #0 at 5:0 string: 0 0 5 * * * Europe/Berlin
                                        heatingcontrol.0	2021-01-24 16:56:40.432	debug	(21122) cron jobs created [{"hour":5,"minute":0,"day":0,"Values2Set":[{"room":"BadOG1","target":21,"currentTimePeriod":1,"ActiveTimeSlot":1,"CurrentTimePeriodTime":"05:00","CurrentTimePeriodFull":"Per
                                        heatingcontrol.0	2021-01-24 16:56:40.330	info	(21122) start create cron jobs for profile type 1 (Mo - Su)
                                        heatingcontrol.0	2021-01-24 16:56:40.329	debug	(21122) cron job stopped
                                        heatingcontrol.0	2021-01-24 16:56:40.329	debug	(21122) cron job stopped
                                        heatingcontrol.0	2021-01-24 16:56:40.329	debug	(21122) cron job stopped
                                        heatingcontrol.0	2021-01-24 16:56:40.328	debug	(21122) cron job stopped
                                        heatingcontrol.0	2021-01-24 16:56:40.328	debug	(21122) delete 4 cron jobs
                                        heatingcontrol.0	2021-01-24 16:56:40.328	debug	(21122) start CreateCronJobs
                                        heatingcontrol.0	2021-01-24 16:56:40.327	debug	(21122) profile 1
                                        heatingcontrol.0	2021-01-24 16:56:40.323	debug	(21122) get current profile
                                        heatingcontrol.0	2021-01-24 16:56:40.323	debug	(21122) Change Status HolidayPresent in Eingang to true
                                        heatingcontrol.0	2021-01-24 16:56:40.322	debug	(21122) Eingang ### ChangeStatus HolidayPresent to true in auto
                                        heatingcontrol.0	2021-01-24 16:56:40.295	debug	(21122) UpdateDPs for Halle manual
                                        heatingcontrol.0	2021-01-24 16:56:40.294	debug	(21122) HandleActors for Halle manual
                                        heatingcontrol.0	2021-01-24 16:56:40.294	debug	(21122) Halle nothing to do to for alias.0.Thermostate.Halle.SollTemp , target 19 is already set 19
                                        heatingcontrol.0	2021-01-24 16:56:40.287	debug	(21122) SetRoomTemperature started for Halle target 19
                                        heatingcontrol.0	2021-01-24 16:56:40.287	debug	(21122) got {"val":18,"ack":false,"ts":1577735463314,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":1577735463314}
                                        heatingcontrol.0	2021-01-24 16:56:40.281	debug	(21122) checking min temp with Rooms.Halle.MinimumTemperature
                                        heatingcontrol.0	2021-01-24 16:56:40.280	debug	(21122) Halle CalculateRoomTemperature for manual 19
                                        heatingcontrol.0	2021-01-24 16:56:40.280	debug	(21122) CalculateRoomTemperature for Halle manual
                                        heatingcontrol.0	2021-01-24 16:56:40.279	debug	(21122) Halle found profile point at Period 3 12:00 with 20
                                        heatingcontrol.0	2021-01-24 16:56:40.272	info	(21122) start calculate current profile point for profile type 1 (Mo - Su)
                                        heatingcontrol.0	2021-01-24 16:56:40.272	info	(21122) 4 cron job(s) created
                                        heatingcontrol.0	2021-01-24 16:56:40.272	debug	(21122) cron status = true next event: 25 Jan 2021 08:00:00
                                        heatingcontrol.0	2021-01-24 16:56:40.270	debug	(21122) cron status = true next event: 25 Jan 2021 12:00:00
                                        heatingcontrol.0	2021-01-24 16:56:40.267	debug	(21122) cron status = true next event: 25 Jan 2021 06:00:00
                                        heatingcontrol.0	2021-01-24 16:56:40.266	debug	(21122) cron status = true next event: 25 Jan 2021 05:00:00
                                        heatingcontrol.0	2021-01-24 16:56:40.264	debug	(21122) CreateCronJobs done
                                        heatingcontrol.0	2021-01-24 16:56:40.247	debug	(21122) create cron job #3 at 8:0 string: 0 0 8 * * * Europe/Berlin
                                        heatingcontrol.0	2021-01-24 16:56:40.241	debug	(21122) create cron job #2 at 12:0 string: 0 0 12 * * * Europe/Berlin
                                        heatingcontrol.0	2021-01-24 16:56:40.236	debug	(21122) create cron job #1 at 6:0 string: 0 0 6 * * * Europe/Berlin
                                        heatingcontrol.0	2021-01-24 16:56:40.231	debug	(21122) create cron job #0 at 5:0 string: 0 0 5 * * * Europe/Berlin
                                        heatingcontrol.0	2021-01-24 16:56:40.230	debug	(21122) cron jobs created [{"hour":5,"minute":0,"day":0,"Values2Set":[{"room":"BadOG1","target":21,"currentTimePeriod":1,"ActiveTimeSlot":1,"CurrentTimePeriodTime":"05:00","CurrentTimePeriodFull":"Per
                                        heatingcontrol.0	2021-01-24 16:56:40.174	info	(21122) start create cron jobs for profile type 1 (Mo - Su)
                                        heatingcontrol.0	2021-01-24 16:56:40.174	debug	(21122) cron job stopped
                                        heatingcontrol.0	2021-01-24 16:56:40.173	debug	(21122) cron job stopped
                                        heatingcontrol.0	2021-01-24 16:56:40.173	debug	(21122) cron job stopped
                                        heatingcontrol.0	2021-01-24 16:56:40.172	debug	(21122) cron job stopped
                                        heatingcontrol.0	2021-01-24 16:56:40.172	debug	(21122) delete 4 cron jobs
                                        heatingcontrol.0	2021-01-24 16:56:40.172	debug	(21122) start CreateCronJobs
                                        heatingcontrol.0	2021-01-24 16:56:40.171	debug	(21122) profile 1
                                        heatingcontrol.0	2021-01-24 16:56:40.169	debug	(21122) get current profile
                                        heatingcontrol.0	2021-01-24 16:56:40.169	debug	(21122) Change Status HolidayPresent in Halle to true
                                        heatingcontrol.0	2021-01-24 16:56:40.168	debug	(21122) Halle ### ChangeStatus HolidayPresent to true in manual
                                        heatingcontrol.0	2021-01-24 16:56:40.134	debug	(21122) UpdateDPs for Dachspitz auto
                                        heatingcontrol.0	2021-01-24 16:56:40.133	debug	(21122) HandleActors for Dachspitz auto
                                        heatingcontrol.0	2021-01-24 16:56:40.131	debug	(21122) Dachspitz nothing to do to for alias.0.Thermostate.Dachspitz.SollTemp , target 12 is already set 12
                                        heatingcontrol.0	2021-01-24 16:56:40.121	debug	(21122) SetRoomTemperature started for Dachspitz target 12
                                        heatingcontrol.0	2021-01-24 16:56:40.121	debug	(21122) got {"val":0,"ack":true,"ts":1610304763996,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1610304763996}
                                        heatingcontrol.0	2021-01-24 16:56:40.119	debug	(21122) checking min temp with Rooms.Dachspitz.MinimumTemperature
                                        heatingcontrol.0	2021-01-24 16:56:40.118	debug	(21122) Dachspitz auto mode (incl. reduced): target 12
                                        heatingcontrol.0	2021-01-24 16:56:40.118	debug	(21122) VacationAbsentDecrease got {"val":12,"ack":true,"ts":1610978705515,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1610978705507}
                                        heatingcontrol.0	2021-01-24 16:56:40.115	debug	(21122) checking reduced temp with Profiles.1.Dachspitz.absolute.VacationAbsentDecrease
                                        heatingcontrol.0	2021-01-24 16:56:40.115	debug	(21122) profile 1
                                        heatingcontrol.0	2021-01-24 16:56:40.107	debug	(21122) get current profile
                                        heatingcontrol.0	2021-01-24 16:56:40.107	debug	(21122) Dachspitz auto mode: target 19
                                        heatingcontrol.0	2021-01-24 16:56:40.107	debug	(21122) CalculateRoomTemperature for Dachspitz auto
                                        heatingcontrol.0	2021-01-24 16:56:40.106	debug	(21122) Dachspitz found profile point at Period 3 12:00 with 19
                                        heatingcontrol.0	2021-01-24 16:56:40.077	info	(21122) start calculate current profile point for profile type 1 (Mo - Su)
                                        heatingcontrol.0	2021-01-24 16:56:40.077	info	(21122) 4 cron job(s) created
                                        heatingcontrol.0	2021-01-24 16:56:40.077	debug	(21122) cron status = true next event: 25 Jan 2021 08:00:00
                                        heatingcontrol.0	2021-01-24 16:56:40.074	debug	(21122) cron status = true next event: 25 Jan 2021 12:00:00
                                        heatingcontrol.0	2021-01-24 16:56:40.072	debug	(21122) cron status = true next event: 25 Jan 2021 06:00:00
                                        heatingcontrol.0	2021-01-24 16:56:40.070	debug	(21122) cron status = true next event: 25 Jan 2021 05:00:00
                                        heatingcontrol.0	2021-01-24 16:56:40.068	debug	(21122) CreateCronJobs done
                                        heatingcontrol.0	2021-01-24 16:56:40.063	debug	(21122) create cron job #3 at 8:0 string: 0 0 8 * * * Europe/Berlin
                                        heatingcontrol.0	2021-01-24 16:56:40.056	debug	(21122) create cron job #2 at 12:0 string: 0 0 12 * * * Europe/Berlin
                                        heatingcontrol.0	2021-01-24 16:56:40.051	debug	(21122) create cron job #1 at 6:0 string: 0 0 6 * * * Europe/Berlin
                                        heatingcontrol.0	2021-01-24 16:56:40.045	debug	(21122) create cron job #0 at 5:0 string: 0 0 5 * * * Europe/Berlin
                                        heatingcontrol.0	2021-01-24 16:56:40.044	debug	(21122) cron jobs created [{"hour":5,"minute":0,"day":0,"Values2Set":[{"room":"BadOG1","target":21,"currentTimePeriod":1,"ActiveTimeSlot":1,"CurrentTimePeriodTime":"05:00","CurrentTimePeriodFull":"Per
                                        heatingcontrol.0	2021-01-24 16:56:39.958	info	(21122) start create cron jobs for profile type 1 (Mo - Su)
                                        heatingcontrol.0	2021-01-24 16:56:39.958	debug	(21122) cron job stopped
                                        heatingcontrol.0	2021-01-24 16:56:39.958	debug	(21122) cron job stopped
                                        heatingcontrol.0	2021-01-24 16:56:39.958	debug	(21122) cron job stopped
                                        heatingcontrol.0	2021-01-24 16:56:39.957	debug	(21122) cron job stopped
                                        heatingcontrol.0	2021-01-24 16:56:39.956	debug	(21122) delete 4 cron jobs
                                        heatingcontrol.0	2021-01-24 16:56:39.956	debug	(21122) start CreateCronJobs
                                        heatingcontrol.0	2021-01-24 16:56:39.956	debug	(21122) profile 1
                                        heatingcontrol.0	2021-01-24 16:56:39.950	debug	(21122) get current profile
                                        heatingcontrol.0	2021-01-24 16:56:39.950	debug	(21122) Change Status HolidayPresent in Dachspitz to true
                                        heatingcontrol.0	2021-01-24 16:56:39.949	debug	(21122) Dachspitz ### ChangeStatus HolidayPresent to true in auto
                                        heatingcontrol.0	2021-01-24 16:56:39.916	debug	(21122) UpdateDPs for Studio auto
                                        heatingcontrol.0	2021-01-24 16:56:39.916	debug	(21122) HandleActors for Studio auto
                                        heatingcontrol.0	2021-01-24 16:56:39.916	debug	(21122) Studio nothing to do to for alias.0.Thermostate.Studio.SollTemp , target 12 is already set 12
                                        heatingcontrol.0	2021-01-24 16:56:39.913	debug	(21122) SetRoomTemperature started for Studio target 12
                                        heatingcontrol.0	2021-01-24 16:56:39.912	debug	(21122) got {"val":0,"ack":true,"ts":1610304763544,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1610304763544}
                                        heatingcontrol.0	2021-01-24 16:56:39.910	debug	(21122) checking min temp with Rooms.Studio.MinimumTemperature
                                        heatingcontrol.0	2021-01-24 16:56:39.910	debug	(21122) Studio auto mode (incl. reduced): target 12
                                        heatingcontrol.0	2021-01-24 16:56:39.910	debug	(21122) VacationAbsentDecrease got {"val":12,"ack":true,"ts":1610979029992,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1610979029985}
                                        heatingcontrol.0	2021-01-24 16:56:39.905	debug	(21122) checking reduced temp with Profiles.1.Studio.absolute.VacationAbsentDecrease
                                        heatingcontrol.0	2021-01-24 16:56:39.905	debug	(21122) profile 1
                                        heatingcontrol.0	2021-01-24 16:56:39.901	debug	(21122) get current profile
                                        heatingcontrol.0	2021-01-24 16:56:39.900	debug	(21122) Studio auto mode: target 20
                                        heatingcontrol.0	2021-01-24 16:56:39.898	debug	(21122) CalculateRoomTemperature for Studio auto
                                        heatingcontrol.0	2021-01-24 16:56:39.898	debug	(21122) Studio found profile point at Period 3 12:00 with 20
                                        heatingcontrol.0	2021-01-24 16:56:39.890	info	(21122) start calculate current profile point for profile type 1 (Mo - Su)
                                        heatingcontrol.0	2021-01-24 16:56:39.890	info	(21122) 4 cron job(s) created
                                        heatingcontrol.0	2021-01-24 16:56:39.889	debug	(21122) cron status = true next event: 25 Jan 2021 08:00:00
                                        heatingcontrol.0	2021-01-24 16:56:39.888	debug	(21122) cron status = true next event: 25 Jan 2021 12:00:00
                                        heatingcontrol.0	2021-01-24 16:56:39.886	debug	(21122) cron status = true next event: 25 Jan 2021 06:00:00
                                        heatingcontrol.0	2021-01-24 16:56:39.885	debug	(21122) cron status = true next event: 25 Jan 2021 05:00:00
                                        heatingcontrol.0	2021-01-24 16:56:39.884	debug	(21122) CreateCronJobs done
                                        heatingcontrol.0	2021-01-24 16:56:39.880	debug	(21122) create cron job #3 at 8:0 string: 0 0 8 * * * Europe/Berlin
                                        heatingcontrol.0	2021-01-24 16:56:39.876	debug	(21122) create cron job #2 at 12:0 string: 0 0 12 * * * Europe/Berlin
                                        heatingcontrol.0	2021-01-24 16:56:39.873	debug	(21122) create cron job #1 at 6:0 string: 0 0 6 * * * Europe/Berlin
                                        heatingcontrol.0	2021-01-24 16:56:39.869	debug	(21122) create cron job #0 at 5:0 string: 0 0 5 * * * Europe/Berlin
                                        heatingcontrol.0	2021-01-24 16:56:39.868	debug	(21122) cron jobs created [{"hour":5,"minute":0,"day":0,"Values2Set":[{"room":"BadOG1","target":21,"currentTimePeriod":1,"ActiveTimeSlot":1,"CurrentTimePeriodTime":"05:00","CurrentTimePeriodFull":"Per
                                        heatingcontrol.0	2021-01-24 16:56:39.842	info	(21122) start create cron jobs for profile type 1 (Mo - Su)
                                        heatingcontrol.0	2021-01-24 16:56:39.842	debug	(21122) cron job stopped
                                        heatingcontrol.0	2021-01-24 16:56:39.842	debug	(21122) cron job stopped
                                        heatingcontrol.0	2021-01-24 16:56:39.842	debug	(21122) cron job stopped
                                        heatingcontrol.0	2021-01-24 16:56:39.841	debug	(21122) cron job stopped
                                        heatingcontrol.0	2021-01-24 16:56:39.841	debug	(21122) delete 4 cron jobs
                                        heatingcontrol.0	2021-01-24 16:56:39.841	debug	(21122) start CreateCronJobs
                                        heatingcontrol.0	2021-01-24 16:56:39.841	debug	(21122) profile 1
                                        heatingcontrol.0	2021-01-24 16:56:39.839	debug	(21122) get current profile
                                        heatingcontrol.0	2021-01-24 16:56:39.838	debug	(21122) Change Status HolidayPresent in Studio to true
                                        heatingcontrol.0	2021-01-24 16:56:39.837	debug	(21122) Studio ### ChangeStatus HolidayPresent to true in auto
                                        heatingcontrol.0	2021-01-24 16:56:39.817	debug	(21122) UpdateDPs for Schlafen OG2 auto
                                        heatingcontrol.0	2021-01-24 16:56:39.817	debug	(21122) HandleActors for Schlafen OG2 auto
                                        heatingcontrol.0	2021-01-24 16:56:39.816	debug	(21122) Schlafen OG2 nothing to do to for alias.0.Thermostate.SchlafenOG2.SollTemp , target 12 is already set 12
                                        heatingcontrol.0	2021-01-24 16:56:39.812	debug	(21122) SetRoomTemperature started for Schlafen OG2 target 12
                                        heatingcontrol.0	2021-01-24 16:56:39.812	debug	(21122) got {"val":0,"ack":true,"ts":1610304763161,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1610304763161}
                                        heatingcontrol.0	2021-01-24 16:56:39.810	debug	(21122) checking min temp with Rooms.Schlafen OG2.MinimumTemperature
                                        heatingcontrol.0	2021-01-24 16:56:39.809	debug	(21122) Schlafen OG2 auto mode (incl. reduced): target 12
                                        heatingcontrol.0	2021-01-24 16:56:39.809	debug	(21122) VacationAbsentDecrease got {"val":12,"ack":true,"ts":1610978928719,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1610978928708}
                                        heatingcontrol.0	2021-01-24 16:56:39.807	debug	(21122) checking reduced temp with Profiles.1.Schlafen OG2.absolute.VacationAbsentDecrease
                                        heatingcontrol.0	2021-01-24 16:56:39.807	debug	(21122) profile 1
                                        heatingcontrol.0	2021-01-24 16:56:39.805	debug	(21122) get current profile
                                        heatingcontrol.0	2021-01-24 16:56:39.805	debug	(21122) Schlafen OG2 auto mode: target 20
                                        heatingcontrol.0	2021-01-24 16:56:39.805	debug	(21122) CalculateRoomTemperature for Schlafen OG2 auto
                                        heatingcontrol.0	2021-01-24 16:56:39.805	debug	(21122) Schlafen OG2 found profile point at Period 3 12:00 with 20
                                        heatingcontrol.0	2021-01-24 16:56:39.787	info	(21122) start calculate current profile point for profile type 1 (Mo - Su)
                                        heatingcontrol.0	2021-01-24 16:56:39.787	info	(21122) 4 cron job(s) created
                                        heatingcontrol.0	2021-01-24 16:56:39.787	debug	(21122) cron status = true next event: 25 Jan 2021 08:00:00
                                        heatingcontrol.0	2021-01-24 16:56:39.786	debug	(21122) cron status = true next event: 25 Jan 2021 12:00:00
                                        heatingcontrol.0	2021-01-24 16:56:39.784	debug	(21122) cron status = true next event: 25 Jan 2021 06:00:00
                                        heatingcontrol.0	2021-01-24 16:56:39.783	debug	(21122) cron status = true next event: 25 Jan 2021 05:00:00
                                        heatingcontrol.0	2021-01-24 16:56:39.782	debug	(21122) CreateCronJobs done
                                        heatingcontrol.0	2021-01-24 16:56:39.779	debug	(21122) create cron job #3 at 8:0 string: 0 0 8 * * * Europe/Berlin
                                        heatingcontrol.0	2021-01-24 16:56:39.776	debug	(21122) create cron job #2 at 12:0 string: 0 0 12 * * * Europe/Berlin
                                        heatingcontrol.0	2021-01-24 16:56:39.772	debug	(21122) create cron job #1 at 6:0 string: 0 0 6 * * * Europe/Berlin
                                        heatingcontrol.0	2021-01-24 16:56:39.769	debug	(21122) create cron job #0 at 5:0 string: 0 0 5 * * * Europe/Berlin
                                        heatingcontrol.0	2021-01-24 16:56:39.769	debug	(21122) cron jobs created [{"hour":5,"minute":0,"day":0,"Values2Set":[{"room":"BadOG1","target":21,"currentTimePeriod":1,"ActiveTimeSlot":1,"CurrentTimePeriodTime":"05:00","CurrentTimePeriodFull":"Per
                                        heatingcontrol.0	2021-01-24 16:56:39.740	info	(21122) start create cron jobs for profile type 1 (Mo - Su)
                                        heatingcontrol.0	2021-01-24 16:56:39.740	debug	(21122) cron job stopped
                                        heatingcontrol.0	2021-01-24 16:56:39.740	debug	(21122) cron job stopped
                                        heatingcontrol.0	2021-01-24 16:56:39.740	debug	(21122) cron job stopped
                                        heatingcontrol.0	2021-01-24 16:56:39.739	debug	(21122) cron job stopped
                                        heatingcontrol.0	2021-01-24 16:56:39.739	debug	(21122) delete 4 cron jobs
                                        heatingcontrol.0	2021-01-24 16:56:39.739	debug	(21122) start CreateCronJobs
                                        heatingcontrol.0	2021-01-24 16:56:39.739	debug	(21122) profile 1
                                        heatingcontrol.0	2021-01-24 16:56:39.737	debug	(21122) get current profile
                                        heatingcontrol.0	2021-01-24 16:56:39.737	debug	(21122) Change Status HolidayPresent in Schlafen OG2 to true
                                        heatingcontrol.0	2021-01-24 16:56:39.736	debug	(21122) Schlafen OG2 ### ChangeStatus HolidayPresent to true in auto
                                        heatingcontrol.0	2021-01-24 16:56:39.717	debug	(21122) UpdateDPs for BadOG2 auto
                                        heatingcontrol.0	2021-01-24 16:56:39.717	debug	(21122) HandleActors for BadOG2 auto
                                        heatingcontrol.0	2021-01-24 16:56:39.717	debug	(21122) BadOG2 nothing to do to for alias.0.Thermostate.BadOG2.SollTemp , target 12 is already set 12
                                        heatingcontrol.0	2021-01-24 16:56:39.714	debug	(21122) SetRoomTemperature started for BadOG2 target 12
                                        heatingcontrol.0	2021-01-24 16:56:39.714	debug	(21122) got {"val":12,"ack":false,"ts":1577735402130,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":1577735402130}
                                        heatingcontrol.0	2021-01-24 16:56:39.712	debug	(21122) checking min temp with Rooms.BadOG2.MinimumTemperature
                                        heatingcontrol.0	2021-01-24 16:56:39.712	debug	(21122) BadOG2 auto mode (incl. reduced): target 12
                                        heatingcontrol.0	2021-01-24 16:56:39.711	debug	(21122) VacationAbsentDecrease got {"val":12,"ack":false,"ts":1610979247802,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":1610979247802}
                                        heatingcontrol.0	2021-01-24 16:56:39.709	debug	(21122) checking reduced temp with Profiles.1.BadOG2.absolute.VacationAbsentDecrease
                                        heatingcontrol.0	2021-01-24 16:56:39.709	debug	(21122) profile 1
                                        heatingcontrol.0	2021-01-24 16:56:39.707	debug	(21122) get current profile
                                        heatingcontrol.0	2021-01-24 16:56:39.707	debug	(21122) BadOG2 auto mode: target 22
                                        heatingcontrol.0	2021-01-24 16:56:39.706	debug	(21122) CalculateRoomTemperature for BadOG2 auto
                                        heatingcontrol.0	2021-01-24 16:56:39.706	debug	(21122) BadOG2 found profile point at Period 3 12:00 with 22
                                        heatingcontrol.0	2021-01-24 16:56:39.699	info	(21122) start calculate current profile point for profile type 1 (Mo - Su)
                                        heatingcontrol.0	2021-01-24 16:56:39.699	info	(21122) 4 cron job(s) created
                                        heatingcontrol.0	2021-01-24 16:56:39.699	debug	(21122) cron status = true next event: 25 Jan 2021 08:00:00
                                        heatingcontrol.0	2021-01-24 16:56:39.698	debug	(21122) cron status = true next event: 25 Jan 2021 12:00:00
                                        heatingcontrol.0	2021-01-24 16:56:39.695	debug	(21122) cron status = true next event: 25 Jan 2021 06:00:00
                                        heatingcontrol.0	2021-01-24 16:56:39.694	debug	(21122) cron status = true next event: 25 Jan 2021 05:00:00
                                        heatingcontrol.0	2021-01-24 16:56:39.693	debug	(21122) CreateCronJobs done
                                        heatingcontrol.0	2021-01-24 16:56:39.689	debug	(21122) create cron job #3 at 8:0 string: 0 0 8 * * * Europe/Berlin
                                        heatingcontrol.0	2021-01-24 16:56:39.685	debug	(21122) create cron job #2 at 12:0 string: 0 0 12 * * * Europe/Berlin
                                        heatingcontrol.0	2021-01-24 16:56:39.682	debug	(21122) create cron job #1 at 6:0 string: 0 0 6 * * * Europe/Berlin
                                        heatingcontrol.0	2021-01-24 16:56:39.678	debug	(21122) create cron job #0 at 5:0 string: 0 0 5 * * * Europe/Berlin
                                        heatingcontrol.0	2021-01-24 16:56:39.677	debug	(21122) cron jobs created [{"hour":5,"minute":0,"day":0,"Values2Set":[{"room":"BadOG1","target":21,"currentTimePeriod":1,"ActiveTimeSlot":1,"CurrentTimePeriodTime":"05:00","CurrentTimePeriodFull":"Per
                                        heatingcontrol.0	2021-01-24 16:56:39.634	info	(21122) start create cron jobs for profile type 1 (Mo - Su)
                                        heatingcontrol.0	2021-01-24 16:56:39.634	debug	(21122) cron job stopped
                                        heatingcontrol.0	2021-01-24 16:56:39.634	debug	(21122) cron job stopped
                                        heatingcontrol.0	2021-01-24 16:56:39.633	debug	(21122) cron job stopped
                                        heatingcontrol.0	2021-01-24 16:56:39.633	debug	(21122) cron job stopped
                                        heatingcontrol.0	2021-01-24 16:56:39.633	debug	(21122) delete 4 cron jobs
                                        heatingcontrol.0	2021-01-24 16:56:39.632	debug	(21122) start CreateCronJobs
                                        heatingcontrol.0	2021-01-24 16:56:39.632	debug	(21122) profile 1
                                        heatingcontrol.0	2021-01-24 16:56:39.630	debug	(21122) get current profile
                                        heatingcontrol.0	2021-01-24 16:56:39.630	debug	(21122) Change Status HolidayPresent in BadOG2 to true
                                        heatingcontrol.0	2021-01-24 16:56:39.629	debug	(21122) BadOG2 ### ChangeStatus HolidayPresent to true in auto
                                        heatingcontrol.0	2021-01-24 16:56:39.610	debug	(21122) UpdateDPs for FlurOG1 auto
                                        heatingcontrol.0	2021-01-24 16:56:39.610	debug	(21122) HandleActors for FlurOG1 auto
                                        heatingcontrol.0	2021-01-24 16:56:39.610	debug	(21122) FlurOG1 nothing to do to for alias.0.Thermostate.FlurOG1.SollTemp , target 18 is already set 18
                                        heatingcontrol.0	2021-01-24 16:56:39.605	debug	(21122) SetRoomTemperature started for FlurOG1 target 18
                                        heatingcontrol.0	2021-01-24 16:56:39.605	debug	(21122) got {"val":18,"ack":false,"ts":1577735430555,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":1577735430555}
                                        heatingcontrol.0	2021-01-24 16:56:39.604	debug	(21122) checking min temp with Rooms.FlurOG1.MinimumTemperature
                                        heatingcontrol.0	2021-01-24 16:56:39.603	debug	(21122) FlurOG1 auto mode (incl. reduced): target 18
                                        heatingcontrol.0	2021-01-24 16:56:39.603	debug	(21122) VacationAbsentDecrease got {"val":0,"ack":true,"ts":1610908534646,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1610908534641}
                                        heatingcontrol.0	2021-01-24 16:56:39.601	debug	(21122) checking reduced temp with Profiles.1.FlurOG1.absolute.VacationAbsentDecrease
                                        heatingcontrol.0	2021-01-24 16:56:39.601	debug	(21122) profile 1
                                        heatingcontrol.0	2021-01-24 16:56:39.597	debug	(21122) get current profile
                                        heatingcontrol.0	2021-01-24 16:56:39.597	debug	(21122) FlurOG1 auto mode: target 18
                                        heatingcontrol.0	2021-01-24 16:56:39.597	debug	(21122) CalculateRoomTemperature for FlurOG1 auto
                                        heatingcontrol.0	2021-01-24 16:56:39.596	debug	(21122) FlurOG1 found profile point at Period 3 12:00 with 18
                                        heatingcontrol.0	2021-01-24 16:56:39.588	info	(21122) start calculate current profile point for profile type 1 (Mo - Su)
                                        heatingcontrol.0	2021-01-24 16:56:39.588	info	(21122) 4 cron job(s) created
                                        heatingcontrol.0	2021-01-24 16:56:39.588	debug	(21122) cron status = true next event: 25 Jan 2021 08:00:00
                                        heatingcontrol.0	2021-01-24 16:56:39.586	debug	(21122) cron status = true next event: 25 Jan 2021 12:00:00
                                        heatingcontrol.0	2021-01-24 16:56:39.584	debug	(21122) cron status = true next event: 25 Jan 2021 06:00:00
                                        heatingcontrol.0	2021-01-24 16:56:39.582	debug	(21122) cron status = true next event: 25 Jan 2021 05:00:00
                                        heatingcontrol.0	2021-01-24 16:56:39.580	debug	(21122) CreateCronJobs done
                                        heatingcontrol.0	2021-01-24 16:56:39.576	debug	(21122) create cron job #3 at 8:0 string: 0 0 8 * * * Europe/Berlin
                                        heatingcontrol.0	2021-01-24 16:56:39.572	debug	(21122) create cron job #2 at 12:0 string: 0 0 12 * * * Europe/Berlin
                                        heatingcontrol.0	2021-01-24 16:56:39.569	debug	(21122) create cron job #1 at 6:0 string: 0 0 6 * * * Europe/Berlin
                                        heatingcontrol.0	2021-01-24 16:56:39.564	debug	(21122) create cron job #0 at 5:0 string: 0 0 5 * * * Europe/Berlin
                                        heatingcontrol.0	2021-01-24 16:56:39.564	debug	(21122) cron jobs created [{"hour":5,"minute":0,"day":0,"Values2Set":[{"room":"BadOG1","target":21,"currentTimePeriod":1,"ActiveTimeSlot":1,"CurrentTimePeriodTime":"05:00","CurrentTimePeriodFull":"Per
                                        heatingcontrol.0	2021-01-24 16:56:39.529	info	(21122) start create cron jobs for profile type 1 (Mo - Su)
                                        heatingcontrol.0	2021-01-24 16:56:39.529	debug	(21122) cron job stopped
                                        heatingcontrol.0	2021-01-24 16:56:39.528	debug	(21122) cron job stopped
                                        heatingcontrol.0	2021-01-24 16:56:39.528	debug	(21122) cron job stopped
                                        heatingcontrol.0	2021-01-24 16:56:39.528	debug	(21122) cron job stopped
                                        heatingcontrol.0	2021-01-24 16:56:39.528	debug	(21122) delete 4 cron jobs
                                        heatingcontrol.0	2021-01-24 16:56:39.528	debug	(21122) start CreateCronJobs
                                        heatingcontrol.0	2021-01-24 16:56:39.527	debug	(21122) profile 1
                                        heatingcontrol.0	2021-01-24 16:56:39.525	debug	(21122) get current profile
                                        heatingcontrol.0	2021-01-24 16:56:39.525	debug	(21122) Change Status HolidayPresent in FlurOG1 to true
                                        heatingcontrol.0	2021-01-24 16:56:39.525	debug	(21122) FlurOG1 ### ChangeStatus HolidayPresent to true in auto
                                        heatingcontrol.0	2021-01-24 16:56:39.508	debug	(21122) UpdateDPs for Terry auto
                                        heatingcontrol.0	2021-01-24 16:56:39.508	debug	(21122) HandleActors for Terry auto
                                        heatingcontrol.0	2021-01-24 16:56:39.507	debug	(21122) Terry nothing to do to for alias.0.Thermostate.Terry.SollTemp , target 18 is already set 18
                                        heatingcontrol.0	2021-01-24 16:56:39.503	debug	(21122) SetRoomTemperature started for Terry target 18
                                        heatingcontrol.0	2021-01-24 16:56:39.503	debug	(21122) got {"val":18,"ack":false,"ts":1577735540562,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":1577735540562}
                                        heatingcontrol.0	2021-01-24 16:56:39.501	debug	(21122) checking min temp with Rooms.Terry.MinimumTemperature
                                        heatingcontrol.0	2021-01-24 16:56:39.500	debug	(21122) Terry auto mode (incl. reduced): target 18
                                        heatingcontrol.0	2021-01-24 16:56:39.500	debug	(21122) VacationAbsentDecrease got {"val":0,"ack":true,"ts":1610909819816,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1610909819813}
                                        heatingcontrol.0	2021-01-24 16:56:39.499	debug	(21122) checking reduced temp with Profiles.1.Terry.absolute.VacationAbsentDecrease
                                        heatingcontrol.0	2021-01-24 16:56:39.498	debug	(21122) profile 1
                                        heatingcontrol.0	2021-01-24 16:56:39.496	debug	(21122) get current profile
                                        heatingcontrol.0	2021-01-24 16:56:39.496	debug	(21122) Terry auto mode: target 18
                                        heatingcontrol.0	2021-01-24 16:56:39.496	debug	(21122) CalculateRoomTemperature for Terry auto
                                        heatingcontrol.0	2021-01-24 16:56:39.496	debug	(21122) Terry found profile point at Period 3 12:00 with 18
                                        heatingcontrol.0	2021-01-24 16:56:39.487	info	(21122) start calculate current profile point for profile type 1 (Mo - Su)
                                        heatingcontrol.0	2021-01-24 16:56:39.487	info	(21122) 4 cron job(s) created
                                        heatingcontrol.0	2021-01-24 16:56:39.487	debug	(21122) cron status = true next event: 25 Jan 2021 08:00:00
                                        heatingcontrol.0	2021-01-24 16:56:39.485	debug	(21122) cron status = true next event: 25 Jan 2021 12:00:00
                                        heatingcontrol.0	2021-01-24 16:56:39.479	debug	(21122) cron status = true next event: 25 Jan 2021 06:00:00
                                        heatingcontrol.0	2021-01-24 16:56:39.477	debug	(21122) cron status = true next event: 25 Jan 2021 05:00:00
                                        heatingcontrol.0	2021-01-24 16:56:39.476	debug	(21122) CreateCronJobs done
                                        heatingcontrol.0	2021-01-24 16:56:39.472	debug	(21122) create cron job #3 at 8:0 string: 0 0 8 * * * Europe/Berlin
                                        heatingcontrol.0	2021-01-24 16:56:39.468	debug	(21122) create cron job #2 at 12:0 string: 0 0 12 * * * Europe/Berlin
                                        heatingcontrol.0	2021-01-24 16:56:39.464	debug	(21122) create cron job #1 at 6:0 string: 0 0 6 * * * Europe/Berlin
                                        heatingcontrol.0	2021-01-24 16:56:39.461	debug	(21122) create cron job #0 at 5:0 string: 0 0 5 * * * Europe/Berlin
                                        heatingcontrol.0	2021-01-24 16:56:39.460	debug	(21122) cron jobs created [{"hour":5,"minute":0,"day":0,"Values2Set":[{"room":"BadOG1","target":21,"currentTimePeriod":1,"ActiveTimeSlot":1,"CurrentTimePeriodTime":"05:00","CurrentTimePeriodFull":"Per
                                        heatingcontrol.0	2021-01-24 16:56:39.426	info	(21122) start create cron jobs for profile type 1 (Mo - Su)
                                        heatingcontrol.0	2021-01-24 16:56:39.426	debug	(21122) cron job stopped
                                        heatingcontrol.0	2021-01-24 16:56:39.426	debug	(21122) cron job stopped
                                        heatingcontrol.0	2021-01-24 16:56:39.425	debug	(21122) cron job stopped
                                        heatingcontrol.0	2021-01-24 16:56:39.425	debug	(21122) cron job stopped
                                        heatingcontrol.0	2021-01-24 16:56:39.425	debug	(21122) delete 4 cron jobs
                                        heatingcontrol.0	2021-01-24 16:56:39.425	debug	(21122) start CreateCronJobs
                                        heatingcontrol.0	2021-01-24 16:56:39.424	debug	(21122) profile 1
                                        heatingcontrol.0	2021-01-24 16:56:39.423	debug	(21122) get current profile
                                        heatingcontrol.0	2021-01-24 16:56:39.422	debug	(21122) Change Status HolidayPresent in Terry to true
                                        heatingcontrol.0	2021-01-24 16:56:39.422	debug	(21122) Terry ### ChangeStatus HolidayPresent to true in auto
                                        heatingcontrol.0	2021-01-24 16:56:39.402	debug	(21122) UpdateDPs for GastBad auto
                                        heatingcontrol.0	2021-01-24 16:56:39.402	debug	(21122) HandleActors for GastBad auto
                                        heatingcontrol.0	2021-01-24 16:56:39.402	debug	(21122) GastBad nothing to do to for alias.0.Thermostate.GastBad.SollTemp , target 12 is already set 12
                                        heatingcontrol.0	2021-01-24 16:56:39.398	debug	(21122) SetRoomTemperature started for GastBad target 12
                                        heatingcontrol.0	2021-01-24 16:56:39.398	debug	(21122) got {"val":12,"ack":false,"ts":1577735450780,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":1577735450780}
                                        heatingcontrol.0	2021-01-24 16:56:39.396	debug	(21122) checking min temp with Rooms.GastBad.MinimumTemperature
                                        heatingcontrol.0	2021-01-24 16:56:39.396	debug	(21122) GastBad auto mode (incl. reduced): target 12
                                        heatingcontrol.0	2021-01-24 16:56:39.396	debug	(21122) VacationAbsentDecrease got {"val":0,"ack":true,"ts":1610909093581,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1610909093577}
                                        heatingcontrol.0	2021-01-24 16:56:39.394	debug	(21122) checking reduced temp with Profiles.1.GastBad.absolute.VacationAbsentDecrease
                                        heatingcontrol.0	2021-01-24 16:56:39.394	debug	(21122) profile 1
                                        heatingcontrol.0	2021-01-24 16:56:39.392	debug	(21122) get current profile
                                        heatingcontrol.0	2021-01-24 16:56:39.392	debug	(21122) GastBad auto mode: target 12
                                        heatingcontrol.0	2021-01-24 16:56:39.391	debug	(21122) CalculateRoomTemperature for GastBad auto
                                        heatingcontrol.0	2021-01-24 16:56:39.391	debug	(21122) GastBad found profile point at Period 3 12:00 with 12
                                        heatingcontrol.0	2021-01-24 16:56:39.383	info	(21122) start calculate current profile point for profile type 1 (Mo - Su)
                                        heatingcontrol.0	2021-01-24 16:56:39.383	info	(21122) 4 cron job(s) created
                                        heatingcontrol.0	2021-01-24 16:56:39.383	debug	(21122) cron status = true next event: 25 Jan 2021 08:00:00
                                        heatingcontrol.0	2021-01-24 16:56:39.380	debug	(21122) cron status = true next event: 25 Jan 2021 12:00:00
                                        heatingcontrol.0	2021-01-24 16:56:39.378	debug	(21122) cron status = true next event: 25 Jan 2021 06:00:00
                                        heatingcontrol.0	2021-01-24 16:56:39.377	debug	(21122) cron status = true next event: 25 Jan 2021 05:00:00
                                        heatingcontrol.0	2021-01-24 16:56:39.375	debug	(21122) CreateCronJobs done
                                        heatingcontrol.0	2021-01-24 16:56:39.369	debug	(21122) create cron job #3 at 8:0 string: 0 0 8 * * * Europe/Berlin
                                        heatingcontrol.0	2021-01-24 16:56:39.365	debug	(21122) create cron job #2 at 12:0 string: 0 0 12 * * * Europe/Berlin
                                        heatingcontrol.0	2021-01-24 16:56:39.361	debug	(21122) create cron job #1 at 6:0 string: 0 0 6 * * * Europe/Berlin
                                        heatingcontrol.0	2021-01-24 16:56:39.358	debug	(21122) create cron job #0 at 5:0 string: 0 0 5 * * * Europe/Berlin
                                        heatingcontrol.0	2021-01-24 16:56:39.357	debug	(21122) cron jobs created [{"hour":5,"minute":0,"day":0,"Values2Set":[{"room":"BadOG1","target":21,"currentTimePeriod":1,"ActiveTimeSlot":1,"CurrentTimePeriodTime":"05:00","CurrentTimePeriodFull":"Per
                                        heatingcontrol.0	2021-01-24 16:56:39.307	info	(21122) start create cron jobs for profile type 1 (Mo - Su)
                                        heatingcontrol.0	2021-01-24 16:56:39.307	debug	(21122) cron job stopped
                                        heatingcontrol.0	2021-01-24 16:56:39.307	debug	(21122) cron job stopped
                                        heatingcontrol.0	2021-01-24 16:56:39.306	debug	(21122) cron job stopped
                                        heatingcontrol.0	2021-01-24 16:56:39.306	debug	(21122) cron job stopped
                                        heatingcontrol.0	2021-01-24 16:56:39.306	debug	(21122) delete 4 cron jobs
                                        heatingcontrol.0	2021-01-24 16:56:39.305	debug	(21122) start CreateCronJobs
                                        heatingcontrol.0	2021-01-24 16:56:39.305	debug	(21122) profile 1
                                        heatingcontrol.0	2021-01-24 16:56:39.303	debug	(21122) get current profile
                                        heatingcontrol.0	2021-01-24 16:56:39.303	debug	(21122) Change Status HolidayPresent in GastBad to true
                                        heatingcontrol.0	2021-01-24 16:56:39.301	debug	(21122) GastBad ### ChangeStatus HolidayPresent to true in auto
                                        heatingcontrol.0	2021-01-24 16:56:39.281	debug	(21122) UpdateDPs for Gast auto
                                        heatingcontrol.0	2021-01-24 16:56:39.280	debug	(21122) HandleActors for Gast auto
                                        heatingcontrol.0	2021-01-24 16:56:39.280	debug	(21122) Gast nothing to do to for alias.0.Thermostate.Gast.SollTemp , target 12 is already set 12
                                        heatingcontrol.0	2021-01-24 16:56:39.276	debug	(21122) SetRoomTemperature started for Gast target 12
                                        heatingcontrol.0	2021-01-24 16:56:39.275	debug	(21122) got {"val":12,"ack":false,"ts":1577735442051,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":1577735442051}
                                        heatingcontrol.0	2021-01-24 16:56:39.272	debug	(21122) checking min temp with Rooms.Gast.MinimumTemperature
                                        heatingcontrol.0	2021-01-24 16:56:39.272	debug	(21122) Gast auto mode (incl. reduced): target 12
                                        heatingcontrol.0	2021-01-24 16:56:39.272	debug	(21122) VacationAbsentDecrease got {"val":0,"ack":true,"ts":1610909024260,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1610909024256}
                                        heatingcontrol.0	2021-01-24 16:56:39.270	debug	(21122) checking reduced temp with Profiles.1.Gast.absolute.VacationAbsentDecrease
                                        heatingcontrol.0	2021-01-24 16:56:39.269	debug	(21122) profile 1
                                        heatingcontrol.0	2021-01-24 16:56:39.268	debug	(21122) get current profile
                                        heatingcontrol.0	2021-01-24 16:56:39.268	debug	(21122) Gast auto mode: target 12
                                        heatingcontrol.0	2021-01-24 16:56:39.267	debug	(21122) CalculateRoomTemperature for Gast auto
                                        heatingcontrol.0	2021-01-24 16:56:39.266	debug	(21122) Gast found profile point at Period 3 12:00 with 12
                                        heatingcontrol.0	2021-01-24 16:56:39.259	info	(21122) start calculate current profile point for profile type 1 (Mo - Su)
                                        heatingcontrol.0	2021-01-24 16:56:39.259	info	(21122) 4 cron job(s) created
                                        heatingcontrol.0	2021-01-24 16:56:39.258	debug	(21122) cron status = true next event: 25 Jan 2021 08:00:00
                                        heatingcontrol.0	2021-01-24 16:56:39.257	debug	(21122) cron status = true next event: 25 Jan 2021 12:00:00
                                        heatingcontrol.0	2021-01-24 16:56:39.255	debug	(21122) cron status = true next event: 25 Jan 2021 06:00:00
                                        heatingcontrol.0	2021-01-24 16:56:39.253	debug	(21122) cron status = true next event: 25 Jan 2021 05:00:00
                                        heatingcontrol.0	2021-01-24 16:56:39.252	debug	(21122) CreateCronJobs done
                                        heatingcontrol.0	2021-01-24 16:56:39.248	debug	(21122) create cron job #3 at 8:0 string: 0 0 8 * * * Europe/Berlin
                                        heatingcontrol.0	2021-01-24 16:56:39.243	debug	(21122) create cron job #2 at 12:0 string: 0 0 12 * * * Europe/Berlin
                                        heatingcontrol.0	2021-01-24 16:56:39.240	debug	(21122) create cron job #1 at 6:0 string: 0 0 6 * * * Europe/Berlin
                                        heatingcontrol.0	2021-01-24 16:56:39.236	debug	(21122) create cron job #0 at 5:0 string: 0 0 5 * * * Europe/Berlin
                                        heatingcontrol.0	2021-01-24 16:56:39.235	debug	(21122) cron jobs created [{"hour":5,"minute":0,"day":0,"Values2Set":[{"room":"BadOG1","target":21,"currentTimePeriod":1,"ActiveTimeSlot":1,"CurrentTimePeriodTime":"05:00","CurrentTimePeriodFull":"Per
                                        heatingcontrol.0	2021-01-24 16:56:39.209	info	(21122) start create cron jobs for profile type 1 (Mo - Su)
                                        heatingcontrol.0	2021-01-24 16:56:39.209	debug	(21122) cron job stopped
                                        heatingcontrol.0	2021-01-24 16:56:39.209	debug	(21122) cron job stopped
                                        heatingcontrol.0	2021-01-24 16:56:39.208	debug	(21122) cron job stopped
                                        heatingcontrol.0	2021-01-24 16:56:39.208	debug	(21122) cron job stopped
                                        heatingcontrol.0	2021-01-24 16:56:39.208	debug	(21122) delete 4 cron jobs
                                        heatingcontrol.0	2021-01-24 16:56:39.208	debug	(21122) start CreateCronJobs
                                        heatingcontrol.0	2021-01-24 16:56:39.207	debug	(21122) profile 1
                                        heatingcontrol.0	2021-01-24 16:56:39.205	debug	(21122) get current profile
                                        heatingcontrol.0	2021-01-24 16:56:39.205	debug	(21122) Change Status HolidayPresent in Gast to true
                                        heatingcontrol.0	2021-01-24 16:56:39.204	debug	(21122) Gast ### ChangeStatus HolidayPresent to true in auto
                                        heatingcontrol.0	2021-01-24 16:56:39.185	debug	(21122) UpdateDPs for SchlafZiOG1 auto
                                        heatingcontrol.0	2021-01-24 16:56:39.184	debug	(21122) HandleActors for SchlafZiOG1 auto
                                        heatingcontrol.0	2021-01-24 16:56:39.184	debug	(21122) SchlafZiOG1 nothing to do to for alias.0.Thermostate.SchlafenOG1.SollTempManu , target 18 is already set 18
                                        heatingcontrol.0	2021-01-24 16:56:39.180	debug	(21122) SetRoomTemperature started for SchlafZiOG1 target 18
                                        heatingcontrol.0	2021-01-24 16:56:39.180	debug	(21122) got {"val":12,"ack":true,"ts":1605003788361,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1605003788358}
                                        heatingcontrol.0	2021-01-24 16:56:39.179	debug	(21122) checking min temp with Rooms.SchlafZiOG1.MinimumTemperature
                                        heatingcontrol.0	2021-01-24 16:56:39.178	debug	(21122) SchlafZiOG1 auto mode (incl. reduced): target 18
                                        heatingcontrol.0	2021-01-24 16:56:39.178	debug	(21122) VacationAbsentDecrease got {"val":0,"ack":true,"ts":1610908775097,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1610908775086}
                                        heatingcontrol.0	2021-01-24 16:56:39.176	debug	(21122) checking reduced temp with Profiles.1.SchlafZiOG1.absolute.VacationAbsentDecrease
                                        heatingcontrol.0	2021-01-24 16:56:39.175	debug	(21122) profile 1
                                        heatingcontrol.0	2021-01-24 16:56:39.174	debug	(21122) get current profile
                                        heatingcontrol.0	2021-01-24 16:56:39.174	debug	(21122) SchlafZiOG1 auto mode: target 18
                                        heatingcontrol.0	2021-01-24 16:56:39.174	debug	(21122) CalculateRoomTemperature for SchlafZiOG1 auto
                                        heatingcontrol.0	2021-01-24 16:56:39.173	debug	(21122) SchlafZiOG1 found profile point at Period 3 12:00 with 18
                                        heatingcontrol.0	2021-01-24 16:56:39.166	info	(21122) start calculate current profile point for profile type 1 (Mo - Su)
                                        heatingcontrol.0	2021-01-24 16:56:39.166	info	(21122) 4 cron job(s) created
                                        heatingcontrol.0	2021-01-24 16:56:39.166	debug	(21122) cron status = true next event: 25 Jan 2021 08:00:00
                                        heatingcontrol.0	2021-01-24 16:56:39.164	debug	(21122) cron status = true next event: 25 Jan 2021 12:00:00
                                        heatingcontrol.0	2021-01-24 16:56:39.163	debug	(21122) cron status = true next event: 25 Jan 2021 06:00:00
                                        heatingcontrol.0	2021-01-24 16:56:39.162	debug	(21122) cron status = true next event: 25 Jan 2021 05:00:00
                                        heatingcontrol.0	2021-01-24 16:56:39.160	debug	(21122) CreateCronJobs done
                                        heatingcontrol.0	2021-01-24 16:56:39.157	debug	(21122) create cron job #3 at 8:0 string: 0 0 8 * * * Europe/Berlin
                                        heatingcontrol.0	2021-01-24 16:56:39.153	debug	(21122) create cron job #2 at 12:0 string: 0 0 12 * * * Europe/Berlin
                                        heatingcontrol.0	2021-01-24 16:56:39.148	debug	(21122) create cron job #1 at 6:0 string: 0 0 6 * * * Europe/Berlin
                                        heatingcontrol.0	2021-01-24 16:56:39.145	debug	(21122) create cron job #0 at 5:0 string: 0 0 5 * * * Europe/Berlin
                                        heatingcontrol.0	2021-01-24 16:56:39.144	debug	(21122) cron jobs created [{"hour":5,"minute":0,"day":0,"Values2Set":[{"room":"BadOG1","target":21,"currentTimePeriod":1,"ActiveTimeSlot":1,"CurrentTimePeriodTime":"05:00","CurrentTimePeriodFull":"Per
                                        heatingcontrol.0	2021-01-24 16:56:39.102	info	(21122) start create cron jobs for profile type 1 (Mo - Su)
                                        heatingcontrol.0	2021-01-24 16:56:39.102	debug	(21122) cron job stopped
                                        heatingcontrol.0	2021-01-24 16:56:39.102	debug	(21122) cron job stopped
                                        heatingcontrol.0	2021-01-24 16:56:39.102	debug	(21122) cron job stopped
                                        heatingcontrol.0	2021-01-24 16:56:39.101	debug	(21122) cron job stopped
                                        heatingcontrol.0	2021-01-24 16:56:39.101	debug	(21122) delete 4 cron jobs
                                        heatingcontrol.0	2021-01-24 16:56:39.101	debug	(21122) start CreateCronJobs
                                        heatingcontrol.0	2021-01-24 16:56:39.100	debug	(21122) profile 1
                                        heatingcontrol.0	2021-01-24 16:56:39.095	debug	(21122) get current profile
                                        heatingcontrol.0	2021-01-24 16:56:39.095	debug	(21122) Change Status HolidayPresent in SchlafZiOG1 to true
                                        heatingcontrol.0	2021-01-24 16:56:39.094	debug	(21122) SchlafZiOG1 ### ChangeStatus HolidayPresent to true in auto
                                        heatingcontrol.0	2021-01-24 16:56:39.063	debug	(21122) UpdateDPs for BadOG1 auto
                                        heatingcontrol.0	2021-01-24 16:56:39.063	debug	(21122) HandleActors for BadOG1 auto
                                        heatingcontrol.0	2021-01-24 16:56:39.062	debug	(21122) BadOG1 nothing to do to for alias.0.Thermostate.BadOG1.SollTempManu , target 22 is already set 22
                                        heatingcontrol.0	2021-01-24 16:56:39.058	debug	(21122) SetRoomTemperature started for BadOG1 target 22
                                        heatingcontrol.0	2021-01-24 16:56:39.057	debug	(21122) got {"val":0,"ack":true,"ts":1588518480064,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1588518480064}
                                        heatingcontrol.0	2021-01-24 16:56:39.055	debug	(21122) checking min temp with Rooms.BadOG1.MinimumTemperature
                                        heatingcontrol.0	2021-01-24 16:56:39.055	debug	(21122) BadOG1 auto mode (incl. reduced): target 22
                                        heatingcontrol.0	2021-01-24 16:56:39.054	debug	(21122) VacationAbsentDecrease got {"val":0,"ack":true,"ts":1610905273698,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1610905273694}
                                        heatingcontrol.0	2021-01-24 16:56:39.051	debug	(21122) checking reduced temp with Profiles.1.BadOG1.absolute.VacationAbsentDecrease
                                        heatingcontrol.0	2021-01-24 16:56:39.051	debug	(21122) profile 1
                                        heatingcontrol.0	2021-01-24 16:56:39.049	debug	(21122) get current profile
                                        heatingcontrol.0	2021-01-24 16:56:39.049	debug	(21122) BadOG1 auto mode: target 22
                                        heatingcontrol.0	2021-01-24 16:56:39.048	debug	(21122) CalculateRoomTemperature for BadOG1 auto
                                        heatingcontrol.0	2021-01-24 16:56:39.048	debug	(21122) BadOG1 found profile point at Period 3 12:00 with 22
                                        heatingcontrol.0	2021-01-24 16:56:39.041	info	(21122) start calculate current profile point for profile type 1 (Mo - Su)
                                        heatingcontrol.0	2021-01-24 16:56:39.041	info	(21122) 4 cron job(s) created
                                        heatingcontrol.0	2021-01-24 16:56:39.041	debug	(21122) cron status = true next event: 25 Jan 2021 08:00:00
                                        heatingcontrol.0	2021-01-24 16:56:39.039	debug	(21122) cron status = true next event: 25 Jan 2021 12:00:00
                                        heatingcontrol.0	2021-01-24 16:56:39.037	debug	(21122) cron status = true next event: 25 Jan 2021 06:00:00
                                        heatingcontrol.0	2021-01-24 16:56:39.036	debug	(21122) cron status = true next event: 25 Jan 2021 05:00:00
                                        heatingcontrol.0	2021-01-24 16:56:39.035	debug	(21122) CreateCronJobs done
                                        heatingcontrol.0	2021-01-24 16:56:39.031	debug	(21122) create cron job #3 at 8:0 string: 0 0 8 * * * Europe/Berlin
                                        heatingcontrol.0	2021-01-24 16:56:39.027	debug	(21122) create cron job #2 at 12:0 string: 0 0 12 * * * Europe/Berlin
                                        heatingcontrol.0	2021-01-24 16:56:39.024	debug	(21122) create cron job #1 at 6:0 string: 0 0 6 * * * Europe/Berlin
                                        heatingcontrol.0	2021-01-24 16:56:39.020	debug	(21122) create cron job #0 at 5:0 string: 0 0 5 * * * Europe/Berlin
                                        heatingcontrol.0	2021-01-24 16:56:39.019	debug	(21122) cron jobs created [{"hour":5,"minute":0,"day":0,"Values2Set":[{"room":"BadOG1","target":21,"currentTimePeriod":1,"ActiveTimeSlot":1,"CurrentTimePeriodTime":"05:00","CurrentTimePeriodFull":"Per
                                        heatingcontrol.0	2021-01-24 16:56:38.963	debug	(21122) ChangeStatus called, while already changing, push to list all HolidayPresent true (1)
                                        heatingcontrol.0	2021-01-24 16:56:38.962	debug	(21122) ### handle state change heatingcontrol.0.HolidayPresent {"val":true,"ack":false,"ts":1611503798959,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1611503798943}
                                        heatingcontrol.0	2021-01-24 16:56:38.951	info	(21122) start create cron jobs for profile type 1 (Mo - Su)
                                        heatingcontrol.0	2021-01-24 16:56:38.950	debug	(21122) cron job stopped
                                        heatingcontrol.0	2021-01-24 16:56:38.950	debug	(21122) cron job stopped
                                        heatingcontrol.0	2021-01-24 16:56:38.949	debug	(21122) cron job stopped
                                        heatingcontrol.0	2021-01-24 16:56:38.949	debug	(21122) cron job stopped
                                        heatingcontrol.0	2021-01-24 16:56:38.949	debug	(21122) delete 4 cron jobs
                                        heatingcontrol.0	2021-01-24 16:56:38.948	debug	(21122) start CreateCronJobs
                                        heatingcontrol.0	2021-01-24 16:56:38.948	debug	(21122) profile 1
                                        heatingcontrol.0	2021-01-24 16:56:38.946	debug	(21122) get current profile
                                        heatingcontrol.0	2021-01-24 16:56:38.946	debug	(21122) Change Status HolidayPresent in BadOG1 to true
                                        heatingcontrol.0	2021-01-24 16:56:38.946	debug	(21122) BadOG1 ### ChangeStatus HolidayPresent to true in auto
                                        heatingcontrol.0	2021-01-24 16:56:38.945	debug	(21122) ### handle state change heatingcontrol.0.HolidayPresent {"val":true,"ack":false,"ts":1611503798943,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1611503798943}
                                        heatingcontrol.0	2021-01-24 16:56:38.939	debug	(21122) ### handle state change 0_userdata.0.Variablen.HeizOG2 {"val":true,"ack":false,"ts":1611503798938,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":1611503798938}
                                        
                                        

                                        Edit:
                                        Sehe gerade im Log, daß ich den Datenpunkt VacationAbsent ändere, jedoch der DP HolidayPresent neu gesetzt wird

                                        Rene_HM 1 Reply Last reply Reply Quote 0
                                        • F
                                          FI_84 @Rene_HM last edited by

                                          @rene_hm

                                          Sieht bis jetzt sehr gut aus

                                          1 Reply Last reply Reply Quote 0
                                          • F
                                            FI_84 last edited by

                                            @Pittini

                                            Ich hab ein Ess-/Wohnzimmer mit zwei Heizkörpern. Die Thermostate laufen in der CCU als Gruppe. Diese Gruppe lass ich über den Adapter steuern.

                                            In der Raumvorlage lass ich mir allerdings Beide einzeln anzeigen. Das Layout ist dadurch ein wenig verschoben. Ich hab keine Ahnung wie ich es anpassen kann. Vielleicht wäre es auch ne Option ne weitere Vorlage für so einen Fall zu machen.

                                            21b3e362-1cd9-4e77-94ad-ea486d765bdb-image.png

                                            B P 2 Replies Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            701
                                            Online

                                            31.6k
                                            Users

                                            79.4k
                                            Topics

                                            1.3m
                                            Posts

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