Skip to content
  • Home
  • 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

Community Forum

donate donate
  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.7k

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

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

Test Adapter HeatingControl v2.12.x

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

    Hallo nochmal,

    ich habe noch ein paar Fragen und Anregungen:

    1. Wo wird der Datenpunkt zu den Feiertagen abgebildet?
      Ist es einer von diesen:
      heatingcontrol.0.PublicHolidyToday
      heatingcontrol.0.HolidayPresent
      heatingcontrol.0.Present

    Ich vermute es ist der PublicHoliday?! Wenn ja funktioniert es bei mir nicht. Mein Datenpunkt ist true und der PublicHoliday Datenpunkt ist false.

    Wozu sind die anderen beiden Datenpunkte?

    1. Sehe ich es richtig, dass sich die Soll-Temperatur-Datenpunkte "bis" zu der angegeben Zeit beziehen? In meinem Beispiel habe ich nur 3 Perioden: 0 = 5 Uhr ; 1 = 8 Uhr und 2 = 12 Uhr. Es ist jetzt 16:23 Uhr und er zeigt mir im Datenpunkt CurrentTimePeriod an, dass Period 2 =12 Uhr zieht. Müsste hier nicht Period 0 des nächsten Tages ziehen oder wie ist die Logik?

    2. Wäre es möglich zwei Datenpunkte je Raum anzulegen in der man eine manuelle Temperatur für eine definierte Zeit einstellen kann?

    3. Wäre es möglich einen Datenpunkt je Raum anzulegen, der die Darstellung des aktuellen Parameters der die Temperatur beeinflusst z.B. Urlaub / Gäste / Fenster auf etc. anzeigt? So könnte man sehen warum er in dem Raum nicht die zeitliche "Soll-Temperatur" nimmt, sondern z.B. eine Absenkung vorgenommen hat...

    Anbei mal eine mögliche Visualisierung in VIS.
    Der Code kann einfach übernommen werden, wenn Ihr mit Suchen und Ersetzen den Raumnamen durch euren (oder eure = mehrfacher Import) ersetzt. (meiner ist "Bügelzimmer")

    Basis ist erstmal 1 Profil mit 3 Perioden und dem Modi: Mo-Fr + Sa-So inkl. FT.

    Rest kann dazu gebaut werden. Wird dem ein oder anderen sicher helfen. Ich habe es selbst nur aus dem looxer-Threat abgeändert...

    VIS Bügelzimmer Heatingcontrol v0.1

    Screenshot_2019-09-10 vis.png

    B Offline
    B Offline
    Baerny
    schrieb am zuletzt editiert von
    #233

    @iobroker_Alex Hallo, ich versuche gerade deine Datei herunter zu laden. Leider ist die Datei beschädigt. Sollte doch eigentlich für eine VIS eine txt Datei sein. Könntet du bitte deine Vis oder die Widgets nochmal zur Verfügung stellen. ich schaffe es nicht die Widgets von Temperatur und Zeit dementsprechend zu ändern. Gruß Baerny

    CCU 2 | Intel NUC mit Proxmox

    I 1 Antwort Letzte Antwort
    0
    • B Baerny

      @iobroker_Alex Hallo, ich versuche gerade deine Datei herunter zu laden. Leider ist die Datei beschädigt. Sollte doch eigentlich für eine VIS eine txt Datei sein. Könntet du bitte deine Vis oder die Widgets nochmal zur Verfügung stellen. ich schaffe es nicht die Widgets von Temperatur und Zeit dementsprechend zu ändern. Gruß Baerny

      I Offline
      I Offline
      iobroker_Alex
      schrieb am zuletzt editiert von
      #234

      @Baerny mh probier nochmal... vis-bügelzimmer-heatingcontrol-v0.1.txt

      B 1 Antwort Letzte Antwort
      0
      • P Offline
        P Offline
        Pittini
        Developer
        schrieb am zuletzt editiert von Pittini
        #235

        Und noch ein Bug, Issue hab ich bereits erstellt.

        Ich habe in mehreren Zimmern Doppelfenster und somit auch 2 Kontakte. Diese lassen sich ja auch problemlos anlegen, zeigen aber ein eigenartiges Verhalten. Mach ich ein Fenster auf, erfolgt korrekte Absenkung, mach ichs wieder zu auch korrekte Solltemperatur. Mach ich jedoch beide Flügel auf, erfolgt wieder erstmal korrekte Absenkung. Mach ich jetzt von den beiden offenen eins zu, wird wieder auf Solltemp gestellt obwohl der 2te Flügel noch offen ist.

        Da ich vor kurzem mir ein Tür und Fenster offen Script gebaut hab, isses vermutlich der gleiche Fehler den ich auch anfangs beging. Es genügt nicht mit einer Variablen offen/zu abzubilden, weil "zu" dann bereits beim ersten Fenster gesetzt wird. Ich habs gelöst indem ich beim Öffnen nen Zähler hochsetze und beim Schließen wieder runterzähle und erst bei Zähler=0 wird Fenster geschlossen gesetzt.

        1 Antwort Letzte Antwort
        0
        • I iobroker_Alex

          @Baerny mh probier nochmal... vis-bügelzimmer-heatingcontrol-v0.1.txt

          B Offline
          B Offline
          Baerny
          schrieb am zuletzt editiert von
          #236

          @iobroker_Alex , Vielen Dank, hat mir weitergeholfen

          CCU 2 | Intel NUC mit Proxmox

          1 Antwort Letzte Antwort
          0
          • C Offline
            C Offline
            Conquest
            schrieb am zuletzt editiert von
            #237

            Hallo,
            ich wollte jetzt auch auf den Adapter umsteigen bekomme ihn aber nicht ans laufen.

            Folgendes steht im Log:

            screenshot-192.168.178.46-8081-2019.10.25-18-26-35.png

            1 Antwort Letzte Antwort
            0
            • C Offline
              C Offline
              ChrisXY
              schrieb am zuletzt editiert von
              #238

              hm wollte es auch nochmal versuchen. Wenn ich den Aktor hinzufüge komtm im LOG:
              (13270) exception in main [TypeError: Cannot read property 'isActive' of null]

              Wenn ich zurück in die Gruppe und die Ansicht der Aktoren geht wurde es auch nicht gespeichert

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

                versucht mal, im admin den Haken "delete all when admin starts" zu setzen. Dann speichern und admin schliessen. Dann admin wieder öffnen und den Haken entfernen und die Aktoren usw. zu konfigurieren.
                Ich habe noch einen Fehler beim Löschen von Geräten (da bin ich derzeit noch dran). Damit bleiben oft Geräte in der internen Liste, die zu o.g. exception führen. Das "delete all..." löscht intern alles...

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

                  Es gibt ein update im github: Mit der Version werden nur Daten auf Thermostat oder Aktor geschrieben, wenn sich die Werte geändert haben.

                  1 Antwort Letzte Antwort
                  0
                  • M Offline
                    M Offline
                    MyMeyer
                    schrieb am zuletzt editiert von
                    #241

                    Hallo,
                    habe die aktuelle Version 0.3.0 am laufen und bekomme bei Neuinstallation oder Neustart von dem Adapter diesen Fehler angezeigt.


                    heatingcontrol.0 2019-10-27 11:05:21.013 error exception in main [TypeError: Cannot read property 'length' of undefined]

                    Wie kann ich das Problem abstellen ?

                    MyMeyer

                    >>> Hardware: Intel I5 mit ****Debian ProxMox OS: Debian **** <<< >>> Network with UniFi <<<
                    >>> HomeMatic CCU-2 (Wired und Funk) / Philips HUE / Echo.DOT / Echo.SHOW / Xiaomi Smart-Home / Xiaomi Robot Vacuum Cleaner / Synology DS 918+ / Shelly 1&2 <<<

                    Rene_HMR 1 Antwort Letzte Antwort
                    0
                    • M MyMeyer

                      Hallo,
                      habe die aktuelle Version 0.3.0 am laufen und bekomme bei Neuinstallation oder Neustart von dem Adapter diesen Fehler angezeigt.


                      heatingcontrol.0 2019-10-27 11:05:21.013 error exception in main [TypeError: Cannot read property 'length' of undefined]

                      Wie kann ich das Problem abstellen ?

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

                      @MyMeyer kannst du bitte etwas mehr vom log posten? Andernfalls habe ich keinen Anhaltspunkt, wo dies passiert...

                      M 1 Antwort Letzte Antwort
                      0
                      • Rene_HMR Rene_HM

                        @MyMeyer kannst du bitte etwas mehr vom log posten? Andernfalls habe ich keinen Anhaltspunkt, wo dies passiert...

                        M Offline
                        M Offline
                        MyMeyer
                        schrieb am zuletzt editiert von
                        #243

                        @Rene_HM Gerne :-)


                        heatingcontrol.0 2019-10-27 11:36:01.341 error exception in main [TypeError: Cannot read property 'length' of undefined]
                        heatingcontrol.0 2019-10-27 11:36:01.341 info subscribe feiertage.0.heute.boolean
                        heatingcontrol.0 2019-10-27 11:36:01.341 debug #start subscribtion
                        heatingcontrol.0 2019-10-27 11:36:01.340 debug not active.... Esszimmer
                        heatingcontrol.0 2019-10-27 11:36:01.340 debug not active.... Gaeste_WC
                        heatingcontrol.0 2019-10-27 11:36:01.340 debug not active.... Badezimmer
                        heatingcontrol.0 2019-10-27 11:36:01.340 debug not active.... Marie
                        heatingcontrol.0 2019-10-27 11:36:01.340 debug add state Profiles.1.Buero.Su-So.Periods.5 max 5
                        heatingcontrol.0 2019-10-27 11:36:01.340 debug add state Profiles.1.Buero.Su-So.Periods.4 max 5
                        heatingcontrol.0 2019-10-27 11:36:01.340 debug add state Profiles.1.Buero.Su-So.Periods.3 max 5
                        heatingcontrol.0 2019-10-27 11:36:01.340 debug add state Profiles.1.Buero.Su-So.Periods.2 max 5
                        heatingcontrol.0 2019-10-27 11:36:01.340 debug add state Profiles.1.Buero.Su-So.Periods.1 max 5
                        heatingcontrol.0 2019-10-27 11:36:01.340 debug add state Profiles.1.Buero.Su-So.Periods.0 max 5
                        heatingcontrol.0 2019-10-27 11:36:01.340 debug add state Profiles.1.Buero.Mo-Fr.Periods.5 max 5
                        heatingcontrol.0 2019-10-27 11:36:01.340 debug add state Profiles.1.Buero.Mo-Fr.Periods.4 max 5
                        heatingcontrol.0 2019-10-27 11:36:01.340 debug add state Profiles.1.Buero.Mo-Fr.Periods.3 max 5
                        heatingcontrol.0 2019-10-27 11:36:01.340 debug add state Profiles.1.Buero.Mo-Fr.Periods.2 max 5
                        heatingcontrol.0 2019-10-27 11:36:01.340 debug add state Profiles.1.Buero.Mo-Fr.Periods.1 max 5
                        heatingcontrol.0 2019-10-27 11:36:01.340 debug add state Profiles.1.Buero.Mo-Fr.Periods.0 max 5
                        heatingcontrol.0 2019-10-27 11:36:01.340 debug Profile Type Mo-FR + Sa-So, profiles 2
                        heatingcontrol.0 2019-10-27 11:36:01.340 debug room Buero with 6 periods
                        heatingcontrol.0 2019-10-27 11:36:01.278 debug create data points for Buero
                        heatingcontrol.0 2019-10-27 11:36:01.278 debug not active.... Schlafzimmer
                        heatingcontrol.0 2019-10-27 11:36:01.278 debug not active.... Kueche
                        heatingcontrol.0 2019-10-27 11:36:01.278 debug not active.... Wohnzimmer
                        heatingcontrol.0 2019-10-27 11:36:01.278 debug rooms 8
                        heatingcontrol.0 2019-10-27 11:36:01.278 debug not active.... Esszimmer
                        heatingcontrol.0 2019-10-27 11:36:01.278 debug not active.... Gaeste_WC
                        heatingcontrol.0 2019-10-27 11:36:01.278 debug not active.... Badezimmer
                        heatingcontrol.0 2019-10-27 11:36:01.278 debug not active.... Marie
                        heatingcontrol.0 2019-10-27 11:36:01.278 debug add state Profiles.0.Buero.Su-So.Periods.5 max 5
                        heatingcontrol.0 2019-10-27 11:36:01.278 debug add state Profiles.0.Buero.Su-So.Periods.4 max 5
                        heatingcontrol.0 2019-10-27 11:36:01.278 debug add state Profiles.0.Buero.Su-So.Periods.3 max 5
                        heatingcontrol.0 2019-10-27 11:36:01.278 debug add state Profiles.0.Buero.Su-So.Periods.2 max 5
                        heatingcontrol.0 2019-10-27 11:36:01.278 debug add state Profiles.0.Buero.Su-So.Periods.1 max 5
                        heatingcontrol.0 2019-10-27 11:36:01.278 debug add state Profiles.0.Buero.Su-So.Periods.0 max 5
                        heatingcontrol.0 2019-10-27 11:36:01.277 debug add state Profiles.0.Buero.Mo-Fr.Periods.5 max 5
                        heatingcontrol.0 2019-10-27 11:36:01.277 debug add state Profiles.0.Buero.Mo-Fr.Periods.4 max 5
                        heatingcontrol.0 2019-10-27 11:36:01.277 debug add state Profiles.0.Buero.Mo-Fr.Periods.3 max 5
                        heatingcontrol.0 2019-10-27 11:36:01.277 debug add state Profiles.0.Buero.Mo-Fr.Periods.2 max 5
                        heatingcontrol.0 2019-10-27 11:36:01.277 debug add state Profiles.0.Buero.Mo-Fr.Periods.1 max 5
                        heatingcontrol.0 2019-10-27 11:36:01.277 debug add state Profiles.0.Buero.Mo-Fr.Periods.0 max 5
                        heatingcontrol.0 2019-10-27 11:36:01.277 debug Profile Type Mo-FR + Sa-So, profiles 2
                        heatingcontrol.0 2019-10-27 11:36:01.277 debug room Buero with 6 periods
                        heatingcontrol.0 2019-10-27 11:36:01.248 debug create data points for Buero
                        heatingcontrol.0 2019-10-27 11:36:01.248 debug not active.... Schlafzimmer
                        heatingcontrol.0 2019-10-27 11:36:01.248 debug not active.... Kueche
                        heatingcontrol.0 2019-10-27 11:36:01.248 debug not active.... Wohnzimmer
                        heatingcontrol.0 2019-10-27 11:36:01.248 debug rooms 8
                        heatingcontrol.0 2019-10-27 11:36:01.148 debug CreateDatepoints
                        heatingcontrol.0 2019-10-27 11:36:01.147 debug devices [{"id":1,"name":"HM-CC-RT-DN OEQ1713676","isActive":true,"room":"Wohnzimmer","type":1,"OID_Target":"hm-rpc.0.OEQ1713676.4.SET_TEMPERATURE","OID_Current":"hm-rpc.0.OEQ1713676.4.ACTUAL_TEMPERATU
                        heatingcontrol.0 2019-10-27 11:36:01.147 info starting. Version 0.3.0 in /opt/iobroker/node_modules/iobroker.heatingcontrol, node: v10.16.3
                        heatingcontrol.0 2019-10-27 11:35:58.339 info cleaned everything up...

                        MyMeyer

                        >>> Hardware: Intel I5 mit ****Debian ProxMox OS: Debian **** <<< >>> Network with UniFi <<<
                        >>> HomeMatic CCU-2 (Wired und Funk) / Philips HUE / Echo.DOT / Echo.SHOW / Xiaomi Smart-Home / Xiaomi Robot Vacuum Cleaner / Synology DS 918+ / Shelly 1&2 <<<

                        1 Antwort Letzte Antwort
                        0
                        • Rene_HMR Rene_HM

                          versucht mal, im admin den Haken "delete all when admin starts" zu setzen. Dann speichern und admin schliessen. Dann admin wieder öffnen und den Haken entfernen und die Aktoren usw. zu konfigurieren.
                          Ich habe noch einen Fehler beim Löschen von Geräten (da bin ich derzeit noch dran). Damit bleiben oft Geräte in der internen Liste, die zu o.g. exception führen. Das "delete all..." löscht intern alles...

                          C Offline
                          C Offline
                          ChrisXY
                          schrieb am zuletzt editiert von
                          #244

                          @Rene_HM said in Test Adapter HeatingControl v0.3.x:

                          versucht mal, im admin den Haken "delete all when admin starts" zu setzen. Dann speichern und admin schliessen. Dann admin wieder öffnen und den Haken entfernen und die Aktoren usw. zu konfigurieren.
                          Ich habe noch einen Fehler beim Löschen von Geräten (da bin ich derzeit noch dran). Damit bleiben oft Geräte in der internen Liste, die zu o.g. exception führen. Das "delete all..." löscht intern alles...

                          Habe ich gemacht nun wähle ich bei Geräte die Gruppe "Heizung" wenn ich dann auf das Symbol gehe geht nichts mehr auf .. Chrome und Firefox

                          Rene_HMR 1 Antwort Letzte Antwort
                          0
                          • C ChrisXY

                            @Rene_HM said in Test Adapter HeatingControl v0.3.x:

                            versucht mal, im admin den Haken "delete all when admin starts" zu setzen. Dann speichern und admin schliessen. Dann admin wieder öffnen und den Haken entfernen und die Aktoren usw. zu konfigurieren.
                            Ich habe noch einen Fehler beim Löschen von Geräten (da bin ich derzeit noch dran). Damit bleiben oft Geräte in der internen Liste, die zu o.g. exception führen. Das "delete all..." löscht intern alles...

                            Habe ich gemacht nun wähle ich bei Geräte die Gruppe "Heizung" wenn ich dann auf das Symbol gehe geht nichts mehr auf .. Chrome und Firefox

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

                            @ChrisXY Das sieht dann so aus?

                            bild1.PNG
                            In dem Fall läuft der Adapter nicht und die Daten können nicht geholt werden. Dann wäre das log interessant, um zu wissen, warum der Adapter nicht startet...

                            @MyMeyer gib mal bei "Path2PresentDP" irgendetwas ein. Wenn das die exception vermeidet, weiß ich was ich ändern muss...

                            M C 2 Antworten Letzte Antwort
                            0
                            • Rene_HMR Rene_HM

                              @ChrisXY Das sieht dann so aus?

                              bild1.PNG
                              In dem Fall läuft der Adapter nicht und die Daten können nicht geholt werden. Dann wäre das log interessant, um zu wissen, warum der Adapter nicht startet...

                              @MyMeyer gib mal bei "Path2PresentDP" irgendetwas ein. Wenn das die exception vermeidet, weiß ich was ich ändern muss...

                              M Offline
                              M Offline
                              MyMeyer
                              schrieb am zuletzt editiert von
                              #246

                              @Rene_HM sagte in Test Adapter HeatingControl v0.3.x:

                              @MyMeyer gib mal bei "Path2PresentDP" irgendetwas ein. Wenn das die exception vermeidet, weiß ich was ich ändern muss...

                              @Rene_HM Ich kann in den Datenpunkt schreiben was ich will. Die Meldung kommt trotzdem !


                              heatingcontrol.0 2019-10-27 13:42:43.644 error exception in main [TypeError: Cannot read property 'length' of undefined]
                              heatingcontrol.0 2019-10-27 13:42:43.644 info subscribe feiertage.0.heute.boolean
                              heatingcontrol.0 2019-10-27 13:42:43.644 debug #start subscribtion
                              heatingcontrol.0 2019-10-27 13:42:43.644 debug not active.... Esszimmer
                              heatingcontrol.0 2019-10-27 13:42:43.644 debug not active.... Gaeste_WC
                              heatingcontrol.0 2019-10-27 13:42:43.643 debug not active.... Badezimmer
                              heatingcontrol.0 2019-10-27 13:42:43.643 debug not active.... Marie
                              heatingcontrol.0 2019-10-27 13:42:43.643 debug add state Profiles.0.Buero.Su-So.Periods.5 max 5
                              heatingcontrol.0 2019-10-27 13:42:43.643 debug add state Profiles.0.Buero.Su-So.Periods.4 max 5
                              heatingcontrol.0 2019-10-27 13:42:43.643 debug add state Profiles.0.Buero.Su-So.Periods.3 max 5
                              heatingcontrol.0 2019-10-27 13:42:43.643 debug add state Profiles.0.Buero.Su-So.Periods.2 max 5
                              heatingcontrol.0 2019-10-27 13:42:43.643 debug add state Profiles.0.Buero.Su-So.Periods.1 max 5
                              heatingcontrol.0 2019-10-27 13:42:43.643 debug add state Profiles.0.Buero.Su-So.Periods.0 max 5
                              heatingcontrol.0 2019-10-27 13:42:43.643 debug add state Profiles.0.Buero.Mo-Fr.Periods.5 max 5
                              heatingcontrol.0 2019-10-27 13:42:43.643 debug add state Profiles.0.Buero.Mo-Fr.Periods.4 max 5
                              heatingcontrol.0 2019-10-27 13:42:43.643 debug add state Profiles.0.Buero.Mo-Fr.Periods.3 max 5
                              heatingcontrol.0 2019-10-27 13:42:43.643 debug add state Profiles.0.Buero.Mo-Fr.Periods.2 max 5
                              heatingcontrol.0 2019-10-27 13:42:43.643 debug add state Profiles.0.Buero.Mo-Fr.Periods.1 max 5
                              heatingcontrol.0 2019-10-27 13:42:43.643 debug add state Profiles.0.Buero.Mo-Fr.Periods.0 max 5
                              heatingcontrol.0 2019-10-27 13:42:43.643 debug Profile Type Mo-FR + Sa-So, profiles 1
                              heatingcontrol.0 2019-10-27 13:42:43.643 debug room Buero with 6 periods
                              heatingcontrol.0 2019-10-27 13:42:43.615 debug create data points for Buero
                              heatingcontrol.0 2019-10-27 13:42:43.615 debug not active.... Schlafzimmer
                              heatingcontrol.0 2019-10-27 13:42:43.615 debug not active.... Kueche
                              heatingcontrol.0 2019-10-27 13:42:43.615 debug not active.... Wohnzimmer
                              heatingcontrol.0 2019-10-27 13:42:43.615 debug rooms 8
                              heatingcontrol.0 2019-10-27 13:42:43.528 debug CreateDatepoints
                              heatingcontrol.0 2019-10-27 13:42:43.528 debug devices [{"id":1,"name":"HM-CC-RT-DN OEQ1713676","isActive":true,"room":"Wohnzimmer","type":1,"OID_Target":"hm-rpc.0.OEQ1713676.4.SET_TEMPERATURE","OID_Current":"hm-rpc.0.OEQ1713676.4.ACTUAL_TEMPERATU
                              heatingcontrol.0 2019-10-27 13:42:43.528 info starting. Version 0.3.0 in /opt/iobroker/node_modules/iobroker.heatingcontrol, node: v10.16.3
                              heatingcontrol.0 2019-10-27 13:42:40.730 info cleaned everything up...
                              heatingcontrol.0 2019-10-27 13:42:15.501 debug ### state change already handled: true / true /// feiertage.0.heute.boolean / feiertage.0.heute.boolean
                              heatingcontrol.0 2019-10-27 13:42:15.499 debug ### handle state change feiertage.0.heute.boolean {"val":true,"ack":false,"ts":1572180135497,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":1572180133136}
                              heatingcontrol.0 2019-10-27 13:42:13.142 debug ### feiertage.0.heute.boolean true 1
                              heatingcontrol.0 2019-10-27 13:42:13.139 debug ### handle state change feiertage.0.heute.boolean {"val":true,"ack":false,"ts":1572180133136,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":1572180133136}

                              MyMeyer

                              >>> Hardware: Intel I5 mit ****Debian ProxMox OS: Debian **** <<< >>> Network with UniFi <<<
                              >>> HomeMatic CCU-2 (Wired und Funk) / Philips HUE / Echo.DOT / Echo.SHOW / Xiaomi Smart-Home / Xiaomi Robot Vacuum Cleaner / Synology DS 918+ / Shelly 1&2 <<<

                              Rene_HMR 1 Antwort Letzte Antwort
                              0
                              • Rene_HMR Rene_HM

                                @ChrisXY Das sieht dann so aus?

                                bild1.PNG
                                In dem Fall läuft der Adapter nicht und die Daten können nicht geholt werden. Dann wäre das log interessant, um zu wissen, warum der Adapter nicht startet...

                                @MyMeyer gib mal bei "Path2PresentDP" irgendetwas ein. Wenn das die exception vermeidet, weiß ich was ich ändern muss...

                                C Offline
                                C Offline
                                ChrisXY
                                schrieb am zuletzt editiert von
                                #247

                                @Rene_HM said in Test Adapter HeatingControl v0.3.x:

                                @ChrisXY Das sieht dann so aus?

                                bild1.PNG
                                In dem Fall läuft der Adapter nicht und die Daten können nicht geholt werden. Dann wäre das log interessant, um zu wissen, warum der Adapter nicht startet...

                                @MyMeyer gib mal bei "Path2PresentDP" irgendetwas ein. Wenn das die exception vermeidet, weiß ich was ich ändern muss...

                                Nein eben das geht nicht mehr auf. Kann wie wild auf den "stift" drücken aber es geht nichts mehr auf. Vor dem "delete all when admin starts" ging das noch auf.

                                Rene_HMR 1 Antwort Letzte Antwort
                                0
                                • C ChrisXY

                                  @Rene_HM said in Test Adapter HeatingControl v0.3.x:

                                  @ChrisXY Das sieht dann so aus?

                                  bild1.PNG
                                  In dem Fall läuft der Adapter nicht und die Daten können nicht geholt werden. Dann wäre das log interessant, um zu wissen, warum der Adapter nicht startet...

                                  @MyMeyer gib mal bei "Path2PresentDP" irgendetwas ein. Wenn das die exception vermeidet, weiß ich was ich ändern muss...

                                  Nein eben das geht nicht mehr auf. Kann wie wild auf den "stift" drücken aber es geht nichts mehr auf. Vor dem "delete all when admin starts" ging das noch auf.

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

                                  @ChrisXY welchen "stift" meinst du? Ich habe hier nur auf "devices" oben in der Menüleiste gedrückt...

                                  C 1 Antwort Letzte Antwort
                                  0
                                  • Rene_HMR Rene_HM

                                    @ChrisXY welchen "stift" meinst du? Ich habe hier nur auf "devices" oben in der Menüleiste gedrückt...

                                    C Offline
                                    C Offline
                                    ChrisXY
                                    schrieb am zuletzt editiert von
                                    #249

                                    @Rene_HM said in Test Adapter HeatingControl v0.3.x:

                                    @ChrisXY welchen "stift" meinst du? Ich habe hier nur auf "devices" oben in der Menüleiste gedrückt...

                                    Unbenannt.PNG

                                    M 1 Antwort Letzte Antwort
                                    0
                                    • C ChrisXY

                                      @Rene_HM said in Test Adapter HeatingControl v0.3.x:

                                      @ChrisXY welchen "stift" meinst du? Ich habe hier nur auf "devices" oben in der Menüleiste gedrückt...

                                      Unbenannt.PNG

                                      M Offline
                                      M Offline
                                      MyMeyer
                                      schrieb am zuletzt editiert von
                                      #250

                                      @ChrisXY

                                      Das sieht bei mir auch so aus wenn der Adapter offline ist.
                                      Es sollte so aussehen wie in dem Bild.
                                      21183706-c16a-41a5-83c3-0449a9cbd7cf-image.png

                                      MyMeyer

                                      >>> Hardware: Intel I5 mit ****Debian ProxMox OS: Debian **** <<< >>> Network with UniFi <<<
                                      >>> HomeMatic CCU-2 (Wired und Funk) / Philips HUE / Echo.DOT / Echo.SHOW / Xiaomi Smart-Home / Xiaomi Robot Vacuum Cleaner / Synology DS 918+ / Shelly 1&2 <<<

                                      C 1 Antwort Letzte Antwort
                                      0
                                      • M MyMeyer

                                        @Rene_HM sagte in Test Adapter HeatingControl v0.3.x:

                                        @MyMeyer gib mal bei "Path2PresentDP" irgendetwas ein. Wenn das die exception vermeidet, weiß ich was ich ändern muss...

                                        @Rene_HM Ich kann in den Datenpunkt schreiben was ich will. Die Meldung kommt trotzdem !


                                        heatingcontrol.0 2019-10-27 13:42:43.644 error exception in main [TypeError: Cannot read property 'length' of undefined]
                                        heatingcontrol.0 2019-10-27 13:42:43.644 info subscribe feiertage.0.heute.boolean
                                        heatingcontrol.0 2019-10-27 13:42:43.644 debug #start subscribtion
                                        heatingcontrol.0 2019-10-27 13:42:43.644 debug not active.... Esszimmer
                                        heatingcontrol.0 2019-10-27 13:42:43.644 debug not active.... Gaeste_WC
                                        heatingcontrol.0 2019-10-27 13:42:43.643 debug not active.... Badezimmer
                                        heatingcontrol.0 2019-10-27 13:42:43.643 debug not active.... Marie
                                        heatingcontrol.0 2019-10-27 13:42:43.643 debug add state Profiles.0.Buero.Su-So.Periods.5 max 5
                                        heatingcontrol.0 2019-10-27 13:42:43.643 debug add state Profiles.0.Buero.Su-So.Periods.4 max 5
                                        heatingcontrol.0 2019-10-27 13:42:43.643 debug add state Profiles.0.Buero.Su-So.Periods.3 max 5
                                        heatingcontrol.0 2019-10-27 13:42:43.643 debug add state Profiles.0.Buero.Su-So.Periods.2 max 5
                                        heatingcontrol.0 2019-10-27 13:42:43.643 debug add state Profiles.0.Buero.Su-So.Periods.1 max 5
                                        heatingcontrol.0 2019-10-27 13:42:43.643 debug add state Profiles.0.Buero.Su-So.Periods.0 max 5
                                        heatingcontrol.0 2019-10-27 13:42:43.643 debug add state Profiles.0.Buero.Mo-Fr.Periods.5 max 5
                                        heatingcontrol.0 2019-10-27 13:42:43.643 debug add state Profiles.0.Buero.Mo-Fr.Periods.4 max 5
                                        heatingcontrol.0 2019-10-27 13:42:43.643 debug add state Profiles.0.Buero.Mo-Fr.Periods.3 max 5
                                        heatingcontrol.0 2019-10-27 13:42:43.643 debug add state Profiles.0.Buero.Mo-Fr.Periods.2 max 5
                                        heatingcontrol.0 2019-10-27 13:42:43.643 debug add state Profiles.0.Buero.Mo-Fr.Periods.1 max 5
                                        heatingcontrol.0 2019-10-27 13:42:43.643 debug add state Profiles.0.Buero.Mo-Fr.Periods.0 max 5
                                        heatingcontrol.0 2019-10-27 13:42:43.643 debug Profile Type Mo-FR + Sa-So, profiles 1
                                        heatingcontrol.0 2019-10-27 13:42:43.643 debug room Buero with 6 periods
                                        heatingcontrol.0 2019-10-27 13:42:43.615 debug create data points for Buero
                                        heatingcontrol.0 2019-10-27 13:42:43.615 debug not active.... Schlafzimmer
                                        heatingcontrol.0 2019-10-27 13:42:43.615 debug not active.... Kueche
                                        heatingcontrol.0 2019-10-27 13:42:43.615 debug not active.... Wohnzimmer
                                        heatingcontrol.0 2019-10-27 13:42:43.615 debug rooms 8
                                        heatingcontrol.0 2019-10-27 13:42:43.528 debug CreateDatepoints
                                        heatingcontrol.0 2019-10-27 13:42:43.528 debug devices [{"id":1,"name":"HM-CC-RT-DN OEQ1713676","isActive":true,"room":"Wohnzimmer","type":1,"OID_Target":"hm-rpc.0.OEQ1713676.4.SET_TEMPERATURE","OID_Current":"hm-rpc.0.OEQ1713676.4.ACTUAL_TEMPERATU
                                        heatingcontrol.0 2019-10-27 13:42:43.528 info starting. Version 0.3.0 in /opt/iobroker/node_modules/iobroker.heatingcontrol, node: v10.16.3
                                        heatingcontrol.0 2019-10-27 13:42:40.730 info cleaned everything up...
                                        heatingcontrol.0 2019-10-27 13:42:15.501 debug ### state change already handled: true / true /// feiertage.0.heute.boolean / feiertage.0.heute.boolean
                                        heatingcontrol.0 2019-10-27 13:42:15.499 debug ### handle state change feiertage.0.heute.boolean {"val":true,"ack":false,"ts":1572180135497,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":1572180133136}
                                        heatingcontrol.0 2019-10-27 13:42:13.142 debug ### feiertage.0.heute.boolean true 1
                                        heatingcontrol.0 2019-10-27 13:42:13.139 debug ### handle state change feiertage.0.heute.boolean {"val":true,"ack":false,"ts":1572180133136,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":1572180133136}

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

                                        @MyMeyer nimm mal bitte die letzte Version vom github. Ich habe noch einige exception handler eingebaut. Ich hoffe, damit startet der Adapter...

                                        M 1 Antwort Letzte Antwort
                                        0
                                        • Rene_HMR Rene_HM

                                          @MyMeyer nimm mal bitte die letzte Version vom github. Ich habe noch einige exception handler eingebaut. Ich hoffe, damit startet der Adapter...

                                          M Offline
                                          M Offline
                                          MyMeyer
                                          schrieb am zuletzt editiert von MyMeyer
                                          #252

                                          @Rene_HM
                                          Habe jetzt den neuen Adapter installiert. Jetzt startet er , aber es gibt auch Fehler.

                                          Siehe Log:


                                          heatingcontrol.0 2019-10-27 16:04:53.724 debug ### state change already handled: 18 / 18 /// hm-rpc.0.PEQ1190228.4.SET_TEMPERATURE / hm-rpc.0.PEQ1190228.4.SET_TEMPERATURE
                                          heatingcontrol.0 2019-10-27 16:04:53.724 debug ### handle state change hm-rpc.0.PEQ1190228.4.SET_TEMPERATURE {"val":18,"ack":true,"ts":1572188693721,"q":0,"from":"system.adapter.hm-rpc.0","user":"system.user.admin","lc":1572188692846}
                                          heatingcontrol.0 2019-10-27 16:04:52.872 debug ### all StateChange handled
                                          heatingcontrol.0 2019-10-27 16:04:52.872 debug ### 222 handled
                                          heatingcontrol.0 2019-10-27 16:04:52.870 info handle actors Buero current 20.3 target 18
                                          heatingcontrol.0 2019-10-27 16:04:52.861 debug ### {"id":4,"name":"HM-CC-RT-DN PEQ1190228","isActive":true,"room":"Buero","type":1,"OID_Target":"hm-rpc.0.PEQ1190228.4.SET_TEMPERATURE","OID_Current":"hm-rpc.0.PEQ1190228.4.ACTUAL_TEMPERATURE"}
                                          heatingcontrol.0 2019-10-27 16:04:52.861 debug handle actors hm-rpc.0.PEQ1190228.4.SET_TEMPERATURE{"val":18,"ack":false,"ts":1572188692846,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1572188692846}
                                          heatingcontrol.0 2019-10-27 16:04:52.861 debug ### 111 not handled
                                          heatingcontrol.0 2019-10-27 16:04:52.861 debug ### hm-rpc.0.PEQ1190228.4.SET_TEMPERATURE 18 1
                                          heatingcontrol.0 2019-10-27 16:04:52.861 debug thermostat hm-rpc.0.PEQ1190228.4.SET_TEMPERATURE to 18
                                          heatingcontrol.0 2019-10-27 16:04:52.861 debug ### handle state change hm-rpc.0.PEQ1190228.4.SET_TEMPERATURE {"val":18,"ack":false,"ts":1572188692846,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1572188692846}
                                          heatingcontrol.0 2019-10-27 16:04:52.824 info room Buero Thermostat HM-CC-RT-DN PEQ1190228 set to 18
                                          heatingcontrol.0 2019-10-27 16:04:52.824 debug ### 18 0 0 0 0 0
                                          heatingcontrol.0 2019-10-27 16:04:52.823 debug check ID Profiles.0.Buero.Su-So.Periods.5.time
                                          heatingcontrol.0 2019-10-27 16:04:52.822 debug check ID Profiles.0.Buero.Su-So.Periods.4.time
                                          heatingcontrol.0 2019-10-27 16:04:52.822 debug check time for Buero Profiles.0.Buero.Su-So.Periods.3.time 18
                                          heatingcontrol.0 2019-10-27 16:04:52.818 debug check ID Profiles.0.Buero.Su-So.Periods.3.time
                                          heatingcontrol.0 2019-10-27 16:04:52.818 debug check time for Buero Profiles.0.Buero.Su-So.Periods.2.time 21
                                          heatingcontrol.0 2019-10-27 16:04:52.816 debug check ID Profiles.0.Buero.Su-So.Periods.2.time
                                          heatingcontrol.0 2019-10-27 16:04:52.816 debug check time for Buero Profiles.0.Buero.Su-So.Periods.1.time 21
                                          heatingcontrol.0 2019-10-27 16:04:52.810 debug check ID Profiles.0.Buero.Su-So.Periods.1.time
                                          heatingcontrol.0 2019-10-27 16:04:52.810 debug check time for Buero Profiles.0.Buero.Su-So.Periods.0.time 19
                                          heatingcontrol.0 2019-10-27 16:04:52.789 debug check ID Profiles.0.Buero.Su-So.Periods.0.time
                                          heatingcontrol.0 2019-10-27 16:04:52.789 debug number of periods 6
                                          heatingcontrol.0 2019-10-27 16:04:52.789 debug check room Buero
                                          heatingcontrol.0 2019-10-27 16:04:52.789 debug profile 0
                                          heatingcontrol.0 2019-10-27 16:04:52.786 debug get profile
                                          heatingcontrol.0 2019-10-27 16:04:52.786 debug profile type 2
                                          heatingcontrol.0 2019-10-27 16:04:52.710 info calculating new target temperatures
                                          heatingcontrol.0 2019-10-27 16:04:52.710 error exception in CalculateNextTime[TypeError: Cannot read property 'val' of null]
                                          heatingcontrol.0 2019-10-27 16:04:52.702 debug push to list = 22,00,00
                                          heatingcontrol.0 2019-10-27 16:04:52.701 debug ---1 found time for Buero at {"val":"22:00:00","ack":true,"ts":1572176873125,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1572176871995} 22:00:00
                                          heatingcontrol.0 2019-10-27 16:04:52.627 debug push to list = 18,00,00
                                          heatingcontrol.0 2019-10-27 16:04:52.626 debug ---1 found time for Buero at {"val":"18:00:00","ack":true,"ts":1572176851405,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1572176847611} 18:00:00
                                          heatingcontrol.0 2019-10-27 16:04:52.623 debug push to list = 15,00,00
                                          heatingcontrol.0 2019-10-27 16:04:52.623 debug ---1 found time for Buero at {"val":"15:00:00","ack":true,"ts":1572176835284,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1572176833925} 15:00:00
                                          heatingcontrol.0 2019-10-27 16:04:52.623 debug push to list = 10,00,00
                                          heatingcontrol.0 2019-10-27 16:04:52.623 debug ---1 found time for Buero at {"val":"10:00:00","ack":true,"ts":1572176814341,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1572176812389} 10:00:00
                                          heatingcontrol.0 2019-10-27 16:04:52.595 debug push to list = 08,00,00
                                          heatingcontrol.0 2019-10-27 16:04:52.595 debug ---1 found time for Buero at {"val":"08:00:00","ack":true,"ts":1572184119657,"q":0,"from":"system.adapter.heatingcontrol.0","user":"system.user.admin","lc":1572176900108} 08:00:00
                                          heatingcontrol.0 2019-10-27 16:04:52.552 debug profile 0
                                          heatingcontrol.0 2019-10-27 16:04:52.552 debug get profile
                                          heatingcontrol.0 2019-10-27 16:04:52.552 debug start CalculateNextTime, profile type 2
                                          heatingcontrol.0 2019-10-27 16:04:52.552 debug #subscribtion finished
                                          heatingcontrol.0 2019-10-27 16:04:52.552 info subscribe Buero mihome.0.devices.magnet_158d0002c39516.state
                                          heatingcontrol.0 2019-10-27 16:04:52.552 info subscribe Buero mihome.0.devices.magnet_158d0002059e23.state
                                          heatingcontrol.0 2019-10-27 16:04:52.552 info subscribe Buero mihome.0.devices.magnet_158d0002047172.state
                                          heatingcontrol.0 2019-10-27 16:04:52.552 info subscribe Buero hm-rpc.0.PEQ1190228.4.SET_TEMPERATURE / hm-rpc.0.PEQ1190228.4.ACTUAL_TEMPERATURE
                                          heatingcontrol.0 2019-10-27 16:04:52.552 debug no subscribe Path2PresentDP
                                          heatingcontrol.0 2019-10-27 16:04:52.552 debug no subscribe Path2FeiertagAdapter
                                          heatingcontrol.0 2019-10-27 16:04:52.552 debug #start subscribtion
                                          heatingcontrol.0 2019-10-27 16:04:52.552 debug not active.... Esszimmer
                                          heatingcontrol.0 2019-10-27 16:04:52.552 debug not active.... Gaeste_WC
                                          heatingcontrol.0 2019-10-27 16:04:52.552 debug not active.... Badezimmer
                                          heatingcontrol.0 2019-10-27 16:04:52.551 debug not active.... Marie
                                          heatingcontrol.0 2019-10-27 16:04:52.551 debug add state Profiles.0.Buero.Su-So.Periods.5 max 5
                                          heatingcontrol.0 2019-10-27 16:04:52.551 debug add state Profiles.0.Buero.Su-So.Periods.4 max 5
                                          heatingcontrol.0 2019-10-27 16:04:52.551 debug add state Profiles.0.Buero.Su-So.Periods.3 max 5
                                          heatingcontrol.0 2019-10-27 16:04:52.551 debug add state Profiles.0.Buero.Su-So.Periods.2 max 5
                                          heatingcontrol.0 2019-10-27 16:04:52.551 debug add state Profiles.0.Buero.Su-So.Periods.1 max 5
                                          heatingcontrol.0 2019-10-27 16:04:52.551 debug add state Profiles.0.Buero.Su-So.Periods.0 max 5
                                          heatingcontrol.0 2019-10-27 16:04:52.551 debug add state Profiles.0.Buero.Mo-Fr.Periods.5 max 5
                                          heatingcontrol.0 2019-10-27 16:04:52.551 debug add state Profiles.0.Buero.Mo-Fr.Periods.4 max 5
                                          heatingcontrol.0 2019-10-27 16:04:52.551 debug add state Profiles.0.Buero.Mo-Fr.Periods.3 max 5
                                          heatingcontrol.0 2019-10-27 16:04:52.551 debug add state Profiles.0.Buero.Mo-Fr.Periods.2 max 5
                                          heatingcontrol.0 2019-10-27 16:04:52.551 debug add state Profiles.0.Buero.Mo-Fr.Periods.1 max 5
                                          heatingcontrol.0 2019-10-27 16:04:52.551 debug add state Profiles.0.Buero.Mo-Fr.Periods.0 max 5
                                          heatingcontrol.0 2019-10-27 16:04:52.551 debug Profile Type Mo-FR + Sa-So, profiles 1
                                          heatingcontrol.0 2019-10-27 16:04:52.551 debug room Buero with 6 periods
                                          heatingcontrol.0 2019-10-27 16:04:52.517 debug create data points for Buero
                                          heatingcontrol.0 2019-10-27 16:04:52.517 debug not active.... Schlafzimmer
                                          heatingcontrol.0 2019-10-27 16:04:52.516 debug not active.... Kueche
                                          heatingcontrol.0 2019-10-27 16:04:52.516 debug not active.... Wohnzimmer
                                          heatingcontrol.0 2019-10-27 16:04:52.516 debug rooms 8
                                          heatingcontrol.0 2019-10-27 16:04:52.430 debug CreateDatepoints
                                          heatingcontrol.0 2019-10-27 16:04:52.430 debug devices [{"id":1,"name":"HM-CC-RT-DN OEQ1713676","isActive":true,"room":"Wohnzimmer","type":1,"OID_Target":"hm-rpc.0.OEQ1713676.4.SET_TEMPERATURE","OID_Current":"hm-rpc.0.OEQ1713676.4.ACTUAL_TEMPERATU
                                          heatingcontrol.0 2019-10-27 16:04:52.430 info starting. Version 0.3.0 in /opt/iobroker/node_modules/iobroker.heatingcontrol, node: v10.16.3
                                          heatingcontrol.0 2019-10-27 16:04:49.620 info cleaned everything up...
                                          heatingcontrol.0 2019-10-27 16:04:14.404 debug sendTo "listRooms" to system.adapter.admin.0 from system.adapter.heatingcontrol.0
                                          heatingcontrol.0 2019-10-27 16:04:14.404 debug all rooms done [{"id":1,"name":"HM-CC-RT-DN OEQ1713676","isActive":true,"room":"Wohnzimmer","type":1,"OID_Target":"hm-rpc.0.OEQ1713676.4.SET_TEMPERATURE","OID_Current":"hm-rpc.0.OEQ1713676.4.ACTUAL_TE
                                          heatingcontrol.0 2019-10-27 16:04:14.404 debug sendTo "listDevices" to system.adapter.admin.0 from system.adapter.heatingcontrol.0
                                          heatingcontrol.0 2019-10-27 16:04:14.404 debug all rooms done [{"id":1,"name":"HM-CC-RT-DN OEQ1713676","isActive":true,"room":"Wohnzimmer","type":1,"OID_Target":"hm-rpc.0.OEQ1713676.4.SET_TEMPERATURE","OID_Current":"hm-rpc.0.OEQ1713676.4.ACTUAL_TE
                                          heatingcontrol.0 2019-10-27 16:04:14.027 debug sendTo "listFunctions" to system.adapter.admin.0 from system.adapter.heatingcontrol.0
                                          heatingcontrol.0 2019-10-27 16:04:14.027 debug all functions done [{"name":"Licht"},{"name":"Tuer"},{"name":"Fenster"},{"name":"Rollladen"},{"name":"Heizung"},{"name":"Verschluss"},{"name":"Color"}]
                                          heatingcontrol.0 2019-10-27 16:04:14.026 debug function enums: {"result":{"enum.functions.Licht":{"_id":"enum.functions.Licht","common":{"name":"Licht","members":["hue.0.Philips_hue.Esszimmer.level","hue.0.Philips_hue.Fensterbank.level","hue.0.Phi
                                          heatingcontrol.0 2019-10-27 16:04:14.017 debug ### start ListFunctions

                                          Also jetzt läuft der Adapter trotz Fehler. Ich werde jetzt erstmal die VIS einstellen und es weiter beobachten.

                                          Danke für deine schnelle Hilfe... :+1:

                                          MyMeyer

                                          >>> Hardware: Intel I5 mit ****Debian ProxMox OS: Debian **** <<< >>> Network with UniFi <<<
                                          >>> HomeMatic CCU-2 (Wired und Funk) / Philips HUE / Echo.DOT / Echo.SHOW / Xiaomi Smart-Home / Xiaomi Robot Vacuum Cleaner / Synology DS 918+ / Shelly 1&2 <<<

                                          Rene_HMR 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

                                          968

                                          Online

                                          32.4k

                                          Benutzer

                                          81.5k

                                          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
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe