Skip to content
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • 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

  • Default (No Skin)
  • No Skin
Collapse
Logo
  1. ioBroker Community Home
  2. Deutsch
  3. Tester
  4. Test Adapter HeatingControl v2.12.x

NEWS

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

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

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

Test Adapter HeatingControl v2.12.x

Scheduled Pinned Locked Moved Tester
heating
3.2k Posts 236 Posters 2.0m Views 205 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Z zahnheinrich

    @rene_hm
    Danke für das update.
    Bekomme jetzt

    heatingcontrol.0	2021-01-20 20:31:45.005	error	(6268) exception in HandleStateChange [Error: undefined is not a valid state value]
    heatingcontrol.0	2021-01-20 20:31:44.967	error	(6268) exception in HandleStateChange [Error: undefined is not a valid state value]
    heatingcontrol.0	2021-01-20 20:31:44.940	error	(6268) exception in HandleStateChange [Error: undefined is not a valid state value]
    heatingcontrol.0	2021-01-20 20:31:44.918	error	(6268) exception in HandleStateChange [Error: undefined is not a valid state value]
    heatingcontrol.0	2021-01-20 20:31:44.887	error	(6268) exception in HandleStateChange [Error: undefined is not a valid state value]
    heatingcontrol.0	2021-01-20 20:31:44.865	error	(6268) exception in HandleStateChange [Error: undefined is not a valid state value]
    
    Rene_HMR Offline
    Rene_HMR Offline
    Rene_HM
    Developer
    wrote on last edited by
    #1960

    @zahnheinrich sagte in Test Adapter HeatingControl v2.0.x:

    Bekomme jetzt

    ja, gibt schon ein Ticket und auch ein update in github (aber noch ungetestet 🙂 )

    Z 1 Reply Last reply
    0
    • S SchuetzeSchulz

      Hallo,

      gibt es die Möglichkeit den Datenpunkt

      heatingcontrol.0.Present
      

      mit zwei Datenpunkten zu füllen?
      Ich habe für zwei Personen zwei verschiedene Anwesenheitsvariablen die bei Anwesenheit entweder auf true oder false stehen.

      Ich dachte da an sowas wie eine Oder-Verknüpfung:

      Anwesenheits_Datenpunkt1 || Anwesenheits_Datenpunkt3
      
      Rene_HMR Offline
      Rene_HMR Offline
      Rene_HM
      Developer
      wrote on last edited by
      #1961

      @schuetzeschulz sagte in Test Adapter HeatingControl v2.0.x:

      mit zwei Datenpunkten zu füllen?

      nein, das geht nicht. Es gibt nur die Möglichkeit, den Typ auf "number" umzustellen, aber das hilft dir hier nicht. Es bleibt nur wie oben geschrieben ein mini-script...

      1 Reply Last reply
      0
      • J Offline
        J Offline
        Jost 0
        wrote on last edited by
        #1962

        Hallo, ich habe mich gerade angemeldet weil ich mal bitte eure fachkundige Hilfe brauche!
        Nachdem ich seit 3 Tagen so ziemlich alles gelesen habe über den heatingcontrol Adapter und die VIS von Pittini habe ich es leider immer noch nicht geschafft eine lauffähige Installation hin zu bekommen.

        Ausgangsbasis: frisch aufgesetzter NUC mit Ubuntu und ioBroker (stable Pfad), mit ZWave Adapter und 10 Heizungs-Thermostaten.
        Das ist Funk- und SW-technisch offensichtlich alles prima, alle Thermostate sind erreichbar.
        Ich habe ein Logging von IST- und SOLL-Werte für alle Thermostate in influxDB eingerichtet und tolle Grafiken dazu mit Grafana.
        Diese Adapter laufen soweit unauffällig, keine Fehlermeldungen im ioBroker Log.

        Nun die Heizungssteuerung...
        Seit drei Tagen habe ich sehr systematisch alle möglichen Variationen ausprobiert um den heatingcontrol Adapter und die VIS an's Laufen zu kriegen. Ich möchte - da ich ja keine Historie zu berücksichtigen habe - eigentlich gerne mit der aktuellen V2.0.x resp. V3.1.x loslegen.
        Wenn ich diese Versionen (als Beta via Admin-Adapter, bzw. als ZIP-File via Setup/Projekt-Import) installiere, dann bekomme ich unterschiedlichste Fehlermeldungen im Log wie z.B. diese

         error: heatingcontrol.0 (109690) exception in SetVis [TypeError: Cannot read property 'val' of null]
        

        Auch im VIS sieht es nicht richtig aus, und wenn ich für einen der beiden eingerichteten Räume einen Soll-Wert ändere, dann erscheint der zwar als Objekt-Wert, aber in rot (d.h. unconfirmed), und das mag mit diesen Fehlermeldungen korrespondieren:

        error: heatingcontrol.0 (113887) exception in HandleStateChange [Error: undefined is not a valid state value]
        

        Dann hatte ich in Beiträgen so um den 11. Jan. gelesen, dass man zuerst V1.1.2 resp V3.0.1 installieren soll, und dann Updates machen. Aber auch das hat nicht funktioniert, diverse andere Fehlermeldungen, und das wurde nicht besser nachdem ich die noch in der Objektliste vorhandenen "0"-Instanzen der Profile manuell gelöscht hatte.... Ich habe mir schon Debug-Meldungen in den adapter.js und main.js eingebaut um zu verstehen woran es mangelt, aber primär mangelt es offenbar an meinem Verständnis 😢

        Ok, zurück auf Anfang: wie sollte ich eurer Meinung nach vorgehen, welche Versionen in welcher Reihenfolge, und wo muss ich ggf. händisch was anpassen, und wo sollte ich nicht drangehen?? Bin für jede Hilfe dankbar. 🙄

        Rene_HMR 1 Reply Last reply
        0
        • Rene_HMR Rene_HM

          @fuxxz2 sagte in Test Adapter HeatingControl v2.0.x:

          Dort kommt erst der richtige Wert an, wenn ich die Instanz einmal neu starte.

          aber wenn du Fenster öffnest und schließt wird das durch den Adapter erkannt, oder?

          F Offline
          F Offline
          FuXXz2
          wrote on last edited by FuXXz2
          #1963

          @rene_hm Ja, in dem Zigbee Adapter steht immer der aktuelle und richtige Wert. Aber der "Alias" unter HeatingControl nicht immer. Spätestens nach dem neu start, übernimmt der dann den Wert aus dem Zigbee Adapter
          und seit dem Update auf 2.0.1 bekomme ich ne Menge davon. Muss jetzt erstmal auf Homematic umstellen, echt nervig.

          heatingcontrol.0	2021-01-21 02:20:37.510	error	(511) exception in HandleStateChange [Error: undefined is not a valid state value]
          heatingcontrol.0	2021-01-21 02:20:37.169	error	(511) exception in HandleStateChange [Error: undefined is not a valid state value]
          heatingcontrol.0	2021-01-21 02:20:36.829	error	(511) exception in HandleStateChange [Error: undefined is not a valid state value]
          heatingcontrol.0	2021-01-21 02:20:36.489	error	(511) exception in HandleStateChange [Error: undefined is not a valid state value]
          heatingcontrol.0	2021-01-21 02:20:36.361	error	(511) exception in HandleStateChange [Error: undefined is not a valid state value]
          heatingcontrol.0	2021-01-21 02:20:36.190	error	(511) exception in HandleStateChange [Error: undefined is not a valid state value]
          heatingcontrol.0	2021-01-21 02:20:35.848	error	(511) exception in HandleStateChange [Error: undefined is not a valid state value]
          heatingcontrol.0	2021-01-21 02:20:35.807	info	(511) start calculate current profile point for profile type 1 (Mo - Su)
          heatingcontrol.0	2021-01-21 02:20:35.466	error	(511) exception in HandleStateChange [Error: undefined is not a valid state value]
          heatingcontrol.0	2021-01-21 02:20:35.424	info	(511) start calculate current profile point for profile type 1 (Mo - Su)
          heatingcontrol.0	2021-01-21 02:20:35.084	error	(511) exception in HandleStateChange [Error: undefined is not a valid state value]
          heatingcontrol.0	2021-01-21 02:20:35.042	info	(511) start calculate current profile point for profile type 1 (Mo - Su)
          heatingcontrol.0	2021-01-21 02:20:34.702	error	(511) exception in HandleStateChange [Error: undefined is not a valid state value]
          heatingcontrol.0	2021-01-21 02:20:34.660	info	(511) start calculate current profile point for profile type 1 (Mo - Su)
          heatingcontrol.0	2021-01-21 02:20:34.531	error	(511) exception in HandleStateChange [Error: undefined is not a valid state value]
          heatingcontrol.0	2021-01-21 02:20:34.358	error	(511) exception in HandleStateChange [Error: undefined is not a valid state value]
          heatingcontrol.0	2021-01-21 02:20:34.316	info	(511) start calculate current profile point for profile type 1 (Mo - Su)
          heatingcontrol.0	2021-01-21 02:20:34.315	info	(511) calculate current profile point for all rooms
          heatingcontrol.0	2021-01-21 02:20:34.314	info	(511) checking external states done
          heatingcontrol.0	2021-01-21 02:20:34.019	error	(511) exception in HandleStateChange [Error: undefined is not a valid state value]
          heatingcontrol.0	2021-01-21 02:20:33.718	error	(511) exception in HandleStateChange [Error: undefined is not a valid state value]
          heatingcontrol.0	2021-01-21 02:20:33.417	error	(511) exception in HandleStateChange [Error: undefined is not a valid state value]
          heatingcontrol.0	2021-01-21 02:20:33.117	error	(511) exception in HandleStateChange [Error: undefined is not a valid state value]
          heatingcontrol.0	2021-01-21 02:20:32.987	error	(511) exception in HandleStateChange [Error: undefined is not a valid state value]
          heatingcontrol.0	2021-01-21 02:20:32.857	error	(511) exception in HandleStateChange [Error: undefined is not a valid state value]
          heatingcontrol.0	2021-01-21 02:20:32.548	error	(511) exception in HandleStateChange [Error: undefined is not a valid state value]
          heatingcontrol.0	2021-01-21 02:20:32.250	error	(511) exception in HandleStateChange [Error: undefined is not a valid state value]
          heatingcontrol.0	2021-01-21 02:20:32.028	error	(511) exception in HandleStateChange [Error: undefined is not a valid state value]
          heatingcontrol.0	2021-01-21 02:20:31.810	error	(511) exception in HandleStateChange [Error: undefined is not a valid state value]
          heatingcontrol.0	2021-01-21 02:20:31.721	error	(511) exception in HandleStateChange [Error: undefined is not a valid state value]
          heatingcontrol.0	2021-01-21 02:20:31.591	error	(511) exception in HandleStateChange [Error: undefined is not a valid state value]
          heatingcontrol.0	2021-01-21 02:20:31.293	error	(511) exception in HandleStateChange [Error: undefined is not a valid state value]
          heatingcontrol.0	2021-01-21 02:20:30.996	error	(511) exception in HandleStateChange [Error: undefined is not a valid state value]
          heatingcontrol.0	2021-01-21 02:20:30.698	error	(511) exception in HandleStateChange [Error: undefined is not a valid state value]
          heatingcontrol.0	2021-01-21 02:20:30.403	error	(511) exception in HandleStateChange [Error: undefined is not a valid state value]
          heatingcontrol.0	2021-01-21 02:20:30.271	error	(511) exception in HandleStateChange [Error: undefined is not a valid state value]
          heatingcontrol.0	2021-01-21 02:20:30.141	error	(511) exception in HandleStateChange [Error: undefined is not a valid state value]
          heatingcontrol.0	2021-01-21 02:20:29.844	error	(511) exception in HandleStateChange [Error: undefined is not a valid state value]
          heatingcontrol.0	2021-01-21 02:20:29.548	error	(511) exception in HandleStateChange [Error: undefined is not a valid state value]
          heatingcontrol.0	2021-01-21 02:20:29.250	error	(511) exception in HandleStateChange [Error: undefined is not a valid state value]
          heatingcontrol.0	2021-01-21 02:20:28.947	error	(511) exception in HandleStateChange [Error: undefined is not a valid state value]
          heatingcontrol.0	2021-01-21 02:20:28.856	error	(511) exception in HandleStateChange [Error: undefined is not a valid state value]
          heatingcontrol.0	2021-01-21 02:20:28.727	error	(511) exception in HandleStateChange [Error: undefined is not a valid state value]
          heatingcontrol.0	2021-01-21 02:20:28.431	error	(511) exception in HandleStateChange [Error: undefined is not a valid state value]
          heatingcontrol.0	2021-01-21 02:20:28.174	error	(511) exception in HandleStateChange [Error: undefined is not a valid state value]
          heatingcontrol.0	2021-01-21 02:20:27.876	error	(511) exception in HandleStateChange [Error: undefined is not a valid state value]
          heatingcontrol.0	2021-01-21 02:20:27.658	error	(511) exception in HandleStateChange [Error: undefined is not a valid state value]
          heatingcontrol.0	2021-01-21 02:20:27.529	error	(511) exception in HandleStateChange [Error: undefined is not a valid state value]
          heatingcontrol.0	2021-01-21 02:20:27.400	error	(511) exception in HandleStateChange [Error: undefined is not a valid state value]
          heatingcontrol.0	2021-01-21 02:20:27.141	error	(511) exception in HandleStateChange [Error: undefined is not a valid state value]
          heatingcontrol.0	2021-01-21 02:20:26.881	error	(511) exception in HandleStateChange [Error: undefined is not a valid state value]
          

          1 Reply Last reply
          0
          • Rene_HMR Rene_HM

            inspiriert vom Heizungsthermostat-Script und weil meine homeputer-Lizenz abgelaufen ist, und ich meine Heizungssteuerung von dort nach iobroker portieren wollte, ist der Adapter HeatingControl entstanden.

            Features:

            • setzen der Zieltemperatur in verschiedenen Thermostaten
            • beliebige Anzahl von täglichen Zeitabschnitten mit unterschiedlichen Zieltemperaturen
            • Zeit und Zieltemperatur per Visualisierung konfigurierbar
            • automatische Suche nach vorhandenen Thermostaten im System (über Gewerk) und Zuordnung zu Räumen
            • Für den Fall, dass der Thermostat nur als Thermometer verwendet wird, behandelt der Adapter auch digitale Outputs zum Schalten der Ventile. Im Moment ist dafür nur eine einfache Ein/Aus-Regelung implementiert (die für meine Zwecke ausreichend ist). Weitere Regelungen sind aber als Idee bereits vorhanden und können implementiert werden. Es gibt nun auch einen linearen on/off mit Hysterese
            • es werden bis zu zwei Outputs für Ventile unterstützt
            • Outputs werden auch automatisch den Räumen zugeordnet. Dafür müssen diese dem gleichen Gewerk wie Thermostate zugeordnet sein.
            • im Admin des Adapters können Räume deaktiviert werden
            • Absenkung bei Abwesenheit
            • Ventile ein oder aus außerhalb der Heizperiode
            • Verbindung zu ical
            • Verbindung zu Feiertags-Adapter
            • Senden von Nachrichten per email, Signal, Telegram, discord, ...
            • Kamin-Modus
            • Wartungsmodus
            • mehrere Profile
            • Tages-Programme für
              - Montag - Sonntag
              - Montag - Freitag + Samstag - Samstag
              - jeden Tag separat

            Versionen:

            • 2.12.1
              Status: beta seit 25.11.2023
              NPM: ja
              github: ja
              weitere Informationen: github

            • 2.11.1
              Status: stable seit 17.08.2023
              NPM: ja
              github: ja
              weitere Informationen: github

            CKMartensC Offline
            CKMartensC Offline
            CKMartens
            wrote on last edited by
            #1964

            @rene_hm Bei mir werden nicht mehr alle offenen Fenster erkannt. Ich habe ein Issue dazu erstellt.

            Rene_HMR 1 Reply Last reply
            0
            • Rene_HMR Rene_HM

              @zahnheinrich sagte in Test Adapter HeatingControl v2.0.x:

              Bekomme jetzt

              ja, gibt schon ein Ticket und auch ein update in github (aber noch ungetestet 🙂 )

              Z Offline
              Z Offline
              zahnheinrich
              wrote on last edited by
              #1965

              @rene_hm
              Habe von Github installiert, keine Besserung.
              Fehlermeldung bleibt, sobald ich z.B. VacationAbsent ändere

              heatingcontrol.0	2021-01-21 13:31:08.994	error	(9291) exception in HandleStateChange [Error: undefined is not a valid state value]
              heatingcontrol.0	2021-01-21 13:31:08.966	error	(9291) exception in HandleStateChange [Error: undefined is not a valid state value]
              heatingcontrol.0	2021-01-21 13:31:08.939	error	(9291) exception in HandleStateChange [Error: undefined is not a valid state value]
              heatingcontrol.0	2021-01-21 13:31:08.918	error	(9291) exception in HandleStateChange [Error: undefined is not a valid state value]
              heatingcontrol.0	2021-01-21 13:31:08.786	error	(9291) exception in HandleStateChange [Error: undefined is not a valid state value]
              

              MfG Ulrich

              1 Reply Last reply
              0
              • F Offline
                F Offline
                FuXXz2
                wrote on last edited by
                #1966

                Direkt nach dem starten des Adapters

                heatingcontrol.0	2021-01-21 14:49:51.891	error	(2091) exception in HandleStateChange [Error: undefined is not a valid state value]
                heatingcontrol.0	2021-01-21 14:49:51.850	info	(2091) statemachine started
                heatingcontrol.0	2021-01-21 14:49:51.636	error	(2091) exception in HandleStateChange [Error: undefined is not a valid state value]
                heatingcontrol.0	2021-01-21 14:49:51.421	error	(2091) exception in HandleStateChange [Error: undefined is not a valid state value]
                heatingcontrol.0	2021-01-21 14:49:51.332	error	(2091) exception in HandleStateChange [Error: undefined is not a valid state value]
                heatingcontrol.0	2021-01-21 14:49:51.202	error	(2091) exception in HandleStateChange [Error: undefined is not a valid state value]
                heatingcontrol.0	2021-01-21 14:49:50.980	error	(2091) exception in HandleStateChange [Error: undefined is not a valid state value]
                heatingcontrol.0	2021-01-21 14:49:50.938	info	(2091) start calculate current profile point for profile type 1 (Mo - Su)
                heatingcontrol.0	2021-01-21 14:49:50.721	error	(2091) exception in HandleStateChange [Error: undefined is not a valid state value]
                heatingcontrol.0	2021-01-21 14:49:50.679	info	(2091) start calculate current profile point for profile type 1 (Mo - Su)
                heatingcontrol.0	2021-01-21 14:49:50.552	error	(2091) exception in HandleStateChange [Error: undefined is not a valid state value]
                heatingcontrol.0	2021-01-21 14:49:50.420	error	(2091) exception in HandleStateChange [Error: undefined is not a valid state value]
                heatingcontrol.0	2021-01-21 14:49:50.419	info	(2091) start calculate current profile point for profile type 1 (Mo - Su)
                heatingcontrol.0	2021-01-21 14:49:50.418	info	(2091) calculate current profile point for all rooms
                heatingcontrol.0	2021-01-21 14:49:50.417	info	(2091) checking external states done
                heatingcontrol.0	2021-01-21 14:49:50.245	error	(2091) exception in HandleStateChange [Error: undefined is not a valid state value]
                heatingcontrol.0	2021-01-21 14:49:50.029	error	(2091) exception in HandleStateChange [Error: undefined is not a valid state value]
                heatingcontrol.0	2021-01-21 14:49:49.943	error	(2091) exception in HandleStateChange [Error: undefined is not a valid state value]
                heatingcontrol.0	2021-01-21 14:49:49.813	error	(2091) exception in HandleStateChange [Error: undefined is not a valid state value]
                heatingcontrol.0	2021-01-21 14:49:49.679	error	(2091) exception in HandleStateChange [Error: undefined is not a valid state value]
                heatingcontrol.0	2021-01-21 14:49:49.503	error	(2091) exception in HandleStateChange [Error: undefined is not a valid state value]
                heatingcontrol.0	2021-01-21 14:49:49.125	error	(2091) exception in HandleStateChange [Error: undefined is not a valid state value]
                heatingcontrol.0	2021-01-21 14:49:49.033	error	(2091) exception in HandleStateChange [Error: undefined is not a valid state value]
                heatingcontrol.0	2021-01-21 14:49:48.858	error	(2091) exception in HandleStateChange [Error: undefined is not a valid state value]
                heatingcontrol.0	2021-01-21 14:49:48.684	error	(2091) exception in HandleStateChange [Error: undefined is not a valid state value]
                heatingcontrol.0	2021-01-21 14:49:48.596	error	(2091) exception in HandleStateChange [Error: undefined is not a valid state value]
                heatingcontrol.0	2021-01-21 14:49:48.508	error	(2091) exception in HandleStateChange [Error: undefined is not a valid state value]
                heatingcontrol.0	2021-01-21 14:49:48.333	error	(2091) exception in HandleStateChange [Error: undefined is not a valid state value]
                heatingcontrol.0	2021-01-21 14:49:48.158	error	(2091) exception in HandleStateChange [Error: undefined is not a valid state value]
                heatingcontrol.0	2021-01-21 14:49:48.071	error	(2091) exception in HandleStateChange [Error: undefined is not a valid state value]
                heatingcontrol.0	2021-01-21 14:49:47.971	error	(2091) exception in HandleStateChange [Error: undefined is not a valid state value]
                heatingcontrol.0	2021-01-21 14:49:47.716	error	(2091) exception in HandleStateChange [Error: undefined is not a valid state value]
                heatingcontrol.0	2021-01-21 14:49:47.500	error	(2091) exception in HandleStateChange [Error: undefined is not a valid state value]
                heatingcontrol.0	2021-01-21 14:49:47.411	error	(2091) exception in HandleStateChange [Error: undefined is not a valid state value]
                heatingcontrol.0	2021-01-21 14:49:47.323	error	(2091) exception in HandleStateChange [Error: undefined is not a valid state value]
                heatingcontrol.0	2021-01-21 14:49:47.108	error	(2091) exception in HandleStateChange [Error: undefined is not a valid state value]
                heatingcontrol.0	2021-01-21 14:49:46.933	error	(2091) exception in HandleStateChange [Error: undefined is not a valid state value]
                heatingcontrol.0	2021-01-21 14:49:46.885	error	(2091) exception in HandleStateChange [Error: undefined is not a valid state value]
                heatingcontrol.0	2021-01-21 14:49:46.752	error	(2091) exception in HandleStateChange [Error: undefined is not a valid state value]
                heatingcontrol.0	2021-01-21 14:49:46.711	info	(2091) checking external states
                heatingcontrol.0	2021-01-21 14:49:46.577	error	(2091) exception in HandleStateChange [Error: undefined is not a valid state value]
                heatingcontrol.0	2021-01-21 14:49:46.402	error	(2091) exception in HandleStateChange [Error: undefined is not a valid state value]
                heatingcontrol.0	2021-01-21 14:49:46.351	error	(2091) exception in HandleStateChange [Error: undefined is not a valid state value]
                heatingcontrol.0	2021-01-21 14:49:46.259	info	(2091) start statemachine
                heatingcontrol.0	2021-01-21 14:49:45.427	info	(2091) 4 cron job(s) created
                heatingcontrol.0	2021-01-21 14:49:45.328	info	(2091) start create cron jobs for profile type 1 (Mo - Su)
                heatingcontrol.0	2021-01-21 14:49:45.326	info	(2091) subscribe devices done
                heatingcontrol.0	2021-01-21 14:49:45.325	info	(2091) subscribe thermostats target 0
                heatingcontrol.0	2021-01-21 14:49:45.325	info	(2091) subscribe thermostats current 0
                heatingcontrol.0	2021-01-21 14:49:45.325	info	(2091) subscribe devices start
                heatingcontrol.0	2021-01-21 14:49:45.319	info	(2091) SetCurrent done
                heatingcontrol.0	2021-01-21 14:49:45.319	info	(2091) start SetCurrent
                heatingcontrol.0	2021-01-21 14:49:45.318	info	(2091) SetInfo done
                heatingcontrol.0	2021-01-21 14:49:45.186	info	(2091) start SetInfo
                heatingcontrol.0	2021-01-21 14:49:45.117	info	(2091) CreateDatapoints done
                heatingcontrol.0	2021-01-21 14:49:45.023	info	(2091) start CreateDatapoints
                heatingcontrol.0	2021-01-21 14:49:45.021	info	(2091) CreateDatabase done with 3 rooms
                heatingcontrol.0	2021-01-21 14:49:45.020	info	(2091) start CreateDatabase
                heatingcontrol.0	2021-01-21 14:49:45.004	info	(2091) starting. Version 2.0.1 in /opt/iobroker/node_modules/iobroker.heatingcontrol, node: v12.20.0, js-controller: 3.1.6
                heatingcontrol.0	2021-01-21 14:49:44.997	info	(2091) Plugin sentry Sentry Plugin disabled for this process because sending of statistic data is disabled for the system
                host.iobroker	2021-01-21 14:49:44.205	info	instance system.adapter.heatingcontrol.0 started with pid 2091
                

                1 Reply Last reply
                0
                • Rene_HMR Offline
                  Rene_HMR Offline
                  Rene_HM
                  Developer
                  wrote on last edited by
                  #1967

                  @zahnheinrich sagte in Test Adapter HeatingControl v2.0.x:

                  exception in HandleStateChange [Error: undefined is not a valid state value

                  Die exception "undefined is not a valid state value" in der 2.0.1 kommt, nachdem ich die Warnings im log nach js-controller update 3.2.7 beheben wollte, die nach update des js-controllers aufgetaucht sind.
                  Eigentlich sollte dieser commit das Problem mit den exceptions lösen, da ich (wie vom js-controller gefordert) einen Wert auf "val" schreibe. Bei mir hier am Testsystem hilft das...

                  Z 1 Reply Last reply
                  0
                  • CKMartensC CKMartens

                    @rene_hm Bei mir werden nicht mehr alle offenen Fenster erkannt. Ich habe ein Issue dazu erstellt.

                    Rene_HMR Offline
                    Rene_HMR Offline
                    Rene_HM
                    Developer
                    wrote on last edited by Rene_HM
                    #1968

                    @ckmartens sagte in Test Adapter HeatingControl v2.0.x:

                    Bei mir werden nicht mehr alle offenen Fenster erkannt

                    kann es sein, dass deine Sensoren nicht true / false sondern etwas anderes melden (1, 2..)?

                    CKMartensC 1 Reply Last reply
                    0
                    • J Jost 0

                      Hallo, ich habe mich gerade angemeldet weil ich mal bitte eure fachkundige Hilfe brauche!
                      Nachdem ich seit 3 Tagen so ziemlich alles gelesen habe über den heatingcontrol Adapter und die VIS von Pittini habe ich es leider immer noch nicht geschafft eine lauffähige Installation hin zu bekommen.

                      Ausgangsbasis: frisch aufgesetzter NUC mit Ubuntu und ioBroker (stable Pfad), mit ZWave Adapter und 10 Heizungs-Thermostaten.
                      Das ist Funk- und SW-technisch offensichtlich alles prima, alle Thermostate sind erreichbar.
                      Ich habe ein Logging von IST- und SOLL-Werte für alle Thermostate in influxDB eingerichtet und tolle Grafiken dazu mit Grafana.
                      Diese Adapter laufen soweit unauffällig, keine Fehlermeldungen im ioBroker Log.

                      Nun die Heizungssteuerung...
                      Seit drei Tagen habe ich sehr systematisch alle möglichen Variationen ausprobiert um den heatingcontrol Adapter und die VIS an's Laufen zu kriegen. Ich möchte - da ich ja keine Historie zu berücksichtigen habe - eigentlich gerne mit der aktuellen V2.0.x resp. V3.1.x loslegen.
                      Wenn ich diese Versionen (als Beta via Admin-Adapter, bzw. als ZIP-File via Setup/Projekt-Import) installiere, dann bekomme ich unterschiedlichste Fehlermeldungen im Log wie z.B. diese

                       error: heatingcontrol.0 (109690) exception in SetVis [TypeError: Cannot read property 'val' of null]
                      

                      Auch im VIS sieht es nicht richtig aus, und wenn ich für einen der beiden eingerichteten Räume einen Soll-Wert ändere, dann erscheint der zwar als Objekt-Wert, aber in rot (d.h. unconfirmed), und das mag mit diesen Fehlermeldungen korrespondieren:

                      error: heatingcontrol.0 (113887) exception in HandleStateChange [Error: undefined is not a valid state value]
                      

                      Dann hatte ich in Beiträgen so um den 11. Jan. gelesen, dass man zuerst V1.1.2 resp V3.0.1 installieren soll, und dann Updates machen. Aber auch das hat nicht funktioniert, diverse andere Fehlermeldungen, und das wurde nicht besser nachdem ich die noch in der Objektliste vorhandenen "0"-Instanzen der Profile manuell gelöscht hatte.... Ich habe mir schon Debug-Meldungen in den adapter.js und main.js eingebaut um zu verstehen woran es mangelt, aber primär mangelt es offenbar an meinem Verständnis 😢

                      Ok, zurück auf Anfang: wie sollte ich eurer Meinung nach vorgehen, welche Versionen in welcher Reihenfolge, und wo muss ich ggf. händisch was anpassen, und wo sollte ich nicht drangehen?? Bin für jede Hilfe dankbar. 🙄

                      Rene_HMR Offline
                      Rene_HMR Offline
                      Rene_HM
                      Developer
                      wrote on last edited by Rene_HM
                      #1969

                      @jost-0 Wenn du nicht mit-testen möchtest, dann beginne mit der stable-Version (1.1.2). Die 2.0. ist noch in der beta...

                      Beginne zunächst ohne vis und nur einem Raum und sammle Erfahrung, wie der Adapter funktioniert....
                      Fragen beantworten wir dir hier gerne...

                      BTW: beide exceptions aus deinem post oben kannst du ignorieren, die haben funktionell keine Auswirkung...

                      A S 0A J 2 Replies Last reply
                      0
                      • Rene_HMR Rene_HM

                        @jost-0 Wenn du nicht mit-testen möchtest, dann beginne mit der stable-Version (1.1.2). Die 2.0. ist noch in der beta...

                        Beginne zunächst ohne vis und nur einem Raum und sammle Erfahrung, wie der Adapter funktioniert....
                        Fragen beantworten wir dir hier gerne...

                        BTW: beide exceptions aus deinem post oben kannst du ignorieren, die haben funktionell keine Auswirkung...

                        A S 0A Offline
                        A S 0A Offline
                        A S 0
                        wrote on last edited by
                        #1970

                        Hat jemand eine Idee, wie man einen Thermen-Raumthermostat (von tado), der die therme regelt (der thermostat hängt im Flur) zusammen mit homematic hz-thermostate so koppelt, das die relegung in Abhängigkeit von einander funktioniert?

                        Aktuell ist es so, dass wenn im Flur die Temperatur erreicht ist, die gasetagenheizung aufhört zu heizen. Und erst wieder anfängt, wenn die Temperatur abgesunken ist.

                        Ist aber eine Tür zu z.b. Schlafzimmer, wird dort die voreingestellte Temperatur am homematic thermostat nicht erreicht.

                        F 2 Replies Last reply
                        0
                        • Rene_HMR Offline
                          Rene_HMR Offline
                          Rene_HM
                          Developer
                          wrote on last edited by Rene_HM
                          #1971

                          es gibt die Version 2.0.2 mit folgenden Änderungen:

                          • bug fix für issue #208: exception "undefined is not a valid state value"
                          • bug fix für issue #209: Fenster offen wird auch für HM Drehsensoren erkannt
                          1 Reply Last reply
                          0
                          • Rene_HMR Rene_HM

                            @jost-0 Wenn du nicht mit-testen möchtest, dann beginne mit der stable-Version (1.1.2). Die 2.0. ist noch in der beta...

                            Beginne zunächst ohne vis und nur einem Raum und sammle Erfahrung, wie der Adapter funktioniert....
                            Fragen beantworten wir dir hier gerne...

                            BTW: beide exceptions aus deinem post oben kannst du ignorieren, die haben funktionell keine Auswirkung...

                            J Offline
                            J Offline
                            Jost 0
                            wrote on last edited by
                            #1972

                            @rene_hm Ok, vielen Dank, werde ich so machen - schau'n wir mal, wird schon klappen.
                            Ist das denn richtig, dass ich "alle Spuren" eines Adapters (hier: heatingcontrol V2.0.1) aus iobroker entferne, wenn ich:
                            a) die Instanz (bei mir nur eine, d.h. "0") entferne, und dann
                            b) noch den Adapter entferne
                            Es dürften dann doch keine Objekte, Werte, Settings etc. mehr übrig sein, wg. des Namespace-Konzepts, richtig?
                            Ich möchte halt "frisch" starten, wenn ich mit der V1.1.2 nochmal beginne.
                            Danke!

                            Rene_HMR 1 Reply Last reply
                            0
                            • J Jost 0

                              @rene_hm Ok, vielen Dank, werde ich so machen - schau'n wir mal, wird schon klappen.
                              Ist das denn richtig, dass ich "alle Spuren" eines Adapters (hier: heatingcontrol V2.0.1) aus iobroker entferne, wenn ich:
                              a) die Instanz (bei mir nur eine, d.h. "0") entferne, und dann
                              b) noch den Adapter entferne
                              Es dürften dann doch keine Objekte, Werte, Settings etc. mehr übrig sein, wg. des Namespace-Konzepts, richtig?
                              Ich möchte halt "frisch" starten, wenn ich mit der V1.1.2 nochmal beginne.
                              Danke!

                              Rene_HMR Offline
                              Rene_HMR Offline
                              Rene_HM
                              Developer
                              wrote on last edited by
                              #1973

                              @jost-0 ja, das passt so...

                              1 Reply Last reply
                              0
                              • F Offline
                                F Offline
                                FuXXz2
                                wrote on last edited by FuXXz2
                                #1974

                                Bei mir reagiert der Adapter immer noch gar nicht. Komisch ist auch dass überall bei heatingcontrol.0.Rooms.xxx.CurrentTarget =-99 drin steht.
                                Egal welchen Wert ich setze, es geht nichts an die Heizung.
                                Über iobroker oder HM direkt gehts jedoch.

                                Ich werdejetzt mal komplett den Adapter entfernen und neu aufsetzen.

                                Rene_HMR 1 Reply Last reply
                                0
                                • F FuXXz2

                                  Bei mir reagiert der Adapter immer noch gar nicht. Komisch ist auch dass überall bei heatingcontrol.0.Rooms.xxx.CurrentTarget =-99 drin steht.
                                  Egal welchen Wert ich setze, es geht nichts an die Heizung.
                                  Über iobroker oder HM direkt gehts jedoch.

                                  Ich werdejetzt mal komplett den Adapter entfernen und neu aufsetzen.

                                  Rene_HMR Offline
                                  Rene_HMR Offline
                                  Rene_HM
                                  Developer
                                  wrote on last edited by
                                  #1975

                                  @fuxxz2 wenn überall -99 steht, startet der Adapter nicht. Bitte auf debug schalten und log posten...

                                  1 Reply Last reply
                                  0
                                  • Rene_HMR Rene_HM

                                    @zahnheinrich sagte in Test Adapter HeatingControl v2.0.x:

                                    exception in HandleStateChange [Error: undefined is not a valid state value

                                    Die exception "undefined is not a valid state value" in der 2.0.1 kommt, nachdem ich die Warnings im log nach js-controller update 3.2.7 beheben wollte, die nach update des js-controllers aufgetaucht sind.
                                    Eigentlich sollte dieser commit das Problem mit den exceptions lösen, da ich (wie vom js-controller gefordert) einen Wert auf "val" schreibe. Bei mir hier am Testsystem hilft das...

                                    Z Offline
                                    Z Offline
                                    zahnheinrich
                                    wrote on last edited by
                                    #1976

                                    @rene_hm
                                    Hallo Rene,

                                    habe nochmals von Github installiert und den iobroker neu durchgestartet.
                                    Jetzt kommt kurze Zeit nach Adapterstart für jedes definierte Thermostat

                                    heatingcontrol.0	2021-01-21 20:57:34.548	error	(28033) ChangeStatusCmdList is longer then 60 entries, no new entry allowed -> skipped BadOG2 Thermostats_Target [object Object]
                                    heatingcontrol.0	2021-01-21 20:57:34.548	error	(28033) ChangeStatusCmdList is longer then 60 entries, no new entry allowed -> skipped BadOG2 Thermostats_Target [object Object]
                                    heatingcontrol.0	2021-01-21 20:57:34.548	error	(28033) ChangeStatusCmdList is longer then 60 entries, no new entry allowed -> skipped BadOG2 Thermostats_Target [object Object]
                                    heatingcontrol.0	2021-01-21 20:57:34.548	error	(28033) ChangeStatusCmdList is longer then 60 entries, no new entry allowed -> skipped BadOG2 Thermostats_Target [object Object]
                                    heatingcontrol.0	2021-01-21 20:57:34.548	error	(28033) ChangeStatusCmdList is longer then 60 entries, no new entry allowed -> skipped BadOG2 Thermostats_Target [object Object]
                                    heatingcontrol.0	2021-01-21 20:57:34.548	error	(28033) ChangeStatusCmdList is longer then 60 entries, no new entry allowed -> skipped BadOG2 Thermostats_Target [object Object]
                                    

                                    Außerdem habe ich folgenden bug gefunden, den ich (glaube ich) nach dem js-controller update auf 3.2.x erstmals bemerkt habe:
                                    Vier von 18 Thermostate werden zusätzlich über den Datenpunkt VacationAbsent angesteuert.
                                    Nach Änderung des DP wird immer bei einem dieser 4 Thermostate (aber immer bei einem anderen) die Solltemp im 10tel Sekundentakt geswitched zwischen den eingestellten Temperaturen für VacationAbsent false/true. Das Verhalten endet, sobald ich den Adapter anhalte.

                                    MfG Ulrich

                                    Rene_HMR 1 Reply Last reply
                                    0
                                    • Z zahnheinrich

                                      @rene_hm
                                      Hallo Rene,

                                      habe nochmals von Github installiert und den iobroker neu durchgestartet.
                                      Jetzt kommt kurze Zeit nach Adapterstart für jedes definierte Thermostat

                                      heatingcontrol.0	2021-01-21 20:57:34.548	error	(28033) ChangeStatusCmdList is longer then 60 entries, no new entry allowed -> skipped BadOG2 Thermostats_Target [object Object]
                                      heatingcontrol.0	2021-01-21 20:57:34.548	error	(28033) ChangeStatusCmdList is longer then 60 entries, no new entry allowed -> skipped BadOG2 Thermostats_Target [object Object]
                                      heatingcontrol.0	2021-01-21 20:57:34.548	error	(28033) ChangeStatusCmdList is longer then 60 entries, no new entry allowed -> skipped BadOG2 Thermostats_Target [object Object]
                                      heatingcontrol.0	2021-01-21 20:57:34.548	error	(28033) ChangeStatusCmdList is longer then 60 entries, no new entry allowed -> skipped BadOG2 Thermostats_Target [object Object]
                                      heatingcontrol.0	2021-01-21 20:57:34.548	error	(28033) ChangeStatusCmdList is longer then 60 entries, no new entry allowed -> skipped BadOG2 Thermostats_Target [object Object]
                                      heatingcontrol.0	2021-01-21 20:57:34.548	error	(28033) ChangeStatusCmdList is longer then 60 entries, no new entry allowed -> skipped BadOG2 Thermostats_Target [object Object]
                                      

                                      Außerdem habe ich folgenden bug gefunden, den ich (glaube ich) nach dem js-controller update auf 3.2.x erstmals bemerkt habe:
                                      Vier von 18 Thermostate werden zusätzlich über den Datenpunkt VacationAbsent angesteuert.
                                      Nach Änderung des DP wird immer bei einem dieser 4 Thermostate (aber immer bei einem anderen) die Solltemp im 10tel Sekundentakt geswitched zwischen den eingestellten Temperaturen für VacationAbsent false/true. Das Verhalten endet, sobald ich den Adapter anhalte.

                                      Rene_HMR Offline
                                      Rene_HMR Offline
                                      Rene_HM
                                      Developer
                                      wrote on last edited by Rene_HM
                                      #1977

                                      @zahnheinrich gib mir mal bitte das ganze debug-log (als text-Datei). Nur die Fehlermeldung reicht mir für eine Analyse nicht...

                                      Z 1 Reply Last reply
                                      0
                                      • Rene_HMR Rene_HM

                                        @zahnheinrich gib mir mal bitte das ganze debug-log (als text-Datei). Nur die Fehlermeldung reicht mir für eine Analyse nicht...

                                        Z Offline
                                        Z Offline
                                        zahnheinrich
                                        wrote on last edited by
                                        #1978

                                        @rene_hm
                                        Bitte sehr:

                                        heatingcontrol.0	2021-01-21 22:15:23.597	debug	(2171) UpdateDPs for Schlafen OG2 manual
                                        heatingcontrol.0	2021-01-21 22:15:23.596	debug	(2171) HandleActors for Schlafen OG2 manual
                                        heatingcontrol.0	2021-01-21 22:15:23.592	debug	(2171) Schlafen OG2 set thermostat target alias.0.Thermostate.SchlafenOG2.SollTemp to 18
                                        heatingcontrol.0	2021-01-21 22:15:23.586	debug	(2171) SetRoomTemperature started for Schlafen OG2 target 18
                                        heatingcontrol.0	2021-01-21 22:15:23.586	debug	(2171) got {"val":0,"ack":true,"ts":1610304763161,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1610304763161}
                                        heatingcontrol.0	2021-01-21 22:15:23.585	debug	(2171) checking min temp with Rooms.Schlafen OG2.MinimumTemperature
                                        heatingcontrol.0	2021-01-21 22:15:23.585	debug	(2171) Schlafen OG2 CalculateRoomTemperature for manual 18
                                        heatingcontrol.0	2021-01-21 22:15:23.585	debug	(2171) CalculateRoomTemperature for Schlafen OG2 manual
                                        heatingcontrol.0	2021-01-21 22:15:23.584	debug	(2171) Schlafen OG2 manual mode changed to 18
                                        heatingcontrol.0	2021-01-21 22:15:23.584	debug	(2171) CheckManualMode Schlafen OG2
                                        heatingcontrol.0	2021-01-21 22:15:23.584	debug	(2171) Change Status target temperature in Schlafen OG2 to 18 (profile 18) in manual
                                        heatingcontrol.0	2021-01-21 22:15:23.584	debug	(2171) Schlafen OG2 ### ChangeStatus Thermostats_Target to {"val":18,"ack":false,"ts":1611263721455,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1611263721455} in man
                                        heatingcontrol.0	2021-01-21 22:15:23.583	debug	(2171) ChangeStatus recall cmd from list Schlafen OG2 Thermostats_Target {"val":18,"ack":false,"ts":1611263721455,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1611263
                                        heatingcontrol.0	2021-01-21 22:15:23.577	debug	(2171) AddStatusToLog skip Schlafen OG2 manual 12°C
                                        heatingcontrol.0	2021-01-21 22:15:23.560	debug	(2171) UpdateDPs for Schlafen OG2 manual
                                        heatingcontrol.0	2021-01-21 22:15:23.560	debug	(2171) CheckManualMode Schlafen OG2
                                        heatingcontrol.0	2021-01-21 22:15:23.560	debug	(2171) Change Status target temperature in Schlafen OG2 to 12 (profile 18) in manual
                                        heatingcontrol.0	2021-01-21 22:15:23.560	debug	(2171) Schlafen OG2 ### ChangeStatus Thermostats_Target to {"val":12,"ack":true,"ts":1611263721403,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1611263721390} in manu
                                        heatingcontrol.0	2021-01-21 22:15:23.559	debug	(2171) ChangeStatus recall cmd from list Schlafen OG2 Thermostats_Target {"val":12,"ack":true,"ts":1611263721403,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":16112637
                                        heatingcontrol.0	2021-01-21 22:15:23.539	error	(2171) ChangeStatusCmdList is longer then 60 entries, no new entry allowed -> skipped Schlafen OG2 Thermostats_Target [object Object]
                                        heatingcontrol.0	2021-01-21 22:15:23.529	debug	(2171) ChangeStatus called, while already changing, push to list Schlafen OG2 Thermostats_Target {"val":12,"ack":false,"ts":1611263723523,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.
                                        heatingcontrol.0	2021-01-21 22:15:23.529	debug	(2171) ### handle state change alias.0.Thermostate.SchlafenOG2.SollTemp {"val":12,"ack":false,"ts":1611263723523,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":16112637
                                        heatingcontrol.0	2021-01-21 22:15:23.528	debug	(2171) UpdateDPs for Schlafen OG2 manual
                                        heatingcontrol.0	2021-01-21 22:15:23.528	debug	(2171) HandleActors for Schlafen OG2 manual
                                        heatingcontrol.0	2021-01-21 22:15:23.520	debug	(2171) Schlafen OG2 set thermostat target alias.0.Thermostate.SchlafenOG2.SollTemp to 12
                                        heatingcontrol.0	2021-01-21 22:15:23.515	debug	(2171) SetRoomTemperature started for Schlafen OG2 target 12
                                        heatingcontrol.0	2021-01-21 22:15:23.514	debug	(2171) got {"val":0,"ack":true,"ts":1610304763161,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1610304763161}
                                        heatingcontrol.0	2021-01-21 22:15:23.510	debug	(2171) checking min temp with Rooms.Schlafen OG2.MinimumTemperature
                                        heatingcontrol.0	2021-01-21 22:15:23.509	debug	(2171) Schlafen OG2 CalculateRoomTemperature for manual 12
                                        heatingcontrol.0	2021-01-21 22:15:23.509	debug	(2171) CalculateRoomTemperature for Schlafen OG2 manual
                                        heatingcontrol.0	2021-01-21 22:15:23.509	debug	(2171) Schlafen OG2 manual mode changed to 12
                                        heatingcontrol.0	2021-01-21 22:15:23.509	debug	(2171) CheckManualMode Schlafen OG2
                                        heatingcontrol.0	2021-01-21 22:15:23.509	debug	(2171) Change Status target temperature in Schlafen OG2 to 12 (profile 18) in manual
                                        heatingcontrol.0	2021-01-21 22:15:23.509	debug	(2171) Schlafen OG2 ### ChangeStatus Thermostats_Target to {"val":12,"ack":false,"ts":1611263721390,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1611263721390} in man
                                        heatingcontrol.0	2021-01-21 22:15:23.509	debug	(2171) ChangeStatus recall cmd from list Schlafen OG2 Thermostats_Target {"val":12,"ack":false,"ts":1611263721390,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1611263
                                        heatingcontrol.0	2021-01-21 22:15:23.494	error	(2171) ChangeStatusCmdList is longer then 60 entries, no new entry allowed -> skipped Schlafen OG2 Thermostats_Target [object Object]
                                        heatingcontrol.0	2021-01-21 22:15:23.487	debug	(2171) ChangeStatus called, while already changing, push to list Schlafen OG2 Thermostats_Target {"val":18,"ack":false,"ts":1611263723484,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.
                                        heatingcontrol.0	2021-01-21 22:15:23.487	debug	(2171) ### handle state change alias.0.Thermostate.SchlafenOG2.SollTemp {"val":18,"ack":false,"ts":1611263723484,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":16112637
                                        heatingcontrol.0	2021-01-21 22:15:23.485	debug	(2171) UpdateDPs for Schlafen OG2 manual
                                        heatingcontrol.0	2021-01-21 22:15:23.485	debug	(2171) HandleActors for Schlafen OG2 manual
                                        heatingcontrol.0	2021-01-21 22:15:23.481	debug	(2171) Schlafen OG2 set thermostat target alias.0.Thermostate.SchlafenOG2.SollTemp to 18
                                        heatingcontrol.0	2021-01-21 22:15:23.478	debug	(2171) SetRoomTemperature started for Schlafen OG2 target 18
                                        heatingcontrol.0	2021-01-21 22:15:23.478	debug	(2171) got {"val":0,"ack":true,"ts":1610304763161,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1610304763161}
                                        heatingcontrol.0	2021-01-21 22:15:23.475	debug	(2171) checking min temp with Rooms.Schlafen OG2.MinimumTemperature
                                        heatingcontrol.0	2021-01-21 22:15:23.475	debug	(2171) Schlafen OG2 CalculateRoomTemperature for manual 18
                                        heatingcontrol.0	2021-01-21 22:15:23.475	debug	(2171) CalculateRoomTemperature for Schlafen OG2 manual
                                        heatingcontrol.0	2021-01-21 22:15:23.475	debug	(2171) Schlafen OG2 manual mode changed to 18
                                        heatingcontrol.0	2021-01-21 22:15:23.475	debug	(2171) CheckManualMode Schlafen OG2
                                        heatingcontrol.0	2021-01-21 22:15:23.475	debug	(2171) Change Status target temperature in Schlafen OG2 to 18 (profile 18) in manual
                                        heatingcontrol.0	2021-01-21 22:15:23.475	debug	(2171) Schlafen OG2 ### ChangeStatus Thermostats_Target to {"val":18,"ack":false,"ts":1611263721307,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1611263721307} in man
                                        heatingcontrol.0	2021-01-21 22:15:23.474	debug	(2171) ChangeStatus recall cmd from list Schlafen OG2 Thermostats_Target {"val":18,"ack":false,"ts":1611263721307,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1611263
                                        heatingcontrol.0	2021-01-21 22:15:23.458	error	(2171) ChangeStatusCmdList is longer then 60 entries, no new entry allowed -> skipped Schlafen OG2 Thermostats_Target [object Object]
                                        heatingcontrol.0	2021-01-21 22:15:23.447	debug	(2171) ChangeStatus called, while already changing, push to list Schlafen OG2 Thermostats_Target {"val":12,"ack":false,"ts":1611263723440,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.
                                        heatingcontrol.0	2021-01-21 22:15:23.447	debug	(2171) ### handle state change alias.0.Thermostate.SchlafenOG2.SollTemp {"val":12,"ack":false,"ts":1611263723440,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":16112637
                                        heatingcontrol.0	2021-01-21 22:15:23.444	debug	(2171) UpdateDPs for Schlafen OG2 manual
                                        heatingcontrol.0	2021-01-21 22:15:23.443	debug	(2171) HandleActors for Schlafen OG2 manual
                                        heatingcontrol.0	2021-01-21 22:15:23.434	debug	(2171) Schlafen OG2 set thermostat target alias.0.Thermostate.SchlafenOG2.SollTemp to 12
                                        heatingcontrol.0	2021-01-21 22:15:23.428	debug	(2171) SetRoomTemperature started for Schlafen OG2 target 12
                                        heatingcontrol.0	2021-01-21 22:15:23.428	debug	(2171) got {"val":0,"ack":true,"ts":1610304763161,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1610304763161}
                                        heatingcontrol.0	2021-01-21 22:15:23.426	debug	(2171) checking min temp with Rooms.Schlafen OG2.MinimumTemperature
                                        heatingcontrol.0	2021-01-21 22:15:23.426	debug	(2171) Schlafen OG2 CalculateRoomTemperature for manual 12
                                        heatingcontrol.0	2021-01-21 22:15:23.426	debug	(2171) CalculateRoomTemperature for Schlafen OG2 manual
                                        heatingcontrol.0	2021-01-21 22:15:23.426	debug	(2171) Schlafen OG2 manual mode changed to 12
                                        heatingcontrol.0	2021-01-21 22:15:23.426	debug	(2171) CheckManualMode Schlafen OG2
                                        heatingcontrol.0	2021-01-21 22:15:23.425	debug	(2171) Change Status target temperature in Schlafen OG2 to 12 (profile 18) in manual
                                        heatingcontrol.0	2021-01-21 22:15:23.425	debug	(2171) Schlafen OG2 ### ChangeStatus Thermostats_Target to {"val":12,"ack":false,"ts":1611263721271,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1611263721271} in man
                                        heatingcontrol.0	2021-01-21 22:15:23.424	debug	(2171) ChangeStatus recall cmd from list Schlafen OG2 Thermostats_Target {"val":12,"ack":false,"ts":1611263721271,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1611263
                                        heatingcontrol.0	2021-01-21 22:15:23.408	error	(2171) ChangeStatusCmdList is longer then 60 entries, no new entry allowed -> skipped Schlafen OG2 Thermostats_Target [object Object]
                                        heatingcontrol.0	2021-01-21 22:15:23.402	debug	(2171) ChangeStatus called, while already changing, push to list Schlafen OG2 Thermostats_Target {"val":18,"ack":false,"ts":1611263723393,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.
                                        heatingcontrol.0	2021-01-21 22:15:23.401	debug	(2171) ### handle state change alias.0.Thermostate.SchlafenOG2.SollTemp {"val":18,"ack":false,"ts":1611263723393,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":16112637
                                        heatingcontrol.0	2021-01-21 22:15:23.399	debug	(2171) UpdateDPs for Schlafen OG2 manual
                                        heatingcontrol.0	2021-01-21 22:15:23.397	debug	(2171) HandleActors for Schlafen OG2 manual
                                        heatingcontrol.0	2021-01-21 22:15:23.390	debug	(2171) Schlafen OG2 set thermostat target alias.0.Thermostate.SchlafenOG2.SollTemp to 18
                                        heatingcontrol.0	2021-01-21 22:15:23.385	debug	(2171) SetRoomTemperature started for Schlafen OG2 target 18
                                        heatingcontrol.0	2021-01-21 22:15:23.384	debug	(2171) got {"val":0,"ack":true,"ts":1610304763161,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1610304763161}
                                        heatingcontrol.0	2021-01-21 22:15:23.379	debug	(2171) checking min temp with Rooms.Schlafen OG2.MinimumTemperature
                                        heatingcontrol.0	2021-01-21 22:15:23.378	debug	(2171) Schlafen OG2 CalculateRoomTemperature for manual 18
                                        heatingcontrol.0	2021-01-21 22:15:23.378	debug	(2171) CalculateRoomTemperature for Schlafen OG2 manual
                                        heatingcontrol.0	2021-01-21 22:15:23.378	debug	(2171) Schlafen OG2 manual mode changed to 18
                                        heatingcontrol.0	2021-01-21 22:15:23.378	debug	(2171) CheckManualMode Schlafen OG2
                                        heatingcontrol.0	2021-01-21 22:15:23.378	debug	(2171) Change Status target temperature in Schlafen OG2 to 18 (profile 18) in manual
                                        heatingcontrol.0	2021-01-21 22:15:23.378	debug	(2171) Schlafen OG2 ### ChangeStatus Thermostats_Target to {"val":18,"ack":false,"ts":1611263721223,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1611263721223} in man
                                        heatingcontrol.0	2021-01-21 22:15:23.377	debug	(2171) ChangeStatus recall cmd from list Schlafen OG2 Thermostats_Target {"val":18,"ack":false,"ts":1611263721223,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1611263
                                        heatingcontrol.0	2021-01-21 22:15:23.360	error	(2171) ChangeStatusCmdList is longer then 60 entries, no new entry allowed -> skipped Schlafen OG2 Thermostats_Target [object Object]
                                        heatingcontrol.0	2021-01-21 22:15:23.352	debug	(2171) ChangeStatus called, while already changing, push to list Schlafen OG2 Thermostats_Target {"val":12,"ack":false,"ts":1611263723349,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.
                                        heatingcontrol.0	2021-01-21 22:15:23.351	debug	(2171) ### handle state change alias.0.Thermostate.SchlafenOG2.SollTemp {"val":12,"ack":false,"ts":1611263723349,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":16112637
                                        heatingcontrol.0	2021-01-21 22:15:23.351	debug	(2171) UpdateDPs for Schlafen OG2 manual
                                        heatingcontrol.0	2021-01-21 22:15:23.350	debug	(2171) HandleActors for Schlafen OG2 manual
                                        heatingcontrol.0	2021-01-21 22:15:23.346	debug	(2171) Schlafen OG2 set thermostat target alias.0.Thermostate.SchlafenOG2.SollTemp to 12
                                        heatingcontrol.0	2021-01-21 22:15:23.341	debug	(2171) SetRoomTemperature started for Schlafen OG2 target 12
                                        heatingcontrol.0	2021-01-21 22:15:23.340	debug	(2171) got {"val":0,"ack":true,"ts":1610304763161,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1610304763161}
                                        heatingcontrol.0	2021-01-21 22:15:23.338	debug	(2171) checking min temp with Rooms.Schlafen OG2.MinimumTemperature
                                        heatingcontrol.0	2021-01-21 22:15:23.338	debug	(2171) Schlafen OG2 CalculateRoomTemperature for manual 12
                                        heatingcontrol.0	2021-01-21 22:15:23.338	debug	(2171) CalculateRoomTemperature for Schlafen OG2 manual
                                        heatingcontrol.0	2021-01-21 22:15:23.338	debug	(2171) Schlafen OG2 manual mode changed to 12
                                        heatingcontrol.0	2021-01-21 22:15:23.337	debug	(2171) CheckManualMode Schlafen OG2
                                        heatingcontrol.0	2021-01-21 22:15:23.337	debug	(2171) Change Status target temperature in Schlafen OG2 to 12 (profile 18) in manual
                                        heatingcontrol.0	2021-01-21 22:15:23.337	debug	(2171) Schlafen OG2 ### ChangeStatus Thermostats_Target to {"val":12,"ack":false,"ts":1611263721160,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1611263721160} in man
                                        heatingcontrol.0	2021-01-21 22:15:23.337	debug	(2171) ChangeStatus recall cmd from list Schlafen OG2 Thermostats_Target {"val":12,"ack":false,"ts":1611263721160,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1611263
                                        heatingcontrol.0	2021-01-21 22:15:23.323	error	(2171) ChangeStatusCmdList is longer then 60 entries, no new entry allowed -> skipped Dachspitz Thermostats_Target [object Object]
                                        heatingcontrol.0	2021-01-21 22:15:23.317	debug	(2171) ChangeStatus called, while already changing, push to list Dachspitz Thermostats_Target {"val":12,"ack":false,"ts":1611263723313,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.use
                                        heatingcontrol.0	2021-01-21 22:15:23.316	debug	(2171) ### handle state change alias.0.Thermostate.Dachspitz.SollTemp {"val":12,"ack":false,"ts":1611263723313,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1611263723
                                        heatingcontrol.0	2021-01-21 22:15:23.315	debug	(2171) UpdateDPs for Dachspitz manual
                                        heatingcontrol.0	2021-01-21 22:15:23.314	debug	(2171) HandleActors for Dachspitz manual
                                        heatingcontrol.0	2021-01-21 22:15:23.311	debug	(2171) Dachspitz set thermostat target alias.0.Thermostate.Dachspitz.SollTemp to 12
                                        heatingcontrol.0	2021-01-21 22:15:23.307	debug	(2171) SetRoomTemperature started for Dachspitz target 12
                                        heatingcontrol.0	2021-01-21 22:15:23.307	debug	(2171) got {"val":0,"ack":true,"ts":1610304763996,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1610304763996}
                                        heatingcontrol.0	2021-01-21 22:15:23.305	debug	(2171) checking min temp with Rooms.Dachspitz.MinimumTemperature
                                        heatingcontrol.0	2021-01-21 22:15:23.305	debug	(2171) Dachspitz CalculateRoomTemperature for manual 12
                                        heatingcontrol.0	2021-01-21 22:15:23.305	debug	(2171) CalculateRoomTemperature for Dachspitz manual
                                        heatingcontrol.0	2021-01-21 22:15:23.305	debug	(2171) Dachspitz manual mode changed to 12
                                        heatingcontrol.0	2021-01-21 22:15:23.305	debug	(2171) CheckManualMode Dachspitz
                                        heatingcontrol.0	2021-01-21 22:15:23.305	debug	(2171) Change Status target temperature in Dachspitz to 12 (profile 18) in manual
                                        heatingcontrol.0	2021-01-21 22:15:23.305	debug	(2171) Dachspitz ### ChangeStatus Thermostats_Target to {"val":12,"ack":false,"ts":1611263721072,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1611263721072} in manual
                                        heatingcontrol.0	2021-01-21 22:15:23.304	debug	(2171) ChangeStatus recall cmd from list Dachspitz Thermostats_Target {"val":12,"ack":false,"ts":1611263721072,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1611263721
                                        heatingcontrol.0	2021-01-21 22:15:23.291	debug	(2171) ChangeStatus called, while already changing, push to list Dachspitz Thermostats_Target {"val":18,"ack":true,"ts":1611263723290,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user
                                        heatingcontrol.0	2021-01-21 22:15:23.284	debug	(2171) ChangeStatus called, while already changing, push to list Dachspitz Thermostats_Target {"val":18,"ack":false,"ts":1611263723280,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.use
                                        heatingcontrol.0	2021-01-21 22:15:23.284	debug	(2171) ### handle state change alias.0.Thermostate.Dachspitz.SollTemp {"val":18,"ack":false,"ts":1611263723280,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1611263723
                                        heatingcontrol.0	2021-01-21 22:15:23.282	debug	(2171) UpdateDPs for Dachspitz manual
                                        heatingcontrol.0	2021-01-21 22:15:23.282	debug	(2171) HandleActors for Dachspitz manual
                                        heatingcontrol.0	2021-01-21 22:15:23.276	debug	(2171) Dachspitz set thermostat target alias.0.Thermostate.Dachspitz.SollTemp to 18
                                        heatingcontrol.0	2021-01-21 22:15:23.272	debug	(2171) SetRoomTemperature started for Dachspitz target 18
                                        heatingcontrol.0	2021-01-21 22:15:23.271	debug	(2171) got {"val":0,"ack":true,"ts":1610304763996,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1610304763996}
                                        heatingcontrol.0	2021-01-21 22:15:23.269	debug	(2171) checking min temp with Rooms.Dachspitz.MinimumTemperature
                                        heatingcontrol.0	2021-01-21 22:15:23.269	debug	(2171) Dachspitz CalculateRoomTemperature for manual 18
                                        heatingcontrol.0	2021-01-21 22:15:23.269	debug	(2171) CalculateRoomTemperature for Dachspitz manual
                                        heatingcontrol.0	2021-01-21 22:15:23.269	debug	(2171) Dachspitz manual mode changed to 18
                                        heatingcontrol.0	2021-01-21 22:15:23.269	debug	(2171) CheckManualMode Dachspitz
                                        

                                        Scheint im Zusammenhang mit dem beschriebenen Bug zu stehen.

                                        MfG Ulrich

                                        Rene_HMR 1 Reply Last reply
                                        0
                                        • Rene_HMR Rene_HM

                                          @ckmartens sagte in Test Adapter HeatingControl v2.0.x:

                                          Bei mir werden nicht mehr alle offenen Fenster erkannt

                                          kann es sein, dass deine Sensoren nicht true / false sondern etwas anderes melden (1, 2..)?

                                          CKMartensC Offline
                                          CKMartensC Offline
                                          CKMartens
                                          wrote on last edited by
                                          #1979

                                          @rene_hm Ja, die Homeatic liefert 0 für closes, 1 für tilted und 2 für open. (wie im Isue besprochen.)

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          744

                                          Online

                                          32.4k

                                          Users

                                          81.4k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe