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

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

NEWS

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

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

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

Test Adapter HeatingControl v2.12.x

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

    @pittini nein, das bleibt im gleichen Raum aber nächstes Profil... also z.Bsp. Raum Küche Profil 1 nach Profil 2

    Dominik F.D Offline
    Dominik F.D Offline
    Dominik F.
    schrieb am zuletzt editiert von
    #1910

    @rene_hm

    Funktioniert soweit alles, bis auf diese Punkte : heatingcontrol.0.Profiles.3.EG_Wohnzimmer.Mo-Fr.CopyPeriods
    Da passiert irgendwie nix.

    Beim kopieren des gesamten Profiles werden die Profilparameter nicht übernommen, es werden nur die Zeiten des Profiles übernommen.

    Rene_HMR 1 Antwort Letzte Antwort
    0
    • Dominik F.D Dominik F.

      @rene_hm

      Funktioniert soweit alles, bis auf diese Punkte : heatingcontrol.0.Profiles.3.EG_Wohnzimmer.Mo-Fr.CopyPeriods
      Da passiert irgendwie nix.

      Beim kopieren des gesamten Profiles werden die Profilparameter nicht übernommen, es werden nur die Zeiten des Profiles übernommen.

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

      @dominik-f hast du dir das debug log mal angeschaut?

      sollte so ähnlich aussehen:

      heatingcontrol.0	2021-01-16 11:32:11.639	debug	(25706) copy 19 21:00 to Profiles.2.Test.Mo-Su.Periods.5
      heatingcontrol.0	2021-01-16 11:32:11.546	debug	(25706) copy 21 16:00 to Profiles.2.Test.Mo-Su.Periods.4
      heatingcontrol.0	2021-01-16 11:32:11.415	debug	(25706) copy 22 12:00 to Profiles.2.Test.Mo-Su.Periods.3
      heatingcontrol.0	2021-01-16 11:32:11.286	debug	(25706) copy 23 08:00 to Profiles.2.Test.Mo-Su.Periods.2
      heatingcontrol.0	2021-01-16 11:32:11.169	debug	(25706) copy 21 05:00 to Profiles.2.Test.Mo-Su.Periods.1
      heatingcontrol.0	2021-01-16 11:32:11.144	info	(25706) CopyProfile, from 1 to 2 profile in Test
      heatingcontrol.0	2021-01-16 11:32:11.140	debug	(25706) CopyProfileAll, orgProfil 1
      

      und bei Perioden kopieren

      heatingcontrol.0	2021-01-16 14:17:52.383	debug	(26605) copy 19 21:00 to Profiles.1.Test.Sa-Su.Periods.5
      heatingcontrol.0	2021-01-16 14:17:52.255	debug	(26605) copy 21 16:00 to Profiles.1.Test.Sa-Su.Periods.4
      heatingcontrol.0	2021-01-16 14:17:52.123	debug	(26605) copy 22 12:00 to Profiles.1.Test.Sa-Su.Periods.3
      heatingcontrol.0	2021-01-16 14:17:51.934	debug	(26605) copy 23 08:00 to Profiles.1.Test.Sa-Su.Periods.2
      heatingcontrol.0	2021-01-16 14:17:51.887	debug	(26605) copy 21 05:00 to Profiles.1.Test.Sa-Su.Periods.1
      heatingcontrol.0	2021-01-16 14:17:51.815	debug	(26605) profile 1
      heatingcontrol.0	2021-01-16 14:17:51.808	debug	(26605) get current profile
      
      Dominik F.D 1 Antwort Letzte Antwort
      0
      • Rene_HMR Rene_HM

        @dominik-f hast du dir das debug log mal angeschaut?

        sollte so ähnlich aussehen:

        heatingcontrol.0	2021-01-16 11:32:11.639	debug	(25706) copy 19 21:00 to Profiles.2.Test.Mo-Su.Periods.5
        heatingcontrol.0	2021-01-16 11:32:11.546	debug	(25706) copy 21 16:00 to Profiles.2.Test.Mo-Su.Periods.4
        heatingcontrol.0	2021-01-16 11:32:11.415	debug	(25706) copy 22 12:00 to Profiles.2.Test.Mo-Su.Periods.3
        heatingcontrol.0	2021-01-16 11:32:11.286	debug	(25706) copy 23 08:00 to Profiles.2.Test.Mo-Su.Periods.2
        heatingcontrol.0	2021-01-16 11:32:11.169	debug	(25706) copy 21 05:00 to Profiles.2.Test.Mo-Su.Periods.1
        heatingcontrol.0	2021-01-16 11:32:11.144	info	(25706) CopyProfile, from 1 to 2 profile in Test
        heatingcontrol.0	2021-01-16 11:32:11.140	debug	(25706) CopyProfileAll, orgProfil 1
        

        und bei Perioden kopieren

        heatingcontrol.0	2021-01-16 14:17:52.383	debug	(26605) copy 19 21:00 to Profiles.1.Test.Sa-Su.Periods.5
        heatingcontrol.0	2021-01-16 14:17:52.255	debug	(26605) copy 21 16:00 to Profiles.1.Test.Sa-Su.Periods.4
        heatingcontrol.0	2021-01-16 14:17:52.123	debug	(26605) copy 22 12:00 to Profiles.1.Test.Sa-Su.Periods.3
        heatingcontrol.0	2021-01-16 14:17:51.934	debug	(26605) copy 23 08:00 to Profiles.1.Test.Sa-Su.Periods.2
        heatingcontrol.0	2021-01-16 14:17:51.887	debug	(26605) copy 21 05:00 to Profiles.1.Test.Sa-Su.Periods.1
        heatingcontrol.0	2021-01-16 14:17:51.815	debug	(26605) profile 1
        heatingcontrol.0	2021-01-16 14:17:51.808	debug	(26605) get current profile
        
        Dominik F.D Offline
        Dominik F.D Offline
        Dominik F.
        schrieb am zuletzt editiert von
        #1912

        @rene_hm

        Das ist der Debug Log aus dem Zeitraum. Habe erst Profil 1 komplett kopiert, dann von Profil 2 zu Profil 3 nur einen Raum und dann wollte ich von Profil 3 nach 4 nur Mo-Fr. kopieren.

        2021-01-16 13:39:14.304 - info: heatingcontrol.0 (17121) CopyProfile, from 1 to 2 profile in EG_Diele
        2021-01-16 13:39:15.192 - info: heatingcontrol.0 (17121) CopyProfile, from 1 to 2 profile in EG_Küche
        2021-01-16 13:39:16.185 - info: heatingcontrol.0 (17121) CopyProfile, from 1 to 2 profile in EG_Wohnzimmer
        2021-01-16 13:39:17.103 - info: heatingcontrol.0 (17121) CopyProfile, from 1 to 2 profile in OG_Bad
        2021-01-16 13:39:17.947 - info: heatingcontrol.0 (17121) CopyProfile, from 1 to 2 profile in OG_Schlafzimmer
        2021-01-16 13:39:27.007 - info: web.0 (14828) ==>Connected system.user.admin from 192.168.178.20
        2021-01-16 13:39:39.763 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:39:40.289 - info: heatingcontrol.0 (17121) 19 cron job(s) created
        2021-01-16 13:39:40.289 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:39:40.743 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:39:40.854 - info: heatingcontrol.0 (17121) 19 cron job(s) created
        2021-01-16 13:39:40.854 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:39:41.275 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:39:41.389 - info: heatingcontrol.0 (17121) 19 cron job(s) created
        2021-01-16 13:39:41.389 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:39:41.798 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:39:41.931 - info: heatingcontrol.0 (17121) 19 cron job(s) created
        2021-01-16 13:39:41.931 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:39:42.351 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:39:42.446 - info: heatingcontrol.0 (17121) 19 cron job(s) created
        2021-01-16 13:39:42.446 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:39:48.239 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:39:49.719 - info: heatingcontrol.0 (17121) 19 cron job(s) created
        2021-01-16 13:39:49.719 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:39:50.167 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:39:50.264 - info: heatingcontrol.0 (17121) 19 cron job(s) created
        2021-01-16 13:39:50.265 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:39:50.734 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:39:50.834 - info: heatingcontrol.0 (17121) 19 cron job(s) created
        2021-01-16 13:39:50.834 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:39:51.326 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:39:51.419 - info: heatingcontrol.0 (17121) 19 cron job(s) created
        2021-01-16 13:39:51.419 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:39:51.823 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:39:51.952 - info: heatingcontrol.0 (17121) 19 cron job(s) created
        2021-01-16 13:39:51.952 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:40:10.055 - info: heatingcontrol.0 (17121) CopyProfile, from 2 to 3 profile in EG_Wohnzimmer
        2021-01-16 13:40:15.520 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:40:16.714 - info: heatingcontrol.0 (17121) 16 cron job(s) created
        2021-01-16 13:40:16.714 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:40:17.207 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:40:17.321 - info: heatingcontrol.0 (17121) 16 cron job(s) created
        2021-01-16 13:40:17.322 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:40:17.815 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:40:17.895 - info: heatingcontrol.0 (17121) 16 cron job(s) created
        2021-01-16 13:40:17.895 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:40:18.353 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:40:18.435 - info: heatingcontrol.0 (17121) 16 cron job(s) created
        2021-01-16 13:40:18.435 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:40:18.930 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:40:19.019 - info: heatingcontrol.0 (17121) 16 cron job(s) created
        2021-01-16 13:40:19.019 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:40:21.890 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:40:21.979 - info: heatingcontrol.0 (17121) 19 cron job(s) created
        2021-01-16 13:40:21.979 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:40:22.558 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:40:22.647 - info: heatingcontrol.0 (17121) 19 cron job(s) created
        2021-01-16 13:40:22.647 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:40:23.134 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:40:23.251 - info: heatingcontrol.0 (17121) 19 cron job(s) created
        2021-01-16 13:40:23.251 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:40:23.747 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:40:23.831 - info: heatingcontrol.0 (17121) 19 cron job(s) created
        2021-01-16 13:40:23.831 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:40:24.278 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:40:24.363 - info: heatingcontrol.0 (17121) 19 cron job(s) created
        2021-01-16 13:40:24.363 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:40:27.265 - info: heatingcontrol.0 (17121) target 15 lower then minimum 17 : setting to min
        2021-01-16 13:40:28.190 - info: heatingcontrol.0 (17121) target 16 lower then minimum 17 : setting to min
        2021-01-16 13:40:28.674 - info: heatingcontrol.0 (17121) target 15 lower then minimum 17 : setting to min
        2021-01-16 13:40:30.988 - info: heatingcontrol.0 (17121) target 16 lower then minimum 17 : setting to min
        2021-01-16 13:40:31.345 - info: heatingcontrol.0 (17121) target 15 lower then minimum 17 : setting to min
        2021-01-16 13:41:40.191 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:41:41.638 - info: heatingcontrol.0 (17121) 10 cron job(s) created
        2021-01-16 13:41:41.639 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:41:42.090 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:41:42.166 - info: heatingcontrol.0 (17121) 10 cron job(s) created
        2021-01-16 13:41:42.166 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:41:42.665 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:41:42.785 - info: heatingcontrol.0 (17121) 10 cron job(s) created
        2021-01-16 13:41:42.785 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:41:43.071 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:41:43.150 - info: heatingcontrol.0 (17121) 10 cron job(s) created
        2021-01-16 13:41:43.150 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:41:43.520 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:41:43.594 - info: heatingcontrol.0 (17121) 10 cron job(s) created
        2021-01-16 13:41:43.594 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:42:14.739 - info: web.0 (14828) <==Disconnect system.user.admin from 192.168.178.20 vis.0
        2021-01-16 13:42:15.893 - info: web.0 (14828) ==>Connected system.user.admin from 192.168.178.20
        2021-01-16 13:42:23.406 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:42:24.572 - info: heatingcontrol.0 (17121) 16 cron job(s) created
        2021-01-16 13:42:24.572 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:42:24.978 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:42:25.120 - info: heatingcontrol.0 (17121) 16 cron job(s) created
        2021-01-16 13:42:25.120 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:42:25.499 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:42:25.591 - info: heatingcontrol.0 (17121) 16 cron job(s) created
        2021-01-16 13:42:25.591 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:42:26.091 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:42:26.176 - info: heatingcontrol.0 (17121) 16 cron job(s) created
        2021-01-16 13:42:26.176 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:42:26.618 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:42:26.703 - info: heatingcontrol.0 (17121) 16 cron job(s) created
        2021-01-16 13:42:26.703 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:45:52.070 - info: web.0 (14828) <==Disconnect system.user.admin from 192.168.178.20 vis.0
        2021-01-16 13:45:53.184 - info: web.0 (14828) ==>Connected system.user.admin from 192.168.178.20
        2021-01-16 13:45:57.578 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:45:59.022 - info: heatingcontrol.0 (17121) 10 cron job(s) created
        2021-01-16 13:45:59.022 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:45:59.392 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:45:59.474 - info: heatingcontrol.0 (17121) 10 cron job(s) created
        2021-01-16 13:45:59.474 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:45:59.919 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:45:59.993 - info: heatingcontrol.0 (17121) 10 cron job(s) created
        2021-01-16 13:45:59.994 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:46:00.423 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:46:00.510 - info: heatingcontrol.0 (17121) 10 cron job(s) created
        2021-01-16 13:46:00.510 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:46:00.962 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:46:01.044 - info: heatingcontrol.0 (17121) 10 cron job(s) created
        2021-01-16 13:46:01.044 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:46:01.913 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:46:03.157 - info: heatingcontrol.0 (17121) 19 cron job(s) created
        2021-01-16 13:46:03.157 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:46:03.658 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:46:03.751 - info: heatingcontrol.0 (17121) 19 cron job(s) created
        2021-01-16 13:46:03.751 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:46:04.172 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:46:04.258 - info: heatingcontrol.0 (17121) 19 cron job(s) created
        2021-01-16 13:46:04.258 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:46:04.626 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:46:04.709 - info: heatingcontrol.0 (17121) 19 cron job(s) created
        2021-01-16 13:46:04.709 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:46:05.198 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:46:06.401 - info: heatingcontrol.0 (17121) 19 cron job(s) created
        2021-01-16 13:46:06.401 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:46:09.689 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:46:10.298 - info: heatingcontrol.0 (17121) 19 cron job(s) created
        2021-01-16 13:46:10.298 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:46:10.746 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:46:10.828 - info: heatingcontrol.0 (17121) 19 cron job(s) created
        2021-01-16 13:46:10.828 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:46:11.282 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:46:11.370 - info: heatingcontrol.0 (17121) 19 cron job(s) created
        2021-01-16 13:46:11.371 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:46:11.692 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:46:11.784 - info: heatingcontrol.0 (17121) 19 cron job(s) created
        2021-01-16 13:46:11.784 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:46:12.194 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:46:12.281 - info: heatingcontrol.0 (17121) 19 cron job(s) created
        2021-01-16 13:46:12.281 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:46:12.328 - info: heatingcontrol.0 (17121) target 15 lower then minimum 17 : setting to min
        2021-01-16 13:46:13.170 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:46:13.251 - info: heatingcontrol.0 (17121) 19 cron job(s) created
        2021-01-16 13:46:13.251 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:46:13.670 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:46:13.760 - info: heatingcontrol.0 (17121) 19 cron job(s) created
        2021-01-16 13:46:13.760 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:46:14.214 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:46:14.301 - info: heatingcontrol.0 (17121) 19 cron job(s) created
        2021-01-16 13:46:14.301 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:46:14.749 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:46:14.876 - info: heatingcontrol.0 (17121) 19 cron job(s) created
        2021-01-16 13:46:14.877 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:46:15.238 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:46:15.318 - info: heatingcontrol.0 (17121) 19 cron job(s) created
        2021-01-16 13:46:15.318 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:46:15.365 - info: heatingcontrol.0 (17121) target 15 lower then minimum 17 : setting to min
        2021-01-16 13:47:44.942 - info: javascript.0 (16139) script.js.common.Anwesenheit: Nadja geht, damit ist jetzt 1 Person anwesend: Dominik
        2021-01-16 13:47:48.174 - info: fb-checkpresence.0 (17167) newActive Handy-Nadja false
        2021-01-16 13:47:52.691 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:47:54.072 - info: heatingcontrol.0 (17121) 19 cron job(s) created
        2021-01-16 13:47:54.072 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:47:54.483 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:47:54.575 - info: heatingcontrol.0 (17121) 19 cron job(s) created
        2021-01-16 13:47:54.576 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:47:55.018 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:47:55.102 - info: heatingcontrol.0 (17121) 19 cron job(s) created
        2021-01-16 13:47:55.103 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:47:55.554 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:47:55.638 - info: heatingcontrol.0 (17121) 19 cron job(s) created
        2021-01-16 13:47:55.638 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:47:55.910 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:47:56.046 - info: heatingcontrol.0 (17121) 19 cron job(s) created
        2021-01-16 13:47:56.047 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:47:57.906 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:47:58.642 - info: heatingcontrol.0 (17121) 19 cron job(s) created
        2021-01-16 13:47:58.642 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:47:59.089 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:47:59.223 - info: heatingcontrol.0 (17121) 19 cron job(s) created
        2021-01-16 13:47:59.223 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:47:59.674 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:47:59.756 - info: heatingcontrol.0 (17121) 19 cron job(s) created
        2021-01-16 13:47:59.757 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:48:00.210 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:48:00.302 - info: heatingcontrol.0 (17121) 19 cron job(s) created
        2021-01-16 13:48:00.302 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:48:00.679 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:48:00.764 - info: heatingcontrol.0 (17121) 19 cron job(s) created
        2021-01-16 13:48:00.765 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
        2021-01-16 13:48:00.812 - info: heatingcontrol.0 (17121) target 15 lower then minimum 17 : setting to min
        
        Rene_HMR 1 Antwort Letzte Antwort
        0
        • Dominik F.D Dominik F.

          @rene_hm

          Das ist der Debug Log aus dem Zeitraum. Habe erst Profil 1 komplett kopiert, dann von Profil 2 zu Profil 3 nur einen Raum und dann wollte ich von Profil 3 nach 4 nur Mo-Fr. kopieren.

          2021-01-16 13:39:14.304 - info: heatingcontrol.0 (17121) CopyProfile, from 1 to 2 profile in EG_Diele
          2021-01-16 13:39:15.192 - info: heatingcontrol.0 (17121) CopyProfile, from 1 to 2 profile in EG_Küche
          2021-01-16 13:39:16.185 - info: heatingcontrol.0 (17121) CopyProfile, from 1 to 2 profile in EG_Wohnzimmer
          2021-01-16 13:39:17.103 - info: heatingcontrol.0 (17121) CopyProfile, from 1 to 2 profile in OG_Bad
          2021-01-16 13:39:17.947 - info: heatingcontrol.0 (17121) CopyProfile, from 1 to 2 profile in OG_Schlafzimmer
          2021-01-16 13:39:27.007 - info: web.0 (14828) ==>Connected system.user.admin from 192.168.178.20
          2021-01-16 13:39:39.763 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:39:40.289 - info: heatingcontrol.0 (17121) 19 cron job(s) created
          2021-01-16 13:39:40.289 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:39:40.743 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:39:40.854 - info: heatingcontrol.0 (17121) 19 cron job(s) created
          2021-01-16 13:39:40.854 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:39:41.275 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:39:41.389 - info: heatingcontrol.0 (17121) 19 cron job(s) created
          2021-01-16 13:39:41.389 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:39:41.798 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:39:41.931 - info: heatingcontrol.0 (17121) 19 cron job(s) created
          2021-01-16 13:39:41.931 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:39:42.351 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:39:42.446 - info: heatingcontrol.0 (17121) 19 cron job(s) created
          2021-01-16 13:39:42.446 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:39:48.239 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:39:49.719 - info: heatingcontrol.0 (17121) 19 cron job(s) created
          2021-01-16 13:39:49.719 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:39:50.167 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:39:50.264 - info: heatingcontrol.0 (17121) 19 cron job(s) created
          2021-01-16 13:39:50.265 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:39:50.734 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:39:50.834 - info: heatingcontrol.0 (17121) 19 cron job(s) created
          2021-01-16 13:39:50.834 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:39:51.326 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:39:51.419 - info: heatingcontrol.0 (17121) 19 cron job(s) created
          2021-01-16 13:39:51.419 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:39:51.823 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:39:51.952 - info: heatingcontrol.0 (17121) 19 cron job(s) created
          2021-01-16 13:39:51.952 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:40:10.055 - info: heatingcontrol.0 (17121) CopyProfile, from 2 to 3 profile in EG_Wohnzimmer
          2021-01-16 13:40:15.520 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:40:16.714 - info: heatingcontrol.0 (17121) 16 cron job(s) created
          2021-01-16 13:40:16.714 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:40:17.207 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:40:17.321 - info: heatingcontrol.0 (17121) 16 cron job(s) created
          2021-01-16 13:40:17.322 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:40:17.815 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:40:17.895 - info: heatingcontrol.0 (17121) 16 cron job(s) created
          2021-01-16 13:40:17.895 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:40:18.353 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:40:18.435 - info: heatingcontrol.0 (17121) 16 cron job(s) created
          2021-01-16 13:40:18.435 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:40:18.930 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:40:19.019 - info: heatingcontrol.0 (17121) 16 cron job(s) created
          2021-01-16 13:40:19.019 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:40:21.890 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:40:21.979 - info: heatingcontrol.0 (17121) 19 cron job(s) created
          2021-01-16 13:40:21.979 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:40:22.558 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:40:22.647 - info: heatingcontrol.0 (17121) 19 cron job(s) created
          2021-01-16 13:40:22.647 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:40:23.134 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:40:23.251 - info: heatingcontrol.0 (17121) 19 cron job(s) created
          2021-01-16 13:40:23.251 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:40:23.747 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:40:23.831 - info: heatingcontrol.0 (17121) 19 cron job(s) created
          2021-01-16 13:40:23.831 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:40:24.278 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:40:24.363 - info: heatingcontrol.0 (17121) 19 cron job(s) created
          2021-01-16 13:40:24.363 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:40:27.265 - info: heatingcontrol.0 (17121) target 15 lower then minimum 17 : setting to min
          2021-01-16 13:40:28.190 - info: heatingcontrol.0 (17121) target 16 lower then minimum 17 : setting to min
          2021-01-16 13:40:28.674 - info: heatingcontrol.0 (17121) target 15 lower then minimum 17 : setting to min
          2021-01-16 13:40:30.988 - info: heatingcontrol.0 (17121) target 16 lower then minimum 17 : setting to min
          2021-01-16 13:40:31.345 - info: heatingcontrol.0 (17121) target 15 lower then minimum 17 : setting to min
          2021-01-16 13:41:40.191 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:41:41.638 - info: heatingcontrol.0 (17121) 10 cron job(s) created
          2021-01-16 13:41:41.639 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:41:42.090 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:41:42.166 - info: heatingcontrol.0 (17121) 10 cron job(s) created
          2021-01-16 13:41:42.166 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:41:42.665 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:41:42.785 - info: heatingcontrol.0 (17121) 10 cron job(s) created
          2021-01-16 13:41:42.785 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:41:43.071 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:41:43.150 - info: heatingcontrol.0 (17121) 10 cron job(s) created
          2021-01-16 13:41:43.150 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:41:43.520 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:41:43.594 - info: heatingcontrol.0 (17121) 10 cron job(s) created
          2021-01-16 13:41:43.594 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:42:14.739 - info: web.0 (14828) <==Disconnect system.user.admin from 192.168.178.20 vis.0
          2021-01-16 13:42:15.893 - info: web.0 (14828) ==>Connected system.user.admin from 192.168.178.20
          2021-01-16 13:42:23.406 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:42:24.572 - info: heatingcontrol.0 (17121) 16 cron job(s) created
          2021-01-16 13:42:24.572 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:42:24.978 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:42:25.120 - info: heatingcontrol.0 (17121) 16 cron job(s) created
          2021-01-16 13:42:25.120 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:42:25.499 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:42:25.591 - info: heatingcontrol.0 (17121) 16 cron job(s) created
          2021-01-16 13:42:25.591 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:42:26.091 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:42:26.176 - info: heatingcontrol.0 (17121) 16 cron job(s) created
          2021-01-16 13:42:26.176 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:42:26.618 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:42:26.703 - info: heatingcontrol.0 (17121) 16 cron job(s) created
          2021-01-16 13:42:26.703 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:45:52.070 - info: web.0 (14828) <==Disconnect system.user.admin from 192.168.178.20 vis.0
          2021-01-16 13:45:53.184 - info: web.0 (14828) ==>Connected system.user.admin from 192.168.178.20
          2021-01-16 13:45:57.578 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:45:59.022 - info: heatingcontrol.0 (17121) 10 cron job(s) created
          2021-01-16 13:45:59.022 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:45:59.392 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:45:59.474 - info: heatingcontrol.0 (17121) 10 cron job(s) created
          2021-01-16 13:45:59.474 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:45:59.919 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:45:59.993 - info: heatingcontrol.0 (17121) 10 cron job(s) created
          2021-01-16 13:45:59.994 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:46:00.423 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:46:00.510 - info: heatingcontrol.0 (17121) 10 cron job(s) created
          2021-01-16 13:46:00.510 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:46:00.962 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:46:01.044 - info: heatingcontrol.0 (17121) 10 cron job(s) created
          2021-01-16 13:46:01.044 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:46:01.913 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:46:03.157 - info: heatingcontrol.0 (17121) 19 cron job(s) created
          2021-01-16 13:46:03.157 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:46:03.658 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:46:03.751 - info: heatingcontrol.0 (17121) 19 cron job(s) created
          2021-01-16 13:46:03.751 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:46:04.172 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:46:04.258 - info: heatingcontrol.0 (17121) 19 cron job(s) created
          2021-01-16 13:46:04.258 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:46:04.626 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:46:04.709 - info: heatingcontrol.0 (17121) 19 cron job(s) created
          2021-01-16 13:46:04.709 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:46:05.198 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:46:06.401 - info: heatingcontrol.0 (17121) 19 cron job(s) created
          2021-01-16 13:46:06.401 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:46:09.689 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:46:10.298 - info: heatingcontrol.0 (17121) 19 cron job(s) created
          2021-01-16 13:46:10.298 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:46:10.746 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:46:10.828 - info: heatingcontrol.0 (17121) 19 cron job(s) created
          2021-01-16 13:46:10.828 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:46:11.282 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:46:11.370 - info: heatingcontrol.0 (17121) 19 cron job(s) created
          2021-01-16 13:46:11.371 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:46:11.692 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:46:11.784 - info: heatingcontrol.0 (17121) 19 cron job(s) created
          2021-01-16 13:46:11.784 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:46:12.194 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:46:12.281 - info: heatingcontrol.0 (17121) 19 cron job(s) created
          2021-01-16 13:46:12.281 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:46:12.328 - info: heatingcontrol.0 (17121) target 15 lower then minimum 17 : setting to min
          2021-01-16 13:46:13.170 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:46:13.251 - info: heatingcontrol.0 (17121) 19 cron job(s) created
          2021-01-16 13:46:13.251 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:46:13.670 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:46:13.760 - info: heatingcontrol.0 (17121) 19 cron job(s) created
          2021-01-16 13:46:13.760 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:46:14.214 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:46:14.301 - info: heatingcontrol.0 (17121) 19 cron job(s) created
          2021-01-16 13:46:14.301 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:46:14.749 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:46:14.876 - info: heatingcontrol.0 (17121) 19 cron job(s) created
          2021-01-16 13:46:14.877 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:46:15.238 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:46:15.318 - info: heatingcontrol.0 (17121) 19 cron job(s) created
          2021-01-16 13:46:15.318 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:46:15.365 - info: heatingcontrol.0 (17121) target 15 lower then minimum 17 : setting to min
          2021-01-16 13:47:44.942 - info: javascript.0 (16139) script.js.common.Anwesenheit: Nadja geht, damit ist jetzt 1 Person anwesend: Dominik
          2021-01-16 13:47:48.174 - info: fb-checkpresence.0 (17167) newActive Handy-Nadja false
          2021-01-16 13:47:52.691 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:47:54.072 - info: heatingcontrol.0 (17121) 19 cron job(s) created
          2021-01-16 13:47:54.072 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:47:54.483 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:47:54.575 - info: heatingcontrol.0 (17121) 19 cron job(s) created
          2021-01-16 13:47:54.576 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:47:55.018 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:47:55.102 - info: heatingcontrol.0 (17121) 19 cron job(s) created
          2021-01-16 13:47:55.103 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:47:55.554 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:47:55.638 - info: heatingcontrol.0 (17121) 19 cron job(s) created
          2021-01-16 13:47:55.638 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:47:55.910 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:47:56.046 - info: heatingcontrol.0 (17121) 19 cron job(s) created
          2021-01-16 13:47:56.047 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:47:57.906 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:47:58.642 - info: heatingcontrol.0 (17121) 19 cron job(s) created
          2021-01-16 13:47:58.642 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:47:59.089 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:47:59.223 - info: heatingcontrol.0 (17121) 19 cron job(s) created
          2021-01-16 13:47:59.223 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:47:59.674 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:47:59.756 - info: heatingcontrol.0 (17121) 19 cron job(s) created
          2021-01-16 13:47:59.757 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:48:00.210 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:48:00.302 - info: heatingcontrol.0 (17121) 19 cron job(s) created
          2021-01-16 13:48:00.302 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:48:00.679 - info: heatingcontrol.0 (17121) start create cron jobs for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:48:00.764 - info: heatingcontrol.0 (17121) 19 cron job(s) created
          2021-01-16 13:48:00.765 - info: heatingcontrol.0 (17121) start calculate current profile point for profile type 2 (Mo-Fr / Sa - Su)
          2021-01-16 13:48:00.812 - info: heatingcontrol.0 (17121) target 15 lower then minimum 17 : setting to min
          
          Rene_HMR Offline
          Rene_HMR Offline
          Rene_HM
          Developer
          schrieb am zuletzt editiert von Rene_HM
          #1913

          @dominik-f said in Test Adapter HeatingControl v2.0.x:

          dann wollte ich von Profil 3 nach 4 nur Mo-Fr. kopieren.

          nein, das geht so nicht. Perioden werden innerhalb des Profils auf den nächsten Tag kopiert.
          In deinem Fall wird von Profil 3 - Mo-Fr auf Profil 3 - Sa-Su kopiert....

          und bitte möglichst debug-logs erstellen, nur info log ist zu wenig um zu analysieren...

          Dominik F.D 2 Antworten Letzte Antwort
          0
          • Rene_HMR Rene_HM

            @dominik-f said in Test Adapter HeatingControl v2.0.x:

            dann wollte ich von Profil 3 nach 4 nur Mo-Fr. kopieren.

            nein, das geht so nicht. Perioden werden innerhalb des Profils auf den nächsten Tag kopiert.
            In deinem Fall wird von Profil 3 - Mo-Fr auf Profil 3 - Sa-Su kopiert....

            und bitte möglichst debug-logs erstellen, nur info log ist zu wenig um zu analysieren...

            Dominik F.D Offline
            Dominik F.D Offline
            Dominik F.
            schrieb am zuletzt editiert von
            #1914

            @rene_hm

            Okay, jetzt hab ichs verstanden und es funktioniert 😄

            1 Antwort Letzte Antwort
            0
            • Rene_HMR Rene_HM

              @dominik-f Es gibt zwei neue Buttons

              heatingcontrol.0.Profiles.1.CopyProfile
              heatingcontrol.0.Profiles.1.RaumA.CopyProfile
              

              und

              heatingcontrol.0.Profiles.1.Küche.Fri.CopyPeriods
              

              CopyProfile kopiert den gesamten Inhalt des Profiles, wo der Button gedrückt wird, auf das nächste Profil. Im o.g. Beispiel liegt der Button im Profil 1. Der Button kopiert also alles von Profil 1 nach Profil 2.

              Den CopyPeriods gibt es pro Tag oder in Mo-Fr jeweils pro Raum. Damit kopiert man die Perioden auf den nächsten Abschnitt. Also im o.g. Beispiel kopiert der CopyPeriods alle Perioden von Freitag im Raum Küche auf die Perioden am Samstag im Raum Küche.
              So kann man z.Bsp. im Profil "jeden Tag separat" die Peroden von Montag aufbauend bis nach Sonntag kopieren...

              ChaotC Offline
              ChaotC Offline
              Chaot
              schrieb am zuletzt editiert von Chaot
              #1915

              @rene_hm Wenn bei mir trotz Adapterupdate keine Button zum Profile kopieren da sind habe ich noch die falsche Version oder?

              Edit: Ok, selbst den Fehler gefunden.
              Der Button kommt nur wenn mehr als 1 Profil eingestellt ist (ist ja auch logisch).

              ioBroker auf NUC unter Proxmox; VIS: 12" Touchscreen und 17" Touch; Lichtsteuerung, Thermometer und Sensoren: Tasmota (39); Ambiente Beleuchtung: WLED (9); Heizung: DECT Thermostate (9) an Fritz 6690; EMS-ESP; 1 Echo V2; 3 Echo DOT; 1 Echo Connect; 2 Echo Show 5; Unifi Ap-Ac Lite.

              1 Antwort Letzte Antwort
              0
              • Rene_HMR Rene_HM

                @dominik-f said in Test Adapter HeatingControl v2.0.x:

                dann wollte ich von Profil 3 nach 4 nur Mo-Fr. kopieren.

                nein, das geht so nicht. Perioden werden innerhalb des Profils auf den nächsten Tag kopiert.
                In deinem Fall wird von Profil 3 - Mo-Fr auf Profil 3 - Sa-Su kopiert....

                und bitte möglichst debug-logs erstellen, nur info log ist zu wenig um zu analysieren...

                Dominik F.D Offline
                Dominik F.D Offline
                Dominik F.
                schrieb am zuletzt editiert von
                #1916

                @rene_hm

                Ich bin mir nicht sicher obs n Feature, n Bug oder ne falsche Einstellung von mir ist^^

                Gestern war niemand zu Hause und die Absenktemperatur wurde eingestellt, das hat auch funktioniert. Dann hätte die nächste Periode eingestellt werden müssen. Das ist jedoch nicht passiert. Erst ein Neustart des Adapters hat alles richtig eingestellt. Es scheint, dass die nächste Periode nicht gesetzt wurde.
                Da ich nicht zu Hause war, hab natürlich kein Debug log dafür.

                Rene_HMR 1 Antwort Letzte Antwort
                0
                • Dominik F.D Dominik F.

                  @rene_hm

                  Ich bin mir nicht sicher obs n Feature, n Bug oder ne falsche Einstellung von mir ist^^

                  Gestern war niemand zu Hause und die Absenktemperatur wurde eingestellt, das hat auch funktioniert. Dann hätte die nächste Periode eingestellt werden müssen. Das ist jedoch nicht passiert. Erst ein Neustart des Adapters hat alles richtig eingestellt. Es scheint, dass die nächste Periode nicht gesetzt wurde.
                  Da ich nicht zu Hause war, hab natürlich kein Debug log dafür.

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

                  @dominik-f wenn das so wäre, wäre es ein bug und ein issue in github wert... Da kann man eigentlich nichts falsch einstellen. Abwesenheit wird unhabhängig von den Perioden behandelt, d.h. es sollte die Periode wechseln, dann sollte weiter "abwesend" erkannt werden und entsprechend reduziert werden. Das sollte eigentlich auch im Raum-Log sichtbar werden, genau so wie "Fenster offen".

                  Dominik F.D 1 Antwort Letzte Antwort
                  0
                  • Rene_HMR Rene_HM

                    @dominik-f wenn das so wäre, wäre es ein bug und ein issue in github wert... Da kann man eigentlich nichts falsch einstellen. Abwesenheit wird unhabhängig von den Perioden behandelt, d.h. es sollte die Periode wechseln, dann sollte weiter "abwesend" erkannt werden und entsprechend reduziert werden. Das sollte eigentlich auch im Raum-Log sichtbar werden, genau so wie "Fenster offen".

                    Dominik F.D Offline
                    Dominik F.D Offline
                    Dominik F.
                    schrieb am zuletzt editiert von
                    #1918

                    @rene_hm

                    er hat auch weiter abwesend erkannt, nur die Soll Temperaturen stimmten nicht. Ich beobachte das heute abend noch einmal, ich habe Nachtschicht und meine Frau macht nachts das Handy aus, es sollte also wieder alles auf abwesend sein wenn die nächste Periode wechselt

                    1 Antwort Letzte Antwort
                    0
                    • F Offline
                      F Offline
                      FI_84
                      schrieb am zuletzt editiert von FI_84
                      #1919

                      @Rene_HM so ich hab jetzt wieder nen bug.

                      Manuelle Temperatur eingestellt, beim Fenster öffnen wird auch abgesenkt. Dann wird allerdings die Abgesenkte Temperatur Einstellung, als neue manuelle Temperatur genommen.

                      17.01.2021 19:15:32 manual 5°C
                      17.01.2021 19:15:25 manual WindowOpen 5°C
                      17.01.2021 19:15:12 manual 22°C
                      17.01.2021 19:14:54 auto 20°C
                      17.01.2021 19:14:50 auto WindowOpen 5°C
                      17.01.2021 19:14:34 auto 20°C
                      17.01.2021 19:14:31 starting 20°C

                      issue in github wird auch gemacht

                      iobroker.2021-01-17.log

                      Rene_HMR 1 Antwort Letzte Antwort
                      0
                      • F FI_84

                        @Rene_HM so ich hab jetzt wieder nen bug.

                        Manuelle Temperatur eingestellt, beim Fenster öffnen wird auch abgesenkt. Dann wird allerdings die Abgesenkte Temperatur Einstellung, als neue manuelle Temperatur genommen.

                        17.01.2021 19:15:32 manual 5°C
                        17.01.2021 19:15:25 manual WindowOpen 5°C
                        17.01.2021 19:15:12 manual 22°C
                        17.01.2021 19:14:54 auto 20°C
                        17.01.2021 19:14:50 auto WindowOpen 5°C
                        17.01.2021 19:14:34 auto 20°C
                        17.01.2021 19:14:31 starting 20°C

                        issue in github wird auch gemacht

                        iobroker.2021-01-17.log

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

                        @fi_84 wie in github schon geschrieben, ist das wohl eine Folge einer Änderung der letzten Tage... Da wollte ich das Thema lösen, dass bei Betätigung der +/- Tasten im vis kein log geschrieben wurde. das macht er zwar jetzt, weil der Adapter auch Änderungen der Zieltemperatur vom Thermostat übernimmt, wenn er schon im manual-Mode ist, aber die abgesenkte Temperatur darf er nicht übernehmen. Dieses manuelle Eingreifen an verschiedenen Stellen macht es dem Adapter wirklich nicht leicht...

                        J G 2 Antworten Letzte Antwort
                        0
                        • Rene_HMR Rene_HM

                          @fi_84 wie in github schon geschrieben, ist das wohl eine Folge einer Änderung der letzten Tage... Da wollte ich das Thema lösen, dass bei Betätigung der +/- Tasten im vis kein log geschrieben wurde. das macht er zwar jetzt, weil der Adapter auch Änderungen der Zieltemperatur vom Thermostat übernimmt, wenn er schon im manual-Mode ist, aber die abgesenkte Temperatur darf er nicht übernehmen. Dieses manuelle Eingreifen an verschiedenen Stellen macht es dem Adapter wirklich nicht leicht...

                          J Offline
                          J Offline
                          Jens Lattwesen
                          schrieb am zuletzt editiert von
                          #1921

                          @rene_hm
                          Moin,
                          habe die Version 2.0.0 am Start, Gestern kam ein Update, dass ich auch gemacht habe,

                          Vor dem Update lief auch alles, jetzt eher weniger.

                          Wie bekomme ich das wieder ganz? Adapter löschen, neu installieren und alles wieder eintickern oder wie stelle ich richtig um?

                          Z 1 Antwort Letzte Antwort
                          0
                          • J Jens Lattwesen

                            @rene_hm
                            Moin,
                            habe die Version 2.0.0 am Start, Gestern kam ein Update, dass ich auch gemacht habe,

                            Vor dem Update lief auch alles, jetzt eher weniger.

                            Wie bekomme ich das wieder ganz? Adapter löschen, neu installieren und alles wieder eintickern oder wie stelle ich richtig um?

                            Z Offline
                            Z Offline
                            zahnheinrich
                            schrieb am zuletzt editiert von
                            #1922

                            @Rene_HM

                            Hallo Rene,
                            der Adapter läuft bei mir seit vielen Monaten, zuletzt sehr unauffällig.
                            Das hat sich seit dem Update auf 2.0.0 geändert.
                            Ich habe alle Werte nach dem Update im Datenbaum überprüft/erneuert, auch die Profilnummer angepasst usw.
                            Der Adapter scheint Probleme mit alias Datenpunkten zu haben. Ich erhalte beim Adapterstart zunächst keine Feher/Warnungen. Sobald ein adapter-run z.B. durch Änderung des VacationAbsent DP ausgelöst wird, erbricht das Log im 10tel Sekundentakt bis ich den Adapter stoppe

                            heatingcontrol.0	2021-01-18 15:20:23.120	warn	(13289) State "heatingcontrol.0.alias.0.Thermostate.Studio.SollTemp" has no existing object, this might lead to an error in future versions
                            heatingcontrol.0	2021-01-18 15:20:23.080	warn	(13289) State "heatingcontrol.0.alias.0.Thermostate.Studio.SollTemp" has no existing object, this might lead to an error in future versions
                            heatingcontrol.0	2021-01-18 15:20:23.017	warn	(13289) State "heatingcontrol.0.alias.0.Thermostate.Studio.SollTemp" has no existing object, this might lead to an error in future versions
                            heatingcontrol.0	2021-01-18 15:20:22.973	warn	(13289) State "heatingcontrol.0.alias.0.Thermostate.Studio.SollTemp" has no existing object, this might lead to an error in future versions
                            heatingcontrol.0	2021-01-18 15:20:22.943	warn	(13289) State "heatingcontrol.0.alias.0.Thermostate.Studio.SollTemp" has no existing object, this might lead to an error in future versions
                            heatingcontrol.0	2021-01-18 15:20:22.909	warn	(13289) State "heatingcontrol.0.alias.0.Thermostate.Studio.SollTemp" has no existing object, this might lead to an error in future versions
                            heatingcontrol.0	2021-01-18 15:20:22.872	warn	(13289) State "heatingcontrol.0.alias.0.Thermostate.Studio.SollTemp" has no existing object, this might lead to an error in future versions
                            heatingcontrol.0	2021-01-18 15:20:22.829	warn	(13289) State "heatingcontrol.0.alias.0.Thermostate.Studio.SollTemp" has no existing object, this might lead to an error in future versions
                            heatingcontrol.0	2021-01-18 15:20:22.781	warn	(13289) State "heatingcontrol.0.alias.0.Thermostate.Studio.SollTemp" has no existing object, this might lead to an error in future versions
                            heatingcontrol.0	2021-01-18 15:20:22.695	warn	(13289) State "heatingcontrol.0.alias.0.Thermostate.Studio.SollTemp" has no existing object, this might lead to an error in future versions
                            heatingcontrol.0	2021-01-18 15:20:22.515	warn	(13289) State "heatingcontrol.0.alias.0.Thermostate.Studio.SollTemp" has no existing object, this might lead to an error in future versions
                            

                            Die Datenpunkte existieren natürlich schon lange, haben bisher keine Probleme gemacht:

                            {
                              "type": "state",
                              "common": {
                                "name": "Studio SollTemp",
                                "def": 18,
                                "type": "number",
                                "read": true,
                                "write": true,
                                "min": 6,
                                "max": 24,
                                "unit": "°C",
                                "role": "level.temperature",
                                "alias": {
                                  "id": "hm-rpc.1.KEQ0079244.2.SETPOINT",
                                  "read": "Math.round(val * 10) / 10",
                                  "write": "Math.round(val * 10) / 10"
                                },
                                "custom": {
                                  "influxdb.0": {
                                    "enabled": true,
                                    "changesOnly": true,
                                    "debounce": "1000",
                                    "retention": "31536000",
                                    "changesRelogInterval": "300",
                                    "changesMinDelta": 0,
                                    "storageType": "",
                                    "aliasId": ""
                                  }
                                }
                              },
                              "native": {},
                              "from": "system.adapter.javascript.0",
                              "user": "system.user.admin",
                              "ts": 1593682271460,
                              "_id": "alias.0.Thermostate.Studio.SollTemp",
                              "acl": {
                                "object": 1636,
                                "state": 1636,
                                "owner": "system.user.admin",
                                "ownerGroup": "system.group.administrator"
                              }
                            }
                            

                            Auch ein Neuverbinden des DP in den Adaptereinstellungen bringt keine Besserung.
                            Allerdings werden die DP korrekt vom Adapter gefüllt, die Funktion ist daher nicht beeinträchtigt.

                            Vielen Dank für den tollen Adapter!!
                            VG Ulrich

                            MfG Ulrich

                            J Rene_HMR 2 Antworten Letzte Antwort
                            0
                            • Z zahnheinrich

                              @Rene_HM

                              Hallo Rene,
                              der Adapter läuft bei mir seit vielen Monaten, zuletzt sehr unauffällig.
                              Das hat sich seit dem Update auf 2.0.0 geändert.
                              Ich habe alle Werte nach dem Update im Datenbaum überprüft/erneuert, auch die Profilnummer angepasst usw.
                              Der Adapter scheint Probleme mit alias Datenpunkten zu haben. Ich erhalte beim Adapterstart zunächst keine Feher/Warnungen. Sobald ein adapter-run z.B. durch Änderung des VacationAbsent DP ausgelöst wird, erbricht das Log im 10tel Sekundentakt bis ich den Adapter stoppe

                              heatingcontrol.0	2021-01-18 15:20:23.120	warn	(13289) State "heatingcontrol.0.alias.0.Thermostate.Studio.SollTemp" has no existing object, this might lead to an error in future versions
                              heatingcontrol.0	2021-01-18 15:20:23.080	warn	(13289) State "heatingcontrol.0.alias.0.Thermostate.Studio.SollTemp" has no existing object, this might lead to an error in future versions
                              heatingcontrol.0	2021-01-18 15:20:23.017	warn	(13289) State "heatingcontrol.0.alias.0.Thermostate.Studio.SollTemp" has no existing object, this might lead to an error in future versions
                              heatingcontrol.0	2021-01-18 15:20:22.973	warn	(13289) State "heatingcontrol.0.alias.0.Thermostate.Studio.SollTemp" has no existing object, this might lead to an error in future versions
                              heatingcontrol.0	2021-01-18 15:20:22.943	warn	(13289) State "heatingcontrol.0.alias.0.Thermostate.Studio.SollTemp" has no existing object, this might lead to an error in future versions
                              heatingcontrol.0	2021-01-18 15:20:22.909	warn	(13289) State "heatingcontrol.0.alias.0.Thermostate.Studio.SollTemp" has no existing object, this might lead to an error in future versions
                              heatingcontrol.0	2021-01-18 15:20:22.872	warn	(13289) State "heatingcontrol.0.alias.0.Thermostate.Studio.SollTemp" has no existing object, this might lead to an error in future versions
                              heatingcontrol.0	2021-01-18 15:20:22.829	warn	(13289) State "heatingcontrol.0.alias.0.Thermostate.Studio.SollTemp" has no existing object, this might lead to an error in future versions
                              heatingcontrol.0	2021-01-18 15:20:22.781	warn	(13289) State "heatingcontrol.0.alias.0.Thermostate.Studio.SollTemp" has no existing object, this might lead to an error in future versions
                              heatingcontrol.0	2021-01-18 15:20:22.695	warn	(13289) State "heatingcontrol.0.alias.0.Thermostate.Studio.SollTemp" has no existing object, this might lead to an error in future versions
                              heatingcontrol.0	2021-01-18 15:20:22.515	warn	(13289) State "heatingcontrol.0.alias.0.Thermostate.Studio.SollTemp" has no existing object, this might lead to an error in future versions
                              

                              Die Datenpunkte existieren natürlich schon lange, haben bisher keine Probleme gemacht:

                              {
                                "type": "state",
                                "common": {
                                  "name": "Studio SollTemp",
                                  "def": 18,
                                  "type": "number",
                                  "read": true,
                                  "write": true,
                                  "min": 6,
                                  "max": 24,
                                  "unit": "°C",
                                  "role": "level.temperature",
                                  "alias": {
                                    "id": "hm-rpc.1.KEQ0079244.2.SETPOINT",
                                    "read": "Math.round(val * 10) / 10",
                                    "write": "Math.round(val * 10) / 10"
                                  },
                                  "custom": {
                                    "influxdb.0": {
                                      "enabled": true,
                                      "changesOnly": true,
                                      "debounce": "1000",
                                      "retention": "31536000",
                                      "changesRelogInterval": "300",
                                      "changesMinDelta": 0,
                                      "storageType": "",
                                      "aliasId": ""
                                    }
                                  }
                                },
                                "native": {},
                                "from": "system.adapter.javascript.0",
                                "user": "system.user.admin",
                                "ts": 1593682271460,
                                "_id": "alias.0.Thermostate.Studio.SollTemp",
                                "acl": {
                                  "object": 1636,
                                  "state": 1636,
                                  "owner": "system.user.admin",
                                  "ownerGroup": "system.group.administrator"
                                }
                              }
                              

                              Auch ein Neuverbinden des DP in den Adaptereinstellungen bringt keine Besserung.
                              Allerdings werden die DP korrekt vom Adapter gefüllt, die Funktion ist daher nicht beeinträchtigt.

                              Vielen Dank für den tollen Adapter!!
                              VG Ulrich

                              J Offline
                              J Offline
                              Jens Lattwesen
                              schrieb am zuletzt editiert von
                              #1923

                              @zahnheinrich

                              Moin,

                              was muss ich alles anpassen?

                              Z 1 Antwort Letzte Antwort
                              0
                              • J Jens Lattwesen

                                @zahnheinrich

                                Moin,

                                was muss ich alles anpassen?

                                Z Offline
                                Z Offline
                                zahnheinrich
                                schrieb am zuletzt editiert von
                                #1924

                                @jens-lattwesen

                                ???

                                MfG Ulrich

                                J 1 Antwort Letzte Antwort
                                0
                                • Z zahnheinrich

                                  @jens-lattwesen

                                  ???

                                  J Offline
                                  J Offline
                                  Jens Lattwesen
                                  schrieb am zuletzt editiert von
                                  #1925

                                  @zahnheinrich

                                  Du hattest geschrieben, dass du angesichts der Umstellung mit den Profilen etwas angepasst hast.

                                  G 1 Antwort Letzte Antwort
                                  0
                                  • J Jens Lattwesen

                                    @zahnheinrich

                                    Du hattest geschrieben, dass du angesichts der Umstellung mit den Profilen etwas angepasst hast.

                                    G Offline
                                    G Offline
                                    guergen
                                    schrieb am zuletzt editiert von
                                    #1926

                                    @jens-lattwesen Die Profile beginnen jetzt mit 1 anstatt mit 0, genauso wie die Perioden

                                    A S 0A 1 Antwort Letzte Antwort
                                    0
                                    • G guergen

                                      @jens-lattwesen Die Profile beginnen jetzt mit 1 anstatt mit 0, genauso wie die Perioden

                                      A S 0A Offline
                                      A S 0A Offline
                                      A S 0
                                      schrieb am zuletzt editiert von
                                      #1927

                                      Huhu.

                                      Kann man irgend wo einstellen, dass wenn jemand per Hand am thermostat die Temperatur verändert hat, diese nach 10min wieder zurück auf die programmierte Temperatur zurück springt?

                                      G F Rene_HMR 3 Antworten Letzte Antwort
                                      0
                                      • A S 0A A S 0

                                        Huhu.

                                        Kann man irgend wo einstellen, dass wenn jemand per Hand am thermostat die Temperatur verändert hat, diese nach 10min wieder zurück auf die programmierte Temperatur zurück springt?

                                        G Offline
                                        G Offline
                                        guergen
                                        schrieb am zuletzt editiert von
                                        #1928

                                        @a-s-0 Nicht nach einer bestimmten Zeit, sondern nur bis zum nächsten Profilpunkt

                                        1 Antwort Letzte Antwort
                                        0
                                        • Rene_HMR Rene_HM

                                          @fi_84 wie in github schon geschrieben, ist das wohl eine Folge einer Änderung der letzten Tage... Da wollte ich das Thema lösen, dass bei Betätigung der +/- Tasten im vis kein log geschrieben wurde. das macht er zwar jetzt, weil der Adapter auch Änderungen der Zieltemperatur vom Thermostat übernimmt, wenn er schon im manual-Mode ist, aber die abgesenkte Temperatur darf er nicht übernehmen. Dieses manuelle Eingreifen an verschiedenen Stellen macht es dem Adapter wirklich nicht leicht...

                                          G Offline
                                          G Offline
                                          guergen
                                          schrieb am zuletzt editiert von guergen
                                          #1929

                                          @rene_hm Wo kommt denn der state "auto" in V2.0 her?

                                          Irgendwie funktioniert die Fenster offen Erkennung nicht.

                                          Hat sich wahrscheinlich erledigt... Wenn Profile anpassen, dann alles... 🙂
                                          Fenster offen geht.... der Fehler sitz vor meinem Bildschirm....

                                          1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          490

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          Themen

                                          1.3m

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

                                          • Du hast noch kein Konto? Registrieren

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