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.3k

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

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

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.
  • V Voltage

    Hey.
    Das mit dem Override direkt am Thermostaten hast du ja scheinbar schon angepackt, zumindest habe ich das bei GitHub so verstanden. Das Ganze scheint auch auf dem ersten Blick zu funktionieren, ohne das ich was machen musste.
    Danke dafür.

    Danke, werde durch diese "Neuerung" den Adapter definitiv wieder nutzen :)


    Funktioniert doch noch nicht wirklich, stellt sich dauernd zurück die Temperatur.

    "heatingcontrol.0 2020-04-02 11:13:30.584 info (10526) set thermostat hm-rpc.2.000A1709A64260.1.SET_POINT_TEMPERATURE to 17; current is 19.5"

    Wie kann ich erkennen warum er dies gemacht hat? MMn grundlos ;D

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

    @Voltage ist ja auch noch in Arbeit... wenn du beim Testen mithelfen willst, dann würde mir ein debug-log weiterhelfen.

    1 Antwort Letzte Antwort
    0
    • T TorbenNW

      Habe seit langem mal wieder in den Adapter geguckt, Version 0.3.19 ist installiert.
      Ist nur bei mir der Reiter für die Aktoren (hatte dort Xiaomi Temp-Sensoren hinterlegt) weg oder wird dieser überarbeitet?
      Oder muss dieser nun wo anders eingetragen werden?

      Aktuell sieht es bei mir nun so aus
      aktorweg.jpg

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

      @TorbenNW unter Aktoren kommen ja auch keine Sensoren. Du hast UseSensors aktiviert. Das sind die Fenstersensoren. Aktoren wären dann Ventile, die direkt aus dem Adapter gesteuert werden, du hast aber Thermostate, die machen das viel besser als mein Adapter.
      Die TempSensoren musst du mit deinem Thermostat direkt verknüpfen, wenn der Thermostat nach diesen Sensoren regeln soll...

      T 1 Antwort Letzte Antwort
      0
      • Rene_HMR Rene_HM

        @TorbenNW unter Aktoren kommen ja auch keine Sensoren. Du hast UseSensors aktiviert. Das sind die Fenstersensoren. Aktoren wären dann Ventile, die direkt aus dem Adapter gesteuert werden, du hast aber Thermostate, die machen das viel besser als mein Adapter.
        Die TempSensoren musst du mit deinem Thermostat direkt verknüpfen, wenn der Thermostat nach diesen Sensoren regeln soll...

        T Offline
        T Offline
        TorbenNW
        schrieb am zuletzt editiert von TorbenNW
        #1003

        @Rene_HM Aber war nicht genau das der Sinn des Adapters? Das man fremde Temperatur-Sensoren (zB Xiaomi) mit HM Thermostaten in Einklang bringen kann? Alleine schon weil die Temperatur am Thermostat nicht die ist, die ich am Sofa haben will (großer Raum)?

        Rene_HMR P 2 Antworten Letzte Antwort
        0
        • T TorbenNW

          @Rene_HM Aber war nicht genau das der Sinn des Adapters? Das man fremde Temperatur-Sensoren (zB Xiaomi) mit HM Thermostaten in Einklang bringen kann? Alleine schon weil die Temperatur am Thermostat nicht die ist, die ich am Sofa haben will (großer Raum)?

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

          @TorbenNW nein, das war nicht der Sinn des Adapters. Der Adapter kümmert sich um die Profile und Ziel-Temperaturen. Ich habe eine einfache Regelung implementiert, für den Fall dass kein Thermostat verwendet wird. Ein Thermostat kann aber deutlich besser regeln, als meine einfache ein/aus-Regelung. Wenn du diese einfache Regelung nutzen willst, musst du UseAktors (neben UseSensors) aktivieren. Dann bekommst du wieder den Aktor-Tab. Dort werden dann die digitalen Outputs konfiguriert, welche die Ventile schalten. Dein Xiomi TempSensor kommt dann auf "OID aktueller Wert" im Thermostat-Tab. dann macht dein Thermostat aber nichts mehr...
          Eine bessere Lösung für solch ein Problem ist aber die direkte Verknüpfung der Temp-Sensoren mit dem Thermostat, was hier im thread schon mehrfach angesprochen wurde...

          1 Antwort Letzte Antwort
          0
          • T TorbenNW

            @Rene_HM Aber war nicht genau das der Sinn des Adapters? Das man fremde Temperatur-Sensoren (zB Xiaomi) mit HM Thermostaten in Einklang bringen kann? Alleine schon weil die Temperatur am Thermostat nicht die ist, die ich am Sofa haben will (großer Raum)?

            P Offline
            P Offline
            Pittini
            Developer
            schrieb am zuletzt editiert von Pittini
            #1005

            @TorbenNW sagte in Test Adapter HeatingControl v0.3.x:

            Alleine schon weil die Temperatur am Thermostat nicht die ist, die ich am Sofa haben will (großer Raum)?

            Dafür nimmst den Xiaomi Sensor, dann siehst ja was die Differenz ist und kannst das Thermostat entsprechend höher stellen, diese Differenz is ja meist recht statisch. Wenn man die Xiomis direkt mit dem Adapter verwenden würde, hast nen ständiges an/aus, die Thermostate haben intern da ne recht ausgeklügelte Logik um das Ventil passend auf x% zu stellen.

            T 1 Antwort Letzte Antwort
            0
            • P Pittini

              @TorbenNW sagte in Test Adapter HeatingControl v0.3.x:

              Alleine schon weil die Temperatur am Thermostat nicht die ist, die ich am Sofa haben will (großer Raum)?

              Dafür nimmst den Xiaomi Sensor, dann siehst ja was die Differenz ist und kannst das Thermostat entsprechend höher stellen, diese Differenz is ja meist recht statisch. Wenn man die Xiomis direkt mit dem Adapter verwenden würde, hast nen ständiges an/aus, die Thermostate haben intern da ne recht ausgeklügelte Logik um das Ventil passend auf x% zu stellen.

              T Offline
              T Offline
              TorbenNW
              schrieb am zuletzt editiert von TorbenNW
              #1006

              @Pittini - okay danke für deine Erklärung. Ich war/bin der Meinung das es trotzdem gut funktioniert hatte, oder ich habe einfach damals eine Offset-Temperatur eingestellt damit es mit der Temperatur hin kam.
              Ist alles schon sehr lange her als das ich mich daran wirklich erinnern könnte

              @Rene_HM dann habe ich es damals falsch verstanden/falsch genutzt und wenn ich die ganzen Zusätze wie Anwesenheit etc. nicht benötige kann ich das ganze auch wieder über die CCU steuern und einen Offset einstelle.
              Rein aus Interesse - wo finde ich diese Optionen? mit dem UseAktors/UseSensors

              Danke euch für die Antworten

              V 1 Antwort Letzte Antwort
              0
              • T TorbenNW

                @Pittini - okay danke für deine Erklärung. Ich war/bin der Meinung das es trotzdem gut funktioniert hatte, oder ich habe einfach damals eine Offset-Temperatur eingestellt damit es mit der Temperatur hin kam.
                Ist alles schon sehr lange her als das ich mich daran wirklich erinnern könnte

                @Rene_HM dann habe ich es damals falsch verstanden/falsch genutzt und wenn ich die ganzen Zusätze wie Anwesenheit etc. nicht benötige kann ich das ganze auch wieder über die CCU steuern und einen Offset einstelle.
                Rein aus Interesse - wo finde ich diese Optionen? mit dem UseAktors/UseSensors

                Danke euch für die Antworten

                V Offline
                V Offline
                Voltage
                schrieb am zuletzt editiert von
                #1007

                @TorbenNW
                Die Optionen findest du direkt auf der Seite "Haupteinstellungen". Eigentlich die erste Seite vom Adapter... :face_with_rolling_eyes:

                T 1 Antwort Letzte Antwort
                0
                • V Voltage

                  @TorbenNW
                  Die Optionen findest du direkt auf der Seite "Haupteinstellungen". Eigentlich die erste Seite vom Adapter... :face_with_rolling_eyes:

                  T Offline
                  T Offline
                  TorbenNW
                  schrieb am zuletzt editiert von
                  #1008

                  @Voltage
                  tja manchmal sieht man nicht, dass man auch noch scrollen kann .... -schande-

                  1 Antwort Letzte Antwort
                  0
                  • V Offline
                    V Offline
                    Voltage
                    schrieb am zuletzt editiert von Voltage
                    #1009

                    Eben noch mal das Thema override direkt am Thermostat versucht - hier mal ein Debug von mir, hoffe es hilft dir so weiter


                    heatingcontrol.0 2020-04-11 09:07:00.591 info (31476) set thermostat hm-rpc.2.000A1709A64373.1.SET_POINT_TEMPERATURE to 19; current is 18.5
                    heatingcontrol.0 2020-04-11 09:07:00.273 info (31476) set thermostat hm-rpc.2.000A1709A64260.1.SET_POINT_TEMPERATURE to 20; current is 19
                    heatingcontrol.0 2020-04-11 09:07:00.200 warn (31476) override temperature not valid: 0
                    heatingcontrol.0 2020-04-11 09:07:00.155 info (31476) change temperature override for room Wohnzimmer
                    heatingcontrol.0 2020-04-11 09:07:00.143 info (31476) ### Rooms.Wohnzimmer.TemperaturOverride
                    heatingcontrol.0 2020-04-11 09:07:00.061 info (31476) Stop Temperatur Override Wohnzimmer
                    heatingcontrol.0 2020-04-11 09:05:27.853 info (31476) set thermostat hm-rpc.2.000A1709A64373.1.SET_POINT_TEMPERATURE to 18; current is 19.5
                    heatingcontrol.0 2020-04-11 09:05:27.847 info (31476) room Wohnzimmer Thermostat Wohnzimmer 1.SET_POINT_TEMPERATURE set to 18
                    heatingcontrol.0 2020-04-11 09:05:27.781 info (31476) change temperature override for room Wohnzimmer
                    heatingcontrol.0 2020-04-11 09:05:09.025 info (31476) set thermostat hm-rpc.2.000A1709A646C1.1.SET_POINT_TEMPERATURE to 18; current is 19.5
                    heatingcontrol.0 2020-04-11 09:05:09.019 info (31476) room Flur Thermostat Flur 1.SET_POINT_TEMPERATURE set to 18
                    heatingcontrol.0 2020-04-11 09:05:08.954 info (31476) change temperature override for room Flur
                    heatingcontrol.0 2020-04-11 09:00:41.497 warn (31476) override temperature not valid: 0
                    heatingcontrol.0 2020-04-11 09:00:41.492 info (31476) change temperature override for room Wohnzimmer
                    heatingcontrol.0 2020-04-11 09:00:41.485 warn (31476) override temperature not valid: 0
                    heatingcontrol.0 2020-04-11 09:00:41.479 info (31476) change temperature override for room Wohnzimmer
                    heatingcontrol.0 2020-04-11 09:00:32.681 warn (31476) override temperature not valid: 0
                    heatingcontrol.0 2020-04-11 09:00:32.673 info (31476) change temperature override for room Flur
                    heatingcontrol.0 2020-04-11 08:59:59.480 info (31476) set thermostat hm-rpc.2.000A1709A646C1.1.SET_POINT_TEMPERATURE to 19; current is 17
                    heatingcontrol.0 2020-04-11 08:59:59.242 info (31476) set thermostat hm-rpc.2.000A1709A64373.1.SET_POINT_TEMPERATURE to 19; current is 17
                    heatingcontrol.0 2020-04-11 08:59:58.997 info (31476) set thermostat hm-rpc.2.000A1709A64260.1.SET_POINT_TEMPERATURE to 20; current is 17
                    heatingcontrol.0 2020-04-11 08:59:45.129 info (31476) set thermostat hm-rpc.2.000A1709A646C1.1.SET_POINT_TEMPERATURE to 17; current is 19
                    heatingcontrol.0 2020-04-11 08:59:45.122 info (31476) setting to reduced/increased temperature in Flur to 17
                    heatingcontrol.0 2020-04-11 08:59:44.893 info (31476) set thermostat hm-rpc.2.000A1709A64373.1.SET_POINT_TEMPERATURE to 17; current is 19
                    heatingcontrol.0 2020-04-11 08:59:44.885 info (31476) setting to reduced/increased temperature in Wohnzimmer to 17
                    heatingcontrol.0 2020-04-11 08:59:44.657 info (31476) set thermostat hm-rpc.2.000A1709A64260.1.SET_POINT_TEMPERATURE to 17; current is 20
                    heatingcontrol.0 2020-04-11 08:59:44.649 info (31476) setting to reduced/increased temperature in Esszimmer to 17
                    heatingcontrol.0 2020-04-11 08:59:40.412 info (31476) subscribe Wohnzimmer hm-rpc.1.NEQ1483063.1.STATE
                    heatingcontrol.0 2020-04-11 08:59:40.408 info (31476) subscribe Esszimmer hm-rpc.2.0000D7099A7A99.1.STATE
                    heatingcontrol.0 2020-04-11 08:59:40.404 info (31476) subscribe radar2.0.Sven._here
                    heatingcontrol.0 2020-04-11 08:59:40.401 info (31476) subscribe Feiertage.0.heute.boolean
                    heatingcontrol.0 2020-04-11 08:59:40.097 info (31476) set thermostat hm-rpc.2.000A1709A646C1.1.SET_POINT_TEMPERATURE to 19; current is 18
                    heatingcontrol.0 2020-04-11 08:59:39.869 info (31476) set thermostat hm-rpc.2.000A1709A64373.1.SET_POINT_TEMPERATURE to 19; current is 17.5
                    heatingcontrol.0 2020-04-11 08:59:39.640 info (31476) set thermostat hm-rpc.2.000A1709A64260.1.SET_POINT_TEMPERATURE to 20; current is 18
                    heatingcontrol.0 2020-04-11 08:59:39.520 info (31476) external states checked, done
                    heatingcontrol.0 2020-04-11 08:59:39.508 info (31476) setting Present to true
                    heatingcontrol.0 2020-04-11 08:59:39.498 info (31476) checking all external states
                    heatingcontrol.0 2020-04-11 08:59:37.192 info (31476) starting. Version 0.3.19 in /opt/iobroker/node_modules/iobroker.heatingcontrol, node: v10.16.0

                    Was mir aufgefallen ist, dass er unter "objekte" den "State" nicht von normal auf override setzt, aber ist vermutlich bekannt und recht kompliziert. Danke für die Mühe

                    Rene_HMR 1 Antwort Letzte Antwort
                    0
                    • V Voltage

                      Eben noch mal das Thema override direkt am Thermostat versucht - hier mal ein Debug von mir, hoffe es hilft dir so weiter


                      heatingcontrol.0 2020-04-11 09:07:00.591 info (31476) set thermostat hm-rpc.2.000A1709A64373.1.SET_POINT_TEMPERATURE to 19; current is 18.5
                      heatingcontrol.0 2020-04-11 09:07:00.273 info (31476) set thermostat hm-rpc.2.000A1709A64260.1.SET_POINT_TEMPERATURE to 20; current is 19
                      heatingcontrol.0 2020-04-11 09:07:00.200 warn (31476) override temperature not valid: 0
                      heatingcontrol.0 2020-04-11 09:07:00.155 info (31476) change temperature override for room Wohnzimmer
                      heatingcontrol.0 2020-04-11 09:07:00.143 info (31476) ### Rooms.Wohnzimmer.TemperaturOverride
                      heatingcontrol.0 2020-04-11 09:07:00.061 info (31476) Stop Temperatur Override Wohnzimmer
                      heatingcontrol.0 2020-04-11 09:05:27.853 info (31476) set thermostat hm-rpc.2.000A1709A64373.1.SET_POINT_TEMPERATURE to 18; current is 19.5
                      heatingcontrol.0 2020-04-11 09:05:27.847 info (31476) room Wohnzimmer Thermostat Wohnzimmer 1.SET_POINT_TEMPERATURE set to 18
                      heatingcontrol.0 2020-04-11 09:05:27.781 info (31476) change temperature override for room Wohnzimmer
                      heatingcontrol.0 2020-04-11 09:05:09.025 info (31476) set thermostat hm-rpc.2.000A1709A646C1.1.SET_POINT_TEMPERATURE to 18; current is 19.5
                      heatingcontrol.0 2020-04-11 09:05:09.019 info (31476) room Flur Thermostat Flur 1.SET_POINT_TEMPERATURE set to 18
                      heatingcontrol.0 2020-04-11 09:05:08.954 info (31476) change temperature override for room Flur
                      heatingcontrol.0 2020-04-11 09:00:41.497 warn (31476) override temperature not valid: 0
                      heatingcontrol.0 2020-04-11 09:00:41.492 info (31476) change temperature override for room Wohnzimmer
                      heatingcontrol.0 2020-04-11 09:00:41.485 warn (31476) override temperature not valid: 0
                      heatingcontrol.0 2020-04-11 09:00:41.479 info (31476) change temperature override for room Wohnzimmer
                      heatingcontrol.0 2020-04-11 09:00:32.681 warn (31476) override temperature not valid: 0
                      heatingcontrol.0 2020-04-11 09:00:32.673 info (31476) change temperature override for room Flur
                      heatingcontrol.0 2020-04-11 08:59:59.480 info (31476) set thermostat hm-rpc.2.000A1709A646C1.1.SET_POINT_TEMPERATURE to 19; current is 17
                      heatingcontrol.0 2020-04-11 08:59:59.242 info (31476) set thermostat hm-rpc.2.000A1709A64373.1.SET_POINT_TEMPERATURE to 19; current is 17
                      heatingcontrol.0 2020-04-11 08:59:58.997 info (31476) set thermostat hm-rpc.2.000A1709A64260.1.SET_POINT_TEMPERATURE to 20; current is 17
                      heatingcontrol.0 2020-04-11 08:59:45.129 info (31476) set thermostat hm-rpc.2.000A1709A646C1.1.SET_POINT_TEMPERATURE to 17; current is 19
                      heatingcontrol.0 2020-04-11 08:59:45.122 info (31476) setting to reduced/increased temperature in Flur to 17
                      heatingcontrol.0 2020-04-11 08:59:44.893 info (31476) set thermostat hm-rpc.2.000A1709A64373.1.SET_POINT_TEMPERATURE to 17; current is 19
                      heatingcontrol.0 2020-04-11 08:59:44.885 info (31476) setting to reduced/increased temperature in Wohnzimmer to 17
                      heatingcontrol.0 2020-04-11 08:59:44.657 info (31476) set thermostat hm-rpc.2.000A1709A64260.1.SET_POINT_TEMPERATURE to 17; current is 20
                      heatingcontrol.0 2020-04-11 08:59:44.649 info (31476) setting to reduced/increased temperature in Esszimmer to 17
                      heatingcontrol.0 2020-04-11 08:59:40.412 info (31476) subscribe Wohnzimmer hm-rpc.1.NEQ1483063.1.STATE
                      heatingcontrol.0 2020-04-11 08:59:40.408 info (31476) subscribe Esszimmer hm-rpc.2.0000D7099A7A99.1.STATE
                      heatingcontrol.0 2020-04-11 08:59:40.404 info (31476) subscribe radar2.0.Sven._here
                      heatingcontrol.0 2020-04-11 08:59:40.401 info (31476) subscribe Feiertage.0.heute.boolean
                      heatingcontrol.0 2020-04-11 08:59:40.097 info (31476) set thermostat hm-rpc.2.000A1709A646C1.1.SET_POINT_TEMPERATURE to 19; current is 18
                      heatingcontrol.0 2020-04-11 08:59:39.869 info (31476) set thermostat hm-rpc.2.000A1709A64373.1.SET_POINT_TEMPERATURE to 19; current is 17.5
                      heatingcontrol.0 2020-04-11 08:59:39.640 info (31476) set thermostat hm-rpc.2.000A1709A64260.1.SET_POINT_TEMPERATURE to 20; current is 18
                      heatingcontrol.0 2020-04-11 08:59:39.520 info (31476) external states checked, done
                      heatingcontrol.0 2020-04-11 08:59:39.508 info (31476) setting Present to true
                      heatingcontrol.0 2020-04-11 08:59:39.498 info (31476) checking all external states
                      heatingcontrol.0 2020-04-11 08:59:37.192 info (31476) starting. Version 0.3.19 in /opt/iobroker/node_modules/iobroker.heatingcontrol, node: v10.16.0

                      Was mir aufgefallen ist, dass er unter "objekte" den "State" nicht von normal auf override setzt, aber ist vermutlich bekannt und recht kompliziert. Danke für die Mühe

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

                      @Voltage in der 0.4.0 wird das Feature integriert sein. Bin derzeit noch am testen... In der 0.3.19 (d.h. master branch im github) sind die notwendigen Änderungen noch nicht drin. Im Moment müsstest du die 0.4.0 aus dem branch V0.4 installieren.

                      1 Antwort Letzte Antwort
                      0
                      • C Offline
                        C Offline
                        CaptainBalou
                        schrieb am zuletzt editiert von
                        #1011

                        Hallo zusammen, gibt es ein HowTo wie man den Debug Mode für den Adapter aktiviert um Logs zu generieren? Ich bin noch recht neu bei iobroker und heatingcontrol.

                        G 1 Antwort Letzte Antwort
                        0
                        • C CaptainBalou

                          Hallo zusammen, gibt es ein HowTo wie man den Debug Mode für den Adapter aktiviert um Logs zu generieren? Ich bin noch recht neu bei iobroker und heatingcontrol.

                          G Online
                          G Online
                          guergen
                          schrieb am zuletzt editiert von
                          #1012

                          @CaptainBalou Expertenmodus und dann dort:
                          cf92c4d3-5138-420a-81b3-73628e75e2b5-grafik.png

                          C 1 Antwort Letzte Antwort
                          0
                          • G Online
                            G Online
                            guergen
                            schrieb am zuletzt editiert von guergen
                            #1013

                            Was hat es denn jetzt damit auf sich:
                            d3615297-1745-49f4-a9b0-d9f870b2526a-grafik.png

                            Warum steht dieser Wert schon wieder auf 0, hatte ihn auf 5 eingestellt?
                            ff239be4-72e9-4527-bf39-168dc9aeee13-grafik.png
                            Gibt es für den Wert auch irgendwo einen DP? Hab keinen gefunden....
                            cdd02621-e4ad-44d8-b967-042cf6870002-grafik.png

                            Rene_HMR 1 Antwort Letzte Antwort
                            0
                            • G guergen

                              Was hat es denn jetzt damit auf sich:
                              d3615297-1745-49f4-a9b0-d9f870b2526a-grafik.png

                              Warum steht dieser Wert schon wieder auf 0, hatte ihn auf 5 eingestellt?
                              ff239be4-72e9-4527-bf39-168dc9aeee13-grafik.png
                              Gibt es für den Wert auch irgendwo einen DP? Hab keinen gefunden....
                              cdd02621-e4ad-44d8-b967-042cf6870002-grafik.png

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

                              @guergen das sind zwei features:

                              1. es gibt pro Raum eine Minumum-Temperatur. Die ist für jeden Raum per DP einstellbar. (wie oben markiert). Wenn durch Absenkung diese Minimum-Temperatur unterschritten wird, wird die Zieltemperatur auf diesen Wert gesetzt.
                              2. wenn keine Heizperiode vorliegt, gibt es die Möglchkeit
                                2.1) für alle Räume eine Zieltemperatur vorzugeben. Diese Temperatur ist im admin eingestellt und hat keinen DP
                                2.2.) für jeden Raum separat eine Zieltemperatur einzustellen. Dafür wird dann eine Zieltemperatur als DP angelegt
                                2.3) oder gar nichts machen
                              G 1 Antwort Letzte Antwort
                              0
                              • G guergen

                                @CaptainBalou Expertenmodus und dann dort:
                                cf92c4d3-5138-420a-81b3-73628e75e2b5-grafik.png

                                C Offline
                                C Offline
                                CaptainBalou
                                schrieb am zuletzt editiert von
                                #1015

                                Danke @guergen hat prima geklappt!

                                1 Antwort Letzte Antwort
                                0
                                • Rene_HMR Rene_HM

                                  @guergen das sind zwei features:

                                  1. es gibt pro Raum eine Minumum-Temperatur. Die ist für jeden Raum per DP einstellbar. (wie oben markiert). Wenn durch Absenkung diese Minimum-Temperatur unterschritten wird, wird die Zieltemperatur auf diesen Wert gesetzt.
                                  2. wenn keine Heizperiode vorliegt, gibt es die Möglchkeit
                                    2.1) für alle Räume eine Zieltemperatur vorzugeben. Diese Temperatur ist im admin eingestellt und hat keinen DP
                                    2.2.) für jeden Raum separat eine Zieltemperatur einzustellen. Dafür wird dann eine Zieltemperatur als DP angelegt
                                    2.3) oder gar nichts machen
                                  G Online
                                  G Online
                                  guergen
                                  schrieb am zuletzt editiert von guergen
                                  #1016

                                  @Rene_HM Ja, hatte ich wohl gefunden...
                                  Den 1. Kannte ich ja schon
                                  2.1 war halt nur eine Frage
                                  Das unsubscribe hatte mich gewundert...

                                  Jetzt habe ich vorhin au f JS-controller 3.xx upgedatet und die zwei-Fenster-Option mit mehreren Thermostaten geht schon wieder nicht mehr....

                                  heatingcontrol.0	2020-04-19 12:03:11.639	debug	(20299) thermostat maxcul.0.KEQ0346189.desiredTemperature nothing to do, already 15
                                  heatingcontrol.0	2020-04-19 12:03:11.597	debug	(20299) got {"val":5,"ack":false,"ts":1577548968524,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":1577548968524}
                                  heatingcontrol.0	2020-04-19 12:03:11.595	debug	(20299) checking min temp with Rooms.Toilette.MinimumTemperature
                                  heatingcontrol.0	2020-04-19 12:03:11.595	debug	(20299) room Toilette Thermostat Thermostat KEQ0346189 set temperature target is 15
                                  heatingcontrol.0	2020-04-19 12:03:11.595	debug	(20299) room Toilette setting new target 15
                                  heatingcontrol.0	2020-04-19 12:03:11.594	info	(20299) unsubscribe Schlafzimmer maxcul.0.KEQ0335101.desiredTemperature
                                  heatingcontrol.0	2020-04-19 12:03:11.594	info	(20299) unsubscribe Toilette maxcul.0.KEQ0346189.desiredTemperature
                                  heatingcontrol.0	2020-04-19 12:03:11.594	info	(20299) unsubscribe Küche maxcul.0.KEQ0340391.desiredTemperature
                                  heatingcontrol.0	2020-04-19 12:03:11.594	info	(20299) unsubscribe Bad maxcul.0.KEQ0334837.desiredTemperature
                                  heatingcontrol.0	2020-04-19 12:03:11.593	info	(20299) unsubscribe Kaminzimmer maxcul.0.KEQ0340448.desiredTemperature
                                  heatingcontrol.0	2020-04-19 12:03:11.593	info	(20299) unsubscribe Wohnzimmer maxcul.0.KEQ0340464.desiredTemperature
                                  heatingcontrol.0	2020-04-19 12:03:11.593	debug	(20299) need to unsubscribe states
                                  heatingcontrol.0	2020-04-19 12:03:11.593	debug	(20299) ### new target temp 15 0 0 0 0 0
                                  heatingcontrol.0	2020-04-19 12:03:11.592	debug	(20299) ### current > 1 1 1
                                  heatingcontrol.0	2020-04-19 12:03:11.591	debug	(20299) Toilette found period 1 with 15 on 07,00
                                  heatingcontrol.0	2020-04-19 12:03:11.590	debug	(20299) ### set ActiveTimeSlot to 25 period 1
                                  heatingcontrol.0	2020-04-19 12:03:11.589	debug	(20299) check ID Profiles.0.Toilette.Sun.Periods.3.time period 3
                                  heatingcontrol.0	2020-04-19 12:03:11.588	debug	(20299) check ID Profiles.0.Toilette.Sun.Periods.2.time period 2
                                  heatingcontrol.0	2020-04-19 12:03:11.587	debug	(20299) check time for Toilette Profiles.0.Toilette.Sun.Periods.1.time 15
                                  heatingcontrol.0	2020-04-19 12:03:11.544	debug	(20299) check ID Profiles.0.Toilette.Sun.Periods.1.time period 1
                                  heatingcontrol.0	2020-04-19 12:03:11.543	debug	(20299) check time for Toilette Profiles.0.Toilette.Sun.Periods.0.time 15
                                  heatingcontrol.0	2020-04-19 12:03:11.495	debug	(20299) check ID Profiles.0.Toilette.Sun.Periods.0.time period 0
                                  heatingcontrol.0	2020-04-19 12:03:11.495	debug	(20299) ### set ActiveTimeSlot to 24
                                  heatingcontrol.0	2020-04-19 12:03:11.494	debug	(20299) FindNextPeriod for 2020-4-19 12:03:11 PM in Toilette
                                  heatingcontrol.0	2020-04-19 12:03:11.494	debug	(20299) relative GuestIncrease {"val":0,"ack":true,"ts":1577550099031,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1577548489229}
                                  heatingcontrol.0	2020-04-19 12:03:11.493	debug	(20299) relative AbsentDecrease {"val":0,"ack":true,"ts":1577550097867,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1577548489265}
                                  heatingcontrol.0	2020-04-19 12:03:11.491	debug	(20299) relative PartyDecrease {"val":0,"ack":true,"ts":1577548489244,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1577548489244}
                                  heatingcontrol.0	2020-04-19 12:03:11.490	debug	(20299) relative VacationAbsentDecrease {"val":0,"ack":true,"ts":1577548489275,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1577548489275}
                                  heatingcontrol.0	2020-04-19 12:03:11.489	debug	(20299) relative WindowOpenDecrease {"val":20,"ack":true,"ts":1578570839286,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1578570837006}
                                  heatingcontrol.0	2020-04-19 12:03:11.488	debug	(20299) Toilette window open is false
                                  heatingcontrol.0	2020-04-19 12:03:11.488	debug	(20299) check room Toilette
                                  heatingcontrol.0	2020-04-19 12:03:11.488	debug	(20299) profile 0
                                  heatingcontrol.0	2020-04-19 12:03:11.481	debug	(20299) get profile
                                  heatingcontrol.0	2020-04-19 12:03:11.481	debug	(20299) profile type 3
                                  heatingcontrol.0	2020-04-19 12:03:11.389	debug	(20299) ### not handled maxcul.0.JEQ0512273.isOpen {"val":false,"ack":true,"ts":1587290591331,"q":0,"from":"system.adapter.maxcul.0","user":"system.user.admin","lc":1581529664716}
                                  heatingcontrol.0	2020-04-19 12:03:11.388	debug	(20299) ### 222 not handled yet
                                  heatingcontrol.0	2020-04-19 12:03:11.388	debug	(20299) calculating new target temperatures
                                  heatingcontrol.0	2020-04-19 12:03:11.388	debug	(20299) room to check is Toilette
                                  heatingcontrol.0	2020-04-19 12:03:11.341	debug	(20299) Toilette window open is false
                                  heatingcontrol.0	2020-04-19 12:03:11.341	debug	(20299) got sensor state {"val":false,"ack":true,"ts":1587290591331,"q":0,"from":"system.adapter.maxcul.0","user":"system.user.admin","lc":1581529664716} from maxcul.0.JEQ0512273.isOpen
                                  heatingcontrol.0	2020-04-19 12:03:11.337	debug	(20299) Check sensors for Toilette
                                  heatingcontrol.0	2020-04-19 12:03:11.336	debug	(20299) ### handle devices [{"id":12,"name":"Contact JEQ0512273 opened","OID_Current":"maxcul.0.JEQ0512273.isOpen","isActive":true,"type":3,"room":"Toilette"}]
                                  heatingcontrol.0	2020-04-19 12:03:11.336	debug	(20299) handle id maxcul.0.JEQ0512273.isOpen state {"val":false,"ack":true,"ts":1587290591331,"q":0,"from":"system.adapter.maxcul.0","user":"system.user.admin","lc":1581529664716}
                                  heatingcontrol.0	2020-04-19 12:03:11.336	debug	(20299) ### 111 not handled yet
                                  heatingcontrol.0	2020-04-19 12:03:11.336	debug	(20299) ### maxcul.0.JEQ0512273.isOpen maxcul.0.JEQ0161176.isOpen false true
                                  heatingcontrol.0	2020-04-19 12:03:11.335	debug	(20299) ### handle state change maxcul.0.JEQ0512273.isOpen {"val":false,"ack":true,"ts":1587290591331,"q":0,"from":"system.adapter.maxcul.0","user":"system.user.admin","lc":1581529664716}
                                  heatingcontrol.0	2020-04-19 12:02:23.168	debug	(20299) need to subscribe states now
                                  heatingcontrol.0	2020-04-19 12:02:13.556	info	(20299) 91 cron jobs created
                                  heatingcontrol.0	2020-04-19 12:02:13.555	debug	(20299) [INFO] status = true next event: 19 Apr 2020 18:00:00
                                  heatingcontrol.0	2020-04-19 12:02:13.555	debug	(20299) [INFO] status = true next event: 25 Apr 2020 18:00:00
                                  heatingcontrol.0	2020-04-19 12:02:13.554	debug	(20299) [INFO] status = true next event: 24 Apr 2020 18:00:00
                                  heatingcontrol.0	2020-04-19 12:02:13.554	debug	(20299) [INFO] status = true next event: 23 Apr 2020 18:00:00
                                  heatingcontrol.0	2020-04-19 12:02:13.553	debug	(20299) [INFO] status = true next event: 22 Apr 2020 18:00:00
                                  heatingcontrol.0	2020-04-19 12:02:13.552	debug	(20299) [INFO] status = true next event: 21 Apr 2020 18:00:00
                                  heatingcontrol.0	2020-04-19 12:02:13.551	debug	(20299) [INFO] status = true next event: 20 Apr 2020 18:00:00
                                  heatingcontrol.0	2020-04-19 12:02:13.550	debug	(20299) [INFO] status = true next event: 26 Apr 2020 10:00:00
                                  heatingcontrol.0	2020-04-19 12:02:13.549	debug	(20299) [INFO] status = true next event: 25 Apr 2020 10:00:00
                                  heatingcontrol.0	2020-04-19 12:02:13.548	debug	(20299) [INFO] status = true next event: 19 Apr 2020 19:00:00
                                  heatingcontrol.0	2020-04-19 12:02:13.547	debug	(20299) [INFO] status = true next event: 26 Apr 2020 05:00:00
                                  heatingcontrol.0	2020-04-19 12:02:13.545	debug	(20299) [INFO] status = true next event: 25 Apr 2020 22:00:00
                                  heatingcontrol.0	2020-04-19 12:02:13.544	debug	(20299) [INFO] status = true next event: 25 Apr 2020 19:00:00
                                  heatingcontrol.0	2020-04-19 12:02:13.543	debug	(20299) [INFO] status = true next event: 25 Apr 2020 05:00:00
                                  heatingcontrol.0	2020-04-19 12:02:13.542	debug	(20299) [INFO] status = true next event: 24 Apr 2020 22:00:00
                                  heatingcontrol.0	2020-04-19 12:02:13.541	debug	(20299) [INFO] status = true next event: 24 Apr 2020 19:00:00
                                  heatingcontrol.0	2020-04-19 12:02:13.539	debug	(20299) [INFO] status = true next event: 24 Apr 2020 08:00:00
                                  heatingcontrol.0	2020-04-19 12:02:13.538	debug	(20299) [INFO] status = true next event: 24 Apr 2020 05:00:00
                                  heatingcontrol.0	2020-04-19 12:02:13.538	debug	(20299) [INFO] status = true next event: 23 Apr 2020 22:00:00
                                  heatingcontrol.0	2020-04-19 12:02:13.537	debug	(20299) [INFO] status = true next event: 23 Apr 2020 19:00:00
                                  heatingcontrol.0	2020-04-19 12:02:13.537	debug	(20299) [INFO] status = true next event: 23 Apr 2020 08:00:00
                                  heatingcontrol.0	2020-04-19 12:02:13.536	debug	(20299) [INFO] status = true next event: 23 Apr 2020 05:00:00
                                  heatingcontrol.0	2020-04-19 12:02:13.536	debug	(20299) [INFO] status = true next event: 22 Apr 2020 22:00:00
                                  heatingcontrol.0	2020-04-19 12:02:13.535	debug	(20299) [INFO] status = true next event: 22 Apr 2020 19:00:00
                                  heatingcontrol.0	2020-04-19 12:02:13.534	debug	(20299) [INFO] status = true next event: 22 Apr 2020 08:00:00
                                  heatingcontrol.0	2020-04-19 12:02:13.534	debug	(20299) [INFO] status = true next event: 22 Apr 2020 05:00:00
                                  heatingcontrol.0	2020-04-19 12:02:13.533	debug	(20299) [INFO] status = true next event: 21 Apr 2020 22:00:00
                                  heatingcontrol.0	2020-04-19 12:02:13.532	debug	(20299) [INFO] status = true next event: 21 Apr 2020 19:00:00
                                  heatingcontrol.0	2020-04-19 12:02:13.532	debug	(20299) [INFO] status = true next event: 21 Apr 2020 08:00:00
                                  heatingcontrol.0	2020-04-19 12:02:13.531	debug	(20299) [INFO] status = true next event: 21 Apr 2020 05:00:00
                                  heatingcontrol.0	2020-04-19 12:02:13.531	debug	(20299) [INFO] status = true next event: 20 Apr 2020 22:00:00
                                  heatingcontrol.0	2020-04-19 12:02:13.530	debug	(20299) [INFO] status = true next event: 20 Apr 2020 19:00:00
                                  heatingcontrol.0	2020-04-19 12:02:13.529	debug	(20299) [INFO] status = true next event: 20 Apr 2020 08:00:00
                                  heatingcontrol.0	2020-04-19 12:02:13.529	debug	(20299) [INFO] status = true next event: 20 Apr 2020 05:00:00
                                  heatingcontrol.0	2020-04-19 12:02:13.529	debug	(20299) [INFO] status = true next event: 19 Apr 2020 17:00:00
                                  heatingcontrol.0	2020-04-19 12:02:13.528	debug	(20299) [INFO] status = true next event: 26 Apr 2020 07:00:00
                                  heatingcontrol.0	2020-04-19 12:02:13.528	debug	(20299) [INFO] status = true next event: 26 Apr 2020 06:00:00
                                  heatingcontrol.0	2020-04-19 12:02:13.527	debug	(20299) [INFO] status = true next event: 25 Apr 2020 20:00:00
                                  heatingcontrol.0	2020-04-19 12:02:13.526	debug	(20299) [INFO] status = true next event: 25 Apr 2020 17:00:00
                                  heatingcontrol.0	2020-04-19 12:02:13.525	debug	(20299) [INFO] status = true next event: 25 Apr 2020 07:00:00
                                  heatingcontrol.0	2020-04-19 12:02:13.525	debug	(20299) [INFO] status = true next event: 25 Apr 2020 06:00:00
                                  heatingcontrol.0	2020-04-19 12:02:13.525	debug	(20299) [INFO] status = true next event: 19 Apr 2020 20:00:00
                                  heatingcontrol.0	2020-04-19 12:02:13.524	debug	(20299) [INFO] status = true next event: 19 Apr 2020 15:00:00
                                  heatingcontrol.0	2020-04-19 12:02:13.524	debug	(20299) [INFO] status = true next event: 26 Apr 2020 11:00:00
                                  heatingcontrol.0	2020-04-19 12:02:13.522	debug	(20299) [INFO] status = true next event: 25 Apr 2020 15:00:00
                                  heatingcontrol.0	2020-04-19 12:02:13.521	debug	(20299) [INFO] status = true next event: 25 Apr 2020 09:09:00
                                  heatingcontrol.0	2020-04-19 12:02:13.520	debug	(20299) [INFO] status = true next event: 24 Apr 2020 20:00:00
                                  heatingcontrol.0	2020-04-19 12:02:13.519	debug	(20299) [INFO] status = true next event: 24 Apr 2020 17:00:00
                                  heatingcontrol.0	2020-04-19 12:02:13.518	debug	(20299) [INFO] status = true next event: 24 Apr 2020 07:00:00
                                  heatingcontrol.0	2020-04-19 12:02:13.516	debug	(20299) [INFO] status = true next event: 23 Apr 2020 20:00:00
                                  heatingcontrol.0	2020-04-19 12:02:13.515	debug	(20299) [INFO] status = true next event: 23 Apr 2020 17:00:00
                                  heatingcontrol.0	2020-04-19 12:02:13.514	debug	(20299) [INFO] status = true next event: 23 Apr 2020 07:00:00
                                  heatingcontrol.0	2020-04-19 12:02:13.513	debug	(20299) [INFO] status = true next event: 22 Apr 2020 20:00:00
                                  heatingcontrol.0	2020-04-19 12:02:13.512	debug	(20299) [INFO] status = true next event: 22 Apr 2020 17:00:00
                                  heatingcontrol.0	2020-04-19 12:02:13.510	debug	(20299) [INFO] status = true next event: 22 Apr 2020 07:00:00
                                  heatingcontrol.0	2020-04-19 12:02:13.508	debug	(20299) [INFO] status = true next event: 21 Apr 2020 20:00:00
                                  heatingcontrol.0	2020-04-19 12:02:13.507	debug	(20299) [INFO] status = true next event: 21 Apr 2020 17:00:00
                                  heatingcontrol.0	2020-04-19 12:02:13.506	debug	(20299) [INFO] status = true next event: 21 Apr 2020 07:00:00
                                  heatingcontrol.0	2020-04-19 12:02:13.505	debug	(20299) [INFO] status = true next event: 20 Apr 2020 20:00:00
                                  heatingcontrol.0	2020-04-19 12:02:13.502	debug	(20299) [INFO] status = true next event: 20 Apr 2020 17:00:00
                                  heatingcontrol.0	2020-04-19 12:02:13.502	debug	(20299) [INFO] status = true next event: 20 Apr 2020 07:00:00
                                  heatingcontrol.0	2020-04-19 12:02:13.501	debug	(20299) [INFO] status = true next event: 19 Apr 2020 22:00:00
                                  heatingcontrol.0	2020-04-19 12:02:13.501	debug	(20299) [INFO] status = true next event: 19 Apr 2020 16:00:00
                                  heatingcontrol.0	2020-04-19 12:02:13.501	debug	(20299) [INFO] status = true next event: 26 Apr 2020 12:00:00
                                  heatingcontrol.0	2020-04-19 12:02:13.499	debug	(20299) [INFO] status = true next event: 26 Apr 2020 08:00:00
                                  heatingcontrol.0	2020-04-19 12:02:13.498	debug	(20299) [INFO] status = true next event: 25 Apr 2020 23:00:00
                                  heatingcontrol.0	2020-04-19 12:02:13.497	debug	(20299) [INFO] status = true next event: 25 Apr 2020 16:00:00
                                  heatingcontrol.0	2020-04-19 12:02:13.497	debug	(20299) [INFO] status = true next event: 25 Apr 2020 12:00:00
                                  heatingcontrol.0	2020-04-19 12:02:13.496	debug	(20299) [INFO] status = true next event: 25 Apr 2020 08:00:00
                                  heatingcontrol.0	2020-04-19 12:02:13.496	debug	(20299) [INFO] status = true next event: 24 Apr 2020 23:00:00
                                  heatingcontrol.0	2020-04-19 12:02:13.495	debug	(20299) [INFO] status = true next event: 24 Apr 2020 13:00:00
                                  heatingcontrol.0	2020-04-19 12:02:13.483	debug	(20299) [INFO] status = true next event: 24 Apr 2020 07:15:00
                                  heatingcontrol.0	2020-04-19 12:02:13.482	debug	(20299) [INFO] status = true next event: 24 Apr 2020 06:00:00
                                  heatingcontrol.0	2020-04-19 12:02:13.481	debug	(20299) [INFO] status = true next event: 23 Apr 2020 23:00:00
                                  heatingcontrol.0	2020-04-19 12:02:13.480	debug	(20299) [INFO] status = true next event: 23 Apr 2020 16:00:00
                                  heatingcontrol.0	2020-04-19 12:02:13.480	debug	(20299) [INFO] status = true next event: 23 Apr 2020 07:15:00
                                  heatingcontrol.0	2020-04-19 12:02:13.479	debug	(20299) [INFO] status = true next event: 23 Apr 2020 06:00:00
                                  heatingcontrol.0	2020-04-19 12:02:13.479	debug	(20299) [INFO] status = true next event: 22 Apr 2020 23:00:00
                                  heatingcontrol.0	2020-04-19 12:02:13.478	debug	(20299) [INFO] status = true next event: 22 Apr 2020 16:00:00
                                  heatingcontrol.0	2020-04-19 12:02:13.477	debug	(20299) [INFO] status = true next event: 22 Apr 2020 07:15:00
                                  heatingcontrol.0	2020-04-19 12:02:13.477	debug	(20299) [INFO] status = true next event: 22 Apr 2020 06:00:00
                                  heatingcontrol.0	2020-04-19 12:02:13.476	debug	(20299) [INFO] status = true next event: 21 Apr 2020 23:00:00
                                  heatingcontrol.0	2020-04-19 12:02:13.475	debug	(20299) [INFO] status = true next event: 21 Apr 2020 16:00:00
                                  heatingcontrol.0	2020-04-19 12:02:13.475	debug	(20299) [INFO] status = true next event: 21 Apr 2020 07:15:00
                                  heatingcontrol.0	2020-04-19 12:02:13.474	debug	(20299) [INFO] status = true next event: 21 Apr 2020 06:00:00
                                  heatingcontrol.0	2020-04-19 12:02:13.474	debug	(20299) [INFO] status = true next event: 20 Apr 2020 23:00:00
                                  heatingcontrol.0	2020-04-19 12:02:13.473	debug	(20299) [INFO] status = true next event: 20 Apr 2020 16:00:00
                                  heatingcontrol.0	2020-04-19 12:02:13.472	debug	(20299) [INFO] status = true next event: 20 Apr 2020 07:15:00
                                  heatingcontrol.0	2020-04-19 12:02:13.472	debug	(20299) [INFO] status = true next event: 20 Apr 2020 06:00:00
                                  heatingcontrol.0	2020-04-19 12:02:13.471	debug	(20299) [INFO] status = true next event: 24 Apr 2020 23:55:00
                                  heatingcontrol.0	2020-04-19 12:02:13.470	debug	(20299) [INFO] status = true next event: 1 Oct 2020 00:05:00
                                  heatingcontrol.0	2020-04-19 12:02:13.218	info	(20299) set thermostat maxcul.0.KEQ0340464.desiredTemperature to 5; current is 20
                                  heatingcontrol.0	2020-04-19 12:02:13.170	info	(20299) target 0 lower then minimum 5 : setting to min
                                  heatingcontrol.0	2020-04-19 12:02:13.170	debug	(20299) got {"val":5,"ack":false,"ts":1577548975275,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":1577548975275}
                                  heatingcontrol.0	2020-04-19 12:02:13.168	debug	(20299) checking min temp with Rooms.Wohnzimmer.MinimumTemperature
                                  heatingcontrol.0	2020-04-19 12:02:13.168	debug	(20299) room Wohnzimmer Thermostat Thermostat KEQ0340464 set temperature target is 0
                                  heatingcontrol.0	2020-04-19 12:02:13.168	debug	(20299) room Wohnzimmer setting new target 0
                                  heatingcontrol.0	2020-04-19 12:02:13.168	info	(20299) unsubscribe Schlafzimmer maxcul.0.KEQ0335101.desiredTemperature
                                  heatingcontrol.0	2020-04-19 12:02:13.167	info	(20299) unsubscribe Toilette maxcul.0.KEQ0346189.desiredTemperature
                                  heatingcontrol.0	2020-04-19 12:02:13.167	info	(20299) unsubscribe Küche maxcul.0.KEQ0340391.desiredTemperature
                                  heatingcontrol.0	2020-04-19 12:02:13.167	info	(20299) unsubscribe Bad maxcul.0.KEQ0334837.desiredTemperature
                                  heatingcontrol.0	2020-04-19 12:02:13.167	info	(20299) unsubscribe Kaminzimmer maxcul.0.KEQ0340448.desiredTemperature
                                  heatingcontrol.0	2020-04-19 12:02:13.166	info	(20299) unsubscribe Wohnzimmer maxcul.0.KEQ0340464.desiredTemperature
                                  heatingcontrol.0	2020-04-19 12:02:13.166	debug	(20299) need to unsubscribe states
                                  heatingcontrol.0	2020-04-19 12:02:13.166	debug	(20299) ### new target temp 20 0 0 0 0 20
                                  heatingcontrol.0	2020-04-19 12:02:13.166	debug	(20299) ### current > 1 1 1
                                  heatingcontrol.0	2020-04-19 12:02:13.166	debug	(20299) Wohnzimmer found period 1 with 20 on 12,00
                                  heatingcontrol.0	2020-04-19 12:02:13.166	debug	(20299) ### set ActiveTimeSlot to 25 period 1
                                  heatingcontrol.0	2020-04-19 12:02:13.165	debug	(20299) check ID Profiles.0.Wohnzimmer.Sun.Periods.3.time period 3
                                  heatingcontrol.0	2020-04-19 12:02:13.160	debug	(20299) check ID Profiles.0.Wohnzimmer.Sun.Periods.2.time period 2
                                  heatingcontrol.0	2020-04-19 12:02:13.159	debug	(20299) check time for Wohnzimmer Profiles.0.Wohnzimmer.Sun.Periods.1.time 20
                                  heatingcontrol.0	2020-04-19 12:02:13.116	debug	(20299) check ID Profiles.0.Wohnzimmer.Sun.Periods.1.time period 1
                                  heatingcontrol.0	2020-04-19 12:02:13.115	debug	(20299) check time for Wohnzimmer Profiles.0.Wohnzimmer.Sun.Periods.0.time 18
                                  heatingcontrol.0	2020-04-19 12:02:13.021	debug	(20299) check ID Profiles.0.Wohnzimmer.Sun.Periods.0.time period 0
                                  heatingcontrol.0	2020-04-19 12:02:13.021	debug	(20299) ### set ActiveTimeSlot to 24
                                  heatingcontrol.0	2020-04-19 12:02:13.021	debug	(20299) FindNextPeriod for 2020-4-19 12:02:12 PM in Wohnzimmer
                                  heatingcontrol.0	2020-04-19 12:02:13.020	debug	(20299) use window open decrease
                                  heatingcontrol.0	2020-04-19 12:02:13.020	debug	(20299) relative GuestIncrease {"val":2,"ack":true,"ts":1577816488017,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1577816488013}
                                  heatingcontrol.0	2020-04-19 12:02:12.974	debug	(20299) relative AbsentDecrease {"val":2,"ack":true,"ts":1586838339158,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1586838339155}
                                  heatingcontrol.0	2020-04-19 12:02:12.973	debug	(20299) relative PartyDecrease {"val":0,"ack":true,"ts":1577548489019,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1577548489019}
                                  heatingcontrol.0	2020-04-19 12:02:12.972	debug	(20299) relative VacationAbsentDecrease {"val":0,"ack":true,"ts":1577548489032,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1577548489032}
                                  heatingcontrol.0	2020-04-19 12:02:12.929	debug	(20299) relative WindowOpenDecrease {"val":20,"ack":true,"ts":1577550043192,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1577550043190}
                                  heatingcontrol.0	2020-04-19 12:02:12.928	debug	(20299) Wohnzimmer window open is true
                                  heatingcontrol.0	2020-04-19 12:02:12.928	debug	(20299) check room Wohnzimmer
                                  heatingcontrol.0	2020-04-19 12:02:12.928	debug	(20299) profile 0
                                  heatingcontrol.0	2020-04-19 12:02:12.925	debug	(20299) get profile
                                  heatingcontrol.0	2020-04-19 12:02:12.925	debug	(20299) profile type 3
                                  heatingcontrol.0	2020-04-19 12:02:12.837	debug	(20299) calculating new target temperatures
                                  heatingcontrol.0	2020-04-19 12:02:12.836	debug	(20299) room to check is Wohnzimmer
                                  heatingcontrol.0	2020-04-19 12:01:52.884	debug	(20299) ### not handled maxcul.0.JEQ0161176.isOpen {"val":true,"ack":true,"ts":1587290512784,"q":0,"from":"system.adapter.maxcul.0","user":"system.user.admin","lc":1587290512784}
                                  heatingcontrol.0	2020-04-19 12:01:52.884	debug	(20299) ### 222 not handled yet
                                  heatingcontrol.0	2020-04-19 12:01:52.884	debug	(20299) sensor delay 20000
                                  heatingcontrol.0	2020-04-19 12:01:52.838	debug	(20299) Kaminzimmer window open is true
                                  heatingcontrol.0	2020-04-19 12:01:52.838	debug	(20299) got sensor state {"val":false,"ack":true,"ts":1586079832926,"q":0,"from":"system.adapter.maxcul.0","user":"system.user.admin","lc":1586079832926} from maxcul.0.JEQ0510563.isOpen
                                  heatingcontrol.0	2020-04-19 12:01:52.837	info	(20299) Kaminzimmer window open on Contact JEQ0161176 opened
                                  heatingcontrol.0	2020-04-19 12:01:52.837	debug	(20299) got sensor state {"val":true,"ack":true,"ts":1587290512784,"q":0,"from":"system.adapter.maxcul.0","user":"system.user.admin","lc":1587290512784} from maxcul.0.JEQ0161176.isOpen
                                  heatingcontrol.0	2020-04-19 12:01:52.836	debug	(20299) Check sensors for Kaminzimmer
                                  heatingcontrol.0	2020-04-19 12:01:52.836	debug	(20299) sensor delay 20000
                                  heatingcontrol.0	2020-04-19 12:01:52.792	debug	(20299) Wohnzimmer window open is true
                                  heatingcontrol.0	2020-04-19 12:01:52.792	debug	(20299) got sensor state {"val":false,"ack":true,"ts":1586079832926,"q":0,"from":"system.adapter.maxcul.0","user":"system.user.admin","lc":1586079832926} from maxcul.0.JEQ0510563.isOpen
                                  heatingcontrol.0	2020-04-19 12:01:52.791	info	(20299) Wohnzimmer window open on Contact JEQ0161176 opened
                                  heatingcontrol.0	2020-04-19 12:01:52.791	debug	(20299) got sensor state {"val":true,"ack":true,"ts":1587290512784,"q":0,"from":"system.adapter.maxcul.0","user":"system.user.admin","lc":1587290512784} from maxcul.0.JEQ0161176.isOpen
                                  heatingcontrol.0	2020-04-19 12:01:52.787	debug	(20299) Check sensors for Wohnzimmer
                                  

                                  Könnte es am JS-Controller liegen?

                                  Rene_HMR 1 Antwort Letzte Antwort
                                  0
                                  • G Online
                                    G Online
                                    guergen
                                    schrieb am zuletzt editiert von
                                    #1017

                                    Wie ich die LOG-Daten so lese, scheint das ganze entweder am admin oder am js zu liegen.
                                    Habe die selben LOG-Einträge in anderen Adaptern!

                                    heatingcontrol.0	2020-04-19 12:09:44.215	error	(29938) exception in HandleStateChange [Error: undefined is not a valid state value]
                                    heatingcontrol.0	2020-04-19 12:09:44.214	warn	(29938) This value will not be set in future versions. Please report this to the developer.
                                    heatingcontrol.0	2020-04-19 12:09:44.214	warn	(29938) State value to set is invalid for heatingcontrol.0.Rooms.Wohnzimmer.TemperatureIfNoHeatingPeriod: The state is missing the required property val!
                                    heatingcontrol.0	2020-04-19 12:09:44.214	debug	(29938) ### handle state change heatingcontrol.0.Rooms.Wohnzimmer.TemperatureIfNoHeatingPeriod {"val":5,"ack":false,"ts":1587290984212,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin"
                                    
                                    
                                    Rene_HMR DutchmanD 2 Antworten Letzte Antwort
                                    0
                                    • P Offline
                                      P Offline
                                      Pittini
                                      Developer
                                      schrieb am zuletzt editiert von Pittini
                                      #1018

                                      [Edit 23.4. Hat sich erledigt, die Datenpunkte wurden zur vorherigen Version zurückgeändert]

                                      Achtung Nutzer von meinem Vis Projekt!

                                      Nach update auf Adapterversion 0.4.0 wird der Einstellungsblock (zumindest bei der Variante Mo-Fr / Sa-Su und Mo-Su) nicht mehr angezeigt aufgrund einer Textänderung im Adapter welche in meinem Projekt die Sichtbarkeit der Blöcke steuert.
                                      Also entweder mit update warten oder folgenden Workaround durchführen:

                                      • Vis Editor aufrufen
                                      • Seite contHzng laden
                                      • bei dem im Bild gezeigten Widget im markierten Bereich der Sichtbarkeitseinstellungen den Text "Mo - Fr / Sa - Su" abändern zu "Mo-Fr / Sa-Su". Dies gilt analog auch für die Variante "Mo - Su" , diese ist zu ändern auf "Mo-Su". Bei "every Day" hat sich nix geändert.
                                        Die aktuell jeweils richtige Schreibweise findet ihr bei den Adapterobjekten unter: "heatingcontrol.0.info.ProfileType"
                                        Inked2020-04-19 14_32_20-Edit vis_LI.jpg

                                      Das wars schon, kleine Ursache, große Wirkung. Ich weis nicht ob das jetzt so bleibt oder ob Rene das wieder zurückändert, auf jeden Fall wisst Ihr jetzt wie Ihr das Problem lösen könnt.

                                      1 Antwort Letzte Antwort
                                      0
                                      • G guergen

                                        @Rene_HM Ja, hatte ich wohl gefunden...
                                        Den 1. Kannte ich ja schon
                                        2.1 war halt nur eine Frage
                                        Das unsubscribe hatte mich gewundert...

                                        Jetzt habe ich vorhin au f JS-controller 3.xx upgedatet und die zwei-Fenster-Option mit mehreren Thermostaten geht schon wieder nicht mehr....

                                        heatingcontrol.0	2020-04-19 12:03:11.639	debug	(20299) thermostat maxcul.0.KEQ0346189.desiredTemperature nothing to do, already 15
                                        heatingcontrol.0	2020-04-19 12:03:11.597	debug	(20299) got {"val":5,"ack":false,"ts":1577548968524,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":1577548968524}
                                        heatingcontrol.0	2020-04-19 12:03:11.595	debug	(20299) checking min temp with Rooms.Toilette.MinimumTemperature
                                        heatingcontrol.0	2020-04-19 12:03:11.595	debug	(20299) room Toilette Thermostat Thermostat KEQ0346189 set temperature target is 15
                                        heatingcontrol.0	2020-04-19 12:03:11.595	debug	(20299) room Toilette setting new target 15
                                        heatingcontrol.0	2020-04-19 12:03:11.594	info	(20299) unsubscribe Schlafzimmer maxcul.0.KEQ0335101.desiredTemperature
                                        heatingcontrol.0	2020-04-19 12:03:11.594	info	(20299) unsubscribe Toilette maxcul.0.KEQ0346189.desiredTemperature
                                        heatingcontrol.0	2020-04-19 12:03:11.594	info	(20299) unsubscribe Küche maxcul.0.KEQ0340391.desiredTemperature
                                        heatingcontrol.0	2020-04-19 12:03:11.594	info	(20299) unsubscribe Bad maxcul.0.KEQ0334837.desiredTemperature
                                        heatingcontrol.0	2020-04-19 12:03:11.593	info	(20299) unsubscribe Kaminzimmer maxcul.0.KEQ0340448.desiredTemperature
                                        heatingcontrol.0	2020-04-19 12:03:11.593	info	(20299) unsubscribe Wohnzimmer maxcul.0.KEQ0340464.desiredTemperature
                                        heatingcontrol.0	2020-04-19 12:03:11.593	debug	(20299) need to unsubscribe states
                                        heatingcontrol.0	2020-04-19 12:03:11.593	debug	(20299) ### new target temp 15 0 0 0 0 0
                                        heatingcontrol.0	2020-04-19 12:03:11.592	debug	(20299) ### current > 1 1 1
                                        heatingcontrol.0	2020-04-19 12:03:11.591	debug	(20299) Toilette found period 1 with 15 on 07,00
                                        heatingcontrol.0	2020-04-19 12:03:11.590	debug	(20299) ### set ActiveTimeSlot to 25 period 1
                                        heatingcontrol.0	2020-04-19 12:03:11.589	debug	(20299) check ID Profiles.0.Toilette.Sun.Periods.3.time period 3
                                        heatingcontrol.0	2020-04-19 12:03:11.588	debug	(20299) check ID Profiles.0.Toilette.Sun.Periods.2.time period 2
                                        heatingcontrol.0	2020-04-19 12:03:11.587	debug	(20299) check time for Toilette Profiles.0.Toilette.Sun.Periods.1.time 15
                                        heatingcontrol.0	2020-04-19 12:03:11.544	debug	(20299) check ID Profiles.0.Toilette.Sun.Periods.1.time period 1
                                        heatingcontrol.0	2020-04-19 12:03:11.543	debug	(20299) check time for Toilette Profiles.0.Toilette.Sun.Periods.0.time 15
                                        heatingcontrol.0	2020-04-19 12:03:11.495	debug	(20299) check ID Profiles.0.Toilette.Sun.Periods.0.time period 0
                                        heatingcontrol.0	2020-04-19 12:03:11.495	debug	(20299) ### set ActiveTimeSlot to 24
                                        heatingcontrol.0	2020-04-19 12:03:11.494	debug	(20299) FindNextPeriod for 2020-4-19 12:03:11 PM in Toilette
                                        heatingcontrol.0	2020-04-19 12:03:11.494	debug	(20299) relative GuestIncrease {"val":0,"ack":true,"ts":1577550099031,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1577548489229}
                                        heatingcontrol.0	2020-04-19 12:03:11.493	debug	(20299) relative AbsentDecrease {"val":0,"ack":true,"ts":1577550097867,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1577548489265}
                                        heatingcontrol.0	2020-04-19 12:03:11.491	debug	(20299) relative PartyDecrease {"val":0,"ack":true,"ts":1577548489244,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1577548489244}
                                        heatingcontrol.0	2020-04-19 12:03:11.490	debug	(20299) relative VacationAbsentDecrease {"val":0,"ack":true,"ts":1577548489275,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1577548489275}
                                        heatingcontrol.0	2020-04-19 12:03:11.489	debug	(20299) relative WindowOpenDecrease {"val":20,"ack":true,"ts":1578570839286,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1578570837006}
                                        heatingcontrol.0	2020-04-19 12:03:11.488	debug	(20299) Toilette window open is false
                                        heatingcontrol.0	2020-04-19 12:03:11.488	debug	(20299) check room Toilette
                                        heatingcontrol.0	2020-04-19 12:03:11.488	debug	(20299) profile 0
                                        heatingcontrol.0	2020-04-19 12:03:11.481	debug	(20299) get profile
                                        heatingcontrol.0	2020-04-19 12:03:11.481	debug	(20299) profile type 3
                                        heatingcontrol.0	2020-04-19 12:03:11.389	debug	(20299) ### not handled maxcul.0.JEQ0512273.isOpen {"val":false,"ack":true,"ts":1587290591331,"q":0,"from":"system.adapter.maxcul.0","user":"system.user.admin","lc":1581529664716}
                                        heatingcontrol.0	2020-04-19 12:03:11.388	debug	(20299) ### 222 not handled yet
                                        heatingcontrol.0	2020-04-19 12:03:11.388	debug	(20299) calculating new target temperatures
                                        heatingcontrol.0	2020-04-19 12:03:11.388	debug	(20299) room to check is Toilette
                                        heatingcontrol.0	2020-04-19 12:03:11.341	debug	(20299) Toilette window open is false
                                        heatingcontrol.0	2020-04-19 12:03:11.341	debug	(20299) got sensor state {"val":false,"ack":true,"ts":1587290591331,"q":0,"from":"system.adapter.maxcul.0","user":"system.user.admin","lc":1581529664716} from maxcul.0.JEQ0512273.isOpen
                                        heatingcontrol.0	2020-04-19 12:03:11.337	debug	(20299) Check sensors for Toilette
                                        heatingcontrol.0	2020-04-19 12:03:11.336	debug	(20299) ### handle devices [{"id":12,"name":"Contact JEQ0512273 opened","OID_Current":"maxcul.0.JEQ0512273.isOpen","isActive":true,"type":3,"room":"Toilette"}]
                                        heatingcontrol.0	2020-04-19 12:03:11.336	debug	(20299) handle id maxcul.0.JEQ0512273.isOpen state {"val":false,"ack":true,"ts":1587290591331,"q":0,"from":"system.adapter.maxcul.0","user":"system.user.admin","lc":1581529664716}
                                        heatingcontrol.0	2020-04-19 12:03:11.336	debug	(20299) ### 111 not handled yet
                                        heatingcontrol.0	2020-04-19 12:03:11.336	debug	(20299) ### maxcul.0.JEQ0512273.isOpen maxcul.0.JEQ0161176.isOpen false true
                                        heatingcontrol.0	2020-04-19 12:03:11.335	debug	(20299) ### handle state change maxcul.0.JEQ0512273.isOpen {"val":false,"ack":true,"ts":1587290591331,"q":0,"from":"system.adapter.maxcul.0","user":"system.user.admin","lc":1581529664716}
                                        heatingcontrol.0	2020-04-19 12:02:23.168	debug	(20299) need to subscribe states now
                                        heatingcontrol.0	2020-04-19 12:02:13.556	info	(20299) 91 cron jobs created
                                        heatingcontrol.0	2020-04-19 12:02:13.555	debug	(20299) [INFO] status = true next event: 19 Apr 2020 18:00:00
                                        heatingcontrol.0	2020-04-19 12:02:13.555	debug	(20299) [INFO] status = true next event: 25 Apr 2020 18:00:00
                                        heatingcontrol.0	2020-04-19 12:02:13.554	debug	(20299) [INFO] status = true next event: 24 Apr 2020 18:00:00
                                        heatingcontrol.0	2020-04-19 12:02:13.554	debug	(20299) [INFO] status = true next event: 23 Apr 2020 18:00:00
                                        heatingcontrol.0	2020-04-19 12:02:13.553	debug	(20299) [INFO] status = true next event: 22 Apr 2020 18:00:00
                                        heatingcontrol.0	2020-04-19 12:02:13.552	debug	(20299) [INFO] status = true next event: 21 Apr 2020 18:00:00
                                        heatingcontrol.0	2020-04-19 12:02:13.551	debug	(20299) [INFO] status = true next event: 20 Apr 2020 18:00:00
                                        heatingcontrol.0	2020-04-19 12:02:13.550	debug	(20299) [INFO] status = true next event: 26 Apr 2020 10:00:00
                                        heatingcontrol.0	2020-04-19 12:02:13.549	debug	(20299) [INFO] status = true next event: 25 Apr 2020 10:00:00
                                        heatingcontrol.0	2020-04-19 12:02:13.548	debug	(20299) [INFO] status = true next event: 19 Apr 2020 19:00:00
                                        heatingcontrol.0	2020-04-19 12:02:13.547	debug	(20299) [INFO] status = true next event: 26 Apr 2020 05:00:00
                                        heatingcontrol.0	2020-04-19 12:02:13.545	debug	(20299) [INFO] status = true next event: 25 Apr 2020 22:00:00
                                        heatingcontrol.0	2020-04-19 12:02:13.544	debug	(20299) [INFO] status = true next event: 25 Apr 2020 19:00:00
                                        heatingcontrol.0	2020-04-19 12:02:13.543	debug	(20299) [INFO] status = true next event: 25 Apr 2020 05:00:00
                                        heatingcontrol.0	2020-04-19 12:02:13.542	debug	(20299) [INFO] status = true next event: 24 Apr 2020 22:00:00
                                        heatingcontrol.0	2020-04-19 12:02:13.541	debug	(20299) [INFO] status = true next event: 24 Apr 2020 19:00:00
                                        heatingcontrol.0	2020-04-19 12:02:13.539	debug	(20299) [INFO] status = true next event: 24 Apr 2020 08:00:00
                                        heatingcontrol.0	2020-04-19 12:02:13.538	debug	(20299) [INFO] status = true next event: 24 Apr 2020 05:00:00
                                        heatingcontrol.0	2020-04-19 12:02:13.538	debug	(20299) [INFO] status = true next event: 23 Apr 2020 22:00:00
                                        heatingcontrol.0	2020-04-19 12:02:13.537	debug	(20299) [INFO] status = true next event: 23 Apr 2020 19:00:00
                                        heatingcontrol.0	2020-04-19 12:02:13.537	debug	(20299) [INFO] status = true next event: 23 Apr 2020 08:00:00
                                        heatingcontrol.0	2020-04-19 12:02:13.536	debug	(20299) [INFO] status = true next event: 23 Apr 2020 05:00:00
                                        heatingcontrol.0	2020-04-19 12:02:13.536	debug	(20299) [INFO] status = true next event: 22 Apr 2020 22:00:00
                                        heatingcontrol.0	2020-04-19 12:02:13.535	debug	(20299) [INFO] status = true next event: 22 Apr 2020 19:00:00
                                        heatingcontrol.0	2020-04-19 12:02:13.534	debug	(20299) [INFO] status = true next event: 22 Apr 2020 08:00:00
                                        heatingcontrol.0	2020-04-19 12:02:13.534	debug	(20299) [INFO] status = true next event: 22 Apr 2020 05:00:00
                                        heatingcontrol.0	2020-04-19 12:02:13.533	debug	(20299) [INFO] status = true next event: 21 Apr 2020 22:00:00
                                        heatingcontrol.0	2020-04-19 12:02:13.532	debug	(20299) [INFO] status = true next event: 21 Apr 2020 19:00:00
                                        heatingcontrol.0	2020-04-19 12:02:13.532	debug	(20299) [INFO] status = true next event: 21 Apr 2020 08:00:00
                                        heatingcontrol.0	2020-04-19 12:02:13.531	debug	(20299) [INFO] status = true next event: 21 Apr 2020 05:00:00
                                        heatingcontrol.0	2020-04-19 12:02:13.531	debug	(20299) [INFO] status = true next event: 20 Apr 2020 22:00:00
                                        heatingcontrol.0	2020-04-19 12:02:13.530	debug	(20299) [INFO] status = true next event: 20 Apr 2020 19:00:00
                                        heatingcontrol.0	2020-04-19 12:02:13.529	debug	(20299) [INFO] status = true next event: 20 Apr 2020 08:00:00
                                        heatingcontrol.0	2020-04-19 12:02:13.529	debug	(20299) [INFO] status = true next event: 20 Apr 2020 05:00:00
                                        heatingcontrol.0	2020-04-19 12:02:13.529	debug	(20299) [INFO] status = true next event: 19 Apr 2020 17:00:00
                                        heatingcontrol.0	2020-04-19 12:02:13.528	debug	(20299) [INFO] status = true next event: 26 Apr 2020 07:00:00
                                        heatingcontrol.0	2020-04-19 12:02:13.528	debug	(20299) [INFO] status = true next event: 26 Apr 2020 06:00:00
                                        heatingcontrol.0	2020-04-19 12:02:13.527	debug	(20299) [INFO] status = true next event: 25 Apr 2020 20:00:00
                                        heatingcontrol.0	2020-04-19 12:02:13.526	debug	(20299) [INFO] status = true next event: 25 Apr 2020 17:00:00
                                        heatingcontrol.0	2020-04-19 12:02:13.525	debug	(20299) [INFO] status = true next event: 25 Apr 2020 07:00:00
                                        heatingcontrol.0	2020-04-19 12:02:13.525	debug	(20299) [INFO] status = true next event: 25 Apr 2020 06:00:00
                                        heatingcontrol.0	2020-04-19 12:02:13.525	debug	(20299) [INFO] status = true next event: 19 Apr 2020 20:00:00
                                        heatingcontrol.0	2020-04-19 12:02:13.524	debug	(20299) [INFO] status = true next event: 19 Apr 2020 15:00:00
                                        heatingcontrol.0	2020-04-19 12:02:13.524	debug	(20299) [INFO] status = true next event: 26 Apr 2020 11:00:00
                                        heatingcontrol.0	2020-04-19 12:02:13.522	debug	(20299) [INFO] status = true next event: 25 Apr 2020 15:00:00
                                        heatingcontrol.0	2020-04-19 12:02:13.521	debug	(20299) [INFO] status = true next event: 25 Apr 2020 09:09:00
                                        heatingcontrol.0	2020-04-19 12:02:13.520	debug	(20299) [INFO] status = true next event: 24 Apr 2020 20:00:00
                                        heatingcontrol.0	2020-04-19 12:02:13.519	debug	(20299) [INFO] status = true next event: 24 Apr 2020 17:00:00
                                        heatingcontrol.0	2020-04-19 12:02:13.518	debug	(20299) [INFO] status = true next event: 24 Apr 2020 07:00:00
                                        heatingcontrol.0	2020-04-19 12:02:13.516	debug	(20299) [INFO] status = true next event: 23 Apr 2020 20:00:00
                                        heatingcontrol.0	2020-04-19 12:02:13.515	debug	(20299) [INFO] status = true next event: 23 Apr 2020 17:00:00
                                        heatingcontrol.0	2020-04-19 12:02:13.514	debug	(20299) [INFO] status = true next event: 23 Apr 2020 07:00:00
                                        heatingcontrol.0	2020-04-19 12:02:13.513	debug	(20299) [INFO] status = true next event: 22 Apr 2020 20:00:00
                                        heatingcontrol.0	2020-04-19 12:02:13.512	debug	(20299) [INFO] status = true next event: 22 Apr 2020 17:00:00
                                        heatingcontrol.0	2020-04-19 12:02:13.510	debug	(20299) [INFO] status = true next event: 22 Apr 2020 07:00:00
                                        heatingcontrol.0	2020-04-19 12:02:13.508	debug	(20299) [INFO] status = true next event: 21 Apr 2020 20:00:00
                                        heatingcontrol.0	2020-04-19 12:02:13.507	debug	(20299) [INFO] status = true next event: 21 Apr 2020 17:00:00
                                        heatingcontrol.0	2020-04-19 12:02:13.506	debug	(20299) [INFO] status = true next event: 21 Apr 2020 07:00:00
                                        heatingcontrol.0	2020-04-19 12:02:13.505	debug	(20299) [INFO] status = true next event: 20 Apr 2020 20:00:00
                                        heatingcontrol.0	2020-04-19 12:02:13.502	debug	(20299) [INFO] status = true next event: 20 Apr 2020 17:00:00
                                        heatingcontrol.0	2020-04-19 12:02:13.502	debug	(20299) [INFO] status = true next event: 20 Apr 2020 07:00:00
                                        heatingcontrol.0	2020-04-19 12:02:13.501	debug	(20299) [INFO] status = true next event: 19 Apr 2020 22:00:00
                                        heatingcontrol.0	2020-04-19 12:02:13.501	debug	(20299) [INFO] status = true next event: 19 Apr 2020 16:00:00
                                        heatingcontrol.0	2020-04-19 12:02:13.501	debug	(20299) [INFO] status = true next event: 26 Apr 2020 12:00:00
                                        heatingcontrol.0	2020-04-19 12:02:13.499	debug	(20299) [INFO] status = true next event: 26 Apr 2020 08:00:00
                                        heatingcontrol.0	2020-04-19 12:02:13.498	debug	(20299) [INFO] status = true next event: 25 Apr 2020 23:00:00
                                        heatingcontrol.0	2020-04-19 12:02:13.497	debug	(20299) [INFO] status = true next event: 25 Apr 2020 16:00:00
                                        heatingcontrol.0	2020-04-19 12:02:13.497	debug	(20299) [INFO] status = true next event: 25 Apr 2020 12:00:00
                                        heatingcontrol.0	2020-04-19 12:02:13.496	debug	(20299) [INFO] status = true next event: 25 Apr 2020 08:00:00
                                        heatingcontrol.0	2020-04-19 12:02:13.496	debug	(20299) [INFO] status = true next event: 24 Apr 2020 23:00:00
                                        heatingcontrol.0	2020-04-19 12:02:13.495	debug	(20299) [INFO] status = true next event: 24 Apr 2020 13:00:00
                                        heatingcontrol.0	2020-04-19 12:02:13.483	debug	(20299) [INFO] status = true next event: 24 Apr 2020 07:15:00
                                        heatingcontrol.0	2020-04-19 12:02:13.482	debug	(20299) [INFO] status = true next event: 24 Apr 2020 06:00:00
                                        heatingcontrol.0	2020-04-19 12:02:13.481	debug	(20299) [INFO] status = true next event: 23 Apr 2020 23:00:00
                                        heatingcontrol.0	2020-04-19 12:02:13.480	debug	(20299) [INFO] status = true next event: 23 Apr 2020 16:00:00
                                        heatingcontrol.0	2020-04-19 12:02:13.480	debug	(20299) [INFO] status = true next event: 23 Apr 2020 07:15:00
                                        heatingcontrol.0	2020-04-19 12:02:13.479	debug	(20299) [INFO] status = true next event: 23 Apr 2020 06:00:00
                                        heatingcontrol.0	2020-04-19 12:02:13.479	debug	(20299) [INFO] status = true next event: 22 Apr 2020 23:00:00
                                        heatingcontrol.0	2020-04-19 12:02:13.478	debug	(20299) [INFO] status = true next event: 22 Apr 2020 16:00:00
                                        heatingcontrol.0	2020-04-19 12:02:13.477	debug	(20299) [INFO] status = true next event: 22 Apr 2020 07:15:00
                                        heatingcontrol.0	2020-04-19 12:02:13.477	debug	(20299) [INFO] status = true next event: 22 Apr 2020 06:00:00
                                        heatingcontrol.0	2020-04-19 12:02:13.476	debug	(20299) [INFO] status = true next event: 21 Apr 2020 23:00:00
                                        heatingcontrol.0	2020-04-19 12:02:13.475	debug	(20299) [INFO] status = true next event: 21 Apr 2020 16:00:00
                                        heatingcontrol.0	2020-04-19 12:02:13.475	debug	(20299) [INFO] status = true next event: 21 Apr 2020 07:15:00
                                        heatingcontrol.0	2020-04-19 12:02:13.474	debug	(20299) [INFO] status = true next event: 21 Apr 2020 06:00:00
                                        heatingcontrol.0	2020-04-19 12:02:13.474	debug	(20299) [INFO] status = true next event: 20 Apr 2020 23:00:00
                                        heatingcontrol.0	2020-04-19 12:02:13.473	debug	(20299) [INFO] status = true next event: 20 Apr 2020 16:00:00
                                        heatingcontrol.0	2020-04-19 12:02:13.472	debug	(20299) [INFO] status = true next event: 20 Apr 2020 07:15:00
                                        heatingcontrol.0	2020-04-19 12:02:13.472	debug	(20299) [INFO] status = true next event: 20 Apr 2020 06:00:00
                                        heatingcontrol.0	2020-04-19 12:02:13.471	debug	(20299) [INFO] status = true next event: 24 Apr 2020 23:55:00
                                        heatingcontrol.0	2020-04-19 12:02:13.470	debug	(20299) [INFO] status = true next event: 1 Oct 2020 00:05:00
                                        heatingcontrol.0	2020-04-19 12:02:13.218	info	(20299) set thermostat maxcul.0.KEQ0340464.desiredTemperature to 5; current is 20
                                        heatingcontrol.0	2020-04-19 12:02:13.170	info	(20299) target 0 lower then minimum 5 : setting to min
                                        heatingcontrol.0	2020-04-19 12:02:13.170	debug	(20299) got {"val":5,"ack":false,"ts":1577548975275,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":1577548975275}
                                        heatingcontrol.0	2020-04-19 12:02:13.168	debug	(20299) checking min temp with Rooms.Wohnzimmer.MinimumTemperature
                                        heatingcontrol.0	2020-04-19 12:02:13.168	debug	(20299) room Wohnzimmer Thermostat Thermostat KEQ0340464 set temperature target is 0
                                        heatingcontrol.0	2020-04-19 12:02:13.168	debug	(20299) room Wohnzimmer setting new target 0
                                        heatingcontrol.0	2020-04-19 12:02:13.168	info	(20299) unsubscribe Schlafzimmer maxcul.0.KEQ0335101.desiredTemperature
                                        heatingcontrol.0	2020-04-19 12:02:13.167	info	(20299) unsubscribe Toilette maxcul.0.KEQ0346189.desiredTemperature
                                        heatingcontrol.0	2020-04-19 12:02:13.167	info	(20299) unsubscribe Küche maxcul.0.KEQ0340391.desiredTemperature
                                        heatingcontrol.0	2020-04-19 12:02:13.167	info	(20299) unsubscribe Bad maxcul.0.KEQ0334837.desiredTemperature
                                        heatingcontrol.0	2020-04-19 12:02:13.167	info	(20299) unsubscribe Kaminzimmer maxcul.0.KEQ0340448.desiredTemperature
                                        heatingcontrol.0	2020-04-19 12:02:13.166	info	(20299) unsubscribe Wohnzimmer maxcul.0.KEQ0340464.desiredTemperature
                                        heatingcontrol.0	2020-04-19 12:02:13.166	debug	(20299) need to unsubscribe states
                                        heatingcontrol.0	2020-04-19 12:02:13.166	debug	(20299) ### new target temp 20 0 0 0 0 20
                                        heatingcontrol.0	2020-04-19 12:02:13.166	debug	(20299) ### current > 1 1 1
                                        heatingcontrol.0	2020-04-19 12:02:13.166	debug	(20299) Wohnzimmer found period 1 with 20 on 12,00
                                        heatingcontrol.0	2020-04-19 12:02:13.166	debug	(20299) ### set ActiveTimeSlot to 25 period 1
                                        heatingcontrol.0	2020-04-19 12:02:13.165	debug	(20299) check ID Profiles.0.Wohnzimmer.Sun.Periods.3.time period 3
                                        heatingcontrol.0	2020-04-19 12:02:13.160	debug	(20299) check ID Profiles.0.Wohnzimmer.Sun.Periods.2.time period 2
                                        heatingcontrol.0	2020-04-19 12:02:13.159	debug	(20299) check time for Wohnzimmer Profiles.0.Wohnzimmer.Sun.Periods.1.time 20
                                        heatingcontrol.0	2020-04-19 12:02:13.116	debug	(20299) check ID Profiles.0.Wohnzimmer.Sun.Periods.1.time period 1
                                        heatingcontrol.0	2020-04-19 12:02:13.115	debug	(20299) check time for Wohnzimmer Profiles.0.Wohnzimmer.Sun.Periods.0.time 18
                                        heatingcontrol.0	2020-04-19 12:02:13.021	debug	(20299) check ID Profiles.0.Wohnzimmer.Sun.Periods.0.time period 0
                                        heatingcontrol.0	2020-04-19 12:02:13.021	debug	(20299) ### set ActiveTimeSlot to 24
                                        heatingcontrol.0	2020-04-19 12:02:13.021	debug	(20299) FindNextPeriod for 2020-4-19 12:02:12 PM in Wohnzimmer
                                        heatingcontrol.0	2020-04-19 12:02:13.020	debug	(20299) use window open decrease
                                        heatingcontrol.0	2020-04-19 12:02:13.020	debug	(20299) relative GuestIncrease {"val":2,"ack":true,"ts":1577816488017,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1577816488013}
                                        heatingcontrol.0	2020-04-19 12:02:12.974	debug	(20299) relative AbsentDecrease {"val":2,"ack":true,"ts":1586838339158,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1586838339155}
                                        heatingcontrol.0	2020-04-19 12:02:12.973	debug	(20299) relative PartyDecrease {"val":0,"ack":true,"ts":1577548489019,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1577548489019}
                                        heatingcontrol.0	2020-04-19 12:02:12.972	debug	(20299) relative VacationAbsentDecrease {"val":0,"ack":true,"ts":1577548489032,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1577548489032}
                                        heatingcontrol.0	2020-04-19 12:02:12.929	debug	(20299) relative WindowOpenDecrease {"val":20,"ack":true,"ts":1577550043192,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1577550043190}
                                        heatingcontrol.0	2020-04-19 12:02:12.928	debug	(20299) Wohnzimmer window open is true
                                        heatingcontrol.0	2020-04-19 12:02:12.928	debug	(20299) check room Wohnzimmer
                                        heatingcontrol.0	2020-04-19 12:02:12.928	debug	(20299) profile 0
                                        heatingcontrol.0	2020-04-19 12:02:12.925	debug	(20299) get profile
                                        heatingcontrol.0	2020-04-19 12:02:12.925	debug	(20299) profile type 3
                                        heatingcontrol.0	2020-04-19 12:02:12.837	debug	(20299) calculating new target temperatures
                                        heatingcontrol.0	2020-04-19 12:02:12.836	debug	(20299) room to check is Wohnzimmer
                                        heatingcontrol.0	2020-04-19 12:01:52.884	debug	(20299) ### not handled maxcul.0.JEQ0161176.isOpen {"val":true,"ack":true,"ts":1587290512784,"q":0,"from":"system.adapter.maxcul.0","user":"system.user.admin","lc":1587290512784}
                                        heatingcontrol.0	2020-04-19 12:01:52.884	debug	(20299) ### 222 not handled yet
                                        heatingcontrol.0	2020-04-19 12:01:52.884	debug	(20299) sensor delay 20000
                                        heatingcontrol.0	2020-04-19 12:01:52.838	debug	(20299) Kaminzimmer window open is true
                                        heatingcontrol.0	2020-04-19 12:01:52.838	debug	(20299) got sensor state {"val":false,"ack":true,"ts":1586079832926,"q":0,"from":"system.adapter.maxcul.0","user":"system.user.admin","lc":1586079832926} from maxcul.0.JEQ0510563.isOpen
                                        heatingcontrol.0	2020-04-19 12:01:52.837	info	(20299) Kaminzimmer window open on Contact JEQ0161176 opened
                                        heatingcontrol.0	2020-04-19 12:01:52.837	debug	(20299) got sensor state {"val":true,"ack":true,"ts":1587290512784,"q":0,"from":"system.adapter.maxcul.0","user":"system.user.admin","lc":1587290512784} from maxcul.0.JEQ0161176.isOpen
                                        heatingcontrol.0	2020-04-19 12:01:52.836	debug	(20299) Check sensors for Kaminzimmer
                                        heatingcontrol.0	2020-04-19 12:01:52.836	debug	(20299) sensor delay 20000
                                        heatingcontrol.0	2020-04-19 12:01:52.792	debug	(20299) Wohnzimmer window open is true
                                        heatingcontrol.0	2020-04-19 12:01:52.792	debug	(20299) got sensor state {"val":false,"ack":true,"ts":1586079832926,"q":0,"from":"system.adapter.maxcul.0","user":"system.user.admin","lc":1586079832926} from maxcul.0.JEQ0510563.isOpen
                                        heatingcontrol.0	2020-04-19 12:01:52.791	info	(20299) Wohnzimmer window open on Contact JEQ0161176 opened
                                        heatingcontrol.0	2020-04-19 12:01:52.791	debug	(20299) got sensor state {"val":true,"ack":true,"ts":1587290512784,"q":0,"from":"system.adapter.maxcul.0","user":"system.user.admin","lc":1587290512784} from maxcul.0.JEQ0161176.isOpen
                                        heatingcontrol.0	2020-04-19 12:01:52.787	debug	(20299) Check sensors for Wohnzimmer
                                        

                                        Könnte es am JS-Controller liegen?

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

                                        @guergen sagte in Test Adapter HeatingControl v0.3.x:

                                        JS-controller 3.xx

                                        für JS controller 3.x gibt es bereits ein Ticket. Damit muss ich mich noch beschäftigen...
                                        https://github.com/rg-engineering/ioBroker.heatingcontrol/issues/92

                                        G 2 Antworten Letzte Antwort
                                        0
                                        • Rene_HMR Rene_HM

                                          @guergen sagte in Test Adapter HeatingControl v0.3.x:

                                          JS-controller 3.xx

                                          für JS controller 3.x gibt es bereits ein Ticket. Damit muss ich mich noch beschäftigen...
                                          https://github.com/rg-engineering/ioBroker.heatingcontrol/issues/92

                                          G Online
                                          G Online
                                          guergen
                                          schrieb am zuletzt editiert von
                                          #1020

                                          @Rene_HM Ok, da ich ganz viele Probleme habe, bin ich wieder auf 2.2.10 zurück...
                                          Schont auch etwas meine Nerven :-)

                                          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

                                          707

                                          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