Navigation

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

    NEWS

    • 15. 05. Wartungsarbeiten am ioBroker Forum

    • Monatsrückblick - April 2025

    • Minor js-controller 7.0.7 Update in latest repo

    Test Adapter HeatingControl v2.12.x

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

      @Rene_HM Hier ist die Aktoren Konfiguration

      hc4.JPG

      hc2.JPG

      Ich habe aber in der Zwischenzeit meine Homematic Adapter mal neu geladen und jetzt erhalte ich diese Fehlermeldungen im Protokoll:

      hm-rpc.1 2020-12-04 17:46:02.238 error (5738) Error: XML-RPC fault: Invalid parameter or value
      hm-rpc.1 2020-12-04 17:46:02.237 error (5738) xmlrpc -> setValue ["00059A49A00E6B:2","STATE",true] BOOL
      hm-rpc.1 2020-12-04 17:46:02.218 error (5738) Error: XML-RPC fault: Invalid parameter or value
      hm-rpc.1 2020-12-04 17:46:02.217 error (5738) xmlrpc -> setValue ["00059A49A00E6B:1","STATE",true] BOOL

      Kann es sein, dass es hier eine Problematik gibt mit einem String Wert der ausgegeben wird, aber eigentlich ein Boolean sein sollte?

      Hier die beiden Werte nochmal im hm-rpc.1

      hc5.JPG

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

        @Elluminatus ich kenne den Fussbodenheizungs-Aktor leider nicht, deshalb try-and-error... Wir müssen erst mal herausfinden, welcher DP der ist, der die Ventile ein und ausschaltet. Das könnte der state sein, aber ...
        Zeige mal die Konfiguration des DP "state" :
        erst auf stift klicken
        bild1.PNG
        und dann hier umschalten:
        bild2.PNG

        Wie hast du die Thermostate im Adapter konfiguriert?

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

          @Rene_HM Meinst Du diese Einstellungen? hc6.JPG
          und hier sind die Thermostate hc7.JPG

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

            @Elluminatus okay, dann brauchen wir das o.g. Dummy-script nicht, du speicherst die Zieltemperatur ja auf deinem mqtt-Gerät...
            Der state-DP scheint auch der richtige zu sein: er ist bool, er ist schreibbar, also soweit gut.

            Wir müssen jetzt herausfinden, warum der Wert aus dem DP nicht zum FAL gelangt. Da musst du jetzt mal auf die Suche gehen:

            1. Wert manuell im iobroker setzen (true oder false) und in der CCU schauen, ob der Wert dort ankommt
            2. wenn der Wert in der CCU ankommt, dann schaun, ob manuelles setzen des Wertes in der CCU dazu führt, dass die LED (und das Ventil) am FAL schaltet
              Ich glaube, der Wert wird nicht auf die CCU geschrieben, deshalb ist der Wert auch immer rot. Da musst du dann im HM-rpc-Adapter suchen...
            E 1 Reply Last reply Reply Quote 0
            • E
              Elluminatus @Rene_HM last edited by Elluminatus

              @Rene_HM Ja wie gesagt ich bekomme ja folgende Fehlermeldung im HM-RPC.1 Adapter:

              hm-rpc.1 2020-12-04 18:39:06.006 error (5738) Error: XML-RPC fault: Invalid parameter or value
              hm-rpc.1 2020-12-04 18:39:06.005 error (5738) xmlrpc -> setValue ["00059A49A00E6B:2","STATE",true] BOOL
              hm-rpc.1 2020-12-04 18:39:05.894 error (5738) Error: XML-RPC fault: Invalid parameter or value
              hm-rpc.1 2020-12-04 18:39:05.894 error (5738) xmlrpc -> setValue ["00059A49A00E6B:1","STATE",true] BOOL
              hm-rpc.1 2020-12-04 18:38:00.870 error (5738) Error: XML-RPC fault: Invalid parameter or value
              hm-rpc.1 2020-12-04 18:38:00.870 error (5738) xmlrpc -> setValue ["00059A49A00E6B:4","STATE",true] BOOL
              hm-rpc.1 2020-12-04 17:46:47.115 error (5738) Error: XML-RPC fault: Invalid parameter or value
              hm-rpc.1 2020-12-04 17:46:47.114 error (5738) xmlrpc -> setValue ["00059A49A00E6B:4","STATE",true] BOOL
              hm-rpc.1 2020-12-04 17:46:02.238 error (5738) Error: XML-RPC fault: Invalid parameter or value
              hm-rpc.1 2020-12-04 17:46:02.237 error (5738) xmlrpc -> setValue ["00059A49A00E6B:2","STATE",true] BOOL
              hm-rpc.1 2020-12-04 17:46:02.218 error (5738) Error: XML-RPC fault: Invalid parameter or value
              hm-rpc.1 2020-12-04 17:46:02.217 error (5738) xmlrpc -> setValue ["00059A49A00E6B:1","STATE",true] BOOL

              habe eben versucht bei dem Fal händisch den State zu ändern erst in false, dann wieder in true. Dies waren dann zeitgleich die Fehler im HM-RPC:

              hm-rpc.1 2020-12-04 18:46:05.949 error (5738) Error: XML-RPC fault: Invalid parameter or value
              hm-rpc.1 2020-12-04 18:46:05.949 error (5738) xmlrpc -> setValue ["00059A49A00E6B:1","STATE",true] BOOL
              hm-rpc.1 2020-12-04 18:45:51.882 error (5738) Error: XML-RPC fault: Invalid parameter or value
              hm-rpc.1 2020-12-04 18:45:51.882 error (5738) xmlrpc -> setValue ["00059A49A00E6B:1","STATE",false] BOOL

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

                @Elluminatus kannst du die Ventile von der CCU über die Web-UI aus ein/ausschalten? ändert sich da der state-DP in iobroker? hast du die Geräte nochmal neu eingelesen (im hm-rpc-Adapter)? Mir sieht das danach aus, als ob wir keine Schreibrechte auf den DP haben, aber in der Konfiguration des DP steht write = true 😞

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

                  @Rene_HM also auf der CCU kann ich die nicht bedienen. Schau mal:

                  hc8.JPG und hier hc9.JPG

                  hier die Elemente kann ich auch nicht anklicken:

                  hc10.JPG

                  das ist mir noch aufgefallen, wenn ich direkt auf einen der Kanäle des FAL gehe, kann ich dort bedienbar nicht aktivieren:

                  hc11.JPG

                  Ach so und neu eingelesen habe ich die Geräte unter hm-rpc...

                  und diese Fehlermeldung habe ich im heatingcontrol beim iobroker noch bekommen:

                  heatingcontrol.0 2020-12-04 19:34:22.303 error (5499) exception in HandleStateChange [Error: The id is empty! Please provide a valid id.]

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

                    @Elluminatus bevor wir hier mit dem Adapter weiter machen, müssen wir verstehen, wie der FAL funktioniert. Da kann ich im Moment nicht weiter helfen... sorry. Letztendlich brauchen wir einen Datenpunkt im iobroker der die Ventile ein und ausschaltet.

                    E 1 Reply Last reply Reply Quote 0
                    • M
                      mrMuppet @mrMuppet last edited by

                      @mrMuppet sagte in Test Adapter HeatingControl v1.0.x:

                      Hallo,
                      ich habe in der letzten Zeit das Problem, dass bei uns morgens im Schlafzimmer, trotz geöffneter Heizung, geheizt wird. Wenn ich dann einmal kurz das Fenster schließe und wieder öffne, dann wird auch die korrekte abgesenkte Temperatur eingestellt. Ich hab das Gefühl, dass quasi beim Wechsel zum neuen Tag nicht überprüft wird ob das Fenster auf ist.

                      Ich hab noch einmal die Daten genauer analysiert: Es wird wirklich nach dem öffnen des Fensters nur ganz kurz abgesenkt! Und in der Nacht werden alle möglichen Soll-Temperaturen eingestellt - die abgesenkte aber nur kurz.

                      68233c1f-dc93-441a-b4ca-7ad0753eab60-image.png

                      Woran liegt das?

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

                        @Rene_HM Nach einiger Recherche habe ich leider herausgefunden, dass der FAL230 eine spezielle Anbindung an ein Homematic Thermostat benötigt. Somit kann der FAL230 NICHT aber den state angesprochen werden, bedeutet wenn Ihr vor habt diesen Adapter einzusetzen, nehmt einfach normale Relais und spart noch einiges an Geld!

                        Update: Es gibt zwei DIY Lösungen:

                        Es gibt für thermische Ventile eine DIY Lösung auf Tasmota Basis: 10ch thermisches Ventil Stellboard für FBH mit Tasmota

                        und sogar eine Lösung für motorische Ventile: DIY Lösung für motorische Stellantriebe bei der FBH

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

                          @mrMuppet sagte in Test Adapter HeatingControl v1.0.x:

                          Woran liegt das?

                          Hast du dazu auch noch ein passendes debug log?

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

                            @Rene_HM Mir ist jetzt gerade keine Lösung eingefallen, wie ich das Log effizient kürze. Es geht um den Raum Schlafzimmer.

                            2020-12-06 00:00:03.855 - info: heatingcontrol.0 (642325) public holiday today is true
                            2020-12-06 00:00:04.118 - info: heatingcontrol.0 (642325) set thermostat hm-rpc.2.INT0000006.1.SET_POINT_TEMPERATURE to 18; current is 17
                            2020-12-06 00:00:04.360 - info: feiertage.0 (2473751) Terminated (NO_ERROR): Without reason
                            2020-12-06 00:00:04.878 - info: host.dnkr--mgmt instance system.adapter.feiertage.0 terminated with code 0 (NO_ERROR)
                            2020-12-06 00:00:05.772 - info: heatingcontrol.0 (642325) handle actors Schlafzimmer current 20 target 17
                            2020-12-06 00:00:05.774 - info: heatingcontrol.0 (642325) handle actors Kinderzimmer 1 current 20 target 18
                            2020-12-06 00:00:05.778 - info: heatingcontrol.0 (642325) handle actors Kinderzimmer 2 current 19.3 target 18
                            2020-12-06 00:00:05.781 - info: heatingcontrol.0 (642325) handle actors Bad current 19.9 target 19
                            2020-12-06 00:00:05.785 - info: heatingcontrol.0 (642325) handle actors HWR current 18.5 target 16
                            2020-12-06 00:00:05.788 - info: heatingcontrol.0 (642325) handle actors Dachzimmer current 19.8 target 18
                            2020-12-06 00:00:05.791 - info: heatingcontrol.0 (642325) handle actors Gaeste WC current 19.3 target 18
                            2020-12-06 00:00:05.794 - info: heatingcontrol.0 (642325) handle actors Flur current 19.7 target 17
                            2020-12-06 00:00:05.797 - info: heatingcontrol.0 (642325) handle actors Wohnzimmer current 20.5 target 17
                            2020-12-06 00:00:05.914 - info: heatingcontrol.0 (642325) 28 cron job(s) created
                            2020-12-06 00:00:12.456 - info: heatingcontrol.0 (642325) CheckWindowOpen4Room nothing to do for Kinderzimmer 1
                            2020-12-06 00:01:00.082 - info: host.dnkr--mgmt instance system.adapter.schoolfree.0 started with pid 2475004
                            2020-12-06 00:01:03.770 - info: schoolfree.0 (2475004) starting. Version 0.7.0 in /opt/iobroker/node_modules/iobroker.schoolfree, node: v12.20.0, js-controller: 3.1.6
                            2020-12-06 00:01:03.902 - warn: schoolfree.0 (2475004) schoolfree set state error: TypeError: Cannot read property 'name' of undefined
                            2020-12-06 00:01:14.749 - info: schoolfree.0 (2475004) schoolfree request done
                            2020-12-06 00:01:24.756 - info: schoolfree.0 (2475004) Terminated (NO_ERROR): Without reason
                            2020-12-06 00:01:25.282 - info: host.dnkr--mgmt instance system.adapter.schoolfree.0 terminated with code 0 (NO_ERROR)
                            2020-12-06 00:02:00.031 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 started with pid 2476391
                            2020-12-06 00:02:02.472 - info: daswetter.0 (2476391) starting. Version 3.0.4 in /opt/iobroker/node_modules/iobroker.daswetter, node: v12.20.0, js-controller: 3.1.6
                            2020-12-06 00:02:24.041 - info: daswetter.0 (2476391) got wrong data structure! trying to repair...
                            2020-12-06 00:02:30.058 - info: daswetter.0 (2476391) Terminated (NO_ERROR): Without reason
                            2020-12-06 00:02:30.587 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 terminated with code 0 (NO_ERROR)
                            2020-12-06 00:06:00.048 - info: host.dnkr--mgmt instance system.adapter.yr.0 started with pid 2481581
                            2020-12-06 00:06:03.097 - info: yr.0 (2481581) starting. Version 2.0.3 in /opt/iobroker/node_modules/iobroker.yr, node: v12.20.0, js-controller: 3.1.6
                            2020-12-06 00:06:03.258 - info: yr.0 (2481581) got weather data from yr.no
                            2020-12-06 00:06:08.452 - info: host.dnkr--mgmt instance system.adapter.yr.0 terminated with code 0 (NO_ERROR)
                            2020-12-06 00:09:03.721 - info: heatingcontrol.0 (642325) CheckWindowOpen4Room nothing to do for HWR
                            2020-12-06 00:19:00.038 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 started with pid 2498100
                            2020-12-06 00:19:02.116 - info: daswetter.0 (2498100) starting. Version 3.0.4 in /opt/iobroker/node_modules/iobroker.daswetter, node: v12.20.0, js-controller: 3.1.6
                            2020-12-06 00:19:23.020 - info: daswetter.0 (2498100) got wrong data structure! trying to repair...
                            2020-12-06 00:19:29.170 - info: daswetter.0 (2498100) Terminated (NO_ERROR): Without reason
                            2020-12-06 00:19:29.698 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 terminated with code 0 (NO_ERROR)
                            2020-12-06 00:36:00.074 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 started with pid 2519822
                            2020-12-06 00:36:03.252 - info: daswetter.0 (2519822) starting. Version 3.0.4 in /opt/iobroker/node_modules/iobroker.daswetter, node: v12.20.0, js-controller: 3.1.6
                            2020-12-06 00:36:19.213 - info: daswetter.0 (2519822) got wrong data structure! trying to repair...
                            2020-12-06 00:36:24.100 - info: daswetter.0 (2519822) Terminated (NO_ERROR): Without reason
                            2020-12-06 00:36:24.630 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 terminated with code 0 (NO_ERROR)
                            2020-12-06 00:42:05.563 - info: heatingcontrol.0 (642325) CheckWindowOpen4Room nothing to do for Kinderzimmer 1
                            2020-12-06 00:53:00.116 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 started with pid 2541380
                            2020-12-06 00:53:01.759 - info: daswetter.0 (2541380) starting. Version 3.0.4 in /opt/iobroker/node_modules/iobroker.daswetter, node: v12.20.0, js-controller: 3.1.6
                            2020-12-06 00:53:23.794 - info: daswetter.0 (2541380) got wrong data structure! trying to repair...
                            2020-12-06 00:53:30.731 - info: daswetter.0 (2541380) Terminated (NO_ERROR): Without reason
                            2020-12-06 00:53:31.261 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 terminated with code 0 (NO_ERROR)
                            2020-12-06 01:02:00.074 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 started with pid 2552896
                            2020-12-06 01:02:03.300 - info: daswetter.0 (2552896) starting. Version 3.0.4 in /opt/iobroker/node_modules/iobroker.daswetter, node: v12.20.0, js-controller: 3.1.6
                            2020-12-06 01:02:26.160 - info: daswetter.0 (2552896) got wrong data structure! trying to repair...
                            2020-12-06 01:02:31.828 - info: daswetter.0 (2552896) Terminated (NO_ERROR): Without reason
                            2020-12-06 01:02:32.366 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 terminated with code 0 (NO_ERROR)
                            2020-12-06 01:06:00.051 - info: host.dnkr--mgmt instance system.adapter.yr.0 started with pid 2558015
                            2020-12-06 01:06:02.125 - info: yr.0 (2558015) starting. Version 2.0.3 in /opt/iobroker/node_modules/iobroker.yr, node: v12.20.0, js-controller: 3.1.6
                            2020-12-06 01:06:02.301 - info: yr.0 (2558015) got weather data from yr.no
                            2020-12-06 01:06:08.588 - info: host.dnkr--mgmt instance system.adapter.yr.0 terminated with code 0 (NO_ERROR)
                            2020-12-06 01:19:00.126 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 started with pid 2574508
                            2020-12-06 01:19:01.705 - info: daswetter.0 (2574508) starting. Version 3.0.4 in /opt/iobroker/node_modules/iobroker.daswetter, node: v12.20.0, js-controller: 3.1.6
                            2020-12-06 01:19:19.194 - info: daswetter.0 (2574508) got wrong data structure! trying to repair...
                            2020-12-06 01:19:25.074 - info: daswetter.0 (2574508) Terminated (NO_ERROR): Without reason
                            2020-12-06 01:19:25.605 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 terminated with code 0 (NO_ERROR)
                            2020-12-06 01:22:07.812 - info: heatingcontrol.0 (642325) CheckWindowOpen4Room nothing to do for HWR
                            2020-12-06 01:35:18.421 - info: heatingcontrol.0 (642325) CheckWindowOpen4Room nothing to do for Kinderzimmer 1
                            2020-12-06 01:36:00.079 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 started with pid 2596193
                            2020-12-06 01:36:03.207 - info: daswetter.0 (2596193) starting. Version 3.0.4 in /opt/iobroker/node_modules/iobroker.daswetter, node: v12.20.0, js-controller: 3.1.6
                            2020-12-06 01:36:26.483 - info: daswetter.0 (2596193) got wrong data structure! trying to repair...
                            2020-12-06 01:36:31.447 - info: daswetter.0 (2596193) Terminated (NO_ERROR): Without reason
                            2020-12-06 01:36:31.978 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 terminated with code 0 (NO_ERROR)
                            2020-12-06 01:53:00.120 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 started with pid 2617738
                            2020-12-06 01:53:03.338 - info: daswetter.0 (2617738) starting. Version 3.0.4 in /opt/iobroker/node_modules/iobroker.daswetter, node: v12.20.0, js-controller: 3.1.6
                            2020-12-06 01:53:24.959 - info: daswetter.0 (2617738) got wrong data structure! trying to repair...
                            2020-12-06 01:53:30.386 - info: daswetter.0 (2617738) Terminated (NO_ERROR): Without reason
                            2020-12-06 01:53:30.922 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 terminated with code 0 (NO_ERROR)
                            2020-12-06 02:02:00.126 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 started with pid 2629324
                            2020-12-06 02:02:02.985 - info: daswetter.0 (2629324) starting. Version 3.0.4 in /opt/iobroker/node_modules/iobroker.daswetter, node: v12.20.0, js-controller: 3.1.6
                            2020-12-06 02:02:24.567 - info: daswetter.0 (2629324) got wrong data structure! trying to repair...
                            2020-12-06 02:02:31.511 - info: daswetter.0 (2629324) Terminated (NO_ERROR): Without reason
                            2020-12-06 02:02:32.043 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 terminated with code 0 (NO_ERROR)
                            2020-12-06 02:06:00.072 - info: host.dnkr--mgmt instance system.adapter.yr.0 started with pid 2634427
                            2020-12-06 02:06:01.797 - info: yr.0 (2634427) starting. Version 2.0.3 in /opt/iobroker/node_modules/iobroker.yr, node: v12.20.0, js-controller: 3.1.6
                            2020-12-06 02:06:02.034 - info: yr.0 (2634427) got weather data from yr.no
                            2020-12-06 02:06:07.676 - info: host.dnkr--mgmt instance system.adapter.yr.0 terminated with code 0 (NO_ERROR)
                            2020-12-06 02:14:36.253 - info: heatingcontrol.0 (642325) CheckWindowOpen4Room nothing to do for HWR
                            2020-12-06 02:19:00.118 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 started with pid 2650931
                            2020-12-06 02:19:03.351 - info: daswetter.0 (2650931) starting. Version 3.0.4 in /opt/iobroker/node_modules/iobroker.daswetter, node: v12.20.0, js-controller: 3.1.6
                            2020-12-06 02:19:25.414 - info: daswetter.0 (2650931) got wrong data structure! trying to repair...
                            2020-12-06 02:19:30.904 - info: daswetter.0 (2650931) Terminated (NO_ERROR): Without reason
                            2020-12-06 02:19:31.429 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 terminated with code 0 (NO_ERROR)
                            2020-12-06 02:33:13.197 - info: heatingcontrol.0 (642325) CheckWindowOpen4Room nothing to do for Kinderzimmer 1
                            2020-12-06 02:36:00.079 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 started with pid 2672648
                            2020-12-06 02:36:02.789 - info: daswetter.0 (2672648) starting. Version 3.0.4 in /opt/iobroker/node_modules/iobroker.daswetter, node: v12.20.0, js-controller: 3.1.6
                            2020-12-06 02:36:25.201 - info: daswetter.0 (2672648) got wrong data structure! trying to repair...
                            2020-12-06 02:36:31.068 - info: daswetter.0 (2672648) Terminated (NO_ERROR): Without reason
                            2020-12-06 02:36:31.592 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 terminated with code 0 (NO_ERROR)
                            2020-12-06 02:53:00.120 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 started with pid 2694250
                            2020-12-06 02:53:02.260 - info: daswetter.0 (2694250) starting. Version 3.0.4 in /opt/iobroker/node_modules/iobroker.daswetter, node: v12.20.0, js-controller: 3.1.6
                            2020-12-06 02:53:21.558 - info: daswetter.0 (2694250) got wrong data structure! trying to repair...
                            2020-12-06 02:53:27.957 - info: daswetter.0 (2694250) Terminated (NO_ERROR): Without reason
                            2020-12-06 02:53:28.482 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 terminated with code 0 (NO_ERROR)
                            2020-12-06 03:00:51.748 - info: heatingcontrol.0 (642325) CheckWindowOpen4Room nothing to do for HWR
                            2020-12-06 03:01:30.405 - info: heatingcontrol.0 (642325) CheckWindowOpen4Room nothing to do for Kinderzimmer 1
                            2020-12-06 03:02:00.050 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 started with pid 2705824
                            2020-12-06 03:02:02.144 - info: daswetter.0 (2705824) starting. Version 3.0.4 in /opt/iobroker/node_modules/iobroker.daswetter, node: v12.20.0, js-controller: 3.1.6
                            2020-12-06 03:02:24.093 - info: daswetter.0 (2705824) got wrong data structure! trying to repair...
                            2020-12-06 03:02:28.489 - info: daswetter.0 (2705824) Terminated (NO_ERROR): Without reason
                            2020-12-06 03:02:29.012 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 terminated with code 0 (NO_ERROR)
                            2020-12-06 03:06:00.150 - info: host.dnkr--mgmt instance system.adapter.yr.0 started with pid 2710932
                            2020-12-06 03:06:03.921 - info: yr.0 (2710932) starting. Version 2.0.3 in /opt/iobroker/node_modules/iobroker.yr, node: v12.20.0, js-controller: 3.1.6
                            2020-12-06 03:06:04.085 - info: yr.0 (2710932) got weather data from yr.no
                            2020-12-06 03:06:09.365 - info: host.dnkr--mgmt instance system.adapter.yr.0 terminated with code 0 (NO_ERROR)
                            2020-12-06 03:07:56.085 - error: iot.0 (775695) Error by device connection: "read ECONNRESET"
                            2020-12-06 03:07:56.086 - info: iot.0 (775695) Connection changed: disconnect
                            2020-12-06 03:07:56.086 - info: iot.0 (775695) Connection lost
                            2020-12-06 03:08:01.298 - info: iot.0 (775695) Connection changed: connect
                            2020-12-06 03:17:25.764 - warn: km200.0 (710735) Skip service data of /heatSources/numberOfStarts
                            2020-12-06 03:17:25.774 - info: km200.0 (710735) Update State 11 err: TypeError: Cannot read property 'value' of undefinedat /opt/iobroker/node_modules/iobroker.km200/km200.js:556:35at runMicrotasks ()at processTicksAndRejections (internal/process/task_queues.js:97:5)
                            2020-12-06 03:19:00.126 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 started with pid 2727509
                            2020-12-06 03:19:03.570 - info: daswetter.0 (2727509) starting. Version 3.0.4 in /opt/iobroker/node_modules/iobroker.daswetter, node: v12.20.0, js-controller: 3.1.6
                            2020-12-06 03:19:25.553 - info: daswetter.0 (2727509) got wrong data structure! trying to repair...
                            2020-12-06 03:19:31.332 - info: daswetter.0 (2727509) Terminated (NO_ERROR): Without reason
                            2020-12-06 03:19:31.858 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 terminated with code 0 (NO_ERROR)
                            2020-12-06 03:36:00.137 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 started with pid 2749200
                            2020-12-06 03:36:01.778 - info: daswetter.0 (2749200) starting. Version 3.0.4 in /opt/iobroker/node_modules/iobroker.daswetter, node: v12.20.0, js-controller: 3.1.6
                            2020-12-06 03:36:23.047 - info: daswetter.0 (2749200) got wrong data structure! trying to repair...
                            2020-12-06 03:36:29.154 - info: daswetter.0 (2749200) Terminated (NO_ERROR): Without reason
                            2020-12-06 03:36:29.692 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 terminated with code 0 (NO_ERROR)
                            2020-12-06 03:53:00.051 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 started with pid 2770804
                            2020-12-06 03:53:04.544 - info: daswetter.0 (2770804) starting. Version 3.0.4 in /opt/iobroker/node_modules/iobroker.daswetter, node: v12.20.0, js-controller: 3.1.6
                            2020-12-06 03:53:22.551 - info: daswetter.0 (2770804) got wrong data structure! trying to repair...
                            2020-12-06 03:53:29.576 - info: daswetter.0 (2770804) Terminated (NO_ERROR): Without reason
                            2020-12-06 03:53:30.112 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 terminated with code 0 (NO_ERROR)
                            2020-12-06 03:53:48.422 - info: heatingcontrol.0 (642325) CheckWindowOpen4Room nothing to do for HWR
                            2020-12-06 03:54:14.824 - info: heatingcontrol.0 (642325) CheckWindowOpen4Room nothing to do for Kinderzimmer 1
                            2020-12-06 04:02:00.048 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 started with pid 2782223
                            2020-12-06 04:02:01.806 - info: daswetter.0 (2782223) starting. Version 3.0.4 in /opt/iobroker/node_modules/iobroker.daswetter, node: v12.20.0, js-controller: 3.1.6
                            2020-12-06 04:02:22.849 - info: daswetter.0 (2782223) got wrong data structure! trying to repair...
                            2020-12-06 04:02:29.134 - info: daswetter.0 (2782223) Terminated (NO_ERROR): Without reason
                            2020-12-06 04:02:29.659 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 terminated with code 0 (NO_ERROR)
                            2020-12-06 04:06:00.126 - info: host.dnkr--mgmt instance system.adapter.yr.0 started with pid 2787343
                            2020-12-06 04:06:01.990 - info: yr.0 (2787343) starting. Version 2.0.3 in /opt/iobroker/node_modules/iobroker.yr, node: v12.20.0, js-controller: 3.1.6
                            2020-12-06 04:06:02.177 - info: yr.0 (2787343) got weather data from yr.no
                            2020-12-06 04:06:08.338 - info: host.dnkr--mgmt instance system.adapter.yr.0 terminated with code 0 (NO_ERROR)
                            2020-12-06 04:19:00.086 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 started with pid 2803955
                            2020-12-06 04:19:02.900 - info: daswetter.0 (2803955) starting. Version 3.0.4 in /opt/iobroker/node_modules/iobroker.daswetter, node: v12.20.0, js-controller: 3.1.6
                            2020-12-06 04:19:24.253 - info: daswetter.0 (2803955) got wrong data structure! trying to repair...
                            2020-12-06 04:19:30.833 - info: daswetter.0 (2803955) Terminated (NO_ERROR): Without reason
                            2020-12-06 04:19:31.363 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 terminated with code 0 (NO_ERROR)
                            2020-12-06 04:36:00.047 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 started with pid 2825514
                            2020-12-06 04:36:03.256 - info: daswetter.0 (2825514) starting. Version 3.0.4 in /opt/iobroker/node_modules/iobroker.daswetter, node: v12.20.0, js-controller: 3.1.6
                            2020-12-06 04:36:25.200 - info: daswetter.0 (2825514) got wrong data structure! trying to repair...
                            2020-12-06 04:36:31.106 - info: daswetter.0 (2825514) Terminated (NO_ERROR): Without reason
                            2020-12-06 04:36:31.631 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 terminated with code 0 (NO_ERROR)
                            2020-12-06 04:47:24.489 - info: heatingcontrol.0 (642325) CheckWindowOpen4Room nothing to do for HWR
                            2020-12-06 04:47:40.027 - info: heatingcontrol.0 (642325) CheckWindowOpen4Room nothing to do for Kinderzimmer 1
                            2020-12-06 04:53:00.073 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 started with pid 2847255
                            2020-12-06 04:53:03.643 - info: daswetter.0 (2847255) starting. Version 3.0.4 in /opt/iobroker/node_modules/iobroker.daswetter, node: v12.20.0, js-controller: 3.1.6
                            2020-12-06 04:53:24.625 - info: daswetter.0 (2847255) got wrong data structure! trying to repair...
                            2020-12-06 04:53:30.531 - info: daswetter.0 (2847255) Terminated (NO_ERROR): Without reason
                            2020-12-06 04:53:31.057 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 terminated with code 0 (NO_ERROR)
                            2020-12-06 05:00:00.010 - info: harmony.0 (1015391) Scheduled restart.
                            2020-12-06 05:00:00.016 - info: harmony.0 (1015391) [END] Terminating
                            2020-12-06 05:00:00.039 - info: harmony.0 (1015391) terminating
                            2020-12-06 05:00:00.040 - info: harmony.0 (1015391) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                            2020-12-06 05:00:00.114 - info: heatingcontrol.0 (642325) set thermostat hm-rpc.2.INT0000004.1.SET_POINT_TEMPERATURE to 7; current is 17
                            2020-12-06 05:00:00.497 - info: heatingcontrol.0 (642325) set thermostat hm-rpc.2.INT0000005.1.SET_POINT_TEMPERATURE to 18; current is 17
                            2020-12-06 05:00:00.744 - info: host.dnkr--mgmt instance system.adapter.harmony.0 scheduled normal terminated and will be restarted on schedule.
                            2020-12-06 05:00:00.758 - info: host.dnkr--mgmt Restart adapter system.adapter.harmony.0 because enabled
                            2020-12-06 05:00:01.325 - info: heatingcontrol.0 (642325) set thermostat hm-rpc.2.INT0000002.1.SET_POINT_TEMPERATURE to 18; current is 17
                            2020-12-06 05:00:01.879 - info: host.dnkr--mgmt instance system.adapter.harmony.0 started with pid 2856284
                            2020-12-06 05:00:02.178 - info: heatingcontrol.0 (642325) handle actors Schlafzimmer current 19.9 target 7
                            2020-12-06 05:00:02.179 - info: heatingcontrol.0 (642325) handle actors Kinderzimmer 1 current 19.9 target 18
                            2020-12-06 05:00:02.179 - info: heatingcontrol.0 (642325) handle actors Kinderzimmer 2 current 18.9 target 18
                            2020-12-06 05:00:02.180 - info: heatingcontrol.0 (642325) handle actors Bad current 19.4 target 19
                            2020-12-06 05:00:02.181 - info: heatingcontrol.0 (642325) handle actors HWR current 17.9 target 16
                            2020-12-06 05:00:02.181 - info: heatingcontrol.0 (642325) handle actors Dachzimmer current 19 target 18
                            2020-12-06 05:00:02.182 - info: heatingcontrol.0 (642325) handle actors Gaeste WC current 19.1 target 18
                            2020-12-06 05:00:02.183 - info: heatingcontrol.0 (642325) handle actors Flur current 19.5 target 17
                            2020-12-06 05:00:02.183 - info: heatingcontrol.0 (642325) handle actors Wohnzimmer current 20 target 17
                            2020-12-06 05:00:02.216 - info: heatingcontrol.0 (642325) 28 cron job(s) created
                            2020-12-06 05:00:05.271 - info: harmony.0 (2856284) starting. Version 1.2.2 in /opt/iobroker/node_modules/iobroker.harmony, node: v12.20.0, js-controller: 3.1.6
                            2020-12-06 05:00:05.639 - info: harmony.0 (2856284) [DISCOVER] Searching for Harmony Hubs on 192.168.178.100
                            2020-12-06 05:00:06.833 - info: harmony.0 (2856284) [DISCOVER] Discovered Medienzentrale (192.168.178.100) and will try to connect
                            2020-12-06 05:00:07.288 - info: harmony.0 (2856284) [CONNECT] Connecting to Medienzentrale (192.168.178.100)
                            2020-12-06 05:00:08.493 - info: harmony.0 (2856284) [CONNECT] Connected to Medienzentrale (192.168.178.100)
                            2020-12-06 05:00:09.785 - info: harmony.0 (2856284) [PROCESS] Synced hub config for Medienzentrale (192.168.178.100)
                            2020-12-06 05:02:00.074 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 started with pid 2858695
                            2020-12-06 05:02:03.374 - info: daswetter.0 (2858695) starting. Version 3.0.4 in /opt/iobroker/node_modules/iobroker.daswetter, node: v12.20.0, js-controller: 3.1.6
                            2020-12-06 05:02:25.506 - info: daswetter.0 (2858695) got wrong data structure! trying to repair...
                            2020-12-06 05:02:32.554 - info: daswetter.0 (2858695) Terminated (NO_ERROR): Without reason
                            2020-12-06 05:02:33.089 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 terminated with code 0 (NO_ERROR)
                            2020-12-06 05:06:00.131 - info: host.dnkr--mgmt instance system.adapter.yr.0 started with pid 2863815
                            2020-12-06 05:06:01.686 - info: yr.0 (2863815) starting. Version 2.0.3 in /opt/iobroker/node_modules/iobroker.yr, node: v12.20.0, js-controller: 3.1.6
                            2020-12-06 05:06:01.874 - info: yr.0 (2863815) got weather data from yr.no
                            2020-12-06 05:06:08.450 - info: host.dnkr--mgmt instance system.adapter.yr.0 terminated with code 0 (NO_ERROR)
                            2020-12-06 05:19:00.122 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 started with pid 2880435
                            2020-12-06 05:19:03.321 - info: daswetter.0 (2880435) starting. Version 3.0.4 in /opt/iobroker/node_modules/iobroker.daswetter, node: v12.20.0, js-controller: 3.1.6
                            2020-12-06 05:19:27.420 - info: daswetter.0 (2880435) got wrong data structure! trying to repair...
                            2020-12-06 05:19:33.800 - info: daswetter.0 (2880435) Terminated (NO_ERROR): Without reason
                            2020-12-06 05:19:34.326 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 terminated with code 0 (NO_ERROR)
                            2020-12-06 05:36:00.049 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 started with pid 2902634
                            2020-12-06 05:36:03.014 - info: daswetter.0 (2902634) starting. Version 3.0.4 in /opt/iobroker/node_modules/iobroker.daswetter, node: v12.20.0, js-controller: 3.1.6
                            2020-12-06 05:36:23.157 - info: daswetter.0 (2902634) got wrong data structure! trying to repair...
                            2020-12-06 05:36:29.237 - info: daswetter.0 (2902634) Terminated (NO_ERROR): Without reason
                            2020-12-06 05:36:29.773 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 terminated with code 0 (NO_ERROR)
                            2020-12-06 05:40:35.641 - info: heatingcontrol.0 (642325) CheckWindowOpen4Room nothing to do for HWR
                            2020-12-06 05:41:15.416 - info: heatingcontrol.0 (642325) CheckWindowOpen4Room nothing to do for Kinderzimmer 1
                            2020-12-06 05:53:00.115 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 started with pid 2924392
                            2020-12-06 05:53:01.727 - info: daswetter.0 (2924392) starting. Version 3.0.4 in /opt/iobroker/node_modules/iobroker.daswetter, node: v12.20.0, js-controller: 3.1.6
                            2020-12-06 05:53:26.395 - info: daswetter.0 (2924392) got wrong data structure! trying to repair...
                            2020-12-06 05:53:31.112 - info: daswetter.0 (2924392) Terminated (NO_ERROR): Without reason
                            2020-12-06 05:53:31.635 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 terminated with code 0 (NO_ERROR)
                            2020-12-06 06:01:02.383 - info: pushover.0 (642639) Send pushover notification: {"message":"Heizung eingeschaltet. WZ: 0 Kü: 15 Fl: 0 K1: 55.00000000000001 K2: 0 SZ: 0 Bad: 6 DZ: 0 HWR: 0 GKlo:0","title":"ioBroker","priority":"0"}
                            2020-12-06 06:01:02.394 - info: km200.0 (710735) Set km200.0.heatingCircuits.hc1.activeSwitchProgram to 0
                            2020-12-06 06:01:04.409 - info: km200.0 (710735) Update {'heatingCircuits.hc1.activeSwitchProgram': {type: 'state',id: 'heatingCircuits.hc1.activeSwitchProgram',common: {id: 'heatingCircuits.hc1.activeSwitchProgram',name: 'heatingCircuits.hc1.activeSwitchProgram',type: 'number',unit: '',read: true,write: true,role: 'level',states: '0:A;1:B',min: 0,max: 1,native: [Object]},native: { km200: [Object] }}}
                            2020-12-06 06:02:00.123 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 started with pid 2935814
                            2020-12-06 06:02:01.807 - info: daswetter.0 (2935814) starting. Version 3.0.4 in /opt/iobroker/node_modules/iobroker.daswetter, node: v12.20.0, js-controller: 3.1.6
                            2020-12-06 06:02:21.597 - info: daswetter.0 (2935814) got wrong data structure! trying to repair...
                            2020-12-06 06:02:28.691 - info: daswetter.0 (2935814) Terminated (NO_ERROR): Without reason
                            2020-12-06 06:02:29.218 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 terminated with code 0 (NO_ERROR)
                            2020-12-06 06:06:00.047 - info: host.dnkr--mgmt instance system.adapter.yr.0 started with pid 2940931
                            2020-12-06 06:06:03.214 - info: yr.0 (2940931) starting. Version 2.0.3 in /opt/iobroker/node_modules/iobroker.yr, node: v12.20.0, js-controller: 3.1.6
                            2020-12-06 06:06:03.393 - info: yr.0 (2940931) got weather data from yr.no
                            2020-12-06 06:06:08.636 - info: host.dnkr--mgmt instance system.adapter.yr.0 terminated with code 0 (NO_ERROR)
                            2020-12-06 06:19:00.067 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 started with pid 2957586
                            2020-12-06 06:19:02.877 - info: daswetter.0 (2957586) starting. Version 3.0.4 in /opt/iobroker/node_modules/iobroker.daswetter, node: v12.20.0, js-controller: 3.1.6
                            2020-12-06 06:19:24.522 - info: daswetter.0 (2957586) got wrong data structure! trying to repair...
                            2020-12-06 06:19:30.582 - info: daswetter.0 (2957586) Terminated (NO_ERROR): Without reason
                            2020-12-06 06:19:31.110 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 terminated with code 0 (NO_ERROR)
                            2020-12-06 06:33:22.333 - info: heatingcontrol.0 (642325) CheckWindowOpen4Room nothing to do for HWR
                            2020-12-06 06:36:00.050 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 started with pid 2979411
                            2020-12-06 06:36:01.800 - info: daswetter.0 (2979411) starting. Version 3.0.4 in /opt/iobroker/node_modules/iobroker.daswetter, node: v12.20.0, js-controller: 3.1.6
                            2020-12-06 06:36:24.734 - info: daswetter.0 (2979411) got wrong data structure! trying to repair...
                            2020-12-06 06:36:30.546 - info: daswetter.0 (2979411) Terminated (NO_ERROR): Without reason
                            2020-12-06 06:36:31.072 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 terminated with code 0 (NO_ERROR)
                            2020-12-06 06:39:03.082 - info: heatingcontrol.0 (642325) CheckWindowOpen4Room nothing to do for Kinderzimmer 1
                            2020-12-06 06:53:00.121 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 started with pid 3001177
                            2020-12-06 06:53:02.161 - info: daswetter.0 (3001177) starting. Version 3.0.4 in /opt/iobroker/node_modules/iobroker.daswetter, node: v12.20.0, js-controller: 3.1.6
                            2020-12-06 06:53:21.889 - info: daswetter.0 (3001177) got wrong data structure! trying to repair...
                            2020-12-06 06:53:28.277 - info: daswetter.0 (3001177) Terminated (NO_ERROR): Without reason
                            2020-12-06 06:53:28.885 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 terminated with code 0 (NO_ERROR)
                            2020-12-06 06:58:37.558 - info: heatingcontrol.0 (642325) CheckWindowOpen4Room nothing to do for HWR
                            2020-12-06 07:02:00.123 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 started with pid 3012552
                            2020-12-06 07:02:01.694 - info: daswetter.0 (3012552) starting. Version 3.0.4 in /opt/iobroker/node_modules/iobroker.daswetter, node: v12.20.0, js-controller: 3.1.6
                            2020-12-06 07:02:19.913 - info: daswetter.0 (3012552) got wrong data structure! trying to repair...
                            2020-12-06 07:02:27.110 - info: daswetter.0 (3012552) Terminated (NO_ERROR): Without reason
                            2020-12-06 07:02:27.637 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 terminated with code 0 (NO_ERROR)
                            2020-12-06 07:06:00.049 - info: host.dnkr--mgmt instance system.adapter.yr.0 started with pid 3017671
                            2020-12-06 07:06:01.730 - info: yr.0 (3017671) starting. Version 2.0.3 in /opt/iobroker/node_modules/iobroker.yr, node: v12.20.0, js-controller: 3.1.6
                            2020-12-06 07:06:01.908 - info: yr.0 (3017671) got weather data from yr.no
                            2020-12-06 07:06:08.604 - info: host.dnkr--mgmt instance system.adapter.yr.0 terminated with code 0 (NO_ERROR)
                            2020-12-06 07:07:30.533 - info: heatingcontrol.0 (642325) CheckWindowOpen4Room nothing to do for Kinderzimmer 1
                            2020-12-06 07:19:00.126 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 started with pid 3034317
                            2020-12-06 07:19:01.929 - info: daswetter.0 (3034317) starting. Version 3.0.4 in /opt/iobroker/node_modules/iobroker.daswetter, node: v12.20.0, js-controller: 3.1.6
                            2020-12-06 07:19:23.608 - info: daswetter.0 (3034317) got wrong data structure! trying to repair...
                            2020-12-06 07:19:29.948 - info: daswetter.0 (3034317) Terminated (NO_ERROR): Without reason
                            2020-12-06 07:19:30.471 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 terminated with code 0 (NO_ERROR)
                            2020-12-06 07:21:42.473 - info: heatingcontrol.0 (642325) CheckWindowOpen4Room nothing to do for HWR
                            2020-12-06 07:22:07.276 - info: heatingcontrol.0 (642325) CheckWindowOpen4Room nothing to do for Kinderzimmer 1
                            2020-12-06 07:29:25.484 - info: heatingcontrol.0 (642325) CheckWindowOpen4Room nothing to do for Bad
                            2020-12-06 07:32:23.061 - info: heatingcontrol.0 (642325) CheckWindowOpen4Room nothing to do for Kinderzimmer 1
                            2020-12-06 07:36:00.124 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 started with pid 3055898
                            2020-12-06 07:36:03.214 - info: daswetter.0 (3055898) starting. Version 3.0.4 in /opt/iobroker/node_modules/iobroker.daswetter, node: v12.20.0, js-controller: 3.1.6
                            2020-12-06 07:36:23.089 - info: daswetter.0 (3055898) got wrong data structure! trying to repair...
                            2020-12-06 07:36:28.549 - info: daswetter.0 (3055898) Terminated (NO_ERROR): Without reason
                            2020-12-06 07:36:29.074 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 terminated with code 0 (NO_ERROR)
                            2020-12-06 07:41:38.858 - info: heatingcontrol.0 (642325) CheckWindowOpen4Room nothing to do for HWR
                            2020-12-06 07:49:28.985 - info: heatingcontrol.0 (642325) CheckWindowOpen4Room nothing to do for Kinderzimmer 1
                            2020-12-06 07:49:38.818 - error: hm-rpc.1 (642543) xmlrpc -> setValue ["00021A49A42668:5","STATE",true] BOOL
                            2020-12-06 07:49:38.826 - error: hm-rpc.1 (642543) Error: XML-RPC fault: Generic error (UNREACH)
                            2020-12-06 07:53:00.049 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 started with pid 3077626
                            2020-12-06 07:53:01.773 - info: daswetter.0 (3077626) starting. Version 3.0.4 in /opt/iobroker/node_modules/iobroker.daswetter, node: v12.20.0, js-controller: 3.1.6
                            2020-12-06 07:53:23.911 - info: daswetter.0 (3077626) got wrong data structure! trying to repair...
                            2020-12-06 07:53:30.410 - info: daswetter.0 (3077626) Terminated (NO_ERROR): Without reason
                            2020-12-06 07:53:30.947 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 terminated with code 0 (NO_ERROR)
                            2020-12-06 08:00:00.035 - info: heatingcontrol.0 (642325) set thermostat hm-rpc.2.INT0000004.1.SET_POINT_TEMPERATURE to 9; current is 21
                            2020-12-06 08:00:00.211 - info: heatingcontrol.0 (642325) set thermostat hm-rpc.2.INT0000006.1.SET_POINT_TEMPERATURE to 20; current is 21
                            2020-12-06 08:00:00.410 - info: heatingcontrol.0 (642325) set thermostat hm-rpc.0.HEQ0509687.2.SETPOINT to 20; current is 19
                            2020-12-06 08:00:00.595 - info: heatingcontrol.0 (642325) set thermostat hm-rpc.1.000A1A499BC88A.1.SET_POINT_TEMPERATURE to 18; current is 16
                            2020-12-06 08:00:00.819 - info: heatingcontrol.0 (642325) set thermostat hm-rpc.2.INT0000002.1.SET_POINT_TEMPERATURE to 18; current is 21
                            2020-12-06 08:00:01.075 - info: heatingcontrol.0 (642325) set thermostat hm-rpc.1.000A1A499BC891.1.SET_POINT_TEMPERATURE to 19; current is 18
                            2020-12-06 08:00:01.301 - info: heatingcontrol.0 (642325) set thermostat hm-rpc.0.JEQ0725588.2.SETPOINT to 19; current is 19.5
                            2020-12-06 08:00:01.464 - info: heatingcontrol.0 (642325) set thermostat hm-rpc.2.INT0000001.1.SET_POINT_TEMPERATURE to 19; current is 21
                            2020-12-06 08:00:01.579 - info: heatingcontrol.0 (642325) handle actors Schlafzimmer current 20.8 target 9
                            2020-12-06 08:00:01.581 - info: heatingcontrol.0 (642325) handle actors Kinderzimmer 1 current 21.4 target 20
                            2020-12-06 08:00:01.583 - info: heatingcontrol.0 (642325) handle actors Kinderzimmer 2 current 20.8 target 20
                            2020-12-06 08:00:01.585 - info: heatingcontrol.0 (642325) handle actors Bad current 19.4 target 20
                            2020-12-06 08:00:01.587 - info: heatingcontrol.0 (642325) handle actors HWR current 18.9 target 18
                            2020-12-06 08:00:01.589 - info: heatingcontrol.0 (642325) handle actors Dachzimmer current 21.1 target 18
                            2020-12-06 08:00:01.590 - info: heatingcontrol.0 (642325) handle actors Gaeste WC current 19.2 target 19
                            2020-12-06 08:00:01.592 - info: heatingcontrol.0 (642325) handle actors Flur current 19.4 target 19
                            2020-12-06 08:00:01.599 - info: heatingcontrol.0 (642325) handle actors Wohnzimmer current 20.6 target 19
                            2020-12-06 08:00:01.625 - info: heatingcontrol.0 (642325) 28 cron job(s) created
                            2020-12-06 08:00:10.711 - info: heatingcontrol.0 (642325) CheckWindowOpen4Room nothing to do for HWR
                            2020-12-06 08:02:00.122 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 started with pid 3089019
                            2020-12-06 08:02:02.116 - info: daswetter.0 (3089019) starting. Version 3.0.4 in /opt/iobroker/node_modules/iobroker.daswetter, node: v12.20.0, js-controller: 3.1.6
                            2020-12-06 08:02:21.645 - info: daswetter.0 (3089019) got wrong data structure! trying to repair...
                            2020-12-06 08:02:26.838 - info: daswetter.0 (3089019) Terminated (NO_ERROR): Without reason
                            2020-12-06 08:02:27.364 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 terminated with code 0 (NO_ERROR)
                            2020-12-06 08:03:33.639 - info: pushover.0 (642639) Send pushover notification: {"message":"Heizung ausgeschaltet. WZ: 0 Kü: 12 Fl: 0 K1: 0 K2: 20 SZ: 0 Bad: 1 DZ: 0 HWR: 0 GKlo: 20","title":"ioBroker","priority":"0"}
                            2020-12-06 08:03:33.955 - info: km200.0 (710735) Set km200.0.heatingCircuits.hc1.activeSwitchProgram to 1
                            2020-12-06 08:03:34.269 - info: heatingcontrol.0 (642325) CheckWindowOpen4Room nothing to do for Kinderzimmer 1
                            2020-12-06 08:03:35.959 - info: km200.0 (710735) Update {'heatingCircuits.hc1.activeSwitchProgram': {type: 'state',id: 'heatingCircuits.hc1.activeSwitchProgram',common: {id: 'heatingCircuits.hc1.activeSwitchProgram',name: 'heatingCircuits.hc1.activeSwitchProgram',type: 'number',unit: '',read: true,write: true,role: 'level',states: '0:A;1:B',min: 0,max: 1,native: [Object]},native: { km200: [Object] }}}
                            2020-12-06 08:04:12.986 - info: heatingcontrol.0 (642325) CheckWindowOpen4Room nothing to do for HWR
                            2020-12-06 08:06:00.118 - info: host.dnkr--mgmt instance system.adapter.yr.0 started with pid 3094140
                            2020-12-06 08:06:01.978 - info: yr.0 (3094140) starting. Version 2.0.3 in /opt/iobroker/node_modules/iobroker.yr, node: v12.20.0, js-controller: 3.1.6
                            2020-12-06 08:06:02.206 - info: yr.0 (3094140) got weather data from yr.no
                            2020-12-06 08:06:08.637 - info: host.dnkr--mgmt instance system.adapter.yr.0 terminated with code 0 (NO_ERROR)
                            2020-12-06 08:07:44.374 - info: admin.0 (642216) Request actual repository...
                            2020-12-06 08:07:44.490 - info: host.dnkr--mgmt Update repository "Stable (default)" under "http://download.iobroker.net/sources-dist.json"
                            2020-12-06 08:07:49.670 - info: admin.0 (642216) Repository received successfully.
                            2020-12-06 08:19:00.079 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 started with pid 3110781
                            2020-12-06 08:19:01.866 - info: daswetter.0 (3110781) starting. Version 3.0.4 in /opt/iobroker/node_modules/iobroker.daswetter, node: v12.20.0, js-controller: 3.1.6
                            2020-12-06 08:19:22.713 - info: daswetter.0 (3110781) got wrong data structure! trying to repair...
                            2020-12-06 08:19:27.160 - info: daswetter.0 (3110781) Terminated (NO_ERROR): Without reason
                            2020-12-06 08:19:27.690 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 terminated with code 0 (NO_ERROR)
                            2020-12-06 08:24:03.731 - error: hm-rpc.1 (642543) xmlrpc -> setValue ["00021A49A42668:5","STATE",true] BOOL
                            2020-12-06 08:24:03.734 - error: hm-rpc.1 (642543) Error: XML-RPC fault: Generic error (UNREACH)
                            2020-12-06 08:30:15.860 - info: heatingcontrol.0 (642325) CheckWindowOpen4Room nothing to do for Kinderzimmer 1
                            2020-12-06 08:36:00.121 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 started with pid 3132379
                            2020-12-06 08:36:01.959 - info: daswetter.0 (3132379) starting. Version 3.0.4 in /opt/iobroker/node_modules/iobroker.daswetter, node: v12.20.0, js-controller: 3.1.6
                            2020-12-06 08:36:22.281 - info: daswetter.0 (3132379) got wrong data structure! trying to repair...
                            2020-12-06 08:36:29.405 - info: daswetter.0 (3132379) Terminated (NO_ERROR): Without reason
                            2020-12-06 08:36:29.935 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 terminated with code 0 (NO_ERROR)
                            2020-12-06 08:53:00.118 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 started with pid 3154248
                            2020-12-06 08:53:01.798 - info: daswetter.0 (3154248) starting. Version 3.0.4 in /opt/iobroker/node_modules/iobroker.daswetter, node: v12.20.0, js-controller: 3.1.6
                            2020-12-06 08:53:24.527 - info: daswetter.0 (3154248) got wrong data structure! trying to repair...
                            2020-12-06 08:53:30.925 - info: daswetter.0 (3154248) Terminated (NO_ERROR): Without reason
                            2020-12-06 08:53:31.451 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 terminated with code 0 (NO_ERROR)
                            2020-12-06 08:58:18.682 - info: heatingcontrol.0 (642325) CheckWindowOpen4Room nothing to do for HWR
                            2020-12-06 09:00:00.865 - info: heatingcontrol.0 (642325) set thermostat hm-rpc.2.INT0000002.1.SET_POINT_TEMPERATURE to 20; current is 18
                            2020-12-06 09:00:01.421 - info: heatingcontrol.0 (642325) set thermostat hm-rpc.2.INT0000001.1.SET_POINT_TEMPERATURE to 20; current is 19
                            2020-12-06 09:00:01.572 - info: heatingcontrol.0 (642325) handle actors Schlafzimmer current 20.5 target 9
                            2020-12-06 09:00:01.574 - info: heatingcontrol.0 (642325) handle actors Kinderzimmer 1 current 21.1 target 20
                            2020-12-06 09:00:01.575 - info: heatingcontrol.0 (642325) handle actors Kinderzimmer 2 current 20.4 target 20
                            2020-12-06 09:00:01.577 - info: heatingcontrol.0 (642325) handle actors Bad current 19.6 target 20
                            2020-12-06 09:00:01.578 - info: heatingcontrol.0 (642325) handle actors HWR current 19.3 target 18
                            2020-12-06 09:00:01.580 - info: heatingcontrol.0 (642325) handle actors Dachzimmer current 21.1 target 20
                            2020-12-06 09:00:01.581 - info: heatingcontrol.0 (642325) handle actors Gaeste WC current 20.1 target 19
                            2020-12-06 09:00:01.582 - info: heatingcontrol.0 (642325) handle actors Flur current 19.5 target 19
                            2020-12-06 09:00:01.584 - info: heatingcontrol.0 (642325) handle actors Wohnzimmer current 20.6 target 20
                            2020-12-06 09:00:01.608 - info: heatingcontrol.0 (642325) 28 cron job(s) created
                            2020-12-06 09:02:00.156 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 started with pid 3165646
                            2020-12-06 09:02:03.512 - info: daswetter.0 (3165646) starting. Version 3.0.4 in /opt/iobroker/node_modules/iobroker.daswetter, node: v12.20.0, js-controller: 3.1.6
                            2020-12-06 09:02:22.907 - info: daswetter.0 (3165646) got wrong data structure! trying to repair...
                            2020-12-06 09:02:27.564 - info: daswetter.0 (3165646) Terminated (NO_ERROR): Without reason
                            2020-12-06 09:02:28.098 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 terminated with code 0 (NO_ERROR)
                            2020-12-06 09:05:41.226 - error: hm-rpc.0 (642528) Ping error: Error: response timeout
                            2020-12-06 09:05:41.265 - info: hm-rpc.0 (642528) Disconnected
                            2020-12-06 09:05:41.628 - info: hm-rpc.0 (642528) Connected
                            2020-12-06 09:06:00.079 - info: host.dnkr--mgmt instance system.adapter.yr.0 started with pid 3170765
                            2020-12-06 09:06:04.356 - info: yr.0 (3170765) starting. Version 2.0.3 in /opt/iobroker/node_modules/iobroker.yr, node: v12.20.0, js-controller: 3.1.6
                            2020-12-06 09:06:04.520 - info: yr.0 (3170765) got weather data from yr.no
                            2020-12-06 09:06:09.723 - info: host.dnkr--mgmt instance system.adapter.yr.0 terminated with code 0 (NO_ERROR)
                            2020-12-06 09:08:29.073 - info: heatingcontrol.0 (642325) CheckWindowOpen4Room nothing to do for Kinderzimmer 1
                            2020-12-06 09:19:00.071 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 started with pid 3187437
                            2020-12-06 09:19:02.212 - info: daswetter.0 (3187437) starting. Version 3.0.4 in /opt/iobroker/node_modules/iobroker.daswetter, node: v12.20.0, js-controller: 3.1.6
                            2020-12-06 09:19:24.331 - info: daswetter.0 (3187437) got wrong data structure! trying to repair...
                            2020-12-06 09:19:30.405 - info: daswetter.0 (3187437) Terminated (NO_ERROR): Without reason
                            2020-12-06 09:19:30.939 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 terminated with code 0 (NO_ERROR)
                            2020-12-06 09:23:32.451 - info: heatingcontrol.0 (642325) set thermostat hm-rpc.2.INT0000004.1.SET_POINT_TEMPERATURE to 19; current is 9
                            2020-12-06 09:23:32.609 - info: heatingcontrol.0 (642325) handle actors Schlafzimmer current 20.2 target 19
                            2020-12-06 09:23:32.610 - info: heatingcontrol.0 (642325) handle actors Kinderzimmer 1 current 20.8 target 20
                            2020-12-06 09:23:32.612 - info: heatingcontrol.0 (642325) handle actors Kinderzimmer 2 current 20.1 target 20
                            2020-12-06 09:23:32.613 - info: heatingcontrol.0 (642325) handle actors Bad current 19.6 target 20
                            2020-12-06 09:23:32.615 - info: heatingcontrol.0 (642325) handle actors HWR current 19.3 target 18
                            2020-12-06 09:23:32.616 - info: heatingcontrol.0 (642325) handle actors Dachzimmer current 20.8 target 20
                            2020-12-06 09:23:32.617 - info: heatingcontrol.0 (642325) handle actors Gaeste WC current 20.1 target 19
                            2020-12-06 09:23:32.618 - info: heatingcontrol.0 (642325) handle actors Flur current 19.5 target 19
                            2020-12-06 09:23:32.620 - info: heatingcontrol.0 (642325) handle actors Wohnzimmer current 20.6 target 20
                            2020-12-06 09:23:32.644 - info: heatingcontrol.0 (642325) 28 cron job(s) created
                            2020-12-06 09:36:00.053 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 started with pid 3208995
                            2020-12-06 09:36:03.179 - info: daswetter.0 (3208995) starting. Version 3.0.4 in /opt/iobroker/node_modules/iobroker.daswetter, node: v12.20.0, js-controller: 3.1.6
                            2020-12-06 09:36:26.040 - info: daswetter.0 (3208995) got wrong data structure! trying to repair...
                            2020-12-06 09:36:31.843 - info: daswetter.0 (3208995) Terminated (NO_ERROR): Without reason
                            2020-12-06 09:36:32.376 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 terminated with code 0 (NO_ERROR)
                            2020-12-06 09:50:55.930 - info: heatingcontrol.0 (642325) CheckWindowOpen4Room nothing to do for HWR
                            2020-12-06 09:53:00.079 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 started with pid 3230723
                            2020-12-06 09:53:03.040 - info: daswetter.0 (3230723) starting. Version 3.0.4 in /opt/iobroker/node_modules/iobroker.daswetter, node: v12.20.0, js-controller: 3.1.6
                            2020-12-06 09:53:24.844 - info: daswetter.0 (3230723) got wrong data structure! trying to repair...
                            2020-12-06 09:53:31.176 - info: daswetter.0 (3230723) Terminated (NO_ERROR): Without reason
                            2020-12-06 09:53:31.713 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 terminated with code 0 (NO_ERROR)
                            2020-12-06 10:00:00.598 - info: heatingcontrol.0 (642325) set thermostat hm-rpc.0.HEQ0509687.2.SETPOINT to 19; current is 20
                            2020-12-06 10:00:01.364 - info: heatingcontrol.0 (642325) handle actors Schlafzimmer current 20.1 target 19
                            2020-12-06 10:00:01.366 - info: heatingcontrol.0 (642325) handle actors Kinderzimmer 1 current 20.5 target 20
                            2020-12-06 10:00:01.367 - info: heatingcontrol.0 (642325) handle actors Kinderzimmer 2 current 20.1 target 20
                            2020-12-06 10:00:01.369 - info: heatingcontrol.0 (642325) handle actors Bad current 19.6 target 19
                            2020-12-06 10:00:01.370 - info: heatingcontrol.0 (642325) handle actors HWR current 19.2 target 18
                            2020-12-06 10:00:01.371 - info: heatingcontrol.0 (642325) handle actors Dachzimmer current 20.5 target 20
                            2020-12-06 10:00:01.372 - info: heatingcontrol.0 (642325) handle actors Gaeste WC current 19.7 target 19
                            2020-12-06 10:00:01.374 - info: heatingcontrol.0 (642325) handle actors Flur current 19.5 target 19
                            2020-12-06 10:00:01.375 - info: heatingcontrol.0 (642325) handle actors Wohnzimmer current 20.6 target 20
                            2020-12-06 10:00:01.400 - info: heatingcontrol.0 (642325) 28 cron job(s) created
                            2020-12-06 10:01:34.529 - info: heatingcontrol.0 (642325) CheckWindowOpen4Room nothing to do for Kinderzimmer 1
                            2020-12-06 10:02:00.120 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 started with pid 3242074
                            2020-12-06 10:02:02.189 - info: daswetter.0 (3242074) starting. Version 3.0.4 in /opt/iobroker/node_modules/iobroker.daswetter, node: v12.20.0, js-controller: 3.1.6
                            2020-12-06 10:02:19.263 - info: daswetter.0 (3242074) got wrong data structure! trying to repair...
                            2020-12-06 10:02:25.086 - info: daswetter.0 (3242074) Terminated (NO_ERROR): Without reason
                            2020-12-06 10:02:25.609 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 terminated with code 0 (NO_ERROR)
                            2020-12-06 10:06:00.053 - info: host.dnkr--mgmt instance system.adapter.yr.0 started with pid 3247188
                            2020-12-06 10:06:01.960 - info: yr.0 (3247188) starting. Version 2.0.3 in /opt/iobroker/node_modules/iobroker.yr, node: v12.20.0, js-controller: 3.1.6
                            2020-12-06 10:06:02.132 - info: yr.0 (3247188) got weather data from yr.no
                            2020-12-06 10:06:08.009 - info: host.dnkr--mgmt instance system.adapter.yr.0 terminated with code 0 (NO_ERROR)
                            2020-12-06 10:19:00.078 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 started with pid 3263818
                            2020-12-06 10:19:02.257 - info: daswetter.0 (3263818) starting. Version 3.0.4 in /opt/iobroker/node_modules/iobroker.daswetter, node: v12.20.0, js-controller: 3.1.6
                            2020-12-06 10:19:23.584 - info: daswetter.0 (3263818) got wrong data structure! trying to repair...
                            2020-12-06 10:19:29.320 - info: daswetter.0 (3263818) Terminated (NO_ERROR): Without reason
                            2020-12-06 10:19:29.856 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 terminated with code 0 (NO_ERROR)
                            2020-12-06 10:34:56.403 - info: web.0 (1872739) ==>Connected system.user.admin from ::ffff:192.168.178.99
                            2020-12-06 10:34:56.656 - info: web.0 (1872739) ==>Connected system.user.admin from ::ffff:192.168.178.99
                            2020-12-06 10:35:07.529 - info: web.0 (1872739) ==>Connected system.user.admin from ::ffff:192.168.178.99
                            2020-12-06 10:35:11.615 - info: web.0 (1872739) <==Disconnect system.user.admin from ::ffff:192.168.178.99 flot
                            2020-12-06 10:35:13.584 - info: web.0 (1872739) ==>Connected system.user.admin from ::ffff:192.168.178.99
                            2020-12-06 10:36:00.080 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 started with pid 3285388
                            2020-12-06 10:36:03.299 - info: daswetter.0 (3285388) starting. Version 3.0.4 in /opt/iobroker/node_modules/iobroker.daswetter, node: v12.20.0, js-controller: 3.1.6
                            2020-12-06 10:36:19.568 - info: daswetter.0 (3285388) got wrong data structure! trying to repair...
                            2020-12-06 10:36:25.968 - info: daswetter.0 (3285388) Terminated (NO_ERROR): Without reason
                            2020-12-06 10:36:26.497 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 terminated with code 0 (NO_ERROR)
                            2020-12-06 10:38:30.309 - info: web.0 (1872739) <==Disconnect system.user.admin from ::ffff:192.168.178.99 flot
                            2020-12-06 10:38:30.384 - info: web.0 (1872739) ==>Connected system.user.admin from ::ffff:192.168.178.99
                            2020-12-06 10:38:37.586 - info: web.0 (1872739) <==Disconnect system.user.admin from ::ffff:192.168.178.99 flot
                            2020-12-06 10:38:38.217 - info: web.0 (1872739) ==>Connected system.user.admin from ::ffff:192.168.178.99
                            2020-12-06 10:44:12.162 - info: heatingcontrol.0 (642325) CheckWindowOpen4Room nothing to do for HWR
                            2020-12-06 10:53:00.046 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 started with pid 3307151
                            2020-12-06 10:53:03.233 - info: daswetter.0 (3307151) starting. Version 3.0.4 in /opt/iobroker/node_modules/iobroker.daswetter, node: v12.20.0, js-controller: 3.1.6
                            2020-12-06 10:53:23.713 - info: daswetter.0 (3307151) got wrong data structure! trying to repair...
                            2020-12-06 10:53:30.539 - info: daswetter.0 (3307151) Terminated (NO_ERROR): Without reason
                            2020-12-06 10:53:31.071 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 terminated with code 0 (NO_ERROR)
                            2020-12-06 10:55:19.414 - info: heatingcontrol.0 (642325) CheckWindowOpen4Room nothing to do for Kinderzimmer 1
                            2020-12-06 11:02:00.172 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 started with pid 3318552
                            2020-12-06 11:02:02.751 - info: daswetter.0 (3318552) starting. Version 3.0.4 in /opt/iobroker/node_modules/iobroker.daswetter, node: v12.20.0, js-controller: 3.1.6
                            2020-12-06 11:02:26.984 - info: daswetter.0 (3318552) got wrong data structure! trying to repair...
                            2020-12-06 11:02:33.201 - info: daswetter.0 (3318552) Terminated (NO_ERROR): Without reason
                            2020-12-06 11:02:33.725 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 terminated with code 0 (NO_ERROR)
                            2020-12-06 11:06:00.040 - info: host.dnkr--mgmt instance system.adapter.yr.0 started with pid 3323665
                            2020-12-06 11:06:02.174 - info: yr.0 (3323665) starting. Version 2.0.3 in /opt/iobroker/node_modules/iobroker.yr, node: v12.20.0, js-controller: 3.1.6
                            2020-12-06 11:06:02.327 - info: yr.0 (3323665) got weather data from yr.no
                            2020-12-06 11:06:08.442 - info: host.dnkr--mgmt instance system.adapter.yr.0 terminated with code 0 (NO_ERROR)
                            2020-12-06 11:19:00.130 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 started with pid 3340321
                            2020-12-06 11:19:04.720 - info: daswetter.0 (3340321) starting. Version 3.0.4 in /opt/iobroker/node_modules/iobroker.daswetter, node: v12.20.0, js-controller: 3.1.6
                            2020-12-06 11:19:29.198 - info: daswetter.0 (3340321) got wrong data structure! trying to repair...
                            2020-12-06 11:19:35.459 - info: daswetter.0 (3340321) Terminated (NO_ERROR): Without reason
                            2020-12-06 11:19:35.994 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 terminated with code 0 (NO_ERROR)
                            2020-12-06 11:36:00.120 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 started with pid 3362026
                            2020-12-06 11:36:01.871 - info: daswetter.0 (3362026) starting. Version 3.0.4 in /opt/iobroker/node_modules/iobroker.daswetter, node: v12.20.0, js-controller: 3.1.6
                            2020-12-06 11:36:26.361 - info: daswetter.0 (3362026) got wrong data structure! trying to repair...
                            2020-12-06 11:36:32.559 - info: daswetter.0 (3362026) Terminated (NO_ERROR): Without reason
                            2020-12-06 11:36:33.094 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 terminated with code 0 (NO_ERROR)
                            2020-12-06 11:37:03.490 - info: heatingcontrol.0 (642325) CheckWindowOpen4Room nothing to do for HWR
                            2020-12-06 11:38:26.173 - info: km200.0 (710735) Set km200.0.heatingCircuits.hc1.activeSwitchProgram to 0
                            2020-12-06 11:38:26.255 - info: pushover.0 (642639) Send pushover notification: {"message":"Heizung eingeschaltet. WZ: 1 Kü: 1 Fl: 0 K1: 14.000000000000002 K2: 40 SZ: 0 Bad: 0 DZ: 14.000000000000002 HWR: 0 GKlo:14.000000000000002","title":"ioBroker","priority":"0"}
                            2020-12-06 11:38:28.126 - info: heatingcontrol.0 (642325) CheckWindowOpen4Room nothing to do for Kinderzimmer 1
                            2020-12-06 11:38:28.178 - info: km200.0 (710735) Update {'heatingCircuits.hc1.activeSwitchProgram': {type: 'state',id: 'heatingCircuits.hc1.activeSwitchProgram',common: {id: 'heatingCircuits.hc1.activeSwitchProgram',name: 'heatingCircuits.hc1.activeSwitchProgram',type: 'number',unit: '',read: true,write: true,role: 'level',states: '0:A;1:B',min: 0,max: 1,native: [Object]},native: { km200: [Object] }}}
                            2020-12-06 11:46:51.486 - info: ham.0 (642303) stateChange ham.0.Front-Door-Haustür.Front-Door-Haustür-Doorbell.Programmable-Switch-Event {"val":0,"ack":true,"ts":1607251611457,"q":0,"from":"system.adapter.ham.0","user":"system.user.admin","lc":1606556352329}
                            2020-12-06 11:46:51.511 - info: ham.0 (642303) stateChange ham.0.Front-Door-Haustür.Front-Door-Haustür-DoorbellSwitch.Programmable-Switch-Event {"val":0,"ack":true,"ts":1607251611457,"q":0,"from":"system.adapter.ham.0","user":"system.user.admin","lc":1606556352352}
                            2020-12-06 11:46:51.514 - info: ham.0 (642303) stateChange ham.0.Front-Door-Haustür.Front-Door-Haustür-Doorbell.Programmable-Switch-Event {"val":0,"ack":true,"ts":1607251611457,"q":0,"from":"system.adapter.ham.0","user":"system.user.admin","lc":1606556352329}
                            2020-12-06 11:46:51.515 - info: ham.0 (642303) stateChange ham.0.Front-Door-Haustür.Front-Door-Haustür-DoorbellSwitch.Programmable-Switch-Event {"val":0,"ack":true,"ts":1607251611484,"q":0,"from":"system.adapter.ham.0","user":"system.user.admin","lc":1606556352352}
                            2020-12-06 11:47:13.914 - info: ham.0 (642303) stateChange ham.0.Haustür.Lock.Lock-Current-State {"val":0,"ack":true,"ts":1607251633911,"q":0,"from":"system.adapter.ham.0","user":"system.user.admin","lc":1607251633911}
                            2020-12-06 11:47:13.919 - info: ham.0 (642303) stateChange ham.0.Haustür.Lock.Lock-Target-State {"val":0,"ack":true,"ts":1607251633912,"q":0,"from":"system.adapter.ham.0","user":"system.user.admin","lc":1607251633912}
                            2020-12-06 11:53:00.076 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 started with pid 3383771
                            2020-12-06 11:53:01.504 - info: daswetter.0 (3383771) starting. Version 3.0.4 in /opt/iobroker/node_modules/iobroker.daswetter, node: v12.20.0, js-controller: 3.1.6
                            2020-12-06 11:53:24.281 - info: daswetter.0 (3383771) got wrong data structure! trying to repair...
                            2020-12-06 11:53:30.623 - info: daswetter.0 (3383771) Terminated (NO_ERROR): Without reason
                            2020-12-06 11:53:31.151 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 terminated with code 0 (NO_ERROR)
                            2020-12-06 12:00:01.365 - info: heatingcontrol.0 (642325) handle actors Schlafzimmer current 19.9 target 19
                            
                            2020-12-06 12:00:01.401 - info: heatingcontrol.0 (642325) 28 cron job(s) created
                            2020-12-06 12:02:00.122 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 started with pid 3395158
                            2020-12-06 12:02:03.040 - info: daswetter.0 (3395158) starting. Version 3.0.4 in /opt/iobroker/node_modules/iobroker.daswetter, node: v12.20.0, js-controller: 3.1.6
                            2020-12-06 12:02:26.817 - info: daswetter.0 (3395158) got wrong data structure! trying to repair...
                            2020-12-06 12:02:32.727 - info: daswetter.0 (3395158) Terminated (NO_ERROR): Without reason
                            2020-12-06 12:02:33.254 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 terminated with code 0 (NO_ERROR)
                            2020-12-06 12:03:25.907 - warn: km200.0 (710735) Skip service data of /heatSources/numberOfStarts
                            2020-12-06 12:03:25.909 - info: km200.0 (710735) Update State 11 err: TypeError: Cannot read property 'value' of undefinedat /opt/iobroker/node_modules/iobroker.km200/km200.js:556:35at runMicrotasks ()at processTicksAndRejections (internal/process/task_queues.js:97:5)
                            2020-12-06 12:06:00.110 - info: host.dnkr--mgmt instance system.adapter.yr.0 started with pid 3400248
                            2020-12-06 12:06:01.978 - info: yr.0 (3400248) starting. Version 2.0.3 in /opt/iobroker/node_modules/iobroker.yr, node: v12.20.0, js-controller: 3.1.6
                            2020-12-06 12:06:02.241 - info: yr.0 (3400248) got weather data from yr.no
                            2020-12-06 12:06:09.144 - info: host.dnkr--mgmt instance system.adapter.yr.0 terminated with code 0 (NO_ERROR)
                            2020-12-06 12:07:31.462 - info: ham.0 (642303) stateChange ham.0.Front-Door-Haustür.Front-Door-Haustür-Doorbell.Programmable-Switch-Event {"val":0,"ack":true,"ts":1607252851449,"q":0,"from":"system.adapter.ham.0","user":"system.user.admin","lc":1606556352329}
                            2020-12-06 12:07:31.463 - info: ham.0 (642303) stateChange ham.0.Front-Door-Haustür.Front-Door-Haustür-DoorbellSwitch.Programmable-Switch-Event {"val":0,"ack":true,"ts":1607252851451,"q":0,"from":"system.adapter.ham.0","user":"system.user.admin","lc":1606556352352}
                            2020-12-06 12:07:31.463 - info: ham.0 (642303) stateChange ham.0.Front-Door-Haustür.Front-Door-Haustür-Doorbell.Programmable-Switch-Event {"val":0,"ack":true,"ts":1607252851453,"q":0,"from":"system.adapter.ham.0","user":"system.user.admin","lc":1606556352329}
                            2020-12-06 12:07:31.463 - info: ham.0 (642303) stateChange ham.0.Front-Door-Haustür.Front-Door-Haustür-DoorbellSwitch.Programmable-Switch-Event {"val":0,"ack":true,"ts":1607252851455,"q":0,"from":"system.adapter.ham.0","user":"system.user.admin","lc":1606556352352}
                            2020-12-06 12:14:31.855 - info: fritzbox.0 (642289) data from 192.168.178.1: 06.12.20 12:14:31;RING;0;024085996183;4937439;SIP0;
                            2020-12-06 12:14:39.143 - info: fritzbox.0 (642289) data from 192.168.178.1: 06.12.20 12:14:39;CONNECT;0;1;024085996183;
                            2020-12-06 12:19:00.104 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 started with pid 3416918
                            2020-12-06 12:19:02.110 - info: daswetter.0 (3416918) starting. Version 3.0.4 in /opt/iobroker/node_modules/iobroker.daswetter, node: v12.20.0, js-controller: 3.1.6
                            2020-12-06 12:19:23.321 - info: daswetter.0 (3416918) got wrong data structure! trying to repair...
                            2020-12-06 12:19:29.783 - info: daswetter.0 (3416918) Terminated (NO_ERROR): Without reason
                            2020-12-06 12:19:30.319 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 terminated with code 0 (NO_ERROR)
                            2020-12-06 12:30:06.725 - info: heatingcontrol.0 (642325) CheckWindowOpen4Room nothing to do for HWR
                            2020-12-06 12:31:18.117 - info: heatingcontrol.0 (642325) CheckWindowOpen4Room nothing to do for Kinderzimmer 1
                            2020-12-06 12:36:00.069 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 started with pid 3438517
                            2020-12-06 12:36:02.153 - info: daswetter.0 (3438517) starting. Version 3.0.4 in /opt/iobroker/node_modules/iobroker.daswetter, node: v12.20.0, js-controller: 3.1.6
                            2020-12-06 12:36:22.780 - info: daswetter.0 (3438517) got wrong data structure! trying to repair...
                            2020-12-06 12:36:27.914 - info: daswetter.0 (3438517) Terminated (NO_ERROR): Without reason
                            2020-12-06 12:36:28.451 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 terminated with code 0 (NO_ERROR)
                            2020-12-06 12:53:00.133 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 started with pid 3460259
                            2020-12-06 12:53:03.383 - info: daswetter.0 (3460259) starting. Version 3.0.4 in /opt/iobroker/node_modules/iobroker.daswetter, node: v12.20.0, js-controller: 3.1.6
                            2020-12-06 12:53:26.533 - info: daswetter.0 (3460259) got wrong data structure! trying to repair...
                            2020-12-06 12:53:32.181 - info: daswetter.0 (3460259) Terminated (NO_ERROR): Without reason
                            2020-12-06 12:53:32.708 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 terminated with code 0 (NO_ERROR)
                            2020-12-06 12:58:09.248 - info: heatingcontrol.0 (642325) CheckWindowOpen4Room nothing to do for HWR
                            2020-12-06 13:02:00.119 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 started with pid 3471646
                            2020-12-06 13:02:02.274 - info: daswetter.0 (3471646) starting. Version 3.0.4 in /opt/iobroker/node_modules/iobroker.daswetter, node: v12.20.0, js-controller: 3.1.6
                            2020-12-06 13:02:24.303 - info: daswetter.0 (3471646) got wrong data structure! trying to repair...
                            2020-12-06 13:02:30.663 - info: daswetter.0 (3471646) Terminated (NO_ERROR): Without reason
                            2020-12-06 13:02:31.191 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 terminated with code 0 (NO_ERROR)
                            2020-12-06 13:06:00.049 - info: host.dnkr--mgmt instance system.adapter.yr.0 started with pid 3476740
                            2020-12-06 13:06:03.286 - info: yr.0 (3476740) starting. Version 2.0.3 in /opt/iobroker/node_modules/iobroker.yr, node: v12.20.0, js-controller: 3.1.6
                            2020-12-06 13:06:03.453 - info: yr.0 (3476740) got weather data from yr.no
                            2020-12-06 13:06:08.658 - info: host.dnkr--mgmt instance system.adapter.yr.0 terminated with code 0 (NO_ERROR)
                            2020-12-06 13:15:53.474 - info: fritzbox.0 (642289) data from 192.168.178.1: 06.12.20 13:15:53;DISCONNECT;0;3675;
                            2020-12-06 13:19:00.047 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 started with pid 3493401
                            2020-12-06 13:19:02.981 - info: daswetter.0 (3493401) starting. Version 3.0.4 in /opt/iobroker/node_modules/iobroker.daswetter, node: v12.20.0, js-controller: 3.1.6
                            2020-12-06 13:19:24.553 - info: daswetter.0 (3493401) got wrong data structure! trying to repair...
                            2020-12-06 13:19:31.737 - info: daswetter.0 (3493401) Terminated (NO_ERROR): Without reason
                            2020-12-06 13:19:32.282 - info: host.dnkr--mgmt instance system.adapter.daswetter.0 terminated with code 0 (NO_ERROR)
                            2020-12-06 13:19:40.366 - info: heatingcontrol.0 (642325) CheckWindowOpen4Room nothing to do for Wohnzimmer
                            2020-12-06 13:28:15.523 - info: heatingcontrol.0 (642325) CheckWindowOpen4Room nothing to do for Wohnzimmer
                            
                            
                            P Rene_HM 2 Replies Last reply Reply Quote 0
                            • M
                              mrMuppet @Rene_HM last edited by

                              @Rene_HM Ich sehe gerade, dass das Thermostat auf Auto steht! Kann das die Ursache sein? Habe dort nach meinem Wissen keine Heizpläne hinterlegt. Aber arbeitet die Automatik dann gegen den HeatingControl-Adapter?

                              1 Reply Last reply Reply Quote 0
                              • P
                                Pittini Developer @mrMuppet last edited by

                                @mrMuppet sagte in Test Adapter HeatingControl v1.0.x:

                                Mir ist jetzt gerade keine Lösung eingefallen, wie ich das Log effizient kürze.

                                Inked2020-12-06 13_40_40-logs - ioBroker_LI.jpg

                                M 1 Reply Last reply Reply Quote 0
                                • M
                                  mrMuppet @Pittini last edited by

                                  @Pittini Leider tauchen bei mir in dem Log dann nur Einträge ab 08:58 Uhr auf. Die davor finde ich für wenn ich "log herunterladen" verwende.

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

                                    @mrMuppet sagte in Test Adapter HeatingControl v1.0.x:

                                    Es geht um den Raum Schlafzimmer

                                    Schau einfach mal selbst: Nach 0:00 Uhr finde ich nur einmal das log

                                    info: heatingcontrol.0 (642325) set thermostat hm-rpc.2.INT0000006.1.SET_POINT_TEMPERATURE to 18; current is 17
                                    

                                    Danach kommt es erst wieder um 5:00Uhr (aber für andere Geräte). Das heisst, der Adapter schaltet um 0:00Uhr auf 18°C, und dann macht er nichts mehr.
                                    Der Auto-Modus der Thermostate sollte in jedem Fall ausgeschaltet sein.

                                    M 1 Reply Last reply Reply Quote 0
                                    • M
                                      mrMuppet @Rene_HM last edited by

                                      @Rene_HM ok. Dann mache ich heute Nacht noch mal einen Testlauf Im Manu-Modus. Mal sehen was sich da tut. Ich hatte lange einen Script laufen bei dem der Modus egal war. Deshalb hab ich da gar nicht drüber nach gedacht.

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

                                        Hallo zusammen,

                                        wie bekomme ich denn am besten die Datenpunkte von nicht vorhandenen Fenster Sensoren weg?
                                        Ich benutze die Visualisierung für den HeatingControl Adapter und es werden mir alle Räume angezeigt, auch die wo kein Sensor ist.

                                        Sobald man Sensoren aktiviert, scheint jeder Raum den Datenpunkt zu bekommen, egal ob er Sensoren hat oder nicht.

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

                                          @FuXXz2 das habe ich bereits auf der todo-Liste für die 2.x...

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

                                            @Rene_HM Super, Danke

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            963
                                            Online

                                            31.6k
                                            Users

                                            79.4k
                                            Topics

                                            1.3m
                                            Posts

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