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

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

Community Forum

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

NEWS

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

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

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

Test Adapter HeatingControl v2.12.x

Geplant Angeheftet Gesperrt Verschoben Tester
heating
3.2k Beiträge 236 Kommentatoren 2.0m Aufrufe 205 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • ChaotC Offline
    ChaotC Offline
    Chaot
    schrieb am zuletzt editiert von
    #130

    Gibt es eigentlich die Möglichkeit ein bestimmtes Programm zu hinterlegen?

    Mir ist klar das das jetzt etwas Jammern auf hohem Niveau ist, aber ich denke da an bestimmte Szenarien die bei mir vorkommen die ich dadurch automatisieren könnte.
    Beispielsweise:
    Sohn kommt heim (Telefon aktiv) - Zimmer Sohn wird hochgefahren auf Urlaubstemp.:construction_worker:
    Tochter kommt heim - Zimmer Tochter und Wohnzimmer wird hochgefahren
    Frau kommt heim - Wohnzimmer wird auf Komfortwert hochgefahren
    Eltern Krank - WZ und SZ warm:face_with_thermometer: (speziell bei Männergrippe)
    Tochter krank - WZ und Kinderzimmer warm:crying_cat_face:
    Die restlichen Thermostate sollen dann normal weiterlaufen wie eingestellt.

    Ich habe aber keine Ahnung ob sowas überhaupt umsetzbar ist.
    In der Fritzbox gibt es für sowas Szenen die man da programmieren hann. Aber ich möchte das eigentlich lieber über den ioBroker machen.

    Ach noch vergessen:
    Hund bellt - Heizung geht aus (der traut sich nur zu bellen wenn keiner da ist):imp:

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

    Rene_HMR 1 Antwort Letzte Antwort
    0
    • B Offline
      B Offline
      BlackJAck
      schrieb am zuletzt editiert von
      #131

      Moin,

      bin gerade auch am tüfteln mit dem Adapter.
      Ich habe Zwave Thermostate die zwar nicht erkannt werden, aber man kann Sie(danke RENE_HM) auch manuell einfügen.
      Bei allen habe ich den OID-Aktueller und Zielwert auf den SetPoint des Thermostat gelegt.

      Scheinbar funktioniert das bei mir mit den Zeiten nicht ganz korrekt.
      Bsp.
      Raum Bad habe ich festweise mit ein Thermostat mit 5 Perioden angelegt.
      Periode 0: 23°C @ 07:00 Uhr
      Periode 1: 18°C @ 08:35 Uhr
      Periode 2: 18°C @ 08:45 Uhr
      Periode 3: 18°C @ 12:00 Uhr
      Periode 4: 18°C @ 21:00 Uhr

      Der Present und der Heatingpresent stehen jeweils auf true.

      Mein Problem ist das der Adapter nicht zur gewünschten Zeit die Thermostate stellt. Log Eintrag um diese Uhrzeit ist eine Fehlanzeige. Es gibt kein Log.
      Stelle ich aber manuell an der Zieltemperatur in den Perioden was um wird sofort aktualisiert.
      Was läuft bei mir falsch?


      heatingcontrol.0 2019-09-29 08:55:43.790 info room Bad Thermostat Heating 1 set to 18
      zwave.0 2019-09-29 08:55:43.774 debug setState for: nodeID=40: comClass=67: index=1: instance=1: value=21
      zwave.0 2019-09-29 08:55:43.771 debug stateChange zwave.0.NODE40.THERMOSTAT_SETPOINT.Heat_1 set {"val":21,"ack":false,"ts":1569740143761,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1569738732728}
      zwave.0 2019-09-29 08:55:43.761 debug setState for: nodeID=39: comClass=67: index=1: instance=1: value=21
      zwave.0 2019-09-29 08:55:43.760 debug stateChange zwave.0.NODE39.THERMOSTAT_SETPOINT.Heating_1_1 set {"val":21,"ack":false,"ts":1569740143756,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1569738732718}
      heatingcontrol.0 2019-09-29 08:55:43.760 info room Wohnzimmer Thermostat Heat set to 21
      heatingcontrol.0 2019-09-29 08:55:43.755 info room Wohnzimmer Thermostat Heizung Wohnzimmer set to 21
      heatingcontrol.0 2019-09-29 08:55:43.718 info calculating new target temperatures

      Sonst erstmal danke an Rene_HM für die Arbeit :-)

      Rene_HMR 1 Antwort Letzte Antwort
      0
      • B BlackJAck

        Moin,

        bin gerade auch am tüfteln mit dem Adapter.
        Ich habe Zwave Thermostate die zwar nicht erkannt werden, aber man kann Sie(danke RENE_HM) auch manuell einfügen.
        Bei allen habe ich den OID-Aktueller und Zielwert auf den SetPoint des Thermostat gelegt.

        Scheinbar funktioniert das bei mir mit den Zeiten nicht ganz korrekt.
        Bsp.
        Raum Bad habe ich festweise mit ein Thermostat mit 5 Perioden angelegt.
        Periode 0: 23°C @ 07:00 Uhr
        Periode 1: 18°C @ 08:35 Uhr
        Periode 2: 18°C @ 08:45 Uhr
        Periode 3: 18°C @ 12:00 Uhr
        Periode 4: 18°C @ 21:00 Uhr

        Der Present und der Heatingpresent stehen jeweils auf true.

        Mein Problem ist das der Adapter nicht zur gewünschten Zeit die Thermostate stellt. Log Eintrag um diese Uhrzeit ist eine Fehlanzeige. Es gibt kein Log.
        Stelle ich aber manuell an der Zieltemperatur in den Perioden was um wird sofort aktualisiert.
        Was läuft bei mir falsch?


        heatingcontrol.0 2019-09-29 08:55:43.790 info room Bad Thermostat Heating 1 set to 18
        zwave.0 2019-09-29 08:55:43.774 debug setState for: nodeID=40: comClass=67: index=1: instance=1: value=21
        zwave.0 2019-09-29 08:55:43.771 debug stateChange zwave.0.NODE40.THERMOSTAT_SETPOINT.Heat_1 set {"val":21,"ack":false,"ts":1569740143761,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1569738732728}
        zwave.0 2019-09-29 08:55:43.761 debug setState for: nodeID=39: comClass=67: index=1: instance=1: value=21
        zwave.0 2019-09-29 08:55:43.760 debug stateChange zwave.0.NODE39.THERMOSTAT_SETPOINT.Heating_1_1 set {"val":21,"ack":false,"ts":1569740143756,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1569738732718}
        heatingcontrol.0 2019-09-29 08:55:43.760 info room Wohnzimmer Thermostat Heat set to 21
        heatingcontrol.0 2019-09-29 08:55:43.755 info room Wohnzimmer Thermostat Heizung Wohnzimmer set to 21
        heatingcontrol.0 2019-09-29 08:55:43.718 info calculating new target temperatures

        Sonst erstmal danke an Rene_HM für die Arbeit :-)

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

        @BlackJAck sagte in Adapter: HeatingControl:

        Bei allen habe ich den OID-Aktueller und Zielwert auf den SetPoint des Thermostat gelegt.

        Zunächst erst mal bitte nur die Ziel-OID verwenden. Die OID für Aktuell kann frei bleiben, wenn man das nicht benötigt. Aber bitte nicht in beide OID den gleichen Wert eintragen...
        Bzgl. der Zeiten:
        Bitte mal irgendeine Zeit ändern (oder den Adapter neu starten) und dann das debug-Log anschauen (und evtl. hier posten). Im log sollte etwas in der Art erscheinen:

        [INFO] status = true next event: 29 Sep 2019 21:00:00
        [INFO] status = true next event: 29 Sep 2019 13:00:00
        [INFO] status = true next event: 29 Sep 2019 12:00:00
        [INFO] status = true next event: 30 Sep 2019 08:00:00
        [INFO] status = true next event: 30 Sep 2019 04:42:00
        [INFO] status = true next event: 31 Mar 2020 23:55:00
        [INFO] status = true next event: 1 Oct 2019 00:05:00
        cron jobs
        
        1 Antwort Letzte Antwort
        0
        • ChaotC Chaot

          Gibt es eigentlich die Möglichkeit ein bestimmtes Programm zu hinterlegen?

          Mir ist klar das das jetzt etwas Jammern auf hohem Niveau ist, aber ich denke da an bestimmte Szenarien die bei mir vorkommen die ich dadurch automatisieren könnte.
          Beispielsweise:
          Sohn kommt heim (Telefon aktiv) - Zimmer Sohn wird hochgefahren auf Urlaubstemp.:construction_worker:
          Tochter kommt heim - Zimmer Tochter und Wohnzimmer wird hochgefahren
          Frau kommt heim - Wohnzimmer wird auf Komfortwert hochgefahren
          Eltern Krank - WZ und SZ warm:face_with_thermometer: (speziell bei Männergrippe)
          Tochter krank - WZ und Kinderzimmer warm:crying_cat_face:
          Die restlichen Thermostate sollen dann normal weiterlaufen wie eingestellt.

          Ich habe aber keine Ahnung ob sowas überhaupt umsetzbar ist.
          In der Fritzbox gibt es für sowas Szenen die man da programmieren hann. Aber ich möchte das eigentlich lieber über den ioBroker machen.

          Ach noch vergessen:
          Hund bellt - Heizung geht aus (der traut sich nur zu bellen wenn keiner da ist):imp:

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

          @Chaot sagte in Adapter: HeatingControl:

          Gibt es eigentlich die Möglichkeit ein bestimmtes Programm zu hinterlegen?

          Hier ist der Plan, dass man eine manuelle Ziel-Temperatur vorgeben kann, die für eine gewisse Zeit eingestellt bleibt. Das könnte man dann per script entsprechend steuern.

          ChaotC 1 Antwort Letzte Antwort
          0
          • Rene_HMR Rene_HM

            @Chaot sagte in Adapter: HeatingControl:

            Gibt es eigentlich die Möglichkeit ein bestimmtes Programm zu hinterlegen?

            Hier ist der Plan, dass man eine manuelle Ziel-Temperatur vorgeben kann, die für eine gewisse Zeit eingestellt bleibt. Das könnte man dann per script entsprechend steuern.

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

            @Rene_HM Das wäre genau das Richtige.
            Danke.

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

            1 Antwort Letzte Antwort
            0
            • B Offline
              B Offline
              BlackJAck
              schrieb am zuletzt editiert von BlackJAck
              #135

              Danke schon mal für die Info mit dem Zielwert. Hatte es irgendwo in einem Screen gesehen das die gleichen Datenpunkte gesetzt waren. Was heißt eigentlich OID? Object ID?
              Übrigens hatte ich noch das Problem, das ich den Aktueller Wert OID nicht so einfach löschen konnte.
              Ich habe den Wert per Entfernen Taste entfernt und OK gedrückt und zur Kontrolle nochmal rein, da Stand er wieder drin.
              Erst nach dem ich das Thermostat gelöscht und neu angelegt habe war es weg.

              Hier mal der Log fürs Bad:

              heatingcontrol.0	2019-09-29 10:37:50.899	debug	system.adapter.admin.0: logging true
              admin.0	2019-09-29 10:37:45.194	info	successful connection to socket.io from ::ffff:192.168.2.23
              heatingcontrol.0	2019-09-29 10:37:20.983	debug	### all StateChange handled
              heatingcontrol.0	2019-09-29 10:37:20.982	debug	### already done 10:38 / 10:38 /// heatingcontrol.0.Profiles.0.Bad.Su-So.Periods.3.time / heatingcontrol.0.Profiles.0.Bad.Su-So.Periods.3.time
              heatingcontrol.0	2019-09-29 10:37:20.982	debug	### handle state change heatingcontrol.0.Profiles.0.Bad.Su-So.Periods.3.time {"val":"10:38","ack":true,"ts":1569746240979,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc
              heatingcontrol.0	2019-09-29 10:37:20.977	debug	### 111 handled
              heatingcontrol.0	2019-09-29 10:37:20.977	debug	[INFO] status = true next event: 5 Oct 2019 21:00:00
              heatingcontrol.0	2019-09-29 10:37:20.973	debug	[INFO] status = true next event: 5 Oct 2019 10:38:00
              heatingcontrol.0	2019-09-29 10:37:20.967	debug	[INFO] status = true next event: 5 Oct 2019 08:45:00
              heatingcontrol.0	2019-09-29 10:37:20.961	debug	[INFO] status = true next event: 5 Oct 2019 08:35:00
              heatingcontrol.0	2019-09-29 10:37:20.955	debug	[INFO] status = true next event: 5 Oct 2019 07:00:00
              heatingcontrol.0	2019-09-29 10:37:20.953	debug	[INFO] status = true next event: 30 Sep 2019 21:00:00
              heatingcontrol.0	2019-09-29 10:37:20.949	debug	[INFO] status = true next event: 30 Sep 2019 16:00:00
              heatingcontrol.0	2019-09-29 10:37:20.947	debug	[INFO] status = true next event: 30 Sep 2019 12:00:00
              heatingcontrol.0	2019-09-29 10:37:20.945	debug	[INFO] status = true next event: 30 Sep 2019 06:30:00
              heatingcontrol.0	2019-09-29 10:37:20.940	debug	[INFO] status = true next event: 30 Sep 2019 05:00:00
              heatingcontrol.0	2019-09-29 10:37:20.938	debug	cron jobs
              

              Was mich wunder ist der Eintrag:

              heatingcontrol.0	2019-09-29 10:37:20.982	debug	### already done 10:38 / 10:38 /// heatingcontrol.0.Profiles.0.Bad.Su-So.Periods.3.time / heatingcontrol.0.Profiles.0.Bad.Su-So.Periods.3.time
              

              bzw. warum die Events für Samstag bis Sonntag auf das nächste WE zeigen

              Rene_HMR 1 Antwort Letzte Antwort
              0
              • M Offline
                M Offline
                mrMuppet
                schrieb am zuletzt editiert von
                #136

                Ich plane gerade meine Heizung vom Heizungsscript auf diesen Adapter umzustellen. Leider werden mir Geräte immer nur beim Anlegen angezeigt, danach sind sie verschwunden. Woran kann das liegen?

                ioBroker auf NUC (Celeron mit Ubuntu-Server)

                Homematic, HMIP, Hue, Unifi, Plex, Nest, Roborock, Google Assistant

                Rene_HMR 1 Antwort Letzte Antwort
                0
                • M mrMuppet

                  Ich plane gerade meine Heizung vom Heizungsscript auf diesen Adapter umzustellen. Leider werden mir Geräte immer nur beim Anlegen angezeigt, danach sind sie verschwunden. Woran kann das liegen?

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

                  @mrMuppet evtl. die Option "Löschen aller Geräte bei Admin-Start" aktiviert? Das sollte deaktiviert sein. Ich werde das in der nächsten Version automatisch ausschalten...

                  M 1 Antwort Letzte Antwort
                  0
                  • B BlackJAck

                    Danke schon mal für die Info mit dem Zielwert. Hatte es irgendwo in einem Screen gesehen das die gleichen Datenpunkte gesetzt waren. Was heißt eigentlich OID? Object ID?
                    Übrigens hatte ich noch das Problem, das ich den Aktueller Wert OID nicht so einfach löschen konnte.
                    Ich habe den Wert per Entfernen Taste entfernt und OK gedrückt und zur Kontrolle nochmal rein, da Stand er wieder drin.
                    Erst nach dem ich das Thermostat gelöscht und neu angelegt habe war es weg.

                    Hier mal der Log fürs Bad:

                    heatingcontrol.0	2019-09-29 10:37:50.899	debug	system.adapter.admin.0: logging true
                    admin.0	2019-09-29 10:37:45.194	info	successful connection to socket.io from ::ffff:192.168.2.23
                    heatingcontrol.0	2019-09-29 10:37:20.983	debug	### all StateChange handled
                    heatingcontrol.0	2019-09-29 10:37:20.982	debug	### already done 10:38 / 10:38 /// heatingcontrol.0.Profiles.0.Bad.Su-So.Periods.3.time / heatingcontrol.0.Profiles.0.Bad.Su-So.Periods.3.time
                    heatingcontrol.0	2019-09-29 10:37:20.982	debug	### handle state change heatingcontrol.0.Profiles.0.Bad.Su-So.Periods.3.time {"val":"10:38","ack":true,"ts":1569746240979,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc
                    heatingcontrol.0	2019-09-29 10:37:20.977	debug	### 111 handled
                    heatingcontrol.0	2019-09-29 10:37:20.977	debug	[INFO] status = true next event: 5 Oct 2019 21:00:00
                    heatingcontrol.0	2019-09-29 10:37:20.973	debug	[INFO] status = true next event: 5 Oct 2019 10:38:00
                    heatingcontrol.0	2019-09-29 10:37:20.967	debug	[INFO] status = true next event: 5 Oct 2019 08:45:00
                    heatingcontrol.0	2019-09-29 10:37:20.961	debug	[INFO] status = true next event: 5 Oct 2019 08:35:00
                    heatingcontrol.0	2019-09-29 10:37:20.955	debug	[INFO] status = true next event: 5 Oct 2019 07:00:00
                    heatingcontrol.0	2019-09-29 10:37:20.953	debug	[INFO] status = true next event: 30 Sep 2019 21:00:00
                    heatingcontrol.0	2019-09-29 10:37:20.949	debug	[INFO] status = true next event: 30 Sep 2019 16:00:00
                    heatingcontrol.0	2019-09-29 10:37:20.947	debug	[INFO] status = true next event: 30 Sep 2019 12:00:00
                    heatingcontrol.0	2019-09-29 10:37:20.945	debug	[INFO] status = true next event: 30 Sep 2019 06:30:00
                    heatingcontrol.0	2019-09-29 10:37:20.940	debug	[INFO] status = true next event: 30 Sep 2019 05:00:00
                    heatingcontrol.0	2019-09-29 10:37:20.938	debug	cron jobs
                    

                    Was mich wunder ist der Eintrag:

                    heatingcontrol.0	2019-09-29 10:37:20.982	debug	### already done 10:38 / 10:38 /// heatingcontrol.0.Profiles.0.Bad.Su-So.Periods.3.time / heatingcontrol.0.Profiles.0.Bad.Su-So.Periods.3.time
                    

                    bzw. warum die Events für Samstag bis Sonntag auf das nächste WE zeigen

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

                    @BlackJAck Das "already done" bezieht sich auf Änderungen, die noch bearbeitet werden müssen. Das sollte nicht das Problem sein.
                    Kannst du aber mal schauen, ob du Warnungen "wrong order of periods: ..." bekommst? Oder die kompletten logs posten, die nach Änderung einer Zeit erscheinen. Eigentlich sollte mindestens das event um 10:38 und 21:00 für heute berechnet werden und nicht erst nächste Woche...

                    1 Antwort Letzte Antwort
                    0
                    • B Offline
                      B Offline
                      BlackJAck
                      schrieb am zuletzt editiert von
                      #139

                      Ein "wrong order of Periods"finde ich nicht.
                      Hier das müsste der komplette Log sein.

                      code_text
                      heatingcontrol.0	2019-09-29 11:45:06.543	debug	system.adapter.admin.0: logging true
                      heatingcontrol.0	2019-09-29 11:45:05.687	debug	system.adapter.admin.0: logging false
                      heatingcontrol.0	2019-09-29 11:45:05.308	debug	### all StateChange handled
                      heatingcontrol.0	2019-09-29 11:45:05.307	debug	### already done 11:50 / 11:50 /// heatingcontrol.0.Profiles.0.Bad.Su-So.Periods.3.time / heatingcontrol.0.Profiles.0.Bad.Su-So.Periods.3.time
                      heatingcontrol.0	2019-09-29 11:45:05.306	debug	### handle state change heatingcontrol.0.Profiles.0.Bad.Su-So.Periods.3.time {"val":"11:50","ack":true,"ts":1569750305300,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc
                      heatingcontrol.0	2019-09-29 11:45:05.299	debug	### 111 handled
                      heatingcontrol.0	2019-09-29 11:45:05.299	debug	[INFO] status = true next event: 5 Oct 2019 21:00:00
                      heatingcontrol.0	2019-09-29 11:45:05.292	debug	[INFO] status = true next event: 5 Oct 2019 11:50:00
                      heatingcontrol.0	2019-09-29 11:45:05.284	debug	[INFO] status = true next event: 5 Oct 2019 08:45:00
                      heatingcontrol.0	2019-09-29 11:45:05.276	debug	[INFO] status = true next event: 5 Oct 2019 08:35:00
                      heatingcontrol.0	2019-09-29 11:45:05.270	debug	[INFO] status = true next event: 5 Oct 2019 07:00:00
                      heatingcontrol.0	2019-09-29 11:45:05.267	debug	[INFO] status = true next event: 30 Sep 2019 21:00:00
                      heatingcontrol.0	2019-09-29 11:45:05.261	debug	[INFO] status = true next event: 30 Sep 2019 16:00:00
                      heatingcontrol.0	2019-09-29 11:45:05.258	debug	[INFO] status = true next event: 30 Sep 2019 12:00:00
                      heatingcontrol.0	2019-09-29 11:45:05.255	debug	[INFO] status = true next event: 30 Sep 2019 06:30:00
                      heatingcontrol.0	2019-09-29 11:45:05.250	debug	[INFO] status = true next event: 30 Sep 2019 05:00:00
                      heatingcontrol.0	2019-09-29 11:45:05.247	debug	cron jobs
                      heatingcontrol.0	2019-09-29 11:45:05.236	info	room Bad Thermostat Bad set to 18
                      heatingcontrol.0	2019-09-29 11:45:05.235	debug	### 18 0 0 0 0 0
                      heatingcontrol.0	2019-09-29 11:45:05.231	debug	check ID Profiles.0.Bad.Su-So.Periods.4.time
                      heatingcontrol.0	2019-09-29 11:45:05.228	debug	check ID Profiles.0.Bad.Su-So.Periods.3.time
                      heatingcontrol.0	2019-09-29 11:45:05.227	debug	check time for Bad Profiles.0.Bad.Su-So.Periods.2.time 18
                      heatingcontrol.0	2019-09-29 11:45:05.221	debug	check ID Profiles.0.Bad.Su-So.Periods.2.time
                      heatingcontrol.0	2019-09-29 11:45:05.221	debug	check time for Bad Profiles.0.Bad.Su-So.Periods.1.time 18
                      heatingcontrol.0	2019-09-29 11:45:05.212	debug	check ID Profiles.0.Bad.Su-So.Periods.1.time
                      heatingcontrol.0	2019-09-29 11:45:05.212	debug	check time for Bad Profiles.0.Bad.Su-So.Periods.0.time 23
                      heatingcontrol.0	2019-09-29 11:45:05.201	debug	check ID Profiles.0.Bad.Su-So.Periods.0.time
                      heatingcontrol.0	2019-09-29 11:45:05.201	debug	number of periods 5
                      heatingcontrol.0	2019-09-29 11:45:05.201	debug	check room Bad
                      heatingcontrol.0	2019-09-29 11:45:05.200	debug	profile 0
                      heatingcontrol.0	2019-09-29 11:45:05.197	debug	get profile
                      heatingcontrol.0	2019-09-29 11:45:05.196	debug	profile type 2
                      heatingcontrol.0	2019-09-29 11:45:05.165	info	calculating new target temperatures
                      heatingcontrol.0	2019-09-29 11:45:05.165	debug	[INFO] status = true next event: 5 Oct 2019 21:00:00
                      heatingcontrol.0	2019-09-29 11:45:05.161	debug	[INFO] status = true next event: 5 Oct 2019 11:50:00
                      heatingcontrol.0	2019-09-29 11:45:05.154	debug	[INFO] status = true next event: 5 Oct 2019 08:45:00
                      heatingcontrol.0	2019-09-29 11:45:05.147	debug	[INFO] status = true next event: 5 Oct 2019 08:35:00
                      heatingcontrol.0	2019-09-29 11:45:05.142	debug	[INFO] status = true next event: 5 Oct 2019 07:00:00
                      heatingcontrol.0	2019-09-29 11:45:05.139	debug	[INFO] status = true next event: 30 Sep 2019 21:00:00
                      heatingcontrol.0	2019-09-29 11:45:05.136	debug	[INFO] status = true next event: 30 Sep 2019 16:00:00
                      heatingcontrol.0	2019-09-29 11:45:05.131	debug	[INFO] status = true next event: 30 Sep 2019 12:00:00
                      heatingcontrol.0	2019-09-29 11:45:05.128	debug	[INFO] status = true next event: 30 Sep 2019 06:30:00
                      heatingcontrol.0	2019-09-29 11:45:05.122	debug	[INFO] status = true next event: 30 Sep 2019 05:00:00
                      heatingcontrol.0	2019-09-29 11:45:05.120	debug	cron jobs
                      heatingcontrol.0	2019-09-29 11:45:05.112	debug	create cron job #9 at 21:0 string: 0 0 21 * * 6-7 Europe/Berlin
                      heatingcontrol.0	2019-09-29 11:45:05.100	debug	create cron job #8 at 11:50 string: 0 50 11 * * 6-7 Europe/Berlin
                      heatingcontrol.0	2019-09-29 11:45:05.087	debug	create cron job #7 at 8:45 string: 0 45 8 * * 6-7 Europe/Berlin
                      heatingcontrol.0	2019-09-29 11:45:05.075	debug	create cron job #6 at 8:35 string: 0 35 8 * * 6-7 Europe/Berlin
                      heatingcontrol.0	2019-09-29 11:45:05.067	debug	create cron job #5 at 7:0 string: 0 0 7 * * 6-7 Europe/Berlin
                      heatingcontrol.0	2019-09-29 11:45:05.058	debug	create cron job #4 at 21:0 string: 0 0 21 * * 1-5 Europe/Berlin
                      heatingcontrol.0	2019-09-29 11:45:05.049	debug	create cron job #3 at 16:0 string: 0 0 16 * * 1-5 Europe/Berlin
                      heatingcontrol.0	2019-09-29 11:45:05.042	debug	create cron job #2 at 12:0 string: 0 0 12 * * 1-5 Europe/Berlin
                      heatingcontrol.0	2019-09-29 11:45:05.030	debug	create cron job #1 at 6:30 string: 0 30 6 * * 1-5 Europe/Berlin
                      heatingcontrol.0	2019-09-29 11:45:05.020	debug	create cron job #0 at 5:0 string: 0 0 5 * * 1-5 Europe/Berlin
                      heatingcontrol.0	2019-09-29 11:45:05.020	debug	push to list = 21,00,00
                      heatingcontrol.0	2019-09-29 11:45:05.019	debug	---2 found time for Bad at {"val":"21:00:00","ack":true,"ts":1569681039590,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1569681039590} 21:00:00
                      heatingcontrol.0	2019-09-29 11:45:05.013	debug	push to list = 11,50
                      heatingcontrol.0	2019-09-29 11:45:05.012	debug	---2 found time for Bad at {"val":"11:50","ack":true,"ts":1569750304940,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1569750304936} 11:50
                      heatingcontrol.0	2019-09-29 11:45:05.008	debug	push to list = 08,45
                      heatingcontrol.0	2019-09-29 11:45:05.007	debug	---2 found time for Bad at {"val":"08:45","ack":true,"ts":1569740143852,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1569740143502} 08:45
                      heatingcontrol.0	2019-09-29 11:45:05.003	debug	push to list = 08,35
                      heatingcontrol.0	2019-09-29 11:45:05.002	debug	---2 found time for Bad at {"val":"08:35","ack":true,"ts":1569746222597,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1569738661298} 08:35
                      heatingcontrol.0	2019-09-29 11:45:04.998	debug	push to list = 07,00
                      heatingcontrol.0	2019-09-29 11:45:04.997	debug	---2 found time for Bad at {"val":"07:00","ack":true,"ts":1569681124800,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1569681124393} 07:00
                      heatingcontrol.0	2019-09-29 11:45:04.991	debug	push to list = 21,00,00
                      heatingcontrol.0	2019-09-29 11:45:04.990	debug	---1 found time for Bad at {"val":"21:00:00","ack":true,"ts":1569681039569,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1569681039569} 21:00:00
                      heatingcontrol.0	2019-09-29 11:45:04.986	debug	push to list = 16,00,00
                      heatingcontrol.0	2019-09-29 11:45:04.985	debug	---1 found time for Bad at {"val":"16:00:00","ack":true,"ts":1569681039567,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1569681039567} 16:00:00
                      heatingcontrol.0	2019-09-29 11:45:04.978	debug	push to list = 12,00,00
                      heatingcontrol.0	2019-09-29 11:45:04.977	debug	---1 found time for Bad at {"val":"12:00:00","ack":true,"ts":1569681039566,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1569681039566} 12:00:00
                      heatingcontrol.0	2019-09-29 11:45:04.970	debug	push to list = 06,30
                      heatingcontrol.0	2019-09-29 11:45:04.970	debug	---1 found time for Bad at {"val":"06:30","ack":true,"ts":1569681089470,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1569681088908} 06:30
                      heatingcontrol.0	2019-09-29 11:45:04.967	debug	push to list = 05,00,00
                      heatingcontrol.0	2019-09-29 11:45:04.966	debug	---1 found time for Bad at {"val":"05:00:00","ack":true,"ts":1569681039562,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1569681039562} 05:00:00
                      heatingcontrol.0	2019-09-29 11:45:04.956	debug	profile 0
                      heatingcontrol.0	2019-09-29 11:45:04.950	debug	get profile
                      heatingcontrol.0	2019-09-29 11:45:04.949	debug	cron job stopped
                      heatingcontrol.0	2019-09-29 11:45:04.949	debug	cron job stopped
                      heatingcontrol.0	2019-09-29 11:45:04.949	debug	cron job stopped
                      heatingcontrol.0	2019-09-29 11:45:04.949	debug	cron job stopped
                      heatingcontrol.0	2019-09-29 11:45:04.949	debug	cron job stopped
                      heatingcontrol.0	2019-09-29 11:45:04.948	debug	cron job stopped
                      heatingcontrol.0	2019-09-29 11:45:04.948	debug	cron job stopped
                      heatingcontrol.0	2019-09-29 11:45:04.948	debug	cron job stopped
                      heatingcontrol.0	2019-09-29 11:45:04.947	debug	cron job stopped
                      heatingcontrol.0	2019-09-29 11:45:04.947	debug	cron job stopped
                      heatingcontrol.0	2019-09-29 11:45:04.947	debug	delete 10 cron jobs
                      heatingcontrol.0	2019-09-29 11:45:04.946	debug	start CalculateNextTime, profile type 2
                      heatingcontrol.0	2019-09-29 11:45:04.945	debug	### already done 11:50 / 11:50 /// heatingcontrol.0.Profiles.0.Bad.Su-So.Periods.3.time / heatingcontrol.0.Profiles.0.Bad.Su-So.Periods.3.time
                      heatingcontrol.0	2019-09-29 11:45:04.944	debug	### handle state change heatingcontrol.0.Profiles.0.Bad.Su-So.Periods.3.time {"val":"11:50","ack":true,"ts":1569750304940,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc
                      heatingcontrol.0	2019-09-29 11:45:04.938	debug	### handle state change heatingcontrol.0.Profiles.0.Bad.Su-So.Periods.3.time {"val":"11:50","ack":false,"ts":1569750304936,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":156975
                      heatingcontrol.0	2019-09-29 11:33:35.481	debug	system.adapter.admin.0: logging true
                      heatingcontrol.0	2019-09-29 11:20:47.946	debug	system.adapter.admin.0: logging false
                      
                      Rene_HMR 1 Antwort Letzte Antwort
                      0
                      • B BlackJAck

                        Ein "wrong order of Periods"finde ich nicht.
                        Hier das müsste der komplette Log sein.

                        code_text
                        heatingcontrol.0	2019-09-29 11:45:06.543	debug	system.adapter.admin.0: logging true
                        heatingcontrol.0	2019-09-29 11:45:05.687	debug	system.adapter.admin.0: logging false
                        heatingcontrol.0	2019-09-29 11:45:05.308	debug	### all StateChange handled
                        heatingcontrol.0	2019-09-29 11:45:05.307	debug	### already done 11:50 / 11:50 /// heatingcontrol.0.Profiles.0.Bad.Su-So.Periods.3.time / heatingcontrol.0.Profiles.0.Bad.Su-So.Periods.3.time
                        heatingcontrol.0	2019-09-29 11:45:05.306	debug	### handle state change heatingcontrol.0.Profiles.0.Bad.Su-So.Periods.3.time {"val":"11:50","ack":true,"ts":1569750305300,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc
                        heatingcontrol.0	2019-09-29 11:45:05.299	debug	### 111 handled
                        heatingcontrol.0	2019-09-29 11:45:05.299	debug	[INFO] status = true next event: 5 Oct 2019 21:00:00
                        heatingcontrol.0	2019-09-29 11:45:05.292	debug	[INFO] status = true next event: 5 Oct 2019 11:50:00
                        heatingcontrol.0	2019-09-29 11:45:05.284	debug	[INFO] status = true next event: 5 Oct 2019 08:45:00
                        heatingcontrol.0	2019-09-29 11:45:05.276	debug	[INFO] status = true next event: 5 Oct 2019 08:35:00
                        heatingcontrol.0	2019-09-29 11:45:05.270	debug	[INFO] status = true next event: 5 Oct 2019 07:00:00
                        heatingcontrol.0	2019-09-29 11:45:05.267	debug	[INFO] status = true next event: 30 Sep 2019 21:00:00
                        heatingcontrol.0	2019-09-29 11:45:05.261	debug	[INFO] status = true next event: 30 Sep 2019 16:00:00
                        heatingcontrol.0	2019-09-29 11:45:05.258	debug	[INFO] status = true next event: 30 Sep 2019 12:00:00
                        heatingcontrol.0	2019-09-29 11:45:05.255	debug	[INFO] status = true next event: 30 Sep 2019 06:30:00
                        heatingcontrol.0	2019-09-29 11:45:05.250	debug	[INFO] status = true next event: 30 Sep 2019 05:00:00
                        heatingcontrol.0	2019-09-29 11:45:05.247	debug	cron jobs
                        heatingcontrol.0	2019-09-29 11:45:05.236	info	room Bad Thermostat Bad set to 18
                        heatingcontrol.0	2019-09-29 11:45:05.235	debug	### 18 0 0 0 0 0
                        heatingcontrol.0	2019-09-29 11:45:05.231	debug	check ID Profiles.0.Bad.Su-So.Periods.4.time
                        heatingcontrol.0	2019-09-29 11:45:05.228	debug	check ID Profiles.0.Bad.Su-So.Periods.3.time
                        heatingcontrol.0	2019-09-29 11:45:05.227	debug	check time for Bad Profiles.0.Bad.Su-So.Periods.2.time 18
                        heatingcontrol.0	2019-09-29 11:45:05.221	debug	check ID Profiles.0.Bad.Su-So.Periods.2.time
                        heatingcontrol.0	2019-09-29 11:45:05.221	debug	check time for Bad Profiles.0.Bad.Su-So.Periods.1.time 18
                        heatingcontrol.0	2019-09-29 11:45:05.212	debug	check ID Profiles.0.Bad.Su-So.Periods.1.time
                        heatingcontrol.0	2019-09-29 11:45:05.212	debug	check time for Bad Profiles.0.Bad.Su-So.Periods.0.time 23
                        heatingcontrol.0	2019-09-29 11:45:05.201	debug	check ID Profiles.0.Bad.Su-So.Periods.0.time
                        heatingcontrol.0	2019-09-29 11:45:05.201	debug	number of periods 5
                        heatingcontrol.0	2019-09-29 11:45:05.201	debug	check room Bad
                        heatingcontrol.0	2019-09-29 11:45:05.200	debug	profile 0
                        heatingcontrol.0	2019-09-29 11:45:05.197	debug	get profile
                        heatingcontrol.0	2019-09-29 11:45:05.196	debug	profile type 2
                        heatingcontrol.0	2019-09-29 11:45:05.165	info	calculating new target temperatures
                        heatingcontrol.0	2019-09-29 11:45:05.165	debug	[INFO] status = true next event: 5 Oct 2019 21:00:00
                        heatingcontrol.0	2019-09-29 11:45:05.161	debug	[INFO] status = true next event: 5 Oct 2019 11:50:00
                        heatingcontrol.0	2019-09-29 11:45:05.154	debug	[INFO] status = true next event: 5 Oct 2019 08:45:00
                        heatingcontrol.0	2019-09-29 11:45:05.147	debug	[INFO] status = true next event: 5 Oct 2019 08:35:00
                        heatingcontrol.0	2019-09-29 11:45:05.142	debug	[INFO] status = true next event: 5 Oct 2019 07:00:00
                        heatingcontrol.0	2019-09-29 11:45:05.139	debug	[INFO] status = true next event: 30 Sep 2019 21:00:00
                        heatingcontrol.0	2019-09-29 11:45:05.136	debug	[INFO] status = true next event: 30 Sep 2019 16:00:00
                        heatingcontrol.0	2019-09-29 11:45:05.131	debug	[INFO] status = true next event: 30 Sep 2019 12:00:00
                        heatingcontrol.0	2019-09-29 11:45:05.128	debug	[INFO] status = true next event: 30 Sep 2019 06:30:00
                        heatingcontrol.0	2019-09-29 11:45:05.122	debug	[INFO] status = true next event: 30 Sep 2019 05:00:00
                        heatingcontrol.0	2019-09-29 11:45:05.120	debug	cron jobs
                        heatingcontrol.0	2019-09-29 11:45:05.112	debug	create cron job #9 at 21:0 string: 0 0 21 * * 6-7 Europe/Berlin
                        heatingcontrol.0	2019-09-29 11:45:05.100	debug	create cron job #8 at 11:50 string: 0 50 11 * * 6-7 Europe/Berlin
                        heatingcontrol.0	2019-09-29 11:45:05.087	debug	create cron job #7 at 8:45 string: 0 45 8 * * 6-7 Europe/Berlin
                        heatingcontrol.0	2019-09-29 11:45:05.075	debug	create cron job #6 at 8:35 string: 0 35 8 * * 6-7 Europe/Berlin
                        heatingcontrol.0	2019-09-29 11:45:05.067	debug	create cron job #5 at 7:0 string: 0 0 7 * * 6-7 Europe/Berlin
                        heatingcontrol.0	2019-09-29 11:45:05.058	debug	create cron job #4 at 21:0 string: 0 0 21 * * 1-5 Europe/Berlin
                        heatingcontrol.0	2019-09-29 11:45:05.049	debug	create cron job #3 at 16:0 string: 0 0 16 * * 1-5 Europe/Berlin
                        heatingcontrol.0	2019-09-29 11:45:05.042	debug	create cron job #2 at 12:0 string: 0 0 12 * * 1-5 Europe/Berlin
                        heatingcontrol.0	2019-09-29 11:45:05.030	debug	create cron job #1 at 6:30 string: 0 30 6 * * 1-5 Europe/Berlin
                        heatingcontrol.0	2019-09-29 11:45:05.020	debug	create cron job #0 at 5:0 string: 0 0 5 * * 1-5 Europe/Berlin
                        heatingcontrol.0	2019-09-29 11:45:05.020	debug	push to list = 21,00,00
                        heatingcontrol.0	2019-09-29 11:45:05.019	debug	---2 found time for Bad at {"val":"21:00:00","ack":true,"ts":1569681039590,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1569681039590} 21:00:00
                        heatingcontrol.0	2019-09-29 11:45:05.013	debug	push to list = 11,50
                        heatingcontrol.0	2019-09-29 11:45:05.012	debug	---2 found time for Bad at {"val":"11:50","ack":true,"ts":1569750304940,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1569750304936} 11:50
                        heatingcontrol.0	2019-09-29 11:45:05.008	debug	push to list = 08,45
                        heatingcontrol.0	2019-09-29 11:45:05.007	debug	---2 found time for Bad at {"val":"08:45","ack":true,"ts":1569740143852,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1569740143502} 08:45
                        heatingcontrol.0	2019-09-29 11:45:05.003	debug	push to list = 08,35
                        heatingcontrol.0	2019-09-29 11:45:05.002	debug	---2 found time for Bad at {"val":"08:35","ack":true,"ts":1569746222597,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1569738661298} 08:35
                        heatingcontrol.0	2019-09-29 11:45:04.998	debug	push to list = 07,00
                        heatingcontrol.0	2019-09-29 11:45:04.997	debug	---2 found time for Bad at {"val":"07:00","ack":true,"ts":1569681124800,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1569681124393} 07:00
                        heatingcontrol.0	2019-09-29 11:45:04.991	debug	push to list = 21,00,00
                        heatingcontrol.0	2019-09-29 11:45:04.990	debug	---1 found time for Bad at {"val":"21:00:00","ack":true,"ts":1569681039569,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1569681039569} 21:00:00
                        heatingcontrol.0	2019-09-29 11:45:04.986	debug	push to list = 16,00,00
                        heatingcontrol.0	2019-09-29 11:45:04.985	debug	---1 found time for Bad at {"val":"16:00:00","ack":true,"ts":1569681039567,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1569681039567} 16:00:00
                        heatingcontrol.0	2019-09-29 11:45:04.978	debug	push to list = 12,00,00
                        heatingcontrol.0	2019-09-29 11:45:04.977	debug	---1 found time for Bad at {"val":"12:00:00","ack":true,"ts":1569681039566,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1569681039566} 12:00:00
                        heatingcontrol.0	2019-09-29 11:45:04.970	debug	push to list = 06,30
                        heatingcontrol.0	2019-09-29 11:45:04.970	debug	---1 found time for Bad at {"val":"06:30","ack":true,"ts":1569681089470,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1569681088908} 06:30
                        heatingcontrol.0	2019-09-29 11:45:04.967	debug	push to list = 05,00,00
                        heatingcontrol.0	2019-09-29 11:45:04.966	debug	---1 found time for Bad at {"val":"05:00:00","ack":true,"ts":1569681039562,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1569681039562} 05:00:00
                        heatingcontrol.0	2019-09-29 11:45:04.956	debug	profile 0
                        heatingcontrol.0	2019-09-29 11:45:04.950	debug	get profile
                        heatingcontrol.0	2019-09-29 11:45:04.949	debug	cron job stopped
                        heatingcontrol.0	2019-09-29 11:45:04.949	debug	cron job stopped
                        heatingcontrol.0	2019-09-29 11:45:04.949	debug	cron job stopped
                        heatingcontrol.0	2019-09-29 11:45:04.949	debug	cron job stopped
                        heatingcontrol.0	2019-09-29 11:45:04.949	debug	cron job stopped
                        heatingcontrol.0	2019-09-29 11:45:04.948	debug	cron job stopped
                        heatingcontrol.0	2019-09-29 11:45:04.948	debug	cron job stopped
                        heatingcontrol.0	2019-09-29 11:45:04.948	debug	cron job stopped
                        heatingcontrol.0	2019-09-29 11:45:04.947	debug	cron job stopped
                        heatingcontrol.0	2019-09-29 11:45:04.947	debug	cron job stopped
                        heatingcontrol.0	2019-09-29 11:45:04.947	debug	delete 10 cron jobs
                        heatingcontrol.0	2019-09-29 11:45:04.946	debug	start CalculateNextTime, profile type 2
                        heatingcontrol.0	2019-09-29 11:45:04.945	debug	### already done 11:50 / 11:50 /// heatingcontrol.0.Profiles.0.Bad.Su-So.Periods.3.time / heatingcontrol.0.Profiles.0.Bad.Su-So.Periods.3.time
                        heatingcontrol.0	2019-09-29 11:45:04.944	debug	### handle state change heatingcontrol.0.Profiles.0.Bad.Su-So.Periods.3.time {"val":"11:50","ack":true,"ts":1569750304940,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc
                        heatingcontrol.0	2019-09-29 11:45:04.938	debug	### handle state change heatingcontrol.0.Profiles.0.Bad.Su-So.Periods.3.time {"val":"11:50","ack":false,"ts":1569750304936,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":156975
                        heatingcontrol.0	2019-09-29 11:33:35.481	debug	system.adapter.admin.0: logging true
                        heatingcontrol.0	2019-09-29 11:20:47.946	debug	system.adapter.admin.0: logging false
                        
                        Rene_HMR Offline
                        Rene_HMR Offline
                        Rene_HM
                        Developer
                        schrieb am zuletzt editiert von
                        #140

                        @BlackJAck ich denke, den Fehler gefunden zu haben. Nimm mal die aktuelle Version vom github.

                        1 Antwort Letzte Antwort
                        0
                        • B Offline
                          B Offline
                          BlackJAck
                          schrieb am zuletzt editiert von
                          #141

                          Habe ich geändert dann bekomme ich beim starten der Instanz immer den Fehler im Log:

                          heatingcontrol.0	2019-09-29 16:43:55.978	error	exception in CheckTemperatureChange [Empty ID: {"val":21,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin"}]
                          heatingcontrol.0	2019-09-29 16:43:55.977	warn	Empty ID: {"val":21,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin"}
                          heatingcontrol.0	2019-09-29 16:43:55.976	info	room Bad Thermostat zwave.0.NODE44.THERMOSTAT_SETPOINT.Heating_1_1 set to 21
                          heatingcontrol.0	2019-09-29 16:43:55.919	info	calculating new target temperatures
                          heatingcontrol.0	2019-09-29 16:43:55.494	info	starting. Version 0.3.0 in /opt/iobroker/node_modules/iobroker.heatingcontrol, node: v8.16.0
                          host.ioBroker-HOME	2019-09-29 16:43:54.082	info	instance system.adapter.heatingcontrol.0 started with pid 7389
                          host.ioBroker-HOME	2019-09-29 16:43:51.587	info	instance system.adapter.heatingcontrol.0 terminated with code 0 (OK)
                          heatingcontrol.0	2019-09-29 16:43:51.567	info	cleaned everything up...
                          host.ioBroker-HOME	2019-09-29 16:43:51.555	info	stopInstance system.adapter.heatingcontrol.0 killing pid 4586
                          host.ioBroker-HOME	2019-09-29 16:43:51.555	info	stopInstance system.adapter.heatingcontrol.0
                          heatingcontrol.0	2019-09-29 16:43:51.557	info	cleaned everything up...
                          

                          Habe jetzt die Instanz auch nochmal gelöscht und neu geladen. Keine Besserung.

                          Rene_HMR 2 Antworten Letzte Antwort
                          0
                          • B BlackJAck

                            Habe ich geändert dann bekomme ich beim starten der Instanz immer den Fehler im Log:

                            heatingcontrol.0	2019-09-29 16:43:55.978	error	exception in CheckTemperatureChange [Empty ID: {"val":21,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin"}]
                            heatingcontrol.0	2019-09-29 16:43:55.977	warn	Empty ID: {"val":21,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin"}
                            heatingcontrol.0	2019-09-29 16:43:55.976	info	room Bad Thermostat zwave.0.NODE44.THERMOSTAT_SETPOINT.Heating_1_1 set to 21
                            heatingcontrol.0	2019-09-29 16:43:55.919	info	calculating new target temperatures
                            heatingcontrol.0	2019-09-29 16:43:55.494	info	starting. Version 0.3.0 in /opt/iobroker/node_modules/iobroker.heatingcontrol, node: v8.16.0
                            host.ioBroker-HOME	2019-09-29 16:43:54.082	info	instance system.adapter.heatingcontrol.0 started with pid 7389
                            host.ioBroker-HOME	2019-09-29 16:43:51.587	info	instance system.adapter.heatingcontrol.0 terminated with code 0 (OK)
                            heatingcontrol.0	2019-09-29 16:43:51.567	info	cleaned everything up...
                            host.ioBroker-HOME	2019-09-29 16:43:51.555	info	stopInstance system.adapter.heatingcontrol.0 killing pid 4586
                            host.ioBroker-HOME	2019-09-29 16:43:51.555	info	stopInstance system.adapter.heatingcontrol.0
                            heatingcontrol.0	2019-09-29 16:43:51.557	info	cleaned everything up...
                            

                            Habe jetzt die Instanz auch nochmal gelöscht und neu geladen. Keine Besserung.

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

                            @BlackJAck okay, schaue ich mir an...

                            1 Antwort Letzte Antwort
                            0
                            • B BlackJAck

                              Habe ich geändert dann bekomme ich beim starten der Instanz immer den Fehler im Log:

                              heatingcontrol.0	2019-09-29 16:43:55.978	error	exception in CheckTemperatureChange [Empty ID: {"val":21,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin"}]
                              heatingcontrol.0	2019-09-29 16:43:55.977	warn	Empty ID: {"val":21,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin"}
                              heatingcontrol.0	2019-09-29 16:43:55.976	info	room Bad Thermostat zwave.0.NODE44.THERMOSTAT_SETPOINT.Heating_1_1 set to 21
                              heatingcontrol.0	2019-09-29 16:43:55.919	info	calculating new target temperatures
                              heatingcontrol.0	2019-09-29 16:43:55.494	info	starting. Version 0.3.0 in /opt/iobroker/node_modules/iobroker.heatingcontrol, node: v8.16.0
                              host.ioBroker-HOME	2019-09-29 16:43:54.082	info	instance system.adapter.heatingcontrol.0 started with pid 7389
                              host.ioBroker-HOME	2019-09-29 16:43:51.587	info	instance system.adapter.heatingcontrol.0 terminated with code 0 (OK)
                              heatingcontrol.0	2019-09-29 16:43:51.567	info	cleaned everything up...
                              host.ioBroker-HOME	2019-09-29 16:43:51.555	info	stopInstance system.adapter.heatingcontrol.0 killing pid 4586
                              host.ioBroker-HOME	2019-09-29 16:43:51.555	info	stopInstance system.adapter.heatingcontrol.0
                              heatingcontrol.0	2019-09-29 16:43:51.557	info	cleaned everything up...
                              

                              Habe jetzt die Instanz auch nochmal gelöscht und neu geladen. Keine Besserung.

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

                              @BlackJAck kannst du die aktuelle Thermostat-Konfiguration mal zeigen? An einem debug-log wäre ich auch interessiert, da können wir gleich die Version 0.3.0 noch debuggen...

                              1 Antwort Letzte Antwort
                              0
                              • B Offline
                                B Offline
                                BlackJAck
                                schrieb am zuletzt editiert von
                                #144

                                @Rene_HM Kommando zurück ich war wieder zu b....de und habe bei Aktueller Wert den Setpoint eingetragen :dizzy_face:
                                Jetzt geht es mit dem Badthermostat ohne Probleme er schaltet jetzt auf die andere Periode :blush: :blush:

                                Brauchst du noch ein Debug-Log?

                                Rene_HMR 1 Antwort Letzte Antwort
                                0
                                • B BlackJAck

                                  @Rene_HM Kommando zurück ich war wieder zu b....de und habe bei Aktueller Wert den Setpoint eingetragen :dizzy_face:
                                  Jetzt geht es mit dem Badthermostat ohne Probleme er schaltet jetzt auf die andere Periode :blush: :blush:

                                  Brauchst du noch ein Debug-Log?

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

                                  @BlackJAck super, klingt gut. und nein, dann brauche ich kein log mehr.

                                  B 1 Antwort Letzte Antwort
                                  0
                                  • Rene_HMR Rene_HM

                                    @mrMuppet evtl. die Option "Löschen aller Geräte bei Admin-Start" aktiviert? Das sollte deaktiviert sein. Ich werde das in der nächsten Version automatisch ausschalten...

                                    M Offline
                                    M Offline
                                    mrMuppet
                                    schrieb am zuletzt editiert von
                                    #146

                                    @Rene_HM sagte in Adapter: HeatingControl:

                                    @mrMuppet evtl. die Option "Löschen aller Geräte bei Admin-Start" aktiviert? Das sollte deaktiviert sein. Ich werde das in der nächsten Version automatisch ausschalten...

                                    Nein, das ist nicht aktiviert. Muss eine andere Ursache geben.

                                    ioBroker auf NUC (Celeron mit Ubuntu-Server)

                                    Homematic, HMIP, Hue, Unifi, Plex, Nest, Roborock, Google Assistant

                                    Rene_HMR 1 Antwort Letzte Antwort
                                    0
                                    • M mrMuppet

                                      @Rene_HM sagte in Adapter: HeatingControl:

                                      @mrMuppet evtl. die Option "Löschen aller Geräte bei Admin-Start" aktiviert? Das sollte deaktiviert sein. Ich werde das in der nächsten Version automatisch ausschalten...

                                      Nein, das ist nicht aktiviert. Muss eine andere Ursache geben.

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

                                      @mrMuppet okay, dann bitte debug - log für den ganzen Vorgang hier posten. Danke.

                                      M 1 Antwort Letzte Antwort
                                      0
                                      • Rene_HMR Rene_HM

                                        @mrMuppet okay, dann bitte debug - log für den ganzen Vorgang hier posten. Danke.

                                        M Offline
                                        M Offline
                                        mrMuppet
                                        schrieb am zuletzt editiert von
                                        #148

                                        @Rene_HM sagte in Adapter: HeatingControl:

                                        @mrMuppet okay, dann bitte debug - log für den ganzen Vorgang hier posten. Danke.

                                        Leider finde ich zum Hinzufügen der Geräte keine Einträge. Der Dialog wechselt auch nicht auf "Schließen und Speichern", sondern bleibt auf "Speichern", wenn ich das Fenster schließe.

                                        heatingcontrol.0	2019-09-29 19:24:38.159	debug	system.adapter.admin.0: logging true
                                        heatingcontrol.0	2019-09-29 19:23:48.793	debug	sendTo "listFunctions" to system.adapter.admin.0 from system.adapter.heatingcontrol.0
                                        heatingcontrol.0	2019-09-29 19:23:48.793	debug	all functions done [{"name":"Color"},{"name":"Licht"},{"name":"Heizung"},{"name":"Klima"},{"name":"Wetter"},{"name":"Umwelt"},{"name":"Sicherheit"},{"name":"Verschluss"},{"name":"Taster"},{"name":"Ze
                                        heatingcontrol.0	2019-09-29 19:23:48.791	debug	function enums: {"result":{"enum.functions.color":{"_id":"enum.functions.color","common":{"name":"Color","members":[],"smartName":false},"type":"enum","native":{},"from":"system.host.iobroker_v1.cli"
                                        heatingcontrol.0	2019-09-29 19:23:48.783	debug	sendTo "listRooms" to system.adapter.admin.0 from system.adapter.heatingcontrol.0
                                        heatingcontrol.0	2019-09-29 19:23:48.783	debug	all rooms done "listDevices"
                                        heatingcontrol.0	2019-09-29 19:23:48.783	debug	sendTo "listDevices" to system.adapter.admin.0 from system.adapter.heatingcontrol.0: listDevices
                                        heatingcontrol.0	2019-09-29 19:23:48.783	debug	all rooms done "listDevices"
                                        heatingcontrol.0	2019-09-29 19:23:48.782	debug	### start ListFunctions
                                        heatingcontrol.0	2019-09-29 19:23:45.037	debug	system.adapter.admin.0: logging false
                                        heatingcontrol.0	2019-09-29 19:21:55.517	debug	sendTo "listRooms" to system.adapter.admin.0 from system.adapter.heatingcontrol.0
                                        heatingcontrol.0	2019-09-29 19:21:55.516	debug	all rooms done "listDevices"
                                        heatingcontrol.0	2019-09-29 19:21:52.891	debug	sendTo "listRooms" to system.adapter.admin.0 from system.adapter.heatingcontrol.0
                                        heatingcontrol.0	2019-09-29 19:21:52.891	debug	all rooms done "listDevices"
                                        heatingcontrol.0	2019-09-29 19:21:52.890	debug	sendTo "listDevices" to system.adapter.admin.0 from system.adapter.heatingcontrol.0: listDevices
                                        heatingcontrol.0	2019-09-29 19:21:52.890	debug	all rooms done "listDevices"
                                        heatingcontrol.0	2019-09-29 19:21:50.551	debug	sendTo "listFunctions" to system.adapter.admin.0 from system.adapter.heatingcontrol.0
                                        heatingcontrol.0	2019-09-29 19:21:50.550	debug	all functions done [{"name":"Color"},{"name":"Licht"},{"name":"Heizung"},{"name":"Klima"},{"name":"Wetter"},{"name":"Umwelt"},{"name":"Sicherheit"},{"name":"Verschluss"},{"name":"Taster"},{"name":"Ze
                                        heatingcontrol.0	2019-09-29 19:21:50.549	debug	function enums: {"result":{"enum.functions.color":{"_id":"enum.functions.color","common":{"name":"Color","members":[],"smartName":false},"type":"enum","native":{},"from":"system.host.iobroker_v1.cli"
                                        heatingcontrol.0	2019-09-29 19:21:50.539	debug	### start ListFunctions
                                        heatingcontrol.0	2019-09-29 19:21:22.029	debug	system.adapter.admin.0: logging true
                                        heatingcontrol.0	2019-09-29 19:20:44.448	error	exception in main [TypeError: Cannot read property 'isActive' of null]
                                        heatingcontrol.0	2019-09-29 19:20:44.448	info	subscribe feiertage.0.heute.boolean
                                        heatingcontrol.0	2019-09-29 19:20:44.447	debug	#start subscribtion
                                        heatingcontrol.0	2019-09-29 19:20:44.447	debug	not active.... Wohnzimmer
                                        heatingcontrol.0	2019-09-29 19:20:44.447	debug	not active.... HAR
                                        heatingcontrol.0	2019-09-29 19:20:44.447	debug	not active.... Flur
                                        heatingcontrol.0	2019-09-29 19:20:44.447	debug	not active.... Gaeste WC
                                        heatingcontrol.0	2019-09-29 19:20:44.447	debug	not active.... Dachzimmer
                                        heatingcontrol.0	2019-09-29 19:20:44.447	debug	not active.... Terrasse
                                        heatingcontrol.0	2019-09-29 19:20:44.447	debug	not active.... Garten
                                        heatingcontrol.0	2019-09-29 19:20:44.447	debug	not active.... HWR
                                        heatingcontrol.0	2019-09-29 19:20:44.447	debug	not active.... Garage
                                        heatingcontrol.0	2019-09-29 19:20:44.447	debug	not active.... Bad
                                        heatingcontrol.0	2019-09-29 19:20:44.447	debug	not active.... Kinderzimmer 2
                                        heatingcontrol.0	2019-09-29 19:20:44.447	debug	not active.... Kinderzimmer 1
                                        heatingcontrol.0	2019-09-29 19:20:44.447	debug	not active.... Schlafzimmer
                                        heatingcontrol.0	2019-09-29 19:20:44.447	debug	not active.... Küche
                                        heatingcontrol.0	2019-09-29 19:20:44.447	debug	add state Profiles.0.Wohnzimmer.Sun.Periods.4 max 5
                                        heatingcontrol.0	2019-09-29 19:20:44.447	debug	add state Profiles.0.Wohnzimmer.Sat.Periods.4 max 5
                                        heatingcontrol.0	2019-09-29 19:20:44.447	debug	add state Profiles.0.Wohnzimmer.Fri.Periods.4 max 5
                                        heatingcontrol.0	2019-09-29 19:20:44.447	debug	add state Profiles.0.Wohnzimmer.Thu.Periods.4 max 5
                                        heatingcontrol.0	2019-09-29 19:20:44.446	debug	add state Profiles.0.Wohnzimmer.Wed.Periods.4 max 5
                                        heatingcontrol.0	2019-09-29 19:20:44.446	debug	add state Profiles.0.Wohnzimmer.Tue.Periods.4 max 5
                                        heatingcontrol.0	2019-09-29 19:20:44.446	debug	add state Profiles.0.Wohnzimmer.Mon.Periods.4 max 5
                                        heatingcontrol.0	2019-09-29 19:20:44.446	debug	add state Profiles.0.Wohnzimmer.Sun.Periods.3 max 5
                                        heatingcontrol.0	2019-09-29 19:20:44.446	debug	add state Profiles.0.Wohnzimmer.Sat.Periods.3 max 5
                                        heatingcontrol.0	2019-09-29 19:20:44.446	debug	add state Profiles.0.Wohnzimmer.Fri.Periods.3 max 5
                                        heatingcontrol.0	2019-09-29 19:20:44.446	debug	add state Profiles.0.Wohnzimmer.Thu.Periods.3 max 5
                                        heatingcontrol.0	2019-09-29 19:20:44.446	debug	add state Profiles.0.Wohnzimmer.Wed.Periods.3 max 5
                                        heatingcontrol.0	2019-09-29 19:20:44.446	debug	add state Profiles.0.Wohnzimmer.Tue.Periods.3 max 5
                                        heatingcontrol.0	2019-09-29 19:20:44.446	debug	add state Profiles.0.Wohnzimmer.Mon.Periods.3 max 5
                                        heatingcontrol.0	2019-09-29 19:20:44.446	debug	add state Profiles.0.Wohnzimmer.Sun.Periods.2 max 5
                                        heatingcontrol.0	2019-09-29 19:20:44.446	debug	add state Profiles.0.Wohnzimmer.Sat.Periods.2 max 5
                                        heatingcontrol.0	2019-09-29 19:20:44.446	debug	add state Profiles.0.Wohnzimmer.Fri.Periods.2 max 5
                                        heatingcontrol.0	2019-09-29 19:20:44.446	debug	add state Profiles.0.Wohnzimmer.Thu.Periods.2 max 5
                                        heatingcontrol.0	2019-09-29 19:20:44.446	debug	add state Profiles.0.Wohnzimmer.Wed.Periods.2 max 5
                                        heatingcontrol.0	2019-09-29 19:20:44.446	debug	add state Profiles.0.Wohnzimmer.Tue.Periods.2 max 5
                                        heatingcontrol.0	2019-09-29 19:20:44.446	debug	add state Profiles.0.Wohnzimmer.Mon.Periods.2 max 5
                                        heatingcontrol.0	2019-09-29 19:20:44.446	debug	add state Profiles.0.Wohnzimmer.Sun.Periods.1 max 5
                                        heatingcontrol.0	2019-09-29 19:20:44.446	debug	add state Profiles.0.Wohnzimmer.Sat.Periods.1 max 5
                                        heatingcontrol.0	2019-09-29 19:20:44.446	debug	add state Profiles.0.Wohnzimmer.Fri.Periods.1 max 5
                                        heatingcontrol.0	2019-09-29 19:20:44.446	debug	add state Profiles.0.Wohnzimmer.Thu.Periods.1 max 5
                                        heatingcontrol.0	2019-09-29 19:20:44.446	debug	add state Profiles.0.Wohnzimmer.Wed.Periods.1 max 5
                                        heatingcontrol.0	2019-09-29 19:20:44.445	debug	add state Profiles.0.Wohnzimmer.Tue.Periods.1 max 5
                                        heatingcontrol.0	2019-09-29 19:20:44.445	debug	add state Profiles.0.Wohnzimmer.Mon.Periods.1 max 5
                                        heatingcontrol.0	2019-09-29 19:20:44.445	debug	add state Profiles.0.Wohnzimmer.Sun.Periods.0 max 5
                                        heatingcontrol.0	2019-09-29 19:20:44.445	debug	add state Profiles.0.Wohnzimmer.Sat.Periods.0 max 5
                                        heatingcontrol.0	2019-09-29 19:20:44.445	debug	add state Profiles.0.Wohnzimmer.Fri.Periods.0 max 5
                                        heatingcontrol.0	2019-09-29 19:20:44.445	debug	add state Profiles.0.Wohnzimmer.Thu.Periods.0 max 5
                                        heatingcontrol.0	2019-09-29 19:20:44.445	debug	add state Profiles.0.Wohnzimmer.Wed.Periods.0 max 5
                                        heatingcontrol.0	2019-09-29 19:20:44.445	debug	add state Profiles.0.Wohnzimmer.Tue.Periods.0 max 5
                                        heatingcontrol.0	2019-09-29 19:20:44.445	debug	add state Profiles.0.Wohnzimmer.Mon.Periods.0 max 5
                                        heatingcontrol.0	2019-09-29 19:20:44.445	debug	Profile Type every day, profiles 1
                                        heatingcontrol.0	2019-09-29 19:20:44.444	debug	room Wohnzimmer with 5 periods
                                        heatingcontrol.0	2019-09-29 19:20:44.434	debug	create data points for Wohnzimmer
                                        heatingcontrol.0	2019-09-29 19:20:44.434	debug	rooms 15
                                        heatingcontrol.0	2019-09-29 19:20:44.422	debug	### 4444 false
                                        heatingcontrol.0	2019-09-29 19:20:44.318	debug	CreateDatepoints
                                        heatingcontrol.0	2019-09-29 19:20:44.317	debug	devices "listDevices"
                                        heatingcontrol.0	2019-09-29 19:20:44.309	info	starting. Version 0.2.3 in /usr/local/www/iobroker/node_modules/iobroker.heatingcontrol, node: v10.16.3
                                        heatingcontrol.0	2019-09-29 19:20:44.299	debug	statesDB connected
                                        heatingcontrol.0	2019-09-29 19:20:44.290	debug	objectDB connected
                                        

                                        ioBroker auf NUC (Celeron mit Ubuntu-Server)

                                        Homematic, HMIP, Hue, Unifi, Plex, Nest, Roborock, Google Assistant

                                        Rene_HMR 1 Antwort Letzte Antwort
                                        0
                                        • Rene_HMR Rene_HM

                                          @BlackJAck super, klingt gut. und nein, dann brauche ich kein log mehr.

                                          B Offline
                                          B Offline
                                          BlackJAck
                                          schrieb am zuletzt editiert von
                                          #149

                                          @Rene_HM
                                          Muss mich doch nochmal ranhängen.
                                          Das Bad funktioniert einwandfrei habe schon mit rumgespielt :blush:
                                          Wo es Probleme gibt ist jetzt im Wohnzimmer(dort sind 2 Thermostate) und auch richtig gesetzten OID bekommt ich folgenden Fehler:(sieht aus als wäre die Funktion nicht bekannt oder keine Referenz da, weißt du aber besser, ich bin da fast Laie.)

                                          heatingcontrol.0	2019-09-29 19:26:17.438	error	exception in CalculateNextTime[TypeError: nextTime.val.split is not a function]
                                          

                                          Folgt noch der Debuglog.

                                          heatingcontrol.0	2019-09-29 19:26:17.656	debug	cron jobs
                                          heatingcontrol.0	2019-09-29 19:26:17.645	info	room Bad Thermostat BadHeizungSetPoint set to 23
                                          heatingcontrol.0	2019-09-29 19:26:17.644	debug	### 23 0 0 0 0 0
                                          heatingcontrol.0	2019-09-29 19:26:17.639	debug	check ID Profiles.0.Bad.Su-So.Periods.4.time
                                          heatingcontrol.0	2019-09-29 19:26:17.634	debug	check ID Profiles.0.Bad.Su-So.Periods.3.time
                                          heatingcontrol.0	2019-09-29 19:26:17.633	debug	check time for Bad Profiles.0.Bad.Su-So.Periods.2.time 23
                                          heatingcontrol.0	2019-09-29 19:26:17.617	debug	check ID Profiles.0.Bad.Su-So.Periods.2.time
                                          heatingcontrol.0	2019-09-29 19:26:17.616	debug	check time for Bad Profiles.0.Bad.Su-So.Periods.1.time 18
                                          heatingcontrol.0	2019-09-29 19:26:17.602	debug	check ID Profiles.0.Bad.Su-So.Periods.1.time
                                          heatingcontrol.0	2019-09-29 19:26:17.601	debug	check time for Bad Profiles.0.Bad.Su-So.Periods.0.time 23
                                          heatingcontrol.0	2019-09-29 19:26:17.589	debug	check ID Profiles.0.Bad.Su-So.Periods.0.time
                                          heatingcontrol.0	2019-09-29 19:26:17.589	debug	number of periods 5
                                          heatingcontrol.0	2019-09-29 19:26:17.588	debug	check room Bad
                                          heatingcontrol.0	2019-09-29 19:26:17.574	info	room Wohnzimmer Thermostat Esszimmer set to 21
                                          heatingcontrol.0	2019-09-29 19:26:17.563	info	room Wohnzimmer Thermostat Wohnzimmer set to 21
                                          heatingcontrol.0	2019-09-29 19:26:17.563	debug	### 21 0 0 0 0 0
                                          heatingcontrol.0	2019-09-29 19:26:17.554	debug	check ID Profiles.0.Wohnzimmer.Su-So.Periods.4.time
                                          heatingcontrol.0	2019-09-29 19:26:17.548	debug	check ID Profiles.0.Wohnzimmer.Su-So.Periods.3.time
                                          heatingcontrol.0	2019-09-29 19:26:17.543	debug	check ID Profiles.0.Wohnzimmer.Su-So.Periods.2.time
                                          heatingcontrol.0	2019-09-29 19:26:17.537	debug	check ID Profiles.0.Wohnzimmer.Su-So.Periods.1.time
                                          heatingcontrol.0	2019-09-29 19:26:17.536	debug	check time for Wohnzimmer Profiles.0.Wohnzimmer.Su-So.Periods.0.time 21
                                          heatingcontrol.0	2019-09-29 19:26:17.529	debug	check ID Profiles.0.Wohnzimmer.Su-So.Periods.0.time
                                          heatingcontrol.0	2019-09-29 19:26:17.529	debug	number of periods 5
                                          heatingcontrol.0	2019-09-29 19:26:17.529	debug	check room Wohnzimmer
                                          heatingcontrol.0	2019-09-29 19:26:17.529	debug	profile 0
                                          heatingcontrol.0	2019-09-29 19:26:17.503	debug	get profile
                                          heatingcontrol.0	2019-09-29 19:26:17.502	debug	profile type 2
                                          heatingcontrol.0	2019-09-29 19:26:17.471	info	calculating new target temperatures
                                          heatingcontrol.0	2019-09-29 19:26:17.471	error	exception in CalculateNextTime[TypeError: nextTime.val.split is not a function]
                                          heatingcontrol.0	2019-09-29 19:26:17.469	debug	---1 found time for Bad at {"val":23,"ack":false,"ts":1569774332247,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":1569774332247} 23
                                          heatingcontrol.0	2019-09-29 19:26:17.431	debug	push to list = 16,00
                                          heatingcontrol.0	2019-09-29 19:26:17.429	debug	---1 found time for Bad at {"val":"16:00","ack":true,"ts":1569774317133,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1569768065525} 16:00
                                          heatingcontrol.0	2019-09-29 19:26:17.420	debug	---1 found time for Bad at {"val":"12:00","ack":true,"ts":1569768065524,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1569768065524} 12:00
                                          heatingcontrol.0	2019-09-29 19:26:17.412	debug	push to list = 07,30
                                          heatingcontrol.0	2019-09-29 19:26:17.411	debug	---1 found time for Bad at {"val":"07:30","ack":true,"ts":1569774240140,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1569774239915} 07:30
                                          heatingcontrol.0	2019-09-29 19:26:17.403	debug	---1 found time for Bad at {"val":"05:00","ack":true,"ts":1569768065522,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1569768065522} 05:00
                                          heatingcontrol.0	2019-09-29 19:26:17.397	debug	push to list = 22,00
                                          heatingcontrol.0	2019-09-29 19:26:17.396	debug	---2 found time for Wohnzimmer at {"val":"22:00","ack":true,"ts":1569777858653,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1569777858465} 22:00
                                          heatingcontrol.0	2019-09-29 19:26:17.386	debug	---2 found time for Wohnzimmer at {"val":"21:30","ack":true,"ts":1569777729196,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1569777728943} 21:30
                                          heatingcontrol.0	2019-09-29 19:26:17.379	debug	---2 found time for Wohnzimmer at {"val":"21:30","ack":true,"ts":1569777751302,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1569777751152} 21:30
                                          heatingcontrol.0	2019-09-29 19:26:17.372	debug	push to list = 21,30
                                          heatingcontrol.0	2019-09-29 19:26:17.372	debug	---2 found time for Wohnzimmer at {"val":"21:30","ack":true,"ts":1569777763338,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1569777763192} 21:30
                                          heatingcontrol.0	2019-09-29 19:26:17.364	debug	push to list = 07,00
                                          heatingcontrol.0	2019-09-29 19:26:17.362	debug	---2 found time for Wohnzimmer at {"val":"07:00","ack":true,"ts":1569777781885,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1569777781752} 07:00
                                          heatingcontrol.0	2019-09-29 19:26:17.339	debug	---1 found time for Wohnzimmer at {"val":"21:30","ack":true,"ts":1569777843438,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1569777843276} 21:30
                                          heatingcontrol.0	2019-09-29 19:26:17.310	debug	push to list = 21,30
                                          heatingcontrol.0	2019-09-29 19:26:17.309	debug	---1 found time for Wohnzimmer at {"val":"21:30","ack":true,"ts":1569777839408,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1569777832745} 21:30
                                          heatingcontrol.0	2019-09-29 19:26:17.309	debug	push to list = 12,00
                                          heatingcontrol.0	2019-09-29 19:26:17.309	debug	---1 found time for Wohnzimmer at {"val":"12:00","ack":true,"ts":1569777666134,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1569777666134} 12:00
                                          heatingcontrol.0	2019-09-29 19:26:17.309	debug	push to list = 08,00
                                          heatingcontrol.0	2019-09-29 19:26:17.309	debug	---1 found time for Wohnzimmer at {"val":"08:00","ack":true,"ts":1569777803592,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1569777666130} 08:00
                                          heatingcontrol.0	2019-09-29 19:26:17.309	debug	push to list = 05,00
                                          heatingcontrol.0	2019-09-29 19:26:17.308	debug	---1 found time for Wohnzimmer at {"val":"05:00","ack":true,"ts":1569777795391,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1569777666128} 05:00
                                          heatingcontrol.0	2019-09-29 19:26:17.308	debug	profile 0
                                          heatingcontrol.0	2019-09-29 19:26:17.308	debug	get profile
                                          heatingcontrol.0	2019-09-29 19:26:17.308	debug	start CalculateNextTime, profile type 2
                                          heatingcontrol.0	2019-09-29 19:26:17.308	debug	#subscribtion finished
                                          heatingcontrol.0	2019-09-29 19:26:17.308	debug	#start subscribtion
                                          heatingcontrol.0	2019-09-29 19:26:17.308	debug	not active.... Pool
                                          heatingcontrol.0	2019-09-29 19:26:17.307	debug	not active.... Schlafzimmer
                                          heatingcontrol.0	2019-09-29 19:26:17.307	debug	add state Profiles.0.Bad.Su-So.Periods.4 max 5
                                          heatingcontrol.0	2019-09-29 19:26:17.307	debug	add state Profiles.0.Bad.Su-So.Periods.3 max 5
                                          heatingcontrol.0	2019-09-29 19:26:17.307	debug	add state Profiles.0.Bad.Su-So.Periods.2 max 5
                                          heatingcontrol.0	2019-09-29 19:26:17.307	debug	add state Profiles.0.Bad.Su-So.Periods.1 max 5
                                          heatingcontrol.0	2019-09-29 19:26:17.307	debug	add state Profiles.0.Bad.Su-So.Periods.0 max 5
                                          heatingcontrol.0	2019-09-29 19:26:17.307	debug	add state Profiles.0.Bad.Mo-Fr.Periods.4 max 5
                                          heatingcontrol.0	2019-09-29 19:26:17.306	debug	add state Profiles.0.Bad.Mo-Fr.Periods.3 max 5
                                          heatingcontrol.0	2019-09-29 19:26:17.306	debug	add state Profiles.0.Bad.Mo-Fr.Periods.2 max 5
                                          heatingcontrol.0	2019-09-29 19:26:17.306	debug	add state Profiles.0.Bad.Mo-Fr.Periods.1 max 5
                                          heatingcontrol.0	2019-09-29 19:26:17.306	debug	add state Profiles.0.Bad.Mo-Fr.Periods.0 max 5
                                          heatingcontrol.0	2019-09-29 19:26:17.305	debug	Profile Type Mo-FR + Sa-So, profiles 1
                                          heatingcontrol.0	2019-09-29 19:26:17.304	debug	room Bad with 5 periods
                                          heatingcontrol.0	2019-09-29 19:26:17.031	debug	create data points for Bad
                                          heatingcontrol.0	2019-09-29 19:26:17.031	debug	not active.... Mia Zimmer
                                          heatingcontrol.0	2019-09-29 19:26:17.031	debug	add state Profiles.0.Wohnzimmer.Su-So.Periods.4 max 5
                                          heatingcontrol.0	2019-09-29 19:26:17.030	debug	add state Profiles.0.Wohnzimmer.Su-So.Periods.3 max 5
                                          heatingcontrol.0	2019-09-29 19:26:17.030	debug	add state Profiles.0.Wohnzimmer.Su-So.Periods.2 max 5
                                          heatingcontrol.0	2019-09-29 19:26:17.030	debug	add state Profiles.0.Wohnzimmer.Su-So.Periods.1 max 5
                                          heatingcontrol.0	2019-09-29 19:26:17.030	debug	add state Profiles.0.Wohnzimmer.Su-So.Periods.0 max 5
                                          heatingcontrol.0	2019-09-29 19:26:17.030	debug	add state Profiles.0.Wohnzimmer.Mo-Fr.Periods.4 max 5
                                          heatingcontrol.0	2019-09-29 19:26:17.030	debug	add state Profiles.0.Wohnzimmer.Mo-Fr.Periods.3 max 5
                                          heatingcontrol.0	2019-09-29 19:26:17.029	debug	add state Profiles.0.Wohnzimmer.Mo-Fr.Periods.2 max 5
                                          heatingcontrol.0	2019-09-29 19:26:17.029	debug	add state Profiles.0.Wohnzimmer.Mo-Fr.Periods.1 max 5
                                          heatingcontrol.0	2019-09-29 19:26:17.029	debug	add state Profiles.0.Wohnzimmer.Mo-Fr.Periods.0 max 5
                                          heatingcontrol.0	2019-09-29 19:26:17.029	debug	Profile Type Mo-FR + Sa-So, profiles 1
                                          heatingcontrol.0	2019-09-29 19:26:17.029	debug	room Wohnzimmer with 5 periods
                                          heatingcontrol.0	2019-09-29 19:26:16.962	debug	create data points for Wohnzimmer
                                          heatingcontrol.0	2019-09-29 19:26:16.961	debug	rooms 5
                                          heatingcontrol.0	2019-09-29 19:26:16.897	debug	CreateDatepoints
                                          heatingcontrol.0	2019-09-29 19:26:16.897	debug	devices [{"id":1,"name":"BadHeizungSetPoint","OID_Current":"","OID_Target":"zwave.0.NODE44.THERMOSTAT_SETPOINT.Heating_1_1","isActive":true,"type":1,"room":"Bad"},{"id":2,"name":"Wohnzimmer","OID_Curr
                                          heatingcontrol.0	2019-09-29 19:26:16.897	info	starting. Version 0.3.0 in /opt/iobroker/node_modules/iobroker.heatingcontrol, node: v8.16.0
                                          host.ioBroker-HOME	2019-09-29 19:26:15.496	info	instance system.adapter.heatingcontrol.0 started with pid 2200
                                          host.ioBroker-HOME	2019-09-29 19:26:13.014	info	instance system.adapter.heatingcontrol.0 terminated with code 0 (OK)
                                          heatingcontrol.0	2019-09-29 19:26:12.994	info	cleaned everything up...
                                          host.ioBroker-HOME	2019-09-29 19:26:12.979	info	stopInstance system.adapter.heatingcontrol.0 killing pid 1910
                                          host.ioBroker-HOME	2019-09-29 19:26:12.979	info	stopInstance system.adapter.heatingcontrol.0
                                          heatingcontrol.0	2019-09-29 19:26:12.981	info	cleaned everything up...
                                          
                                          
                                          Rene_HMR 1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          286

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          Themen

                                          1.3m

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

                                          • Du hast noch kein Konto? Registrieren

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