Navigation

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

    NEWS

    • Monatsrückblick - April 2025

    • Minor js-controller 7.0.7 Update in latest repo

    • Save The Date: ioBroker@Smart Living Forum Solingen, 14.06.

    Test Adapter HeatingControl v2.12.x

    This topic has been deleted. Only users with topic management privileges can see it.
    • B
      BlackJAck last edited by

      @AxelF1977
      Hi,
      setze deine SetPoints erstmal nur die OID Zielwert, das hat bei mir gehakt.

      Gruß

      AxelF1977 1 Reply Last reply Reply Quote 0
      • AxelF1977
        AxelF1977 @BlackJAck last edited by AxelF1977

        @BlackJAck said in Adapter: HeatingControl:

        @AxelF1977
        Hi,
        setze deine SetPoints erstmal nur die OID Zielwert, das hat bei mir gehakt.

        Gruß

        Erstmal Danke für Deine Antwort.

        Wie, wo, was?

        Sorry, da kann ich Dir gerade nicht folgen.

        Was mir auffällt, der Adapter beeinflusst auch die Werete "Aktuelle Temperatur", die vom Thermostat kommen. Wieso regelt der die?

        129cc90e-57a7-4741-b4a9-22601b205c6c-image.png

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

          @AxelF1977 Die Konfiguration ist in mehreren Punkten falsch...

          • "OID Aktueller Wert" sollte nur Datenpunkte mit Actual_Temperature enthalten. Ein SetPoint darf da nicht auftauchen. "OID Aktueller Wert" ist der Datenpunkt des Gerätes, der die aktuelle Temperatur enthält!
          • "OID Zielwert" sollte nur Datenpunkte mit SetPoint enthalten. Ein Actual_Temperature darf da nicht auftauchen. "OID Zielwert" ist der Datenpunkt des Gerätes, der die Zieltemperatur enthält.
          • die Aktoren müssen digitale Aktoren sein. Ein Thermostat darf da nicht auftauchen. Es muss dort ein state eines digitalen Outputs sein. Ein Setpoint oder Actual_Temperature darf da nicht stehen.
          • generell darf ein Gerät nur einmal in der Liste auftauchen. Es darf keine zwei Zeilen mit dem gleichen Gerät geben.

          Den Satz verstehe ich auch nicht

          Konfiguration: Thermostate von Homematic, angesteuert mit den entsprechenden Wandthermostaten

          Kannst du mal die HM-Bezeichnung der Geräte posten, die du verwendest?

          Wenn du HM-Geräte verwendest, sollte eigentlich die automatische Suche funktionieren. Du musst nur die entsprechenden Geräte dem Gewerk "Heizung" zuordnen

          AxelF1977 1 Reply Last reply Reply Quote 0
          • M
            maarten last edited by

            Hallo zusammen

            Ich bin relativ neu bei Biobroker, obwohl ich mich in den letzten Wochen intensiv damit beschäftigt habe.
            Den Heating Control Adapter finde ich super, hier bereits einmal ein grosses Dankeschön für die Implementierung.
            Leider treten bei mir Fehlermeldungen im Log auf, sobald ich Türen oder Fensterkontakte betätige und hoffe das Ihr mir weiterhelfen könnt.

            Zuerst einmal zum Setup:
            ioBroker läuft auf Windows Rechner im Heimnetzwerk
            Sensoren und Aktoren sind alle über Homematic:

            • Funkheizkörperthermostate HM-CC-RT-DN
            • Fenster/Türkontakte HM-Sec-SCo
            • Temperatursensoren HmIP-STH

            Es gibt ca. 9 verschiedene Räume zum steuern und in einigen davon sind mehrere Thermostate (max. 2) und/oder Fensterkontakte (max. 4) verbaut, welche entsprechend integriert werden müssen.

            Die Visualisierung mit vis läuft bereits und kann mich soweit nicht beklagen, nebst einigen offenen Wünschen welche aus Zeitgründen noch nicht implementiert wurden 😉

            Hier ein paar Screenshots der Konfiguration:

            Bildschirmfoto 2019-10-02 um 23.40.38.png
            OID Aktueller Wert: Actual_Temperature des HomematicIP Gerätes
            OID Zielwert: Set_Temperature des Heizkörperthermostates

            Bildschirmfoto 2019-10-02 um 23.40.47.png

            und hier der Log dazu, nach löschen der Logs inkl. Neustart Adapter und betätigen eines Fensterkontaktes (Ohne = keine roten Logs):


            hm-rpc.1 2019-10-02 23:41:29.424 info new HmIP devices/channels after filter: 0
            hm-rpc.1 2019-10-02 23:41:29.409 info xmlrpc <- newDevices 90
            hm-rpc.1 2019-10-02 23:41:28.722 info xmlrpc -> 0 devices
            hm-rpc.1 2019-10-02 23:41:28.707 info xmlrpc <- listDevices ["hm-rpc.1"]
            hm-rpc.0 2019-10-02 23:38:08.637 error Error: XML-RPC fault: Failure
            hm-rpc.0 2019-10-02 23:38:08.637 error xmlrpc -> setValue ["4","SET_TEMPERATURE",18] FLOAT
            heatingcontrol.0 2019-10-02 23:38:02.241 info room 2OG_Bad Thermostat 2OG_Bad_Heizung_11_Kanal4.SET_TEMPERATURE set to 18
            heatingcontrol.0 2019-10-02 23:38:02.226 info room 2OG_Buero2 Thermostat 2OG_Buero2_Heizung_11_Kanal4.SET_TEMPERATURE set to 18
            heatingcontrol.0 2019-10-02 23:38:02.148 info room 2OG_Buero1 Thermostat 2OG_Buero1_Heizung_11_Kanal4.SET_TEMPERATURE set to 19
            heatingcontrol.0 2019-10-02 23:38:02.101 info room 2OG_Schlafzimmer Thermostat hm-rpc.1.000E570999A890.1.ACTUAL_TEMPERATURE set to 18
            heatingcontrol.0 2019-10-02 23:38:02.101 info room 2OG_Schlafzimmer Thermostat 2OG_Schlafzimmer_Heizung_11_Kanal4.SET_TEMPERATURE set to 18
            heatingcontrol.0 2019-10-02 23:38:02.054 info room 1OG_Kinderzimmer2 Thermostat 1OG_Kinderzimmer 2_Heizung_11_Kanal4.SET_TEMPERATURE set to 17
            heatingcontrol.0 2019-10-02 23:38:01.960 info room 1OG_Kinderzimmer1 Thermostat 1OG_Kinderzimmer1_Heizung_11_Kanal4.SET_TEMPERATURE set to 20
            heatingcontrol.0 2019-10-02 23:38:01.836 info room EG_Wohnzimmer Thermostat EG_Gang_Heizung_11_Kanal4.SET_TEMPERATURE set to 18
            heatingcontrol.0 2019-10-02 23:38:01.836 info room EG_Wohnzimmer Thermostat EG_Wohnzimmer_Heizung_12_Kanal4.SET_TEMPERATURE set to 18
            heatingcontrol.0 2019-10-02 23:38:01.820 info room EG_Wohnzimmer Thermostat EG_Wohnzimmer_Heizung_11_Kanal4.SET_TEMPERATURE set to 18
            heatingcontrol.0 2019-10-02 23:38:01.711 info calculating new target temperatures
            info.0 2019-10-02 23:35:30.359 info Popup news was read...
            hm-rpc.1 2019-10-02 23:34:59.097 info new HmIP devices/channels after filter: 0
            hm-rpc.1 2019-10-02 23:34:59.097 info xmlrpc <- newDevices 90
            hm-rpc.1 2019-10-02 23:34:58.614 info xmlrpc -> 0 devices
            hm-rpc.1 2019-10-02 23:34:58.614 info xmlrpc <- listDevices ["hm-rpc.1"]
            hm-rpc.0 2019-10-02 23:23:38.062 error Error: XML-RPC fault: Failure
            hm-rpc.0 2019-10-02 23:23:38.062 error xmlrpc -> setValue ["4","SET_TEMPERATURE",18] FLOAT
            hm-rpc.0 2019-10-02 23:23:37.313 error Error: XML-RPC fault: Failure
            hm-rpc.0 2019-10-02 23:23:37.313 error xmlrpc -> setValue ["4","SET_TEMPERATURE",18] FLOAT
            hm-rpc.0 2019-10-02 23:23:36.533 error Error: XML-RPC fault: Failure
            hm-rpc.0 2019-10-02 23:23:36.533 error xmlrpc -> setValue ["4","SET_TEMPERATURE",19] FLOAT
            hm-rpc.0 2019-10-02 23:23:35.753 error Error: XML-RPC fault: Failure
            hm-rpc.0 2019-10-02 23:23:35.753 error xmlrpc -> setValue ["4","SET_TEMPERATURE",18] FLOAT
            hm-rpc.0 2019-10-02 23:23:34.973 error Error: XML-RPC fault: Failure
            hm-rpc.0 2019-10-02 23:23:34.973 error xmlrpc -> setValue ["4","SET_TEMPERATURE",18] FLOAT
            hm-rpc.0 2019-10-02 23:23:34.208 error Error: XML-RPC fault: Failure
            hm-rpc.0 2019-10-02 23:23:34.208 error xmlrpc -> setValue ["4","SET_TEMPERATURE",17] FLOAT
            hm-rpc.0 2019-10-02 23:23:33.460 error Error: XML-RPC fault: Failure
            hm-rpc.0 2019-10-02 23:23:33.460 error xmlrpc -> setValue ["4","SET_TEMPERATURE",20] FLOAT
            hm-rpc.0 2019-10-02 23:23:32.680 error Error: XML-RPC fault: Failure
            hm-rpc.0 2019-10-02 23:23:32.680 error xmlrpc -> setValue ["4","SET_TEMPERATURE",18] FLOAT
            hm-rpc.0 2019-10-02 23:23:31.868 error Error: XML-RPC fault: Failure
            hm-rpc.0 2019-10-02 23:23:31.868 error xmlrpc -> setValue ["4","SET_TEMPERATURE",18] FLOAT
            hm-rpc.0 2019-10-02 23:23:30.184 error Error: XML-RPC fault: Failure
            hm-rpc.0 2019-10-02 23:23:30.184 error xmlrpc -> setValue ["4","SET_TEMPERATURE",18] FLOAT
            heatingcontrol.0 2019-10-02 23:23:26.674 info room 2OG_Bad Thermostat 2OG_Bad_Heizung_11_Kanal4.SET_TEMPERATURE set to 18
            heatingcontrol.0 2019-10-02 23:23:26.596 info room 2OG_Buero2 Thermostat 2OG_Buero2_Heizung_11_Kanal4.SET_TEMPERATURE set to 18
            heatingcontrol.0 2019-10-02 23:23:26.549 info room 2OG_Buero1 Thermostat 2OG_Buero1_Heizung_11_Kanal4.SET_TEMPERATURE set to 19
            heatingcontrol.0 2019-10-02 23:23:26.471 info room 2OG_Schlafzimmer Thermostat hm-rpc.1.000E570999A890.1.ACTUAL_TEMPERATURE set to 18
            heatingcontrol.0 2019-10-02 23:23:26.471 info room 2OG_Schlafzimmer Thermostat 2OG_Schlafzimmer_Heizung_11_Kanal4.SET_TEMPERATURE set to 18
            heatingcontrol.0 2019-10-02 23:23:26.378 info room 1OG_Kinderzimmer2 Thermostat 1OG_Kinderzimmer 2_Heizung_11_Kanal4.SET_TEMPERATURE set to 17
            heatingcontrol.0 2019-10-02 23:23:26.284 info room 1OG_Kinderzimmer1 Thermostat 1OG_Kinderzimmer1_Heizung_11_Kanal4.SET_TEMPERATURE set to 20
            heatingcontrol.0 2019-10-02 23:23:26.113 info room EG_Wohnzimmer Thermostat EG_Gang_Heizung_11_Kanal4.SET_TEMPERATURE set to 18
            heatingcontrol.0 2019-10-02 23:23:26.113 info room EG_Wohnzimmer Thermostat EG_Wohnzimmer_Heizung_12_Kanal4.SET_TEMPERATURE set to 18
            heatingcontrol.0 2019-10-02 23:23:26.097 info room EG_Wohnzimmer Thermostat EG_Wohnzimmer_Heizung_11_Kanal4.SET_TEMPERATURE set to 18
            heatingcontrol.0 2019-10-02 23:23:25.957 info calculating new target temperatures
            hm-rpc.0 2019-10-02 23:23:19.062 error Error: XML-RPC fault: Failure
            hm-rpc.0 2019-10-02 23:23:19.062 error xmlrpc -> setValue ["4","SET_TEMPERATURE",18] FLOAT
            hm-rpc.0 2019-10-02 23:23:18.266 error Error: XML-RPC fault: Failure
            hm-rpc.0 2019-10-02 23:23:18.266 error xmlrpc -> setValue ["4","SET_TEMPERATURE",18] FLOAT
            hm-rpc.0 2019-10-02 23:23:17.486 error Error: XML-RPC fault: Failure
            hm-rpc.0 2019-10-02 23:23:17.486 error xmlrpc -> setValue ["4","SET_TEMPERATURE",19] FLOAT
            hm-rpc.0 2019-10-02 23:23:16.706 error Error: XML-RPC fault: Failure
            hm-rpc.0 2019-10-02 23:23:16.706 error xmlrpc -> setValue ["4","SET_TEMPERATURE",18] FLOAT
            hm-rpc.0 2019-10-02 23:23:15.926 error Error: XML-RPC fault: Failure
            hm-rpc.0 2019-10-02 23:23:15.926 error xmlrpc -> setValue ["4","SET_TEMPERATURE",18] FLOAT
            hm-rpc.0 2019-10-02 23:23:15.146 error Error: XML-RPC fault: Failure
            hm-rpc.0 2019-10-02 23:23:15.146 error xmlrpc -> setValue ["4","SET_TEMPERATURE",17] FLOAT
            hm-rpc.0 2019-10-02 23:23:14.366 error Error: XML-RPC fault: Failure
            hm-rpc.0 2019-10-02 23:23:14.366 error xmlrpc -> setValue ["4","SET_TEMPERATURE",20] FLOAT
            heatingcontrol.0 2019-10-02 23:23:12.306 info room 2OG_Bad Thermostat 2OG_Bad_Heizung_11_Kanal4.SET_TEMPERATURE set to 18
            heatingcontrol.0 2019-10-02 23:23:12.228 info room 2OG_Buero2 Thermostat 2OG_Buero2_Heizung_11_Kanal4.SET_TEMPERATURE set to 18
            heatingcontrol.0 2019-10-02 23:23:12.166 info room 2OG_Buero1 Thermostat 2OG_Buero1_Heizung_11_Kanal4.SET_TEMPERATURE set to 19
            heatingcontrol.0 2019-10-02 23:23:12.088 info room 2OG_Schlafzimmer Thermostat hm-rpc.1.000E570999A890.1.ACTUAL_TEMPERATURE set to 18
            heatingcontrol.0 2019-10-02 23:23:12.072 info room 2OG_Schlafzimmer Thermostat 2OG_Schlafzimmer_Heizung_11_Kanal4.SET_TEMPERATURE set to 18
            heatingcontrol.0 2019-10-02 23:23:12.010 info room 1OG_Kinderzimmer2 Thermostat 1OG_Kinderzimmer 2_Heizung_11_Kanal4.SET_TEMPERATURE set to 17
            heatingcontrol.0 2019-10-02 23:23:11.948 info room 1OG_Kinderzimmer1 Thermostat 1OG_Kinderzimmer1_Heizung_11_Kanal4.SET_TEMPERATURE set to 20
            heatingcontrol.0 2019-10-02 23:23:11.870 info room EG_Wohnzimmer Thermostat EG_Gang_Heizung_11_Kanal4.SET_TEMPERATURE set to 18
            heatingcontrol.0 2019-10-02 23:23:11.854 info room EG_Wohnzimmer Thermostat EG_Wohnzimmer_Heizung_12_Kanal4.SET_TEMPERATURE set to 18
            heatingcontrol.0 2019-10-02 23:23:11.854 info room EG_Wohnzimmer Thermostat EG_Wohnzimmer_Heizung_11_Kanal4.SET_TEMPERATURE set to 18
            heatingcontrol.0 2019-10-02 23:23:11.698 info calculating new target temperatures
            heatingcontrol.0 2019-10-02 23:22:25.241 info room 2OG_Bad Thermostat 2OG_Bad_Heizung_11_Kanal4.SET_TEMPERATURE set to 18
            heatingcontrol.0 2019-10-02 23:22:25.148 info room 2OG_Buero2 Thermostat 2OG_Buero2_Heizung_11_Kanal4.SET_TEMPERATURE set to 18
            heatingcontrol.0 2019-10-02 23:22:25.070 info room 2OG_Buero1 Thermostat 2OG_Buero1_Heizung_11_Kanal4.SET_TEMPERATURE set to 19
            heatingcontrol.0 2019-10-02 23:22:24.976 info room 2OG_Schlafzimmer Thermostat hm-rpc.1.000E570999A890.1.ACTUAL_TEMPERATURE set to 18
            heatingcontrol.0 2019-10-02 23:22:24.976 info room 2OG_Schlafzimmer Thermostat 2OG_Schlafzimmer_Heizung_11_Kanal4.SET_TEMPERATURE set to 18
            heatingcontrol.0 2019-10-02 23:22:24.898 info room 1OG_Kinderzimmer2 Thermostat 1OG_Kinderzimmer 2_Heizung_11_Kanal4.SET_TEMPERATURE set to 17
            heatingcontrol.0 2019-10-02 23:22:24.804 info room 1OG_Kinderzimmer1 Thermostat 1OG_Kinderzimmer1_Heizung_11_Kanal4.SET_TEMPERATURE set to 20
            heatingcontrol.0 2019-10-02 23:22:24.680 info room EG_Wohnzimmer Thermostat EG_Gang_Heizung_11_Kanal4.SET_TEMPERATURE set to 18
            heatingcontrol.0 2019-10-02 23:22:24.664 info room EG_Wohnzimmer Thermostat EG_Wohnzimmer_Heizung_12_Kanal4.SET_TEMPERATURE set to 18
            heatingcontrol.0 2019-10-02 23:22:24.664 info room EG_Wohnzimmer Thermostat EG_Wohnzimmer_Heizung_11_Kanal4.SET_TEMPERATURE set to 18
            heatingcontrol.0 2019-10-02 23:22:24.586 info calculating new target temperatures
            hm-rpc.1 2019-10-02 23:20:30.628 info new HmIP devices/channels after filter: 0
            hm-rpc.1 2019-10-02 23:20:30.612 info xmlrpc <- newDevices 90
            hm-rpc.1 2019-10-02 23:20:30.051 info xmlrpc -> 0 devices
            hm-rpc.1 2019-10-02 23:20:30.051 info xmlrpc <- listDevices ["hm-rpc.1"]
            hm-rpc.0 2019-10-02 23:19:01.490 error Error: XML-RPC fault: Failure
            hm-rpc.0 2019-10-02 23:19:01.490 error xmlrpc -> setValue ["4","SET_TEMPERATURE",18] FLOAT
            hm-rpc.0 2019-10-02 23:18:57.449 error Error: XML-RPC fault: Failure
            hm-rpc.0 2019-10-02 23:18:57.449 error xmlrpc -> setValue ["4","SET_TEMPERATURE",18] FLOAT
            hm-rpc.0 2019-10-02 23:18:56.700 error Error: XML-RPC fault: Failure
            hm-rpc.0 2019-10-02 23:18:56.700 error xmlrpc -> setValue ["4","SET_TEMPERATURE",19] FLOAT
            hm-rpc.0 2019-10-02 23:18:55.936 error Error: XML-RPC fault: Failure
            hm-rpc.0 2019-10-02 23:18:55.936 error xmlrpc -> setValue ["4","SET_TEMPERATURE",18] FLOAT
            hm-rpc.0 2019-10-02 23:18:55.187 error Error: XML-RPC fault: Failure
            hm-rpc.0 2019-10-02 23:18:55.187 error xmlrpc -> setValue ["4","SET_TEMPERATURE",18] FLOAT
            hm-rpc.0 2019-10-02 23:18:54.376 error Error: XML-RPC fault: Failure
            hm-rpc.0 2019-10-02 23:18:54.376 error xmlrpc -> setValue ["4","SET_TEMPERATURE",17] FLOAT
            hm-rpc.0 2019-10-02 23:18:52.551 error Error: XML-RPC fault: Failure
            hm-rpc.0 2019-10-02 23:18:52.551 error xmlrpc -> setValue ["4","SET_TEMPERATURE",20] FLOAT
            hm-rpc.0 2019-10-02 23:18:48.510 error Error: XML-RPC fault: Failure
            hm-rpc.0 2019-10-02 23:18:48.510 error xmlrpc -> setValue ["4","SET_TEMPERATURE",18] FLOAT
            hm-rpc.0 2019-10-02 23:18:47.715 error Error: XML-RPC fault: Failure
            hm-rpc.0 2019-10-02 23:18:47.715 error xmlrpc -> setValue ["4","SET_TEMPERATURE",18] FLOAT
            hm-rpc.0 2019-10-02 23:18:43.612 error Error: XML-RPC fault: Failure
            hm-rpc.0 2019-10-02 23:18:43.612 error xmlrpc -> setValue ["4","SET_TEMPERATURE",18] FLOAT
            heatingcontrol.0 2019-10-02 23:18:40.117 info room 2OG_Bad Thermostat 2OG_Bad_Heizung_11_Kanal4.SET_TEMPERATURE set to 18
            heatingcontrol.0 2019-10-02 23:18:40.039 info room 2OG_Buero2 Thermostat 2OG_Buero2_Heizung_11_Kanal4.SET_TEMPERATURE set to 18
            heatingcontrol.0 2019-10-02 23:18:39.961 info room 2OG_Buero1 Thermostat 2OG_Buero1_Heizung_11_Kanal4.SET_TEMPERATURE set to 19
            heatingcontrol.0 2019-10-02 23:18:39.868 info room 2OG_Schlafzimmer Thermostat hm-rpc.1.000E570999A890.1.ACTUAL_TEMPERATURE set to 18
            heatingcontrol.0 2019-10-02 23:18:39.868 info room 2OG_Schlafzimmer Thermostat 2OG_Schlafzimmer_Heizung_11_Kanal4.SET_TEMPERATURE set to 18
            heatingcontrol.0 2019-10-02 23:18:39.805 info room 1OG_Kinderzimmer2 Thermostat 1OG_Kinderzimmer 2_Heizung_11_Kanal4.SET_TEMPERATURE set to 17
            heatingcontrol.0 2019-10-02 23:18:39.743 info room 1OG_Kinderzimmer1 Thermostat 1OG_Kinderzimmer1_Heizung_11_Kanal4.SET_TEMPERATURE set to 20
            heatingcontrol.0 2019-10-02 23:18:39.618 info room EG_Wohnzimmer Thermostat EG_Gang_Heizung_11_Kanal4.SET_TEMPERATURE set to 18
            heatingcontrol.0 2019-10-02 23:18:39.602 info room EG_Wohnzimmer Thermostat EG_Wohnzimmer_Heizung_12_Kanal4.SET_TEMPERATURE set to 18
            heatingcontrol.0 2019-10-02 23:18:39.602 info room EG_Wohnzimmer Thermostat EG_Wohnzimmer_Heizung_11_Kanal4.SET_TEMPERATURE set to 18
            heatingcontrol.0 2019-10-02 23:18:39.431 info calculating new target temperatures
            hm-rpc.0 2019-10-02 23:18:35.016 error Error: XML-RPC fault: Failure
            hm-rpc.0 2019-10-02 23:18:35.016 error xmlrpc -> setValue ["4","SET_TEMPERATURE",18] FLOAT
            hm-rpc.0 2019-10-02 23:18:34.236 error Error: XML-RPC fault: Failure
            hm-rpc.0 2019-10-02 23:18:34.236 error xmlrpc -> setValue ["4","SET_TEMPERATURE",18] FLOAT
            hm-rpc.0 2019-10-02 23:18:33.488 error Error: XML-RPC fault: Failure
            hm-rpc.0 2019-10-02 23:18:33.488 error xmlrpc -> setValue ["4","SET_TEMPERATURE",19] FLOAT
            hm-rpc.0 2019-10-02 23:18:32.723 error Error: XML-RPC fault: Failure
            hm-rpc.0 2019-10-02 23:18:32.723 error xmlrpc -> setValue ["4","SET_TEMPERATURE",18] FLOAT
            hm-rpc.0 2019-10-02 23:18:31.928 error Error: XML-RPC fault: Failure
            hm-rpc.0 2019-10-02 23:18:31.928 error xmlrpc -> setValue ["4","SET_TEMPERATURE",18] FLOAT
            hm-rpc.0 2019-10-02 23:18:31.179 error Error: XML-RPC fault: Failure
            hm-rpc.0 2019-10-02 23:18:31.179 error xmlrpc -> setValue ["4","SET_TEMPERATURE",17] FLOAT
            hm-rpc.0 2019-10-02 23:18:30.430 error Error: XML-RPC fault: Failure
            hm-rpc.0 2019-10-02 23:18:30.430 error xmlrpc -> setValue ["4","SET_TEMPERATURE",20] FLOAT
            hm-rpc.0 2019-10-02 23:18:29.588 error Error: XML-RPC fault: Failure
            hm-rpc.0 2019-10-02 23:18:29.588 error xmlrpc -> setValue ["4","SET_TEMPERATURE",15] FLOAT
            hm-rpc.0 2019-10-02 23:18:28.854 error Error: XML-RPC fault: Failure
            hm-rpc.0 2019-10-02 23:18:28.854 error xmlrpc -> setValue ["4","SET_TEMPERATURE",15] FLOAT
            hm-rpc.0 2019-10-02 23:18:28.090 error Error: XML-RPC fault: Failure
            hm-rpc.0 2019-10-02 23:18:28.090 error xmlrpc -> setValue ["4","SET_TEMPERATURE",15] FLOAT
            heatingcontrol.0 2019-10-02 23:18:24.190 info room 2OG_Bad Thermostat 2OG_Bad_Heizung_11_Kanal4.SET_TEMPERATURE set to 18
            heatingcontrol.0 2019-10-02 23:18:24.112 info room 2OG_Buero2 Thermostat 2OG_Buero2_Heizung_11_Kanal4.SET_TEMPERATURE set to 18
            heatingcontrol.0 2019-10-02 23:18:24.065 info room 2OG_Buero1 Thermostat 2OG_Buero1_Heizung_11_Kanal4.SET_TEMPERATURE set to 19
            heatingcontrol.0 2019-10-02 23:18:24.018 info room 2OG_Schlafzimmer Thermostat hm-rpc.1.000E570999A890.1.ACTUAL_TEMPERATURE set to 18
            heatingcontrol.0 2019-10-02 23:18:24.018 info room 2OG_Schlafzimmer Thermostat 2OG_Schlafzimmer_Heizung_11_Kanal4.SET_TEMPERATURE set to 18
            heatingcontrol.0 2019-10-02 23:18:23.971 info room 1OG_Kinderzimmer2 Thermostat 1OG_Kinderzimmer 2_Heizung_11_Kanal4.SET_TEMPERATURE set to 17
            heatingcontrol.0 2019-10-02 23:18:23.909 info room 1OG_Kinderzimmer1 Thermostat 1OG_Kinderzimmer1_Heizung_11_Kanal4.SET_TEMPERATURE set to 20
            heatingcontrol.0 2019-10-02 23:18:23.800 info room EG_Wohnzimmer Thermostat EG_Gang_Heizung_11_Kanal4.SET_TEMPERATURE set to 15
            heatingcontrol.0 2019-10-02 23:18:23.784 info room EG_Wohnzimmer Thermostat EG_Wohnzimmer_Heizung_12_Kanal4.SET_TEMPERATURE set to 15
            heatingcontrol.0 2019-10-02 23:18:23.784 info room EG_Wohnzimmer Thermostat EG_Wohnzimmer_Heizung_11_Kanal4.SET_TEMPERATURE set to 15
            heatingcontrol.0 2019-10-02 23:18:23.675 info calculating new target temperatures
            heatingcontrol.0 2019-10-02 23:17:42.085 info room 2OG_Bad Thermostat 2OG_Bad_Heizung_11_Kanal4.SET_TEMPERATURE set to 18
            heatingcontrol.0 2019-10-02 23:17:42.038 info room 2OG_Buero2 Thermostat 2OG_Buero2_Heizung_11_Kanal4.SET_TEMPERATURE set to 18
            heatingcontrol.0 2019-10-02 23:17:42.007 info room 2OG_Buero1 Thermostat 2OG_Buero1_Heizung_11_Kanal4.SET_TEMPERATURE set to 19
            heatingcontrol.0 2019-10-02 23:17:41.976 info room 2OG_Schlafzimmer Thermostat hm-rpc.1.000E570999A890.1.ACTUAL_TEMPERATURE set to 18
            heatingcontrol.0 2019-10-02 23:17:41.976 info room 2OG_Schlafzimmer Thermostat 2OG_Schlafzimmer_Heizung_11_Kanal4.SET_TEMPERATURE set to 18
            heatingcontrol.0 2019-10-02 23:17:41.914 info room 1OG_Kinderzimmer2 Thermostat 1OG_Kinderzimmer 2_Heizung_11_Kanal4.SET_TEMPERATURE set to 17
            heatingcontrol.0 2019-10-02 23:17:41.898 info room 1OG_Kinderzimmer1 Thermostat 1OG_Kinderzimmer1_Heizung_11_Kanal4.SET_TEMPERATURE set to 20
            heatingcontrol.0 2019-10-02 23:17:41.851 info room EG_Wohnzimmer Thermostat EG_Gang_Heizung_11_Kanal4.SET_TEMPERATURE set to 18
            heatingcontrol.0 2019-10-02 23:17:41.851 info room EG_Wohnzimmer Thermostat EG_Wohnzimmer_Heizung_12_Kanal4.SET_TEMPERATURE set to 18
            heatingcontrol.0 2019-10-02 23:17:41.851 info room EG_Wohnzimmer Thermostat EG_Wohnzimmer_Heizung_11_Kanal4.SET_TEMPERATURE set to 18
            heatingcontrol.0 2019-10-02 23:17:41.742 info calculating new target temperatures
            heatingcontrol.0 2019-10-02 23:17:40.650 info starting. Version 0.3.0 in C:/ioBroker/node_modules/iobroker.heatingcontrol, node: v10.14.1
            host.Home-PC 2019-10-02 23:17:36.017 info instance system.adapter.heatingcontrol.0 started with pid 5504
            host.Home-PC 2019-10-02 23:17:33.506 info instance system.adapter.heatingcontrol.0 terminated with code null ()
            host.Home-PC 2019-10-02 23:17:33.506 warn instance system.adapter.heatingcontrol.0 terminated due to SIGTERM
            host.Home-PC 2019-10-02 23:17:33.443 info stopInstance system.adapter.heatingcontrol.0 killing pid 4028
            host.Home-PC 2019-10-02 23:17:33.443 info stopInstance system.adapter.heatingcontrol.0

            Ich hoffe ihr könnt mir helfen dieses Problem zu lösen.
            Gruss
            Maarten

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

              @maarten
              Übrigens läuft Adapterversion 0.3.0

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

                @maarten sagte in Adapter: HeatingControl:

                Übrigens läuft Adapterversion 0.3.0

                Bitte beachte, dass die 0.3.0 noch in der Entwicklung ist. Da habe ich einige Themen begonnen aber teilweise noch nicht fertig...

                Bzgl. des o.g. Problems:
                Der Fehler scheint daher zu kommen, dass auf einen Datenpunkt geschrieben wird, den hm-rpc nicht akzeptiert. Ich sehe anhand des logs aber nicht, wo das passiert. Deshalb bitte den adapter im debug-Mode starten und das log nochmal posten.

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

                  @Rene_HM said in Adapter: HeatingControl:

                  @AxelF1977 Die Konfiguration ist in mehreren Punkten falsch...

                  • "OID Aktueller Wert" sollte nur Datenpunkte mit Actual_Temperature enthalten. Ein SetPoint darf da nicht auftauchen. "OID Aktueller Wert" ist der Datenpunkt des Gerätes, der die aktuelle Temperatur enthält!
                  • "OID Zielwert" sollte nur Datenpunkte mit SetPoint enthalten. Ein Actual_Temperature darf da nicht auftauchen. "OID Zielwert" ist der Datenpunkt des Gerätes, der die Zieltemperatur enthält.
                  • die Aktoren müssen digitale Aktoren sein. Ein Thermostat darf da nicht auftauchen. Es muss dort ein state eines digitalen Outputs sein. Ein Setpoint oder Actual_Temperature darf da nicht stehen.
                  • generell darf ein Gerät nur einmal in der Liste auftauchen. Es darf keine zwei Zeilen mit dem gleichen Gerät geben.

                  Den Satz verstehe ich auch nicht

                  Konfiguration: Thermostate von Homematic, angesteuert mit den entsprechenden Wandthermostaten

                  Kannst du mal die HM-Bezeichnung der Geräte posten, die du verwendest?

                  Wenn du HM-Geräte verwendest, sollte eigentlich die automatische Suche funktionieren. Du musst nur die entsprechenden Geräte dem Gewerk "Heizung" zuordnen

                  Mahlzeit,

                  ich werde das hier mal weiter beobachten. Aktuell habe ich erstmal wieder das Javascript von Looxer01 zu laufen. Ich werde mich später nochmal mit dem Adapter beschäftigen. Ist gerade zuviel Arbeit die VIS umzubauen.

                  Vielen Dank für den Adapter, bin gespannt wie es weiter geht

                  1 Reply Last reply Reply Quote 0
                  • H
                    holgerwolf last edited by

                    Mit Begin der Heizperiode bin ich auch vom Script auf den Adapter (V 0.3.0) umgestiegen.
                    Sieht erstmal soweit gut gut. Muss ich noch ein wenig beobachten und die Einbindung in VIS machen.

                    Aber ich bekomme im Log folgende Warnung:

                    heatingcontrol.0	2019-10-04 14:59:26.322	warn	Empty ID: {"val":true,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin"}
                    

                    Irgend ne Idee wo her das kommt?

                    Gruß
                    Holger

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

                      @holgerwolf ich vermute eine falsche Konfiguration. Zeige bitte mal deine Thermostat-Konfiguration...

                      H 1 Reply Last reply Reply Quote 0
                      • H
                        holgerwolf @Rene_HM last edited by

                        @Rene_HM Das könnte sein.

                        Hier das Thermostat:

                        0a334976-842e-4ed5-916c-9ced724a3c14-grafik.png

                        Unter Actoren hatte ich erst den Heizungsaktor drin. Aber der wird ja vom Thermostat gesteuert. Aber löschen geht irgendwie nicht. Sobald ich den Wert mit dem Papierkorb lösche und dann das Fenster wieder öffne ist der leere Wert wieder da:

                        8a9d9e9e-c0e7-4f4a-8ce1-61f19dedc3fc-grafik.png

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

                          @holgerwolf okay, das mit dem Löschen schaue ich mir noch mal an.
                          edit:
                          habe dazu ein Ticket angelegt:
                          https://github.com/rg-engineering/ioBroker.heatingcontrol/issues/35

                          Die Aktoren sollten aber nicht das Problem bzgl. o.g. logs sein, solange du "Aktoren verwendet" nicht aktiv hast, dann sind die Aktoren zwar da, werden aber nicht verwendet.
                          Die Thermostat-Konfiguration sieht gut aus...
                          Kannst du den Adapter mal im debug-Mode laufen lassen und das entsprechende log posten?

                          rg-engineering created this issue in rg-engineering/ioBroker.heatingcontrol

                          closed Devices can not be deleted #35

                          1 Reply Last reply Reply Quote 0
                          • H
                            holgerwolf last edited by

                            Ich hoffe ich habe alle Relevante erwischt:

                            2019-10-04 16:07:58.424 - info: host.ubuntu object change system.adapter.heatingcontrol.0
                            2019-10-04 16:07:58.425 - info: heatingcontrol.0 cleaned everything up...
                            2019-10-04 16:07:58.425 - info: host.ubuntu stopInstance system.adapter.heatingcontrol.0
                            2019-10-04 16:07:58.425 - info: host.ubuntu stopInstance system.adapter.heatingcontrol.0 killing pid 27653
                            2019-10-04 16:07:58.428 - info: heatingcontrol.0 cleaned everything up...
                            2019-10-04 16:07:58.448 - error: Caught by controller[1]: (node:27653) UnhandledPromiseRejectionWarning: Empty ID: {"val":true,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin"}
                            2019-10-04 16:07:58.448 - error: Caught by controller[1]: (node:27653) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 18)
                            2019-10-04 16:07:58.448 - info: host.ubuntu instance system.adapter.heatingcontrol.0 terminated with code 156 ()
                            2019-10-04 16:08:00.930 - info: host.ubuntu instance system.adapter.heatingcontrol.0 started with pid 17959
                            2019-10-04 16:08:01.119 - debug: heatingcontrol.0 objectDB connected
                            2019-10-04 16:08:01.128 - debug: heatingcontrol.0 statesDB connected
                            2019-10-04 16:08:01.229 - info: heatingcontrol.0 starting. Version 0.3.0 in /opt/iobroker/node_modules/iobroker.heatingcontrol, node: v10.16.3
                            2019-10-04 16:08:01.240 - debug: heatingcontrol.0 devices [{"id":1,"name":"Heizung Schalter Bad.STATE","isActive":true,"room":"Bad","type":2,"OID_Target":"hm-rpc.0.HEQ0366232.3.STATE"},{"id":2,"name":"Heizung Schalter Gaeste 3","isActive":true,"room":"Gaestezimmer","type":2,"OID_Target":"hm-rpc.0.HEQ0366232.4.STATE"},{"id":3,"name":"Thermostat Hobby 1.SETPOINT","OID_Current":"hm-rpc.0.GEQ0171035.1.TEMPERATURE","OID_Target":"hm-rpc.0.GEQ0171035.2.SETPOINT","isActive":true,"type":1,"room":"Hobby"},{"id":4,"name":"","OID_Target":"","isActive":false,"type":2,"room":"Hobby"},{"id":5,"name":"","OID_Target":"","isActive":false,"type":2,"room":"Hobby"},{"id":6,"name":"Heizung Wohnzimmer 1.SETPOINT","OID_Current":"hm-rpc.0.HEQ0366475.1.TEMPERATURE","OID_Target":"hm-rpc.0.HEQ0366475.2.SETPOINT","isActive":true,"type":1,"room":"Wohnzimmer"},{"id":7,"name":"Schalter Heizung Wohn.STATE","OID_Target":"hm-rpc.0.IEQ0504267.1.STATE","isActive":true,"type":2,"room":"Wohnzimmer"},{"id":8,"name":"Heizung Bad 1.SETPOINT","OID_Current":"hm-rpc.0.JEQ0225790.1.TEMPERATURE","OID_Target":"hm-rpc.0.JEQ0225790.2.SETPOINT","isActive":true,"type":1,"room":"Bad"}]
                            2019-10-04 16:08:01.241 - debug: heatingcontrol.0 CreateDatepoints
                            2019-10-04 16:08:01.286 - debug: heatingcontrol.0 rooms 10
                            2019-10-04 16:08:01.287 - debug: heatingcontrol.0 create data points for Wohnzimmer
                            2019-10-04 16:08:01.302 - debug: heatingcontrol.0 room Wohnzimmer with 4 periods
                            2019-10-04 16:08:01.302 - debug: heatingcontrol.0 Profile Type Mo-FR + Sa-So, profiles 1
                            2019-10-04 16:08:01.302 - debug: heatingcontrol.0 add state Profiles.0.Wohnzimmer.Mo-Fr.Periods.0 max 5
                            2019-10-04 16:08:01.302 - debug: heatingcontrol.0 add state Profiles.0.Wohnzimmer.Mo-Fr.Periods.1 max 5
                            2019-10-04 16:08:01.302 - debug: heatingcontrol.0 add state Profiles.0.Wohnzimmer.Mo-Fr.Periods.2 max 5
                            2019-10-04 16:08:01.302 - debug: heatingcontrol.0 add state Profiles.0.Wohnzimmer.Mo-Fr.Periods.3 max 5
                            2019-10-04 16:08:01.302 - debug: heatingcontrol.0 add state Profiles.0.Wohnzimmer.Su-So.Periods.0 max 5
                            2019-10-04 16:08:01.302 - debug: heatingcontrol.0 add state Profiles.0.Wohnzimmer.Su-So.Periods.1 max 5
                            2019-10-04 16:08:01.302 - debug: heatingcontrol.0 add state Profiles.0.Wohnzimmer.Su-So.Periods.2 max 5
                            2019-10-04 16:08:01.302 - debug: heatingcontrol.0 add state Profiles.0.Wohnzimmer.Su-So.Periods.3 max 5
                            2019-10-04 16:08:01.302 - debug: heatingcontrol.0 not active.... Studio
                            2019-10-04 16:08:01.303 - debug: heatingcontrol.0 create data points for Bad
                            2019-10-04 16:08:01.339 - debug: heatingcontrol.0 room Bad with 4 periods
                            2019-10-04 16:08:01.339 - debug: heatingcontrol.0 Profile Type Mo-FR + Sa-So, profiles 1
                            2019-10-04 16:08:01.339 - debug: heatingcontrol.0 add state Profiles.0.Bad.Mo-Fr.Periods.0 max 5
                            2019-10-04 16:08:01.340 - debug: heatingcontrol.0 add state Profiles.0.Bad.Mo-Fr.Periods.1 max 5
                            2019-10-04 16:08:01.340 - debug: heatingcontrol.0 add state Profiles.0.Bad.Mo-Fr.Periods.2 max 5
                            2019-10-04 16:08:01.340 - debug: heatingcontrol.0 add state Profiles.0.Bad.Mo-Fr.Periods.3 max 5
                            2019-10-04 16:08:01.340 - debug: heatingcontrol.0 add state Profiles.0.Bad.Su-So.Periods.0 max 5
                            2019-10-04 16:08:01.340 - debug: heatingcontrol.0 add state Profiles.0.Bad.Su-So.Periods.1 max 5
                            2019-10-04 16:08:01.340 - debug: heatingcontrol.0 add state Profiles.0.Bad.Su-So.Periods.2 max 5
                            2019-10-04 16:08:01.340 - debug: heatingcontrol.0 add state Profiles.0.Bad.Su-So.Periods.3 max 5
                            2019-10-04 16:08:01.340 - debug: heatingcontrol.0 not active.... HWR
                            2019-10-04 16:08:01.340 - debug: heatingcontrol.0 not active.... Garten
                            2019-10-04 16:08:01.340 - debug: heatingcontrol.0 create data points for Hobby
                            2019-10-04 16:08:01.378 - debug: heatingcontrol.0 room Hobby with 4 periods
                            2019-10-04 16:08:01.378 - debug: heatingcontrol.0 Profile Type Mo-FR + Sa-So, profiles 1
                            2019-10-04 16:08:01.378 - debug: heatingcontrol.0 add state Profiles.0.Hobby.Mo-Fr.Periods.0 max 5
                            2019-10-04 16:08:01.378 - debug: heatingcontrol.0 add state Profiles.0.Hobby.Mo-Fr.Periods.1 max 5
                            2019-10-04 16:08:01.378 - debug: heatingcontrol.0 add state Profiles.0.Hobby.Mo-Fr.Periods.2 max 5
                            2019-10-04 16:08:01.378 - debug: heatingcontrol.0 add state Profiles.0.Hobby.Mo-Fr.Periods.3 max 5
                            2019-10-04 16:08:01.378 - debug: heatingcontrol.0 add state Profiles.0.Hobby.Su-So.Periods.0 max 5
                            2019-10-04 16:08:01.378 - debug: heatingcontrol.0 add state Profiles.0.Hobby.Su-So.Periods.1 max 5
                            2019-10-04 16:08:01.378 - debug: heatingcontrol.0 add state Profiles.0.Hobby.Su-So.Periods.2 max 5
                            2019-10-04 16:08:01.378 - debug: heatingcontrol.0 add state Profiles.0.Hobby.Su-So.Periods.3 max 5
                            2019-10-04 16:08:01.378 - debug: heatingcontrol.0 not active.... Schlafzimmer
                            2019-10-04 16:08:01.378 - debug: heatingcontrol.0 not active.... Gaestezimmer
                            2019-10-04 16:08:01.378 - debug: heatingcontrol.0 not active.... Flur
                            2019-10-04 16:08:01.378 - debug: heatingcontrol.0 not active.... Kueche
                            2019-10-04 16:08:01.378 - debug: heatingcontrol.0 #start subscribtion
                            2019-10-04 16:08:01.379 - info: heatingcontrol.0 subscribe feiertage.0.heute.boolean
                            2019-10-04 16:08:01.379 - info: heatingcontrol.0 subscribe Hobby hm-rpc.0.GEQ0171035.2.SETPOINT / hm-rpc.0.GEQ0171035.1.TEMPERATURE
                            2019-10-04 16:08:01.379 - info: heatingcontrol.0 subscribe Wohnzimmer hm-rpc.0.HEQ0366475.2.SETPOINT / hm-rpc.0.HEQ0366475.1.TEMPERATURE
                            2019-10-04 16:08:01.379 - info: heatingcontrol.0 subscribe Bad hm-rpc.0.JEQ0225790.2.SETPOINT / hm-rpc.0.JEQ0225790.1.TEMPERATURE
                            2019-10-04 16:08:01.379 - debug: heatingcontrol.0 #subscribtion finished
                            2019-10-04 16:08:01.379 - debug: heatingcontrol.0 start CalculateNextTime, profile type 2
                            2019-10-04 16:08:01.379 - debug: heatingcontrol.0 get profile
                            2019-10-04 16:08:01.441 - debug: heatingcontrol.0 profile 0
                            2019-10-04 16:08:01.474 - debug: heatingcontrol.0 ---1 found time for Wohnzimmer at {"val":"00:00","ack":true,"ts":1570184877412,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1570184877284} 00:00
                            2019-10-04 16:08:01.474 - debug: heatingcontrol.0 push to list = 00,00
                            2019-10-04 16:08:01.490 - debug: heatingcontrol.0 ---1 found time for Wohnzimmer at {"val":"14:00","ack":true,"ts":1570188148737,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1570188148569} 14:00
                            2019-10-04 16:08:01.490 - debug: heatingcontrol.0 push to list = 14,00
                            2019-10-04 16:08:01.495 - debug: heatingcontrol.0 ---1 found time for Wohnzimmer at {"val":"22:30","ack":true,"ts":1570184960855,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1570184960751} 22:30
                            2019-10-04 16:08:01.495 - debug: heatingcontrol.0 push to list = 22,30
                            2019-10-04 16:08:01.498 - debug: heatingcontrol.0 ---1 found time for Wohnzimmer at {"val":"22:30","ack":true,"ts":1570184983804,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1570184983719} 22:30
                            2019-10-04 16:08:01.504 - debug: heatingcontrol.0 ---2 found time for Wohnzimmer at {"val":"00:00","ack":true,"ts":1570185076234,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1570185076099} 00:00
                            2019-10-04 16:08:01.504 - debug: heatingcontrol.0 push to list = 00,00
                            2019-10-04 16:08:01.507 - debug: heatingcontrol.0 ---2 found time for Wohnzimmer at {"val":"08:00","ack":true,"ts":1570184609447,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1570184609447} 08:00
                            2019-10-04 16:08:01.507 - debug: heatingcontrol.0 push to list = 08,00
                            2019-10-04 16:08:01.513 - debug: heatingcontrol.0 ---2 found time for Wohnzimmer at {"val":"22:00","ack":true,"ts":1570185196688,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1570185196581} 22:00
                            2019-10-04 16:08:01.513 - debug: heatingcontrol.0 push to list = 22,00
                            2019-10-04 16:08:01.519 - debug: heatingcontrol.0 ---2 found time for Wohnzimmer at {"val":"22:00","ack":true,"ts":1570185251680,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1570185251568} 22:00
                            2019-10-04 16:08:01.521 - debug: heatingcontrol.0 ---1 found time for Bad at {"val":"00:00","ack":true,"ts":1570187067402,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1570187002095} 00:00
                            2019-10-04 16:08:01.524 - debug: heatingcontrol.0 ---1 found time for Bad at {"val":"04:00","ack":true,"ts":1570187129193,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1570187129009} 04:00
                            2019-10-04 16:08:01.524 - debug: heatingcontrol.0 push to list = 04,00
                            2019-10-04 16:08:01.527 - debug: heatingcontrol.0 ---1 found time for Bad at {"val":"05:00","ack":true,"ts":1570187270903,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1570187270693} 05:00
                            2019-10-04 16:08:01.527 - debug: heatingcontrol.0 push to list = 05,00
                            2019-10-04 16:08:01.584 - debug: heatingcontrol.0 ---1 found time for Bad at {"val":"17:00","ack":true,"ts":1570187346080,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1570187345940} 17:00
                            2019-10-04 16:08:01.584 - debug: heatingcontrol.0 push to list = 17,00
                            2019-10-04 16:08:01.597 - debug: heatingcontrol.0 ---2 found time for Bad at {"val":"00:00","ack":true,"ts":1570187610071,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1570187609898} 00:00
                            2019-10-04 16:08:01.601 - debug: heatingcontrol.0 ---2 found time for Bad at {"val":"06:00","ack":true,"ts":1570187745063,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1570187744889} 06:00
                            2019-10-04 16:08:01.601 - debug: heatingcontrol.0 push to list = 06,00
                            2019-10-04 16:08:01.609 - debug: heatingcontrol.0 ---2 found time for Bad at {"val":"23:00","ack":true,"ts":1570187869556,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1570187869442} 23:00
                            2019-10-04 16:08:01.612 - debug: heatingcontrol.0 push to list = 23,00
                            2019-10-04 16:08:01.619 - debug: heatingcontrol.0 ---2 found time for Bad at {"val":"23:00","ack":true,"ts":1570187884926,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1570187884799} 23:00
                            2019-10-04 16:08:01.691 - debug: heatingcontrol.0 ---1 found time for Hobby at {"val":"00:00","ack":true,"ts":1570182698684,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1570182698518} 00:00
                            2019-10-04 16:08:01.700 - debug: heatingcontrol.0 ---1 found time for Hobby at {"val":"07:30","ack":true,"ts":1570184159739,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1570182727294} 07:30
                            2019-10-04 16:08:01.700 - debug: heatingcontrol.0 push to list = 07,30
                            2019-10-04 16:08:01.712 - debug: heatingcontrol.0 ---1 found time for Hobby at {"val":"17:00","ack":true,"ts":1570182858606,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1570182858536} 17:00
                            2019-10-04 16:08:01.783 - debug: heatingcontrol.0 ---1 found time for Hobby at {"val":"17:00","ack":true,"ts":1570182927636,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1570182927539} 17:00
                            2019-10-04 16:08:01.785 - debug: heatingcontrol.0 ---2 found time for Hobby at {"val":"05:00","ack":true,"ts":1570182469509,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1570182469509} 05:00
                            2019-10-04 16:08:01.785 - debug: heatingcontrol.0 push to list = 05,00
                            2019-10-04 16:08:01.787 - debug: heatingcontrol.0 ---2 found time for Hobby at {"val":"08:00","ack":true,"ts":1570182469512,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1570182469512} 08:00
                            2019-10-04 16:08:01.787 - debug: heatingcontrol.0 ---2 found time for Hobby at {"val":"12:00","ack":true,"ts":1570182469512,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1570182469512} 12:00
                            2019-10-04 16:08:01.788 - debug: heatingcontrol.0 push to list = 12,00
                            2019-10-04 16:08:01.790 - debug: heatingcontrol.0 ---2 found time for Hobby at {"val":"16:00","ack":true,"ts":1570182469513,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1570182469513} 16:00
                            2019-10-04 16:08:01.791 - debug: heatingcontrol.0 push to list = 16,00
                            2019-10-04 16:08:01.791 - info: heatingcontrol.0 check for heating period based on settings between 01.10. and 31.03.
                            2019-10-04 16:08:01.791 - debug: heatingcontrol.0 HeatingPeriod: create cron job #0 at 01.10 string: 5 0 01 9 * Europe/Berlin
                            2019-10-04 16:08:01.800 - debug: heatingcontrol.0 HeatingPeriod: create cron job #1 at 31.03 string: 55 23 31 2 * Europe/Berlin
                            2019-10-04 16:08:01.806 - debug: heatingcontrol.0 create cron job #2 at 0:0 string: 0 0 0 * * 1-5 Europe/Berlin
                            2019-10-04 16:08:01.808 - debug: heatingcontrol.0 create cron job #3 at 14:0 string: 0 0 14 * * 1-5 Europe/Berlin
                            2019-10-04 16:08:01.809 - debug: heatingcontrol.0 create cron job #4 at 22:30 string: 0 30 22 * * 1-5 Europe/Berlin
                            2019-10-04 16:08:01.811 - debug: heatingcontrol.0 create cron job #5 at 0:0 string: 0 0 0 * * 0,6 Europe/Berlin
                            2019-10-04 16:08:01.813 - debug: heatingcontrol.0 create cron job #6 at 8:0 string: 0 0 8 * * 0,6 Europe/Berlin
                            2019-10-04 16:08:01.814 - debug: heatingcontrol.0 create cron job #7 at 22:0 string: 0 0 22 * * 0,6 Europe/Berlin
                            2019-10-04 16:08:01.815 - debug: heatingcontrol.0 create cron job #8 at 4:0 string: 0 0 4 * * 1-5 Europe/Berlin
                            2019-10-04 16:08:01.816 - debug: heatingcontrol.0 create cron job #9 at 5:0 string: 0 0 5 * * 1-5 Europe/Berlin
                            2019-10-04 16:08:01.821 - debug: heatingcontrol.0 create cron job #10 at 17:0 string: 0 0 17 * * 1-5 Europe/Berlin
                            2019-10-04 16:08:01.824 - debug: heatingcontrol.0 create cron job #11 at 6:0 string: 0 0 6 * * 0,6 Europe/Berlin
                            2019-10-04 16:08:01.825 - debug: heatingcontrol.0 create cron job #12 at 23:0 string: 0 0 23 * * 0,6 Europe/Berlin
                            2019-10-04 16:08:01.826 - debug: heatingcontrol.0 create cron job #13 at 7:30 string: 0 30 7 * * 1-5 Europe/Berlin
                            2019-10-04 16:08:01.827 - debug: heatingcontrol.0 create cron job #14 at 5:0 string: 0 0 5 * * 0,6 Europe/Berlin
                            2019-10-04 16:08:01.828 - debug: heatingcontrol.0 create cron job #15 at 12:0 string: 0 0 12 * * 0,6 Europe/Berlin
                            2019-10-04 16:08:01.828 - debug: heatingcontrol.0 create cron job #16 at 16:0 string: 0 0 16 * * 0,6 Europe/Berlin
                            2019-10-04 16:08:01.830 - debug: heatingcontrol.0 cron jobs
                            2019-10-04 16:08:01.831 - debug: heatingcontrol.0 [INFO] status = true next event: 1 Oct 2020 00:05:00
                            2019-10-04 16:08:01.833 - debug: heatingcontrol.0 [INFO] status = true next event: 31 Mar 2020 23:55:00
                            2019-10-04 16:08:01.833 - debug: heatingcontrol.0 [INFO] status = true next event: 7 Oct 2019 00:00:00
                            2019-10-04 16:08:01.834 - debug: heatingcontrol.0 [INFO] status = true next event: 7 Oct 2019 14:00:00
                            2019-10-04 16:08:01.835 - debug: heatingcontrol.0 [INFO] status = true next event: 4 Oct 2019 22:30:00
                            2019-10-04 16:08:01.835 - debug: heatingcontrol.0 [INFO] status = true next event: 5 Oct 2019 00:00:00
                            2019-10-04 16:08:01.835 - debug: heatingcontrol.0 [INFO] status = true next event: 5 Oct 2019 08:00:00
                            2019-10-04 16:08:01.836 - debug: heatingcontrol.0 [INFO] status = true next event: 5 Oct 2019 22:00:00
                            2019-10-04 16:08:01.836 - debug: heatingcontrol.0 [INFO] status = true next event: 7 Oct 2019 04:00:00
                            2019-10-04 16:08:01.836 - debug: heatingcontrol.0 [INFO] status = true next event: 7 Oct 2019 05:00:00
                            2019-10-04 16:08:01.836 - debug: heatingcontrol.0 [INFO] status = true next event: 4 Oct 2019 17:00:00
                            2019-10-04 16:08:01.837 - debug: heatingcontrol.0 [INFO] status = true next event: 5 Oct 2019 06:00:00
                            2019-10-04 16:08:01.840 - debug: heatingcontrol.0 [INFO] status = true next event: 5 Oct 2019 23:00:00
                            2019-10-04 16:08:01.840 - debug: heatingcontrol.0 [INFO] status = true next event: 7 Oct 2019 07:30:00
                            2019-10-04 16:08:01.840 - debug: heatingcontrol.0 [INFO] status = true next event: 5 Oct 2019 05:00:00
                            2019-10-04 16:08:01.841 - debug: heatingcontrol.0 [INFO] status = true next event: 5 Oct 2019 12:00:00
                            2019-10-04 16:08:01.844 - debug: heatingcontrol.0 [INFO] status = true next event: 5 Oct 2019 16:00:00
                            2019-10-04 16:08:01.844 - info: heatingcontrol.0 calculating new target temperatures
                            2019-10-04 16:08:01.889 - debug: heatingcontrol.0 profile type 2
                            2019-10-04 16:08:01.889 - debug: heatingcontrol.0 get profile
                            2019-10-04 16:08:01.892 - debug: heatingcontrol.0 profile 0
                            2019-10-04 16:08:01.892 - debug: heatingcontrol.0 check room Wohnzimmer
                            2019-10-04 16:08:01.892 - debug: heatingcontrol.0 number of periods 4
                            2019-10-04 16:08:01.892 - debug: heatingcontrol.0 check ID Profiles.0.Wohnzimmer.Mo-Fr.Periods.0.time
                            2019-10-04 16:08:01.895 - debug: heatingcontrol.0 check time for Wohnzimmer Profiles.0.Wohnzimmer.Mo-Fr.Periods.0.time 19
                            2019-10-04 16:08:01.896 - debug: heatingcontrol.0 check ID Profiles.0.Wohnzimmer.Mo-Fr.Periods.1.time
                            2019-10-04 16:08:01.899 - debug: heatingcontrol.0 check time for Wohnzimmer Profiles.0.Wohnzimmer.Mo-Fr.Periods.1.time 23
                            2019-10-04 16:08:01.899 - debug: heatingcontrol.0 check ID Profiles.0.Wohnzimmer.Mo-Fr.Periods.2.time
                            2019-10-04 16:08:01.899 - debug: heatingcontrol.0 check ID Profiles.0.Wohnzimmer.Mo-Fr.Periods.3.time
                            2019-10-04 16:08:01.914 - debug: heatingcontrol.0 ### 23 0 0 0 0 0
                            2019-10-04 16:08:01.914 - info: heatingcontrol.0 room Wohnzimmer Thermostat Heizung Wohnzimmer 1.SETPOINT set to 23
                            2019-10-04 16:08:01.917 - debug: heatingcontrol.0 ### handle state change hm-rpc.0.HEQ0366475.2.SETPOINT {"val":23,"ack":false,"ts":1570198081915,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1570190400054}
                            2019-10-04 16:08:01.918 - debug: heatingcontrol.0 ### 111 not handled
                            2019-10-04 16:08:01.918 - debug: heatingcontrol.0 handle actors hm-rpc.0.HEQ0366475.2.SETPOINT{"val":23,"ack":false,"ts":1570198081915,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1570190400054}
                            2019-10-04 16:08:01.918 - debug: heatingcontrol.0 ### {"id":6,"name":"Heizung Wohnzimmer 1.SETPOINT","OID_Current":"hm-rpc.0.HEQ0366475.1.TEMPERATURE","OID_Target":"hm-rpc.0.HEQ0366475.2.SETPOINT","isActive":true,"type":1,"room":"Wohnzimmer"}
                            2019-10-04 16:08:01.920 - debug: heatingcontrol.0 check room Bad
                            2019-10-04 16:08:01.920 - debug: heatingcontrol.0 number of periods 4
                            2019-10-04 16:08:01.920 - debug: heatingcontrol.0 check ID Profiles.0.Bad.Mo-Fr.Periods.0.time
                            2019-10-04 16:08:01.921 - info: heatingcontrol.0 handle actors Wohnzimmer current 22.8 target 23
                            2019-10-04 16:08:01.923 - debug: heatingcontrol.0 check time for Bad Profiles.0.Bad.Mo-Fr.Periods.0.time 17
                            2019-10-04 16:08:01.923 - debug: heatingcontrol.0 check ID Profiles.0.Bad.Mo-Fr.Periods.1.time
                            2019-10-04 16:08:01.923 - debug: heatingcontrol.0 room Wohnzimmer actor hm-rpc.0.IEQ0504267.1.STATE on
                            2019-10-04 16:08:01.923 - debug: heatingcontrol.0 ### 222 handled
                            2019-10-04 16:08:01.925 - debug: heatingcontrol.0 ### all StateChange handled
                            2019-10-04 16:08:01.926 - debug: heatingcontrol.0 check time for Bad Profiles.0.Bad.Mo-Fr.Periods.1.time 22
                            2019-10-04 16:08:01.926 - debug: heatingcontrol.0 check ID Profiles.0.Bad.Mo-Fr.Periods.2.time
                            2019-10-04 16:08:01.937 - debug: heatingcontrol.0 check time for Bad Profiles.0.Bad.Mo-Fr.Periods.2.time 17
                            2019-10-04 16:08:01.937 - debug: heatingcontrol.0 check ID Profiles.0.Bad.Mo-Fr.Periods.3.time
                            2019-10-04 16:08:01.938 - debug: heatingcontrol.0 ### 17 0 0 0 0 0
                            2019-10-04 16:08:01.938 - info: heatingcontrol.0 room Bad Thermostat Heizung Bad 1.SETPOINT set to 17
                            2019-10-04 16:08:01.943 - debug: heatingcontrol.0 check room Hobby
                            2019-10-04 16:08:01.943 - debug: heatingcontrol.0 number of periods 4
                            2019-10-04 16:08:01.943 - debug: heatingcontrol.0 check ID Profiles.0.Hobby.Mo-Fr.Periods.0.time
                            2019-10-04 16:08:01.948 - debug: heatingcontrol.0 check time for Hobby Profiles.0.Hobby.Mo-Fr.Periods.0.time 19
                            2019-10-04 16:08:01.948 - debug: heatingcontrol.0 check ID Profiles.0.Hobby.Mo-Fr.Periods.1.time
                            2019-10-04 16:08:01.950 - debug: heatingcontrol.0 check time for Hobby Profiles.0.Hobby.Mo-Fr.Periods.1.time 24
                            2019-10-04 16:08:01.951 - debug: heatingcontrol.0 check ID Profiles.0.Hobby.Mo-Fr.Periods.2.time
                            2019-10-04 16:08:01.953 - debug: heatingcontrol.0 check ID Profiles.0.Hobby.Mo-Fr.Periods.3.time
                            2019-10-04 16:08:01.965 - debug: heatingcontrol.0 ### 24 0 0 0 0 0
                            2019-10-04 16:08:01.965 - info: heatingcontrol.0 room Hobby Thermostat Thermostat Hobby 1.SETPOINT set to 24
                            2019-10-04 16:08:01.974 - debug: heatingcontrol.0 ### handle state change hm-rpc.0.GEQ0171035.2.SETPOINT {"val":24,"ack":false,"ts":1570198081966,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1570184159724}
                            2019-10-04 16:08:01.974 - debug: heatingcontrol.0 ### 111 not handled
                            2019-10-04 16:08:01.974 - debug: heatingcontrol.0 handle actors hm-rpc.0.GEQ0171035.2.SETPOINT{"val":24,"ack":false,"ts":1570198081966,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1570184159724}
                            2019-10-04 16:08:01.974 - debug: heatingcontrol.0 ### {"id":3,"name":"Thermostat Hobby 1.SETPOINT","OID_Current":"hm-rpc.0.GEQ0171035.1.TEMPERATURE","OID_Target":"hm-rpc.0.GEQ0171035.2.SETPOINT","isActive":true,"type":1,"room":"Hobby"}
                            2019-10-04 16:08:01.982 - debug: heatingcontrol.0 cron jobs
                            2019-10-04 16:08:01.983 - debug: heatingcontrol.0 [INFO] status = true next event: 1 Oct 2020 00:05:00
                            2019-10-04 16:08:01.994 - debug: heatingcontrol.0 [INFO] status = true next event: 31 Mar 2020 23:55:00
                            2019-10-04 16:08:01.995 - debug: heatingcontrol.0 [INFO] status = true next event: 7 Oct 2019 00:00:00
                            2019-10-04 16:08:02.000 - debug: heatingcontrol.0 [INFO] status = true next event: 7 Oct 2019 14:00:00
                            2019-10-04 16:08:02.001 - debug: heatingcontrol.0 [INFO] status = true next event: 4 Oct 2019 22:30:00
                            2019-10-04 16:08:02.001 - debug: heatingcontrol.0 [INFO] status = true next event: 5 Oct 2019 00:00:00
                            2019-10-04 16:08:02.001 - debug: heatingcontrol.0 [INFO] status = true next event: 5 Oct 2019 08:00:00
                            2019-10-04 16:08:02.002 - debug: heatingcontrol.0 [INFO] status = true next event: 5 Oct 2019 22:00:00
                            2019-10-04 16:08:02.002 - debug: heatingcontrol.0 [INFO] status = true next event: 7 Oct 2019 04:00:00
                            2019-10-04 16:08:02.002 - debug: heatingcontrol.0 [INFO] status = true next event: 7 Oct 2019 05:00:00
                            2019-10-04 16:08:02.007 - debug: heatingcontrol.0 [INFO] status = true next event: 4 Oct 2019 17:00:00
                            2019-10-04 16:08:02.007 - debug: heatingcontrol.0 [INFO] status = true next event: 5 Oct 2019 06:00:00
                            2019-10-04 16:08:02.008 - debug: heatingcontrol.0 [INFO] status = true next event: 5 Oct 2019 23:00:00
                            2019-10-04 16:08:02.009 - debug: heatingcontrol.0 [INFO] status = true next event: 7 Oct 2019 07:30:00
                            2019-10-04 16:08:02.009 - debug: heatingcontrol.0 [INFO] status = true next event: 5 Oct 2019 05:00:00
                            2019-10-04 16:08:02.009 - debug: heatingcontrol.0 [INFO] status = true next event: 5 Oct 2019 12:00:00
                            2019-10-04 16:08:02.010 - debug: heatingcontrol.0 [INFO] status = true next event: 5 Oct 2019 16:00:00
                            2019-10-04 16:08:02.012 - info: heatingcontrol.0 handle actors Hobby current 23.2 target 24
                            2019-10-04 16:08:02.013 - warn: heatingcontrol.0 Empty ID: {"val":true,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin"}
                            2019-10-04 16:08:46.878 - debug: heatingcontrol.0 ### handle state change hm-rpc.0.HEQ0366475.2.SETPOINT {"val":23,"ack":true,"ts":1570198126876,"q":0,"from":"system.adapter.hm-rpc.0","user":"system.user.admin","lc":1570190400054}
                            2019-10-04 16:08:46.878 - debug: heatingcontrol.0 ### 111 not handled
                            2019-10-04 16:08:46.878 - debug: heatingcontrol.0 handle actors hm-rpc.0.HEQ0366475.2.SETPOINT{"val":23,"ack":true,"ts":1570198126876,"q":0,"from":"system.adapter.hm-rpc.0","user":"system.user.admin","lc":1570190400054}
                            2019-10-04 16:08:46.878 - debug: heatingcontrol.0 ### {"id":6,"name":"Heizung Wohnzimmer 1.SETPOINT","OID_Current":"hm-rpc.0.HEQ0366475.1.TEMPERATURE","OID_Target":"hm-rpc.0.HEQ0366475.2.SETPOINT","isActive":true,"type":1,"room":"Wohnzimmer"}
                            2019-10-04 16:08:46.881 - info: heatingcontrol.0 handle actors Wohnzimmer current 22.8 target 23
                            2019-10-04 16:08:46.887 - debug: heatingcontrol.0 room Wohnzimmer actor hm-rpc.0.IEQ0504267.1.STATE on
                            2019-10-04 16:08:46.889 - debug: heatingcontrol.0 ### 222 handled
                            2019-10-04 16:08:46.889 - debug: heatingcontrol.0 ### all StateChange handled
                            2019-10-04 16:08:46.890 - debug: heatingcontrol.0 ### handle state change hm-rpc.0.HEQ0366475.1.TEMPERATURE {"val":22.8,"ack":true,"ts":1570198126887,"q":0,"from":"system.adapter.hm-rpc.0","user":"system.user.admin","lc":1570197947846}
                            2019-10-04 16:08:46.890 - debug: heatingcontrol.0 ### 111 not handled
                            2019-10-04 16:08:46.890 - debug: heatingcontrol.0 handle actors hm-rpc.0.HEQ0366475.1.TEMPERATURE{"val":22.8,"ack":true,"ts":1570198126887,"q":0,"from":"system.adapter.hm-rpc.0","user":"system.user.admin","lc":1570197947846}
                            2019-10-04 16:08:46.890 - debug: heatingcontrol.0 ### {"id":6,"name":"Heizung Wohnzimmer 1.SETPOINT","OID_Current":"hm-rpc.0.HEQ0366475.1.TEMPERATURE","OID_Target":"hm-rpc.0.HEQ0366475.2.SETPOINT","isActive":true,"type":1,"room":"Wohnzimmer"}
                            2019-10-04 16:08:46.896 - info: heatingcontrol.0 handle actors Wohnzimmer current 22.8 target 23
                            2019-10-04 16:08:46.898 - debug: heatingcontrol.0 room Wohnzimmer actor hm-rpc.0.IEQ0504267.1.STATE on
                            2019-10-04 16:08:46.899 - debug: heatingcontrol.0 ### 222 handled
                            2019-10-04 16:08:46.899 - debug: heatingcontrol.0 ### all StateChange handled 
                            
                            Rene_HM 1 Reply Last reply Reply Quote 0
                            • Rene_HM
                              Rene_HM Developer @holgerwolf last edited by

                              @holgerwolf Du scheinst "Aktoren verwendet" aktiv zu haben. Benötigst du das? Im Normalfall schalten doch die Thermostate die Aktoren direkt...

                              H 1 Reply Last reply Reply Quote 0
                              • X
                                xADDRx last edited by

                                Hallo zusammen,

                                hat einer von euch eine übersichtliches Widget (view) die er zur Verfügung stellen würde?

                                Danke

                                Gruß
                                Ben

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

                                  @xADDRx siehe https://forum.iobroker.net/topic/22579/adapter-heatingcontrol/81
                                  Ich selbst verwende derzeit auch noch das Vis vom Script - Vorbild. Musste nur die Datenpunkte anpassen

                                  1 Reply Last reply Reply Quote 0
                                  • H
                                    holgerwolf @Rene_HM last edited by

                                    @Rene_HM Ich habe sowohl Räume mit Thermostat gesteuerten Heizkörperregler als auch Fußbodenheizung die über Aktoren geschaltet werden. Das klappt auch alles prima, bis auf die Warning.

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

                                      @Rene_HM

                                      Vielen Dank für deine Antwort, ich bin leider erst jetzt dazu gekommen. Ist mir bewusst, dass diese Adapterversion noch in Entwicklung ist, bis jetzt funktioniert Sie jedoch ganz gut.

                                      Ich musste mich kurz einlesen wie man einen Adapter debut und hoffe ich habe soweit alles richtig gemacht:


                                      undefined2019-10-04 23:46:51.627 - info: host.Home-PC object change system.adapter.heatingcontrol.0
                                      2019-10-04 23:46:51.642 - info: host.Home-PC instance system.adapter.heatingcontrol.0 started with pid 7708
                                      2019-10-04 23:46:52.828 - debug: heatingcontrol.0 objectDB connected
                                      2019-10-04 23:46:52.859 - debug: heatingcontrol.0 statesDB connected
                                      2019-10-04 23:46:52.953 - info: heatingcontrol.0 starting. Version 0.3.0 in C:/ioBroker/node_modules/iobroker.heatingcontrol, node: v10.14.1
                                      2019-10-04 23:46:52.968 - debug: heatingcontrol.0 devices [{"id":1,"name":"EG_Wohnzimmer_Heizung_11_Kanal4.SET_TEMPERATURE","OID_Current":"hm-rpc.1.000E570999A5A3.1.ACTUAL_TEMPERATURE","OID_Target":"hm-rpc.0.OEQ0846278.4.SET_TEMPERATURE","isActive":true,"type":1,"room":"EG_Wohnzimmer"},{"id":2,"name":"EG_Wohnzimmer_Heizung_11_Kanal4.SET_TEMPERATURE","OID_Target":"hm-rpc.0.OEQ0846278.4.SET_TEMPERATURE","isActive":true,"type":2,"room":"EG_Wohnzimmer"},{"id":3,"name":"EG_Wohnzimmer_Heizung_12_Kanal4.SET_TEMPERATURE","OID_Target":"hm-rpc.0.OEQ0843010.4.SET_TEMPERATURE","isActive":true,"type":2,"room":"EG_Wohnzimmer"},{"id":4,"name":"EG_Wohnzimmer_Tuere_11_Kanal1.STATE","OID_Current":"hm-rpc.0.OEQ0440463.1.STATE","isActive":true,"type":3,"room":"EG_Wohnzimmer"},{"id":5,"name":"EG_Gang_Tuere_11_Kanal1.STATE","OID_Current":"hm-rpc.0.OEQ0440750.1.STATE","isActive":true,"type":3,"room":"EG_Wohnzimmer"},{"id":6,"name":"EG_Küche_Fenster_11_Kanal1.STATE","OID_Current":"hm-rpc.0.OEQ0566085.1.STATE","isActive":true,"type":3,"room":"EG_Wohnzimmer"},{"id":7,"name":"EG_Wohnzimmer_Heizung_12_Kanal4.SET_TEMPERATURE","OID_Current":"hm-rpc.1.000E570999A5A3.1.ACTUAL_TEMPERATURE","OID_Target":"hm-rpc.0.OEQ0843010.4.SET_TEMPERATURE","isActive":true,"type":1,"room":"EG_Wohnzimmer"},{"id":8,"name":"EG_Gang_Heizung_11_Kanal4.SET_TEMPERATURE","OID_Current":"hm-rpc.1.000E570999A5A3.1.ACTUAL_TEMPERATURE","OID_Target":"hm-rpc.0.OEQ0843134.4.SET_TEMPERATURE","isActive":true,"type":1,"room":"EG_Wohnzimmer"},{"id":9,"name":"EG_Wohnzimmer_Tuere_11_Kanal1.STATE","OID_Current":"hm-rpc.0.OEQ0440463.1.STATE","isActive":true,"type":3,"room":"EG_Wohnzimmer"},{"id":10,"name":"1OG_Schlafzimmer_Heizung_11_Kanal4.SET_TEMPERATURE","OID_Current":"hm-rpc.1.000E570999A397.1.ACTUAL_TEMPERATURE","OID_Target":"hm-rpc.0.OEQ0841727.4.SET_TEMPERATURE","isActive":false,"type":1,"room":"1OG_Schlafzimmer"},{"id":11,"name":"1OG_Schlafzimmer_Fenster_11_Kanal1.STATE","OID_Current":"hm-rpc.0.OEQ0566218.1.STATE","isActive":false,"type":3,"room":"1OG_Schlafzimmer"},{"id":12,"name":"1OG_Schlafzimmer_Tuere_11_Kanal1.STATE","OID_Current":"hm-rpc.0.OEQ0566065.1.STATE","isActive":false,"type":3,"room":"1OG_Schlafzimmer"},{"id":13,"name":"1OG_Kinderzimmer1_Heizung_11_Kanal4.SET_TEMPERATURE","OID_Current":"hm-rpc.1.000E570999A3A5.1.ACTUAL_TEMPERATURE","OID_Target":"hm-rpc.0.OEQ0844685.4.SET_TEMPERATURE","isActive":true,"type":1,"room":"1OG_Kinderzimmer1"},{"id":14,"name":"1OG_Kinderzimmer1_Fenster_11_Kanal1.STATE","OID_Current":"hm-rpc.0.OEQ0568166.1.STATE","isActive":true,"type":3,"room":"1OG_Kinderzimmer1"},{"id":15,"name":"1OG_Kinderzimmer 2_Heizung_11_Kanal4.SET_TEMPERATURE","OID_Current":"hm-rpc.1.000E570999A87B.1.ACTUAL_TEMPERATURE","OID_Target":"hm-rpc.0.OEQ1248833.4.SET_TEMPERATURE","isActive":true,"type":1,"room":"1OG_Kinderzimmer2"},{"id":16,"name":"1OG_Kinderzimmer2_Fenster_11_Kanal1.STATE","OID_Current":"hm-rpc.0.OEQ0440292.1.STATE","isActive":true,"type":3,"room":"1OG_Kinderzimmer2"},{"id":17,"name":"2OG_Schlafzimmer_Heizung_11_Kanal4.SET_TEMPERATURE","OID_Current":"hm-rpc.1.000E570999A890.1.ACTUAL_TEMPERATURE","OID_Target":"hm-rpc.0.OEQ0846127.4.SET_TEMPERATURE","isActive":true,"type":1,"room":"2OG_Schlafzimmer"},{"id":18,"name":"hm-rpc.1.000E570999A890.1.ACTUAL_TEMPERATURE","OID_Current":"hm-rpc.1.000E570999A890.1.ACTUAL_TEMPERATURE","OID_Target":"hm-rpc.0.OEQ0846141.4.SET_TEMPERATURE","isActive":true,"type":1,"room":"2OG_Schlafzimmer"},{"id":19,"name":"2OG_Schlafzimmer_Fenster_11_Kanal1.STATE","OID_Current":"hm-rpc.0.OEQ0496790.1.STATE","isActive":true,"type":3,"room":"2OG_Schlafzimmer"},{"id":20,"name":"2OG_Schlafzimmer_Fenster_12_Kanal1.STATE","OID_Current":"hm-rpc.0.OEQ0496601.1.STATE","isActive":true,"type":3,"room":"2OG_Schlafzimmer"},{"id":21,"name":"2OG_Schlafzimmer_Fenster_13_Kanal1.STATE","OID_Current":"hm-rpc.0.OEQ0496803.1.STATE","isActive":true,"type":3,"room":"2OG_Schlafzimmer"},{"id":22,"name":"2OG_Schlafzimmer_Fenster_14_Kanal1.STATE","OID_Current":"hm-rpc.0.OEQ0496795.1.STATE","isActive":true,"type":3,"room":"2OG_Schlafzimmer"},{"id":23,"name":"2OG_Buero1_Heizung_11_Kanal4.SET_TEMPERATURE","OID_Current":"hm-rpc.1.000E570999A5AF.1.ACTUAL_TEMPERATURE","OID_Target":"hm-rpc.0.OEQ0845933.4.SET_TEMPERATURE","isActive":true,"type":1,"room":"2OG_Buero1"},{"id":24,"name":"2OG_Buero11_Fenster_11_Kanal1.STATE","OID_Current":"hm-rpc.0.OEQ0564053.1.STATE","isActive":true,"type":3,"room":"2OG_Buero1"},{"id":25,"name":"2OG_Buero2_Heizung_11_Kanal4.SET_TEMPERATURE","OID_Current":"hm-rpc.1.000E570999A419.1.ACTUAL_TEMPERATURE","OID_Target":"hm-rpc.0.OEQ0846143.4.SET_TEMPERATURE","isActive":true,"type":1,"room":"2OG_Buero2"},{"id":26,"name":"2OG_Buero2_Fenster_11_Kanal1.STATE","OID_Current":"hm-rpc.0.OEQ0496792.1.STATE","isActive":true,"type":3,"room":"2OG_Buero2"},{"id":27,"name":"2OG_Buero2_Fenster_12_Kanal1.STATE","OID_Current":"hm-rpc.0.OEQ0441055.1.STATE","isActive":true,"type":3,"room":"2OG_Buero2"},{"id":28,"name":"2OG_Buero2_Fenster_13_Kanal1.STATE","OID_Current":"hm-rpc.0.OEQ0496740.1.STATE","isActive":true,"type":3,"room":"2OG_Buero2"},{"id":29,"name":"2OG_Bad_Heizung_11_Kanal4.SET_TEMPERATURE","OID_Current":"hm-rpc.1.000E570999A897.1.ACTUAL_TEMPERATURE","OID_Target":"hm-rpc.0.OEQ0845830.4.SET_TEMPERATURE","isActive":true,"type":1,"room":"2OG_Bad"},{"id":30,"name":"2OG_Bad_Fenster_11_Kanal1.STATE","OID_Current":"hm-rpc.0.OEQ0566263.1.STATE","isActive":true,"type":3,"room":"2OG_Bad"}]
                                      2019-10-04 23:46:52.968 - debug: heatingcontrol.0 CreateDatepoints
                                      2019-10-04 23:46:53.171 - debug: heatingcontrol.0 rooms 19
                                      2019-10-04 23:46:53.171 - debug: heatingcontrol.0 create data points for EG_Wohnzimmer
                                      2019-10-04 23:46:53.218 - debug: heatingcontrol.0 room EG_Wohnzimmer with 3 periods
                                      2019-10-04 23:46:53.218 - debug: heatingcontrol.0 Profile Type Mo-So, profiles 2
                                      2019-10-04 23:46:53.218 - debug: heatingcontrol.0 add state Profiles.0.EG_Wohnzimmer.Mo-Su.Periods.0 max 5
                                      2019-10-04 23:46:53.218 - debug: heatingcontrol.0 add state Profiles.0.EG_Wohnzimmer.Mo-Su.Periods.1 max 5
                                      2019-10-04 23:46:53.218 - debug: heatingcontrol.0 add state Profiles.0.EG_Wohnzimmer.Mo-Su.Periods.2 max 5
                                      2019-10-04 23:46:53.218 - debug: heatingcontrol.0 not active.... EG_Kueche
                                      2019-10-04 23:46:53.218 - debug: heatingcontrol.0 create data points for 1OG_Schlafzimmer
                                      2019-10-04 23:46:53.265 - debug: heatingcontrol.0 room 1OG_Schlafzimmer with 3 periods
                                      2019-10-04 23:46:53.265 - debug: heatingcontrol.0 Profile Type Mo-So, profiles 2
                                      2019-10-04 23:46:53.265 - debug: heatingcontrol.0 add state Profiles.0.1OG_Schlafzimmer.Mo-Su.Periods.0 max 5
                                      2019-10-04 23:46:53.265 - debug: heatingcontrol.0 add state Profiles.0.1OG_Schlafzimmer.Mo-Su.Periods.1 max 5
                                      2019-10-04 23:46:53.265 - debug: heatingcontrol.0 add state Profiles.0.1OG_Schlafzimmer.Mo-Su.Periods.2 max 5
                                      2019-10-04 23:46:53.265 - debug: heatingcontrol.0 create data points for 1OG_Kinderzimmer1
                                      2019-10-04 23:46:53.327 - debug: heatingcontrol.0 room 1OG_Kinderzimmer1 with 3 periods
                                      2019-10-04 23:46:53.327 - debug: heatingcontrol.0 Profile Type Mo-So, profiles 2
                                      2019-10-04 23:46:53.327 - debug: heatingcontrol.0 add state Profiles.0.1OG_Kinderzimmer1.Mo-Su.Periods.0 max 5
                                      2019-10-04 23:46:53.327 - debug: heatingcontrol.0 add state Profiles.0.1OG_Kinderzimmer1.Mo-Su.Periods.1 max 5
                                      2019-10-04 23:46:53.327 - debug: heatingcontrol.0 add state Profiles.0.1OG_Kinderzimmer1.Mo-Su.Periods.2 max 5
                                      2019-10-04 23:46:53.327 - debug: heatingcontrol.0 create data points for 1OG_Kinderzimmer2
                                      2019-10-04 23:46:53.374 - debug: heatingcontrol.0 room 1OG_Kinderzimmer2 with 3 periods
                                      2019-10-04 23:46:53.374 - debug: heatingcontrol.0 Profile Type Mo-So, profiles 2
                                      2019-10-04 23:46:53.374 - debug: heatingcontrol.0 add state Profiles.0.1OG_Kinderzimmer2.Mo-Su.Periods.0 max 5
                                      2019-10-04 23:46:53.374 - debug: heatingcontrol.0 add state Profiles.0.1OG_Kinderzimmer2.Mo-Su.Periods.1 max 5
                                      2019-10-04 23:46:53.374 - debug: heatingcontrol.0 add state Profiles.0.1OG_Kinderzimmer2.Mo-Su.Periods.2 max 5
                                      2019-10-04 23:46:53.374 - debug: heatingcontrol.0 not active.... EG_Bad
                                      2019-10-04 23:46:53.374 - debug: heatingcontrol.0 not active.... EG_Garten
                                      2019-10-04 23:46:53.374 - debug: heatingcontrol.0 not active.... 1OG_Bad
                                      2019-10-04 23:46:53.374 - debug: heatingcontrol.0 not active.... EG_Gang
                                      2019-10-04 23:46:53.374 - debug: heatingcontrol.0 not active.... 1OG_Gang
                                      2019-10-04 23:46:53.374 - debug: heatingcontrol.0 create data points for 2OG_Schlafzimmer
                                      2019-10-04 23:46:53.421 - debug: heatingcontrol.0 room 2OG_Schlafzimmer with 3 periods
                                      2019-10-04 23:46:53.421 - debug: heatingcontrol.0 Profile Type Mo-So, profiles 2
                                      2019-10-04 23:46:53.421 - debug: heatingcontrol.0 add state Profiles.0.2OG_Schlafzimmer.Mo-Su.Periods.0 max 5
                                      2019-10-04 23:46:53.421 - debug: heatingcontrol.0 add state Profiles.0.2OG_Schlafzimmer.Mo-Su.Periods.1 max 5
                                      2019-10-04 23:46:53.421 - debug: heatingcontrol.0 add state Profiles.0.2OG_Schlafzimmer.Mo-Su.Periods.2 max 5
                                      2019-10-04 23:46:53.421 - debug: heatingcontrol.0 create data points for 2OG_Buero1
                                      2019-10-04 23:46:53.467 - debug: heatingcontrol.0 room 2OG_Buero1 with 3 periods
                                      2019-10-04 23:46:53.467 - debug: heatingcontrol.0 Profile Type Mo-So, profiles 2
                                      2019-10-04 23:46:53.467 - debug: heatingcontrol.0 add state Profiles.0.2OG_Buero1.Mo-Su.Periods.0 max 5
                                      2019-10-04 23:46:53.467 - debug: heatingcontrol.0 add state Profiles.0.2OG_Buero1.Mo-Su.Periods.1 max 5
                                      2019-10-04 23:46:53.467 - debug: heatingcontrol.0 add state Profiles.0.2OG_Buero1.Mo-Su.Periods.2 max 5
                                      2019-10-04 23:46:53.467 - debug: heatingcontrol.0 create data points for 2OG_Buero2
                                      2019-10-04 23:46:53.530 - debug: heatingcontrol.0 room 2OG_Buero2 with 3 periods
                                      2019-10-04 23:46:53.530 - debug: heatingcontrol.0 Profile Type Mo-So, profiles 2
                                      2019-10-04 23:46:53.530 - debug: heatingcontrol.0 add state Profiles.0.2OG_Buero2.Mo-Su.Periods.0 max 5
                                      2019-10-04 23:46:53.530 - debug: heatingcontrol.0 add state Profiles.0.2OG_Buero2.Mo-Su.Periods.1 max 5
                                      2019-10-04 23:46:53.530 - debug: heatingcontrol.0 add state Profiles.0.2OG_Buero2.Mo-Su.Periods.2 max 5
                                      2019-10-04 23:46:53.530 - debug: heatingcontrol.0 not active.... 2OG_Gang
                                      2019-10-04 23:46:53.530 - debug: heatingcontrol.0 create data points for 2OG_Bad
                                      2019-10-04 23:46:53.577 - debug: heatingcontrol.0 room 2OG_Bad with 3 periods
                                      2019-10-04 23:46:53.577 - debug: heatingcontrol.0 Profile Type Mo-So, profiles 2
                                      2019-10-04 23:46:53.577 - debug: heatingcontrol.0 add state Profiles.0.2OG_Bad.Mo-Su.Periods.0 max 5
                                      2019-10-04 23:46:53.577 - debug: heatingcontrol.0 add state Profiles.0.2OG_Bad.Mo-Su.Periods.1 max 5
                                      2019-10-04 23:46:53.577 - debug: heatingcontrol.0 add state Profiles.0.2OG_Bad.Mo-Su.Periods.2 max 5
                                      2019-10-04 23:46:53.577 - debug: heatingcontrol.0 not active.... UG_Waschkueche
                                      2019-10-04 23:46:53.577 - debug: heatingcontrol.0 not active.... UG_Vorratsraum
                                      2019-10-04 23:46:53.577 - debug: heatingcontrol.0 not active.... UG_Heizung
                                      2019-10-04 23:46:53.577 - debug: heatingcontrol.0 not active.... UG_Gang
                                      2019-10-04 23:46:53.577 - debug: heatingcontrol.0 rooms 19
                                      2019-10-04 23:46:53.577 - debug: heatingcontrol.0 create data points for EG_Wohnzimmer
                                      2019-10-04 23:46:53.639 - debug: heatingcontrol.0 room EG_Wohnzimmer with 3 periods
                                      2019-10-04 23:46:53.639 - debug: heatingcontrol.0 Profile Type Mo-So, profiles 2
                                      2019-10-04 23:46:53.639 - debug: heatingcontrol.0 add state Profiles.1.EG_Wohnzimmer.Mo-Su.Periods.0 max 5
                                      2019-10-04 23:46:53.639 - debug: heatingcontrol.0 add state Profiles.1.EG_Wohnzimmer.Mo-Su.Periods.1 max 5
                                      2019-10-04 23:46:53.639 - debug: heatingcontrol.0 add state Profiles.1.EG_Wohnzimmer.Mo-Su.Periods.2 max 5
                                      2019-10-04 23:46:53.639 - debug: heatingcontrol.0 not active.... EG_Kueche
                                      2019-10-04 23:46:53.639 - debug: heatingcontrol.0 create data points for 1OG_Schlafzimmer
                                      2019-10-04 23:46:53.686 - debug: heatingcontrol.0 room 1OG_Schlafzimmer with 3 periods
                                      2019-10-04 23:46:53.686 - debug: heatingcontrol.0 Profile Type Mo-So, profiles 2
                                      2019-10-04 23:46:53.686 - debug: heatingcontrol.0 add state Profiles.1.1OG_Schlafzimmer.Mo-Su.Periods.0 max 5
                                      2019-10-04 23:46:53.686 - debug: heatingcontrol.0 add state Profiles.1.1OG_Schlafzimmer.Mo-Su.Periods.1 max 5
                                      2019-10-04 23:46:53.686 - debug: heatingcontrol.0 add state Profiles.1.1OG_Schlafzimmer.Mo-Su.Periods.2 max 5
                                      2019-10-04 23:46:53.686 - debug: heatingcontrol.0 create data points for 1OG_Kinderzimmer1
                                      2019-10-04 23:46:53.717 - debug: heatingcontrol.0 room 1OG_Kinderzimmer1 with 3 periods
                                      2019-10-04 23:46:53.717 - debug: heatingcontrol.0 Profile Type Mo-So, profiles 2
                                      2019-10-04 23:46:53.717 - debug: heatingcontrol.0 add state Profiles.1.1OG_Kinderzimmer1.Mo-Su.Periods.0 max 5
                                      2019-10-04 23:46:53.717 - debug: heatingcontrol.0 add state Profiles.1.1OG_Kinderzimmer1.Mo-Su.Periods.1 max 5
                                      2019-10-04 23:46:53.717 - debug: heatingcontrol.0 add state Profiles.1.1OG_Kinderzimmer1.Mo-Su.Periods.2 max 5
                                      2019-10-04 23:46:53.717 - debug: heatingcontrol.0 create data points for 1OG_Kinderzimmer2
                                      2019-10-04 23:46:53.764 - debug: heatingcontrol.0 room 1OG_Kinderzimmer2 with 3 periods
                                      2019-10-04 23:46:53.764 - debug: heatingcontrol.0 Profile Type Mo-So, profiles 2
                                      2019-10-04 23:46:53.764 - debug: heatingcontrol.0 add state Profiles.1.1OG_Kinderzimmer2.Mo-Su.Periods.0 max 5
                                      2019-10-04 23:46:53.764 - debug: heatingcontrol.0 add state Profiles.1.1OG_Kinderzimmer2.Mo-Su.Periods.1 max 5
                                      2019-10-04 23:46:53.764 - debug: heatingcontrol.0 add state Profiles.1.1OG_Kinderzimmer2.Mo-Su.Periods.2 max 5
                                      2019-10-04 23:46:53.764 - debug: heatingcontrol.0 not active.... EG_Bad
                                      2019-10-04 23:46:53.764 - debug: heatingcontrol.0 not active.... EG_Garten
                                      2019-10-04 23:46:53.764 - debug: heatingcontrol.0 not active.... 1OG_Bad
                                      2019-10-04 23:46:53.764 - debug: heatingcontrol.0 not active.... EG_Gang
                                      2019-10-04 23:46:53.764 - debug: heatingcontrol.0 not active.... 1OG_Gang
                                      2019-10-04 23:46:53.764 - debug: heatingcontrol.0 create data points for 2OG_Schlafzimmer
                                      2019-10-04 23:46:53.935 - debug: heatingcontrol.0 room 2OG_Schlafzimmer with 3 periods
                                      2019-10-04 23:46:53.935 - debug: heatingcontrol.0 Profile Type Mo-So, profiles 2
                                      2019-10-04 23:46:53.935 - debug: heatingcontrol.0 add state Profiles.1.2OG_Schlafzimmer.Mo-Su.Periods.0 max 5
                                      2019-10-04 23:46:53.935 - debug: heatingcontrol.0 add state Profiles.1.2OG_Schlafzimmer.Mo-Su.Periods.1 max 5
                                      2019-10-04 23:46:53.935 - debug: heatingcontrol.0 add state Profiles.1.2OG_Schlafzimmer.Mo-Su.Periods.2 max 5
                                      2019-10-04 23:46:53.935 - debug: heatingcontrol.0 create data points for 2OG_Buero1
                                      2019-10-04 23:46:53.982 - debug: heatingcontrol.0 room 2OG_Buero1 with 3 periods
                                      2019-10-04 23:46:53.982 - debug: heatingcontrol.0 Profile Type Mo-So, profiles 2
                                      2019-10-04 23:46:53.982 - debug: heatingcontrol.0 add state Profiles.1.2OG_Buero1.Mo-Su.Periods.0 max 5
                                      2019-10-04 23:46:53.982 - debug: heatingcontrol.0 add state Profiles.1.2OG_Buero1.Mo-Su.Periods.1 max 5
                                      2019-10-04 23:46:53.982 - debug: heatingcontrol.0 add state Profiles.1.2OG_Buero1.Mo-Su.Periods.2 max 5
                                      2019-10-04 23:46:53.982 - debug: heatingcontrol.0 create data points for 2OG_Buero2
                                      2019-10-04 23:46:54.029 - debug: heatingcontrol.0 room 2OG_Buero2 with 3 periods
                                      2019-10-04 23:46:54.029 - debug: heatingcontrol.0 Profile Type Mo-So, profiles 2
                                      2019-10-04 23:46:54.029 - debug: heatingcontrol.0 add state Profiles.1.2OG_Buero2.Mo-Su.Periods.0 max 5
                                      2019-10-04 23:46:54.029 - debug: heatingcontrol.0 add state Profiles.1.2OG_Buero2.Mo-Su.Periods.1 max 5
                                      2019-10-04 23:46:54.029 - debug: heatingcontrol.0 add state Profiles.1.2OG_Buero2.Mo-Su.Periods.2 max 5
                                      2019-10-04 23:46:54.029 - debug: heatingcontrol.0 not active.... 2OG_Gang
                                      2019-10-04 23:46:54.029 - debug: heatingcontrol.0 create data points for 2OG_Bad
                                      2019-10-04 23:46:54.091 - debug: heatingcontrol.0 room 2OG_Bad with 3 periods
                                      2019-10-04 23:46:54.091 - debug: heatingcontrol.0 Profile Type Mo-So, profiles 2
                                      2019-10-04 23:46:54.091 - debug: heatingcontrol.0 add state Profiles.1.2OG_Bad.Mo-Su.Periods.0 max 5
                                      2019-10-04 23:46:54.091 - debug: heatingcontrol.0 add state Profiles.1.2OG_Bad.Mo-Su.Periods.1 max 5
                                      2019-10-04 23:46:54.091 - debug: heatingcontrol.0 add state Profiles.1.2OG_Bad.Mo-Su.Periods.2 max 5
                                      2019-10-04 23:46:54.091 - debug: heatingcontrol.0 not active.... UG_Waschkueche
                                      2019-10-04 23:46:54.091 - debug: heatingcontrol.0 not active.... UG_Vorratsraum
                                      2019-10-04 23:46:54.091 - debug: heatingcontrol.0 not active.... UG_Heizung
                                      2019-10-04 23:46:54.091 - debug: heatingcontrol.0 not active.... UG_Gang
                                      2019-10-04 23:46:54.091 - debug: heatingcontrol.0 #start subscribtion
                                      2019-10-04 23:46:54.091 - debug: heatingcontrol.0 subscribe EG_Wohnzimmer hm-rpc.0.OEQ0440463.1.STATE
                                      2019-10-04 23:46:54.091 - debug: heatingcontrol.0 subscribe EG_Wohnzimmer hm-rpc.0.OEQ0440750.1.STATE
                                      2019-10-04 23:46:54.091 - debug: heatingcontrol.0 subscribe EG_Wohnzimmer hm-rpc.0.OEQ0566085.1.STATE
                                      2019-10-04 23:46:54.091 - debug: heatingcontrol.0 subscribe EG_Wohnzimmer hm-rpc.0.OEQ0440463.1.STATE
                                      2019-10-04 23:46:54.091 - debug: heatingcontrol.0 subscribe 1OG_Kinderzimmer1 hm-rpc.0.OEQ0568166.1.STATE
                                      2019-10-04 23:46:54.091 - debug: heatingcontrol.0 subscribe 1OG_Kinderzimmer2 hm-rpc.0.OEQ0440292.1.STATE
                                      2019-10-04 23:46:54.091 - debug: heatingcontrol.0 subscribe 2OG_Schlafzimmer hm-rpc.0.OEQ0496790.1.STATE
                                      2019-10-04 23:46:54.091 - debug: heatingcontrol.0 subscribe 2OG_Schlafzimmer hm-rpc.0.OEQ0496601.1.STATE
                                      2019-10-04 23:46:54.091 - debug: heatingcontrol.0 subscribe 2OG_Schlafzimmer hm-rpc.0.OEQ0496803.1.STATE
                                      2019-10-04 23:46:54.091 - debug: heatingcontrol.0 subscribe 2OG_Schlafzimmer hm-rpc.0.OEQ0496795.1.STATE
                                      2019-10-04 23:46:54.091 - debug: heatingcontrol.0 subscribe 2OG_Buero1 hm-rpc.0.OEQ0564053.1.STATE
                                      2019-10-04 23:46:54.091 - debug: heatingcontrol.0 subscribe 2OG_Buero2 hm-rpc.0.OEQ0496792.1.STATE
                                      2019-10-04 23:46:54.091 - debug: heatingcontrol.0 subscribe 2OG_Buero2 hm-rpc.0.OEQ0441055.1.STATE
                                      2019-10-04 23:46:54.091 - debug: heatingcontrol.0 subscribe 2OG_Buero2 hm-rpc.0.OEQ0496740.1.STATE
                                      2019-10-04 23:46:54.091 - debug: heatingcontrol.0 subscribe 2OG_Bad hm-rpc.0.OEQ0566263.1.STATE
                                      2019-10-04 23:46:54.091 - debug: heatingcontrol.0 #subscribtion finished
                                      2019-10-04 23:46:54.091 - debug: heatingcontrol.0 start CalculateNextTime, profile type 1
                                      2019-10-04 23:46:54.091 - debug: heatingcontrol.0 get profile
                                      2019-10-04 23:46:54.123 - debug: heatingcontrol.0 profile 0
                                      2019-10-04 23:46:54.154 - debug: heatingcontrol.0 ---found time for EG_Wohnzimmer at {"val":"00:00","ack":true,"ts":1569536219762,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1569536219559} 00:00
                                      2019-10-04 23:46:54.154 - debug: heatingcontrol.0 push to list = 00,00
                                      2019-10-04 23:46:54.169 - debug: heatingcontrol.0 ---found time for EG_Wohnzimmer at {"val":"06:00","ack":true,"ts":1569528844920,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1569528844701} 06:00
                                      2019-10-04 23:46:54.169 - debug: heatingcontrol.0 push to list = 06,00
                                      2019-10-04 23:46:54.169 - debug: heatingcontrol.0 ---found time for EG_Wohnzimmer at {"val":"23:00","ack":true,"ts":1569451191041,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1569451190916} 23:00
                                      2019-10-04 23:46:54.169 - debug: heatingcontrol.0 push to list = 23,00
                                      2019-10-04 23:46:54.169 - debug: heatingcontrol.0 ---found time for 1OG_Schlafzimmer at {"val":"00:00","ack":true,"ts":1569625025328,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1569625024782} 00:00
                                      2019-10-04 23:46:54.169 - debug: heatingcontrol.0 ---found time for 1OG_Schlafzimmer at {"val":"06:00","ack":true,"ts":1569625002817,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1569625002162} 06:00
                                      2019-10-04 23:46:54.169 - debug: heatingcontrol.0 ---found time for 1OG_Schlafzimmer at {"val":"23:00","ack":true,"ts":1569625009572,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1569625009119} 23:00
                                      2019-10-04 23:46:54.169 - debug: heatingcontrol.0 ---found time for 1OG_Kinderzimmer1 at {"val":"00:00","ack":true,"ts":1569625044843,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1569625044328} 00:00
                                      2019-10-04 23:46:54.185 - debug: heatingcontrol.0 ---found time for 1OG_Kinderzimmer1 at {"val":"06:00","ack":true,"ts":1569625049913,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1569625049367} 06:00
                                      2019-10-04 23:46:54.201 - debug: heatingcontrol.0 ---found time for 1OG_Kinderzimmer1 at {"val":"23:00","ack":true,"ts":1569625055592,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1569625054858} 23:00
                                      2019-10-04 23:46:54.201 - debug: heatingcontrol.0 ---found time for 1OG_Kinderzimmer2 at {"val":"00:00","ack":true,"ts":1569625092782,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1569625092189} 00:00
                                      2019-10-04 23:46:54.201 - debug: heatingcontrol.0 ---found time for 1OG_Kinderzimmer2 at {"val":"06:00","ack":true,"ts":1569625097509,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1569625096822} 06:00
                                      2019-10-04 23:46:54.232 - debug: heatingcontrol.0 ---found time for 1OG_Kinderzimmer2 at {"val":"23:00","ack":true,"ts":1569625101300,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1569625100645} 23:00
                                      2019-10-04 23:46:54.232 - debug: heatingcontrol.0 ---found time for 2OG_Schlafzimmer at {"val":"00:00","ack":true,"ts":1569625240249,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1569625239578} 00:00
                                      2019-10-04 23:46:54.232 - debug: heatingcontrol.0 ---found time for 2OG_Schlafzimmer at {"val":"06:00","ack":true,"ts":1569625244695,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1569625244087} 06:00
                                      2019-10-04 23:46:54.232 - debug: heatingcontrol.0 ---found time for 2OG_Schlafzimmer at {"val":"23:00","ack":true,"ts":1569625247690,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1569625247207} 23:00
                                      2019-10-04 23:46:54.247 - debug: heatingcontrol.0 ---found time for 2OG_Buero1 at {"val":"00:00","ack":true,"ts":1569625256021,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1569625255522} 00:00
                                      2019-10-04 23:46:54.247 - debug: heatingcontrol.0 ---found time for 2OG_Buero1 at {"val":"06:00","ack":true,"ts":1569625260358,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1569625259718} 06:00
                                      2019-10-04 23:46:54.247 - debug: heatingcontrol.0 ---found time for 2OG_Buero1 at {"val":"23:00","ack":true,"ts":1569625265880,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1569625265116} 23:00
                                      2019-10-04 23:46:54.247 - debug: heatingcontrol.0 ---found time for 2OG_Buero2 at {"val":"00:00","ack":true,"ts":1569625273524,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1569625272822} 00:00
                                      2019-10-04 23:46:54.247 - debug: heatingcontrol.0 ---found time for 2OG_Buero2 at {"val":"06:00","ack":true,"ts":1569625276972,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1569625276316} 06:00
                                      2019-10-04 23:46:54.247 - debug: heatingcontrol.0 ---found time for 2OG_Buero2 at {"val":"23:00","ack":true,"ts":1569625281823,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1569625281199} 23:00
                                      2019-10-04 23:46:54.263 - debug: heatingcontrol.0 ---found time for 2OG_Bad at {"val":"00:00","ack":true,"ts":1569625291058,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1569625290419} 00:00
                                      2019-10-04 23:46:54.263 - debug: heatingcontrol.0 ---found time for 2OG_Bad at {"val":"06:00","ack":true,"ts":1569625295848,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1569625295036} 06:00
                                      2019-10-04 23:46:54.263 - debug: heatingcontrol.0 ---found time for 2OG_Bad at {"val":"23:00","ack":true,"ts":1569625298843,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1569625298219} 23:00
                                      2019-10-04 23:46:54.263 - debug: heatingcontrol.0 create cron job #0 at 0:0 string: 0 0 0 * * * Europe/Berlin
                                      2019-10-04 23:46:54.279 - debug: heatingcontrol.0 create cron job #1 at 6:0 string: 0 0 6 * * * Europe/Berlin
                                      2019-10-04 23:46:54.279 - debug: heatingcontrol.0 create cron job #2 at 23:0 string: 0 0 23 * * * Europe/Berlin
                                      2019-10-04 23:46:54.279 - debug: heatingcontrol.0 cron jobs
                                      2019-10-04 23:46:54.279 - debug: heatingcontrol.0 [INFO] status = true next event: 5 Oct 2019 00:00:00
                                      2019-10-04 23:46:54.279 - debug: heatingcontrol.0 [INFO] status = true next event: 5 Oct 2019 06:00:00
                                      2019-10-04 23:46:54.294 - debug: heatingcontrol.0 [INFO] status = true next event: 5 Oct 2019 23:00:00
                                      2019-10-04 23:46:54.294 - info: heatingcontrol.0 calculating new target temperatures
                                      2019-10-04 23:46:54.325 - debug: heatingcontrol.0 profile type 1
                                      2019-10-04 23:46:54.325 - debug: heatingcontrol.0 get profile
                                      2019-10-04 23:46:54.325 - debug: heatingcontrol.0 profile 0
                                      2019-10-04 23:46:54.325 - debug: heatingcontrol.0 check room EG_Wohnzimmer
                                      2019-10-04 23:46:54.325 - debug: heatingcontrol.0 number of periods 3
                                      2019-10-04 23:46:54.325 - debug: heatingcontrol.0 check ID Profiles.0.EG_Wohnzimmer.Mo-Su.Periods.0.time
                                      2019-10-04 23:46:54.325 - debug: heatingcontrol.0 check time for EG_Wohnzimmer Profiles.0.EG_Wohnzimmer.Mo-Su.Periods.0.time 18.0
                                      2019-10-04 23:46:54.325 - debug: heatingcontrol.0 check ID Profiles.0.EG_Wohnzimmer.Mo-Su.Periods.1.time
                                      2019-10-04 23:46:54.325 - debug: heatingcontrol.0 check time for EG_Wohnzimmer Profiles.0.EG_Wohnzimmer.Mo-Su.Periods.1.time 22
                                      2019-10-04 23:46:54.325 - debug: heatingcontrol.0 check ID Profiles.0.EG_Wohnzimmer.Mo-Su.Periods.2.time
                                      2019-10-04 23:46:54.341 - debug: heatingcontrol.0 check time for EG_Wohnzimmer Profiles.0.EG_Wohnzimmer.Mo-Su.Periods.2.time 18.0
                                      2019-10-04 23:46:54.341 - debug: heatingcontrol.0 ### 18.0 0 0 0 0 0
                                      2019-10-04 23:46:54.341 - info: heatingcontrol.0 room EG_Wohnzimmer Thermostat EG_Wohnzimmer_Heizung_11_Kanal4.SET_TEMPERATURE set to 18
                                      2019-10-04 23:46:54.341 - info: heatingcontrol.0 room EG_Wohnzimmer Thermostat EG_Wohnzimmer_Heizung_12_Kanal4.SET_TEMPERATURE set to 18
                                      2019-10-04 23:46:54.341 - info: heatingcontrol.0 room EG_Wohnzimmer Thermostat EG_Gang_Heizung_11_Kanal4.SET_TEMPERATURE set to 18
                                      2019-10-04 23:46:54.357 - debug: heatingcontrol.0 check room 1OG_Schlafzimmer
                                      2019-10-04 23:46:54.357 - debug: heatingcontrol.0 number of periods 3
                                      2019-10-04 23:46:54.357 - debug: heatingcontrol.0 check ID Profiles.0.1OG_Schlafzimmer.Mo-Su.Periods.0.time
                                      2019-10-04 23:46:54.357 - debug: heatingcontrol.0 check time for 1OG_Schlafzimmer Profiles.0.1OG_Schlafzimmer.Mo-Su.Periods.0.time 20.0
                                      2019-10-04 23:46:54.357 - debug: heatingcontrol.0 check ID Profiles.0.1OG_Schlafzimmer.Mo-Su.Periods.1.time
                                      2019-10-04 23:46:54.372 - debug: heatingcontrol.0 check time for 1OG_Schlafzimmer Profiles.0.1OG_Schlafzimmer.Mo-Su.Periods.1.time 17.0
                                      2019-10-04 23:46:54.372 - debug: heatingcontrol.0 check ID Profiles.0.1OG_Schlafzimmer.Mo-Su.Periods.2.time
                                      2019-10-04 23:46:54.372 - debug: heatingcontrol.0 check time for 1OG_Schlafzimmer Profiles.0.1OG_Schlafzimmer.Mo-Su.Periods.2.time 20.0
                                      2019-10-04 23:46:54.372 - debug: heatingcontrol.0 ### 20.0 0 0 0 0 0
                                      2019-10-04 23:46:54.372 - debug: heatingcontrol.0 check room 1OG_Kinderzimmer1
                                      2019-10-04 23:46:54.372 - debug: heatingcontrol.0 number of periods 3
                                      2019-10-04 23:46:54.372 - debug: heatingcontrol.0 check ID Profiles.0.1OG_Kinderzimmer1.Mo-Su.Periods.0.time
                                      2019-10-04 23:46:54.388 - debug: heatingcontrol.0 check time for 1OG_Kinderzimmer1 Profiles.0.1OG_Kinderzimmer1.Mo-Su.Periods.0.time 20.0
                                      2019-10-04 23:46:54.388 - debug: heatingcontrol.0 check ID Profiles.0.1OG_Kinderzimmer1.Mo-Su.Periods.1.time
                                      2019-10-04 23:46:54.388 - debug: heatingcontrol.0 check time for 1OG_Kinderzimmer1 Profiles.0.1OG_Kinderzimmer1.Mo-Su.Periods.1.time 17.0
                                      2019-10-04 23:46:54.388 - debug: heatingcontrol.0 check ID Profiles.0.1OG_Kinderzimmer1.Mo-Su.Periods.2.time
                                      2019-10-04 23:46:54.388 - debug: heatingcontrol.0 check time for 1OG_Kinderzimmer1 Profiles.0.1OG_Kinderzimmer1.Mo-Su.Periods.2.time 20.0
                                      2019-10-04 23:46:54.388 - debug: heatingcontrol.0 ### 20.0 0 0 0 0 0
                                      2019-10-04 23:46:54.388 - info: heatingcontrol.0 room 1OG_Kinderzimmer1 Thermostat 1OG_Kinderzimmer1_Heizung_11_Kanal4.SET_TEMPERATURE set to 20
                                      2019-10-04 23:46:54.388 - debug: heatingcontrol.0 check room 1OG_Kinderzimmer2
                                      2019-10-04 23:46:54.388 - debug: heatingcontrol.0 number of periods 3
                                      2019-10-04 23:46:54.388 - debug: heatingcontrol.0 check ID Profiles.0.1OG_Kinderzimmer2.Mo-Su.Periods.0.time
                                      2019-10-04 23:46:54.403 - debug: heatingcontrol.0 check time for 1OG_Kinderzimmer2 Profiles.0.1OG_Kinderzimmer2.Mo-Su.Periods.0.time 17.0
                                      2019-10-04 23:46:54.403 - debug: heatingcontrol.0 check ID Profiles.0.1OG_Kinderzimmer2.Mo-Su.Periods.1.time
                                      2019-10-04 23:46:54.403 - debug: heatingcontrol.0 check time for 1OG_Kinderzimmer2 Profiles.0.1OG_Kinderzimmer2.Mo-Su.Periods.1.time 20.0
                                      2019-10-04 23:46:54.403 - debug: heatingcontrol.0 check ID Profiles.0.1OG_Kinderzimmer2.Mo-Su.Periods.2.time
                                      2019-10-04 23:46:54.403 - debug: heatingcontrol.0 check time for 1OG_Kinderzimmer2 Profiles.0.1OG_Kinderzimmer2.Mo-Su.Periods.2.time 17.0
                                      2019-10-04 23:46:54.403 - debug: heatingcontrol.0 ### 17.0 0 0 0 0 0
                                      2019-10-04 23:46:54.403 - info: heatingcontrol.0 room 1OG_Kinderzimmer2 Thermostat 1OG_Kinderzimmer 2_Heizung_11_Kanal4.SET_TEMPERATURE set to 17
                                      2019-10-04 23:46:54.435 - debug: heatingcontrol.0 check room 2OG_Schlafzimmer
                                      2019-10-04 23:46:54.435 - debug: heatingcontrol.0 number of periods 3
                                      2019-10-04 23:46:54.435 - debug: heatingcontrol.0 check ID Profiles.0.2OG_Schlafzimmer.Mo-Su.Periods.0.time
                                      2019-10-04 23:46:54.435 - debug: heatingcontrol.0 check time for 2OG_Schlafzimmer Profiles.0.2OG_Schlafzimmer.Mo-Su.Periods.0.time 18.0
                                      2019-10-04 23:46:54.435 - debug: heatingcontrol.0 check ID Profiles.0.2OG_Schlafzimmer.Mo-Su.Periods.1.time
                                      2019-10-04 23:46:54.450 - debug: heatingcontrol.0 check time for 2OG_Schlafzimmer Profiles.0.2OG_Schlafzimmer.Mo-Su.Periods.1.time 18.0
                                      2019-10-04 23:46:54.450 - debug: heatingcontrol.0 check ID Profiles.0.2OG_Schlafzimmer.Mo-Su.Periods.2.time
                                      2019-10-04 23:46:54.450 - debug: heatingcontrol.0 check time for 2OG_Schlafzimmer Profiles.0.2OG_Schlafzimmer.Mo-Su.Periods.2.time 18.0
                                      2019-10-04 23:46:54.450 - debug: heatingcontrol.0 ### 18.0 0 0 0 0 0
                                      2019-10-04 23:46:54.450 - info: heatingcontrol.0 room 2OG_Schlafzimmer Thermostat 2OG_Schlafzimmer_Heizung_11_Kanal4.SET_TEMPERATURE set to 18
                                      2019-10-04 23:46:54.450 - info: heatingcontrol.0 room 2OG_Schlafzimmer Thermostat hm-rpc.1.000E570999A890.1.ACTUAL_TEMPERATURE set to 18
                                      2019-10-04 23:46:54.466 - debug: heatingcontrol.0 check room 2OG_Buero1
                                      2019-10-04 23:46:54.466 - debug: heatingcontrol.0 number of periods 3
                                      2019-10-04 23:46:54.466 - debug: heatingcontrol.0 check ID Profiles.0.2OG_Buero1.Mo-Su.Periods.0.time
                                      2019-10-04 23:46:54.466 - debug: heatingcontrol.0 check time for 2OG_Buero1 Profiles.0.2OG_Buero1.Mo-Su.Periods.0.time 19
                                      2019-10-04 23:46:54.466 - debug: heatingcontrol.0 check ID Profiles.0.2OG_Buero1.Mo-Su.Periods.1.time
                                      2019-10-04 23:46:54.481 - debug: heatingcontrol.0 check time for 2OG_Buero1 Profiles.0.2OG_Buero1.Mo-Su.Periods.1.time 22.0
                                      2019-10-04 23:46:54.481 - debug: heatingcontrol.0 check ID Profiles.0.2OG_Buero1.Mo-Su.Periods.2.time
                                      2019-10-04 23:46:54.481 - debug: heatingcontrol.0 check time for 2OG_Buero1 Profiles.0.2OG_Buero1.Mo-Su.Periods.2.time 19.0
                                      2019-10-04 23:46:54.481 - debug: heatingcontrol.0 ### 19.0 0 0 0 0 0
                                      2019-10-04 23:46:54.481 - info: heatingcontrol.0 room 2OG_Buero1 Thermostat 2OG_Buero1_Heizung_11_Kanal4.SET_TEMPERATURE set to 19
                                      2019-10-04 23:46:54.497 - debug: heatingcontrol.0 check room 2OG_Buero2
                                      2019-10-04 23:46:54.497 - debug: heatingcontrol.0 number of periods 3
                                      2019-10-04 23:46:54.497 - debug: heatingcontrol.0 check ID Profiles.0.2OG_Buero2.Mo-Su.Periods.0.time
                                      2019-10-04 23:46:54.497 - debug: heatingcontrol.0 check time for 2OG_Buero2 Profiles.0.2OG_Buero2.Mo-Su.Periods.0.time 18.0
                                      2019-10-04 23:46:54.497 - debug: heatingcontrol.0 check ID Profiles.0.2OG_Buero2.Mo-Su.Periods.1.time
                                      2019-10-04 23:46:54.497 - debug: heatingcontrol.0 check time for 2OG_Buero2 Profiles.0.2OG_Buero2.Mo-Su.Periods.1.time 19.0
                                      2019-10-04 23:46:54.497 - debug: heatingcontrol.0 check ID Profiles.0.2OG_Buero2.Mo-Su.Periods.2.time
                                      2019-10-04 23:46:54.513 - debug: heatingcontrol.0 check time for 2OG_Buero2 Profiles.0.2OG_Buero2.Mo-Su.Periods.2.time 18.0
                                      2019-10-04 23:46:54.513 - debug: heatingcontrol.0 ### 18.0 0 0 0 0 0
                                      2019-10-04 23:46:54.513 - info: heatingcontrol.0 room 2OG_Buero2 Thermostat 2OG_Buero2_Heizung_11_Kanal4.SET_TEMPERATURE set to 18
                                      2019-10-04 23:46:54.513 - debug: heatingcontrol.0 check room 2OG_Bad
                                      2019-10-04 23:46:54.513 - debug: heatingcontrol.0 number of periods 3
                                      2019-10-04 23:46:54.513 - debug: heatingcontrol.0 check ID Profiles.0.2OG_Bad.Mo-Su.Periods.0.time
                                      2019-10-04 23:46:54.513 - debug: heatingcontrol.0 check time for 2OG_Bad Profiles.0.2OG_Bad.Mo-Su.Periods.0.time 18.0
                                      2019-10-04 23:46:54.513 - debug: heatingcontrol.0 check ID Profiles.0.2OG_Bad.Mo-Su.Periods.1.time
                                      2019-10-04 23:46:54.528 - debug: heatingcontrol.0 check time for 2OG_Bad Profiles.0.2OG_Bad.Mo-Su.Periods.1.time 22.0
                                      2019-10-04 23:46:54.528 - debug: heatingcontrol.0 check ID Profiles.0.2OG_Bad.Mo-Su.Periods.2.time
                                      2019-10-04 23:46:54.528 - debug: heatingcontrol.0 check time for 2OG_Bad Profiles.0.2OG_Bad.Mo-Su.Periods.2.time 18.0
                                      2019-10-04 23:46:54.528 - debug: heatingcontrol.0 ### 18.0 0 0 0 0 0
                                      2019-10-04 23:46:54.528 - info: heatingcontrol.0 room 2OG_Bad Thermostat 2OG_Bad_Heizung_11_Kanal4.SET_TEMPERATURE set to 18
                                      2019-10-04 23:46:54.528 - debug: heatingcontrol.0 cron jobs
                                      2019-10-04 23:46:54.528 - debug: heatingcontrol.0 [INFO] status = true next event: 5 Oct 2019 00:00:00
                                      2019-10-04 23:46:54.528 - debug: heatingcontrol.0 [INFO] status = true next event: 5 Oct 2019 06:00:00
                                      2019-10-04 23:46:54.528 - debug: heatingcontrol.0 [INFO] status = true next event: 5 Oct 2019 23:00:00
                                      2019-10-04 23:46:55.886 - error: hm-rpc.0 xmlrpc -> setValue ["4","SET_TEMPERATURE",18] FLOAT
                                      2019-10-04 23:46:55.886 - error: hm-rpc.0 Error: XML-RPC fault: Failure
                                      2019-10-04 23:46:56.104 - debug: heatingcontrol.0 system.adapter.admin.0: logging false
                                      2019-10-04 23:46:56.635 - error: hm-rpc.0 xmlrpc -> setValue ["4","SET_TEMPERATURE",18] FLOAT
                                      2019-10-04 23:46:56.635 - error: hm-rpc.0 Error: XML-RPC fault: Failure
                                      2019-10-04 23:46:57.368 - error: hm-rpc.0 xmlrpc -> setValue ["4","SET_TEMPERATURE",18] FLOAT
                                      2019-10-04 23:46:57.368 - error: hm-rpc.0 Error: XML-RPC fault: Failure
                                      2019-10-04 23:46:58.054 - debug: heatingcontrol.0 system.adapter.admin.0: logging true
                                      2019-10-04 23:46:58.148 - error: hm-rpc.0 xmlrpc -> setValue ["4","SET_TEMPERATURE",20] FLOAT
                                      2019-10-04 23:46:58.148 - error: hm-rpc.0 Error: XML-RPC fault: Failure
                                      2019-10-04 23:46:58.897 - error: hm-rpc.0 xmlrpc -> setValue ["4","SET_TEMPERATURE",17] FLOAT
                                      2019-10-04 23:46:58.897 - error: hm-rpc.0 Error: XML-RPC fault: Failure
                                      2019-10-04 23:46:59.646 - error: hm-rpc.0 xmlrpc -> setValue ["4","SET_TEMPERATURE",18] FLOAT
                                      2019-10-04 23:46:59.646 - error: hm-rpc.0 Error: XML-RPC fault: Failure
                                      2019-10-04 23:47:00.395 - error: hm-rpc.0 xmlrpc -> setValue ["4","SET_TEMPERATURE",18] FLOAT
                                      2019-10-04 23:47:00.395 - error: hm-rpc.0 Error: XML-RPC fault: Failure
                                      2019-10-04 23:47:01.143 - error: hm-rpc.0 xmlrpc -> setValue ["4","SET_TEMPERATURE",19] FLOAT
                                      2019-10-04 23:47:01.143 - error: hm-rpc.0 Error: XML-RPC fault: Failure
                                      2019-10-04 23:47:01.923 - error: hm-rpc.0 xmlrpc -> setValue ["4","SET_TEMPERATURE",18] FLOAT
                                      2019-10-04 23:47:01.923 - error: hm-rpc.0 Error: XML-RPC fault: Failure
                                      2019-10-04 23:47:02.719 - error: hm-rpc.0 xmlrpc -> setValue ["4","SET_TEMPERATURE",18] FLOAT
                                      2019-10-04 23:47:02.719 - error: hm-rpc.0 Error: XML-RPC fault: Failure
                                      2019-10-04 23:47:33.622 - debug: heatingcontrol.0 ### handle state change hm-rpc.0.OEQ0496790.1.STATE {"val":false,"ack":true,"ts":1570225653622,"q":0,"from":"system.adapter.hm-rpc.0","user":"system.user.admin","lc":1567698413860}
                                      2019-10-04 23:47:33.622 - debug: heatingcontrol.0 ### 111 not handled
                                      2019-10-04 23:47:33.622 - debug: heatingcontrol.0 handle actors hm-rpc.0.OEQ0496790.1.STATE{"val":false,"ack":true,"ts":1570225653622,"q":0,"from":"system.adapter.hm-rpc.0","user":"system.user.admin","lc":1567698413860}
                                      2019-10-04 23:47:33.622 - debug: heatingcontrol.0 ### {"id":19,"name":"2OG_Schlafzimmer_Fenster_11_Kanal1.STATE","OID_Current":"hm-rpc.0.OEQ0496790.1.STATE","isActive":true,"type":3,"room":"2OG_Schlafzimmer"}
                                      2019-10-04 23:47:33.622 - debug: heatingcontrol.0 set 2OG_Schlafzimmer window open to {"val":false,"ack":true,"ts":1570225653622,"q":0,"from":"system.adapter.hm-rpc.0","user":"system.user.admin","lc":1567698413860}
                                      2019-10-04 23:47:33.622 - info: heatingcontrol.0 calculating new target temperatures

                                      Falls du noch mehr Daten benötigst, suche ich die gerne zusammen.
                                      Vielen Dank für die Unterstützung

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

                                        @xADDRx

                                        Ich habe es ziemlich simpel gehalten mit meiner vis, für mich passt es so aber wahrscheinlich gibt es elegantere Lösungen:

                                        Bildschirmfoto 2019-10-05 um 00.04.59.png

                                        Die Einstellungen sind jeweils pro Raum, das Widget bleibt das gleiche.


                                        [{"tpl":"tplImage","data":{"g_fixed":false,"g_visibility":false,"g_css_font_text":false,"g_css_background":false,"g_css_shadow_padding":false,"g_css_border":true,"g_gestures":false,"g_signals":false,"g_last_change":false,"visibility-cond":"==","visibility-val":1,"visibility-groups-action":"hide","refreshInterval":"0","lc-type":"last-change","lc-is-interval":true,"lc-is-moment":false,"lc-format":"","lc-position-vert":"top","lc-position-horz":"right","lc-offset-vert":0,"lc-offset-horz":0,"lc-font-size":"12px","lc-font-family":"","lc-font-style":"","lc-bkg-color":"","lc-color":"","lc-border-width":"0","lc-border-style":"","lc-border-color":"","lc-border-radius":10,"lc-zindex":0,"src":"/icons-mfd-png/temp_temperature.png","stretch":false,"signals-cond-0":"==","signals-val-0":true,"signals-icon-0":"/vis/signals/lowbattery.png","signals-icon-size-0":0,"signals-blink-0":false,"signals-horz-0":0,"signals-vert-0":0,"signals-hide-edit-0":false,"signals-cond-1":"==","signals-val-1":true,"signals-icon-1":"/vis/signals/lowbattery.png","signals-icon-size-1":0,"signals-blink-1":false,"signals-horz-1":0,"signals-vert-1":0,"signals-hide-edit-1":false,"signals-cond-2":"==","signals-val-2":true,"signals-icon-2":"/vis/signals/lowbattery.png","signals-icon-size-2":0,"signals-blink-2":false,"signals-horz-2":0,"signals-vert-2":0,"signals-hide-edit-2":false},"style":{"left":"210px","top":"92px","width":"35px","height":"35px","border-style":"none","z-index":"2","position":""},"widgetSet":"basic"},{"tpl":"tplImage","data":{"g_fixed":false,"g_visibility":false,"g_css_font_text":false,"g_css_background":false,"g_css_shadow_padding":false,"g_css_border":true,"g_gestures":false,"g_signals":false,"g_last_change":false,"visibility-cond":"==","visibility-val":1,"visibility-groups-action":"hide","refreshInterval":"0","lc-type":"last-change","lc-is-interval":true,"lc-is-moment":false,"lc-format":"","lc-position-vert":"top","lc-position-horz":"right","lc-offset-vert":0,"lc-offset-horz":0,"lc-font-size":"12px","lc-font-family":"","lc-font-style":"","lc-bkg-color":"","lc-color":"","lc-border-width":"0","lc-border-style":"","lc-border-color":"","lc-border-radius":10,"lc-zindex":0,"src":"/icons-mfd-png/weather_humidity.png","stretch":false,"signals-cond-0":"==","signals-val-0":true,"signals-icon-0":"/vis/signals/lowbattery.png","signals-icon-size-0":0,"signals-blink-0":false,"signals-horz-0":0,"signals-vert-0":0,"signals-hide-edit-0":false,"signals-cond-1":"==","signals-val-1":true,"signals-icon-1":"/vis/signals/lowbattery.png","signals-icon-size-1":0,"signals-blink-1":false,"signals-horz-1":0,"signals-vert-1":0,"signals-hide-edit-1":false,"signals-cond-2":"==","signals-val-2":true,"signals-icon-2":"/vis/signals/lowbattery.png","signals-icon-size-2":0,"signals-blink-2":false,"signals-horz-2":0,"signals-vert-2":0,"signals-hide-edit-2":false},"style":{"left":"216px","top":"122px","width":"31px","height":"36px","border-style":"none","z-index":"2"},"widgetSet":"basic"},{"tpl":"tplHtml","data":{"g_fixed":false,"g_visibility":false,"g_css_font_text":false,"g_css_background":true,"g_css_shadow_padding":false,"g_css_border":false,"g_gestures":false,"g_signals":false,"g_last_change":false,"visibility-cond":"==","visibility-val":1,"visibility-groups-action":"hide","refreshInterval":"0","signals-cond-0":"==","signals-val-0":true,"signals-icon-0":"/vis/signals/lowbattery.png","signals-icon-size-0":0,"signals-blink-0":false,"signals-horz-0":0,"signals-vert-0":0,"signals-hide-edit-0":false,"signals-cond-1":"==","signals-val-1":true,"signals-icon-1":"/vis/signals/lowbattery.png","signals-icon-size-1":0,"signals-blink-1":false,"signals-horz-1":0,"signals-vert-1":0,"signals-hide-edit-1":false,"signals-cond-2":"==","signals-val-2":true,"signals-icon-2":"/vis/signals/lowbattery.png","signals-icon-size-2":0,"signals-blink-2":false,"signals-horz-2":0,"signals-vert-2":0,"signals-hide-edit-2":false,"lc-type":"last-change","lc-is-interval":true,"lc-is-moment":false,"lc-format":"","lc-position-vert":"top","lc-position-horz":"right","lc-offset-vert":0,"lc-offset-horz":0,"lc-font-size":"12px","lc-font-family":"","lc-font-style":"","lc-bkg-color":"","lc-color":"","lc-border-width":"0","lc-border-style":"","lc-border-color":"","lc-border-radius":10,"lc-zindex":0},"style":{"left":"87px","top":"155px","width":"630px","height":"1px","z-index":"3","background-color":"#FFFFFF"},"widgetSet":"basic"},{"tpl":"tplValueFloat","data":{"oid":"hm-rpc.1.000E570999A397.1.ACTUAL_TEMPERATURE","g_fixed":false,"g_visibility":false,"g_css_font_text":true,"g_css_background":false,"g_css_shadow_padding":false,"g_css_border":false,"g_gestures":false,"g_signals":false,"g_last_change":false,"visibility-cond":"==","visibility-val":1,"visibility-groups-action":"hide","is_comma":"true","factor":"1","signals-cond-0":"==","signals-val-0":true,"signals-icon-0":"/vis/signals/lowbattery.png","signals-icon-size-0":0,"signals-blink-0":false,"signals-horz-0":0,"signals-vert-0":0,"signals-hide-edit-0":false,"signals-cond-1":"==","signals-val-1":true,"signals-icon-1":"/vis/signals/lowbattery.png","signals-icon-size-1":0,"signals-blink-1":false,"signals-horz-1":0,"signals-vert-1":0,"signals-hide-edit-1":false,"signals-cond-2":"==","signals-val-2":true,"signals-icon-2":"/vis/signals/lowbattery.png","signals-icon-size-2":0,"signals-blink-2":false,"signals-horz-2":0,"signals-vert-2":0,"signals-hide-edit-2":false,"lc-type":"last-change","lc-is-interval":true,"lc-is-moment":false,"lc-format":"","lc-position-vert":"top","lc-position-horz":"right","lc-offset-vert":0,"lc-offset-horz":0,"lc-font-size":"12px","lc-font-family":"","lc-font-style":"","lc-bkg-color":"","lc-color":"","lc-border-width":"0","lc-border-style":"","lc-border-color":"","lc-border-radius":10,"lc-zindex":0,"html_append_plural":" °C"},"style":{"left":"245px","top":"105px","color":"#FFFFFF","width":"68px","height":"18px","z-index":"3"},"widgetSet":"basic"},{"tpl":"tplValueFloat","data":{"oid":"hm-rpc.1.000E570999A397.1.HUMIDITY","g_fixed":false,"g_visibility":false,"g_css_font_text":true,"g_css_background":false,"g_css_shadow_padding":false,"g_css_border":false,"g_gestures":false,"g_signals":false,"g_last_change":false,"visibility-cond":"==","visibility-val":1,"visibility-groups-action":"hide","is_comma":"true","factor":"1","signals-cond-0":"==","signals-val-0":true,"signals-icon-0":"/vis/signals/lowbattery.png","signals-icon-size-0":0,"signals-blink-0":false,"signals-horz-0":0,"signals-vert-0":0,"signals-hide-edit-0":false,"signals-cond-1":"==","signals-val-1":true,"signals-icon-1":"/vis/signals/lowbattery.png","signals-icon-size-1":0,"signals-blink-1":false,"signals-horz-1":0,"signals-vert-1":0,"signals-hide-edit-1":false,"signals-cond-2":"==","signals-val-2":true,"signals-icon-2":"/vis/signals/lowbattery.png","signals-icon-size-2":0,"signals-blink-2":false,"signals-horz-2":0,"signals-vert-2":0,"signals-hide-edit-2":false,"lc-type":"last-change","lc-is-interval":true,"lc-is-moment":false,"lc-format":"","lc-position-vert":"top","lc-position-horz":"right","lc-offset-vert":0,"lc-offset-horz":0,"lc-font-size":"12px","lc-font-family":"","lc-font-style":"","lc-bkg-color":"","lc-color":"","lc-border-width":"0","lc-border-style":"","lc-border-color":"","lc-border-radius":10,"lc-zindex":0,"html_append_plural":" %"},"style":{"left":"244px","top":"130px","color":"#FFFFFF","width":"68px","height":"18px","z-index":"3"},"widgetSet":"basic"},{"tpl":"tplHtml","data":{"g_fixed":false,"g_visibility":false,"g_css_font_text":false,"g_css_background":true,"g_css_shadow_padding":false,"g_css_border":true,"g_gestures":false,"g_signals":false,"g_last_change":false,"refreshInterval":"0","signals-cond-0":"==","signals-val-0":true,"signals-icon-0":"/vis/signals/lowbattery.png","signals-icon-size-0":0,"signals-blink-0":false,"signals-horz-0":0,"signals-vert-0":0,"signals-hide-edit-0":false,"signals-cond-1":"==","signals-val-1":true,"signals-icon-1":"/vis/signals/lowbattery.png","signals-icon-size-1":0,"signals-blink-1":false,"signals-horz-1":0,"signals-vert-1":0,"signals-hide-edit-1":false,"signals-cond-2":"==","signals-val-2":true,"signals-icon-2":"/vis/signals/lowbattery.png","signals-icon-size-2":0,"signals-blink-2":false,"signals-horz-2":0,"signals-vert-2":0,"signals-hide-edit-2":false,"lc-type":"last-change","lc-is-interval":true,"lc-is-moment":false,"lc-format":"","lc-position-vert":"top","lc-position-horz":"right","lc-offset-vert":0,"lc-offset-horz":0,"lc-font-size":"12px","lc-font-family":"","lc-font-style":"","lc-bkg-color":"","lc-color":"","lc-border-width":"0","lc-border-style":"","lc-border-color":"","lc-border-radius":10,"lc-zindex":0,"visibility-cond":"==","visibility-val":1,"visibility-groups-action":"hide"},"style":{"left":"80px","top":"95px","width":"644px","height":"123px","border-width":"1px","border-style":"solid","border-color":"#000000","border-radius":"10px","opacity":"","z-index":"1","background-color":"#000000"},"widgetSet":"basic"},{"tpl":"tplHtml","data":{"g_fixed":false,"g_visibility":false,"g_css_font_text":true,"g_css_background":false,"g_css_shadow_padding":false,"g_css_border":false,"g_gestures":false,"g_signals":false,"g_last_change":false,"visibility-cond":"==","visibility-val":1,"visibility-groups-action":"hide","refreshInterval":"0","signals-cond-0":"==","signals-val-0":true,"signals-icon-0":"/vis/signals/lowbattery.png","signals-icon-size-0":0,"signals-blink-0":false,"signals-horz-0":0,"signals-vert-0":0,"signals-hide-edit-0":false,"signals-cond-1":"==","signals-val-1":true,"signals-icon-1":"/vis/signals/lowbattery.png","signals-icon-size-1":0,"signals-blink-1":false,"signals-horz-1":0,"signals-vert-1":0,"signals-hide-edit-1":false,"signals-cond-2":"==","signals-val-2":true,"signals-icon-2":"/vis/signals/lowbattery.png","signals-icon-size-2":0,"signals-blink-2":false,"signals-horz-2":0,"signals-vert-2":0,"signals-hide-edit-2":false,"lc-type":"last-change","lc-is-interval":true,"lc-is-moment":false,"lc-format":"","lc-position-vert":"top","lc-position-horz":"right","lc-offset-vert":0,"lc-offset-horz":0,"lc-font-size":"12px","lc-font-family":"","lc-font-style":"","lc-bkg-color":"","lc-color":"","lc-border-width":"0","lc-border-style":"","lc-border-color":"","lc-border-radius":10,"lc-zindex":0,"html":"Schlafzimmer"},"style":{"left":"90px","top":"105px","width":"146px","height":"20px","color":"#ffffff","z-index":"3"},"widgetSet":"basic"},{"tpl":"tplJquiInputDatetime","data":{"oid":"heatingcontrol.0.Profiles.0.1OG_Schlafzimmer.Mo-Su.Periods.0.time","g_fixed":false,"g_visibility":false,"g_css_font_text":false,"g_css_background":false,"g_css_shadow_padding":false,"g_css_border":false,"g_gestures":false,"g_signals":false,"g_last_change":false,"visibility-cond":"==","visibility-val":1,"visibility-groups-action":"hide","signals-cond-0":"==","signals-val-0":true,"signals-icon-0":"/vis/signals/lowbattery.png","signals-icon-size-0":0,"signals-blink-0":false,"signals-horz-0":0,"signals-vert-0":0,"signals-hide-edit-0":false,"signals-cond-1":"==","signals-val-1":true,"signals-icon-1":"/vis/signals/lowbattery.png","signals-icon-size-1":0,"signals-blink-1":false,"signals-horz-1":0,"signals-vert-1":0,"signals-hide-edit-1":false,"signals-cond-2":"==","signals-val-2":true,"signals-icon-2":"/vis/signals/lowbattery.png","signals-icon-size-2":0,"signals-blink-2":false,"signals-horz-2":0,"signals-vert-2":0,"signals-hide-edit-2":false,"lc-type":"last-change","lc-is-interval":true,"lc-is-moment":false,"lc-format":"","lc-position-vert":"top","lc-position-horz":"right","lc-offset-vert":0,"lc-offset-horz":0,"lc-font-size":"12px","lc-font-family":"","lc-font-style":"","lc-bkg-color":"","lc-color":"","lc-border-width":"0","lc-border-style":"","lc-border-color":"","lc-border-radius":10,"lc-zindex":0,"timeOnly":true,"hideSeconds":true,"size":"1"},"style":{"left":"221px","top":"164px","width":"64px","height":"10px","z-index":"4"},"widgetSet":"jqui"},{"tpl":"tplJquiInput","data":{"oid":"heatingcontrol.0.Profiles.0.1OG_Schlafzimmer.Mo-Su.Periods.0.Temperature","g_fixed":false,"g_visibility":false,"g_css_font_text":true,"g_css_background":false,"g_css_shadow_padding":false,"g_css_border":false,"g_gestures":false,"g_signals":false,"g_last_change":false,"label":"","digits":"1","size":"1","signals-cond-0":"==","signals-val-0":true,"signals-icon-0":"/vis/signals/lowbattery.png","signals-icon-size-0":0,"signals-blink-0":false,"signals-horz-0":0,"signals-vert-0":0,"signals-hide-edit-0":false,"signals-cond-1":"==","signals-val-1":true,"signals-icon-1":"/vis/signals/lowbattery.png","signals-icon-size-1":0,"signals-blink-1":false,"signals-horz-1":0,"signals-vert-1":0,"signals-hide-edit-1":false,"signals-cond-2":"==","signals-val-2":true,"signals-icon-2":"/vis/signals/lowbattery.png","signals-icon-size-2":0,"signals-blink-2":false,"signals-horz-2":0,"signals-vert-2":0,"signals-hide-edit-2":false,"lc-type":"last-change","lc-is-interval":true,"lc-is-moment":false,"lc-format":"","lc-position-vert":"top","lc-position-horz":"right","lc-offset-vert":0,"lc-offset-horz":0,"lc-font-size":"12px","lc-font-family":"","lc-font-style":"","lc-bkg-color":"","lc-color":"","lc-border-width":"0","lc-border-style":"","lc-border-color":"","lc-border-radius":10,"lc-zindex":0,"visibility-cond":"==","visibility-val":1,"visibility-groups-action":"hide"},"style":{"left":"274px","top":"192px","width":"73px","height":"24px","z-index":"4","color":"#ffffff"},"widgetSet":"jqui"},{"tpl":"tplJquiInputDatetime","data":{"oid":"heatingcontrol.0.Profiles.0.1OG_Schlafzimmer.Mo-Su.Periods.1.time","g_fixed":false,"g_visibility":false,"g_css_font_text":false,"g_css_background":false,"g_css_shadow_padding":false,"g_css_border":false,"g_gestures":false,"g_signals":false,"g_last_change":false,"visibility-cond":"==","visibility-val":1,"visibility-groups-action":"hide","signals-cond-0":"==","signals-val-0":true,"signals-icon-0":"/vis/signals/lowbattery.png","signals-icon-size-0":0,"signals-blink-0":false,"signals-horz-0":0,"signals-vert-0":0,"signals-hide-edit-0":false,"signals-cond-1":"==","signals-val-1":true,"signals-icon-1":"/vis/signals/lowbattery.png","signals-icon-size-1":0,"signals-blink-1":false,"signals-horz-1":0,"signals-vert-1":0,"signals-hide-edit-1":false,"signals-cond-2":"==","signals-val-2":true,"signals-icon-2":"/vis/signals/lowbattery.png","signals-icon-size-2":0,"signals-blink-2":false,"signals-horz-2":0,"signals-vert-2":0,"signals-hide-edit-2":false,"lc-type":"last-change","lc-is-interval":true,"lc-is-moment":false,"lc-format":"","lc-position-vert":"top","lc-position-horz":"right","lc-offset-vert":0,"lc-offset-horz":0,"lc-font-size":"12px","lc-font-family":"","lc-font-style":"","lc-bkg-color":"","lc-color":"","lc-border-width":"0","lc-border-style":"","lc-border-color":"","lc-border-radius":10,"lc-zindex":0,"timeOnly":true,"hideSeconds":true,"size":"1"},"style":{"left":"332px","top":"164px","width":"64px","height":"10px","z-index":"4"},"widgetSet":"jqui"},{"tpl":"tplJquiInput","data":{"oid":"heatingcontrol.0.Profiles.0.1OG_Schlafzimmer.Mo-Su.Periods.1.Temperature","g_fixed":false,"g_visibility":false,"g_css_font_text":true,"g_css_background":false,"g_css_shadow_padding":false,"g_css_border":false,"g_gestures":false,"g_signals":false,"g_last_change":false,"label":"","digits":"1","size":"1","signals-cond-0":"==","signals-val-0":true,"signals-icon-0":"/vis/signals/lowbattery.png","signals-icon-size-0":0,"signals-blink-0":false,"signals-horz-0":0,"signals-vert-0":0,"signals-hide-edit-0":false,"signals-cond-1":"==","signals-val-1":true,"signals-icon-1":"/vis/signals/lowbattery.png","signals-icon-size-1":0,"signals-blink-1":false,"signals-horz-1":0,"signals-vert-1":0,"signals-hide-edit-1":false,"signals-cond-2":"==","signals-val-2":true,"signals-icon-2":"/vis/signals/lowbattery.png","signals-icon-size-2":0,"signals-blink-2":false,"signals-horz-2":0,"signals-vert-2":0,"signals-hide-edit-2":false,"lc-type":"last-change","lc-is-interval":true,"lc-is-moment":false,"lc-format":"","lc-position-vert":"top","lc-position-horz":"right","lc-offset-vert":0,"lc-offset-horz":0,"lc-font-size":"12px","lc-font-family":"","lc-font-style":"","lc-bkg-color":"","lc-color":"","lc-border-width":"0","lc-border-style":"","lc-border-color":"","lc-border-radius":10,"lc-zindex":0,"visibility-cond":"==","visibility-val":1,"visibility-groups-action":"hide"},"style":{"left":"390px","top":"192px","width":"73px","height":"24px","z-index":"4","color":"#ffffff"},"widgetSet":"jqui"},{"tpl":"tplJquiInputDatetime","data":{"oid":"heatingcontrol.0.Profiles.0.1OG_Schlafzimmer.Mo-Su.Periods.2.time","g_fixed":false,"g_visibility":false,"g_css_font_text":false,"g_css_background":false,"g_css_shadow_padding":false,"g_css_border":false,"g_gestures":false,"g_signals":false,"g_last_change":false,"visibility-cond":"==","visibility-val":1,"visibility-groups-action":"hide","signals-cond-0":"==","signals-val-0":true,"signals-icon-0":"/vis/signals/lowbattery.png","signals-icon-size-0":0,"signals-blink-0":false,"signals-horz-0":0,"signals-vert-0":0,"signals-hide-edit-0":false,"signals-cond-1":"==","signals-val-1":true,"signals-icon-1":"/vis/signals/lowbattery.png","signals-icon-size-1":0,"signals-blink-1":false,"signals-horz-1":0,"signals-vert-1":0,"signals-hide-edit-1":false,"signals-cond-2":"==","signals-val-2":true,"signals-icon-2":"/vis/signals/lowbattery.png","signals-icon-size-2":0,"signals-blink-2":false,"signals-horz-2":0,"signals-vert-2":0,"signals-hide-edit-2":false,"lc-type":"last-change","lc-is-interval":true,"lc-is-moment":false,"lc-format":"","lc-position-vert":"top","lc-position-horz":"right","lc-offset-vert":0,"lc-offset-horz":0,"lc-font-size":"12px","lc-font-family":"","lc-font-style":"","lc-bkg-color":"","lc-color":"","lc-border-width":"0","lc-border-style":"","lc-border-color":"","lc-border-radius":10,"lc-zindex":0,"timeOnly":true,"hideSeconds":true,"size":"1"},"style":{"left":"450px","top":"164px","width":"64px","height":"10px","z-index":"4"},"widgetSet":"jqui"},{"tpl":"tplJquiInput","data":{"oid":"heatingcontrol.0.Profiles.0.1OG_Schlafzimmer.Mo-Su.Periods.2.Temperature","g_fixed":false,"g_visibility":false,"g_css_font_text":true,"g_css_background":false,"g_css_shadow_padding":false,"g_css_border":false,"g_gestures":false,"g_signals":false,"g_last_change":false,"label":"","digits":"1","size":"1","signals-cond-0":"==","signals-val-0":true,"signals-icon-0":"/vis/signals/lowbattery.png","signals-icon-size-0":0,"signals-blink-0":false,"signals-horz-0":0,"signals-vert-0":0,"signals-hide-edit-0":false,"signals-cond-1":"==","signals-val-1":true,"signals-icon-1":"/vis/signals/lowbattery.png","signals-icon-size-1":0,"signals-blink-1":false,"signals-horz-1":0,"signals-vert-1":0,"signals-hide-edit-1":false,"signals-cond-2":"==","signals-val-2":true,"signals-icon-2":"/vis/signals/lowbattery.png","signals-icon-size-2":0,"signals-blink-2":false,"signals-horz-2":0,"signals-vert-2":0,"signals-hide-edit-2":false,"lc-type":"last-change","lc-is-interval":true,"lc-is-moment":false,"lc-format":"","lc-position-vert":"top","lc-position-horz":"right","lc-offset-vert":0,"lc-offset-horz":0,"lc-font-size":"12px","lc-font-family":"","lc-font-style":"","lc-bkg-color":"","lc-color":"","lc-border-width":"0","lc-border-style":"","lc-border-color":"","lc-border-radius":10,"lc-zindex":0,"visibility-cond":"==","visibility-val":1,"visibility-groups-action":"hide"},"style":{"left":"508px","top":"192px","width":"72px","height":"24px","z-index":"4","color":"#ffffff"},"widgetSet":"jqui"},{"tpl":"tplJquiInputDatetime","data":{"oid":"Datenpunkte.0.EndeHeizperiodeGlobal","g_fixed":false,"g_visibility":false,"g_css_font_text":false,"g_css_background":false,"g_css_shadow_padding":false,"g_css_border":false,"g_gestures":false,"g_signals":false,"g_last_change":false,"visibility-cond":"==","visibility-val":1,"visibility-groups-action":"hide","signals-cond-0":"==","signals-val-0":true,"signals-icon-0":"/vis/signals/lowbattery.png","signals-icon-size-0":0,"signals-blink-0":false,"signals-horz-0":0,"signals-vert-0":0,"signals-hide-edit-0":false,"signals-cond-1":"==","signals-val-1":true,"signals-icon-1":"/vis/signals/lowbattery.png","signals-icon-size-1":0,"signals-blink-1":false,"signals-horz-1":0,"signals-vert-1":0,"signals-hide-edit-1":false,"signals-cond-2":"==","signals-val-2":true,"signals-icon-2":"/vis/signals/lowbattery.png","signals-icon-size-2":0,"signals-blink-2":false,"signals-horz-2":0,"signals-vert-2":0,"signals-hide-edit-2":false,"lc-type":"last-change","lc-is-interval":true,"lc-is-moment":false,"lc-format":"","lc-position-vert":"top","lc-position-horz":"right","lc-offset-vert":0,"lc-offset-horz":0,"lc-font-size":"12px","lc-font-family":"","lc-font-style":"","lc-bkg-color":"","lc-color":"","lc-border-width":"0","lc-border-style":"","lc-border-color":"","lc-border-radius":10,"lc-zindex":0,"timeOnly":true,"hideSeconds":true,"size":"1"},"style":{"left":"568px","top":"164px","width":"64px","height":"10px","z-index":"4"},"widgetSet":"jqui"},{"tpl":"tplHtml","data":{"g_fixed":false,"g_visibility":false,"g_css_font_text":true,"g_css_background":false,"g_css_shadow_padding":false,"g_css_border":false,"g_gestures":false,"g_signals":false,"g_last_change":false,"visibility-cond":"==","visibility-val":1,"visibility-groups-action":"hide","refreshInterval":"0","signals-cond-0":"==","signals-val-0":true,"signals-icon-0":"/vis/signals/lowbattery.png","signals-icon-size-0":0,"signals-blink-0":false,"signals-horz-0":0,"signals-vert-0":0,"signals-hide-edit-0":false,"signals-cond-1":"==","signals-val-1":true,"signals-icon-1":"/vis/signals/lowbattery.png","signals-icon-size-1":0,"signals-blink-1":false,"signals-horz-1":0,"signals-vert-1":0,"signals-hide-edit-1":false,"signals-cond-2":"==","signals-val-2":true,"signals-icon-2":"/vis/signals/lowbattery.png","signals-icon-size-2":0,"signals-blink-2":false,"signals-horz-2":0,"signals-vert-2":0,"signals-hide-edit-2":false,"lc-type":"last-change","lc-is-interval":true,"lc-is-moment":false,"lc-format":"","lc-position-vert":"top","lc-position-horz":"right","lc-offset-vert":0,"lc-offset-horz":0,"lc-font-size":"12px","lc-font-family":"","lc-font-style":"","lc-bkg-color":"","lc-color":"","lc-border-width":"0","lc-border-style":"","lc-border-color":"","lc-border-radius":10,"lc-zindex":0,"html":"°C"},"style":{"left":"327px","top":"197px","width":"22px","height":"20px","color":"#737373","z-index":"10"},"widgetSet":"basic"},{"tpl":"tplHtml","data":{"g_fixed":false,"g_visibility":false,"g_css_font_text":true,"g_css_background":false,"g_css_shadow_padding":false,"g_css_border":false,"g_gestures":false,"g_signals":false,"g_last_change":false,"visibility-cond":"==","visibility-val":1,"visibility-groups-action":"hide","refreshInterval":"0","signals-cond-0":"==","signals-val-0":true,"signals-icon-0":"/vis/signals/lowbattery.png","signals-icon-size-0":0,"signals-blink-0":false,"signals-horz-0":0,"signals-vert-0":0,"signals-hide-edit-0":false,"signals-cond-1":"==","signals-val-1":true,"signals-icon-1":"/vis/signals/lowbattery.png","signals-icon-size-1":0,"signals-blink-1":false,"signals-horz-1":0,"signals-vert-1":0,"signals-hide-edit-1":false,"signals-cond-2":"==","signals-val-2":true,"signals-icon-2":"/vis/signals/lowbattery.png","signals-icon-size-2":0,"signals-blink-2":false,"signals-horz-2":0,"signals-vert-2":0,"signals-hide-edit-2":false,"lc-type":"last-change","lc-is-interval":true,"lc-is-moment":false,"lc-format":"","lc-position-vert":"top","lc-position-horz":"right","lc-offset-vert":0,"lc-offset-horz":0,"lc-font-size":"12px","lc-font-family":"","lc-font-style":"","lc-bkg-color":"","lc-color":"","lc-border-width":"0","lc-border-style":"","lc-border-color":"","lc-border-radius":10,"lc-zindex":0,"html":"°C"},"style":{"left":"443px","top":"197px","width":"22px","height":"20px","color":"#737373","z-index":"10"},"widgetSet":"basic"},{"tpl":"tplHtml","data":{"g_fixed":false,"g_visibility":false,"g_css_font_text":true,"g_css_background":false,"g_css_shadow_padding":false,"g_css_border":false,"g_gestures":false,"g_signals":false,"g_last_change":false,"visibility-cond":"==","visibility-val":1,"visibility-groups-action":"hide","refreshInterval":"0","signals-cond-0":"==","signals-val-0":true,"signals-icon-0":"/vis/signals/lowbattery.png","signals-icon-size-0":0,"signals-blink-0":false,"signals-horz-0":0,"signals-vert-0":0,"signals-hide-edit-0":false,"signals-cond-1":"==","signals-val-1":true,"signals-icon-1":"/vis/signals/lowbattery.png","signals-icon-size-1":0,"signals-blink-1":false,"signals-horz-1":0,"signals-vert-1":0,"signals-hide-edit-1":false,"signals-cond-2":"==","signals-val-2":true,"signals-icon-2":"/vis/signals/lowbattery.png","signals-icon-size-2":0,"signals-blink-2":false,"signals-horz-2":0,"signals-vert-2":0,"signals-hide-edit-2":false,"lc-type":"last-change","lc-is-interval":true,"lc-is-moment":false,"lc-format":"","lc-position-vert":"top","lc-position-horz":"right","lc-offset-vert":0,"lc-offset-horz":0,"lc-font-size":"12px","lc-font-family":"","lc-font-style":"","lc-bkg-color":"","lc-color":"","lc-border-width":"0","lc-border-style":"","lc-border-color":"","lc-border-radius":10,"lc-zindex":0,"html":"°C"},"style":{"left":"561px","top":"197px","width":"22px","height":"20px","color":"#737373","z-index":"10"},"widgetSet":"basic"},{"tpl":"tplHtml","data":{"g_fixed":false,"g_visibility":false,"g_css_font_text":true,"g_css_background":false,"g_css_shadow_padding":false,"g_css_border":false,"g_gestures":false,"g_signals":false,"g_last_change":false,"visibility-cond":"==","visibility-val":1,"visibility-groups-action":"hide","refreshInterval":"0","signals-cond-0":"==","signals-val-0":true,"signals-icon-0":"/vis/signals/lowbattery.png","signals-icon-size-0":0,"signals-blink-0":false,"signals-horz-0":0,"signals-vert-0":0,"signals-hide-edit-0":false,"signals-cond-1":"==","signals-val-1":true,"signals-icon-1":"/vis/signals/lowbattery.png","signals-icon-size-1":0,"signals-blink-1":false,"signals-horz-1":0,"signals-vert-1":0,"signals-hide-edit-1":false,"signals-cond-2":"==","signals-val-2":true,"signals-icon-2":"/vis/signals/lowbattery.png","signals-icon-size-2":0,"signals-blink-2":false,"signals-horz-2":0,"signals-vert-2":0,"signals-hide-edit-2":false,"lc-type":"last-change","lc-is-interval":true,"lc-is-moment":false,"lc-format":"","lc-position-vert":"top","lc-position-horz":"right","lc-offset-vert":0,"lc-offset-horz":0,"lc-font-size":"12px","lc-font-family":"","lc-font-style":"","lc-bkg-color":"","lc-color":"","lc-border-width":"0","lc-border-style":"","lc-border-color":"","lc-border-radius":10,"lc-zindex":0,"html":"bis"},"style":{"left":"301px","top":"167px","width":"22px","height":"20px","color":"#ffffff","z-index":"10"},"widgetSet":"basic"},{"tpl":"tplHtml","data":{"g_fixed":false,"g_visibility":false,"g_css_font_text":true,"g_css_background":false,"g_css_shadow_padding":false,"g_css_border":false,"g_gestures":false,"g_signals":false,"g_last_change":false,"visibility-cond":"==","visibility-val":1,"visibility-groups-action":"hide","refreshInterval":"0","signals-cond-0":"==","signals-val-0":true,"signals-icon-0":"/vis/signals/lowbattery.png","signals-icon-size-0":0,"signals-blink-0":false,"signals-horz-0":0,"signals-vert-0":0,"signals-hide-edit-0":false,"signals-cond-1":"==","signals-val-1":true,"signals-icon-1":"/vis/signals/lowbattery.png","signals-icon-size-1":0,"signals-blink-1":false,"signals-horz-1":0,"signals-vert-1":0,"signals-hide-edit-1":false,"signals-cond-2":"==","signals-val-2":true,"signals-icon-2":"/vis/signals/lowbattery.png","signals-icon-size-2":0,"signals-blink-2":false,"signals-horz-2":0,"signals-vert-2":0,"signals-hide-edit-2":false,"lc-type":"last-change","lc-is-interval":true,"lc-is-moment":false,"lc-format":"","lc-position-vert":"top","lc-position-horz":"right","lc-offset-vert":0,"lc-offset-horz":0,"lc-font-size":"12px","lc-font-family":"","lc-font-style":"","lc-bkg-color":"","lc-color":"","lc-border-width":"0","lc-border-style":"","lc-border-color":"","lc-border-radius":10,"lc-zindex":0,"html":"bis"},"style":{"left":"416px","top":"167px","width":"22px","height":"20px","color":"#ffffff","z-index":"10"},"widgetSet":"basic"},{"tpl":"tplHtml","data":{"g_fixed":false,"g_visibility":false,"g_css_font_text":true,"g_css_background":false,"g_css_shadow_padding":false,"g_css_border":false,"g_gestures":false,"g_signals":false,"g_last_change":false,"visibility-cond":"==","visibility-val":1,"visibility-groups-action":"hide","refreshInterval":"0","signals-cond-0":"==","signals-val-0":true,"signals-icon-0":"/vis/signals/lowbattery.png","signals-icon-size-0":0,"signals-blink-0":false,"signals-horz-0":0,"signals-vert-0":0,"signals-hide-edit-0":false,"signals-cond-1":"==","signals-val-1":true,"signals-icon-1":"/vis/signals/lowbattery.png","signals-icon-size-1":0,"signals-blink-1":false,"signals-horz-1":0,"signals-vert-1":0,"signals-hide-edit-1":false,"signals-cond-2":"==","signals-val-2":true,"signals-icon-2":"/vis/signals/lowbattery.png","signals-icon-size-2":0,"signals-blink-2":false,"signals-horz-2":0,"signals-vert-2":0,"signals-hide-edit-2":false,"lc-type":"last-change","lc-is-interval":true,"lc-is-moment":false,"lc-format":"","lc-position-vert":"top","lc-position-horz":"right","lc-offset-vert":0,"lc-offset-horz":0,"lc-font-size":"12px","lc-font-family":"","lc-font-style":"","lc-bkg-color":"","lc-color":"","lc-border-width":"0","lc-border-style":"","lc-border-color":"","lc-border-radius":10,"lc-zindex":0,"html":"bis"},"style":{"left":"533px","top":"167px","width":"22px","height":"20px","color":"#ffffff","z-index":"10"},"widgetSet":"basic"},{"tpl":"tplHtml","data":{"g_fixed":false,"g_visibility":false,"g_css_font_text":true,"g_css_background":false,"g_css_shadow_padding":false,"g_css_border":false,"g_gestures":false,"g_signals":false,"g_last_change":false,"visibility-cond":"==","visibility-val":1,"visibility-groups-action":"hide","refreshInterval":"0","signals-cond-0":"==","signals-val-0":true,"signals-icon-0":"/vis/signals/lowbattery.png","signals-icon-size-0":0,"signals-blink-0":false,"signals-horz-0":0,"signals-vert-0":0,"signals-hide-edit-0":false,"signals-cond-1":"==","signals-val-1":true,"signals-icon-1":"/vis/signals/lowbattery.png","signals-icon-size-1":0,"signals-blink-1":false,"signals-horz-1":0,"signals-vert-1":0,"signals-hide-edit-1":false,"signals-cond-2":"==","signals-val-2":true,"signals-icon-2":"/vis/signals/lowbattery.png","signals-icon-size-2":0,"signals-blink-2":false,"signals-horz-2":0,"signals-vert-2":0,"signals-hide-edit-2":false,"lc-type":"last-change","lc-is-interval":true,"lc-is-moment":false,"lc-format":"","lc-position-vert":"top","lc-position-horz":"right","lc-offset-vert":0,"lc-offset-horz":0,"lc-font-size":"12px","lc-font-family":"","lc-font-style":"","lc-bkg-color":"","lc-color":"","lc-border-width":"0","lc-border-style":"","lc-border-color":"","lc-border-radius":10,"lc-zindex":0,"html":"von"},"style":{"left":"187px","top":"167px","width":"29px","height":"20px","color":"#ffffff","z-index":"10"},"widgetSet":"basic"},{"tpl":"tplHtml","data":{"g_fixed":false,"g_visibility":false,"g_css_font_text":true,"g_css_background":false,"g_css_shadow_padding":false,"g_css_border":false,"g_gestures":false,"g_signals":false,"g_last_change":false,"visibility-cond":"==","visibility-val":1,"visibility-groups-action":"hide","refreshInterval":"0","signals-cond-0":"==","signals-val-0":true,"signals-icon-0":"/vis/signals/lowbattery.png","signals-icon-size-0":0,"signals-blink-0":false,"signals-horz-0":0,"signals-vert-0":0,"signals-hide-edit-0":false,"signals-cond-1":"==","signals-val-1":true,"signals-icon-1":"/vis/signals/lowbattery.png","signals-icon-size-1":0,"signals-blink-1":false,"signals-horz-1":0,"signals-vert-1":0,"signals-hide-edit-1":false,"signals-cond-2":"==","signals-val-2":true,"signals-icon-2":"/vis/signals/lowbattery.png","signals-icon-size-2":0,"signals-blink-2":false,"signals-horz-2":0,"signals-vert-2":0,"signals-hide-edit-2":false,"lc-type":"last-change","lc-is-interval":true,"lc-is-moment":false,"lc-format":"","lc-position-vert":"top","lc-position-horz":"right","lc-offset-vert":0,"lc-offset-horz":0,"lc-font-size":"12px","lc-font-family":"","lc-font-style":"","lc-bkg-color":"","lc-color":"","lc-border-width":"0","lc-border-style":"","lc-border-color":"","lc-border-radius":10,"lc-zindex":0,"html":"Temperaturabsenkung bei Abwesenheit"},"style":{"left":"424px","top":"102px","width":"289px","height":"20px","color":"#ffffff","z-index":"3"},"widgetSet":"basic"},{"tpl":"tplJquiInput","data":{"oid":"heatingcontrol.0.Profiles.0.1OG_Schlafzimmer.AbsentDecrease","g_fixed":false,"g_visibility":false,"g_css_font_text":true,"g_css_background":false,"g_css_shadow_padding":false,"g_css_border":false,"g_gestures":false,"g_signals":false,"g_last_change":false,"label":"","digits":"1","size":"1","signals-cond-0":"==","signals-val-0":true,"signals-icon-0":"/vis/signals/lowbattery.png","signals-icon-size-0":0,"signals-blink-0":false,"signals-horz-0":0,"signals-vert-0":0,"signals-hide-edit-0":false,"signals-cond-1":"==","signals-val-1":true,"signals-icon-1":"/vis/signals/lowbattery.png","signals-icon-size-1":0,"signals-blink-1":false,"signals-horz-1":0,"signals-vert-1":0,"signals-hide-edit-1":false,"signals-cond-2":"==","signals-val-2":true,"signals-icon-2":"/vis/signals/lowbattery.png","signals-icon-size-2":0,"signals-blink-2":false,"signals-horz-2":0,"signals-vert-2":0,"signals-hide-edit-2":false,"lc-type":"last-change","lc-is-interval":true,"lc-is-moment":false,"lc-format":"","lc-position-vert":"top","lc-position-horz":"right","lc-offset-vert":0,"lc-offset-horz":0,"lc-font-size":"12px","lc-font-family":"","lc-font-style":"","lc-bkg-color":"","lc-color":"","lc-border-width":"0","lc-border-style":"","lc-border-color":"","lc-border-radius":10,"lc-zindex":0,"visibility-cond":"==","visibility-val":1,"visibility-groups-action":"hide"},"style":{"left":"343px","top":"100px","width":"73px","height":"24px","z-index":"4","color":"#ffffff"},"widgetSet":"jqui"},{"tpl":"tplHtml","data":{"g_fixed":false,"g_visibility":false,"g_css_font_text":true,"g_css_background":false,"g_css_shadow_padding":false,"g_css_border":false,"g_gestures":false,"g_signals":false,"g_last_change":false,"visibility-cond":"==","visibility-val":1,"visibility-groups-action":"hide","refreshInterval":"0","signals-cond-0":"==","signals-val-0":true,"signals-icon-0":"/vis/signals/lowbattery.png","signals-icon-size-0":0,"signals-blink-0":false,"signals-horz-0":0,"signals-vert-0":0,"signals-hide-edit-0":false,"signals-cond-1":"==","signals-val-1":true,"signals-icon-1":"/vis/signals/lowbattery.png","signals-icon-size-1":0,"signals-blink-1":false,"signals-horz-1":0,"signals-vert-1":0,"signals-hide-edit-1":false,"signals-cond-2":"==","signals-val-2":true,"signals-icon-2":"/vis/signals/lowbattery.png","signals-icon-size-2":0,"signals-blink-2":false,"signals-horz-2":0,"signals-vert-2":0,"signals-hide-edit-2":false,"lc-type":"last-change","lc-is-interval":true,"lc-is-moment":false,"lc-format":"","lc-position-vert":"top","lc-position-horz":"right","lc-offset-vert":0,"lc-offset-horz":0,"lc-font-size":"12px","lc-font-family":"","lc-font-style":"","lc-bkg-color":"","lc-color":"","lc-border-width":"0","lc-border-style":"","lc-border-color":"","lc-border-radius":10,"lc-zindex":0,"html":"°C"},"style":{"left":"395px","top":"105px","width":"22px","height":"20px","color":"#737373","z-index":"10"},"widgetSet":"basic"},{"tpl":"tplValueString","data":{"oid":"heatingcontrol.0.Profiles.0.1OG_Schlafzimmer.CurrentTimePeriod","g_fixed":false,"g_visibility":false,"g_css_font_text":true,"g_css_background":false,"g_css_shadow_padding":false,"g_css_border":false,"g_gestures":false,"g_signals":false,"g_last_change":false,"visibility-cond":"==","visibility-val":1,"visibility-groups-action":"hide","signals-cond-0":"==","signals-val-0":true,"signals-icon-0":"/vis/signals/lowbattery.png","signals-icon-size-0":0,"signals-blink-0":false,"signals-horz-0":0,"signals-vert-0":0,"signals-hide-edit-0":false,"signals-cond-1":"==","signals-val-1":true,"signals-icon-1":"/vis/signals/lowbattery.png","signals-icon-size-1":0,"signals-blink-1":false,"signals-horz-1":0,"signals-vert-1":0,"signals-hide-edit-1":false,"signals-cond-2":"==","signals-val-2":true,"signals-icon-2":"/vis/signals/lowbattery.png","signals-icon-size-2":0,"signals-blink-2":false,"signals-horz-2":0,"signals-vert-2":0,"signals-hide-edit-2":false,"lc-type":"last-change","lc-is-interval":true,"lc-is-moment":false,"lc-format":"","lc-position-vert":"top","lc-position-horz":"right","lc-offset-vert":0,"lc-offset-horz":0,"lc-font-size":"12px","lc-font-family":"","lc-font-style":"","lc-bkg-color":"","lc-color":"","lc-border-width":"0","lc-border-style":"","lc-border-color":"","lc-border-radius":10,"lc-zindex":0},"style":{"left":"90px","top":"129px","color":"#ffffff","width":"118px","height":"20px","z-index":"4"},"widgetSet":"basic"},{"tpl":"tplHtml","data":{"g_fixed":false,"g_visibility":false,"g_css_font_text":true,"g_css_background":false,"g_css_shadow_padding":false,"g_css_border":false,"g_gestures":false,"g_signals":false,"g_last_change":false,"visibility-cond":"==","visibility-val":1,"visibility-groups-action":"hide","refreshInterval":"0","signals-cond-0":"==","signals-val-0":true,"signals-icon-0":"/vis/signals/lowbattery.png","signals-icon-size-0":0,"signals-blink-0":false,"signals-horz-0":0,"signals-vert-0":0,"signals-hide-edit-0":false,"signals-cond-1":"==","signals-val-1":true,"signals-icon-1":"/vis/signals/lowbattery.png","signals-icon-size-1":0,"signals-blink-1":false,"signals-horz-1":0,"signals-vert-1":0,"signals-hide-edit-1":false,"signals-cond-2":"==","signals-val-2":true,"signals-icon-2":"/vis/signals/lowbattery.png","signals-icon-size-2":0,"signals-blink-2":false,"signals-horz-2":0,"signals-vert-2":0,"signals-hide-edit-2":false,"lc-type":"last-change","lc-is-interval":true,"lc-is-moment":false,"lc-format":"","lc-position-vert":"top","lc-position-horz":"right","lc-offset-vert":0,"lc-offset-horz":0,"lc-font-size":"12px","lc-font-family":"","lc-font-style":"","lc-bkg-color":"","lc-color":"","lc-border-width":"0","lc-border-style":"","lc-border-color":"","lc-border-radius":10,"lc-zindex":0,"html":"Temperaturabsenkung bei Fenster offen"},"style":{"left":"424px","top":"130px","width":"289px","height":"20px","color":"#ffffff","z-index":"3"},"widgetSet":"basic"},{"tpl":"tplJquiInput","data":{"oid":"heatingcontrol.0.Profiles.0.1OG_Schlafzimmer.WindowOpenDecrease","g_fixed":false,"g_visibility":false,"g_css_font_text":true,"g_css_background":false,"g_css_shadow_padding":false,"g_css_border":false,"g_gestures":false,"g_signals":false,"g_last_change":false,"label":"","digits":"1","size":"1","signals-cond-0":"==","signals-val-0":true,"signals-icon-0":"/vis/signals/lowbattery.png","signals-icon-size-0":0,"signals-blink-0":false,"signals-horz-0":0,"signals-vert-0":0,"signals-hide-edit-0":false,"signals-cond-1":"==","signals-val-1":true,"signals-icon-1":"/vis/signals/lowbattery.png","signals-icon-size-1":0,"signals-blink-1":false,"signals-horz-1":0,"signals-vert-1":0,"signals-hide-edit-1":false,"signals-cond-2":"==","signals-val-2":true,"signals-icon-2":"/vis/signals/lowbattery.png","signals-icon-size-2":0,"signals-blink-2":false,"signals-horz-2":0,"signals-vert-2":0,"signals-hide-edit-2":false,"lc-type":"last-change","lc-is-interval":true,"lc-is-moment":false,"lc-format":"","lc-position-vert":"top","lc-position-horz":"right","lc-offset-vert":0,"lc-offset-horz":0,"lc-font-size":"12px","lc-font-family":"","lc-font-style":"","lc-bkg-color":"","lc-color":"","lc-border-width":"0","lc-border-style":"","lc-border-color":"","lc-border-radius":10,"lc-zindex":0,"visibility-cond":"==","visibility-val":1,"visibility-groups-action":"hide"},"style":{"left":"343px","top":"128px","width":"73px","height":"24px","z-index":"4","color":"#ffffff"},"widgetSet":"jqui"},{"tpl":"tplHtml","data":{"g_fixed":false,"g_visibility":false,"g_css_font_text":true,"g_css_background":false,"g_css_shadow_padding":false,"g_css_border":false,"g_gestures":false,"g_signals":false,"g_last_change":false,"visibility-cond":"==","visibility-val":1,"visibility-groups-action":"hide","refreshInterval":"0","signals-cond-0":"==","signals-val-0":true,"signals-icon-0":"/vis/signals/lowbattery.png","signals-icon-size-0":0,"signals-blink-0":false,"signals-horz-0":0,"signals-vert-0":0,"signals-hide-edit-0":false,"signals-cond-1":"==","signals-val-1":true,"signals-icon-1":"/vis/signals/lowbattery.png","signals-icon-size-1":0,"signals-blink-1":false,"signals-horz-1":0,"signals-vert-1":0,"signals-hide-edit-1":false,"signals-cond-2":"==","signals-val-2":true,"signals-icon-2":"/vis/signals/lowbattery.png","signals-icon-size-2":0,"signals-blink-2":false,"signals-horz-2":0,"signals-vert-2":0,"signals-hide-edit-2":false,"lc-type":"last-change","lc-is-interval":true,"lc-is-moment":false,"lc-format":"","lc-position-vert":"top","lc-position-horz":"right","lc-offset-vert":0,"lc-offset-horz":0,"lc-font-size":"12px","lc-font-family":"","lc-font-style":"","lc-bkg-color":"","lc-color":"","lc-border-width":"0","lc-border-style":"","lc-border-color":"","lc-border-radius":10,"lc-zindex":0,"html":"°C"},"style":{"left":"395px","top":"133px","width":"22px","height":"20px","color":"#737373","z-index":"10"},"widgetSet":"basic"},{"tpl":"tplHtml","data":{"g_fixed":false,"g_visibility":false,"g_css_font_text":true,"g_css_background":false,"g_css_shadow_padding":false,"g_css_border":false,"g_gestures":false,"g_signals":false,"g_last_change":false,"visibility-cond":"==","visibility-val":1,"visibility-groups-action":"hide","refreshInterval":"0","signals-cond-0":"==","signals-val-0":true,"signals-icon-0":"/vis/signals/lowbattery.png","signals-icon-size-0":0,"signals-blink-0":false,"signals-horz-0":0,"signals-vert-0":0,"signals-hide-edit-0":false,"signals-cond-1":"==","signals-val-1":true,"signals-icon-1":"/vis/signals/lowbattery.png","signals-icon-size-1":0,"signals-blink-1":false,"signals-horz-1":0,"signals-vert-1":0,"signals-hide-edit-1":false,"signals-cond-2":"==","signals-val-2":true,"signals-icon-2":"/vis/signals/lowbattery.png","signals-icon-size-2":0,"signals-blink-2":false,"signals-horz-2":0,"signals-vert-2":0,"signals-hide-edit-2":false,"lc-type":"last-change","lc-is-interval":true,"lc-is-moment":false,"lc-format":"","lc-position-vert":"top","lc-position-horz":"right","lc-offset-vert":0,"lc-offset-horz":0,"lc-font-size":"12px","lc-font-family":"","lc-font-style":"","lc-bkg-color":"","lc-color":"","lc-border-width":"0","lc-border-style":"","lc-border-color":"","lc-border-radius":10,"lc-zindex":0,"html":"Heizplan"},"style":{"left":"90px","top":"166px","width":"67px","height":"16px","color":"#ffffff","z-index":"3"},"widgetSet":"basic"}]

                                        1 Reply Last reply Reply Quote 1
                                        • H
                                          hilde0407 @Chaot last edited by

                                          @Chaot Kannst Du mir bitte genau erklären, wie Du die Fritz!Dect Thermostate im Adapter eingetragen hast?

                                          Chaot 1 Reply Last reply Reply Quote 0
                                          • Chaot
                                            Chaot @hilde0407 last edited by

                                            @hilde0407 Ich habe die im Adapter unter Thermostate eingetragen.
                                            Als Adapter zusätzlich muss FritzDect laufen
                                            Räume und Gewerke waren vom Script vorher schon zugeordnet.
                                            OID aktueller Wert ist dann fritzdect.0.Thermostatkennung.actualtemp
                                            und OID Zielwert ist dann fritzdect.0.Thermostatkennung.actualtemp

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            929
                                            Online

                                            31.6k
                                            Users

                                            79.4k
                                            Topics

                                            1.3m
                                            Posts

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