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.
    • 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
                              • Rene_HM
                                Rene_HM Developer @maarten last edited by Rene_HM

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

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

                                Actual_Temperature sollte als Ziel-Temp nicht vorkommen

                                • aber: alle Werte, die du auf die Geräte schreiben möchtest, werden nicht akzeptiert. Deshalb: zeige mir mal die Konfiguration eines Thermostats (speziell den zweiten Teil der OID, das ist in dem oben gezeigten Bild abgeschnitten... Ich denke, die Konfiguration der Datenpunkte passt nicht...
                                M 1 Reply Last reply Reply Quote 0
                                • H
                                  hilde0407 @Chaot last edited by

                                  @Chaot Vielen Dank! Hat funktioniert!

                                  1 Reply Last reply Reply Quote 0
                                  • N
                                    nocci last edited by nocci

                                    Hallo an Alle

                                    Ich habe heute ein wenig Zeit gefunden mich mit dem Adapter hier zu beschäftigen.
                                    Den Ansatz finde ich ja richtig super, da man so diverse Hersteller unter eine Decke bringen kann. Dafür schon einmal meinen vollsten Respekt und vielen Dank an den Entwickler.

                                    Im Wohnzimmer verwende ich derzeit noch Max-Thermostaten und einen Max-Fensterkontakt, den ich unter Sensor eingetragen habe und im Schlafzimmer nen HM-IP-Thermostat und einen Max-Fensterkontakt.
                                    Ich habe soweit alles einrichten könnten und hoffentlich auch die richtigen DP genutzt.

                                    Nach dem Start des Adapters sieht mein Log aber sehr voll aus und frage mich, ob das genau so sein soll?

                                    heatingcontrol.0	2019-10-06 13:35:46.014	info	calculating new target temperatures
                                    heatingcontrol.0	2019-10-06 13:35:37.097	info	handle actors Schlafzimmer current 22.4 target 16
                                    heatingcontrol.0	2019-10-06 13:35:37.095	info	handle actors Schlafzimmer current 22.4 target 16
                                    heatingcontrol.0	2019-10-06 13:35:36.393	info	handle actors Wohnzimmer current 23 target 20.5
                                    heatingcontrol.0	2019-10-06 13:35:36.387	info	handle actors Wohnzimmer current 23 target 20.5
                                    heatingcontrol.0	2019-10-06 13:35:36.365	info	handle actors Schlafzimmer current 22.3 target 16
                                    heatingcontrol.0	2019-10-06 13:35:36.278	info	room Schlafzimmer Thermostat Thermostat Schlafzimmer 1.SET_POINT_TEMPERATURE set to 16
                                    heatingcontrol.0	2019-10-06 13:35:36.238	info	handle actors Wohnzimmer current 23 target 20.5
                                    heatingcontrol.0	2019-10-06 13:35:36.216	info	handle actors Wohnzimmer current 23 target 20.5
                                    heatingcontrol.0	2019-10-06 13:35:36.185	info	room Wohnzimmer Thermostat Fenster 1 setpoint set to 20.5
                                    heatingcontrol.0	2019-10-06 13:35:36.168	info	room Wohnzimmer Thermostat Fenster 2 setpoint set to 20.5
                                    heatingcontrol.0	2019-10-06 13:35:36.156	info	handle actors Wohnzimmer current 23 target 20.5
                                    heatingcontrol.0	2019-10-06 13:35:36.149	info	room Wohnzimmer Thermostat Fenster 1 setpoint set to 20.5
                                    heatingcontrol.0	2019-10-06 13:35:36.037	info	calculating new target temperatures
                                    heatingcontrol.0	2019-10-06 13:35:30.309	info	handle actors Schlafzimmer current 22.3 target 16
                                    heatingcontrol.0	2019-10-06 13:35:30.304	info	handle actors Schlafzimmer current 22.3 target 16
                                    heatingcontrol.0	2019-10-06 13:35:27.665	info	handle actors Schlafzimmer current 22.3 target 16
                                    heatingcontrol.0	2019-10-06 13:35:27.660	info	handle actors Schlafzimmer current 22.3 target 16
                                    heatingcontrol.0	2019-10-06 13:35:26.364	info	handle actors Wohnzimmer current 23 target 20.5
                                    heatingcontrol.0	2019-10-06 13:35:26.359	info	handle actors Wohnzimmer current 23 target 20.5
                                    heatingcontrol.0	2019-10-06 13:35:26.340	info	handle actors Schlafzimmer current 22.3 target 16
                                    heatingcontrol.0	2019-10-06 13:35:26.271	info	room Schlafzimmer Thermostat Thermostat Schlafzimmer 1.SET_POINT_TEMPERATURE set to 16
                                    heatingcontrol.0	2019-10-06 13:35:26.218	info	handle actors Wohnzimmer current 23 target 20.5
                                    heatingcontrol.0	2019-10-06 13:35:26.209	info	handle actors Wohnzimmer current 23 target 20.5
                                    heatingcontrol.0	2019-10-06 13:35:26.166	info	room Wohnzimmer Thermostat Fenster 1 setpoint set to 20.5
                                    heatingcontrol.0	2019-10-06 13:35:26.147	info	room Wohnzimmer Thermostat Fenster 2 setpoint set to 20.5
                                    heatingcontrol.0	2019-10-06 13:35:26.133	info	room Wohnzimmer Thermostat Fenster 1 setpoint set to 20.5
                                    heatingcontrol.0	2019-10-06 13:35:26.119	info	handle actors Wohnzimmer current 23 target 20.5
                                    heatingcontrol.0	2019-10-06 13:35:26.018	info	calculating new target temperatures
                                    heatingcontrol.0	2019-10-06 13:35:17.867	info	handle actors Schlafzimmer current 22.3 target 16
                                    heatingcontrol.0	2019-10-06 13:35:17.866	info	handle actors Schlafzimmer current 22.3 target 16
                                    heatingcontrol.0	2019-10-06 13:35:16.424	info	handle actors Wohnzimmer current 23 target 20.5
                                    heatingcontrol.0	2019-10-06 13:35:16.419	info	handle actors Wohnzimmer current 23 target 20.5
                                    heatingcontrol.0	2019-10-06 13:35:16.336	info	handle actors Schlafzimmer current 22.3 target 16
                                    heatingcontrol.0	2019-10-06 13:35:16.271	info	room Schlafzimmer Thermostat Thermostat Schlafzimmer 1.SET_POINT_TEMPERATURE set to 16
                                    heatingcontrol.0	2019-10-06 13:35:16.223	info	handle actors Wohnzimmer current 23 target 20.5
                                    heatingcontrol.0	2019-10-06 13:35:16.201	info	handle actors Wohnzimmer current 23 target 20.5
                                    heatingcontrol.0	2019-10-06 13:35:16.164	info	handle actors Wohnzimmer current 23 target 20.5
                                    heatingcontrol.0	2019-10-06 13:35:16.158	info	room Wohnzimmer Thermostat Fenster 1 setpoint set to 20.5
                                    heatingcontrol.0	2019-10-06 13:35:16.142	info	room Wohnzimmer Thermostat Fenster 2 setpoint set to 20.5
                                    heatingcontrol.0	2019-10-06 13:35:16.130	info	room Wohnzimmer Thermostat Fenster 1 setpoint set to 20.5
                                    heatingcontrol.0	2019-10-06 13:35:16.041	info	calculating new target temperatures
                                    heatingcontrol.0	2019-10-06 13:35:07.021	info	handle actors Schlafzimmer current 22.3 target 16
                                    heatingcontrol.0	2019-10-06 13:35:07.021	info	handle actors Schlafzimmer current 22.3 target 16
                                    heatingcontrol.0	2019-10-06 13:35:06.470	info	handle actors Wohnzimmer current 23 target 20.5
                                    heatingcontrol.0	2019-10-06 13:35:06.459	info	handle actors Wohnzimmer current 23 target 20.5
                                    heatingcontrol.0	2019-10-06 13:35:06.414	info	handle actors Schlafzimmer current 22.3 target 16
                                    heatingcontrol.0	2019-10-06 13:35:06.315	info	room Schlafzimmer Thermostat Thermostat Schlafzimmer 1.SET_POINT_TEMPERATURE set to 16
                                    heatingcontrol.0	2019-10-06 13:35:06.270	info	handle actors Wohnzimmer current 23 target 20.5
                                    heatingcontrol.0	2019-10-06 13:35:06.255	info	handle actors Wohnzimmer current 23 target 20.5
                                    heatingcontrol.0	2019-10-06 13:35:06.230	info	room Wohnzimmer Thermostat Fenster 1 setpoint set to 20.5
                                    heatingcontrol.0	2019-10-06 13:35:06.215	info	room Wohnzimmer Thermostat Fenster 2 setpoint set to 20.5
                                    heatingcontrol.0	2019-10-06 13:35:06.201	info	room Wohnzimmer Thermostat Fenster 1 setpoint set to 20.5
                                    heatingcontrol.0	2019-10-06 13:35:06.187	info	handle actors Wohnzimmer current 23 target 20.5
                                    heatingcontrol.0	2019-10-06 13:35:06.053	info	calculating new target temperatures
                                    heatingcontrol.0	2019-10-06 13:34:57.208	info	handle actors Schlafzimmer current 22.3 target 16
                                    heatingcontrol.0	2019-10-06 13:34:57.205	info	handle actors Schlafzimmer current 22.3 target 16
                                    heatingcontrol.0	2019-10-06 13:34:56.367	info	handle actors Wohnzimmer current 23 target 20.5
                                    heatingcontrol.0	2019-10-06 13:34:56.363	info	handle actors Wohnzimmer current 23 target 20.5
                                    heatingcontrol.0	2019-10-06 13:34:56.338	info	handle actors Schlafzimmer current 22.3 target 16
                                    heatingcontrol.0	2019-10-06 13:34:56.224	info	room Schlafzimmer Thermostat Thermostat Schlafzimmer 1.SET_POINT_TEMPERATURE set to 16
                                    heatingcontrol.0	2019-10-06 13:34:56.182	info	handle actors Wohnzimmer current 23 target 20.5
                                    heatingcontrol.0	2019-10-06 13:34:56.163	info	handle actors Wohnzimmer current 23 target 20.5
                                    heatingcontrol.0	2019-10-06 13:34:56.137	info	room Wohnzimmer Thermostat Fenster 1 setpoint set to 20.5
                                    heatingcontrol.0	2019-10-06 13:34:56.123	info	room Wohnzimmer Thermostat Fenster 2 setpoint set to 20.5
                                    heatingcontrol.0	2019-10-06 13:34:56.113	info	room Wohnzimmer Thermostat Fenster 1 setpoint set to 20.5
                                    heatingcontrol.0	2019-10-06 13:34:56.099	info	handle actors Wohnzimmer current 23 target 20.5
                                    heatingcontrol.0	2019-10-06 13:34:56.012	info	calculating new target temperatures
                                    heatingcontrol.0	2019-10-06 13:34:48.446	info	handle actors Schlafzimmer current 22.3 target 16
                                    heatingcontrol.0	2019-10-06 13:34:48.445	info	handle actors Schlafzimmer current 22.3 target 16
                                    heatingcontrol.0	2019-10-06 13:34:46.416	info	handle actors Wohnzimmer current 23 target 20.5
                                    heatingcontrol.0	2019-10-06 13:34:46.409	info	handle actors Wohnzimmer current 23 target 20.5
                                    heatingcontrol.0	2019-10-06 13:34:46.335	info	handle actors Schlafzimmer current 22.3 target 16
                                    heatingcontrol.0	2019-10-06 13:34:46.249	info	room Schlafzimmer Thermostat Thermostat Schlafzimmer 1.SET_POINT_TEMPERATURE set to 16
                                    heatingcontrol.0	2019-10-06 13:34:46.207	info	handle actors Wohnzimmer current 23 target 20.5
                                    heatingcontrol.0	2019-10-06 13:34:46.179	info	handle actors Wohnzimmer current 23 target 20.5
                                    heatingcontrol.0	2019-10-06 13:34:46.144	info	room Wohnzimmer Thermostat Fenster 1 setpoint set to 20.5
                                    heatingcontrol.0	2019-10-06 13:34:46.117	info	room Wohnzimmer Thermostat Fenster 2 setpoint set to 20.5
                                    heatingcontrol.0	2019-10-06 13:34:46.109	info	handle actors Wohnzimmer current 23 target 20.5
                                    heatingcontrol.0	2019-10-06 13:34:46.105	info	room Wohnzimmer Thermostat Fenster 1 setpoint set to 20.5
                                    heatingcontrol.0	2019-10-06 13:34:46.012	info	calculating new target temperatures
                                    heatingcontrol.0	2019-10-06 13:34:38.658	info	handle actors Schlafzimmer current 22.3 target 16
                                    heatingcontrol.0	2019-10-06 13:34:38.654	info	handle actors Schlafzimmer current 22.3 target 16
                                    heatingcontrol.0	2019-10-06 13:34:36.501	info	handle actors Wohnzimmer current 23 target 20.5
                                    heatingcontrol.0	2019-10-06 13:34:36.494	info	handle actors Wohnzimmer current 23 target 20.5
                                    heatingcontrol.0	2019-10-06 13:34:36.409	info	handle actors Schlafzimmer current 22.3 target 16
                                    heatingcontrol.0	2019-10-06 13:34:36.339	info	room Schlafzimmer Thermostat Thermostat Schlafzimmer 1.SET_POINT_TEMPERATURE set to 16
                                    heatingcontrol.0	2019-10-06 13:34:36.285	info	handle actors Wohnzimmer current 23 target 20.5
                                    heatingcontrol.0	2019-10-06 13:34:36.285	info	handle actors Wohnzimmer current 23 target 20.5
                                    heatingcontrol.0	2019-10-06 13:34:36.284	info	handle actors Wohnzimmer current 23 target 20.5
                                    heatingcontrol.0	2019-10-06 13:34:36.258	info	handle actors Wohnzimmer current 23 target 20.5
                                    heatingcontrol.0	2019-10-06 13:34:36.238	info	room Wohnzimmer Thermostat Fenster 1 setpoint set to 20.5
                                    heatingcontrol.0	2019-10-06 13:34:36.224	info	handle actors Wohnzimmer current 23 target 20.5
                                    heatingcontrol.0	2019-10-06 13:34:36.220	info	room Wohnzimmer Thermostat Fenster 2 setpoint set to 20.5
                                    heatingcontrol.0	2019-10-06 13:34:36.209	info	room Wohnzimmer Thermostat Fenster 1 setpoint set to 20.5
                                    heatingcontrol.0	2019-10-06 13:34:36.106	info	calculating new target temperatures
                                    heatingcontrol.0	2019-10-06 13:34:27.812	info	handle actors Schlafzimmer current 22.3 target 16
                                    heatingcontrol.0	2019-10-06 13:34:27.810	info	handle actors Schlafzimmer current 22.3 target 16
                                    heatingcontrol.0	2019-10-06 13:34:26.400	info	handle actors Wohnzimmer current 23 target 20.5
                                    heatingcontrol.0	2019-10-06 13:34:26.379	info	handle actors Wohnzimmer current 23 target 20.5
                                    heatingcontrol.0	2019-10-06 13:34:26.263	info	handle actors Schlafzimmer current 22.3 target 16
                                    heatingcontrol.0	2019-10-06 13:34:26.235	info	room Schlafzimmer Thermostat Thermostat Schlafzimmer 1.SET_POINT_TEMPERATURE set to 16
                                    heatingcontrol.0	2019-10-06 13:34:26.192	info	handle actors Wohnzimmer current 23 target 20.5
                                    heatingcontrol.0	2019-10-06 13:34:26.185	info	handle actors Wohnzimmer current 23 target 20.5
                                    heatingcontrol.0	2019-10-06 13:34:26.142	info	room Wohnzimmer Thermostat Fenster 1 setpoint set to 20.5
                                    heatingcontrol.0	2019-10-06 13:34:26.126	info	room Wohnzimmer Thermostat Fenster 2 setpoint set to 20.5
                                    heatingcontrol.0	2019-10-06 13:34:26.120	info	handle actors Wohnzimmer current 23 target 20.5
                                    heatingcontrol.0	2019-10-06 13:34:26.116	info	room Wohnzimmer Thermostat Fenster 1 setpoint set to 20.5
                                    heatingcontrol.0	2019-10-06 13:34:26.023	info	calculating new target temperatures
                                    heatingcontrol.0	2019-10-06 13:34:20.111	info	handle actors Schlafzimmer current 22.3 target 16
                                    heatingcontrol.0	2019-10-06 13:34:18.654	info	handle actors Schlafzimmer current 22.3 target 16
                                    heatingcontrol.0	2019-10-06 13:34:18.557	info	room Schlafzimmer Thermostat Thermostat Schlafzimmer 1.SET_POINT_TEMPERATURE set to 16
                                    heatingcontrol.0	2019-10-06 13:34:18.451	info	handle actors Wohnzimmer current 23 target 20.5
                                    heatingcontrol.0	2019-10-06 13:34:18.443	info	handle actors Wohnzimmer current 23 target 20.5
                                    heatingcontrol.0	2019-10-06 13:34:18.436	info	handle actors Wohnzimmer current 23 target 20.5
                                    heatingcontrol.0	2019-10-06 13:34:18.413	info	room Wohnzimmer Thermostat Fenster 1 setpoint set to 20.5
                                    heatingcontrol.0	2019-10-06 13:34:18.400	info	room Wohnzimmer Thermostat Fenster 2 setpoint set to 20.5
                                    heatingcontrol.0	2019-10-06 13:34:18.337	info	room Wohnzimmer Thermostat Fenster 1 setpoint set to 20.5
                                    heatingcontrol.0	2019-10-06 13:34:17.764	info	calculating new target temperatures
                                    heatingcontrol.0	2019-10-06 13:34:17.146	info	subscribe Wohnzimmer maxcube.0.devices.contact_0c1efa.opened
                                    heatingcontrol.0	2019-10-06 13:34:17.146	info	subscribe Wohnzimmer maxcube.0.devices.thermostat_15dda6.setpoint / maxcube.0.devices.thermostat_15cb43.temp
                                    heatingcontrol.0	2019-10-06 13:34:17.145	info	subscribe Wohnzimmer maxcube.0.devices.thermostat_15cb43.setpoint / maxcube.0.devices.thermostat_15cb43.temp
                                    heatingcontrol.0	2019-10-06 13:34:17.144	info	subscribe Wohnzimmer maxcube.0.devices.thermostat_15dda6.setpoint / maxcube.0.devices.thermostat_15cb43.temp
                                    heatingcontrol.0	2019-10-06 13:34:17.141	info	subscribe Schlafzimmer hm-rpc.1.001299939684BF.1.SET_POINT_TEMPERATURE / hm-rpc.1.001299939684BF.1.ACTUAL_TEMPERATURE
                                    heatingcontrol.0	2019-10-06 13:34:16.597	info	starting. Version 0.3.0 in /opt/iobroker/node_modules/iobroker.heatingcontrol, node: v10.16.3
                                    heatingcontrol.0	2019-10-06 13:34:12.805	info	cleaned everything up...
                                    heatingcontrol.0	2019-10-06 13:34:12.796	info	cleaned everything up...
                                    heatingcontrol.0	2019-10-06 13:34:07.189	info	handle actors Schlafzimmer current 22.3 target 16
                                    heatingcontrol.0	2019-10-06 13:34:07.157	info	handle actors Schlafzimmer current 22.3 target 16
                                    heatingcontrol.0	2019-10-06 13:34:06.467	info	handle actors Wohnzimmer current 23 target 20.5
                                    heatingcontrol.0	2019-10-06 13:34:06.461	info	handle actors Wohnzimmer current 23 target 20.5
                                    heatingcontrol.0	2019-10-06 13:34:06.383	info	handle actors Schlafzimmer current 22.3 target 16
                                    heatingcontrol.0	2019-10-06 13:34:06.309	info	room Schlafzimmer Thermostat Thermostat Schlafzimmer 1.SET_POINT_TEMPERATURE set to 16
                                    heatingcontrol.0	2019-10-06 13:34:06.250	info	handle actors Wohnzimmer current 23 target 20.5
                                    heatingcontrol.0	2019-10-06 13:34:06.223	info	handle actors Wohnzimmer current 23 target 20.5
                                    heatingcontrol.0	2019-10-06 13:34:06.205	info	room Wohnzimmer Thermostat Fenster 1 setpoint set to 20.5
                                    heatingcontrol.0	2019-10-06 13:34:06.156	info	handle actors Wohnzimmer current 23 target 20.5
                                    heatingcontrol.0	2019-10-06 13:34:06.151	info	room Wohnzimmer Thermostat Fenster 2 setpoint set to 20.5
                                    heatingcontrol.0	2019-10-06 13:34:06.133	info	room Wohnzimmer Thermostat Fenster 1 setpoint set to 20.5
                                    heatingcontrol.0	2019-10-06 13:34:06.048	info	calculating new target temperatures
                                    heatingcontrol.0	2019-10-06 13:33:58.403	info	handle actors Schlafzimmer current 22.3 target 16
                                    heatingcontrol.0	2019-10-06 13:33:58.401	info	handle actors Schlafzimmer current 22.3 target 16
                                    heatingcontrol.0	2019-10-06 13:33:56.450	info	handle actors Wohnzimmer current 23 target 20.5
                                    heatingcontrol.0	2019-10-06 13:33:56.430	info	handle actors Wohnzimmer current 23 target 20.5
                                    heatingcontrol.0	2019-10-06 13:33:56.347	info	handle actors Schlafzimmer current 22.3 target 16
                                    heatingcontrol.0	2019-10-06 13:33:56.251	info	room Schlafzimmer Thermostat Thermostat Schlafzimmer 1.SET_POINT_TEMPERATURE set to 16
                                    heatingcontrol.0	2019-10-06 13:33:56.214	info	handle actors Wohnzimmer current 23 target 20.5
                                    heatingcontrol.0	2019-10-06 13:33:56.209	info	handle actors Wohnzimmer current 23 target 20.5
                                    heatingcontrol.0	2019-10-06 13:33:56.199	info	handle actors Wohnzimmer current 23 target 20.5
                                    heatingcontrol.0	2019-10-06 13:33:56.190	info	handle actors Wohnzimmer current 23 target 20.5
                                    heatingcontrol.0	2019-10-06 13:33:56.159	info	handle actors Wohnzimmer current 23 target 20.5
                                    heatingcontrol.0	2019-10-06 13:33:56.158	info	room Wohnzimmer Thermostat Fenster 1 setpoint set to 20.5
                                    

                                    Wie gesagt, es sieht für mich so aus als wenn das Log gerade zu geflutet wird mit den entsprechenden Einträgen, wie man sie oben sehen kann und frage mich wie es bei anderen Anwendern so aussieht und ob das so richtig ist.

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

                                      @nocci Hast du das "Use Actuators" an? Wennn du keine Aktoren konfiguriert hast (was du auch nicht brauchst, wenn deine Thermostate die Aktoren direkt schalten), dann schalte das "Use Actuators" aus.
                                      So häufig wie bei dir im log sollte die Zieltemperatur nicht auf das Thermostat geschrieben werden. Entweder melden sich deine Sensoren ständig (und nicht nur bei Änderung) oder du hast eine ungünstige Zeitsteuerung konfiguriert. Kannst du mal den Adapter im debug-Mode laufen lassen und das log posten? Dann sollten wir die Ursache finden...

                                      N 1 Reply Last reply Reply Quote 0
                                      • N
                                        nocci @Rene_HM last edited by

                                        @Rene_HM Danke! Das "Use Actors" war es. Nun sieht es seeeeeehr viel besser aus.
                                        Vielen lieben Dank für den Tipp. Perfekt!

                                        Eine Frage habe ich leider trotzdem noch: Wenn dann nächste Woche oder so meine bestellten Xiaomi-Temp-Sensoren ankommen und über den Zigbee-Adapter angebunden worden sind, kann ich diese dann einfach als "Sensor" laufen lassen?
                                        Muss ich da irgendwas besonderes beachten?

                                        Rene_HM CKMartens 2 Replies Last reply Reply Quote 0
                                        • Rene_HM
                                          Rene_HM Developer @nocci last edited by

                                          @nocci Nein, Sensoren sind Fenstersensoren, die einen Zustand (offen / geschlossen) liefern und zur Temperaturabsenkung gedacht sind.
                                          Wie möchtest du die Xiaomi-Temp-Sensoren verwenden?

                                          N 1 Reply Last reply Reply Quote 0
                                          • N
                                            nocci @Rene_HM last edited by

                                            @Rene_HM Oh okay. Verstehe ich.

                                            Ich wollte die Xiaomi-Temperatur-Sensoren so verwenden, dass sie die "wahre" Raumtemperatur liefern und quasi die gemessene Temperatur an den Thermostaten "überschreiben", da diese ja nur die Temperatur in unmittelbarer Umgebung des jeweiligen Thermostaten wiedergeben und eher nicht die eigentliche Raumtemperatur.
                                            Ich hoffe, das war einigermaßen verständlich 😬

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            510
                                            Online

                                            31.6k
                                            Users

                                            79.4k
                                            Topics

                                            1.3m
                                            Posts

                                            heating
                                            236
                                            3157
                                            1435629
                                            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