Navigation

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

    NEWS

    • Monatsrückblick - April 2025

    • Minor js-controller 7.0.7 Update in latest repo

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

    Test Adapter HeatingControl v2.12.x

    This topic has been deleted. Only users with topic management privileges can see it.
    • Michael Sauer
      Michael Sauer @iobroker_Alex last edited by Michael Sauer

      @iobroker_Alex said in Adapter: HeatingControl:

      @Rene_HM hab hier auch noch ein kleines Problem: Möchte im Sommer nicht, dass die Thermostate fahren. Habe gesehen, dass du einen Datenpunkt (HeatingPeriodActive) dafür hast. Diesen habe ich auf "false" gesetzt. Leider fahren die Thermostate trotzdem. Anbei die Warnung aus dem Log. Was kann ich tun?

      heatingcontrol.0	2019-09-08 22:02:30.372	warn	device not found heatingcontrol.0.HeatingPeriodActive
      heatingcontrol.0	2019-09-08 22:02:30.371	warn	handle actors heatingcontrol.0.HeatingPeriodActive{"val":false,"ack":true,"ts":1567972950371,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1567439781028}
      

      Habe diesen Fehler wenn ich die Einstellung bei aktiven Adapter ändere. Wenn ich Ihn neu starte kommt keine Fehlermeldung.

      Nach Aktivierung der "HeatingPeriodActive" wird die falsche Periode genommen. Bei mir springt er am Montag immer wieder auf die Sa/So Einstellung. Fehlermeldung gibt es hier keine.

      I Michael Sauer 2 Replies Last reply Reply Quote 0
      • I
        iobroker_Alex @Michael Sauer last edited by

        @Michael-Sauer Du hast recht, das Problem tritt auf, wenn man Änderungen an den Objekten macht, wenn der Adapter läuft. Das ganze betrifft nicht nur den Bereich "HeatingPeriodActive". Ein paar Beispiele:

        heatingcontrol.0	2019-09-09 16:54:25.527	warn	device not found heatingcontrol.0.Profiles.0.OG Bad.VacationAbsentDecrease
        heatingcontrol.0	2019-09-09 16:54:19.234	warn	device not found heatingcontrol.0.Profiles.0.OG Bügelzimmer.VacationAbsentDecrease
        heatingcontrol.0	2019-09-09 16:54:13.289	warn	device not found heatingcontrol.0.Profiles.0.OG Küche.VacationAbsentDecrease
        heatingcontrol.0	2019-09-09 16:54:08.873	warn	device not found heatingcontrol.0.Profiles.0.OG Schlafzimmer.VacationAbsentDecrease
        heatingcontrol.0	2019-09-09 16:54:06.034	warn	device not found heatingcontrol.0.Profiles.0.OG Wohnzimmer.VacationAbsentDecrease
        heatingcontrol.0	2019-09-09 16:54:01.995	warn	device not found heatingcontrol.0.Profiles.0.OG Wohnzimmer.WindowOpenDecrease
        heatingcontrol.0	2019-09-09 16:53:56.705	warn	device not found heatingcontrol.0.Profiles.0.OG Schlafzimmer.WindowOpenDecrease
        heatingcontrol.0	2019-09-09 16:53:51.017	warn	device not found heatingcontrol.0.Profiles.0.OG Küche.WindowOpenDecrease
        heatingcontrol.0	2019-09-09 16:53:39.280	warn	device not found heatingcontrol.0.Profiles.0.OG Bügelzimmer.WindowOpenDecrease
        heatingcontrol.0	2019-09-09 16:53:19.133	warn	device not found heatingcontrol.0.GuestsPresent
        heatingcontrol.0	2019-09-09 16:53:18.898	warn	device not found heatingcontrol.0.HeatingPeriodActive
        heatingcontrol.0	2019-09-09 16:53:18.076	warn	device not found heatingcontrol.0.HolidayPresent
        heatingcontrol.0	2019-09-09 16:53:17.280	warn	device not found heatingcontrol.0.PartyNow
        heatingcontrol.0	2019-09-09 16:53:14.621	warn	device not found heatingcontrol.0.Present
        heatingcontrol.0	2019-09-09 16:53:13.565	warn	device not found heatingcontrol.0.PublicHolidyToday
        heatingcontrol.0	2019-09-09 16:53:12.466	warn	device not found heatingcontrol.0.VacationAbsent
        heatingcontrol.0	2019-09-09 16:53:11.157	warn	device not found heatingcontrol.0.GuestsPresent
        heatingcontrol.0	2019-09-09 16:53:07.980	warn	device not found heatingcontrol.0.HolidayPresent
        heatingcontrol.0	2019-09-09 16:53:06.730	warn	device not found heatingcontrol.0.HeatingPeriodActive
        
        1 Reply Last reply Reply Quote 0
        • Rene_HM
          Rene_HM Developer @Michael Sauer last edited by

          @Michael-Sauer

          HeatingPeriodActive

          Genau dafür ist der Wert da: wenn HeatingPeriodActive == false dann soll kein Wert auf dem Thermostat verändert werden. Wenn ich weiter überlege, wäre vielleicht ein konkreter Wert sinnvoller. Derzeit ist es so implementiert, dass das Handling einfach deaktiviert wird. Das Thermostat bleibt also auf dem letzten Wert stehen. Im debug log sollte stehen "nothing to do: no heating period"...

          @Michael-Sauer

          wäre es nicht Sinnvoller, statt bei offenen Fenster oder Abwesenheit die Temperatur zu senken, einen festen Wert zu nehmen?

          Ist sicher auch eine Möglichkeit. Hier habe ich mich am schon öfter genannten Heizungsscript orientiert...

          @Michael-Sauer

          Nach Aktivierung der "HeatingPeriodActive" wird die falsche Periode genommen. Bei mir springt er am Montag immer wieder auf die Sa/So Einstellung.

          Das muss ich mir anschauen. Ich mache mir dazu ein Ticket im github (siehe https://github.com/rg-engineering/ioBroker.heatingcontrol/issues/13)

          @iobroker_Alex , @Michael-Sauer

          Warnungen

          Die Warnungen können ignoriert werden. Ich habe mir hier ebenfalls ein Ticket gemacht (siehe https://github.com/rg-engineering/ioBroker.heatingcontrol/issues/12) Ich muss nur mal schauen, ob die Änderung der Werte direkt übernommen werden (d.h. dass z.Bsp. sofort neue Zieltemperaturen geschrieben werden). Ansonsten werden die Werte auf jeden Fall beim nächsten "planmässigen" Check übernommen.

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

          closed Nach Aktivierung der "HeatingPeriodActive" wird die falsche Periode genommen. Bei mir springt er am Montag immer wieder auf die Sa/So Einstellung #13

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

          closed unnecessary warning "device not found" when paramters changed #12

          I 1 Reply Last reply Reply Quote 0
          • Michael Sauer
            Michael Sauer @Michael Sauer last edited by

            Nach Aktivierung der "HeatingPeriodActive" wird die falsche Periode genommen. Bei mir springt er am Montag immer wieder auf die Sa/So Einstellung. Fehlermeldung gibt es hier keine.

            Habe den Fehler gefunden. Es liegt nicht daran das er den falschen Tag nimmt sondern daran das er nicht durch die Perioden schaltet wenn die letzte Zeit kleiner ist als die vorherigen.

            heating.PNG

            Wenn jetzt Periods[4] kleiner ist z.B. 3 Uhr dann bleibt er da hängen.

            P 1 Reply Last reply Reply Quote 0
            • I
              iobroker_Alex @Rene_HM last edited by

              @Rene_HM
              Danke für die Infos.

              Wäre auch dafür, dass eine fest vorgegebene Temperatur im Falle HeatingPeriodActive == false gezogen wird.

              Anbei der Auszug aus dem "Heizungsskript":

              Heizperiode
              Wenn die Heizperiode aktiviert ist (true), dann werden die Heizprogramme ausgeführt. Wenn die Heizperiode nicht aktiviert ist (false), dann werden die Ventile der Thermostate entweder geöffnet (30 Grad) oder geschlossen (6 Grad). Die Einstellung, ob geöffnet oder geschlossen werden soll kann im Programm 
               vorgenommen werden.
              

              Würde hier einfach mit einem Wert arbeiten, den man im Adapter oder in den Objekten definieren kann, der dann gezogen wird.

              Das selbe fände ich auch richtig für die Fensterkontakte wie es @Michael-Sauer schon sagte... Im Heizungsskript wurde immer folgende Einstellung gezogen:

              Verschlussabsenkungsgrenze
              Die Verschlussabsenkungsgrenze wird im Programmablauf genutzt, um Temperaturabsenkungen des Thermostates zu setzen. Beispielsweise ist die 
               Standardeinstellung bei Homematic für „Fenster Offen“ 12 Grad. Erkennt also ein mit einem Fenstersensor direktverknüpftes Thermostat, dass der Sensor ein
              „Fenster-Offen“ meldet, dann wird das Thermostat sofort auf 12 Grad Solltemperatur gestellt. Darüber hinaus wird der hier eingestellt Wert auch genutzt um die Temperaturabsenkung für nicht direkt verknüpfte Geräte durchzuführen. Wenn also ein Sensor aus der Sensorliste (siehe weiter unten) „Fenster-Offen“ meldet, dann wird die Solltemperatur des Thermostates durch das Programm auf die Temperaturabsenkungsgrenze gestellt Standardeinstellung ist „12“.
              

              Vorteil der Lösung: Egal wie stark man die einzelnen Absenkungen einstellt, maximal wird bis zur "Verschlussabsenkungsgrenze" abgesenkt.
              Mit der aktuellen Vorgehensweise in deinem Adapter hat man ansonsten ggf. Werte die das Thermostat nicht verarbeiten kann, da z.B. Absenkung für Urlaub und Fenster auf additiv wirken. Ich glaube diese Untergrenze müsste sich einfach intergieren lassen.

              Vielen Dank!

              1 Reply Last reply Reply Quote 0
              • I
                iobroker_Alex last edited by

                Hallo nochmal,

                ich habe noch ein paar Fragen und Anregungen:

                1. Wo wird der Datenpunkt zu den Feiertagen abgebildet?
                  Ist es einer von diesen:
                  heatingcontrol.0.PublicHolidyToday
                  heatingcontrol.0.HolidayPresent
                  heatingcontrol.0.Present

                Ich vermute es ist der PublicHoliday?! Wenn ja funktioniert es bei mir nicht. Mein Datenpunkt ist true und der PublicHoliday Datenpunkt ist false.

                Wozu sind die anderen beiden Datenpunkte?

                1. Sehe ich es richtig, dass sich die Soll-Temperatur-Datenpunkte "bis" zu der angegeben Zeit beziehen? In meinem Beispiel habe ich nur 3 Perioden: 0 = 5 Uhr ; 1 = 8 Uhr und 2 = 12 Uhr. Es ist jetzt 16:23 Uhr und er zeigt mir im Datenpunkt CurrentTimePeriod an, dass Period 2 =12 Uhr zieht. Müsste hier nicht Period 0 des nächsten Tages ziehen oder wie ist die Logik?

                2. Wäre es möglich zwei Datenpunkte je Raum anzulegen in der man eine manuelle Temperatur für eine definierte Zeit einstellen kann?

                3. Wäre es möglich einen Datenpunkt je Raum anzulegen, der die Darstellung des aktuellen Parameters der die Temperatur beeinflusst z.B. Urlaub / Gäste / Fenster auf etc. anzeigt? So könnte man sehen warum er in dem Raum nicht die zeitliche "Soll-Temperatur" nimmt, sondern z.B. eine Absenkung vorgenommen hat...

                Anbei mal eine mögliche Visualisierung in VIS.
                Der Code kann einfach übernommen werden, wenn Ihr mit Suchen und Ersetzen den Raumnamen durch euren (oder eure = mehrfacher Import) ersetzt. (meiner ist "Bügelzimmer")

                Basis ist erstmal 1 Profil mit 3 Perioden und dem Modi: Mo-Fr + Sa-So inkl. FT.

                Rest kann dazu gebaut werden. Wird dem ein oder anderen sicher helfen. Ich habe es selbst nur aus dem looxer-Threat abgeändert...

                VIS Bügelzimmer Heatingcontrol v0.1

                Screenshot_2019-09-10 vis.png

                Rene_HM B 2 Replies Last reply Reply Quote 1
                • G
                  guergen last edited by guergen

                  Hallo in die Runde...

                  Ich habe grade mal Alex´s Vis eingelesen, da gibt es bei den einzustellenden Temperaturen den Datenpunkt "javascript.0.Heizung.Heizplan.Bügelzimmer.AktivesRaumProfil".
                  Ein derartiger Punkt wurde bei mir gar nicht angelegt...
                  d83bd738-5497-4b7f-a752-79c94ce8c3a0-grafik.png

                  Vergesst es... Augen auf im Straßenverkehr....
                  Ist ja ein script-Datenpunkt, muss wohl selbst konfiguriert werden...

                  Besser gesagt: kann mir jemand das dafür benötigte Script zur Verfügung stellen?

                  I 1 Reply Last reply Reply Quote 0
                  • I
                    iobroker_Alex @guergen last edited by

                    @guergen das Original vis ist vom Heizungsskript von looxer aus dem Forum. Dort habe ich alles, was jetzt schon über den Adapter heatingcontrol realisierbar ist übertragen. Es fehlen meiner Meinung noch ein paar Dinge, die im Adapter hoffentlich irgendwann oder zeitnah implementiert werden. Diese datenpunkte sind deshalb noch aus dem alten Skript und werden hier weder benötigt noch genutzt. Grob gesagt sind das die Punkte die ich in dem post über dir angesprochen habe. Ich habe es aber noch nicht gelöscht, da ich hoffe, dass dies eingebaut wird...

                    G 1 Reply Last reply Reply Quote 0
                    • G
                      guergen @iobroker_Alex last edited by

                      @iobroker_Alex
                      OK, Danke Dir!
                      Bin grade dabei es mit mehreren Unterseiten zu erstellen, je nachdem welches Profil oben angegeben ist; mal sehen ob ich das so hinbekomme...

                      1 Reply Last reply Reply Quote 0
                      • I
                        iobroker_Alex last edited by

                        gerne! Danke für die Überarbeitung des VIS. Bin überhaupt nicht der VIS-Typ, aber da es hier "nur" anpassen war, hab ich das mal schnell gemacht... 😉
                        Kannst deine Version ja dann mal hier hochladen. Wenn wir alle etwas mitarbeiten muss @Rene_HM nicht alles alleine machen 😉

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

                          @iobroker_Alex sagte in Adapter: HeatingControl:

                          Hallo nochmal,

                          ich habe noch ein paar Fragen und Anregungen:

                          1. Wo wird der Datenpunkt zu den Feiertagen abgebildet?
                            Ist es einer von diesen:
                            heatingcontrol.0.PublicHolidyToday
                            heatingcontrol.0.HolidayPresent
                            heatingcontrol.0.Present

                          heatingcontrol.0.PublicHolidyToday sagt, dass heute Feiertag ist. Der Wert kann von einem externen Adapter oder script autoamtisch belegt werden, wenn im admin der Pfad entweder zum Feiertags-Adapter oder zu einem anderen beliebigen Datenpunkt konfiguriert wird.

                          heatingcontrol.0.HolidayPresent und heatingcontrol.0.Present sagen, dass keine Absenkung wegen Abwesenheit erfolgen sollen.

                          Ich vermute es ist der PublicHoliday?! Wenn ja funktioniert es bei mir nicht. Mein Datenpunkt ist true und der PublicHoliday Datenpunkt ist false.

                          Ich gehe davon aus, dass du deinen Datenpunkt im admin entsprechen konfigurier hast. Wenn du dann den Adapter im debug-Modus betreibst, solltest du ein log bekommen, dass genau dieser Datenpunkt "subscribed" ist. Wenn du dann den Datenpunkt toggelst, solltest du ebenfalls ein entsprechendes log bekommen. Ich schau mir das auch noch mal an... -> Der Wert wird in der aktuellen Version nicht übernommen...
                          hier noch das issue im github
                          https://github.com/rg-engineering/ioBroker.heatingcontrol/issues/18

                          Wozu sind die anderen beiden Datenpunkte?

                          1. Sehe ich es richtig, dass sich die Soll-Temperatur-Datenpunkte "bis" zu der angegeben Zeit beziehen? In meinem Beispiel habe ich nur 3 Perioden: 0 = 5 Uhr ; 1 = 8 Uhr und 2 = 12 Uhr. Es ist jetzt 16:23 Uhr und er zeigt mir im Datenpunkt CurrentTimePeriod an, dass Period 2 =12 Uhr zieht. Müsste hier nicht Period 0 des nächsten Tages ziehen oder wie ist die Logik?

                          ja, dafür gibt es schon ein issue im github. Die Idee ist, dass man einen Zeitpunkt eingibt, ab dem die neue Temperatur gilt. Damit muss die Beschreibung nicht "bis" heißen sondern "ab". Das ändere ich noch...

                          1. Wäre es möglich zwei Datenpunkte je Raum anzulegen in der man eine manuelle Temperatur für eine definierte Zeit einstellen kann?

                          Ich wollte einen Datenpunkt einbauen, mit dem man einen manuelle Solltemperatur setzen kann. Das wäre dann bis zur nächsten "period" gültig. Einen Zeitraum anzugeben, wie lange die manuelle Temperatur gültig sein soll, ist schwieriger umzusetzen, (aber möglich). Ich mache dazu ein issue im github...
                          https://github.com/rg-engineering/ioBroker.heatingcontrol/issues/15

                          1. Wäre es möglich einen Datenpunkt je Raum anzulegen, der die Darstellung des aktuellen Parameters der die Temperatur beeinflusst z.B. Urlaub / Gäste / Fenster auf etc. anzeigt? So könnte man sehen warum er in dem Raum nicht die zeitliche "Soll-Temperatur" nimmt, sondern z.B. eine Absenkung vorgenommen hat...

                          ja, habe ebenfalls ein issue angelegt:
                          https://github.com/rg-engineering/ioBroker.heatingcontrol/issues/16

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

                          closed PublicHoliday von extern wird nicht übernommen #18

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

                          closed manuelle Temperatur mit Gültigkeit einbauen #15

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

                          closed Datenpunkt je Raum anzulegen, der die Darstellung des aktuellen Parameters der die Temperatur beeinflusst #16

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

                            @iobroker_Alex sagte in Adapter: HeatingControl:

                            Kannst deine Version ja dann mal hier hochladen. Wenn wir alle etwas mitarbeiten muss @Rene_HM nicht alles alleine machen 😉

                            Danke!!

                            1 Reply Last reply Reply Quote 0
                            • G
                              guergen @iobroker_Alex last edited by guergen

                              @iobroker_Alex
                              Ich habe eventuel etwas vorschnel meine Frage formuliert: In diesen Scipt gibt es ja eine Funktion "Heizbetrieb", die hatte ich früher in Fhem nicht.
                              Daher wird das ganze bei mir mit einem Profil reichen, halt nur für jeden Tag ein paar Einträge.
                              Ich muss nur feststellen, dass sich mein Duty-Cycle gar nicht mehr beruhigt, ständig werden neue Daten geschrieben, komme gar nicht meh auf Werte über 300.
                              Habe hier 6 Thermostate Max! (die mittlere Version) 6 Fensterkontakte und einen Wandthermostat, alles über einen CUL 868.
                              Ich werde heute mal die Thermostate auf Hand stellen und dann mit den Werten und dem Script arbeiten.
                              Wenn es soweit ist, kann ich es gerne hier einstellen!

                              I 1 Reply Last reply Reply Quote 0
                              • I
                                iobroker_Alex @guergen last edited by

                                @guergen nur das wir uns richtig verstehen: Hier wird kein Script gebraucht sondern nur der Adapter Heatingcontrol.

                                G 1 Reply Last reply Reply Quote 0
                                • G
                                  guergen @iobroker_Alex last edited by

                                  @iobroker_Alex
                                  Das ist mir schon klar!
                                  Aber es wäre doch auch schöln eins zu haben... 🙂

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

                                    Ich habe das bug fix-Release 0.2.2 erstellt.
                                    Folgende Änderungen sind enthalten:

                                    • bei Neu-Anlegen der Datenpunkte ist die Beschreibung des Datenpunktes "Time" in den Perioden von "until" auf "from" geändert.
                                    • die unnötigen Warnungen bei Änderung eines Datenpunktes sind entfernt. In dem Zusammenhang habe ich das interne Handling überarbeitet.
                                    • Die Zeiteinstellung benötigt keine Sekunden mehr. Stunde und Minuten reichen jetzt.
                                    • Die Übernahme des Wertes für FeiertagHeute von extern sollte jetzt funktionieren.
                                    I 1 Reply Last reply Reply Quote 0
                                    • I
                                      iobroker_Alex @Rene_HM last edited by

                                      @Rene_HM alle deine Punkte kann ich bestätigen. Gute Arbeit. Danke...

                                      1 Reply Last reply Reply Quote 0
                                      • CKMartens
                                        CKMartens last edited by

                                        Hallo,
                                        ich habe die neue Version installkiert und nach restart kammen diese fehler im Log:

                                        heatingcontrol.0	2019-09-15 08:17:02.417	error	exception in CheckTemperatureChange[TypeError: Cannot read property 'val' of null]
                                        heatingcontrol.0	2019-09-15 08:17:02.322	info	room Büro Thermostate Target Temperature set to 21
                                        heatingcontrol.0	2019-09-15 08:17:02.155	info	room Küche Thermostate Target Temperature set to 21
                                        heatingcontrol.0	2019-09-15 08:17:01.931	info	room Schlafzimmer Thermostate Target Temperature set to 21
                                        heatingcontrol.0	2019-09-15 08:17:01.174	info	room Wohnzimmer Thermostate Current Temperature set to 21
                                        heatingcontrol.0	2019-09-15 08:17:01.150	info	room Wohnzimmer Thermostate Target Temperature set to 21
                                        heatingcontrol.0	2019-09-15 08:17:00.638	info	calculating new target temperatures
                                        heatingcontrol.0	2019-09-15 08:17:00.634	error	exception in CalculateNextTime[TypeError: Cannot read property 'val' of null]
                                        heatingcontrol.0	2019-09-15 08:16:59.133	info	subscribe feiertage.0.heute.boolean
                                        heatingcontrol.0	2019-09-15 08:16:57.300	info	starting. Version 0.2.2 in /opt/iobroker/node_modules/iobroker.heatingcontrol, node: v8.16.1
                                        heatingcontrol.0	2019-09-15 08:17:06.002	info	handle actors Schlafzimmer current 20 target 20
                                        heatingcontrol.0	2019-09-15 08:17:05.893	info	handle actors Küche current 19 target 19
                                        heatingcontrol.0	2019-09-15 08:17:05.835	info	handle actors Büro current 20 target 20
                                        heatingcontrol.0	2019-09-15 08:17:02.420	error	exception in CheckTemperatureChange[TypeError: Cannot read property 'val' of null]
                                        
                                        Rene_HM 1 Reply Last reply Reply Quote 0
                                        • Rene_HM
                                          Rene_HM Developer @CKMartens last edited by Rene_HM

                                          @CKMartens Kannst du bitte den Adapter im debug-Mode starten und dann die logs nochmal posten? das würde mir helfen, die Stellen mit der exception zu finden...

                                          bild1.PNG

                                          Außerdem sollte ein log

                                          room Wohnzimmer Thermostat Current set to 21°C
                                          

                                          nicht vorkommen. Gesetzt werden nur "targets". Hier könnte ein Konfigurationsfehler vorliegen....

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

                                            @Rene_HM sagte in Adapter: HeatingControl:

                                            @CKMartens Kannst du bitte den Adapter im debug-Mode starten und dann die logs nochmal posten? das würde mir helfen, die Stellen mit der exception zu finden...
                                            room Wohnzimmer Thermostat Current set to 21°C

                                            2019-09-15 09:05:14.037 - info: ham.0 stateChange ham.0.Schlafzimmer.Schlafzimmer-Thermo.Target-Heating-Cooling-State {"val":0,"ack":false,"ts":1568531114034,"q":0,"from":"system.adapter.web.0","user":"system.user.admin","lc":1568531114034}
                                            2019-09-15 09:05:14.165 - info: ham.0 stateChange ham.0.Schlafzimmer.Schlafzimmer-Thermo.Current-Heating-Cooling-State {"val":0,"ack":true,"ts":1568531114142,"q":0,"from":"system.adapter.ham.0","user":"system.user.admin","lc":1568531114142}
                                            2019-09-15 09:05:14.178 - info: ham.0 stateChange ham.0.Schlafzimmer.Schlafzimmer-Thermo.Target-Heating-Cooling-State {"val":0,"ack":true,"ts":1568531114173,"q":0,"from":"system.adapter.ham.0","user":"system.user.admin","lc":1568531114034}
                                            2019-09-15 09:05:14.915 - info: ham.0 stateChange ham.0.Schlafzimmer.Schlafzimmer-Thermo.Target-Temperature {"val":21,"ack":true,"ts":1568531114911,"q":0,"from":"system.adapter.ham.0","user":"system.user.admin","lc":1568531114911}
                                            2019-09-15 09:05:14.932 - info: heatingcontrol.0 handle actors Schlafzimmer current 21 target 21
                                            2019-09-15 09:06:05.752 - info: ham.0 stateChange ham.0.Schlafzimmer.Schlafzimmer-Thermo.Target-Temperature {"val":25,"ack":true,"ts":1568531165744,"q":0,"from":"system.adapter.ham.0","user":"system.user.admin","lc":1568531165744}
                                            2019-09-15 09:06:05.756 - info: heatingcontrol.0 handle actors Schlafzimmer current 25 target 25
                                            2019-09-15 09:06:45.543 - info: ham.0 stateChange ham.0.Schlafzimmer.Schlafzimmer-Thermo.Target-Temperature {"val":21,"ack":false,"ts":1568531205540,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":1568531205540}
                                            2019-09-15 09:06:45.587 - info: heatingcontrol.0 handle actors Schlafzimmer current 21 target 21
                                            2019-09-15 09:07:37.262 - info: heatingcontrol.0 handle actors Schlafzimmer current 20 target 20
                                            2019-09-15 09:08:06.339 - info: heatingcontrol.0 calculating new target temperatures
                                            2019-09-15 09:11:42.943 - info: host.iobroker1 object change system.adapter.heatingcontrol.0
                                            2019-09-15 09:11:42.946 - info: heatingcontrol.0 cleaned everything up...
                                            2019-09-15 09:11:42.944 - info: host.iobroker1 stopInstance system.adapter.heatingcontrol.0
                                            2019-09-15 09:11:42.944 - info: host.iobroker1 stopInstance system.adapter.heatingcontrol.0 killing pid 5711
                                            2019-09-15 09:11:42.974 - info: heatingcontrol.0 cleaned everything up...
                                            2019-09-15 09:11:43.089 - info: host.iobroker1 instance system.adapter.heatingcontrol.0 terminated with code 0 (OK)
                                            2019-09-15 09:11:45.487 - info: host.iobroker1 instance system.adapter.heatingcontrol.0 started with pid 6507
                                            2019-09-15 09:11:46.567 - debug: heatingcontrol.0 objectDB connected
                                            2019-09-15 09:11:46.604 - debug: heatingcontrol.0 statesDB connected
                                            2019-09-15 09:11:46.651 - info: heatingcontrol.0 starting. Version 0.2.2 in /opt/iobroker/node_modules/iobroker.heatingcontrol, node: v8.16.1
                                            2019-09-15 09:11:46.691 - debug: heatingcontrol.0 devices [{"id":1,"name":"Target Temperature","OID_Current":"ham.0.Wohnzimmer.Wohnzimmer-Thermo.Target-Temperature","OID_Target":"ham.0.Wohnzimmer.Wohnzimmer-Thermo.Target-Temperature","isActive":true,"type":1,"room":"Wohnzimmer"},{"id":2,"name":"Wohnzimmerfenster","OID_Current":"mihome.0.devices.magnet_158d00028ed082.state","isActive":true,"type":3,"room":"Wohnzimmer"},{"id":3,"name":"Terrassentür links","OID_Current":"mihome.0.devices.magnet_158d0002b6d476.state","isActive":true,"type":3,"room":"Wohnzimmer"},{"id":4,"name":"Target Temperature","OID_Current":"ham.0.Schlafzimmer.Schlafzimmer-Thermo.Target-Temperature","OID_Target":"ham.0.Schlafzimmer.Schlafzimmer-Thermo.Target-Temperature","isActive":true,"type":1,"room":"Schlafzimmer"},{"id":5,"name":"Schlafzimmerfenster rechts","OID_Current":"mihome.0.devices.magnet_158d00028de5e3.state","isActive":true,"type":3,"room":"Schlafzimmer"},{"id":6,"name":"Schlafzimmerfenster links","OID_Current":"mihome.0.devices.magnet_158d00028f9d6d.state","isActive":true,"type":3,"room":"Schlafzimmer"},{"id":7,"name":"Terrassentür rechts","OID_Current":"mihome.0.devices.magnet_158d0002a14de1.state","isActive":true,"type":3,"room":"Wohnzimmer"},{"id":8,"name":"Target Temperature","OID_Current":"ham.0.Küche.Küche-Thermo.Target-Temperature","OID_Target":"ham.0.Küche.Küche-Thermo.Target-Temperature","isActive":true,"type":1,"room":"Küche"},{"id":9,"name":"Küchenfenster","OID_Current":"mihome.0.devices.magnet_158d0002451169.state","isActive":true,"type":3,"room":"Küche"},{"id":10,"name":"Bürofenster","OID_Current":"mihome.0.devices.magnet_158d00022f7ceb.state","isActive":true,"type":3,"room":"Büro"},{"id":11,"name":"Bürofenster rechts","OID_Current":"mihome.0.devices.magnet_158d0002431ded.state","isActive":true,"type":3,"room":"Büro"},{"id":12,"name":"Bürofenster links","OID_Current":"mihome.0.devices.magnet_158d00028b5c81.state","isActive":true,"type":3,"room":"Büro"},{"id":13,"name":"Target Temperature","OID_Current":"ham.0.Büro.Büro-Thermo.Target-Temperature","OID_Target":"ham.0.Büro.Büro-Thermo.Target-Temperature","isActive":true,"type":1,"room":"Büro"},{"id":14,"name":"Target Temperature","OID_Current":"ham.0.Bad.Bad-Thermo.Target-Temperature","OID_Target":"ham.0.Bad.Bad-Thermo.Target-Temperature","isActive":true,"type":1,"room":"Bad"},{"id":15,"name":"Current Temperature","OID_Current":"ham.0.Bad.Bad-Thermo.Current-Temperature","OID_Target":"ham.0.Bad.Bad-Thermo.Current-Temperature","isActive":true,"type":1,"room":"Wohnzimmer"}]
                                            2019-09-15 09:11:46.694 - debug: heatingcontrol.0 CreateDatepoints
                                            2019-09-15 09:11:46.833 - debug: heatingcontrol.0 ### 4444 false
                                            2019-09-15 09:11:46.904 - debug: heatingcontrol.0 rooms 21
                                            2019-09-15 09:11:46.904 - debug: heatingcontrol.0 create data points for Wohnzimmer
                                            2019-09-15 09:11:46.961 - debug: heatingcontrol.0 room Wohnzimmer with 4 periods
                                            2019-09-15 09:11:46.961 - debug: heatingcontrol.0 Profile Type Mo-FR + Sa-So, profiles 1
                                            2019-09-15 09:11:46.962 - debug: heatingcontrol.0 add state Profiles.0.Wohnzimmer.Mo-Fr.Periods.0 max 5
                                            2019-09-15 09:11:46.963 - debug: heatingcontrol.0 add state Profiles.0.Wohnzimmer.Mo-Fr.Periods.1 max 5
                                            2019-09-15 09:11:46.964 - debug: heatingcontrol.0 add state Profiles.0.Wohnzimmer.Mo-Fr.Periods.2 max 5
                                            2019-09-15 09:11:46.964 - debug: heatingcontrol.0 add state Profiles.0.Wohnzimmer.Mo-Fr.Periods.3 max 5
                                            2019-09-15 09:11:46.964 - debug: heatingcontrol.0 add state Profiles.0.Wohnzimmer.Su-So.Periods.0 max 5
                                            2019-09-15 09:11:46.965 - debug: heatingcontrol.0 add state Profiles.0.Wohnzimmer.Su-So.Periods.1 max 5
                                            2019-09-15 09:11:46.965 - debug: heatingcontrol.0 add state Profiles.0.Wohnzimmer.Su-So.Periods.2 max 5
                                            2019-09-15 09:11:46.965 - debug: heatingcontrol.0 add state Profiles.0.Wohnzimmer.Su-So.Periods.3 max 5
                                            2019-09-15 09:11:46.966 - debug: heatingcontrol.0 create data points for Schlafzimmer
                                            2019-09-15 09:11:47.052 - debug: heatingcontrol.0 room Schlafzimmer with 4 periods
                                            2019-09-15 09:11:47.053 - debug: heatingcontrol.0 Profile Type Mo-FR + Sa-So, profiles 1
                                            2019-09-15 09:11:47.053 - debug: heatingcontrol.0 add state Profiles.0.Schlafzimmer.Mo-Fr.Periods.0 max 5
                                            2019-09-15 09:11:47.055 - debug: heatingcontrol.0 add state Profiles.0.Schlafzimmer.Mo-Fr.Periods.1 max 5
                                            2019-09-15 09:11:47.056 - debug: heatingcontrol.0 add state Profiles.0.Schlafzimmer.Mo-Fr.Periods.2 max 5
                                            2019-09-15 09:11:47.056 - debug: heatingcontrol.0 add state Profiles.0.Schlafzimmer.Mo-Fr.Periods.3 max 5
                                            2019-09-15 09:11:47.056 - debug: heatingcontrol.0 add state Profiles.0.Schlafzimmer.Su-So.Periods.0 max 5
                                            2019-09-15 09:11:47.057 - debug: heatingcontrol.0 add state Profiles.0.Schlafzimmer.Su-So.Periods.1 max 5
                                            2019-09-15 09:11:47.057 - debug: heatingcontrol.0 add state Profiles.0.Schlafzimmer.Su-So.Periods.2 max 5
                                            2019-09-15 09:11:47.057 - debug: heatingcontrol.0 add state Profiles.0.Schlafzimmer.Su-So.Periods.3 max 5
                                            2019-09-15 09:11:47.057 - debug: heatingcontrol.0 create data points for Küche
                                            2019-09-15 09:11:47.246 - debug: heatingcontrol.0 room Küche with 4 periods
                                            2019-09-15 09:11:47.247 - debug: heatingcontrol.0 Profile Type Mo-FR + Sa-So, profiles 1
                                            2019-09-15 09:11:47.248 - debug: heatingcontrol.0 add state Profiles.0.Küche.Mo-Fr.Periods.0 max 5
                                            2019-09-15 09:11:47.249 - debug: heatingcontrol.0 add state Profiles.0.Küche.Mo-Fr.Periods.1 max 5
                                            2019-09-15 09:11:47.249 - debug: heatingcontrol.0 add state Profiles.0.Küche.Mo-Fr.Periods.2 max 5
                                            2019-09-15 09:11:47.250 - debug: heatingcontrol.0 add state Profiles.0.Küche.Mo-Fr.Periods.3 max 5
                                            2019-09-15 09:11:47.251 - debug: heatingcontrol.0 add state Profiles.0.Küche.Su-So.Periods.0 max 5
                                            2019-09-15 09:11:47.251 - debug: heatingcontrol.0 add state Profiles.0.Küche.Su-So.Periods.1 max 5
                                            2019-09-15 09:11:47.253 - debug: heatingcontrol.0 add state Profiles.0.Küche.Su-So.Periods.2 max 5
                                            2019-09-15 09:11:47.254 - debug: heatingcontrol.0 add state Profiles.0.Küche.Su-So.Periods.3 max 5
                                            2019-09-15 09:11:47.255 - debug: heatingcontrol.0 create data points for Büro
                                            2019-09-15 09:11:47.358 - debug: heatingcontrol.0 room Büro with 4 periods
                                            2019-09-15 09:11:47.358 - debug: heatingcontrol.0 Profile Type Mo-FR + Sa-So, profiles 1
                                            2019-09-15 09:11:47.359 - debug: heatingcontrol.0 add state Profiles.0.Büro.Mo-Fr.Periods.0 max 5
                                            2019-09-15 09:11:47.360 - debug: heatingcontrol.0 add state Profiles.0.Büro.Mo-Fr.Periods.1 max 5
                                            2019-09-15 09:11:47.360 - debug: heatingcontrol.0 add state Profiles.0.Büro.Mo-Fr.Periods.2 max 5
                                            2019-09-15 09:11:47.361 - debug: heatingcontrol.0 add state Profiles.0.Büro.Mo-Fr.Periods.3 max 5
                                            2019-09-15 09:11:47.361 - debug: heatingcontrol.0 add state Profiles.0.Büro.Su-So.Periods.0 max 5
                                            2019-09-15 09:11:47.362 - debug: heatingcontrol.0 add state Profiles.0.Büro.Su-So.Periods.1 max 5
                                            2019-09-15 09:11:47.362 - debug: heatingcontrol.0 add state Profiles.0.Büro.Su-So.Periods.2 max 5
                                            2019-09-15 09:11:47.363 - debug: heatingcontrol.0 add state Profiles.0.Büro.Su-So.Periods.3 max 5
                                            2019-09-15 09:11:47.363 - debug: heatingcontrol.0 create data points for Bad
                                            2019-09-15 09:11:47.432 - debug: heatingcontrol.0 room Bad with 4 periods
                                            2019-09-15 09:11:47.432 - debug: heatingcontrol.0 Profile Type Mo-FR + Sa-So, profiles 1
                                            2019-09-15 09:11:47.432 - debug: heatingcontrol.0 add state Profiles.0.Bad.Mo-Fr.Periods.0 max 5
                                            2019-09-15 09:11:47.433 - debug: heatingcontrol.0 add state Profiles.0.Bad.Mo-Fr.Periods.1 max 5
                                            2019-09-15 09:11:47.433 - debug: heatingcontrol.0 add state Profiles.0.Bad.Mo-Fr.Periods.2 max 5
                                            2019-09-15 09:11:47.433 - debug: heatingcontrol.0 add state Profiles.0.Bad.Mo-Fr.Periods.3 max 5
                                            2019-09-15 09:11:47.433 - debug: heatingcontrol.0 add state Profiles.0.Bad.Su-So.Periods.0 max 5
                                            2019-09-15 09:11:47.434 - debug: heatingcontrol.0 add state Profiles.0.Bad.Su-So.Periods.1 max 5
                                            2019-09-15 09:11:47.434 - debug: heatingcontrol.0 add state Profiles.0.Bad.Su-So.Periods.2 max 5
                                            2019-09-15 09:11:47.434 - debug: heatingcontrol.0 add state Profiles.0.Bad.Su-So.Periods.3 max 5
                                            2019-09-15 09:11:47.434 - debug: heatingcontrol.0 not active.... [object Object]
                                            2019-09-15 09:11:47.434 - debug: heatingcontrol.0 not active.... [object Object]
                                            2019-09-15 09:11:47.434 - debug: heatingcontrol.0 not active.... Garten
                                            2019-09-15 09:11:47.435 - debug: heatingcontrol.0 not active.... Flur
                                            2019-09-15 09:11:47.435 - debug: heatingcontrol.0 not active.... Esszimmer
                                            2019-09-15 09:11:47.435 - debug: heatingcontrol.0 not active.... roomLivingRoom
                                            2019-09-15 09:11:47.435 - debug: heatingcontrol.0 not active.... roomKitchen
                                            2019-09-15 09:11:47.435 - debug: heatingcontrol.0 not active.... roomBedroom
                                            2019-09-15 09:11:47.435 - debug: heatingcontrol.0 not active.... roomChildrensRoom1
                                            2019-09-15 09:11:47.435 - debug: heatingcontrol.0 not active.... roomChildrensRoom2
                                            2019-09-15 09:11:47.435 - debug: heatingcontrol.0 not active.... roomOffice
                                            2019-09-15 09:11:47.435 - debug: heatingcontrol.0 not active.... roomBathroom
                                            2019-09-15 09:11:47.435 - debug: heatingcontrol.0 not active.... roomGarage
                                            2019-09-15 09:11:47.436 - debug: heatingcontrol.0 not active.... roomHWR
                                            2019-09-15 09:11:47.436 - debug: heatingcontrol.0 not active.... roomGarden
                                            2019-09-15 09:11:47.436 - debug: heatingcontrol.0 not active.... roomTerrace
                                            2019-09-15 09:11:47.437 - debug: heatingcontrol.0 #start subscribtion
                                            2019-09-15 09:11:47.439 - info: heatingcontrol.0 subscribe feiertage.0.heute.boolean
                                            2019-09-15 09:11:47.440 - debug: heatingcontrol.0 subscribe Wohnzimmer ham.0.Wohnzimmer.Wohnzimmer-Thermo.Target-Temperature/ham.0.Wohnzimmer.Wohnzimmer-Thermo.Target-Temperature
                                            2019-09-15 09:11:47.441 - debug: heatingcontrol.0 subscribe Wohnzimmer mihome.0.devices.magnet_158d00028ed082.state
                                            2019-09-15 09:11:47.442 - debug: heatingcontrol.0 subscribe Wohnzimmer mihome.0.devices.magnet_158d0002b6d476.state
                                            2019-09-15 09:11:47.443 - debug: heatingcontrol.0 subscribe Schlafzimmer ham.0.Schlafzimmer.Schlafzimmer-Thermo.Target-Temperature/ham.0.Schlafzimmer.Schlafzimmer-Thermo.Target-Temperature
                                            2019-09-15 09:11:47.443 - debug: heatingcontrol.0 subscribe Schlafzimmer mihome.0.devices.magnet_158d00028de5e3.state
                                            2019-09-15 09:11:47.444 - debug: heatingcontrol.0 subscribe Schlafzimmer mihome.0.devices.magnet_158d00028f9d6d.state
                                            2019-09-15 09:11:47.444 - debug: heatingcontrol.0 subscribe Wohnzimmer mihome.0.devices.magnet_158d0002a14de1.state
                                            2019-09-15 09:11:47.444 - debug: heatingcontrol.0 subscribe Küche ham.0.Küche.Küche-Thermo.Target-Temperature/ham.0.Küche.Küche-Thermo.Target-Temperature
                                            2019-09-15 09:11:47.445 - debug: heatingcontrol.0 subscribe Küche mihome.0.devices.magnet_158d0002451169.state
                                            2019-09-15 09:11:47.445 - debug: heatingcontrol.0 subscribe Büro mihome.0.devices.magnet_158d00022f7ceb.state
                                            2019-09-15 09:11:47.445 - debug: heatingcontrol.0 subscribe Büro mihome.0.devices.magnet_158d0002431ded.state
                                            2019-09-15 09:11:47.445 - debug: heatingcontrol.0 subscribe Büro mihome.0.devices.magnet_158d00028b5c81.state
                                            2019-09-15 09:11:47.446 - debug: heatingcontrol.0 subscribe Büro ham.0.Büro.Büro-Thermo.Target-Temperature/ham.0.Büro.Büro-Thermo.Target-Temperature
                                            2019-09-15 09:11:47.446 - debug: heatingcontrol.0 subscribe Bad ham.0.Bad.Bad-Thermo.Target-Temperature/ham.0.Bad.Bad-Thermo.Target-Temperature
                                            2019-09-15 09:11:47.447 - debug: heatingcontrol.0 subscribe Wohnzimmer ham.0.Bad.Bad-Thermo.Current-Temperature/ham.0.Bad.Bad-Thermo.Current-Temperature
                                            2019-09-15 09:11:47.447 - debug: heatingcontrol.0 #subscribtion finished
                                            2019-09-15 09:11:47.448 - debug: heatingcontrol.0 start CalculateNextTime, profile type 2
                                            2019-09-15 09:11:47.449 - debug: heatingcontrol.0 get profile
                                            2019-09-15 09:11:47.464 - debug: heatingcontrol.0 profile 0
                                            2019-09-15 09:11:48.153 - debug: heatingcontrol.0 ---1 found time for Wohnzimmer at {"val":"05:00:00","ack":true,"ts":1568528217747,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1568528217747} 05:00:00
                                            2019-09-15 09:11:48.154 - debug: heatingcontrol.0 push to list = 05,00,00
                                            2019-09-15 09:11:48.923 - debug: heatingcontrol.0 ---1 found time for Wohnzimmer at {"val":"08:00:00","ack":true,"ts":1568528217767,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1568528217767} 08:00:00
                                            2019-09-15 09:11:48.924 - debug: heatingcontrol.0 push to list = 08,00,00
                                            2019-09-15 09:11:49.038 - debug: heatingcontrol.0 ---1 found time for Wohnzimmer at {"val":"12:00:00","ack":true,"ts":1568528641098,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1568528641098} 12:00:00
                                            2019-09-15 09:11:49.038 - debug: heatingcontrol.0 push to list = 12,00,00
                                            2019-09-15 09:11:49.062 - debug: heatingcontrol.0 ---1 found time for Wohnzimmer at {"val":"16:00:00","ack":true,"ts":1568528641108,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1568528641108} 16:00:00
                                            2019-09-15 09:11:49.064 - debug: heatingcontrol.0 push to list = 16,00,00
                                            2019-09-15 09:11:49.081 - debug: heatingcontrol.0 ---2 found time for Wohnzimmer at {"val":"05:00:00","ack":true,"ts":1568528217774,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1568528217774} 05:00:00
                                            2019-09-15 09:11:49.082 - debug: heatingcontrol.0 push to list = 05,00,00
                                            2019-09-15 09:11:49.090 - debug: heatingcontrol.0 ---2 found time for Wohnzimmer at {"val":"08:00:00","ack":true,"ts":1568528217781,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1568528217781} 08:00:00
                                            2019-09-15 09:11:49.090 - debug: heatingcontrol.0 push to list = 08,00,00
                                            2019-09-15 09:11:49.096 - debug: heatingcontrol.0 ---2 found time for Wohnzimmer at {"val":"12:00:00","ack":true,"ts":1568528641111,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1568528641111} 12:00:00
                                            2019-09-15 09:11:49.097 - debug: heatingcontrol.0 push to list = 12,00,00
                                            2019-09-15 09:11:49.101 - debug: heatingcontrol.0 ---2 found time for Wohnzimmer at {"val":"16:00:00","ack":true,"ts":1568528641113,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1568528641113} 16:00:00
                                            2019-09-15 09:11:49.103 - debug: heatingcontrol.0 push to list = 16,00,00
                                            2019-09-15 09:11:49.116 - debug: heatingcontrol.0 ---1 found time for Schlafzimmer at {"val":"05:00:00","ack":true,"ts":1568528218070,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1568528218070} 05:00:00
                                            2019-09-15 09:11:49.130 - debug: heatingcontrol.0 ---1 found time for Schlafzimmer at {"val":"08:00:00","ack":true,"ts":1568528218074,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1568528218074} 08:00:00
                                            2019-09-15 09:11:49.168 - debug: heatingcontrol.0 ---1 found time for Schlafzimmer at {"val":"12:00:00","ack":true,"ts":1568528641459,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1568528641459} 12:00:00
                                            2019-09-15 09:11:49.205 - debug: heatingcontrol.0 ---1 found time for Schlafzimmer at {"val":"16:00:00","ack":true,"ts":1568528641491,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1568528641491} 16:00:00
                                            2019-09-15 09:11:49.218 - debug: heatingcontrol.0 ---2 found time for Schlafzimmer at {"val":"05:00:00","ack":true,"ts":1568528218096,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1568528218096} 05:00:00
                                            2019-09-15 09:11:49.226 - debug: heatingcontrol.0 ---2 found time for Schlafzimmer at {"val":"08:00:00","ack":true,"ts":1568528218101,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1568528218101} 08:00:00
                                            2019-09-15 09:11:49.246 - debug: heatingcontrol.0 ---2 found time for Schlafzimmer at {"val":"12:00:00","ack":true,"ts":1568528641502,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1568528641502} 12:00:00
                                            2019-09-15 09:11:49.263 - debug: heatingcontrol.0 ---2 found time for Schlafzimmer at {"val":"16:00:00","ack":true,"ts":1568528641504,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1568528641504} 16:00:00
                                            2019-09-15 09:11:49.269 - debug: heatingcontrol.0 ---1 found time for Küche at {"val":"05:00:00","ack":true,"ts":1568528218445,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1568528218445} 05:00:00
                                            2019-09-15 09:11:49.412 - debug: heatingcontrol.0 ---1 found time for Küche at {"val":"08:00:00","ack":true,"ts":1568528218450,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1568528218450} 08:00:00
                                            2019-09-15 09:11:49.504 - debug: heatingcontrol.0 ---1 found time for Küche at {"val":"12:00:00","ack":true,"ts":1568528642468,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1568528642468} 12:00:00
                                            2019-09-15 09:11:49.578 - debug: heatingcontrol.0 ---1 found time for Küche at {"val":"16:00:00","ack":true,"ts":1568528642472,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1568528642472} 16:00:00
                                            2019-09-15 09:11:49.595 - debug: heatingcontrol.0 ---2 found time for Küche at {"val":"05:00:00","ack":true,"ts":1568528218451,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1568528218451} 05:00:00
                                            2019-09-15 09:11:49.613 - debug: heatingcontrol.0 ---2 found time for Küche at {"val":"08:00:00","ack":true,"ts":1568528218462,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1568528218462} 08:00:00
                                            2019-09-15 09:11:49.624 - debug: heatingcontrol.0 ---2 found time for Küche at {"val":"12:00:00","ack":true,"ts":1568528642490,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1568528642490} 12:00:00
                                            2019-09-15 09:11:49.635 - debug: heatingcontrol.0 ---2 found time for Küche at {"val":"16:00:00","ack":true,"ts":1568528642501,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1568528642501} 16:00:00
                                            2019-09-15 09:11:49.659 - debug: heatingcontrol.0 ---1 found time for Büro at {"val":"07:30","ack":true,"ts":1568528955397,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1568528954608} 07:30
                                            2019-09-15 09:11:49.659 - debug: heatingcontrol.0 push to list = 07,30
                                            2019-09-15 09:11:49.667 - debug: heatingcontrol.0 ---1 found time for Büro at {"val":"08:00","ack":true,"ts":1568528985407,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1568528984554} 08:00
                                            2019-09-15 09:11:49.700 - debug: heatingcontrol.0 ---1 found time for Büro at {"val":"15:30","ack":true,"ts":1568528993141,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1568528992845} 15:30
                                            2019-09-15 09:11:49.702 - debug: heatingcontrol.0 push to list = 15,30
                                            2019-09-15 09:11:49.929 - debug: heatingcontrol.0 ---1 found time for Büro at {"val":"20:00","ack":true,"ts":1568529015446,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1568529014518} 20:00
                                            2019-09-15 09:11:49.930 - debug: heatingcontrol.0 push to list = 20,00
                                            2019-09-15 09:11:50.053 - debug: heatingcontrol.0 ---2 found time for Büro at {"val":"08:00","ack":true,"ts":1568529059534,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1568529059282} 08:00
                                            2019-09-15 09:11:50.207 - debug: heatingcontrol.0 ---2 found time for Büro at {"val":"09:00","ack":true,"ts":1568529082709,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1568529082434} 09:00
                                            2019-09-15 09:11:50.208 - debug: heatingcontrol.0 push to list = 09,00
                                            2019-09-15 09:11:50.273 - debug: heatingcontrol.0 ---2 found time for Büro at {"val":"12:00","ack":true,"ts":1568529095263,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1568529094927} 12:00
                                            2019-09-15 09:11:50.292 - debug: heatingcontrol.0 ---2 found time for Büro at {"val":"20:00","ack":true,"ts":1568529139755,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1568529139389} 20:00
                                            2019-09-15 09:11:50.309 - debug: heatingcontrol.0 push to list = 20,00
                                            2019-09-15 09:11:50.328 - debug: heatingcontrol.0 ---1 found time for Bad at {"val":"05:00","ack":true,"ts":1568528721422,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1568528721266} 05:00
                                            2019-09-15 09:11:50.334 - debug: heatingcontrol.0 ---1 found time for Bad at {"val":"07:30","ack":true,"ts":1568528608753,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1568528608572} 07:30
                                            2019-09-15 09:11:50.383 - debug: heatingcontrol.0 ---1 found time for Bad at {"val":"15:30","ack":true,"ts":1568528744016,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1568528743478} 15:30
                                            2019-09-15 09:11:50.430 - debug: heatingcontrol.0 ---1 found time for Bad at {"val":"21:30","ack":true,"ts":1568528750955,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1568528750689} 21:30
                                            2019-09-15 09:11:50.430 - debug: heatingcontrol.0 push to list = 21,30
                                            2019-09-15 09:11:50.445 - debug: heatingcontrol.0 ---2 found time for Bad at {"val":"07:00","ack":true,"ts":1568528794879,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1568528794558} 07:00
                                            2019-09-15 09:11:50.447 - debug: heatingcontrol.0 push to list = 07,00
                                            2019-09-15 09:11:50.452 - debug: heatingcontrol.0 ---2 found time for Bad at {"val":"08:00:00","ack":true,"ts":1568528225580,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1568528225580} 08:00:00
                                            2019-09-15 09:11:50.456 - debug: heatingcontrol.0 ---2 found time for Bad at {"val":"12:00:00","ack":true,"ts":1568528648545,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1568528648545} 12:00:00
                                            2019-09-15 09:11:50.463 - debug: heatingcontrol.0 ---2 found time for Bad at {"val":"21:30","ack":true,"ts":1568528836229,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1568528835904} 21:30
                                            2019-09-15 09:11:50.464 - debug: heatingcontrol.0 push to list = 21,30
                                            2019-09-15 09:11:50.465 - debug: heatingcontrol.0 create cron job #0 at 5:0 string: 0 0 5 * * 1-5 Europe/Berlin
                                            2019-09-15 09:11:50.513 - debug: heatingcontrol.0 create cron job #1 at 8:0 string: 0 0 8 * * 1-5 Europe/Berlin
                                            2019-09-15 09:11:50.531 - debug: heatingcontrol.0 create cron job #2 at 12:0 string: 0 0 12 * * 1-5 Europe/Berlin
                                            2019-09-15 09:11:50.546 - debug: heatingcontrol.0 create cron job #3 at 16:0 string: 0 0 16 * * 1-5 Europe/Berlin
                                            2019-09-15 09:11:50.554 - debug: heatingcontrol.0 create cron job #4 at 5:0 string: 0 0 5 * * 6-7 Europe/Berlin
                                            2019-09-15 09:11:50.562 - debug: heatingcontrol.0 create cron job #5 at 8:0 string: 0 0 8 * * 6-7 Europe/Berlin
                                            2019-09-15 09:11:50.569 - debug: heatingcontrol.0 create cron job #6 at 12:0 string: 0 0 12 * * 6-7 Europe/Berlin
                                            2019-09-15 09:11:50.583 - debug: heatingcontrol.0 create cron job #7 at 16:0 string: 0 0 16 * * 6-7 Europe/Berlin
                                            2019-09-15 09:11:50.596 - debug: heatingcontrol.0 create cron job #8 at 7:30 string: 0 30 7 * * 1-5 Europe/Berlin
                                            2019-09-15 09:11:50.604 - debug: heatingcontrol.0 create cron job #9 at 15:30 string: 0 30 15 * * 1-5 Europe/Berlin
                                            2019-09-15 09:11:50.614 - debug: heatingcontrol.0 create cron job #10 at 20:0 string: 0 0 20 * * 1-5 Europe/Berlin
                                            2019-09-15 09:11:50.620 - debug: heatingcontrol.0 create cron job #11 at 9:0 string: 0 0 9 * * 6-7 Europe/Berlin
                                            2019-09-15 09:11:50.626 - debug: heatingcontrol.0 create cron job #12 at 20:0 string: 0 0 20 * * 6-7 Europe/Berlin
                                            2019-09-15 09:11:50.631 - debug: heatingcontrol.0 create cron job #13 at 21:30 string: 0 30 21 * * 1-5 Europe/Berlin
                                            2019-09-15 09:11:50.640 - debug: heatingcontrol.0 create cron job #14 at 7:0 string: 0 0 7 * * 6-7 Europe/Berlin
                                            2019-09-15 09:11:50.645 - debug: heatingcontrol.0 create cron job #15 at 21:30 string: 0 30 21 * * 6-7 Europe/Berlin
                                            2019-09-15 09:11:50.654 - debug: heatingcontrol.0 cron jobs
                                            2019-09-15 09:11:50.657 - debug: heatingcontrol.0 [INFO] status = true next event: 16 Sep 2019 05:00:00
                                            2019-09-15 09:11:50.659 - debug: heatingcontrol.0 [INFO] status = true next event: 16 Sep 2019 08:00:00
                                            2019-09-15 09:11:50.662 - debug: heatingcontrol.0 [INFO] status = true next event: 16 Sep 2019 12:00:00
                                            2019-09-15 09:11:50.665 - debug: heatingcontrol.0 [INFO] status = true next event: 16 Sep 2019 16:00:00
                                            2019-09-15 09:11:50.667 - debug: heatingcontrol.0 [INFO] status = true next event: 21 Sep 2019 05:00:00
                                            2019-09-15 09:11:50.673 - debug: heatingcontrol.0 [INFO] status = true next event: 21 Sep 2019 08:00:00
                                            2019-09-15 09:11:50.679 - debug: heatingcontrol.0 [INFO] status = true next event: 21 Sep 2019 12:00:00
                                            2019-09-15 09:11:50.682 - debug: heatingcontrol.0 [INFO] status = true next event: 21 Sep 2019 16:00:00
                                            2019-09-15 09:11:50.694 - debug: heatingcontrol.0 [INFO] status = true next event: 16 Sep 2019 07:30:00
                                            2019-09-15 09:11:50.720 - debug: heatingcontrol.0 [INFO] status = true next event: 16 Sep 2019 15:30:00
                                            2019-09-15 09:11:50.724 - debug: heatingcontrol.0 [INFO] status = true next event: 16 Sep 2019 20:00:00
                                            2019-09-15 09:11:50.732 - debug: heatingcontrol.0 [INFO] status = true next event: 21 Sep 2019 09:00:00
                                            2019-09-15 09:11:50.736 - debug: heatingcontrol.0 [INFO] status = true next event: 21 Sep 2019 20:00:00
                                            2019-09-15 09:11:50.758 - debug: heatingcontrol.0 [INFO] status = true next event: 16 Sep 2019 21:30:00
                                            2019-09-15 09:11:50.761 - debug: heatingcontrol.0 [INFO] status = true next event: 21 Sep 2019 07:00:00
                                            2019-09-15 09:11:50.766 - debug: heatingcontrol.0 [INFO] status = true next event: 21 Sep 2019 21:30:00
                                            2019-09-15 09:11:50.773 - info: heatingcontrol.0 calculating new target temperatures
                                            2019-09-15 09:11:50.954 - debug: heatingcontrol.0 nothing to do: no heating period
                                            2019-09-15 09:11:50.955 - debug: heatingcontrol.0 cron jobs
                                            2019-09-15 09:11:50.957 - debug: heatingcontrol.0 [INFO] status = true next event: 16 Sep 2019 05:00:00
                                            2019-09-15 09:11:50.959 - debug: heatingcontrol.0 [INFO] status = true next event: 16 Sep 2019 08:00:00
                                            2019-09-15 09:11:50.961 - debug: heatingcontrol.0 [INFO] status = true next event: 16 Sep 2019 12:00:00
                                            2019-09-15 09:11:50.964 - debug: heatingcontrol.0 [INFO] status = true next event: 16 Sep 2019 16:00:00
                                            2019-09-15 09:11:50.967 - debug: heatingcontrol.0 [INFO] status = true next event: 21 Sep 2019 05:00:00
                                            2019-09-15 09:11:50.970 - debug: heatingcontrol.0 [INFO] status = true next event: 21 Sep 2019 08:00:00
                                            2019-09-15 09:11:50.972 - debug: heatingcontrol.0 [INFO] status = true next event: 21 Sep 2019 12:00:00
                                            2019-09-15 09:11:50.975 - debug: heatingcontrol.0 [INFO] status = true next event: 21 Sep 2019 16:00:00
                                            2019-09-15 09:11:50.979 - debug: heatingcontrol.0 [INFO] status = true next event: 16 Sep 2019 07:30:00
                                            2019-09-15 09:11:50.984 - debug: heatingcontrol.0 [INFO] status = true next event: 16 Sep 2019 15:30:00
                                            2019-09-15 09:11:50.987 - debug: heatingcontrol.0 [INFO] status = true next event: 16 Sep 2019 20:00:00
                                            2019-09-15 09:11:50.989 - debug: heatingcontrol.0 [INFO] status = true next event: 21 Sep 2019 09:00:00
                                            2019-09-15 09:11:50.992 - debug: heatingcontrol.0 [INFO] status = true next event: 21 Sep 2019 20:00:00
                                            2019-09-15 09:11:50.997 - debug: heatingcontrol.0 [INFO] status = true next event: 16 Sep 2019 21:30:00
                                            2019-09-15 09:11:51.000 - debug: heatingcontrol.0 [INFO] status = true next event: 21 Sep 2019 07:00:00
                                            2019-09-15 09:11:51.005 - debug: heatingcontrol.0 [INFO] status = true next event: 21 Sep 2019 21:30:00
                                            

                                            nicht vorkommen. Gesetzt werden nur "targets". Hier könnte ein Konfigurationsfehler vorliegen....

                                            Ich sehe mir die Konfig nochmal an. Danke auf jedenfall für den Adaptzer. Der Adapter arbeitet gut mit tado via den ham-Adapter zusammen.

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            962
                                            Online

                                            31.6k
                                            Users

                                            79.4k
                                            Topics

                                            1.3m
                                            Posts

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