Skip to content
  • 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
  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.1k

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

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

Test Adapter HeatingControl v2.12.x

Geplant Angeheftet Gesperrt Verschoben Tester
heating
3.2k Beiträge 236 Kommentatoren 2.0m Aufrufe 205 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • CKMartensC CKMartens

    @Rene_HM sagte in Adapter: HeatingControl:

    setState('heatingcontrol.0.Present',true);

    Eben leider nicht Rene. Im Log erscheint dann:

    javascript.0	2019-09-20 06:21:02.493	warn	at script.js.Test.Skript_1:1:1
    javascript.0	2019-09-20 06:21:02.492	warn	at setState (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1276:20)
    javascript.0	2019-09-20 06:21:02.478	warn	You are assigning a boolean to the state "heatingcontrol.0.Present" which expects a bool. Please fix your code to use a bool or change the state type to boolean. This warning might become an error in
    
    paul53P Offline
    paul53P Offline
    paul53
    schrieb am zuletzt editiert von
    #121

    @CKMartens sagte:

    You are assigning a boolean to the state "heatingcontrol.0.Present" which expects a bool.

    Offenbar hat der Datenpunkt "heatingcontrol.0.Present" den Typ "bool", den es in Javascript nicht gibt. Korrigieren in "boolean".

    Bitte verzichtet auf Chat-Nachrichten, denn die Handhabung ist grauenhaft !
    Produktiv: RPi 2 mit S.USV, HM-MOD-RPI und SLC-USB-Stick mit root fs

    Rene_HMR 1 Antwort Letzte Antwort
    1
    • paul53P paul53

      @CKMartens sagte:

      You are assigning a boolean to the state "heatingcontrol.0.Present" which expects a bool.

      Offenbar hat der Datenpunkt "heatingcontrol.0.Present" den Typ "bool", den es in Javascript nicht gibt. Korrigieren in "boolean".

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

      @paul53 habe ich mit V02.3 geändert. Datenpunkt muss aber im Objecttree gelöscht werden und Adapter neu gestartet, damit die Änderung wirkt.

      paul53P 1 Antwort Letzte Antwort
      0
      • Rene_HMR Rene_HM

        @paul53 habe ich mit V02.3 geändert. Datenpunkt muss aber im Objecttree gelöscht werden und Adapter neu gestartet, damit die Änderung wirkt.

        paul53P Offline
        paul53P Offline
        paul53
        schrieb am zuletzt editiert von
        #123

        @Rene_HM sagte:

        Datenpunkt muss aber im Objecttree gelöscht werden und Adapter neu gestartet, damit die Änderung wirkt.

        Oder man ändert den Typ manuell.

        Bitte verzichtet auf Chat-Nachrichten, denn die Handhabung ist grauenhaft !
        Produktiv: RPi 2 mit S.USV, HM-MOD-RPI und SLC-USB-Stick mit root fs

        1 Antwort Letzte Antwort
        0
        • Rene_HMR Rene_HM

          Achtung: In der aktuellen Version gibt es noch ein Problem, wenn Räume oder Gewerke als enum manuell im iobroker admin angelegt werden. Dann funktioniert die Übernahme dieser Werte in den Adapter nicht. Stattdessen werden Räume oder Gewerke als [object object] angezeigt. Bei importierten enums, z.Bsp. aus Homematic tritt dieser Fehler nicht auf. Ich versuche zeitnah eine Lösung für dieses Problem zu finden.

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

          @Rene_HM sagte in Adapter: HeatingControl:

          Achtung: In der aktuellen Version gibt es noch ein Problem, wenn Räume oder Gewerke als enum manuell im iobroker admin angelegt werden.

          In der eben veröffentlichten Version 0.2.3 (auf github und NPM) ist dieses Problem gelöst.
          Die 0.2.3 enthält weitere bug fixes:

          • die Reihenfolge der Uhrzeiten in den periods wird geprüft. Falls eine spätere Periode eine frühere Uhrzeit enthält, wird dieser Eintrag ignoriert
          • wenn Perioden geändert werden, wird nicht nur die Zeittabelle für cron neu berechnet, sondern es wird auch geprüft, ob sich Temperaturen geändert haben. Diese werden dann auch direkt auf's Thermostat geschrieben
          • die Auswahl der object ID für "aktuell" und "Ziel" bei der Konfiguration der Thermostate wurde überarbeitet
          • der Type der bool-Datenpunkte wurde auf boolean geändert

          Nächste Version wird 0.3.0 mit weiteren Features aus der Liste:
          https://github.com/rg-engineering/ioBroker.heatingcontrol/issues

          1 Antwort Letzte Antwort
          0
          • Michael SauerM Michael Sauer

            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 Offline
            P Offline
            pix
            schrieb am zuletzt editiert von
            #125

            Hallo,
            ich habe den Adapter auch mal testweise zum Beginn der Heizperiode aktiviert. Super, danke für die Arbeit!

            @Michael-Sauer sagte in Adapter: HeatingControl:

            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.

            Michael hat einen Fehler gefunden, den ich so oder ähnlich auch bestätigen kann.

            Vor allem, wenn man nachts noch die Heizung verstellen will, muss man darauf achtern, dass die Perioden chronologisch korrekt sortiert sind. Wenn die erste Umstellung des neuen Tages zB um 00:30Uhr ist, muss das auch in der ersten Periode stehen. Sonst funktioniert es nicht.

            Ich hatte auch anfangs den Tag im Kopf von morgens bis abends durchgespielt und entsprechend eingetragen und dann nicht die gewünschte Steuerung bekommen.

            Wer also nach Mitternacht die Heizung stellen will muss daran denken.

            @Rene_HM Bitte die Namen (also nicht Objektnamen, sondern Namen in der zweiten Admin Spalte) anpassen. Dort sind Leerzeichen und korrekte Groß/Kleinschreibung erlaubt.
            Vorschläge:

            period from -> Startzeit oder start period
            HolidayAbsentDecrease -> Absenkung Urlaub abwesend oder holiday absent decrease
            HolidayPresent -> Urlaub anwesend oder holiday present
            VacationAbsent -> Urlaub abwesend oder holiday absent

            Ausserdem fände ich gut den CurrentTimePeriod-Datenpunkt aufzusplitten. Kann man sich selbst in VIS wieder zusammensetzen

            CurrentPeriod -> 2
            CurrentPeriodStarted -> 06:00
            CurrentPeriodSetTemperatur -> 23 °C
            CurrentSetTemperature -> 21 °C (zB weil "Abwesenheit ein" 2 °C weniger)

            Gruß
            Pix

            PS. Kleiner Hinweis und ich mache gern Issues auf Git

            ioBroker auf Ubuntu in Proxmox (früher Mac mini (bis OS X 10.12.6 Sierra), VIS via iOS; angeschlossen: Homematic CCU2, Homepilot 1, ConBee II, einige Wemos, Sonos, Unifi CK+Protect, Homekit, Homebridge; KEIN blockly! Github-Profil

            Rene_HMR 1 Antwort Letzte Antwort
            0
            • P pix

              Hallo,
              ich habe den Adapter auch mal testweise zum Beginn der Heizperiode aktiviert. Super, danke für die Arbeit!

              @Michael-Sauer sagte in Adapter: HeatingControl:

              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.

              Michael hat einen Fehler gefunden, den ich so oder ähnlich auch bestätigen kann.

              Vor allem, wenn man nachts noch die Heizung verstellen will, muss man darauf achtern, dass die Perioden chronologisch korrekt sortiert sind. Wenn die erste Umstellung des neuen Tages zB um 00:30Uhr ist, muss das auch in der ersten Periode stehen. Sonst funktioniert es nicht.

              Ich hatte auch anfangs den Tag im Kopf von morgens bis abends durchgespielt und entsprechend eingetragen und dann nicht die gewünschte Steuerung bekommen.

              Wer also nach Mitternacht die Heizung stellen will muss daran denken.

              @Rene_HM Bitte die Namen (also nicht Objektnamen, sondern Namen in der zweiten Admin Spalte) anpassen. Dort sind Leerzeichen und korrekte Groß/Kleinschreibung erlaubt.
              Vorschläge:

              period from -> Startzeit oder start period
              HolidayAbsentDecrease -> Absenkung Urlaub abwesend oder holiday absent decrease
              HolidayPresent -> Urlaub anwesend oder holiday present
              VacationAbsent -> Urlaub abwesend oder holiday absent

              Ausserdem fände ich gut den CurrentTimePeriod-Datenpunkt aufzusplitten. Kann man sich selbst in VIS wieder zusammensetzen

              CurrentPeriod -> 2
              CurrentPeriodStarted -> 06:00
              CurrentPeriodSetTemperatur -> 23 °C
              CurrentSetTemperature -> 21 °C (zB weil "Abwesenheit ein" 2 °C weniger)

              Gruß
              Pix

              PS. Kleiner Hinweis und ich mache gern Issues auf Git

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

              @pix sagte in Adapter: HeatingControl:

              Vor allem, wenn man nachts noch die Heizung verstellen will, muss man darauf achtern, dass die Perioden chronologisch korrekt sortiert sind. Wenn die erste Umstellung des neuen Tages zB um 00:30Uhr ist, muss das auch in der ersten Periode stehen. Sonst funktioniert es nicht.

              In der 0.2.3 habe ich dazu einen zusätzlichen check eingebaut.

              1 Antwort Letzte Antwort
              0
              • ChaotC Offline
                ChaotC Offline
                Chaot
                schrieb am zuletzt editiert von Chaot
                #127

                Ich habe auf Verdacht mal den Adapter installiert, weil meine DECT Thermostate mit dem alten Script ja auch gelaufen sind.
                Und das ist das derzeitige Resultat:

                fritzdect.0	2019-09-25 21:20:19.023	info	Comet ID: 119600101272 identified for command (mode) : 0
                fritzdect.0	2019-09-25 21:20:19.018	info	Comet ID: 119600101272 identified for command (targettemp) : 21
                heatingcontrol.0	2019-09-25 21:20:19.016	info	room Martin Thermostat Target Temp set to 21
                fritzdect.0	2019-09-25 21:20:19.009	info	Comet ID: 119610273248 identified for command (mode) : 0
                fritzdect.0	2019-09-25 21:20:19.003	info	Comet ID: 119610273248 identified for command (targettemp) : 21
                heatingcontrol.0	2019-09-25 21:20:19.001	info	room Toilette Thermostat Target Temp set to 21
                fritzdect.0	2019-09-25 21:20:18.990	info	Comet ID: 119600122088 identified for command (mode) : 0
                fritzdect.0	2019-09-25 21:20:18.971	info	Comet ID: 119600122088 identified for command (targettemp) : 21
                heatingcontrol.0	2019-09-25 21:20:18.968	info	room Schlafzimmer Thermostat Target Temp set to 21
                fritzdect.0	2019-09-25 21:20:18.965	info	HGROUP ID: 92:40:6E-900 identified for command (mode) : 0
                fritzdect.0	2019-09-25 21:20:18.959	info	HGROUP ID: 92:40:6E-900 identified for command (targettemp) : 21
                heatingcontrol.0	2019-09-25 21:20:18.957	info	room Wohnzimmer Thermostat Target Temp set to 21
                heatingcontrol.0	2019-09-25 21:20:18.928	info	calculating new target temperatures
                heatingcontrol.0	2019-09-25 21:20:17.759	info	starting. Version 0.3.0 in /opt/iobroker/node_modules/iobroker.heatingcontrol, node: v10.16.3
                heatingcontrol.0	2019-09-25 21:20:17.728	info	States connected to redis: 127.0.0.1:6379
                

                Es scheint das die Thermostate direkt richtig erkannt werden.
                zur zusätzlichen Erklärung: Command Mode 0 ist AUTO

                Jetzt muss ich nur noch an einer VIS basteln.
                Oder hat hier jemand was einfaches?

                Und eine Funktion hätte ich gerne noch.
                Lässt sich der Datenpunkt "Mode" auch direkt ansteuern über die Datenpunkte oder nur aus dem Adapter heraus?
                Zwischenablage02.png

                Dann könnte ich den bei "Fenster offen" direkt auf OFF Steuern anstatt nur auf Absenkung zu gehen.

                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.

                K H 2 Antworten Letzte Antwort
                0
                • ChaotC Chaot

                  Ich habe auf Verdacht mal den Adapter installiert, weil meine DECT Thermostate mit dem alten Script ja auch gelaufen sind.
                  Und das ist das derzeitige Resultat:

                  fritzdect.0	2019-09-25 21:20:19.023	info	Comet ID: 119600101272 identified for command (mode) : 0
                  fritzdect.0	2019-09-25 21:20:19.018	info	Comet ID: 119600101272 identified for command (targettemp) : 21
                  heatingcontrol.0	2019-09-25 21:20:19.016	info	room Martin Thermostat Target Temp set to 21
                  fritzdect.0	2019-09-25 21:20:19.009	info	Comet ID: 119610273248 identified for command (mode) : 0
                  fritzdect.0	2019-09-25 21:20:19.003	info	Comet ID: 119610273248 identified for command (targettemp) : 21
                  heatingcontrol.0	2019-09-25 21:20:19.001	info	room Toilette Thermostat Target Temp set to 21
                  fritzdect.0	2019-09-25 21:20:18.990	info	Comet ID: 119600122088 identified for command (mode) : 0
                  fritzdect.0	2019-09-25 21:20:18.971	info	Comet ID: 119600122088 identified for command (targettemp) : 21
                  heatingcontrol.0	2019-09-25 21:20:18.968	info	room Schlafzimmer Thermostat Target Temp set to 21
                  fritzdect.0	2019-09-25 21:20:18.965	info	HGROUP ID: 92:40:6E-900 identified for command (mode) : 0
                  fritzdect.0	2019-09-25 21:20:18.959	info	HGROUP ID: 92:40:6E-900 identified for command (targettemp) : 21
                  heatingcontrol.0	2019-09-25 21:20:18.957	info	room Wohnzimmer Thermostat Target Temp set to 21
                  heatingcontrol.0	2019-09-25 21:20:18.928	info	calculating new target temperatures
                  heatingcontrol.0	2019-09-25 21:20:17.759	info	starting. Version 0.3.0 in /opt/iobroker/node_modules/iobroker.heatingcontrol, node: v10.16.3
                  heatingcontrol.0	2019-09-25 21:20:17.728	info	States connected to redis: 127.0.0.1:6379
                  

                  Es scheint das die Thermostate direkt richtig erkannt werden.
                  zur zusätzlichen Erklärung: Command Mode 0 ist AUTO

                  Jetzt muss ich nur noch an einer VIS basteln.
                  Oder hat hier jemand was einfaches?

                  Und eine Funktion hätte ich gerne noch.
                  Lässt sich der Datenpunkt "Mode" auch direkt ansteuern über die Datenpunkte oder nur aus dem Adapter heraus?
                  Zwischenablage02.png

                  Dann könnte ich den bei "Fenster offen" direkt auf OFF Steuern anstatt nur auf Absenkung zu gehen.

                  K Offline
                  K Offline
                  Kugelkopf
                  schrieb am zuletzt editiert von
                  #128

                  @Chaot Oh, dass klingt interessant! Ich habe mich bisher noch gescheut weil ich nichts davon gelesen hatte, dass die FritzDECT Thermostate auch funktionieren.

                  Wie genau hast du sie eingebunden? Was bei was? Hab auch noch Xiaomi Fenster Kontakte via Zigbee > Deconz die ich auch gerne verwenden würde.

                  ChaotC 1 Antwort Letzte Antwort
                  0
                  • K Kugelkopf

                    @Chaot Oh, dass klingt interessant! Ich habe mich bisher noch gescheut weil ich nichts davon gelesen hatte, dass die FritzDECT Thermostate auch funktionieren.

                    Wie genau hast du sie eingebunden? Was bei was? Hab auch noch Xiaomi Fenster Kontakte via Zigbee > Deconz die ich auch gerne verwenden würde.

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

                    @Kugelkopf Ich habe sie ganz normal manuell eingebunden und nach einem Neustart des Adapters waren dann alle Datenpunkte da.
                    Warum ich den Adapter neu starten musste verstehe ich zwar nicht ganz, ist aber egal.
                    Unter Thermostate und Aktoren die DECT eingetragen. Unter Sensoren habe ich dann auch noch die Sonoff eingebunden. Auch das scheint zu funktionieren.
                    Deshalb denke ich mal das du deine Xiaomi auch einbinden kannst sofern sie im ioBroker auftauchen.

                    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
                    • 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.👷
                      Tochter kommt heim - Zimmer Tochter und Wohnzimmer wird hochgefahren
                      Frau kommt heim - Wohnzimmer wird auf Komfortwert hochgefahren
                      Eltern Krank - WZ und SZ warm🤒 (speziell bei Männergrippe)
                      Tochter krank - WZ und Kinderzimmer warm😿
                      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)👿

                      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.👷
                            Tochter kommt heim - Zimmer Tochter und Wohnzimmer wird hochgefahren
                            Frau kommt heim - Wohnzimmer wird auf Komfortwert hochgefahren
                            Eltern Krank - WZ und SZ warm🤒 (speziell bei Männergrippe)
                            Tochter krank - WZ und Kinderzimmer warm😿
                            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)👿

                            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
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          735

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          Themen

                                          1.3m

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

                                          • Du hast noch kein Konto? Registrieren

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