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

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo
  1. ioBroker Community Home
  2. Deutsch
  3. Tester
  4. Test Adapter HeatingControl v2.12.x

NEWS

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

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

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

Test Adapter HeatingControl v2.12.x

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

    @CKMartens
    Das Problem habe ich auch.
    Mit folgendem Workaround klappt es aber bei mir:

    • Änderungen in den Geräteeinstellungen vornehmen
    • irgendeine Änderung in den Instanzeinstellungen machen und wieder zurrücknehmen ( z Bsp die "aktiv" Option.
    • Dan kann man unten auf "speichern" oder "speichern und schliessen" klicken und auch die Geräteinstallungen werden abgespeichert
    CKMartensC Offline
    CKMartensC Offline
    CKMartens
    schrieb am zuletzt editiert von
    #199

    @holgerwolf sagte in Adapter: HeatingControl:

    @CKMartens
    Das Problem habe ich auch.
    Mit folgendem Workaround klappt es aber bei mir:

    • Dan kann man unten auf "speichern" oder "speichern und schliessen" klicken und auch die Geräteinstallungen werden abgespeichert

    Das hatte ich schon probiert und hat auch nicht geholfen. Sobald das Formular zur Eingabe der OIDs der Thermostate mit "OK" geschlossen wurde, wurden die Daten nicht übernommen. Wenn ich dann gleich danach das Formular wieder geöffnet habe, war es schon wieder leer.

    1 Antwort Letzte Antwort
    0
    • CKMartensC CKMartens

      @Leviathan09 sagte in Adapter: HeatingControl:

      Wenn ich nun z.B. unter Wohnzimmer auf "Edit" gehe und das Thermostat mit IST und SOLL Datenpunkt angebe, auf Aktiv setze und dann mit Ok bestätige, wird es nicht gespeichert.

      Das Problem hatte ich gestern auch. Bei mir hat dann nur geholfen den Adapter zu deinstallieren und wieder neu zu installieren. Musste allerdings alles wieder neu eingeben werden.
      Sehr seltsames Verhalten

      L Offline
      L Offline
      Leviathan09
      schrieb am zuletzt editiert von Leviathan09
      #200

      @CKMartens hat funktioniert mit der Neuinstallation des Adapters

      Der Ansatz von @holgerwolf hat bei mir nämlich leider auch nicht funktioniert

      1 Antwort Letzte Antwort
      0
      • Rene_HMR Offline
        Rene_HMR Offline
        Rene_HM
        Developer
        schrieb am zuletzt editiert von
        #201

        Habe eben im github ein update hochgeladen, welches das manuelle Setzen einer Temperatur für eine gewisse Zeit erlaubt. Version ist immer noch 0.3.0...
        Es sind zwei Datenpunkte pro Raum hinzugekommen:
        Bild.PNG

        • TemperaturOverride ist die zu setzende Temperatur. Wenn 0 steht, ist der Modus nicht aktiv.
        • TemperaturOverrideTime ist die Dauer in hh:mm, wie lange der Modus aktiv sein soll.
          Die Dauer ist unabhängig von den anderen Profil-Parametern, d.h. falls während des Override eine neue Profilperiode gesetzt werden sollte, wird dies ignoriert und erst nach Ablauf der OverrideTime gesetzt

        Als nächstes kümmere ich mich jetzt um die Speicher- / Update-Probleme...

        CKMartensC 1 Antwort Letzte Antwort
        1
        • L Offline
          L Offline
          Leviathan09
          schrieb am zuletzt editiert von
          #202

          Ich habe nun seit gestern den Adapter am laufen und meine Einstellungen bzgl. Temp und Uhrzeiten gemacht.
          Aktuell ist "CurrentProfile" auf 1
          Wenn ich dort dann aber auf das Profil "0" wechseln möchte geht das nicht.
          Habe ich da einen Denkfehler? Warum gibt es das Profil 0 wenn man dieses nicht auswählen kann?

          Oder ist diese Periode dann aktiv wenn man "HeatingPeriodActive" auf false setzt?

          N 1 Antwort Letzte Antwort
          0
          • L Leviathan09

            Ich habe nun seit gestern den Adapter am laufen und meine Einstellungen bzgl. Temp und Uhrzeiten gemacht.
            Aktuell ist "CurrentProfile" auf 1
            Wenn ich dort dann aber auf das Profil "0" wechseln möchte geht das nicht.
            Habe ich da einen Denkfehler? Warum gibt es das Profil 0 wenn man dieses nicht auswählen kann?

            Oder ist diese Periode dann aktiv wenn man "HeatingPeriodActive" auf false setzt?

            N Offline
            N Offline
            nocci
            schrieb am zuletzt editiert von
            #203

            @Leviathan09 Wenn ich das richtig verstanden habe ist die Logik da ein wenig anders.

            "Current Profil" = 1 = Profil 0 in den "Profiles"
            "Current Profil" = 2 = Profil 1 in den "Profiles"

            Hatte mich auch anfangs ein wenig gewundert.. aber so geht es.

            L Rene_HMR 2 Antworten Letzte Antwort
            0
            • N nocci

              @Leviathan09 Wenn ich das richtig verstanden habe ist die Logik da ein wenig anders.

              "Current Profil" = 1 = Profil 0 in den "Profiles"
              "Current Profil" = 2 = Profil 1 in den "Profiles"

              Hatte mich auch anfangs ein wenig gewundert.. aber so geht es.

              L Offline
              L Offline
              Leviathan09
              schrieb am zuletzt editiert von
              #204

              @nocci ja, stimmt...jetzt wo ich da auch nochmal drüber geschaut habe wird es klar.

              Bei 4 Profilen gibt es 0,1,2,3

              1 Antwort Letzte Antwort
              0
              • N nocci

                @Leviathan09 Wenn ich das richtig verstanden habe ist die Logik da ein wenig anders.

                "Current Profil" = 1 = Profil 0 in den "Profiles"
                "Current Profil" = 2 = Profil 1 in den "Profiles"

                Hatte mich auch anfangs ein wenig gewundert.. aber so geht es.

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

                @nocci sagte in Adapter: HeatingControl:

                Wenn ich das richtig verstanden habe ist die Logik da ein wenig anders.

                "Current Profil" = 1 = Profil 0 in den "Profiles"
                "Current Profil" = 2 = Profil 1 in den "Profiles"

                genau so ist es. Eigentlich wollte ich Profil 0 vermeiden, weil man ja normalerweise von 1 zählt. Bei der Benennung der Datenpunkten habe ich die Umrechnung vergessen, und jetzt will ich nicht mehr ändern, da diese Änderung nicht kompatibel zu den aktuellen Einstellungen wäre... Wahrscheinlich wäre es am einfachsten, ich ändere CurrentProfil so, dass man dort auch mit 0 beginnt...

                CKMartensC 1 Antwort Letzte Antwort
                0
                • Rene_HMR Rene_HM

                  @nocci sagte in Adapter: HeatingControl:

                  Wenn ich das richtig verstanden habe ist die Logik da ein wenig anders.

                  "Current Profil" = 1 = Profil 0 in den "Profiles"
                  "Current Profil" = 2 = Profil 1 in den "Profiles"

                  genau so ist es. Eigentlich wollte ich Profil 0 vermeiden, weil man ja normalerweise von 1 zählt. Bei der Benennung der Datenpunkten habe ich die Umrechnung vergessen, und jetzt will ich nicht mehr ändern, da diese Änderung nicht kompatibel zu den aktuellen Einstellungen wäre... Wahrscheinlich wäre es am einfachsten, ich ändere CurrentProfil so, dass man dort auch mit 0 beginnt...

                  CKMartensC Offline
                  CKMartensC Offline
                  CKMartens
                  schrieb am zuletzt editiert von
                  #206

                  @Rene_HM sagte in Adapter: HeatingControl:

                  Wahrscheinlich wäre es am einfachsten, ich ändere CurrentProfil so, dass man dort auch mit 0 beginnt...

                  Das hat mir am Anfang auch Kopfschmerzen bereitet bis ich mir deinen Code angesehen habe und es begriffen hatte wie du es meinst. 🙄

                  Ist halt wirklich verwirrend wenn im DP Profil0 steht und zum aktivieren eine 1 eingeben werden muss.

                  1 Antwort Letzte Antwort
                  0
                  • Rene_HMR Rene_HM

                    Habe eben im github ein update hochgeladen, welches das manuelle Setzen einer Temperatur für eine gewisse Zeit erlaubt. Version ist immer noch 0.3.0...
                    Es sind zwei Datenpunkte pro Raum hinzugekommen:
                    Bild.PNG

                    • TemperaturOverride ist die zu setzende Temperatur. Wenn 0 steht, ist der Modus nicht aktiv.
                    • TemperaturOverrideTime ist die Dauer in hh:mm, wie lange der Modus aktiv sein soll.
                      Die Dauer ist unabhängig von den anderen Profil-Parametern, d.h. falls während des Override eine neue Profilperiode gesetzt werden sollte, wird dies ignoriert und erst nach Ablauf der OverrideTime gesetzt

                    Als nächstes kümmere ich mich jetzt um die Speicher- / Update-Probleme...

                    CKMartensC Offline
                    CKMartensC Offline
                    CKMartens
                    schrieb am zuletzt editiert von
                    #207

                    @Rene_HM sagte in Adapter: HeatingControl:

                    Habe eben im github ein update hochgeladen, welches das manuelle Setzen einer Temperatur für eine gewisse Zeit erlaubt. Version ist immer noch 0.3.0...

                    DANKE.... Das ist eine Funktion die ich mir für die Erhöhung des WAF brauche 😁

                    Dankeschön für deine Mühe und Arbeit!

                    1 Antwort Letzte Antwort
                    0
                    • coyoteC Offline
                      coyoteC Offline
                      coyote
                      Most Active
                      schrieb am zuletzt editiert von coyote
                      #208

                      @Rene_HM oder auch alle anderen. Hab etwas Probleme mit dem Adapter.
                      Gestern das Ding mal eingerichtet und gestartet, nach einiger Zeit schnellt mein DutyCycle nach oben (normal <5%, nach Adapter starten irgendwann über 78%)
                      Es kommt dann folgender Fehler, was wohl an der Erreichbarkeit der Teilnehmer wegen des hohen DutyCycle liegt:

                      2019-10-08 02:51:01.099  - error: hm-rpc.0 (30015) xmlrpc -> setValue ["4","SET_TEMPERATURE",19] FLOAT
                      2019-10-08 02:51:01.100  - error: hm-rpc.0 (30015) Error: XML-RPC fault: Failure
                      2019-10-08 02:51:01.124  - error: hm-rpc.0 (30015) xmlrpc -> setValue ["2","SET_TEMPERATURE",19] FLOAT
                      2019-10-08 02:51:01.124  - error: hm-rpc.0 (30015) Error: XML-RPC fault: Failure
                      

                      Hier mal meine Konfiguration und das Log vom start des Adapters, bis zum stoppen, vllt hab ich da ja ein Fehler drin. Übrigens läuft momentan noch das Heizungsscript und das ohne diese Problem.
                      In der Wohnung sind es nur 2 HKT's und ein Raumthermostat, aber eben viele Sensoren. Es besteht untereinander keine Direktverknüpfung der Geräte.
                      Müssen alle Thermostate in Manuell oder Automatik stehen? Oder egal?

                      Thermostate.JPG Sensoren.JPG Profiles2.JPG Profiles.JPG

                      heatingLOG.txt

                      Dann habe ich jetzt Badezimmer und Wohnung konfiguriert, wie gehe ich denn am Besten vor, wenn ich jetzt für Badezimmer nur 2 Perioden benötige und für Wohnung 5 Perioden? Das kann ich ja nicht unabhängig einstellen im Adapter.

                      EDIT: Habe mir das LOG gerade nochmal angesehen. Kann es sein dass es an der Anwesenheitssteuerung liegt? Sieht aus als würde die im Minutentakt gecheckt und somit auch immer wieder die Temperaturen auf die Thermostate geschickt.

                      Rene_HMR 1 Antwort Letzte Antwort
                      0
                      • coyoteC coyote

                        @Rene_HM oder auch alle anderen. Hab etwas Probleme mit dem Adapter.
                        Gestern das Ding mal eingerichtet und gestartet, nach einiger Zeit schnellt mein DutyCycle nach oben (normal <5%, nach Adapter starten irgendwann über 78%)
                        Es kommt dann folgender Fehler, was wohl an der Erreichbarkeit der Teilnehmer wegen des hohen DutyCycle liegt:

                        2019-10-08 02:51:01.099  - error: hm-rpc.0 (30015) xmlrpc -> setValue ["4","SET_TEMPERATURE",19] FLOAT
                        2019-10-08 02:51:01.100  - error: hm-rpc.0 (30015) Error: XML-RPC fault: Failure
                        2019-10-08 02:51:01.124  - error: hm-rpc.0 (30015) xmlrpc -> setValue ["2","SET_TEMPERATURE",19] FLOAT
                        2019-10-08 02:51:01.124  - error: hm-rpc.0 (30015) Error: XML-RPC fault: Failure
                        

                        Hier mal meine Konfiguration und das Log vom start des Adapters, bis zum stoppen, vllt hab ich da ja ein Fehler drin. Übrigens läuft momentan noch das Heizungsscript und das ohne diese Problem.
                        In der Wohnung sind es nur 2 HKT's und ein Raumthermostat, aber eben viele Sensoren. Es besteht untereinander keine Direktverknüpfung der Geräte.
                        Müssen alle Thermostate in Manuell oder Automatik stehen? Oder egal?

                        Thermostate.JPG Sensoren.JPG Profiles2.JPG Profiles.JPG

                        heatingLOG.txt

                        Dann habe ich jetzt Badezimmer und Wohnung konfiguriert, wie gehe ich denn am Besten vor, wenn ich jetzt für Badezimmer nur 2 Perioden benötige und für Wohnung 5 Perioden? Das kann ich ja nicht unabhängig einstellen im Adapter.

                        EDIT: Habe mir das LOG gerade nochmal angesehen. Kann es sein dass es an der Anwesenheitssteuerung liegt? Sieht aus als würde die im Minutentakt gecheckt und somit auch immer wieder die Temperaturen auf die Thermostate geschickt.

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

                        @coyote sagte in Adapter: HeatingControl:

                        Habe mir das LOG gerade nochmal angesehen. Kann es sein dass es an der Anwesenheitssteuerung liegt? Sieht aus als würde die im Minutentakt gecheckt und somit auch immer wieder die Temperaturen auf die Thermostate geschickt.

                        Ja, aber anscheinend schreibt das script die Werte regelmässig und nicht nur bei Änderung. Der Adapter reagiert nur darauf...

                        coyoteC 1 Antwort Letzte Antwort
                        0
                        • Rene_HMR Rene_HM

                          @coyote sagte in Adapter: HeatingControl:

                          Habe mir das LOG gerade nochmal angesehen. Kann es sein dass es an der Anwesenheitssteuerung liegt? Sieht aus als würde die im Minutentakt gecheckt und somit auch immer wieder die Temperaturen auf die Thermostate geschickt.

                          Ja, aber anscheinend schreibt das script die Werte regelmässig und nicht nur bei Änderung. Der Adapter reagiert nur darauf...

                          coyoteC Offline
                          coyoteC Offline
                          coyote
                          Most Active
                          schrieb am zuletzt editiert von
                          #210

                          @Rene_HM ok, heißt wenn die Anwesenheitsvariable sich alle Minuten aktualisiert, schickt der Adapter auch die Temperaturwerte neu an die Thermostate?!
                          Schau ich mir an bzw. teste mal ohne.
                          Aber sonst sollte meine config passen?
                          Wie löse ich das am einfachsten mit den Perioden, wenn ich bei einem Raum nur 2, bei dem anderen Raum 5 benötige? Trage ich Datenpunkte(Zeiten) doppelt ein? Lösche ich die DPs einfach? Oder wie am besten?

                          Rene_HMR 1 Antwort Letzte Antwort
                          0
                          • coyoteC coyote

                            @Rene_HM ok, heißt wenn die Anwesenheitsvariable sich alle Minuten aktualisiert, schickt der Adapter auch die Temperaturwerte neu an die Thermostate?!
                            Schau ich mir an bzw. teste mal ohne.
                            Aber sonst sollte meine config passen?
                            Wie löse ich das am einfachsten mit den Perioden, wenn ich bei einem Raum nur 2, bei dem anderen Raum 5 benötige? Trage ich Datenpunkte(Zeiten) doppelt ein? Lösche ich die DPs einfach? Oder wie am besten?

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

                            @coyote sagte in Adapter: HeatingControl:

                            heißt wenn die Anwesenheitsvariable sich alle Minuten aktualisiert, schickt der Adapter auch die Temperaturwerte neu an die Thermostate?!

                            ja, da ich nicht auf Änderung prüfe

                            Aber sonst sollte meine config passen?

                            Mich wundern die vielen Sensoren in einem Raum... Die drei Thermostate erhalten dann immer die gleiche Zieltemperatur, und wenn einer der Sensoren "offen" meldet, werden alle drei Thermostate eine reduzierte Zieltemperatur erhalten

                            Wie löse ich das am einfachsten mit den Perioden, wenn ich bei einem Raum nur 2, bei dem anderen Raum 5 benötige? Trage ich Datenpunkte(Zeiten) doppelt ein? Lösche ich die DPs einfach? Oder wie am besten?

                            Du kannst Zeiten einfach doppelt verwenden. Dann muss aber Zeit und Zieltemperatur gleich sein. Oder alternativ nimmst du zwei Instanzen vom Adapter..

                            coyoteC 1 Antwort Letzte Antwort
                            0
                            • Rene_HMR Rene_HM

                              @coyote sagte in Adapter: HeatingControl:

                              heißt wenn die Anwesenheitsvariable sich alle Minuten aktualisiert, schickt der Adapter auch die Temperaturwerte neu an die Thermostate?!

                              ja, da ich nicht auf Änderung prüfe

                              Aber sonst sollte meine config passen?

                              Mich wundern die vielen Sensoren in einem Raum... Die drei Thermostate erhalten dann immer die gleiche Zieltemperatur, und wenn einer der Sensoren "offen" meldet, werden alle drei Thermostate eine reduzierte Zieltemperatur erhalten

                              Wie löse ich das am einfachsten mit den Perioden, wenn ich bei einem Raum nur 2, bei dem anderen Raum 5 benötige? Trage ich Datenpunkte(Zeiten) doppelt ein? Lösche ich die DPs einfach? Oder wie am besten?

                              Du kannst Zeiten einfach doppelt verwenden. Dann muss aber Zeit und Zieltemperatur gleich sein. Oder alternativ nimmst du zwei Instanzen vom Adapter..

                              coyoteC Offline
                              coyoteC Offline
                              coyote
                              Most Active
                              schrieb am zuletzt editiert von
                              #212

                              @Rene_HM sagte in Adapter: HeatingControl:

                              Mich wundern die vielen Sensoren in einem Raum... Die drei Thermostate erhalten dann immer die gleiche Zieltemperatur, und wenn einer der Sensoren "offen" meldet, werden alle drei Thermostate eine reduzierte Zieltemperatur erhalten

                              Das ist korrekt so, ich habe viele Sensoren und die Wohnung im OG ist halt komplett offen 😉 Es sind aber nur 2 Heizkörper und ein Raumthermostat.

                              So, Anwensenheitserkennung hab ich gerade angeschaut, wird tatsächlich jede Minute getriggert. Bringt mir dann so natürlich nix, dann muss ich das ändern, dass nur bei Änderung getriggert wird, sonst schießt mir wieder der DutyCycle durch die Decke.
                              Gut, wenn ich das noch in den Griff bekomme, sollte es dann eigentlich laufen. Danke für den Adapter👍

                              1 Antwort Letzte Antwort
                              0
                              • Rene_HMR Rene_HM

                                @maarten ich habe mir das log angeschaut. Das passt soweit.
                                Was mich wundert:

                                • im Raum 1OG_Schlafzimmer hast du kein Thermostat konfiguriert?
                                • im Raum 2OG_Schlafzimmer finde ich das log
                                  info: heatingcontrol.0 room 2OG_Schlafzimmer Thermostat hm-rpc.1.000E570999A890.1.ACTUAL_TEMPERATURE set to 18

                                Actual_Temperature sollte als Ziel-Temp nicht vorkommen

                                • aber: alle Werte, die du auf die Geräte schreiben möchtest, werden nicht akzeptiert. Deshalb: zeige mir mal die Konfiguration eines Thermostats (speziell den zweiten Teil der OID, das ist in dem oben gezeigten Bild abgeschnitten... Ich denke, die Konfiguration der Datenpunkte passt nicht...
                                M Offline
                                M Offline
                                maarten
                                schrieb am zuletzt editiert von
                                #213

                                @Rene_HM

                                Vielen Dank für deine Antwort.

                                • Im Raum 1OG habe ich zurzeit keinen aktiven Regler, da der Heizkörper in Wartung ist. Ich hatte deshalb die Thermostate und Sensoren auf nicht aktiv gesetzt. Habe dies nun geändert und den ganzen Raum deaktiviert
                                • Du hast recht der eine OID Zielwert war falsch. Komischerweise stand unter OID Zielwert die richtige Adresse drin aber unter Thermostat (erste Spalte) war die Actual Temperatur Variable noch hinterlegt. Mir ist hier folgendes aufgefallen: Wenn ich zuerst die OID Variable "Aktueller Wert" eingebe und danach "Zielwert", schreib es mir in die erste Spalte "Thermostat" die Adresse des OID "Zielwert rein. Sobald ich aber umgekehrt (zuerst "Zielwert" und danach "Aktueller Wert") eingebe wird unter "Thermostat" die Adresse des Raumfühlers eingepflegt.

                                Bildschirmfoto 2019-10-09 um 21.55.31.png

                                OID aktueller wert
                                Bildschirmfoto 2019-10-09 um 22.32.08.png

                                OID Zielwert
                                Bildschirmfoto 2019-10-09 um 22.33.08.png
                                Die Fehlermeldungen sind nun nach Neustart der HM und HeatingControl Adapter leider immer noch vorhanden. Ich habe nun auch die HM Adapter auf Debug Stufe gesetzt und einen Ausschnitt des Logs findest du hier:
                                P.S. hier sind alle OID richtig eingetragen, ich habe alle soweit kontrolliert.


                                2019-10-09 22:18:40.658 - info: heatingcontrol.0 room 2OG_Bad Thermostat 2OG_Bad_Heizung_11_Kanal4.SET_TEMPERATURE set to 22
                                2019-10-09 22:18:40.658 - debug: heatingcontrol.0 ### 22.0 0 0 0 0 0
                                2019-10-09 22:18:40.658 - info: heatingcontrol.0 room 2OG_Bad Thermostat 2OG_Bad_Heizung_11_Kanal4.SET_TEMPERATURE set to 22
                                2019-10-09 22:18:40.658 - debug: heatingcontrol.0 ### 22.0 0 0 0 0 0
                                2019-10-09 22:18:40.658 - info: heatingcontrol.0 room 2OG_Bad Thermostat 2OG_Bad_Heizung_11_Kanal4.SET_TEMPERATURE set to 22
                                2019-10-09 22:18:40.658 - debug: heatingcontrol.0 ### 22.0 0 0 0 0 0
                                2019-10-09 22:18:40.658 - info: heatingcontrol.0 room 2OG_Bad Thermostat 2OG_Bad_Heizung_11_Kanal4.SET_TEMPERATURE set to 22
                                2019-10-09 22:18:40.658 - debug: heatingcontrol.0 ### 22.0 0 0 0 0 0
                                2019-10-09 22:18:40.658 - info: heatingcontrol.0 room 2OG_Bad Thermostat 2OG_Bad_Heizung_11_Kanal4.SET_TEMPERATURE set to 22
                                2019-10-09 22:18:40.658 - debug: heatingcontrol.0 ### 22.0 0 0 0 0 0
                                2019-10-09 22:18:40.658 - info: heatingcontrol.0 room 2OG_Bad Thermostat 2OG_Bad_Heizung_11_Kanal4.SET_TEMPERATURE set to 22
                                2019-10-09 22:18:40.673 - debug: heatingcontrol.0 ### 22.0 0 0 0 0 0
                                2019-10-09 22:18:40.673 - info: heatingcontrol.0 room 2OG_Bad Thermostat 2OG_Bad_Heizung_11_Kanal4.SET_TEMPERATURE set to 22
                                2019-10-09 22:18:40.673 - debug: heatingcontrol.0 ### 22.0 0 0 0 0 0
                                2019-10-09 22:18:40.673 - info: heatingcontrol.0 room 2OG_Bad Thermostat 2OG_Bad_Heizung_11_Kanal4.SET_TEMPERATURE set to 22
                                2019-10-09 22:18:40.673 - debug: heatingcontrol.0 ### 22.0 0 0 0 0 0
                                2019-10-09 22:18:40.673 - info: heatingcontrol.0 room 2OG_Bad Thermostat 2OG_Bad_Heizung_11_Kanal4.SET_TEMPERATURE set to 22
                                2019-10-09 22:18:40.673 - debug: heatingcontrol.0 ### 22.0 0 0 0 0 0
                                2019-10-09 22:18:40.673 - info: heatingcontrol.0 room 2OG_Bad Thermostat 2OG_Bad_Heizung_11_Kanal4.SET_TEMPERATURE set to 22
                                2019-10-09 22:18:40.673 - debug: heatingcontrol.0 ### 22.0 0 0 0 0 0
                                2019-10-09 22:18:40.673 - info: heatingcontrol.0 room 2OG_Bad Thermostat 2OG_Bad_Heizung_11_Kanal4.SET_TEMPERATURE set to 22
                                2019-10-09 22:18:40.673 - debug: heatingcontrol.0 ### 22.0 0 0 0 0 0
                                2019-10-09 22:18:40.673 - info: heatingcontrol.0 room 2OG_Bad Thermostat 2OG_Bad_Heizung_11_Kanal4.SET_TEMPERATURE set to 22
                                2019-10-09 22:18:40.673 - debug: heatingcontrol.0 ### 22.0 0 0 0 0 0
                                2019-10-09 22:18:40.673 - info: heatingcontrol.0 room 2OG_Bad Thermostat 2OG_Bad_Heizung_11_Kanal4.SET_TEMPERATURE set to 22
                                2019-10-09 22:18:40.689 - debug: heatingcontrol.0 cron jobs
                                2019-10-09 22:18:40.689 - debug: heatingcontrol.0 [INFO] status = true next event: 10 Oct 2019 00:00:00
                                2019-10-09 22:18:40.689 - debug: heatingcontrol.0 [INFO] status = true next event: 10 Oct 2019 06:00:00
                                2019-10-09 22:18:40.689 - debug: heatingcontrol.0 [INFO] status = true next event: 9 Oct 2019 23:00:00
                                2019-10-09 22:18:40.689 - debug: heatingcontrol.0 cron jobs
                                2019-10-09 22:18:40.689 - debug: heatingcontrol.0 [INFO] status = true next event: 10 Oct 2019 00:00:00
                                2019-10-09 22:18:40.689 - debug: heatingcontrol.0 [INFO] status = true next event: 10 Oct 2019 06:00:00
                                2019-10-09 22:18:40.689 - debug: heatingcontrol.0 [INFO] status = true next event: 9 Oct 2019 23:00:00
                                2019-10-09 22:18:40.689 - debug: heatingcontrol.0 cron jobs
                                2019-10-09 22:18:40.689 - debug: heatingcontrol.0 [INFO] status = true next event: 10 Oct 2019 00:00:00
                                2019-10-09 22:18:40.689 - debug: heatingcontrol.0 [INFO] status = true next event: 10 Oct 2019 06:00:00
                                2019-10-09 22:18:40.689 - debug: heatingcontrol.0 [INFO] status = true next event: 9 Oct 2019 23:00:00
                                2019-10-09 22:18:40.689 - debug: heatingcontrol.0 cron jobs
                                2019-10-09 22:18:40.689 - debug: heatingcontrol.0 [INFO] status = true next event: 10 Oct 2019 00:00:00
                                2019-10-09 22:18:40.689 - debug: heatingcontrol.0 [INFO] status = true next event: 10 Oct 2019 06:00:00
                                2019-10-09 22:18:40.689 - debug: heatingcontrol.0 [INFO] status = true next event: 9 Oct 2019 23:00:00
                                2019-10-09 22:18:40.689 - debug: heatingcontrol.0 cron jobs
                                2019-10-09 22:18:40.689 - debug: heatingcontrol.0 [INFO] status = true next event: 10 Oct 2019 00:00:00
                                2019-10-09 22:18:40.689 - debug: heatingcontrol.0 [INFO] status = true next event: 10 Oct 2019 06:00:00
                                2019-10-09 22:18:40.689 - debug: heatingcontrol.0 [INFO] status = true next event: 9 Oct 2019 23:00:00
                                2019-10-09 22:18:40.689 - debug: heatingcontrol.0 cron jobs
                                2019-10-09 22:18:40.689 - debug: heatingcontrol.0 [INFO] status = true next event: 10 Oct 2019 00:00:00
                                2019-10-09 22:18:40.689 - debug: heatingcontrol.0 [INFO] status = true next event: 10 Oct 2019 06:00:00
                                2019-10-09 22:18:40.689 - debug: heatingcontrol.0 [INFO] status = true next event: 9 Oct 2019 23:00:00
                                2019-10-09 22:18:40.704 - debug: heatingcontrol.0 cron jobs
                                2019-10-09 22:18:40.704 - debug: heatingcontrol.0 [INFO] status = true next event: 10 Oct 2019 00:00:00
                                2019-10-09 22:18:40.704 - debug: heatingcontrol.0 [INFO] status = true next event: 10 Oct 2019 06:00:00
                                2019-10-09 22:18:40.704 - debug: heatingcontrol.0 [INFO] status = true next event: 9 Oct 2019 23:00:00
                                2019-10-09 22:18:40.704 - debug: heatingcontrol.0 cron jobs
                                2019-10-09 22:18:40.704 - debug: heatingcontrol.0 [INFO] status = true next event: 10 Oct 2019 00:00:00
                                2019-10-09 22:18:40.704 - debug: heatingcontrol.0 [INFO] status = true next event: 10 Oct 2019 06:00:00
                                2019-10-09 22:18:40.704 - debug: heatingcontrol.0 [INFO] status = true next event: 9 Oct 2019 23:00:00
                                2019-10-09 22:18:40.704 - debug: heatingcontrol.0 cron jobs
                                2019-10-09 22:18:40.704 - debug: heatingcontrol.0 [INFO] status = true next event: 10 Oct 2019 00:00:00
                                2019-10-09 22:18:40.704 - debug: heatingcontrol.0 [INFO] status = true next event: 10 Oct 2019 06:00:00
                                2019-10-09 22:18:40.704 - debug: heatingcontrol.0 [INFO] status = true next event: 9 Oct 2019 23:00:00
                                2019-10-09 22:18:40.704 - debug: heatingcontrol.0 cron jobs
                                2019-10-09 22:18:40.704 - debug: heatingcontrol.0 [INFO] status = true next event: 10 Oct 2019 00:00:00
                                2019-10-09 22:18:40.704 - debug: heatingcontrol.0 [INFO] status = true next event: 10 Oct 2019 06:00:00
                                2019-10-09 22:18:40.704 - debug: heatingcontrol.0 [INFO] status = true next event: 9 Oct 2019 23:00:00
                                2019-10-09 22:18:40.704 - debug: heatingcontrol.0 cron jobs
                                2019-10-09 22:18:40.704 - debug: heatingcontrol.0 [INFO] status = true next event: 10 Oct 2019 00:00:00
                                2019-10-09 22:18:40.704 - debug: heatingcontrol.0 [INFO] status = true next event: 10 Oct 2019 06:00:00
                                2019-10-09 22:18:40.704 - debug: heatingcontrol.0 [INFO] status = true next event: 9 Oct 2019 23:00:00
                                2019-10-09 22:18:40.704 - debug: heatingcontrol.0 cron jobs
                                2019-10-09 22:18:40.704 - debug: heatingcontrol.0 [INFO] status = true next event: 10 Oct 2019 00:00:00
                                2019-10-09 22:18:40.720 - debug: heatingcontrol.0 [INFO] status = true next event: 10 Oct 2019 06:00:00
                                2019-10-09 22:18:40.720 - debug: heatingcontrol.0 [INFO] status = true next event: 9 Oct 2019 23:00:00
                                2019-10-09 22:18:40.720 - debug: heatingcontrol.0 cron jobs
                                2019-10-09 22:18:40.720 - debug: heatingcontrol.0 [INFO] status = true next event: 10 Oct 2019 00:00:00
                                2019-10-09 22:18:40.720 - debug: heatingcontrol.0 [INFO] status = true next event: 10 Oct 2019 06:00:00
                                2019-10-09 22:18:40.720 - debug: heatingcontrol.0 [INFO] status = true next event: 9 Oct 2019 23:00:00
                                2019-10-09 22:18:40.159 - debug: hm-rpc.0 setValue ["OEQ0846278:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                2019-10-09 22:18:40.205 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                2019-10-09 22:18:40.205 - debug: hm-rpc.0 setValue ["OEQ0846278:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                2019-10-09 22:18:40.205 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                2019-10-09 22:18:40.205 - debug: hm-rpc.0 setValue ["OEQ0846278:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                2019-10-09 22:18:40.205 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                2019-10-09 22:18:40.205 - debug: hm-rpc.0 setValue ["OEQ0846278:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                2019-10-09 22:18:40.205 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                2019-10-09 22:18:40.205 - debug: hm-rpc.0 setValue ["OEQ0846278:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                2019-10-09 22:18:40.205 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                2019-10-09 22:18:40.205 - debug: hm-rpc.0 setValue ["OEQ0846278:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                2019-10-09 22:18:40.205 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                2019-10-09 22:18:40.205 - debug: hm-rpc.0 setValue ["OEQ0846278:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                2019-10-09 22:18:40.205 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                2019-10-09 22:18:40.205 - debug: hm-rpc.0 setValue ["OEQ0846278:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                2019-10-09 22:18:40.205 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                2019-10-09 22:18:40.205 - debug: hm-rpc.0 setValue ["OEQ0846278:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                2019-10-09 22:18:40.205 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                2019-10-09 22:18:40.205 - debug: hm-rpc.0 setValue ["OEQ0846278:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                2019-10-09 22:18:40.205 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                2019-10-09 22:18:40.205 - debug: hm-rpc.0 setValue ["OEQ0846278:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                2019-10-09 22:18:40.205 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                2019-10-09 22:18:40.205 - debug: hm-rpc.0 setValue ["OEQ0846278:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                2019-10-09 22:18:40.205 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                2019-10-09 22:18:40.205 - debug: hm-rpc.0 setValue ["OEQ0846278:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                2019-10-09 22:18:40.205 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                2019-10-09 22:18:40.205 - debug: hm-rpc.0 setValue ["OEQ0846143:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                2019-10-09 22:18:40.205 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                2019-10-09 22:18:40.205 - debug: hm-rpc.0 setValue ["OEQ0843010:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                2019-10-09 22:18:40.205 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                2019-10-09 22:18:40.205 - debug: hm-rpc.0 setValue ["OEQ0843010:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                2019-10-09 22:18:40.205 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                2019-10-09 22:18:40.205 - debug: hm-rpc.0 setValue ["OEQ0843010:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                2019-10-09 22:18:40.221 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                2019-10-09 22:18:40.221 - debug: hm-rpc.0 setValue ["OEQ0843010:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                2019-10-09 22:18:40.221 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                2019-10-09 22:18:40.221 - debug: hm-rpc.0 setValue ["OEQ0843010:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                2019-10-09 22:18:40.221 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                2019-10-09 22:18:40.221 - debug: hm-rpc.0 setValue ["OEQ0843010:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                2019-10-09 22:18:40.221 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                2019-10-09 22:18:40.221 - debug: hm-rpc.0 setValue ["OEQ0843010:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                2019-10-09 22:18:40.221 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                2019-10-09 22:18:40.221 - debug: hm-rpc.0 setValue ["OEQ0843010:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                2019-10-09 22:18:40.221 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                2019-10-09 22:18:40.221 - debug: hm-rpc.0 setValue ["OEQ0843010:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                2019-10-09 22:18:40.221 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                2019-10-09 22:18:40.221 - debug: hm-rpc.0 setValue ["OEQ0843010:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                2019-10-09 22:18:40.221 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                2019-10-09 22:18:40.221 - debug: hm-rpc.0 setValue ["OEQ0843010:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                2019-10-09 22:18:40.221 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                2019-10-09 22:18:40.221 - debug: hm-rpc.0 setValue ["OEQ0843010:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                2019-10-09 22:18:40.221 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                2019-10-09 22:18:40.221 - debug: hm-rpc.0 setValue ["OEQ0843010:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                2019-10-09 22:18:40.221 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                2019-10-09 22:18:40.221 - debug: hm-rpc.0 setValue ["OEQ0843134:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                2019-10-09 22:18:40.221 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                2019-10-09 22:18:40.221 - debug: hm-rpc.0 setValue ["OEQ0843134:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                2019-10-09 22:18:40.221 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                2019-10-09 22:18:40.221 - debug: hm-rpc.0 setValue ["OEQ0843134:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                2019-10-09 22:18:40.221 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                2019-10-09 22:18:40.221 - debug: hm-rpc.0 setValue ["OEQ0843134:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                2019-10-09 22:18:40.221 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                2019-10-09 22:18:40.221 - debug: hm-rpc.0 setValue ["OEQ0843134:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                2019-10-09 22:18:40.221 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                2019-10-09 22:18:40.221 - debug: hm-rpc.0 setValue ["OEQ0843134:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                2019-10-09 22:18:40.221 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                2019-10-09 22:18:40.221 - debug: hm-rpc.0 setValue ["OEQ0843134:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                2019-10-09 22:18:40.221 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                2019-10-09 22:18:40.221 - debug: hm-rpc.0 setValue ["OEQ0843134:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                2019-10-09 22:18:40.221 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                2019-10-09 22:18:40.221 - debug: hm-rpc.0 setValue ["OEQ0843134:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                2019-10-09 22:18:40.221 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                2019-10-09 22:18:40.221 - debug: hm-rpc.0 setValue ["OEQ0843134:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                2019-10-09 22:18:40.221 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                2019-10-09 22:18:40.221 - debug: hm-rpc.0 setValue ["OEQ0843134:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                2019-10-09 22:18:40.221 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                2019-10-09 22:18:40.221 - debug: hm-rpc.0 setValue ["OEQ0843134:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                2019-10-09 22:18:40.221 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                2019-10-09 22:18:40.221 - debug: hm-rpc.0 setValue ["OEQ0843134:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                2019-10-09 22:18:41.172 - info: host.Home-PC instance system.adapter.hm-rpc.1 started with pid 5484
                                2019-10-09 22:18:41.859 - debug: hm-rpc.1 objectDB connected
                                2019-10-09 22:18:41.874 - debug: hm-rpc.1 statesDB connected
                                2019-10-09 22:18:41.890 - info: hm-rpc.1 starting. Version 1.10.0 in C:/ioBroker/node_modules/iobroker.hm-rpc, node: v10.14.1
                                2019-10-09 22:18:41.921 - info: hm-rpc.1 [META] Meta data updated
                                2019-10-09 22:18:43.122 - info: hm-rpc.1 xmlrpc server is trying to listen on 192.168.0.17:2010
                                2019-10-09 22:18:43.122 - info: hm-rpc.1 xmlrpc client is trying to connect to 192.168.0.16:2010/ with ["http://192.168.0.17:2010","hm-rpc.1"]
                                2019-10-09 22:18:43.122 - debug: hm-rpc.1 Connect...
                                2019-10-09 22:18:43.122 - debug: hm-rpc.1 xmlrpc -> 192.168.0.16:2010/ init ["http://192.168.0.17:2010","hm-rpc.1"]
                                2019-10-09 22:18:43.122 - debug: hm-rpc.1 start connecting interval
                                2019-10-09 22:18:43.419 - info: hm-rpc.1 Connected
                                2019-10-09 22:18:43.419 - debug: hm-rpc.1 clear connecting interval
                                2019-10-09 22:18:43.419 - debug: hm-rpc.1 start ping interval
                                2019-10-09 22:18:43.621 - info: hm-rpc.1 xmlrpc <- listDevices ["hm-rpc.1"]
                                2019-10-09 22:18:43.637 - info: hm-rpc.1 xmlrpc -> 0 devices
                                2019-10-09 22:18:44.386 - info: hm-rpc.1 xmlrpc <- newDevices 90
                                2019-10-09 22:18:44.401 - info: hm-rpc.1 new HmIP devices/channels after filter: 0
                                2019-10-09 22:18:41.017 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 22
                                2019-10-09 22:18:41.017 - debug: hm-rpc.0 setValue ["OEQ0845830:4","SET_TEMPERATURE",{"explicitDouble":22}] FLOAT
                                2019-10-09 22:18:41.017 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 17
                                2019-10-09 22:18:41.017 - debug: hm-rpc.0 setValue ["OEQ0844685:4","SET_TEMPERATURE",{"explicitDouble":17}] FLOAT
                                2019-10-09 22:18:41.017 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 17
                                2019-10-09 22:18:41.017 - debug: hm-rpc.0 setValue ["OEQ0844685:4","SET_TEMPERATURE",{"explicitDouble":17}] FLOAT
                                2019-10-09 22:18:41.017 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 17
                                2019-10-09 22:18:41.017 - debug: hm-rpc.0 setValue ["OEQ0844685:4","SET_TEMPERATURE",{"explicitDouble":17}] FLOAT
                                2019-10-09 22:18:41.017 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 17
                                2019-10-09 22:18:41.017 - debug: hm-rpc.0 setValue ["OEQ0844685:4","SET_TEMPERATURE",{"explicitDouble":17}] FLOAT
                                2019-10-09 22:18:41.017 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 17
                                2019-10-09 22:18:41.017 - debug: hm-rpc.0 setValue ["OEQ0844685:4","SET_TEMPERATURE",{"explicitDouble":17}] FLOAT
                                2019-10-09 22:18:41.017 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 17
                                2019-10-09 22:18:41.017 - debug: hm-rpc.0 setValue ["OEQ0844685:4","SET_TEMPERATURE",{"explicitDouble":17}] FLOAT
                                2019-10-09 22:18:41.017 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 17
                                2019-10-09 22:18:41.017 - debug: hm-rpc.0 setValue ["OEQ0844685:4","SET_TEMPERATURE",{"explicitDouble":17}] FLOAT
                                2019-10-09 22:18:41.017 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 17
                                2019-10-09 22:18:41.017 - debug: hm-rpc.0 setValue ["OEQ0844685:4","SET_TEMPERATURE",{"explicitDouble":17}] FLOAT
                                2019-10-09 22:18:41.017 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 17
                                2019-10-09 22:18:41.017 - debug: hm-rpc.0 setValue ["OEQ0844685:4","SET_TEMPERATURE",{"explicitDouble":17}] FLOAT
                                2019-10-09 22:18:41.017 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 17
                                2019-10-09 22:18:41.017 - debug: hm-rpc.0 setValue ["OEQ0844685:4","SET_TEMPERATURE",{"explicitDouble":17}] FLOAT
                                2019-10-09 22:18:41.032 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 17
                                2019-10-09 22:18:41.032 - debug: hm-rpc.0 setValue ["OEQ0844685:4","SET_TEMPERATURE",{"explicitDouble":17}] FLOAT
                                2019-10-09 22:18:41.032 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 17
                                2019-10-09 22:18:41.032 - debug: hm-rpc.0 setValue ["OEQ0844685:4","SET_TEMPERATURE",{"explicitDouble":17}] FLOAT
                                2019-10-09 22:18:41.032 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 17
                                2019-10-09 22:18:41.032 - debug: hm-rpc.0 setValue ["OEQ0844685:4","SET_TEMPERATURE",{"explicitDouble":17}] FLOAT
                                2019-10-09 22:18:41.032 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 20
                                2019-10-09 22:18:41.032 - debug: hm-rpc.0 setValue ["OEQ1248833:4","SET_TEMPERATURE",{"explicitDouble":20}] FLOAT
                                2019-10-09 22:18:41.032 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 20
                                2019-10-09 22:18:41.032 - debug: hm-rpc.0 setValue ["OEQ1248833:4","SET_TEMPERATURE",{"explicitDouble":20}] FLOAT
                                2019-10-09 22:18:41.032 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 20
                                2019-10-09 22:18:41.032 - debug: hm-rpc.0 setValue ["OEQ1248833:4","SET_TEMPERATURE",{"explicitDouble":20}] FLOAT
                                2019-10-09 22:18:41.032 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 20
                                2019-10-09 22:18:41.032 - debug: hm-rpc.0 setValue ["OEQ1248833:4","SET_TEMPERATURE",{"explicitDouble":20}] FLOAT
                                2019-10-09 22:18:41.032 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 20
                                2019-10-09 22:18:41.032 - debug: hm-rpc.0 setValue ["OEQ1248833:4","SET_TEMPERATURE",{"explicitDouble":20}] FLOAT
                                2019-10-09 22:18:41.032 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 20
                                2019-10-09 22:18:41.032 - debug: hm-rpc.0 setValue ["OEQ1248833:4","SET_TEMPERATURE",{"explicitDouble":20}] FLOAT
                                2019-10-09 22:18:41.032 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 20
                                2019-10-09 22:18:41.032 - debug: hm-rpc.0 setValue ["OEQ1248833:4","SET_TEMPERATURE",{"explicitDouble":20}] FLOAT
                                2019-10-09 22:18:41.032 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 20
                                2019-10-09 22:18:41.032 - debug: hm-rpc.0 setValue ["OEQ1248833:4","SET_TEMPERATURE",{"explicitDouble":20}] FLOAT
                                2019-10-09 22:18:41.032 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 20
                                2019-10-09 22:18:41.032 - debug: hm-rpc.0 setValue ["OEQ1248833:4","SET_TEMPERATURE",{"explicitDouble":20}] FLOAT
                                2019-10-09 22:18:41.032 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 20
                                2019-10-09 22:18:41.032 - debug: hm-rpc.0 setValue ["OEQ1248833:4","SET_TEMPERATURE",{"explicitDouble":20}] FLOAT
                                2019-10-09 22:18:41.032 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 20
                                2019-10-09 22:18:41.032 - debug: hm-rpc.0 setValue ["OEQ1248833:4","SET_TEMPERATURE",{"explicitDouble":20}] FLOAT
                                2019-10-09 22:18:41.032 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 20
                                2019-10-09 22:18:41.032 - debug: hm-rpc.0 setValue ["OEQ1248833:4","SET_TEMPERATURE",{"explicitDouble":20}] FLOAT
                                2019-10-09 22:18:41.032 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 20
                                2019-10-09 22:18:41.032 - debug: hm-rpc.0 setValue ["OEQ1248833:4","SET_TEMPERATURE",{"explicitDouble":20}] FLOAT
                                2019-10-09 22:18:41.032 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 18
                                2019-10-09 22:18:41.032 - debug: hm-rpc.0 setValue ["OEQ0846127:4","SET_TEMPERATURE",{"explicitDouble":18}] FLOAT
                                2019-10-09 22:18:41.032 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 18
                                2019-10-09 22:18:41.032 - debug: hm-rpc.0 setValue ["OEQ0846127:4","SET_TEMPERATURE",{"explicitDouble":18}] FLOAT
                                2019-10-09 22:18:41.032 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 18
                                2019-10-09 22:18:41.032 - debug: hm-rpc.0 setValue ["OEQ0846127:4","SET_TEMPERATURE",{"explicitDouble":18}] FLOAT
                                2019-10-09 22:18:41.032 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 18
                                2019-10-09 22:18:41.032 - debug: hm-rpc.0 setValue ["OEQ0846127:4","SET_TEMPERATURE",{"explicitDouble":18}] FLOAT
                                2019-10-09 22:18:41.032 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 18
                                2019-10-09 22:18:41.032 - debug: hm-rpc.0 setValue ["OEQ0846127:4","SET_TEMPERATURE",{"explicitDouble":18}] FLOAT
                                2019-10-09 22:18:41.032 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 18
                                2019-10-09 22:18:41.032 - debug: hm-rpc.0 setValue ["OEQ0846127:4","SET_TEMPERATURE",{"explicitDouble":18}] FLOAT
                                2019-10-09 22:18:41.032 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 18
                                2019-10-09 22:18:41.032 - debug: hm-rpc.0 setValue ["OEQ0846127:4","SET_TEMPERATURE",{"explicitDouble":18}] FLOAT
                                2019-10-09 22:18:41.048 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 18
                                2019-10-09 22:18:41.048 - debug: hm-rpc.0 setValue ["OEQ0846127:4","SET_TEMPERATURE",{"explicitDouble":18}] FLOAT
                                2019-10-09 22:18:41.048 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 18
                                2019-10-09 22:18:41.048 - debug: hm-rpc.0 setValue ["OEQ0846127:4","SET_TEMPERATURE",{"explicitDouble":18}] FLOAT
                                2019-10-09 22:18:41.048 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 18
                                2019-10-09 22:18:41.048 - debug: hm-rpc.0 setValue ["OEQ0846127:4","SET_TEMPERATURE",{"explicitDouble":18}] FLOAT
                                2019-10-09 22:18:41.048 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 18
                                2019-10-09 22:18:41.048 - debug: hm-rpc.0 setValue ["OEQ0846127:4","SET_TEMPERATURE",{"explicitDouble":18}] FLOAT
                                2019-10-09 22:18:41.048 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 18
                                2019-10-09 22:18:41.048 - debug: hm-rpc.0 setValue ["OEQ0846127:4","SET_TEMPERATURE",{"explicitDouble":18}] FLOAT
                                2019-10-09 22:18:41.048 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 18
                                2019-10-09 22:18:41.048 - debug: hm-rpc.0 setValue ["OEQ0846127:4","SET_TEMPERATURE",{"explicitDouble":18}] FLOAT
                                2019-10-09 22:18:41.048 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 18
                                2019-10-09 22:18:41.048 - debug: hm-rpc.0 setValue ["OEQ0846127:4","SET_TEMPERATURE",{"explicitDouble":18}] FLOAT
                                2019-10-09 22:18:41.048 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 18
                                2019-10-09 22:18:41.048 - debug: hm-rpc.0 setValue ["OEQ0846127:4","SET_TEMPERATURE",{"explicitDouble":18}] FLOAT
                                2019-10-09 22:18:41.048 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 18
                                2019-10-09 22:18:41.048 - debug: hm-rpc.0 setValue ["OEQ0846127:4","SET_TEMPERATURE",{"explicitDouble":18}] FLOAT
                                2019-10-09 22:18:41.048 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 18
                                2019-10-09 22:18:41.048 - debug: hm-rpc.0 setValue ["OEQ0846127:4","SET_TEMPERATURE",{"explicitDouble":18}] FLOAT
                                2019-10-09 22:18:41.048 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 18
                                2019-10-09 22:18:41.048 - debug: hm-rpc.0 setValue ["OEQ0846127:4","SET_TEMPERATURE",{"explicitDouble":18}] FLOAT
                                2019-10-09 22:18:41.048 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 18
                                2019-10-09 22:18:41.048 - debug: hm-rpc.0 setValue ["OEQ0846127:4","SET_TEMPERATURE",{"explicitDouble":18}] FLOAT
                                2019-10-09 22:18:41.048 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 18
                                2019-10-09 22:18:41.048 - debug: hm-rpc.0 setValue ["OEQ0846127:4","SET_TEMPERATURE",{"explicitDouble":18}] FLOAT
                                2019-10-09 22:18:41.048 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 18
                                2019-10-09 22:18:41.048 - debug: hm-rpc.0 setValue ["OEQ0846127:4","SET_TEMPERATURE",{"explicitDouble":18}] FLOAT
                                2019-10-09 22:18:41.048 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 18
                                2019-10-09 22:18:41.048 - debug: hm-rpc.0 setValue ["OEQ0846127:4","SET_TEMPERATURE",{"explicitDouble":18}] FLOAT
                                2019-10-09 22:18:41.048 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 18
                                2019-10-09 22:18:41.048 - debug: hm-rpc.0 setValue ["OEQ0846127:4","SET_TEMPERATURE",{"explicitDouble":18}] FLOAT
                                2019-10-09 22:18:41.048 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 18
                                2019-10-09 22:18:41.048 - debug: hm-rpc.0 setValue ["OEQ0846127:4","SET_TEMPERATURE",{"explicitDouble":18}] FLOAT
                                2019-10-09 22:18:41.048 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 18
                                2019-10-09 22:18:41.048 - debug: hm-rpc.0 setValue ["OEQ0846127:4","SET_TEMPERATURE",{"explicitDouble":18}] FLOAT
                                2019-10-09 22:18:41.048 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 18
                                2019-10-09 22:18:41.048 - debug: hm-rpc.0 setValue ["OEQ0846127:4","SET_TEMPERATURE",{"explicitDouble":18}] FLOAT
                                2019-10-09 22:18:41.048 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 22
                                2019-10-09 22:18:41.048 - debug: hm-rpc.0 setValue ["OEQ0845933:4","SET_TEMPERATURE",{"explicitDouble":22}] FLOAT
                                2019-10-09 22:18:41.048 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 22
                                2019-10-09 22:18:41.048 - debug: hm-rpc.0 setValue ["OEQ0845933:4","SET_TEMPERATURE",{"explicitDouble":22}] FLOAT
                                2019-10-09 22:18:41.048 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 22
                                2019-10-09 22:18:41.048 - debug: hm-rpc.0 setValue ["OEQ0845933:4","SET_TEMPERATURE",{"explicitDouble":22}] FLOAT
                                2019-10-09 22:18:41.048 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 22
                                2019-10-09 22:18:41.048 - debug: hm-rpc.0 setValue ["OEQ0845933:4","SET_TEMPERATURE",{"explicitDouble":22}] FLOAT
                                2019-10-09 22:18:41.048 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 22
                                2019-10-09 22:18:41.048 - debug: hm-rpc.0 setValue ["OEQ0845933:4","SET_TEMPERATURE",{"explicitDouble":22}] FLOAT
                                2019-10-09 22:18:41.048 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 22
                                2019-10-09 22:18:41.048 - debug: hm-rpc.0 setValue ["OEQ0845933:4","SET_TEMPERATURE",{"explicitDouble":22}] FLOAT
                                2019-10-09 22:18:41.048 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 22
                                2019-10-09 22:18:41.048 - debug: hm-rpc.0 setValue ["OEQ0845933:4","SET_TEMPERATURE",{"explicitDouble":22}] FLOAT
                                2019-10-09 22:18:41.048 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 22
                                2019-10-09 22:18:41.048 - debug: hm-rpc.0 setValue ["OEQ0845933:4","SET_TEMPERATURE",{"explicitDouble":22}] FLOAT
                                2019-10-09 22:18:41.048 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 22
                                2019-10-09 22:18:41.048 - debug: hm-rpc.0 setValue ["OEQ0845933:4","SET_TEMPERATURE",{"explicitDouble":22}] FLOAT
                                2019-10-09 22:18:41.048 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 22
                                2019-10-09 22:18:41.048 - debug: hm-rpc.0 setValue ["OEQ0845933:4","SET_TEMPERATURE",{"explicitDouble":22}] FLOAT
                                2019-10-09 22:18:41.048 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 22
                                2019-10-09 22:18:41.048 - debug: hm-rpc.0 setValue ["OEQ0845933:4","SET_TEMPERATURE",{"explicitDouble":22}] FLOAT
                                2019-10-09 22:18:41.048 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 22
                                2019-10-09 22:18:41.048 - debug: hm-rpc.0 setValue ["OEQ0845933:4","SET_TEMPERATURE",{"explicitDouble":22}] FLOAT
                                2019-10-09 22:18:41.048 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 22
                                2019-10-09 22:18:41.048 - debug: hm-rpc.0 setValue ["OEQ0845933:4","SET_TEMPERATURE",{"explicitDouble":22}] FLOAT
                                2019-10-09 22:18:41.048 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                2019-10-09 22:18:41.048 - debug: hm-rpc.0 setValue ["OEQ0846143:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                2019-10-09 22:18:41.048 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                2019-10-09 22:18:41.048 - debug: hm-rpc.0 setValue ["OEQ0846143:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                2019-10-09 22:18:41.048 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                2019-10-09 22:18:41.048 - debug: hm-rpc.0 setValue ["OEQ0846143:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                2019-10-09 22:18:41.063 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                2019-10-09 22:18:41.063 - debug: hm-rpc.0 setValue ["OEQ0846143:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                2019-10-09 22:18:41.063 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                2019-10-09 22:18:41.063 - debug: hm-rpc.0 setValue ["OEQ0846143:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                2019-10-09 22:18:41.063 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                2019-10-09 22:18:41.063 - debug: hm-rpc.0 setValue ["OEQ0846143:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                2019-10-09 22:18:41.063 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                2019-10-09 22:18:41.063 - debug: hm-rpc.0 setValue ["OEQ0846143:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                2019-10-09 22:18:41.063 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                2019-10-09 22:18:41.063 - debug: hm-rpc.0 setValue ["OEQ0846143:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                2019-10-09 22:18:41.063 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                2019-10-09 22:18:41.063 - debug: hm-rpc.0 setValue ["OEQ0846143:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                2019-10-09 22:18:41.063 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                2019-10-09 22:18:41.063 - debug: hm-rpc.0 setValue ["OEQ0846143:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                2019-10-09 22:18:41.063 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                2019-10-09 22:18:41.063 - debug: hm-rpc.0 setValue ["OEQ0846143:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                2019-10-09 22:18:41.063 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                2019-10-09 22:18:41.063 - debug: hm-rpc.0 setValue ["OEQ0846143:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                2019-10-09 22:18:41.063 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                2019-10-09 22:18:41.063 - debug: hm-rpc.0 setValue ["OEQ0846143:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                2019-10-09 22:18:41.063 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 22
                                2019-10-09 22:18:41.063 - debug: hm-rpc.0 setValue ["OEQ0845830:4","SET_TEMPERATURE",{"explicitDouble":22}] FLOAT
                                2019-10-09 22:18:41.063 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 22
                                2019-10-09 22:18:41.063 - debug: hm-rpc.0 setValue ["OEQ0845830:4","SET_TEMPERATURE",{"explicitDouble":22}] FLOAT
                                2019-10-09 22:18:41.063 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 22
                                2019-10-09 22:18:41.063 - debug: hm-rpc.0 setValue ["OEQ0845830:4","SET_TEMPERATURE",{"explicitDouble":22}] FLOAT
                                2019-10-09 22:18:41.063 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 22
                                2019-10-09 22:18:41.063 - debug: hm-rpc.0 setValue ["OEQ0845830:4","SET_TEMPERATURE",{"explicitDouble":22}] FLOAT
                                2019-10-09 22:18:41.063 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 22
                                2019-10-09 22:18:41.063 - debug: hm-rpc.0 setValue ["OEQ0845830:4","SET_TEMPERATURE",{"explicitDouble":22}] FLOAT
                                2019-10-09 22:18:41.063 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 22
                                2019-10-09 22:18:41.063 - debug: hm-rpc.0 setValue ["OEQ0845830:4","SET_TEMPERATURE",{"explicitDouble":22}] FLOAT
                                2019-10-09 22:18:41.063 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 22
                                2019-10-09 22:18:41.063 - debug: hm-rpc.0 setValue ["OEQ0845830:4","SET_TEMPERATURE",{"explicitDouble":22}] FLOAT
                                2019-10-09 22:18:41.063 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 22
                                2019-10-09 22:18:41.063 - debug: hm-rpc.0 setValue ["OEQ0845830:4","SET_TEMPERATURE",{"explicitDouble":22}] FLOAT
                                2019-10-09 22:18:41.063 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 22
                                2019-10-09 22:18:41.063 - debug: hm-rpc.0 setValue ["OEQ0845830:4","SET_TEMPERATURE",{"explicitDouble":22}] FLOAT
                                2019-10-09 22:18:41.063 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 22
                                2019-10-09 22:18:41.063 - debug: hm-rpc.0 setValue ["OEQ0845830:4","SET_TEMPERATURE",{"explicitDouble":22}] FLOAT
                                2019-10-09 22:18:41.063 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 22
                                2019-10-09 22:18:41.063 - debug: hm-rpc.0 setValue ["OEQ0845830:4","SET_TEMPERATURE",{"explicitDouble":22}] FLOAT
                                2019-10-09 22:18:41.063 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 22
                                2019-10-09 22:18:41.063 - debug: hm-rpc.0 setValue ["OEQ0845830:4","SET_TEMPERATURE",{"explicitDouble":22}] FLOAT
                                2019-10-09 22:18:41.063 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 22
                                2019-10-09 22:18:41.063 - debug: hm-rpc.0 setValue ["OEQ0845830:4","SET_TEMPERATURE",{"explicitDouble":22}] FLOAT
                                2019-10-09 22:18:44.683 - error: hm-rpc.0 xmlrpc -> setValue ["4","SET_TEMPERATURE",22] FLOAT
                                2019-10-09 22:18:44.683 - error: hm-rpc.0 Error: XML-RPC fault: Failure
                                2019-10-09 22:18:44.683 - debug: hm-rpc.0 xml multicall : hm-rpc.0,OEQ0846278:0,UNREACH,true
                                2019-10-09 22:18:44.683 - debug: hm-rpc.0 xmlrpc <- event ["hm-rpc.0","OEQ0846278:0","UNREACH",true]
                                2019-10-09 22:18:44.683 - debug: hm-rpc.0 hm-rpc.0.OEQ0846278.0.UNREACH ==> UNIT: "" (min: false, max: true) From "true" => "true"
                                2019-10-09 22:18:44.683 - debug: hm-rpc.0 xml multicall : hm-rpc.0,OEQ0846278:0,STICKY_UNREACH,true
                                2019-10-09 22:18:44.683 - debug: hm-rpc.0 xmlrpc <- event ["hm-rpc.0","OEQ0846278:0","STICKY_UNREACH",true]
                                2019-10-09 22:18:44.683 - debug: hm-rpc.0 hm-rpc.0.OEQ0846278.0.STICKY_UNREACH ==> UNIT: "" (min: false, max: true) From "true" => "true"
                                2019-10-09 22:18:44.714 - error: hm-rpc.0 xmlrpc -> setValue ["4","SET_TEMPERATURE",22] FLOAT
                                2019-10-09 22:18:44.714 - error: hm-rpc.0 Error: XML-RPC fault: Failure
                                2019-10-09 22:18:44.714 - error: hm-rpc.0 xmlrpc -> setValue ["4","SET_TEMPERATURE",22] FLOAT
                                2019-10-09 22:18:44.714 - error: hm-rpc.0 Error: XML-RPC fault: Failure
                                2019-10-09 22:18:44.714 - error: hm-rpc.0 xmlrpc -> setValue ["4","SET_TEMPERATURE",17] FLOAT
                                2019-10-09 22:18:44.714 - error: hm-rpc.0 Error: XML-RPC fault: Failure
                                2019-10-09 22:18:44.714 - error: hm-rpc.0 xmlrpc -> setValue ["4","SET_TEMPERATURE",20] FLOAT
                                2019-10-09 22:18:44.714 - error: hm-rpc.0 Error: XML-RPC fault: Failure
                                2019-10-09 22:18:44.714 - error: hm-rpc.0 xmlrpc -> setValue ["4","SET_TEMPERATURE",18] FLOAT
                                2019-10-09 22:18:44.714 - error: hm-rpc.0 Error: XML-RPC fault: Failure
                                2019-10-09 22:18:44.745 - debug: hm-rpc.0 xml multicall : hm-rpc.0,OEQ0843010:0,UNREACH,true
                                2019-10-09 22:18:44.745 - debug: hm-rpc.0 xmlrpc <- event ["hm-rpc.0","OEQ0843010:0","UNREACH",true]
                                2019-10-09 22:18:44.745 - debug: hm-rpc.0 hm-rpc.0.OEQ0843010.0.UNREACH ==> UNIT: "" (min: false, max: true) From "true" => "true"
                                2019-10-09 22:18:44.745 - debug: hm-rpc.0 xml multicall : hm-rpc.0,OEQ0843010:0,STICKY_UNREACH,true
                                2019-10-09 22:18:44.745 - debug: hm-rpc.0 xmlrpc <- event ["hm-rpc.0","OEQ0843010:0","STICKY_UNREACH",true]
                                2019-10-09 22:18:44.745 - debug: hm-rpc.0 hm-rpc.0.OEQ0843010.0.STICKY_UNREACH ==> UNIT: "" (min: false, max: true) From "true" => "true"
                                2019-10-09 22:18:44.745 - debug: hm-rpc.0 xml multicall : hm-rpc.0,OEQ0843134:0,UNREACH,true
                                2019-10-09 22:18:44.745 - debug: hm-rpc.0 xmlrpc <- event ["hm-rpc.0","OEQ0843134:0","UNREACH",true]
                                2019-10-09 22:18:44.745 - debug: hm-rpc.0 hm-rpc.0.OEQ0843134.0.UNREACH ==> UNIT: "" (min: false, max: true) From "true" => "true"
                                2019-10-09 22:18:44.745 - debug: hm-rpc.0 xml multicall : hm-rpc.0,OEQ0843134:0,STICKY_UNREACH,true
                                2019-10-09 22:18:44.745 - debug: hm-rpc.0 xmlrpc <- event ["hm-rpc.0","OEQ0843134:0","STICKY_UNREACH",true]
                                2019-10-09 22:18:44.745 - debug: hm-rpc.0 hm-rpc.0.OEQ0843134.0.STICKY_UNREACH ==> UNIT: "" (min: false, max: true) From "true" => "true"
                                2019-10-09 22:18:44.745 - debug: hm-rpc.0 xml multicall : hm-rpc.0,OEQ0844685:0,UNREACH,true
                                2019-10-09 22:18:44.745 - debug: hm-rpc.0 xmlrpc <- event ["hm-rpc.0","OEQ0844685:0","UNREACH",true]
                                2019-10-09 22:18:44.745 - debug: hm-rpc.0 hm-rpc.0.OEQ0844685.0.UNREACH ==> UNIT: "" (min: false, max: true) From "true" => "true"
                                2019-10-09 22:18:44.745 - debug: hm-rpc.0 xml multicall : hm-rpc.0,OEQ0844685:0,STICKY_UNREACH,true
                                2019-10-09 22:18:44.745 - debug: hm-rpc.0 xmlrpc <- event ["hm-rpc.0","OEQ0844685:0","STICKY_UNREACH",true]
                                2019-10-09 22:18:44.745 - debug: hm-rpc.0 hm-rpc.0.OEQ0844685.0.STICKY_UNREACH ==> UNIT: "" (min: false, max: true) From "true" => "true"
                                2019-10-09 22:18:44.745 - debug: hm-rpc.0 xml multicall : hm-rpc.0,OEQ1248833:0,UNREACH,true
                                2019-10-09 22:18:44.745 - debug: hm-rpc.0 xmlrpc <- event ["hm-rpc.0","OEQ1248833:0","UNREACH",true]
                                2019-10-09 22:18:44.745 - debug: hm-rpc.0 hm-rpc.0.OEQ1248833.0.UNREACH ==> UNIT: "" (min: false, max: true) From "true" => "true"
                                2019-10-09 22:18:44.745 - debug: hm-rpc.0 xml multicall : hm-rpc.0,OEQ1248833:0,STICKY_UNREACH,true
                                2019-10-09 22:18:44.745 - debug: hm-rpc.0 xmlrpc <- event ["hm-rpc.0","OEQ1248833:0","STICKY_UNREACH",true]
                                2019-10-09 22:18:44.745 - debug: hm-rpc.0 hm-rpc.0.OEQ1248833.0.STICKY_UNREACH ==> UNIT: "" (min: false, max: true) From "true" => "true"
                                2019-10-09 22:18:44.745 - debug: hm-rpc.0 xml multicall : hm-rpc.0,OEQ0846127:0,UNREACH,true
                                2019-10-09 22:18:44.745 - debug: hm-rpc.0 xmlrpc <- event ["hm-rpc.0","OEQ0846127:0","UNREACH",true]
                                2019-10-09 22:18:44.745 - debug: hm-rpc.0 hm-rpc.0.OEQ0846127.0.UNREACH ==> UNIT: "" (min: false, max: true) From "true" => "true"
                                2019-10-09 22:18:44.745 - debug: hm-rpc.0 xml multicall : hm-rpc.0,OEQ0846127:0,STICKY_UNREACH,true
                                2019-10-09 22:18:44.745 - debug: hm-rpc.0 xmlrpc <- event ["hm-rpc.0","OEQ0846127:0","STICKY_UNREACH",true]
                                2019-10-09 22:18:44.745 - debug: hm-rpc.0 hm-rpc.0.OEQ0846127.0.STICKY_UNREACH ==> UNIT: "" (min: false, max: true) From "true" => "true"
                                2019-10-09 22:18:45.041 - error: hm-rpc.0 xmlrpc -> setValue ["4","SET_TEMPERATURE",18] FLOAT
                                2019-10-09 22:18:45.041 - error: hm-rpc.0 Error: XML-RPC fault: Failure
                                2019-10-09 22:18:45.540 - debug: hm-rega.0 --> devices.fn
                                2019-10-09 22:18:45.571 - debug: hm-rega.0 --> !# devices.fn 1.4 !# !# Dieses Homematic-Script gibt eine Liste aller Geraete/Ka
                                2019-10-09 22:18:45.680 - debug: hm-rega.0 <-- {"OEQ0496796":{"Name":"1OG_Bad_Fenster_11","Interface":"BidCos-RF"},
                                "OEQ0496796:0":{"Name":"1OG_Bad_Fenster_11%3A0","Interface":"BidCos-RF"},

                                Ebenfalls ist mir aufgefallen, dass ich die Einstellungen in der Hauptübersicht der Räume nicht speichern kann wenn ich in einem Raum die einzelnen Variablen verändere. Ich muss dann immer einen Raum kurz ab- und dan wieder anwählen damit der Speichern-button freigegeben wird.

                                Falls du noch mehr Info benötigst, lass es mich wissen,
                                Vielen Dank für deine Unterstützung!

                                Gruss,
                                Maarten

                                Rene_HMR 1 Antwort Letzte Antwort
                                0
                                • coyoteC Offline
                                  coyoteC Offline
                                  coyote
                                  Most Active
                                  schrieb am zuletzt editiert von
                                  #214

                                  @Rene_HM da die Perioden nicht korrekt funktionierten, habe ich den Adapter nochmal komplett gelöscht und neu installiert.
                                  Danach geht leider so gut wie nichts mehr. Thermostate werden nicht mehr automatisch erkannt, Sensoren auch nicht.

                                  Lege ich alles von Hand an, schließe danach die Konfig und speichere, ist wieder alles was ich von Hand angelegt habe weg.
                                  Es werden keine Konfigdaten von Thermostaten und Sensoren übernommen, gehe ich wieder in die Konfig der Thermostate/Sensoren ist alles leer....
                                  So, für mich leider unbenutzbar.

                                  Mit den Perioden komme ich auch nicht klar, entweder mache ich was falsch oder es ist ein Bug.
                                  Wenn ich bei Periode 3 eine Uhrzeit von 00:00 Uhr anlege mit 20°C und bei Periode 0 eine Uhrzeit von 03:00 Uhr mit 21°C sollte doch ab 03:00 Uhr Periode 0 beginnen oder sehe ich da was falsch? Tut es aber nicht, bleibt bei Periode 3 - 00:00 stehen

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

                                    Zu deinem Perioden Problem kann ich dir helfen, der Rest leider nicht.
                                    Die Periode 3 ist vor Periode 0 von der Uhrzeit, daher hast du Probleme.
                                    Zeitlich muss alles in der Reihe sein, sprich Periode 00:00 Uhr muss auf Periode 0 und die Periode mit 03:00 Uhr muss z.B. auf Periode 1.
                                    Die Frage ist ob du überhaupt die Periode mit 00:00 Uhr brauchst.

                                    Hierzu ein Beispiel bei mir:
                                    Periode 0: 05:00 Uhr 21°C-> 1 Stunde vor aufstehen
                                    Periode 1: 07:30 Uhr 18°C-> Kurz vor außer Haus gehen, da Präsenz noch nicht eingebaut
                                    Periode 2: 16:30 Uhr 21°C-> 1 Stunde vor heimkommen
                                    Periode 3: 22:00 Uhr 18 °C-> Ca. 1 Stunde vor Nachruhe

                                    Sprich von 22:00 Uhr - 05:00 Uhr gilt 18°C in der Bude.

                                    Rene_HMR 1 Antwort Letzte Antwort
                                    1
                                    • M maarten

                                      @Rene_HM

                                      Vielen Dank für deine Antwort.

                                      • Im Raum 1OG habe ich zurzeit keinen aktiven Regler, da der Heizkörper in Wartung ist. Ich hatte deshalb die Thermostate und Sensoren auf nicht aktiv gesetzt. Habe dies nun geändert und den ganzen Raum deaktiviert
                                      • Du hast recht der eine OID Zielwert war falsch. Komischerweise stand unter OID Zielwert die richtige Adresse drin aber unter Thermostat (erste Spalte) war die Actual Temperatur Variable noch hinterlegt. Mir ist hier folgendes aufgefallen: Wenn ich zuerst die OID Variable "Aktueller Wert" eingebe und danach "Zielwert", schreib es mir in die erste Spalte "Thermostat" die Adresse des OID "Zielwert rein. Sobald ich aber umgekehrt (zuerst "Zielwert" und danach "Aktueller Wert") eingebe wird unter "Thermostat" die Adresse des Raumfühlers eingepflegt.

                                      Bildschirmfoto 2019-10-09 um 21.55.31.png

                                      OID aktueller wert
                                      Bildschirmfoto 2019-10-09 um 22.32.08.png

                                      OID Zielwert
                                      Bildschirmfoto 2019-10-09 um 22.33.08.png
                                      Die Fehlermeldungen sind nun nach Neustart der HM und HeatingControl Adapter leider immer noch vorhanden. Ich habe nun auch die HM Adapter auf Debug Stufe gesetzt und einen Ausschnitt des Logs findest du hier:
                                      P.S. hier sind alle OID richtig eingetragen, ich habe alle soweit kontrolliert.


                                      2019-10-09 22:18:40.658 - info: heatingcontrol.0 room 2OG_Bad Thermostat 2OG_Bad_Heizung_11_Kanal4.SET_TEMPERATURE set to 22
                                      2019-10-09 22:18:40.658 - debug: heatingcontrol.0 ### 22.0 0 0 0 0 0
                                      2019-10-09 22:18:40.658 - info: heatingcontrol.0 room 2OG_Bad Thermostat 2OG_Bad_Heizung_11_Kanal4.SET_TEMPERATURE set to 22
                                      2019-10-09 22:18:40.658 - debug: heatingcontrol.0 ### 22.0 0 0 0 0 0
                                      2019-10-09 22:18:40.658 - info: heatingcontrol.0 room 2OG_Bad Thermostat 2OG_Bad_Heizung_11_Kanal4.SET_TEMPERATURE set to 22
                                      2019-10-09 22:18:40.658 - debug: heatingcontrol.0 ### 22.0 0 0 0 0 0
                                      2019-10-09 22:18:40.658 - info: heatingcontrol.0 room 2OG_Bad Thermostat 2OG_Bad_Heizung_11_Kanal4.SET_TEMPERATURE set to 22
                                      2019-10-09 22:18:40.658 - debug: heatingcontrol.0 ### 22.0 0 0 0 0 0
                                      2019-10-09 22:18:40.658 - info: heatingcontrol.0 room 2OG_Bad Thermostat 2OG_Bad_Heizung_11_Kanal4.SET_TEMPERATURE set to 22
                                      2019-10-09 22:18:40.658 - debug: heatingcontrol.0 ### 22.0 0 0 0 0 0
                                      2019-10-09 22:18:40.658 - info: heatingcontrol.0 room 2OG_Bad Thermostat 2OG_Bad_Heizung_11_Kanal4.SET_TEMPERATURE set to 22
                                      2019-10-09 22:18:40.673 - debug: heatingcontrol.0 ### 22.0 0 0 0 0 0
                                      2019-10-09 22:18:40.673 - info: heatingcontrol.0 room 2OG_Bad Thermostat 2OG_Bad_Heizung_11_Kanal4.SET_TEMPERATURE set to 22
                                      2019-10-09 22:18:40.673 - debug: heatingcontrol.0 ### 22.0 0 0 0 0 0
                                      2019-10-09 22:18:40.673 - info: heatingcontrol.0 room 2OG_Bad Thermostat 2OG_Bad_Heizung_11_Kanal4.SET_TEMPERATURE set to 22
                                      2019-10-09 22:18:40.673 - debug: heatingcontrol.0 ### 22.0 0 0 0 0 0
                                      2019-10-09 22:18:40.673 - info: heatingcontrol.0 room 2OG_Bad Thermostat 2OG_Bad_Heizung_11_Kanal4.SET_TEMPERATURE set to 22
                                      2019-10-09 22:18:40.673 - debug: heatingcontrol.0 ### 22.0 0 0 0 0 0
                                      2019-10-09 22:18:40.673 - info: heatingcontrol.0 room 2OG_Bad Thermostat 2OG_Bad_Heizung_11_Kanal4.SET_TEMPERATURE set to 22
                                      2019-10-09 22:18:40.673 - debug: heatingcontrol.0 ### 22.0 0 0 0 0 0
                                      2019-10-09 22:18:40.673 - info: heatingcontrol.0 room 2OG_Bad Thermostat 2OG_Bad_Heizung_11_Kanal4.SET_TEMPERATURE set to 22
                                      2019-10-09 22:18:40.673 - debug: heatingcontrol.0 ### 22.0 0 0 0 0 0
                                      2019-10-09 22:18:40.673 - info: heatingcontrol.0 room 2OG_Bad Thermostat 2OG_Bad_Heizung_11_Kanal4.SET_TEMPERATURE set to 22
                                      2019-10-09 22:18:40.673 - debug: heatingcontrol.0 ### 22.0 0 0 0 0 0
                                      2019-10-09 22:18:40.673 - info: heatingcontrol.0 room 2OG_Bad Thermostat 2OG_Bad_Heizung_11_Kanal4.SET_TEMPERATURE set to 22
                                      2019-10-09 22:18:40.689 - debug: heatingcontrol.0 cron jobs
                                      2019-10-09 22:18:40.689 - debug: heatingcontrol.0 [INFO] status = true next event: 10 Oct 2019 00:00:00
                                      2019-10-09 22:18:40.689 - debug: heatingcontrol.0 [INFO] status = true next event: 10 Oct 2019 06:00:00
                                      2019-10-09 22:18:40.689 - debug: heatingcontrol.0 [INFO] status = true next event: 9 Oct 2019 23:00:00
                                      2019-10-09 22:18:40.689 - debug: heatingcontrol.0 cron jobs
                                      2019-10-09 22:18:40.689 - debug: heatingcontrol.0 [INFO] status = true next event: 10 Oct 2019 00:00:00
                                      2019-10-09 22:18:40.689 - debug: heatingcontrol.0 [INFO] status = true next event: 10 Oct 2019 06:00:00
                                      2019-10-09 22:18:40.689 - debug: heatingcontrol.0 [INFO] status = true next event: 9 Oct 2019 23:00:00
                                      2019-10-09 22:18:40.689 - debug: heatingcontrol.0 cron jobs
                                      2019-10-09 22:18:40.689 - debug: heatingcontrol.0 [INFO] status = true next event: 10 Oct 2019 00:00:00
                                      2019-10-09 22:18:40.689 - debug: heatingcontrol.0 [INFO] status = true next event: 10 Oct 2019 06:00:00
                                      2019-10-09 22:18:40.689 - debug: heatingcontrol.0 [INFO] status = true next event: 9 Oct 2019 23:00:00
                                      2019-10-09 22:18:40.689 - debug: heatingcontrol.0 cron jobs
                                      2019-10-09 22:18:40.689 - debug: heatingcontrol.0 [INFO] status = true next event: 10 Oct 2019 00:00:00
                                      2019-10-09 22:18:40.689 - debug: heatingcontrol.0 [INFO] status = true next event: 10 Oct 2019 06:00:00
                                      2019-10-09 22:18:40.689 - debug: heatingcontrol.0 [INFO] status = true next event: 9 Oct 2019 23:00:00
                                      2019-10-09 22:18:40.689 - debug: heatingcontrol.0 cron jobs
                                      2019-10-09 22:18:40.689 - debug: heatingcontrol.0 [INFO] status = true next event: 10 Oct 2019 00:00:00
                                      2019-10-09 22:18:40.689 - debug: heatingcontrol.0 [INFO] status = true next event: 10 Oct 2019 06:00:00
                                      2019-10-09 22:18:40.689 - debug: heatingcontrol.0 [INFO] status = true next event: 9 Oct 2019 23:00:00
                                      2019-10-09 22:18:40.689 - debug: heatingcontrol.0 cron jobs
                                      2019-10-09 22:18:40.689 - debug: heatingcontrol.0 [INFO] status = true next event: 10 Oct 2019 00:00:00
                                      2019-10-09 22:18:40.689 - debug: heatingcontrol.0 [INFO] status = true next event: 10 Oct 2019 06:00:00
                                      2019-10-09 22:18:40.689 - debug: heatingcontrol.0 [INFO] status = true next event: 9 Oct 2019 23:00:00
                                      2019-10-09 22:18:40.704 - debug: heatingcontrol.0 cron jobs
                                      2019-10-09 22:18:40.704 - debug: heatingcontrol.0 [INFO] status = true next event: 10 Oct 2019 00:00:00
                                      2019-10-09 22:18:40.704 - debug: heatingcontrol.0 [INFO] status = true next event: 10 Oct 2019 06:00:00
                                      2019-10-09 22:18:40.704 - debug: heatingcontrol.0 [INFO] status = true next event: 9 Oct 2019 23:00:00
                                      2019-10-09 22:18:40.704 - debug: heatingcontrol.0 cron jobs
                                      2019-10-09 22:18:40.704 - debug: heatingcontrol.0 [INFO] status = true next event: 10 Oct 2019 00:00:00
                                      2019-10-09 22:18:40.704 - debug: heatingcontrol.0 [INFO] status = true next event: 10 Oct 2019 06:00:00
                                      2019-10-09 22:18:40.704 - debug: heatingcontrol.0 [INFO] status = true next event: 9 Oct 2019 23:00:00
                                      2019-10-09 22:18:40.704 - debug: heatingcontrol.0 cron jobs
                                      2019-10-09 22:18:40.704 - debug: heatingcontrol.0 [INFO] status = true next event: 10 Oct 2019 00:00:00
                                      2019-10-09 22:18:40.704 - debug: heatingcontrol.0 [INFO] status = true next event: 10 Oct 2019 06:00:00
                                      2019-10-09 22:18:40.704 - debug: heatingcontrol.0 [INFO] status = true next event: 9 Oct 2019 23:00:00
                                      2019-10-09 22:18:40.704 - debug: heatingcontrol.0 cron jobs
                                      2019-10-09 22:18:40.704 - debug: heatingcontrol.0 [INFO] status = true next event: 10 Oct 2019 00:00:00
                                      2019-10-09 22:18:40.704 - debug: heatingcontrol.0 [INFO] status = true next event: 10 Oct 2019 06:00:00
                                      2019-10-09 22:18:40.704 - debug: heatingcontrol.0 [INFO] status = true next event: 9 Oct 2019 23:00:00
                                      2019-10-09 22:18:40.704 - debug: heatingcontrol.0 cron jobs
                                      2019-10-09 22:18:40.704 - debug: heatingcontrol.0 [INFO] status = true next event: 10 Oct 2019 00:00:00
                                      2019-10-09 22:18:40.704 - debug: heatingcontrol.0 [INFO] status = true next event: 10 Oct 2019 06:00:00
                                      2019-10-09 22:18:40.704 - debug: heatingcontrol.0 [INFO] status = true next event: 9 Oct 2019 23:00:00
                                      2019-10-09 22:18:40.704 - debug: heatingcontrol.0 cron jobs
                                      2019-10-09 22:18:40.704 - debug: heatingcontrol.0 [INFO] status = true next event: 10 Oct 2019 00:00:00
                                      2019-10-09 22:18:40.720 - debug: heatingcontrol.0 [INFO] status = true next event: 10 Oct 2019 06:00:00
                                      2019-10-09 22:18:40.720 - debug: heatingcontrol.0 [INFO] status = true next event: 9 Oct 2019 23:00:00
                                      2019-10-09 22:18:40.720 - debug: heatingcontrol.0 cron jobs
                                      2019-10-09 22:18:40.720 - debug: heatingcontrol.0 [INFO] status = true next event: 10 Oct 2019 00:00:00
                                      2019-10-09 22:18:40.720 - debug: heatingcontrol.0 [INFO] status = true next event: 10 Oct 2019 06:00:00
                                      2019-10-09 22:18:40.720 - debug: heatingcontrol.0 [INFO] status = true next event: 9 Oct 2019 23:00:00
                                      2019-10-09 22:18:40.159 - debug: hm-rpc.0 setValue ["OEQ0846278:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                      2019-10-09 22:18:40.205 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                      2019-10-09 22:18:40.205 - debug: hm-rpc.0 setValue ["OEQ0846278:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                      2019-10-09 22:18:40.205 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                      2019-10-09 22:18:40.205 - debug: hm-rpc.0 setValue ["OEQ0846278:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                      2019-10-09 22:18:40.205 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                      2019-10-09 22:18:40.205 - debug: hm-rpc.0 setValue ["OEQ0846278:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                      2019-10-09 22:18:40.205 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                      2019-10-09 22:18:40.205 - debug: hm-rpc.0 setValue ["OEQ0846278:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                      2019-10-09 22:18:40.205 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                      2019-10-09 22:18:40.205 - debug: hm-rpc.0 setValue ["OEQ0846278:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                      2019-10-09 22:18:40.205 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                      2019-10-09 22:18:40.205 - debug: hm-rpc.0 setValue ["OEQ0846278:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                      2019-10-09 22:18:40.205 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                      2019-10-09 22:18:40.205 - debug: hm-rpc.0 setValue ["OEQ0846278:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                      2019-10-09 22:18:40.205 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                      2019-10-09 22:18:40.205 - debug: hm-rpc.0 setValue ["OEQ0846278:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                      2019-10-09 22:18:40.205 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                      2019-10-09 22:18:40.205 - debug: hm-rpc.0 setValue ["OEQ0846278:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                      2019-10-09 22:18:40.205 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                      2019-10-09 22:18:40.205 - debug: hm-rpc.0 setValue ["OEQ0846278:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                      2019-10-09 22:18:40.205 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                      2019-10-09 22:18:40.205 - debug: hm-rpc.0 setValue ["OEQ0846278:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                      2019-10-09 22:18:40.205 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                      2019-10-09 22:18:40.205 - debug: hm-rpc.0 setValue ["OEQ0846278:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                      2019-10-09 22:18:40.205 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                      2019-10-09 22:18:40.205 - debug: hm-rpc.0 setValue ["OEQ0846143:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                      2019-10-09 22:18:40.205 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                      2019-10-09 22:18:40.205 - debug: hm-rpc.0 setValue ["OEQ0843010:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                      2019-10-09 22:18:40.205 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                      2019-10-09 22:18:40.205 - debug: hm-rpc.0 setValue ["OEQ0843010:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                      2019-10-09 22:18:40.205 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                      2019-10-09 22:18:40.205 - debug: hm-rpc.0 setValue ["OEQ0843010:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                      2019-10-09 22:18:40.221 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                      2019-10-09 22:18:40.221 - debug: hm-rpc.0 setValue ["OEQ0843010:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                      2019-10-09 22:18:40.221 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                      2019-10-09 22:18:40.221 - debug: hm-rpc.0 setValue ["OEQ0843010:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                      2019-10-09 22:18:40.221 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                      2019-10-09 22:18:40.221 - debug: hm-rpc.0 setValue ["OEQ0843010:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                      2019-10-09 22:18:40.221 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                      2019-10-09 22:18:40.221 - debug: hm-rpc.0 setValue ["OEQ0843010:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                      2019-10-09 22:18:40.221 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                      2019-10-09 22:18:40.221 - debug: hm-rpc.0 setValue ["OEQ0843010:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                      2019-10-09 22:18:40.221 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                      2019-10-09 22:18:40.221 - debug: hm-rpc.0 setValue ["OEQ0843010:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                      2019-10-09 22:18:40.221 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                      2019-10-09 22:18:40.221 - debug: hm-rpc.0 setValue ["OEQ0843010:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                      2019-10-09 22:18:40.221 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                      2019-10-09 22:18:40.221 - debug: hm-rpc.0 setValue ["OEQ0843010:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                      2019-10-09 22:18:40.221 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                      2019-10-09 22:18:40.221 - debug: hm-rpc.0 setValue ["OEQ0843010:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                      2019-10-09 22:18:40.221 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                      2019-10-09 22:18:40.221 - debug: hm-rpc.0 setValue ["OEQ0843010:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                      2019-10-09 22:18:40.221 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                      2019-10-09 22:18:40.221 - debug: hm-rpc.0 setValue ["OEQ0843134:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                      2019-10-09 22:18:40.221 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                      2019-10-09 22:18:40.221 - debug: hm-rpc.0 setValue ["OEQ0843134:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                      2019-10-09 22:18:40.221 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                      2019-10-09 22:18:40.221 - debug: hm-rpc.0 setValue ["OEQ0843134:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                      2019-10-09 22:18:40.221 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                      2019-10-09 22:18:40.221 - debug: hm-rpc.0 setValue ["OEQ0843134:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                      2019-10-09 22:18:40.221 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                      2019-10-09 22:18:40.221 - debug: hm-rpc.0 setValue ["OEQ0843134:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                      2019-10-09 22:18:40.221 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                      2019-10-09 22:18:40.221 - debug: hm-rpc.0 setValue ["OEQ0843134:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                      2019-10-09 22:18:40.221 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                      2019-10-09 22:18:40.221 - debug: hm-rpc.0 setValue ["OEQ0843134:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                      2019-10-09 22:18:40.221 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                      2019-10-09 22:18:40.221 - debug: hm-rpc.0 setValue ["OEQ0843134:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                      2019-10-09 22:18:40.221 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                      2019-10-09 22:18:40.221 - debug: hm-rpc.0 setValue ["OEQ0843134:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                      2019-10-09 22:18:40.221 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                      2019-10-09 22:18:40.221 - debug: hm-rpc.0 setValue ["OEQ0843134:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                      2019-10-09 22:18:40.221 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                      2019-10-09 22:18:40.221 - debug: hm-rpc.0 setValue ["OEQ0843134:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                      2019-10-09 22:18:40.221 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                      2019-10-09 22:18:40.221 - debug: hm-rpc.0 setValue ["OEQ0843134:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                      2019-10-09 22:18:40.221 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                      2019-10-09 22:18:40.221 - debug: hm-rpc.0 setValue ["OEQ0843134:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                      2019-10-09 22:18:41.172 - info: host.Home-PC instance system.adapter.hm-rpc.1 started with pid 5484
                                      2019-10-09 22:18:41.859 - debug: hm-rpc.1 objectDB connected
                                      2019-10-09 22:18:41.874 - debug: hm-rpc.1 statesDB connected
                                      2019-10-09 22:18:41.890 - info: hm-rpc.1 starting. Version 1.10.0 in C:/ioBroker/node_modules/iobroker.hm-rpc, node: v10.14.1
                                      2019-10-09 22:18:41.921 - info: hm-rpc.1 [META] Meta data updated
                                      2019-10-09 22:18:43.122 - info: hm-rpc.1 xmlrpc server is trying to listen on 192.168.0.17:2010
                                      2019-10-09 22:18:43.122 - info: hm-rpc.1 xmlrpc client is trying to connect to 192.168.0.16:2010/ with ["http://192.168.0.17:2010","hm-rpc.1"]
                                      2019-10-09 22:18:43.122 - debug: hm-rpc.1 Connect...
                                      2019-10-09 22:18:43.122 - debug: hm-rpc.1 xmlrpc -> 192.168.0.16:2010/ init ["http://192.168.0.17:2010","hm-rpc.1"]
                                      2019-10-09 22:18:43.122 - debug: hm-rpc.1 start connecting interval
                                      2019-10-09 22:18:43.419 - info: hm-rpc.1 Connected
                                      2019-10-09 22:18:43.419 - debug: hm-rpc.1 clear connecting interval
                                      2019-10-09 22:18:43.419 - debug: hm-rpc.1 start ping interval
                                      2019-10-09 22:18:43.621 - info: hm-rpc.1 xmlrpc <- listDevices ["hm-rpc.1"]
                                      2019-10-09 22:18:43.637 - info: hm-rpc.1 xmlrpc -> 0 devices
                                      2019-10-09 22:18:44.386 - info: hm-rpc.1 xmlrpc <- newDevices 90
                                      2019-10-09 22:18:44.401 - info: hm-rpc.1 new HmIP devices/channels after filter: 0
                                      2019-10-09 22:18:41.017 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 22
                                      2019-10-09 22:18:41.017 - debug: hm-rpc.0 setValue ["OEQ0845830:4","SET_TEMPERATURE",{"explicitDouble":22}] FLOAT
                                      2019-10-09 22:18:41.017 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 17
                                      2019-10-09 22:18:41.017 - debug: hm-rpc.0 setValue ["OEQ0844685:4","SET_TEMPERATURE",{"explicitDouble":17}] FLOAT
                                      2019-10-09 22:18:41.017 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 17
                                      2019-10-09 22:18:41.017 - debug: hm-rpc.0 setValue ["OEQ0844685:4","SET_TEMPERATURE",{"explicitDouble":17}] FLOAT
                                      2019-10-09 22:18:41.017 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 17
                                      2019-10-09 22:18:41.017 - debug: hm-rpc.0 setValue ["OEQ0844685:4","SET_TEMPERATURE",{"explicitDouble":17}] FLOAT
                                      2019-10-09 22:18:41.017 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 17
                                      2019-10-09 22:18:41.017 - debug: hm-rpc.0 setValue ["OEQ0844685:4","SET_TEMPERATURE",{"explicitDouble":17}] FLOAT
                                      2019-10-09 22:18:41.017 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 17
                                      2019-10-09 22:18:41.017 - debug: hm-rpc.0 setValue ["OEQ0844685:4","SET_TEMPERATURE",{"explicitDouble":17}] FLOAT
                                      2019-10-09 22:18:41.017 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 17
                                      2019-10-09 22:18:41.017 - debug: hm-rpc.0 setValue ["OEQ0844685:4","SET_TEMPERATURE",{"explicitDouble":17}] FLOAT
                                      2019-10-09 22:18:41.017 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 17
                                      2019-10-09 22:18:41.017 - debug: hm-rpc.0 setValue ["OEQ0844685:4","SET_TEMPERATURE",{"explicitDouble":17}] FLOAT
                                      2019-10-09 22:18:41.017 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 17
                                      2019-10-09 22:18:41.017 - debug: hm-rpc.0 setValue ["OEQ0844685:4","SET_TEMPERATURE",{"explicitDouble":17}] FLOAT
                                      2019-10-09 22:18:41.017 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 17
                                      2019-10-09 22:18:41.017 - debug: hm-rpc.0 setValue ["OEQ0844685:4","SET_TEMPERATURE",{"explicitDouble":17}] FLOAT
                                      2019-10-09 22:18:41.017 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 17
                                      2019-10-09 22:18:41.017 - debug: hm-rpc.0 setValue ["OEQ0844685:4","SET_TEMPERATURE",{"explicitDouble":17}] FLOAT
                                      2019-10-09 22:18:41.032 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 17
                                      2019-10-09 22:18:41.032 - debug: hm-rpc.0 setValue ["OEQ0844685:4","SET_TEMPERATURE",{"explicitDouble":17}] FLOAT
                                      2019-10-09 22:18:41.032 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 17
                                      2019-10-09 22:18:41.032 - debug: hm-rpc.0 setValue ["OEQ0844685:4","SET_TEMPERATURE",{"explicitDouble":17}] FLOAT
                                      2019-10-09 22:18:41.032 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 17
                                      2019-10-09 22:18:41.032 - debug: hm-rpc.0 setValue ["OEQ0844685:4","SET_TEMPERATURE",{"explicitDouble":17}] FLOAT
                                      2019-10-09 22:18:41.032 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 20
                                      2019-10-09 22:18:41.032 - debug: hm-rpc.0 setValue ["OEQ1248833:4","SET_TEMPERATURE",{"explicitDouble":20}] FLOAT
                                      2019-10-09 22:18:41.032 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 20
                                      2019-10-09 22:18:41.032 - debug: hm-rpc.0 setValue ["OEQ1248833:4","SET_TEMPERATURE",{"explicitDouble":20}] FLOAT
                                      2019-10-09 22:18:41.032 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 20
                                      2019-10-09 22:18:41.032 - debug: hm-rpc.0 setValue ["OEQ1248833:4","SET_TEMPERATURE",{"explicitDouble":20}] FLOAT
                                      2019-10-09 22:18:41.032 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 20
                                      2019-10-09 22:18:41.032 - debug: hm-rpc.0 setValue ["OEQ1248833:4","SET_TEMPERATURE",{"explicitDouble":20}] FLOAT
                                      2019-10-09 22:18:41.032 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 20
                                      2019-10-09 22:18:41.032 - debug: hm-rpc.0 setValue ["OEQ1248833:4","SET_TEMPERATURE",{"explicitDouble":20}] FLOAT
                                      2019-10-09 22:18:41.032 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 20
                                      2019-10-09 22:18:41.032 - debug: hm-rpc.0 setValue ["OEQ1248833:4","SET_TEMPERATURE",{"explicitDouble":20}] FLOAT
                                      2019-10-09 22:18:41.032 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 20
                                      2019-10-09 22:18:41.032 - debug: hm-rpc.0 setValue ["OEQ1248833:4","SET_TEMPERATURE",{"explicitDouble":20}] FLOAT
                                      2019-10-09 22:18:41.032 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 20
                                      2019-10-09 22:18:41.032 - debug: hm-rpc.0 setValue ["OEQ1248833:4","SET_TEMPERATURE",{"explicitDouble":20}] FLOAT
                                      2019-10-09 22:18:41.032 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 20
                                      2019-10-09 22:18:41.032 - debug: hm-rpc.0 setValue ["OEQ1248833:4","SET_TEMPERATURE",{"explicitDouble":20}] FLOAT
                                      2019-10-09 22:18:41.032 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 20
                                      2019-10-09 22:18:41.032 - debug: hm-rpc.0 setValue ["OEQ1248833:4","SET_TEMPERATURE",{"explicitDouble":20}] FLOAT
                                      2019-10-09 22:18:41.032 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 20
                                      2019-10-09 22:18:41.032 - debug: hm-rpc.0 setValue ["OEQ1248833:4","SET_TEMPERATURE",{"explicitDouble":20}] FLOAT
                                      2019-10-09 22:18:41.032 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 20
                                      2019-10-09 22:18:41.032 - debug: hm-rpc.0 setValue ["OEQ1248833:4","SET_TEMPERATURE",{"explicitDouble":20}] FLOAT
                                      2019-10-09 22:18:41.032 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 20
                                      2019-10-09 22:18:41.032 - debug: hm-rpc.0 setValue ["OEQ1248833:4","SET_TEMPERATURE",{"explicitDouble":20}] FLOAT
                                      2019-10-09 22:18:41.032 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 18
                                      2019-10-09 22:18:41.032 - debug: hm-rpc.0 setValue ["OEQ0846127:4","SET_TEMPERATURE",{"explicitDouble":18}] FLOAT
                                      2019-10-09 22:18:41.032 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 18
                                      2019-10-09 22:18:41.032 - debug: hm-rpc.0 setValue ["OEQ0846127:4","SET_TEMPERATURE",{"explicitDouble":18}] FLOAT
                                      2019-10-09 22:18:41.032 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 18
                                      2019-10-09 22:18:41.032 - debug: hm-rpc.0 setValue ["OEQ0846127:4","SET_TEMPERATURE",{"explicitDouble":18}] FLOAT
                                      2019-10-09 22:18:41.032 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 18
                                      2019-10-09 22:18:41.032 - debug: hm-rpc.0 setValue ["OEQ0846127:4","SET_TEMPERATURE",{"explicitDouble":18}] FLOAT
                                      2019-10-09 22:18:41.032 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 18
                                      2019-10-09 22:18:41.032 - debug: hm-rpc.0 setValue ["OEQ0846127:4","SET_TEMPERATURE",{"explicitDouble":18}] FLOAT
                                      2019-10-09 22:18:41.032 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 18
                                      2019-10-09 22:18:41.032 - debug: hm-rpc.0 setValue ["OEQ0846127:4","SET_TEMPERATURE",{"explicitDouble":18}] FLOAT
                                      2019-10-09 22:18:41.032 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 18
                                      2019-10-09 22:18:41.032 - debug: hm-rpc.0 setValue ["OEQ0846127:4","SET_TEMPERATURE",{"explicitDouble":18}] FLOAT
                                      2019-10-09 22:18:41.048 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 18
                                      2019-10-09 22:18:41.048 - debug: hm-rpc.0 setValue ["OEQ0846127:4","SET_TEMPERATURE",{"explicitDouble":18}] FLOAT
                                      2019-10-09 22:18:41.048 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 18
                                      2019-10-09 22:18:41.048 - debug: hm-rpc.0 setValue ["OEQ0846127:4","SET_TEMPERATURE",{"explicitDouble":18}] FLOAT
                                      2019-10-09 22:18:41.048 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 18
                                      2019-10-09 22:18:41.048 - debug: hm-rpc.0 setValue ["OEQ0846127:4","SET_TEMPERATURE",{"explicitDouble":18}] FLOAT
                                      2019-10-09 22:18:41.048 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 18
                                      2019-10-09 22:18:41.048 - debug: hm-rpc.0 setValue ["OEQ0846127:4","SET_TEMPERATURE",{"explicitDouble":18}] FLOAT
                                      2019-10-09 22:18:41.048 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 18
                                      2019-10-09 22:18:41.048 - debug: hm-rpc.0 setValue ["OEQ0846127:4","SET_TEMPERATURE",{"explicitDouble":18}] FLOAT
                                      2019-10-09 22:18:41.048 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 18
                                      2019-10-09 22:18:41.048 - debug: hm-rpc.0 setValue ["OEQ0846127:4","SET_TEMPERATURE",{"explicitDouble":18}] FLOAT
                                      2019-10-09 22:18:41.048 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 18
                                      2019-10-09 22:18:41.048 - debug: hm-rpc.0 setValue ["OEQ0846127:4","SET_TEMPERATURE",{"explicitDouble":18}] FLOAT
                                      2019-10-09 22:18:41.048 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 18
                                      2019-10-09 22:18:41.048 - debug: hm-rpc.0 setValue ["OEQ0846127:4","SET_TEMPERATURE",{"explicitDouble":18}] FLOAT
                                      2019-10-09 22:18:41.048 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 18
                                      2019-10-09 22:18:41.048 - debug: hm-rpc.0 setValue ["OEQ0846127:4","SET_TEMPERATURE",{"explicitDouble":18}] FLOAT
                                      2019-10-09 22:18:41.048 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 18
                                      2019-10-09 22:18:41.048 - debug: hm-rpc.0 setValue ["OEQ0846127:4","SET_TEMPERATURE",{"explicitDouble":18}] FLOAT
                                      2019-10-09 22:18:41.048 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 18
                                      2019-10-09 22:18:41.048 - debug: hm-rpc.0 setValue ["OEQ0846127:4","SET_TEMPERATURE",{"explicitDouble":18}] FLOAT
                                      2019-10-09 22:18:41.048 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 18
                                      2019-10-09 22:18:41.048 - debug: hm-rpc.0 setValue ["OEQ0846127:4","SET_TEMPERATURE",{"explicitDouble":18}] FLOAT
                                      2019-10-09 22:18:41.048 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 18
                                      2019-10-09 22:18:41.048 - debug: hm-rpc.0 setValue ["OEQ0846127:4","SET_TEMPERATURE",{"explicitDouble":18}] FLOAT
                                      2019-10-09 22:18:41.048 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 18
                                      2019-10-09 22:18:41.048 - debug: hm-rpc.0 setValue ["OEQ0846127:4","SET_TEMPERATURE",{"explicitDouble":18}] FLOAT
                                      2019-10-09 22:18:41.048 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 18
                                      2019-10-09 22:18:41.048 - debug: hm-rpc.0 setValue ["OEQ0846127:4","SET_TEMPERATURE",{"explicitDouble":18}] FLOAT
                                      2019-10-09 22:18:41.048 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 18
                                      2019-10-09 22:18:41.048 - debug: hm-rpc.0 setValue ["OEQ0846127:4","SET_TEMPERATURE",{"explicitDouble":18}] FLOAT
                                      2019-10-09 22:18:41.048 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 18
                                      2019-10-09 22:18:41.048 - debug: hm-rpc.0 setValue ["OEQ0846127:4","SET_TEMPERATURE",{"explicitDouble":18}] FLOAT
                                      2019-10-09 22:18:41.048 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 18
                                      2019-10-09 22:18:41.048 - debug: hm-rpc.0 setValue ["OEQ0846127:4","SET_TEMPERATURE",{"explicitDouble":18}] FLOAT
                                      2019-10-09 22:18:41.048 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 18
                                      2019-10-09 22:18:41.048 - debug: hm-rpc.0 setValue ["OEQ0846127:4","SET_TEMPERATURE",{"explicitDouble":18}] FLOAT
                                      2019-10-09 22:18:41.048 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 22
                                      2019-10-09 22:18:41.048 - debug: hm-rpc.0 setValue ["OEQ0845933:4","SET_TEMPERATURE",{"explicitDouble":22}] FLOAT
                                      2019-10-09 22:18:41.048 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 22
                                      2019-10-09 22:18:41.048 - debug: hm-rpc.0 setValue ["OEQ0845933:4","SET_TEMPERATURE",{"explicitDouble":22}] FLOAT
                                      2019-10-09 22:18:41.048 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 22
                                      2019-10-09 22:18:41.048 - debug: hm-rpc.0 setValue ["OEQ0845933:4","SET_TEMPERATURE",{"explicitDouble":22}] FLOAT
                                      2019-10-09 22:18:41.048 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 22
                                      2019-10-09 22:18:41.048 - debug: hm-rpc.0 setValue ["OEQ0845933:4","SET_TEMPERATURE",{"explicitDouble":22}] FLOAT
                                      2019-10-09 22:18:41.048 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 22
                                      2019-10-09 22:18:41.048 - debug: hm-rpc.0 setValue ["OEQ0845933:4","SET_TEMPERATURE",{"explicitDouble":22}] FLOAT
                                      2019-10-09 22:18:41.048 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 22
                                      2019-10-09 22:18:41.048 - debug: hm-rpc.0 setValue ["OEQ0845933:4","SET_TEMPERATURE",{"explicitDouble":22}] FLOAT
                                      2019-10-09 22:18:41.048 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 22
                                      2019-10-09 22:18:41.048 - debug: hm-rpc.0 setValue ["OEQ0845933:4","SET_TEMPERATURE",{"explicitDouble":22}] FLOAT
                                      2019-10-09 22:18:41.048 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 22
                                      2019-10-09 22:18:41.048 - debug: hm-rpc.0 setValue ["OEQ0845933:4","SET_TEMPERATURE",{"explicitDouble":22}] FLOAT
                                      2019-10-09 22:18:41.048 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 22
                                      2019-10-09 22:18:41.048 - debug: hm-rpc.0 setValue ["OEQ0845933:4","SET_TEMPERATURE",{"explicitDouble":22}] FLOAT
                                      2019-10-09 22:18:41.048 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 22
                                      2019-10-09 22:18:41.048 - debug: hm-rpc.0 setValue ["OEQ0845933:4","SET_TEMPERATURE",{"explicitDouble":22}] FLOAT
                                      2019-10-09 22:18:41.048 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 22
                                      2019-10-09 22:18:41.048 - debug: hm-rpc.0 setValue ["OEQ0845933:4","SET_TEMPERATURE",{"explicitDouble":22}] FLOAT
                                      2019-10-09 22:18:41.048 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 22
                                      2019-10-09 22:18:41.048 - debug: hm-rpc.0 setValue ["OEQ0845933:4","SET_TEMPERATURE",{"explicitDouble":22}] FLOAT
                                      2019-10-09 22:18:41.048 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 22
                                      2019-10-09 22:18:41.048 - debug: hm-rpc.0 setValue ["OEQ0845933:4","SET_TEMPERATURE",{"explicitDouble":22}] FLOAT
                                      2019-10-09 22:18:41.048 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                      2019-10-09 22:18:41.048 - debug: hm-rpc.0 setValue ["OEQ0846143:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                      2019-10-09 22:18:41.048 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                      2019-10-09 22:18:41.048 - debug: hm-rpc.0 setValue ["OEQ0846143:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                      2019-10-09 22:18:41.048 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                      2019-10-09 22:18:41.048 - debug: hm-rpc.0 setValue ["OEQ0846143:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                      2019-10-09 22:18:41.063 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                      2019-10-09 22:18:41.063 - debug: hm-rpc.0 setValue ["OEQ0846143:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                      2019-10-09 22:18:41.063 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                      2019-10-09 22:18:41.063 - debug: hm-rpc.0 setValue ["OEQ0846143:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                      2019-10-09 22:18:41.063 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                      2019-10-09 22:18:41.063 - debug: hm-rpc.0 setValue ["OEQ0846143:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                      2019-10-09 22:18:41.063 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                      2019-10-09 22:18:41.063 - debug: hm-rpc.0 setValue ["OEQ0846143:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                      2019-10-09 22:18:41.063 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                      2019-10-09 22:18:41.063 - debug: hm-rpc.0 setValue ["OEQ0846143:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                      2019-10-09 22:18:41.063 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                      2019-10-09 22:18:41.063 - debug: hm-rpc.0 setValue ["OEQ0846143:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                      2019-10-09 22:18:41.063 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                      2019-10-09 22:18:41.063 - debug: hm-rpc.0 setValue ["OEQ0846143:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                      2019-10-09 22:18:41.063 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                      2019-10-09 22:18:41.063 - debug: hm-rpc.0 setValue ["OEQ0846143:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                      2019-10-09 22:18:41.063 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                      2019-10-09 22:18:41.063 - debug: hm-rpc.0 setValue ["OEQ0846143:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                      2019-10-09 22:18:41.063 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 19
                                      2019-10-09 22:18:41.063 - debug: hm-rpc.0 setValue ["OEQ0846143:4","SET_TEMPERATURE",{"explicitDouble":19}] FLOAT
                                      2019-10-09 22:18:41.063 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 22
                                      2019-10-09 22:18:41.063 - debug: hm-rpc.0 setValue ["OEQ0845830:4","SET_TEMPERATURE",{"explicitDouble":22}] FLOAT
                                      2019-10-09 22:18:41.063 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 22
                                      2019-10-09 22:18:41.063 - debug: hm-rpc.0 setValue ["OEQ0845830:4","SET_TEMPERATURE",{"explicitDouble":22}] FLOAT
                                      2019-10-09 22:18:41.063 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 22
                                      2019-10-09 22:18:41.063 - debug: hm-rpc.0 setValue ["OEQ0845830:4","SET_TEMPERATURE",{"explicitDouble":22}] FLOAT
                                      2019-10-09 22:18:41.063 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 22
                                      2019-10-09 22:18:41.063 - debug: hm-rpc.0 setValue ["OEQ0845830:4","SET_TEMPERATURE",{"explicitDouble":22}] FLOAT
                                      2019-10-09 22:18:41.063 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 22
                                      2019-10-09 22:18:41.063 - debug: hm-rpc.0 setValue ["OEQ0845830:4","SET_TEMPERATURE",{"explicitDouble":22}] FLOAT
                                      2019-10-09 22:18:41.063 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 22
                                      2019-10-09 22:18:41.063 - debug: hm-rpc.0 setValue ["OEQ0845830:4","SET_TEMPERATURE",{"explicitDouble":22}] FLOAT
                                      2019-10-09 22:18:41.063 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 22
                                      2019-10-09 22:18:41.063 - debug: hm-rpc.0 setValue ["OEQ0845830:4","SET_TEMPERATURE",{"explicitDouble":22}] FLOAT
                                      2019-10-09 22:18:41.063 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 22
                                      2019-10-09 22:18:41.063 - debug: hm-rpc.0 setValue ["OEQ0845830:4","SET_TEMPERATURE",{"explicitDouble":22}] FLOAT
                                      2019-10-09 22:18:41.063 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 22
                                      2019-10-09 22:18:41.063 - debug: hm-rpc.0 setValue ["OEQ0845830:4","SET_TEMPERATURE",{"explicitDouble":22}] FLOAT
                                      2019-10-09 22:18:41.063 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 22
                                      2019-10-09 22:18:41.063 - debug: hm-rpc.0 setValue ["OEQ0845830:4","SET_TEMPERATURE",{"explicitDouble":22}] FLOAT
                                      2019-10-09 22:18:41.063 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 22
                                      2019-10-09 22:18:41.063 - debug: hm-rpc.0 setValue ["OEQ0845830:4","SET_TEMPERATURE",{"explicitDouble":22}] FLOAT
                                      2019-10-09 22:18:41.063 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 22
                                      2019-10-09 22:18:41.063 - debug: hm-rpc.0 setValue ["OEQ0845830:4","SET_TEMPERATURE",{"explicitDouble":22}] FLOAT
                                      2019-10-09 22:18:41.063 - debug: hm-rpc.0 xmlrpc -> setValue 4 SET_TEMPERATURE: 22
                                      2019-10-09 22:18:41.063 - debug: hm-rpc.0 setValue ["OEQ0845830:4","SET_TEMPERATURE",{"explicitDouble":22}] FLOAT
                                      2019-10-09 22:18:44.683 - error: hm-rpc.0 xmlrpc -> setValue ["4","SET_TEMPERATURE",22] FLOAT
                                      2019-10-09 22:18:44.683 - error: hm-rpc.0 Error: XML-RPC fault: Failure
                                      2019-10-09 22:18:44.683 - debug: hm-rpc.0 xml multicall : hm-rpc.0,OEQ0846278:0,UNREACH,true
                                      2019-10-09 22:18:44.683 - debug: hm-rpc.0 xmlrpc <- event ["hm-rpc.0","OEQ0846278:0","UNREACH",true]
                                      2019-10-09 22:18:44.683 - debug: hm-rpc.0 hm-rpc.0.OEQ0846278.0.UNREACH ==> UNIT: "" (min: false, max: true) From "true" => "true"
                                      2019-10-09 22:18:44.683 - debug: hm-rpc.0 xml multicall : hm-rpc.0,OEQ0846278:0,STICKY_UNREACH,true
                                      2019-10-09 22:18:44.683 - debug: hm-rpc.0 xmlrpc <- event ["hm-rpc.0","OEQ0846278:0","STICKY_UNREACH",true]
                                      2019-10-09 22:18:44.683 - debug: hm-rpc.0 hm-rpc.0.OEQ0846278.0.STICKY_UNREACH ==> UNIT: "" (min: false, max: true) From "true" => "true"
                                      2019-10-09 22:18:44.714 - error: hm-rpc.0 xmlrpc -> setValue ["4","SET_TEMPERATURE",22] FLOAT
                                      2019-10-09 22:18:44.714 - error: hm-rpc.0 Error: XML-RPC fault: Failure
                                      2019-10-09 22:18:44.714 - error: hm-rpc.0 xmlrpc -> setValue ["4","SET_TEMPERATURE",22] FLOAT
                                      2019-10-09 22:18:44.714 - error: hm-rpc.0 Error: XML-RPC fault: Failure
                                      2019-10-09 22:18:44.714 - error: hm-rpc.0 xmlrpc -> setValue ["4","SET_TEMPERATURE",17] FLOAT
                                      2019-10-09 22:18:44.714 - error: hm-rpc.0 Error: XML-RPC fault: Failure
                                      2019-10-09 22:18:44.714 - error: hm-rpc.0 xmlrpc -> setValue ["4","SET_TEMPERATURE",20] FLOAT
                                      2019-10-09 22:18:44.714 - error: hm-rpc.0 Error: XML-RPC fault: Failure
                                      2019-10-09 22:18:44.714 - error: hm-rpc.0 xmlrpc -> setValue ["4","SET_TEMPERATURE",18] FLOAT
                                      2019-10-09 22:18:44.714 - error: hm-rpc.0 Error: XML-RPC fault: Failure
                                      2019-10-09 22:18:44.745 - debug: hm-rpc.0 xml multicall : hm-rpc.0,OEQ0843010:0,UNREACH,true
                                      2019-10-09 22:18:44.745 - debug: hm-rpc.0 xmlrpc <- event ["hm-rpc.0","OEQ0843010:0","UNREACH",true]
                                      2019-10-09 22:18:44.745 - debug: hm-rpc.0 hm-rpc.0.OEQ0843010.0.UNREACH ==> UNIT: "" (min: false, max: true) From "true" => "true"
                                      2019-10-09 22:18:44.745 - debug: hm-rpc.0 xml multicall : hm-rpc.0,OEQ0843010:0,STICKY_UNREACH,true
                                      2019-10-09 22:18:44.745 - debug: hm-rpc.0 xmlrpc <- event ["hm-rpc.0","OEQ0843010:0","STICKY_UNREACH",true]
                                      2019-10-09 22:18:44.745 - debug: hm-rpc.0 hm-rpc.0.OEQ0843010.0.STICKY_UNREACH ==> UNIT: "" (min: false, max: true) From "true" => "true"
                                      2019-10-09 22:18:44.745 - debug: hm-rpc.0 xml multicall : hm-rpc.0,OEQ0843134:0,UNREACH,true
                                      2019-10-09 22:18:44.745 - debug: hm-rpc.0 xmlrpc <- event ["hm-rpc.0","OEQ0843134:0","UNREACH",true]
                                      2019-10-09 22:18:44.745 - debug: hm-rpc.0 hm-rpc.0.OEQ0843134.0.UNREACH ==> UNIT: "" (min: false, max: true) From "true" => "true"
                                      2019-10-09 22:18:44.745 - debug: hm-rpc.0 xml multicall : hm-rpc.0,OEQ0843134:0,STICKY_UNREACH,true
                                      2019-10-09 22:18:44.745 - debug: hm-rpc.0 xmlrpc <- event ["hm-rpc.0","OEQ0843134:0","STICKY_UNREACH",true]
                                      2019-10-09 22:18:44.745 - debug: hm-rpc.0 hm-rpc.0.OEQ0843134.0.STICKY_UNREACH ==> UNIT: "" (min: false, max: true) From "true" => "true"
                                      2019-10-09 22:18:44.745 - debug: hm-rpc.0 xml multicall : hm-rpc.0,OEQ0844685:0,UNREACH,true
                                      2019-10-09 22:18:44.745 - debug: hm-rpc.0 xmlrpc <- event ["hm-rpc.0","OEQ0844685:0","UNREACH",true]
                                      2019-10-09 22:18:44.745 - debug: hm-rpc.0 hm-rpc.0.OEQ0844685.0.UNREACH ==> UNIT: "" (min: false, max: true) From "true" => "true"
                                      2019-10-09 22:18:44.745 - debug: hm-rpc.0 xml multicall : hm-rpc.0,OEQ0844685:0,STICKY_UNREACH,true
                                      2019-10-09 22:18:44.745 - debug: hm-rpc.0 xmlrpc <- event ["hm-rpc.0","OEQ0844685:0","STICKY_UNREACH",true]
                                      2019-10-09 22:18:44.745 - debug: hm-rpc.0 hm-rpc.0.OEQ0844685.0.STICKY_UNREACH ==> UNIT: "" (min: false, max: true) From "true" => "true"
                                      2019-10-09 22:18:44.745 - debug: hm-rpc.0 xml multicall : hm-rpc.0,OEQ1248833:0,UNREACH,true
                                      2019-10-09 22:18:44.745 - debug: hm-rpc.0 xmlrpc <- event ["hm-rpc.0","OEQ1248833:0","UNREACH",true]
                                      2019-10-09 22:18:44.745 - debug: hm-rpc.0 hm-rpc.0.OEQ1248833.0.UNREACH ==> UNIT: "" (min: false, max: true) From "true" => "true"
                                      2019-10-09 22:18:44.745 - debug: hm-rpc.0 xml multicall : hm-rpc.0,OEQ1248833:0,STICKY_UNREACH,true
                                      2019-10-09 22:18:44.745 - debug: hm-rpc.0 xmlrpc <- event ["hm-rpc.0","OEQ1248833:0","STICKY_UNREACH",true]
                                      2019-10-09 22:18:44.745 - debug: hm-rpc.0 hm-rpc.0.OEQ1248833.0.STICKY_UNREACH ==> UNIT: "" (min: false, max: true) From "true" => "true"
                                      2019-10-09 22:18:44.745 - debug: hm-rpc.0 xml multicall : hm-rpc.0,OEQ0846127:0,UNREACH,true
                                      2019-10-09 22:18:44.745 - debug: hm-rpc.0 xmlrpc <- event ["hm-rpc.0","OEQ0846127:0","UNREACH",true]
                                      2019-10-09 22:18:44.745 - debug: hm-rpc.0 hm-rpc.0.OEQ0846127.0.UNREACH ==> UNIT: "" (min: false, max: true) From "true" => "true"
                                      2019-10-09 22:18:44.745 - debug: hm-rpc.0 xml multicall : hm-rpc.0,OEQ0846127:0,STICKY_UNREACH,true
                                      2019-10-09 22:18:44.745 - debug: hm-rpc.0 xmlrpc <- event ["hm-rpc.0","OEQ0846127:0","STICKY_UNREACH",true]
                                      2019-10-09 22:18:44.745 - debug: hm-rpc.0 hm-rpc.0.OEQ0846127.0.STICKY_UNREACH ==> UNIT: "" (min: false, max: true) From "true" => "true"
                                      2019-10-09 22:18:45.041 - error: hm-rpc.0 xmlrpc -> setValue ["4","SET_TEMPERATURE",18] FLOAT
                                      2019-10-09 22:18:45.041 - error: hm-rpc.0 Error: XML-RPC fault: Failure
                                      2019-10-09 22:18:45.540 - debug: hm-rega.0 --> devices.fn
                                      2019-10-09 22:18:45.571 - debug: hm-rega.0 --> !# devices.fn 1.4 !# !# Dieses Homematic-Script gibt eine Liste aller Geraete/Ka
                                      2019-10-09 22:18:45.680 - debug: hm-rega.0 <-- {"OEQ0496796":{"Name":"1OG_Bad_Fenster_11","Interface":"BidCos-RF"},
                                      "OEQ0496796:0":{"Name":"1OG_Bad_Fenster_11%3A0","Interface":"BidCos-RF"},

                                      Ebenfalls ist mir aufgefallen, dass ich die Einstellungen in der Hauptübersicht der Räume nicht speichern kann wenn ich in einem Raum die einzelnen Variablen verändere. Ich muss dann immer einen Raum kurz ab- und dan wieder anwählen damit der Speichern-button freigegeben wird.

                                      Falls du noch mehr Info benötigst, lass es mich wissen,
                                      Vielen Dank für deine Unterstützung!

                                      Gruss,
                                      Maarten

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

                                      @maarten

                                      Sobald ich aber umgekehrt (zuerst "Zielwert" und danach "Aktueller Wert") eingebe wird unter "Thermostat" die Adresse des Raumfühlers eingepflegt.

                                      Das schaue ich mir an...

                                      Die Fehlermeldungen sind nun nach Neustart der HM und HeatingControl Adapter leider immer noch vorhanden. Ich habe nun auch die HM Adapter auf Debug Stufe gesetzt und einen Ausschnitt des Logs findest du hier:

                                      Hier fehlen mir ein paar log-Zeilen am Beginn. Kann es sein, dass du ein ähnliches Problem wie zwei posts weiter oben beschrieben hast? Dort war der duty-cycle nach oben gegangen, weil viel zu häufig Daten auf die Thermostate übertragen wurden

                                      Ebenfalls ist mir aufgefallen, dass ich die Einstellungen in der Hauptübersicht der Räume nicht speichern kann wenn ich in einem Raum die einzelnen Variablen verändere. Ich muss dann immer einen Raum kurz ab- und dan wieder anwählen damit der Speichern-button freigegeben wird.

                                      Ja das kenne ich, daran arbeite ich gerade...

                                      M 1 Antwort Letzte Antwort
                                      0
                                      • B BlackJAck

                                        Zu deinem Perioden Problem kann ich dir helfen, der Rest leider nicht.
                                        Die Periode 3 ist vor Periode 0 von der Uhrzeit, daher hast du Probleme.
                                        Zeitlich muss alles in der Reihe sein, sprich Periode 00:00 Uhr muss auf Periode 0 und die Periode mit 03:00 Uhr muss z.B. auf Periode 1.
                                        Die Frage ist ob du überhaupt die Periode mit 00:00 Uhr brauchst.

                                        Hierzu ein Beispiel bei mir:
                                        Periode 0: 05:00 Uhr 21°C-> 1 Stunde vor aufstehen
                                        Periode 1: 07:30 Uhr 18°C-> Kurz vor außer Haus gehen, da Präsenz noch nicht eingebaut
                                        Periode 2: 16:30 Uhr 21°C-> 1 Stunde vor heimkommen
                                        Periode 3: 22:00 Uhr 18 °C-> Ca. 1 Stunde vor Nachruhe

                                        Sprich von 22:00 Uhr - 05:00 Uhr gilt 18°C in der Bude.

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

                                        @BlackJAck Das hätte ich nicht besser beschreiben können! Danke.

                                        1 Antwort Letzte Antwort
                                        0
                                        • coyoteC coyote

                                          @Rene_HM da die Perioden nicht korrekt funktionierten, habe ich den Adapter nochmal komplett gelöscht und neu installiert.
                                          Danach geht leider so gut wie nichts mehr. Thermostate werden nicht mehr automatisch erkannt, Sensoren auch nicht.

                                          Lege ich alles von Hand an, schließe danach die Konfig und speichere, ist wieder alles was ich von Hand angelegt habe weg.
                                          Es werden keine Konfigdaten von Thermostaten und Sensoren übernommen, gehe ich wieder in die Konfig der Thermostate/Sensoren ist alles leer....
                                          So, für mich leider unbenutzbar.

                                          Mit den Perioden komme ich auch nicht klar, entweder mache ich was falsch oder es ist ein Bug.
                                          Wenn ich bei Periode 3 eine Uhrzeit von 00:00 Uhr anlege mit 20°C und bei Periode 0 eine Uhrzeit von 03:00 Uhr mit 21°C sollte doch ab 03:00 Uhr Periode 0 beginnen oder sehe ich da was falsch? Tut es aber nicht, bleibt bei Periode 3 - 00:00 stehen

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

                                          @coyote sagte in Adapter: HeatingControl:

                                          Danach geht leider so gut wie nichts mehr. Thermostate werden nicht mehr automatisch erkannt, Sensoren auch nicht.

                                          Lege ich alles von Hand an, schließe danach die Konfig und speichere, ist wieder alles was ich von Hand angelegt habe weg.
                                          Es werden keine Konfigdaten von Thermostaten und Sensoren übernommen, gehe ich wieder in die Konfig der Thermostate/Sensoren ist alles leer....
                                          So, für mich leider unbenutzbar.

                                          Dafür gibt es die Option "Alles Löschen wenn der Admin startet"

                                          Bild.PNG

                                          Man setzt den Haken, schliesst den admin und öffnet wieder. Dann wird die gesamte interne Datenstruktur gelöscht und neu aufgebaut. Auch die Suche nach HM-Geräten wird dabei ausgeführt.
                                          Achtung: vor Schliessen des Admin sicherstellen, das der Haken dann auch wieder entfernt wurde, weil sonst beim nächsten Öffnen des admin wieder alles gelöscht wird...

                                          coyoteC 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

                                          713

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          Themen

                                          1.3m

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

                                          • Du hast noch kein Konto? Registrieren

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