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

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Tester
  4. Test Adapter Daikin-Cloud 0.0.1

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    12
    1
    128

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    17
    1
    4.3k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.2k

Test Adapter Daikin-Cloud 0.0.1

Scheduled Pinned Locked Moved Tester
307 Posts 46 Posters 67.3k Views 40 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.
  • E Offline
    E Offline
    eronnyk
    wrote on last edited by
    #92

    @apollon77 Ich hatte dort versucht die Klimaanlage Wohnzimmer einzuschalten.

    apollon77A 1 Reply Last reply
    0
    • E eronnyk

      @apollon77 Ich hatte dort versucht die Klimaanlage Wohnzimmer einzuschalten.

      apollon77A Offline
      apollon77A Offline
      apollon77
      wrote on last edited by
      #93

      @eronnyk Und wie? Also wie gesagt im Log sehe ich state-Änderungen die aber ALLE mit ack=true reinkamen.

      Also Wenn du im Admin oder nem Skript gesteuert hast dann falsch! Also Wie hast Du es genau versucht zu steuern? Details bitte. Und ggf nochmal log machen und schauen welche Zeile GENAU kommen wenn du Steuern willst

      Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

      • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
      • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
      1 Reply Last reply
      0
      • E Offline
        E Offline
        eronnyk
        wrote on last edited by
        #94

        @apollon77 Ich habe den Adapter jetzt mal gelöscht und neu installiert.
        Jetzt kann ich die Anlagen mit meinem Script bei Fenster auf, ausschalten.
        Vielen Dank für deine Bemühungen.

        Lg Ronny

        1 Reply Last reply
        0
        • apollon77A apollon77
          Aktuelle Test Version 0.0.1
          Veröffentlichungsdatum 22.05.2022
          Github Link https://github.com/Apollon77/ioBroker.daikin-cloud

          Hi All Daikin und ioBroker Fans,

          heute gibt es meinen zweiten Daikin-Adapter, diesmal für die neueren Geräte mit den BRP069C4x WLAN-Adaptern, die nur mit der Daikin-Cloud und der Daikin Onecta App.

          Zur einmaligen authentifizierung mit der Daikin-Cloud kann der User zwischen zwei Optionen wählen:

          Login via E-Mail und Password

          Dazu hinterlegt der User E-Mail und Password zum Daikin Cloud Account (wird verschlüsselt gespeichert) und der Adapter versucht einen Automatischen Login. manchmal kann es sein das die Daikin Cloud ein Captcha verlangt (vor allem falls man mal vorher falsche Zugangsdaten genutzt hatte). Dann muss man Tricksen um seine IP wieder "gut" zu machen. Dann siehe https://github.com/Apollon77/ioBroker.daikin-cloud#login-via-e-mailpassword

          Login via Proxy

          Alternativ kann man einen "Proxy-prozess" durchlaufen bei welchem man sich einmalig in seinen Daikin-Cloud Account einloggen muss. In dem Zuge werden Zugangstokens ausgelesen, welche dann für die Verbindung verwendet werden. Email und Passwort werden dann nicht im Adapter gespeichert!
          Der Proxy-Prozess wird per Adapter-Konfiguration im Admin gestartet und der Ablauf dort erklärt. Weitere Informationen dazu sind unter https://github.com/Apollon77/ioBroker.daikin-cloud/blob/master/PROXY.md zusammengefasst - hier freue ich mich nach Euren Erfahrungen über Feedback was man an der Erklärung verbessern kann! Auch der aktuelle Inhalt ist primär aus der Community entstanden - ich kann bei den Details, wo man wie das Zertifikat reinbekommen kann in welchem Browser bzw Device und so weniger helfen!

          Nach dem Login werden eine ganze Menge Objekte und States mit allen Daten angelegt. Einige sind schreibbar, einige nicht. Schreiben auf nicht schreibbare States gibt eine Logzeile und der Wert wird zurückgesetzt.
          Wenn ein Gerät in der Cloud als "offline" markiert ist dann sind auch alle States nicht schreibbar (weil die Daikin-Cloud das so zurückgibt).

          Das Abfrageinterval des Adapters kann eingestellt werden. Der Standard sind 60 Sekunden und als Minimum habe ich 30 Sekunden definiert - wir wollen ja die Daikin Cloud nicht überlasten :-)

          Die Steuerung über die Cloud ist nicht die schnellste. Daher wird nach einem erfolgreichen Schreiben eines Werts/Aktion zur Cloud dies im State direkt bestätigt, auch wenn die echte Ausführung später passiert. Der State wird dann nachdem die Cloud bei (einer) der nächsten Abfrage(n) die Aktion ausgeführt hat nochmals mit "bestätigt-Flag = true" bestätigt.

          Der Adapter funktioniert mit Nodejs 12, 14 und 16. Node.js 18 ist aktuell NICHT unterstützt, da eine genutzte Library das nicht zuläst - hoffe das ändert sich bald, aber sollten die wenigstens von Euch betreffen.

          Bei Fehlern oder anderen Dingen bitte ein Issue unter https://github.com/Apollon77/ioBroker.daikin-cloud/issues anlegen. Falls Ihr unsicher seid oder bei Fragen zum Proxy-Prozess am besten erstmal hier nachfragen.

          Damit dann viel Spass und berichtet bitte.

          Ingo

          H Offline
          H Offline
          Harry-IO-HM
          wrote on last edited by
          #95

          Hi,
          ich bekomme im November einen Stapel Klimageräte von Daikin.
          In der App soll es eine Energieverbrauchsanzeige geben.
          Da ich ein Kontroll-Freak bin... werden diese Daten über den Adapter zur Verfügung gestellt?
          Falls nicht, werde ich mir ein paar Shellys in die Verteilung setzen.

          Danke,
          Harry

          apollon77A Elektroniker86E 2 Replies Last reply
          0
          • H Harry-IO-HM

            Hi,
            ich bekomme im November einen Stapel Klimageräte von Daikin.
            In der App soll es eine Energieverbrauchsanzeige geben.
            Da ich ein Kontroll-Freak bin... werden diese Daten über den Adapter zur Verfügung gestellt?
            Falls nicht, werde ich mir ein paar Shellys in die Verteilung setzen.

            Danke,
            Harry

            apollon77A Offline
            apollon77A Offline
            apollon77
            wrote on last edited by
            #96

            @harry-io-hm Der Adapter verarbeitet die Bereitgestellten Daten generell mal generisch ... also wenn es in der Ckoud Response dabei ist sollte es im Adapter auftauchen ... Obs hübsch ist oder nicht weiss ich nicht. Wäre für mich ein. Abwarten und dann schauen wir mal.

            Sonst müsste jemand der es nutzt mal was dazu sagen.

            Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

            • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
            • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
            1 Reply Last reply
            0
            • H Harry-IO-HM

              Hi,
              ich bekomme im November einen Stapel Klimageräte von Daikin.
              In der App soll es eine Energieverbrauchsanzeige geben.
              Da ich ein Kontroll-Freak bin... werden diese Daten über den Adapter zur Verfügung gestellt?
              Falls nicht, werde ich mir ein paar Shellys in die Verteilung setzen.

              Danke,
              Harry

              Elektroniker86E Offline
              Elektroniker86E Offline
              Elektroniker86
              wrote on last edited by
              #97

              @harry-io-hm

              Servus, ich habe eine Perfera eingebunden. Im Adapter kommen sehr viele Daten an. Auch die Verbrauchte elektrische Energie, jedoch nur Tagesaktuell, also es gibt keinen Gesamtverbrauchszähler.
              Die verbrauchte Energie wird nur für den aktuellen Tag angezeigt.

              Unbenannt.JPG

              G 1 Reply Last reply
              0
              • Elektroniker86E Elektroniker86

                @harry-io-hm

                Servus, ich habe eine Perfera eingebunden. Im Adapter kommen sehr viele Daten an. Auch die Verbrauchte elektrische Energie, jedoch nur Tagesaktuell, also es gibt keinen Gesamtverbrauchszähler.
                Die verbrauchte Energie wird nur für den aktuellen Tag angezeigt.

                Unbenannt.JPG

                G Offline
                G Offline
                gammler2003
                wrote on last edited by
                #98

                @elektroniker86

                Ich habe auch eine Perfera und meine Objekte sehen aus wie in deinem Screenshot - unter *.climateControl.consumptionData.electrical steht auch bei mir (null) kWh.
                Wo genau siehst du die tagesaktuell verbrauchte Energie? Suche ich an der falschen Stelle?

                Vielen Dank & viele Grüße

                K 1 Reply Last reply
                0
                • S Offline
                  S Offline
                  stephan_harz
                  wrote on last edited by
                  #99

                  Besten Dank für diesen Adapter! Funktioniert auf anhieb mit meiner Daikin Erdwärmepumpe! Werde ihn die nächsten Tage und Wochen intensiv testen und meine PV damit koppeln.

                  1 Reply Last reply
                  1
                  • G gammler2003

                    @elektroniker86

                    Ich habe auch eine Perfera und meine Objekte sehen aus wie in deinem Screenshot - unter *.climateControl.consumptionData.electrical steht auch bei mir (null) kWh.
                    Wo genau siehst du die tagesaktuell verbrauchte Energie? Suche ich an der falschen Stelle?

                    Vielen Dank & viele Grüße

                    K Offline
                    K Offline
                    Kymchy
                    wrote on last edited by
                    #100

                    @gammler2003
                    Hi,
                    das kann ich bestätigen. Bekomme bei *.climateControl.consumptionData.electrical auch nur (null) kWh angezeigt. Aktuelle Werte würden mir schon reichen, den Rest kann ich über SQL machen.

                    Das WLAN Modul der Perfera kann übrigens nur WPA2 und nicht WPA3. Finde ich etwas armselig für einen so renommierten Hersteller wie Daikin.

                    Viele Grüße und ein schönes Restwochenende
                    Kymchy

                    apollon77A 1 Reply Last reply
                    0
                    • K Kymchy

                      @gammler2003
                      Hi,
                      das kann ich bestätigen. Bekomme bei *.climateControl.consumptionData.electrical auch nur (null) kWh angezeigt. Aktuelle Werte würden mir schon reichen, den Rest kann ich über SQL machen.

                      Das WLAN Modul der Perfera kann übrigens nur WPA2 und nicht WPA3. Finde ich etwas armselig für einen so renommierten Hersteller wie Daikin.

                      Viele Grüße und ein schönes Restwochenende
                      Kymchy

                      apollon77A Offline
                      apollon77A Offline
                      apollon77
                      wrote on last edited by
                      #101

                      @kymchy sagte in Test Adapter Daikin-Cloud 0.0.1:

                      das kann ich bestätigen. Bekomme bei *.climateControl.consumptionData.electrical auch nur (null) kWh angezeigt. Aktuelle Werte würden mir schon reichen, den Rest kann ich über SQL machen.

                      Wie im GitHub issue gefragt brauche ich bitte ein vollständiges Debug log

                      Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                      • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                      • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                      K 1 Reply Last reply
                      0
                      • K Offline
                        K Offline
                        Kymchy
                        wrote on last edited by Kymchy
                        #102

                        @apollon77 kannst du gerne haben, wenn du mir kurz mitteilst, wie ich das erstelle.
                        Danke
                        P.S. achso, steht ja da...ich versuchs mal...

                        1 Reply Last reply
                        0
                        • apollon77A apollon77

                          @kymchy sagte in Test Adapter Daikin-Cloud 0.0.1:

                          das kann ich bestätigen. Bekomme bei *.climateControl.consumptionData.electrical auch nur (null) kWh angezeigt. Aktuelle Werte würden mir schon reichen, den Rest kann ich über SQL machen.

                          Wie im GitHub issue gefragt brauche ich bitte ein vollständiges Debug log

                          K Offline
                          K Offline
                          Kymchy
                          wrote on last edited by
                          #103

                          @apollon77 unter welchem Namen wird das log dann gespeichert?

                          1 Reply Last reply
                          0
                          • apollon77A Offline
                            apollon77A Offline
                            apollon77
                            wrote on last edited by
                            #104

                            Alao Debug Log für die Instanz aktivieren 8siehe meine Signatur). Dann Log aus der Logdatei auf Platte (siehe Signatur) nehmen und mit per Email an iobroker@fischer-ka.de senden mit Referenz hierher oder zum GitHub issue.

                            Und am besten sagen bei welchem gerät genau da was fehlt (damit ich nicht raten muss)

                            Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                            • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                            • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                            K 1 Reply Last reply
                            0
                            • apollon77A apollon77

                              Alao Debug Log für die Instanz aktivieren 8siehe meine Signatur). Dann Log aus der Logdatei auf Platte (siehe Signatur) nehmen und mit per Email an iobroker@fischer-ka.de senden mit Referenz hierher oder zum GitHub issue.

                              Und am besten sagen bei welchem gerät genau da was fehlt (damit ich nicht raten muss)

                              K Offline
                              K Offline
                              Kymchy
                              wrote on last edited by
                              #105

                              @apollon77 das ist alles, was ich in der log Datei finde. Gibt wohl nicht viel her...

                              2022-10-09 12:30:02.160  - debug: daikin-cloud.0 (3449) update state: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.sensoryData.outdoorTemperature = 17.5
                              2022-10-09 12:30:02.226  - debug: daikin-cloud.0 (3449) state daikin-cloud.0.0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.sensoryData.outdoorTemperature changed: 17.5 (ack = true)
                              2022-10-09 12:30:02.230  - debug: daikin-cloud.0 (3449) state daikin-cloud.0.0189f1c5-effb-4f57-9299-6d7b4cd87066.lastUpdateReceived changed: 1665311433913 (ack = true)
                              
                              apollon77A 1 Reply Last reply
                              0
                              • K Kymchy

                                @apollon77 das ist alles, was ich in der log Datei finde. Gibt wohl nicht viel her...

                                2022-10-09 12:30:02.160  - debug: daikin-cloud.0 (3449) update state: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.sensoryData.outdoorTemperature = 17.5
                                2022-10-09 12:30:02.226  - debug: daikin-cloud.0 (3449) state daikin-cloud.0.0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.sensoryData.outdoorTemperature changed: 17.5 (ack = true)
                                2022-10-09 12:30:02.230  - debug: daikin-cloud.0 (3449) state daikin-cloud.0.0189f1c5-effb-4f57-9299-6d7b4cd87066.lastUpdateReceived changed: 1665311433913 (ack = true)
                                
                                apollon77A Offline
                                apollon77A Offline
                                apollon77
                                wrote on last edited by
                                #106

                                @kymchy Also beim Adapterstart kommt da deutlich mehr - zumindestens mit der 0.2.3 ... weiss nicht was Du hast

                                Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                                • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                                • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                                K 1 Reply Last reply
                                0
                                • apollon77A apollon77

                                  @kymchy Also beim Adapterstart kommt da deutlich mehr - zumindestens mit der 0.2.3 ... weiss nicht was Du hast

                                  K Offline
                                  K Offline
                                  Kymchy
                                  wrote on last edited by
                                  #107

                                  @apollon77 so in etwa?

                                  2022-10-09 12:39:45.570  - debug: daikin-cloud.0 (4885) Redis Objects: Use Redis connection: 127.0.0.1:9001
                                  2022-10-09 12:39:45.716  - debug: daikin-cloud.0 (4885) Objects client ready ... initialize now
                                  2022-10-09 12:39:45.720  - debug: daikin-cloud.0 (4885) Objects create System PubSub Client
                                  2022-10-09 12:39:45.722  - debug: daikin-cloud.0 (4885) Objects create User PubSub Client
                                  2022-10-09 12:39:45.859  - debug: daikin-cloud.0 (4885) Objects client initialize lua scripts
                                  2022-10-09 12:39:45.867  - debug: daikin-cloud.0 (4885) Objects connected to redis: 127.0.0.1:9001
                                  2022-10-09 12:39:45.936  - debug: daikin-cloud.0 (4885) Redis States: Use Redis connection: 127.0.0.1:9000
                                  2022-10-09 12:39:45.973  - debug: daikin-cloud.0 (4885) States create System PubSub Client
                                  2022-10-09 12:39:45.976  - debug: daikin-cloud.0 (4885) States create User PubSub Client
                                  2022-10-09 12:39:46.061  - debug: daikin-cloud.0 (4885) States connected to redis: 127.0.0.1:9000
                                  2022-10-09 12:39:46.270  - debug: daikin-cloud.0 (4885) Plugin sentry Initialize Plugin (enabled=true)
                                  2022-10-09 12:39:46.724  - info: daikin-cloud.0 (4885) starting. Version 0.2.3 in /opt/iobroker/node_modules/iobroker.daikin-cloud, node: v14.19.1, js-controller: 4.0.23
                                  2022-10-09 12:39:47.462  - info: daikin-cloud.0 (4885) Daikin-Cloud tokens updated ...
                                  2022-10-09 12:39:47.871  - info: daikin-cloud.0 (4885) Initialize 1 Daikin devices
                                  2022-10-09 12:39:47.874  - info: daikin-cloud.0 (4885) Initialize device 0189f1c5-effb-4f57-9299-6d7b4cd87066: connected true, lastUpdated Sun Oct 09 2022 12:38:49 GMT+0200 (Mitteleuropäische Sommerzeit)
                                  2022-10-09 12:39:47.877  - debug: daikin-cloud.0 (4885) 0189f1c5-effb-4f57-9299-6d7b4cd87066 Device data: {"gateway":{"daylightSavingTimeEnabled":{"settable":true,"value":true},"errorCode":{"settable":false,"value":""},"firmwareVersion":{"settable":false,"value":"1_12_84"},"isInErrorState":{"settable":false,"value":false},"ledEnabled":{"settable":true,"value":true},"macAddress":{"settable":false,"value":"24:cd:8d:99:11:b8"},"modelInfo":{"settable":false,"value":"BRP069C4x"},"regionCode":{"settable":false,"value":"eu"},"serialNumber":{"settable":false,"value":"0000000004051401"},"ssid":{"settable":false,"value":"DaikinAP88248"},"timeZone":{"settable":true,"value":"Europe/Berlin"},"wifiConnectionSSID":{"settable":false,"value":"wFRITZ!Box"},"wifiConnectionStrength":{"settable":false,"value":-55,"maxValue":0,"minValue":-90,"stepValue":1}},"climateControl":{"consumptionData":{"/electrical":{"unit":"kWh","heating":{"d":[0,0,0,0,0.5,0.2,0.1,0.1,0.2,0.2,0,0,0,0,0,0,0.1,0.3,0,0,0,0,0,0],"w":[0,0,0,0,0,0,0,0,0.4,0.1,0,0,1.3,0.4],"m":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2,0,0]},"cooling":{"d":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"w":[0,0,0,0,0,0,0,0,0,0,0,0,0,0],"m":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}},"demandControl":{"/currentMode":{"value":"off","settable":true,"values":["off","auto","fixed","scheduled"]},"/modes/fixed":{"stepValue":5,"value":100,"minValue":40,"maxValue":100,"settable":true},"/modes/scheduled":{"settable":true,"meta":{"minIntervalBetweenActions":"00:01:00","maxActionsPerActionPeriod":4,"consecutiveActionsAllowed":true,"actionPeriods":["monday","tuesday","wednesday","thursday","friday","saturday","sunday"],"actionTypes":{"currentMode":{"settable":true,"values":["off","fixed"]},"modes":{"fixed":{"stepValue":5,"minValue":40,"maxValue":100,"settable":true}}}},"value":{"actions":{}}}},"econoMode":{"settable":true,"values":["on","off"],"value":"off"},"errorCode":{"settable":false,"value":"00-"},"fanControl":{"/operationModes/heating/fanSpeed/currentMode":{"value":"auto","settable":true,"values":["auto","quiet","fixed"]},"/operationModes/heating/fanSpeed/modes/fixed":{"value":1,"stepValue":1,"minValue":1,"maxValue":5,"settable":true},"/operationModes/heating/fanDirection/horizontal/currentMode":{"value":"stop","settable":true,"values":["stop","swing"]},"/operationModes/heating/fanDirection/vertical/currentMode":{"value":"windNice","settable":true,"values":["stop","swing","windNice"]},"/operationModes/cooling/fanSpeed/currentMode":{"value":"auto","settable":true,"values":["auto","quiet","fixed"]},"/operationModes/cooling/fanSpeed/modes/fixed":{"value":1,"stepValue":1,"minValue":1,"maxValue":5,"settable":true},"/operationModes/cooling/fanDirection/horizontal/currentMode":{"value":"stop","settable":true,"values":["stop","swing"]},"/operationModes/cooling/fanDirection/vertical/currentMode":{"value":"stop","settable":true,"values":["stop","swing","windNice"]},"/operationModes/auto/fanSpeed/currentMode":{"value":"auto","settable":true,"values":["auto","quiet","fixed"]},"/operationModes/auto/fanSpeed/modes/fixed":{"value":1,"stepValue":1,"minValue":1,"maxValue":5,"settable":true},"/operationModes/auto/fanDirection/horizontal/currentMode":{"value":"stop","settable":true,"values":["stop","swing"]},"/operationModes/auto/fanDirection/vertical/currentMode":{"value":"stop","settable":true,"values":["stop","swing","windNice"]},"/operationModes/dry/fanSpeed/currentMode":{"value":"auto","settable":true,"values":["auto"]},"/operationModes/dry/fanDirection/horizontal/currentMode":{"value":"stop","settable":true,"values":["stop","swing"]},"/operationModes/dry/fanDirection/vertical/currentMode":{"value":"stop","settable":true,"values":["stop","swing","windNice"]},"/operationModes/fanOnly/fanSpeed/currentMode":{"value":"auto","settable":true,"values":["auto","quiet","fixed"]},"/operationModes/fanOnly/fanSpeed/modes/fixed":{"value":1,"stepValue":1,"minValue":1,"maxValue":5,"settable":true},"/operationModes/fanOnly/fanDirection/horizontal/currentMode":{"value":"stop","settable":true,"values":["stop","swing"]},"/operationModes/fanOnly/fanDirection/vertical/currentMode":{"value":"stop","settable":true,"values":["stop","swing"]}},"holidayMode":{"ref":"#holidayMode","settable":true,"value":{"enabled":false}},"iconId":{"settable":true,"maxValue":255,"minValue":0,"value":15},"isCoolHeatMaster":{"settable":false,"value":true},"isHolidayModeActive":{"settable":false,"value":false},"isInCautionState":{"settable":false,"value":false},"isInErrorState":{"settable":false,"value":false},"isInWarningState":{"settable":false,"value":false},"isLockFunctionEnabled":{"settable":false,"value":false},"name":{"settable":true,"maxLength":20,"value":"DaikinAP88248"},"onOffMode":{"settable":true,"values":["on","off"],"value":"on"},"operationMode":{"settable":true,"value":"heating","values":["fanOnly","heating","cooling","auto","dry"]},"outdoorSilentMode":{"settable":false,"values":["on","off"],"value":"off"},"powerfulMode":{"settable":true,"values":["on","off"],"value":"off"},"isPowerfulModeActive":{"settable":false,"value":false},"schedule":{"/currentMode":{"value":"any","settable":true,"values":["any"]},"/modes/any/currentSchedule":{"value":"0","settable":true,"values":["0","1","2"]},"/modes/any/enabled":{"value":false,"settable":true},"/modes/any/meta":{"minIntervalBetweenActions":"00:01:00","maxSchedules":1,"maxActionsPerActionPeriod":6,"consecutiveActionsAllowed":true,"actionTypes":{"operationMode":{"settable":false,"values":["fanOnly","heating","cooling","auto","dry","off"]},"roomTemperature":{"heating":{"settable":false,"stepValue":0.5,"minValue":10,"maxValue":31},"cooling":{"settable":false,"stepValue":0.5,"minValue":18,"maxValue":33},"auto":{"settable":false,"stepValue":0.5,"minValue":18,"maxValue":30}},"fanSpeed":{"heating":{"currentMode":{"settable":false,"values":["auto","quiet","fixed"]},"modes":{"fixed":{"stepValue":1,"minValue":1,"maxValue":5,"settable":false}}},"cooling":{"currentMode":{"settable":false,"values":["auto","quiet","fixed"]},"modes":{"fixed":{"stepValue":1,"minValue":1,"maxValue":5,"settable":false}}},"auto":{"currentMode":{"settable":false,"values":["auto","quiet","fixed"]},"modes":{"fixed":{"stepValue":1,"minValue":1,"maxValue":5,"settable":false}}},"dry":{"currentMode":{"settable":false,"values":["auto"]}},"fanOnly":{"currentMode":{"settable":false,"values":["auto","quiet","fixed"]},"modes":{"fixed":{"stepValue":1,"minValue":1,"maxValue":5,"settable":false}}}},"econoMode":{"settable":false,"values":["on","off"]}}},"/modes/any/schedules/0":{"name":{"settable":true,"value":"","maxLength":32},"meta":{"isReadOnly":false,"actionPeriods":["monday","tuesday","wednesday","thursday","friday","saturday","sunday"]},"actions":{},"settable":true},"/modes/any/schedules/1":{"name":{"settable":true,"value":"","maxLength":32},"meta":{"isReadOnly":false,"actionPeriods":["monday","tuesday","wednesday","thursday","friday","saturday","sunday"]},"actions":{},"settable":true},"/modes/any/schedules/2":{"name":{"settable":true,"value":"","maxLength":32},"meta":{"isReadOnly":false,"actionPeriods":["monday","tuesday","wednesday","thursday","friday","saturday","sunday"]},"actions":{},"settable":true}},"sensoryData":{"/roomTemperature":{"settable":false,"value":23,"stepValue":1,"minValue":-25,"maxValue":50},"/outdoorTemperature":{"settable":false,"value":16.5,"stepValue":0.5,"minValue":-25,"maxValue":50}},"streamerMode":{"settable":true,"values":["on","off"],"value":"off"},"temperatureControl":{"/operationModes/heating/setpoints/roomTemperature":{"settable":true,"value":19,"stepValue":0.5,"minValue":10,"maxValue":31},"/operationModes/cooling/setpoints/roomTemperature":{"settable":true,"value":25,"stepValue":0.5,"minValue":18,"maxValue":33},"/operationModes/auto/setpoints/roomTemperature":{"settable":true,"value":25,"stepValue":0.5,"minValue":18,"maxValue":30}}},"indoorUnit":{"softwareVersion":{"settable":false,"value":"20003002"},"eepromVersion":{"settable":false,"value":"12FF"},"dryKeepSetting":{"settable":false,"values":["on","off"],"value":"on"}},"outdoorUnit":{"errorCode":{"settable":false,"value":"00-"},"isInErrorState":{"settable":false,"value":false},"isInWarningState":{"settable":false,"value":false},"isInCautionState":{"settable":false,"value":false}}}
                                  2022-10-09 12:39:47.888  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.gateway (channel)
                                  2022-10-09 12:39:47.889  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.gateway.daylightSavingTimeEnabled (state) with initial value = true
                                  2022-10-09 12:39:47.889  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.gateway.errorCode (state) with initial value = 
                                  2022-10-09 12:39:47.890  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.gateway.firmwareVersion (state) with initial value = 1_12_84
                                  2022-10-09 12:39:47.891  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.gateway.isInErrorState (state) with initial value = false
                                  2022-10-09 12:39:47.892  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.gateway.ledEnabled (state) with initial value = true
                                  2022-10-09 12:39:47.893  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.gateway.macAddress (state) with initial value = 24:cd:8d:99:11:b8
                                  2022-10-09 12:39:47.893  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.gateway.modelInfo (state) with initial value = BRP069C4x
                                  2022-10-09 12:39:47.894  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.gateway.regionCode (state) with initial value = eu
                                  2022-10-09 12:39:47.895  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.gateway.serialNumber (state) with initial value = 0000000004051401
                                  2022-10-09 12:39:47.896  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.gateway.ssid (state) with initial value = DaikinAP88248
                                  2022-10-09 12:39:47.896  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.gateway.timeZone (state) with initial value = Europe/Berlin
                                  2022-10-09 12:39:47.897  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.gateway.wifiConnectionSSID (state) with initial value = wFRITZ!Box
                                  2022-10-09 12:39:47.898  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.gateway.wifiConnectionStrength (state) with initial value = -55
                                  2022-10-09 12:39:47.899  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.consumptionData.electrical (state) with initial value = null
                                  2022-10-09 12:39:47.900  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.demandControl.currentMode (state) with initial value = 0
                                  2022-10-09 12:39:47.900  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.demandControl (folder)
                                  2022-10-09 12:39:47.901  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.demandControl.modes (channel)
                                  2022-10-09 12:39:47.901  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.demandControl.modes.fixed (state) with initial value = 100
                                  2022-10-09 12:39:47.902  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.demandControl.modes.scheduled (state) with initial value = {"actions":{}}
                                  2022-10-09 12:39:47.903  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl (channel)
                                  2022-10-09 12:39:47.903  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.econoMode (state) with initial value = false
                                  2022-10-09 12:39:47.904  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.errorCode (state) with initial value = 00-
                                  2022-10-09 12:39:47.904  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl (folder)
                                  2022-10-09 12:39:47.905  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes (folder)
                                  2022-10-09 12:39:47.905  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.heating (folder)
                                  2022-10-09 12:39:47.906  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.heating.fanSpeed (channel)
                                  2022-10-09 12:39:47.906  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.heating.fanSpeed.currentMode (state) with initial value = 0
                                  2022-10-09 12:39:47.907  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.heating.fanSpeed.modes (channel)
                                  2022-10-09 12:39:47.907  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.heating.fanSpeed.modes.fixed (state) with initial value = 1
                                  2022-10-09 12:39:47.908  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.heating.fanDirection (folder)
                                  2022-10-09 12:39:47.908  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.heating.fanDirection.horizontal (channel)
                                  2022-10-09 12:39:47.909  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.heating.fanDirection.horizontal.currentMode (state) with initial value = 0
                                  2022-10-09 12:39:47.909  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.heating.fanDirection.vertical (channel)
                                  2022-10-09 12:39:47.910  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.heating.fanDirection.vertical.currentMode (state) with initial value = 2
                                  2022-10-09 12:39:47.910  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.cooling (folder)
                                  2022-10-09 12:39:47.910  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.cooling.fanSpeed (channel)
                                  2022-10-09 12:39:47.911  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.cooling.fanSpeed.currentMode (state) with initial value = 0
                                  2022-10-09 12:39:47.911  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.cooling.fanSpeed.modes (channel)
                                  2022-10-09 12:39:47.912  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.cooling.fanSpeed.modes.fixed (state) with initial value = 1
                                  2022-10-09 12:39:47.912  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.cooling.fanDirection (folder)
                                  2022-10-09 12:39:47.913  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.cooling.fanDirection.horizontal (channel)
                                  2022-10-09 12:39:47.913  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.cooling.fanDirection.horizontal.currentMode (state) with initial value = 0
                                  2022-10-09 12:39:47.914  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.cooling.fanDirection.vertical (channel)
                                  2022-10-09 12:39:47.914  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.cooling.fanDirection.vertical.currentMode (state) with initial value = 0
                                  2022-10-09 12:39:47.915  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.auto (folder)
                                  2022-10-09 12:39:47.915  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.auto.fanSpeed (channel)
                                  2022-10-09 12:39:47.915  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.auto.fanSpeed.currentMode (state) with initial value = 0
                                  2022-10-09 12:39:47.916  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.auto.fanSpeed.modes (channel)
                                  2022-10-09 12:39:47.916  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.auto.fanSpeed.modes.fixed (state) with initial value = 1
                                  2022-10-09 12:39:47.917  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.auto.fanDirection (folder)
                                  2022-10-09 12:39:47.917  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.auto.fanDirection.horizontal (channel)
                                  2022-10-09 12:39:47.918  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.auto.fanDirection.horizontal.currentMode (state) with initial value = 0
                                  2022-10-09 12:39:47.918  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.auto.fanDirection.vertical (channel)
                                  2022-10-09 12:39:47.919  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.auto.fanDirection.vertical.currentMode (state) with initial value = 0
                                  2022-10-09 12:39:47.919  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.dry (folder)
                                  2022-10-09 12:39:47.920  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.dry.fanSpeed (channel)
                                  2022-10-09 12:39:47.920  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.dry.fanSpeed.currentMode (state) with initial value = 0
                                  2022-10-09 12:39:47.920  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.dry.fanDirection (folder)
                                  2022-10-09 12:39:47.921  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.dry.fanDirection.horizontal (channel)
                                  2022-10-09 12:39:47.921  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.dry.fanDirection.horizontal.currentMode (state) with initial value = 0
                                  2022-10-09 12:39:47.922  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.dry.fanDirection.vertical (channel)
                                  2022-10-09 12:39:47.922  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.dry.fanDirection.vertical.currentMode (state) with initial value = 0
                                  2022-10-09 12:39:47.923  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.fanOnly (folder)
                                  2022-10-09 12:39:47.923  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.fanOnly.fanSpeed (channel)
                                  2022-10-09 12:39:47.924  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.fanOnly.fanSpeed.currentMode (state) with initial value = 0
                                  2022-10-09 12:39:47.924  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.fanOnly.fanSpeed.modes (channel)
                                  2022-10-09 12:39:47.925  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.fanOnly.fanSpeed.modes.fixed (state) with initial value = 1
                                  2022-10-09 12:39:47.925  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.fanOnly.fanDirection (folder)
                                  2022-10-09 12:39:47.925  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.fanOnly.fanDirection.horizontal (channel)
                                  2022-10-09 12:39:47.926  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.fanOnly.fanDirection.horizontal.currentMode (state) with initial value = 0
                                  2022-10-09 12:39:47.926  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.fanOnly.fanDirection.vertical (channel)
                                  2022-10-09 12:39:47.927  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.fanOnly.fanDirection.vertical.currentMode (state) with initial value = 0
                                  2022-10-09 12:39:47.927  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.holidayMode (state) with initial value = false
                                  2022-10-09 12:39:47.928  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.iconId (state) with initial value = 15
                                  2022-10-09 12:39:47.929  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.isCoolHeatMaster (state) with initial value = true
                                  2022-10-09 12:39:47.929  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.isHolidayModeActive (state) with initial value = false
                                  2022-10-09 12:39:47.930  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.isInCautionState (state) with initial value = false
                                  2022-10-09 12:39:47.931  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.isInErrorState (state) with initial value = false
                                  2022-10-09 12:39:47.931  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.isInWarningState (state) with initial value = false
                                  2022-10-09 12:39:47.932  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.isLockFunctionEnabled (state) with initial value = false
                                  2022-10-09 12:39:47.933  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.name (state) with initial value = DaikinAP88248
                                  2022-10-09 12:39:47.934  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.onOffMode (state) with initial value = true
                                  2022-10-09 12:39:47.935  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.operationMode (state) with initial value = 1
                                  2022-10-09 12:39:47.936  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.outdoorSilentMode (state) with initial value = false
                                  2022-10-09 12:39:47.937  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.powerfulMode (state) with initial value = false
                                  2022-10-09 12:39:47.937  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.isPowerfulModeActive (state) with initial value = false
                                  2022-10-09 12:39:47.938  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.currentMode (state) with initial value = 0
                                  2022-10-09 12:39:47.938  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule (folder)
                                  2022-10-09 12:39:47.939  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes (folder)
                                  2022-10-09 12:39:47.940  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any (channel)
                                  2022-10-09 12:39:47.940  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.currentSchedule (state) with initial value = 0
                                  2022-10-09 12:39:47.941  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.enabled (state) with initial value = false
                                  2022-10-09 12:39:47.941  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.meta.actionTypes (channel)
                                  2022-10-09 12:39:47.942  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.meta.actionTypes.operationMode (state) with initial value = null
                                  2022-10-09 12:39:47.942  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.meta.actionTypes.roomTemperature (channel)
                                  2022-10-09 12:39:47.943  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.meta.actionTypes.roomTemperature.heating (state) with initial value = null
                                  2022-10-09 12:39:47.944  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.meta.actionTypes.roomTemperature.cooling (state) with initial value = null
                                  2022-10-09 12:39:47.944  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.meta.actionTypes.roomTemperature.auto (state) with initial value = null
                                  2022-10-09 12:39:47.945  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.meta.actionTypes.fanSpeed.heating (channel)
                                  2022-10-09 12:39:47.945  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.meta.actionTypes.fanSpeed.heating.currentMode (state) with initial value = null
                                  2022-10-09 12:39:47.946  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.meta.actionTypes.fanSpeed.heating.modes (channel)
                                  2022-10-09 12:39:47.946  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.meta.actionTypes.fanSpeed.heating.modes.fixed (state) with initial value = null
                                  2022-10-09 12:39:47.947  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.meta.actionTypes.fanSpeed.cooling (channel)
                                  2022-10-09 12:39:47.947  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.meta.actionTypes.fanSpeed.cooling.currentMode (state) with initial value = null
                                  2022-10-09 12:39:47.948  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.meta.actionTypes.fanSpeed.cooling.modes (channel)
                                  2022-10-09 12:39:47.949  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.meta.actionTypes.fanSpeed.cooling.modes.fixed (state) with initial value = null
                                  2022-10-09 12:39:47.949  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.meta.actionTypes.fanSpeed.auto (channel)
                                  2022-10-09 12:39:47.950  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.meta.actionTypes.fanSpeed.auto.currentMode (state) with initial value = null
                                  2022-10-09 12:39:47.950  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.meta.actionTypes.fanSpeed.auto.modes (channel)
                                  2022-10-09 12:39:47.951  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.meta.actionTypes.fanSpeed.auto.modes.fixed (state) with initial value = null
                                  2022-10-09 12:39:47.951  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.meta.actionTypes.fanSpeed.dry (channel)
                                  2022-10-09 12:39:47.952  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.meta.actionTypes.fanSpeed.dry.currentMode (state) with initial value = null
                                  2022-10-09 12:39:47.952  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.meta.actionTypes.fanSpeed.fanOnly (channel)
                                  2022-10-09 12:39:47.953  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.meta.actionTypes.fanSpeed.fanOnly.currentMode (state) with initial value = null
                                  2022-10-09 12:39:47.953  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.meta.actionTypes.fanSpeed.fanOnly.modes (channel)
                                  2022-10-09 12:39:47.954  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.meta.actionTypes.fanSpeed.fanOnly.modes.fixed (state) with initial value = null
                                  2022-10-09 12:39:47.954  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.meta.actionTypes.econoMode (state) with initial value = null
                                  2022-10-09 12:39:47.955  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.schedules (channel)
                                  2022-10-09 12:39:47.955  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.schedules.0 (state) with initial value = null
                                  2022-10-09 12:39:47.956  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.schedules.1 (state) with initial value = null
                                  2022-10-09 12:39:47.956  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.schedules.2 (state) with initial value = null
                                  2022-10-09 12:39:47.956  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.sensoryData.roomTemperature (state) with initial value = 23
                                  2022-10-09 12:39:47.957  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.sensoryData.outdoorTemperature (state) with initial value = 16.5
                                  2022-10-09 12:39:47.957  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.streamerMode (state) with initial value = false
                                  2022-10-09 12:39:47.958  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.temperatureControl (folder)
                                  2022-10-09 12:39:47.958  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.temperatureControl.operationModes (folder)
                                  2022-10-09 12:39:47.959  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.temperatureControl.operationModes.heating (folder)
                                  2022-10-09 12:39:47.959  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.temperatureControl.operationModes.heating.setpoints (channel)
                                  2022-10-09 12:39:47.960  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.temperatureControl.operationModes.heating.setpoints.roomTemperature (state) with initial value = 19
                                  2022-10-09 12:39:47.960  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.temperatureControl.operationModes.cooling (folder)
                                  2022-10-09 12:39:47.961  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.temperatureControl.operationModes.cooling.setpoints (channel)
                                  2022-10-09 12:39:47.961  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.temperatureControl.operationModes.cooling.setpoints.roomTemperature (state) with initial value = 25
                                  2022-10-09 12:39:47.962  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.temperatureControl.operationModes.auto (folder)
                                  2022-10-09 12:39:47.962  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.temperatureControl.operationModes.auto.setpoints (channel)
                                  2022-10-09 12:39:47.962  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.temperatureControl.operationModes.auto.setpoints.roomTemperature (state) with initial value = 25
                                  2022-10-09 12:39:47.963  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.indoorUnit (channel)
                                  2022-10-09 12:39:47.963  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.indoorUnit.softwareVersion (state) with initial value = 20003002
                                  2022-10-09 12:39:47.964  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.indoorUnit.eepromVersion (state) with initial value = 12FF
                                  2022-10-09 12:39:47.964  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.indoorUnit.dryKeepSetting (state) with initial value = true
                                  2022-10-09 12:39:47.965  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.outdoorUnit (channel)
                                  2022-10-09 12:39:47.965  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.outdoorUnit.errorCode (state) with initial value = 00-
                                  2022-10-09 12:39:47.966  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.outdoorUnit.isInErrorState (state) with initial value = false
                                  2022-10-09 12:39:47.966  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.outdoorUnit.isInWarningState (state) with initial value = false
                                  2022-10-09 12:39:47.967  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.outdoorUnit.isInCautionState (state) with initial value = false
                                  2022-10-09 12:39:50.728  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.gateway.daylightSavingTimeEnabled = true
                                  2022-10-09 12:39:50.743  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.gateway.errorCode = 
                                  2022-10-09 12:39:50.757  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.gateway.firmwareVersion = 1_12_84
                                  2022-10-09 12:39:50.808  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.gateway.isInErrorState = false
                                  2022-10-09 12:39:50.822  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.gateway.ledEnabled = true
                                  2022-10-09 12:39:50.872  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.gateway.macAddress = 24:cd:8d:99:11:b8
                                  2022-10-09 12:39:50.883  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.gateway.modelInfo = BRP069C4x
                                  2022-10-09 12:39:50.936  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.gateway.regionCode = eu
                                  2022-10-09 12:39:50.956  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.gateway.serialNumber = 0000000004051401
                                  2022-10-09 12:39:51.004  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.gateway.ssid = DaikinAP88248
                                  2022-10-09 12:39:51.014  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.gateway.timeZone = Europe/Berlin
                                  2022-10-09 12:39:51.062  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.gateway.wifiConnectionSSID = wFRITZ!Box
                                  2022-10-09 12:39:51.070  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.gateway.wifiConnectionStrength = -55
                                  2022-10-09 12:39:51.119  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.consumptionData.electrical = null
                                  2022-10-09 12:39:51.169  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.demandControl.currentMode = 0
                                  2022-10-09 12:39:51.219  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.demandControl.modes.fixed = 100
                                  2022-10-09 12:39:51.230  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.demandControl.modes.scheduled = {"actions":{}}
                                  2022-10-09 12:39:51.284  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.econoMode = false
                                  2022-10-09 12:39:51.295  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.errorCode = 00-
                                  2022-10-09 12:39:51.344  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.heating.fanSpeed.currentMode = 0
                                  2022-10-09 12:39:51.394  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.heating.fanSpeed.modes.fixed = 1
                                  2022-10-09 12:39:51.405  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.heating.fanDirection.horizontal.currentMode = 0
                                  2022-10-09 12:39:51.454  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.heating.fanDirection.vertical.currentMode = 2
                                  2022-10-09 12:39:51.504  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.cooling.fanSpeed.currentMode = 0
                                  2022-10-09 12:39:51.516  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.cooling.fanSpeed.modes.fixed = 1
                                  2022-10-09 12:39:51.569  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.cooling.fanDirection.horizontal.currentMode = 0
                                  2022-10-09 12:39:51.621  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.cooling.fanDirection.vertical.currentMode = 0
                                  2022-10-09 12:39:51.630  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.auto.fanSpeed.currentMode = 0
                                  2022-10-09 12:39:51.683  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.auto.fanSpeed.modes.fixed = 1
                                  2022-10-09 12:39:51.732  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.auto.fanDirection.horizontal.currentMode = 0
                                  2022-10-09 12:39:51.788  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.auto.fanDirection.vertical.currentMode = 0
                                  2022-10-09 12:39:51.845  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.dry.fanSpeed.currentMode = 0
                                  2022-10-09 12:39:51.855  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.dry.fanDirection.horizontal.currentMode = 0
                                  2022-10-09 12:39:51.904  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.dry.fanDirection.vertical.currentMode = 0
                                  2022-10-09 12:39:51.955  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.fanOnly.fanSpeed.currentMode = 0
                                  2022-10-09 12:39:51.962  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.fanOnly.fanSpeed.modes.fixed = 1
                                  2022-10-09 12:39:52.039  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.fanOnly.fanDirection.horizontal.currentMode = 0
                                  2022-10-09 12:39:52.091  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.fanOnly.fanDirection.vertical.currentMode = 0
                                  2022-10-09 12:39:52.100  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.holidayMode = false
                                  2022-10-09 12:39:52.150  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.iconId = 15
                                  2022-10-09 12:39:52.162  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.isCoolHeatMaster = true
                                  2022-10-09 12:39:52.215  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.isHolidayModeActive = false
                                  2022-10-09 12:39:52.230  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.isInCautionState = false
                                  2022-10-09 12:39:52.282  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.isInErrorState = false
                                  2022-10-09 12:39:52.295  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.isInWarningState = false
                                  2022-10-09 12:39:52.346  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.isLockFunctionEnabled = false
                                  2022-10-09 12:39:52.395  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.name = DaikinAP88248
                                  2022-10-09 12:39:52.402  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.onOffMode = true
                                  2022-10-09 12:39:52.461  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.operationMode = 1
                                  2022-10-09 12:39:52.479  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.outdoorSilentMode = false
                                  2022-10-09 12:39:52.529  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.powerfulMode = false
                                  2022-10-09 12:39:52.584  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.isPowerfulModeActive = false
                                  2022-10-09 12:39:52.595  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.currentMode = 0
                                  2022-10-09 12:39:52.676  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.currentSchedule = 0
                                  2022-10-09 12:39:52.843  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.enabled = false
                                  2022-10-09 12:39:52.921  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.meta.actionTypes.operationMode = null
                                  2022-10-09 12:39:52.937  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.meta.actionTypes.roomTemperature.heating = null
                                  2022-10-09 12:39:52.989  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.meta.actionTypes.roomTemperature.cooling = null
                                  2022-10-09 12:39:52.999  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.meta.actionTypes.roomTemperature.auto = null
                                  2022-10-09 12:39:53.049  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.meta.actionTypes.fanSpeed.heating.currentMode = null
                                  2022-10-09 12:39:53.060  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.meta.actionTypes.fanSpeed.heating.modes.fixed = null
                                  2022-10-09 12:39:53.119  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.meta.actionTypes.fanSpeed.cooling.currentMode = null
                                  2022-10-09 12:39:53.131  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.meta.actionTypes.fanSpeed.cooling.modes.fixed = null
                                  2022-10-09 12:39:53.182  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.meta.actionTypes.fanSpeed.auto.currentMode = null
                                  2022-10-09 12:39:53.242  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.meta.actionTypes.fanSpeed.auto.modes.fixed = null
                                  2022-10-09 12:39:53.291  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.meta.actionTypes.fanSpeed.dry.currentMode = null
                                  2022-10-09 12:39:53.339  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.meta.actionTypes.fanSpeed.fanOnly.currentMode = null
                                  2022-10-09 12:39:53.348  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.meta.actionTypes.fanSpeed.fanOnly.modes.fixed = null
                                  2022-10-09 12:39:53.397  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.meta.actionTypes.econoMode = null
                                  2022-10-09 12:39:53.446  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.schedules.0 = null
                                  2022-10-09 12:39:53.495  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.schedules.1 = null
                                  2022-10-09 12:39:53.502  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.schedules.2 = null
                                  2022-10-09 12:39:53.553  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.sensoryData.roomTemperature = 23
                                  2022-10-09 12:39:53.560  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.sensoryData.outdoorTemperature = 16.5
                                  2022-10-09 12:39:53.609  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.streamerMode = false
                                  2022-10-09 12:39:53.657  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.temperatureControl.operationModes.heating.setpoints.roomTemperature = 19
                                  2022-10-09 12:39:53.665  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.temperatureControl.operationModes.cooling.setpoints.roomTemperature = 25
                                  2022-10-09 12:39:53.713  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.temperatureControl.operationModes.auto.setpoints.roomTemperature = 25
                                  2022-10-09 12:39:53.761  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.indoorUnit.softwareVersion = 20003002
                                  2022-10-09 12:39:53.809  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.indoorUnit.eepromVersion = 12FF
                                  2022-10-09 12:39:53.816  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.indoorUnit.dryKeepSetting = true
                                  2022-10-09 12:39:53.864  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.outdoorUnit.errorCode = 00-
                                  2022-10-09 12:39:53.871  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.outdoorUnit.isInErrorState = false
                                  2022-10-09 12:39:53.917  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.outdoorUnit.isInWarningState = false
                                  2022-10-09 12:39:53.964  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.outdoorUnit.isInCautionState = false
                                  
                                  apollon77A 1 Reply Last reply
                                  0
                                  • K Kymchy

                                    @apollon77 so in etwa?

                                    2022-10-09 12:39:45.570  - debug: daikin-cloud.0 (4885) Redis Objects: Use Redis connection: 127.0.0.1:9001
                                    2022-10-09 12:39:45.716  - debug: daikin-cloud.0 (4885) Objects client ready ... initialize now
                                    2022-10-09 12:39:45.720  - debug: daikin-cloud.0 (4885) Objects create System PubSub Client
                                    2022-10-09 12:39:45.722  - debug: daikin-cloud.0 (4885) Objects create User PubSub Client
                                    2022-10-09 12:39:45.859  - debug: daikin-cloud.0 (4885) Objects client initialize lua scripts
                                    2022-10-09 12:39:45.867  - debug: daikin-cloud.0 (4885) Objects connected to redis: 127.0.0.1:9001
                                    2022-10-09 12:39:45.936  - debug: daikin-cloud.0 (4885) Redis States: Use Redis connection: 127.0.0.1:9000
                                    2022-10-09 12:39:45.973  - debug: daikin-cloud.0 (4885) States create System PubSub Client
                                    2022-10-09 12:39:45.976  - debug: daikin-cloud.0 (4885) States create User PubSub Client
                                    2022-10-09 12:39:46.061  - debug: daikin-cloud.0 (4885) States connected to redis: 127.0.0.1:9000
                                    2022-10-09 12:39:46.270  - debug: daikin-cloud.0 (4885) Plugin sentry Initialize Plugin (enabled=true)
                                    2022-10-09 12:39:46.724  - info: daikin-cloud.0 (4885) starting. Version 0.2.3 in /opt/iobroker/node_modules/iobroker.daikin-cloud, node: v14.19.1, js-controller: 4.0.23
                                    2022-10-09 12:39:47.462  - info: daikin-cloud.0 (4885) Daikin-Cloud tokens updated ...
                                    2022-10-09 12:39:47.871  - info: daikin-cloud.0 (4885) Initialize 1 Daikin devices
                                    2022-10-09 12:39:47.874  - info: daikin-cloud.0 (4885) Initialize device 0189f1c5-effb-4f57-9299-6d7b4cd87066: connected true, lastUpdated Sun Oct 09 2022 12:38:49 GMT+0200 (Mitteleuropäische Sommerzeit)
                                    2022-10-09 12:39:47.877  - debug: daikin-cloud.0 (4885) 0189f1c5-effb-4f57-9299-6d7b4cd87066 Device data: {"gateway":{"daylightSavingTimeEnabled":{"settable":true,"value":true},"errorCode":{"settable":false,"value":""},"firmwareVersion":{"settable":false,"value":"1_12_84"},"isInErrorState":{"settable":false,"value":false},"ledEnabled":{"settable":true,"value":true},"macAddress":{"settable":false,"value":"24:cd:8d:99:11:b8"},"modelInfo":{"settable":false,"value":"BRP069C4x"},"regionCode":{"settable":false,"value":"eu"},"serialNumber":{"settable":false,"value":"0000000004051401"},"ssid":{"settable":false,"value":"DaikinAP88248"},"timeZone":{"settable":true,"value":"Europe/Berlin"},"wifiConnectionSSID":{"settable":false,"value":"wFRITZ!Box"},"wifiConnectionStrength":{"settable":false,"value":-55,"maxValue":0,"minValue":-90,"stepValue":1}},"climateControl":{"consumptionData":{"/electrical":{"unit":"kWh","heating":{"d":[0,0,0,0,0.5,0.2,0.1,0.1,0.2,0.2,0,0,0,0,0,0,0.1,0.3,0,0,0,0,0,0],"w":[0,0,0,0,0,0,0,0,0.4,0.1,0,0,1.3,0.4],"m":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2,0,0]},"cooling":{"d":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"w":[0,0,0,0,0,0,0,0,0,0,0,0,0,0],"m":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}},"demandControl":{"/currentMode":{"value":"off","settable":true,"values":["off","auto","fixed","scheduled"]},"/modes/fixed":{"stepValue":5,"value":100,"minValue":40,"maxValue":100,"settable":true},"/modes/scheduled":{"settable":true,"meta":{"minIntervalBetweenActions":"00:01:00","maxActionsPerActionPeriod":4,"consecutiveActionsAllowed":true,"actionPeriods":["monday","tuesday","wednesday","thursday","friday","saturday","sunday"],"actionTypes":{"currentMode":{"settable":true,"values":["off","fixed"]},"modes":{"fixed":{"stepValue":5,"minValue":40,"maxValue":100,"settable":true}}}},"value":{"actions":{}}}},"econoMode":{"settable":true,"values":["on","off"],"value":"off"},"errorCode":{"settable":false,"value":"00-"},"fanControl":{"/operationModes/heating/fanSpeed/currentMode":{"value":"auto","settable":true,"values":["auto","quiet","fixed"]},"/operationModes/heating/fanSpeed/modes/fixed":{"value":1,"stepValue":1,"minValue":1,"maxValue":5,"settable":true},"/operationModes/heating/fanDirection/horizontal/currentMode":{"value":"stop","settable":true,"values":["stop","swing"]},"/operationModes/heating/fanDirection/vertical/currentMode":{"value":"windNice","settable":true,"values":["stop","swing","windNice"]},"/operationModes/cooling/fanSpeed/currentMode":{"value":"auto","settable":true,"values":["auto","quiet","fixed"]},"/operationModes/cooling/fanSpeed/modes/fixed":{"value":1,"stepValue":1,"minValue":1,"maxValue":5,"settable":true},"/operationModes/cooling/fanDirection/horizontal/currentMode":{"value":"stop","settable":true,"values":["stop","swing"]},"/operationModes/cooling/fanDirection/vertical/currentMode":{"value":"stop","settable":true,"values":["stop","swing","windNice"]},"/operationModes/auto/fanSpeed/currentMode":{"value":"auto","settable":true,"values":["auto","quiet","fixed"]},"/operationModes/auto/fanSpeed/modes/fixed":{"value":1,"stepValue":1,"minValue":1,"maxValue":5,"settable":true},"/operationModes/auto/fanDirection/horizontal/currentMode":{"value":"stop","settable":true,"values":["stop","swing"]},"/operationModes/auto/fanDirection/vertical/currentMode":{"value":"stop","settable":true,"values":["stop","swing","windNice"]},"/operationModes/dry/fanSpeed/currentMode":{"value":"auto","settable":true,"values":["auto"]},"/operationModes/dry/fanDirection/horizontal/currentMode":{"value":"stop","settable":true,"values":["stop","swing"]},"/operationModes/dry/fanDirection/vertical/currentMode":{"value":"stop","settable":true,"values":["stop","swing","windNice"]},"/operationModes/fanOnly/fanSpeed/currentMode":{"value":"auto","settable":true,"values":["auto","quiet","fixed"]},"/operationModes/fanOnly/fanSpeed/modes/fixed":{"value":1,"stepValue":1,"minValue":1,"maxValue":5,"settable":true},"/operationModes/fanOnly/fanDirection/horizontal/currentMode":{"value":"stop","settable":true,"values":["stop","swing"]},"/operationModes/fanOnly/fanDirection/vertical/currentMode":{"value":"stop","settable":true,"values":["stop","swing"]}},"holidayMode":{"ref":"#holidayMode","settable":true,"value":{"enabled":false}},"iconId":{"settable":true,"maxValue":255,"minValue":0,"value":15},"isCoolHeatMaster":{"settable":false,"value":true},"isHolidayModeActive":{"settable":false,"value":false},"isInCautionState":{"settable":false,"value":false},"isInErrorState":{"settable":false,"value":false},"isInWarningState":{"settable":false,"value":false},"isLockFunctionEnabled":{"settable":false,"value":false},"name":{"settable":true,"maxLength":20,"value":"DaikinAP88248"},"onOffMode":{"settable":true,"values":["on","off"],"value":"on"},"operationMode":{"settable":true,"value":"heating","values":["fanOnly","heating","cooling","auto","dry"]},"outdoorSilentMode":{"settable":false,"values":["on","off"],"value":"off"},"powerfulMode":{"settable":true,"values":["on","off"],"value":"off"},"isPowerfulModeActive":{"settable":false,"value":false},"schedule":{"/currentMode":{"value":"any","settable":true,"values":["any"]},"/modes/any/currentSchedule":{"value":"0","settable":true,"values":["0","1","2"]},"/modes/any/enabled":{"value":false,"settable":true},"/modes/any/meta":{"minIntervalBetweenActions":"00:01:00","maxSchedules":1,"maxActionsPerActionPeriod":6,"consecutiveActionsAllowed":true,"actionTypes":{"operationMode":{"settable":false,"values":["fanOnly","heating","cooling","auto","dry","off"]},"roomTemperature":{"heating":{"settable":false,"stepValue":0.5,"minValue":10,"maxValue":31},"cooling":{"settable":false,"stepValue":0.5,"minValue":18,"maxValue":33},"auto":{"settable":false,"stepValue":0.5,"minValue":18,"maxValue":30}},"fanSpeed":{"heating":{"currentMode":{"settable":false,"values":["auto","quiet","fixed"]},"modes":{"fixed":{"stepValue":1,"minValue":1,"maxValue":5,"settable":false}}},"cooling":{"currentMode":{"settable":false,"values":["auto","quiet","fixed"]},"modes":{"fixed":{"stepValue":1,"minValue":1,"maxValue":5,"settable":false}}},"auto":{"currentMode":{"settable":false,"values":["auto","quiet","fixed"]},"modes":{"fixed":{"stepValue":1,"minValue":1,"maxValue":5,"settable":false}}},"dry":{"currentMode":{"settable":false,"values":["auto"]}},"fanOnly":{"currentMode":{"settable":false,"values":["auto","quiet","fixed"]},"modes":{"fixed":{"stepValue":1,"minValue":1,"maxValue":5,"settable":false}}}},"econoMode":{"settable":false,"values":["on","off"]}}},"/modes/any/schedules/0":{"name":{"settable":true,"value":"","maxLength":32},"meta":{"isReadOnly":false,"actionPeriods":["monday","tuesday","wednesday","thursday","friday","saturday","sunday"]},"actions":{},"settable":true},"/modes/any/schedules/1":{"name":{"settable":true,"value":"","maxLength":32},"meta":{"isReadOnly":false,"actionPeriods":["monday","tuesday","wednesday","thursday","friday","saturday","sunday"]},"actions":{},"settable":true},"/modes/any/schedules/2":{"name":{"settable":true,"value":"","maxLength":32},"meta":{"isReadOnly":false,"actionPeriods":["monday","tuesday","wednesday","thursday","friday","saturday","sunday"]},"actions":{},"settable":true}},"sensoryData":{"/roomTemperature":{"settable":false,"value":23,"stepValue":1,"minValue":-25,"maxValue":50},"/outdoorTemperature":{"settable":false,"value":16.5,"stepValue":0.5,"minValue":-25,"maxValue":50}},"streamerMode":{"settable":true,"values":["on","off"],"value":"off"},"temperatureControl":{"/operationModes/heating/setpoints/roomTemperature":{"settable":true,"value":19,"stepValue":0.5,"minValue":10,"maxValue":31},"/operationModes/cooling/setpoints/roomTemperature":{"settable":true,"value":25,"stepValue":0.5,"minValue":18,"maxValue":33},"/operationModes/auto/setpoints/roomTemperature":{"settable":true,"value":25,"stepValue":0.5,"minValue":18,"maxValue":30}}},"indoorUnit":{"softwareVersion":{"settable":false,"value":"20003002"},"eepromVersion":{"settable":false,"value":"12FF"},"dryKeepSetting":{"settable":false,"values":["on","off"],"value":"on"}},"outdoorUnit":{"errorCode":{"settable":false,"value":"00-"},"isInErrorState":{"settable":false,"value":false},"isInWarningState":{"settable":false,"value":false},"isInCautionState":{"settable":false,"value":false}}}
                                    2022-10-09 12:39:47.888  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.gateway (channel)
                                    2022-10-09 12:39:47.889  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.gateway.daylightSavingTimeEnabled (state) with initial value = true
                                    2022-10-09 12:39:47.889  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.gateway.errorCode (state) with initial value = 
                                    2022-10-09 12:39:47.890  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.gateway.firmwareVersion (state) with initial value = 1_12_84
                                    2022-10-09 12:39:47.891  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.gateway.isInErrorState (state) with initial value = false
                                    2022-10-09 12:39:47.892  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.gateway.ledEnabled (state) with initial value = true
                                    2022-10-09 12:39:47.893  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.gateway.macAddress (state) with initial value = 24:cd:8d:99:11:b8
                                    2022-10-09 12:39:47.893  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.gateway.modelInfo (state) with initial value = BRP069C4x
                                    2022-10-09 12:39:47.894  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.gateway.regionCode (state) with initial value = eu
                                    2022-10-09 12:39:47.895  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.gateway.serialNumber (state) with initial value = 0000000004051401
                                    2022-10-09 12:39:47.896  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.gateway.ssid (state) with initial value = DaikinAP88248
                                    2022-10-09 12:39:47.896  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.gateway.timeZone (state) with initial value = Europe/Berlin
                                    2022-10-09 12:39:47.897  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.gateway.wifiConnectionSSID (state) with initial value = wFRITZ!Box
                                    2022-10-09 12:39:47.898  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.gateway.wifiConnectionStrength (state) with initial value = -55
                                    2022-10-09 12:39:47.899  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.consumptionData.electrical (state) with initial value = null
                                    2022-10-09 12:39:47.900  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.demandControl.currentMode (state) with initial value = 0
                                    2022-10-09 12:39:47.900  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.demandControl (folder)
                                    2022-10-09 12:39:47.901  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.demandControl.modes (channel)
                                    2022-10-09 12:39:47.901  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.demandControl.modes.fixed (state) with initial value = 100
                                    2022-10-09 12:39:47.902  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.demandControl.modes.scheduled (state) with initial value = {"actions":{}}
                                    2022-10-09 12:39:47.903  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl (channel)
                                    2022-10-09 12:39:47.903  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.econoMode (state) with initial value = false
                                    2022-10-09 12:39:47.904  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.errorCode (state) with initial value = 00-
                                    2022-10-09 12:39:47.904  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl (folder)
                                    2022-10-09 12:39:47.905  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes (folder)
                                    2022-10-09 12:39:47.905  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.heating (folder)
                                    2022-10-09 12:39:47.906  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.heating.fanSpeed (channel)
                                    2022-10-09 12:39:47.906  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.heating.fanSpeed.currentMode (state) with initial value = 0
                                    2022-10-09 12:39:47.907  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.heating.fanSpeed.modes (channel)
                                    2022-10-09 12:39:47.907  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.heating.fanSpeed.modes.fixed (state) with initial value = 1
                                    2022-10-09 12:39:47.908  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.heating.fanDirection (folder)
                                    2022-10-09 12:39:47.908  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.heating.fanDirection.horizontal (channel)
                                    2022-10-09 12:39:47.909  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.heating.fanDirection.horizontal.currentMode (state) with initial value = 0
                                    2022-10-09 12:39:47.909  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.heating.fanDirection.vertical (channel)
                                    2022-10-09 12:39:47.910  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.heating.fanDirection.vertical.currentMode (state) with initial value = 2
                                    2022-10-09 12:39:47.910  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.cooling (folder)
                                    2022-10-09 12:39:47.910  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.cooling.fanSpeed (channel)
                                    2022-10-09 12:39:47.911  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.cooling.fanSpeed.currentMode (state) with initial value = 0
                                    2022-10-09 12:39:47.911  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.cooling.fanSpeed.modes (channel)
                                    2022-10-09 12:39:47.912  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.cooling.fanSpeed.modes.fixed (state) with initial value = 1
                                    2022-10-09 12:39:47.912  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.cooling.fanDirection (folder)
                                    2022-10-09 12:39:47.913  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.cooling.fanDirection.horizontal (channel)
                                    2022-10-09 12:39:47.913  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.cooling.fanDirection.horizontal.currentMode (state) with initial value = 0
                                    2022-10-09 12:39:47.914  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.cooling.fanDirection.vertical (channel)
                                    2022-10-09 12:39:47.914  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.cooling.fanDirection.vertical.currentMode (state) with initial value = 0
                                    2022-10-09 12:39:47.915  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.auto (folder)
                                    2022-10-09 12:39:47.915  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.auto.fanSpeed (channel)
                                    2022-10-09 12:39:47.915  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.auto.fanSpeed.currentMode (state) with initial value = 0
                                    2022-10-09 12:39:47.916  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.auto.fanSpeed.modes (channel)
                                    2022-10-09 12:39:47.916  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.auto.fanSpeed.modes.fixed (state) with initial value = 1
                                    2022-10-09 12:39:47.917  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.auto.fanDirection (folder)
                                    2022-10-09 12:39:47.917  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.auto.fanDirection.horizontal (channel)
                                    2022-10-09 12:39:47.918  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.auto.fanDirection.horizontal.currentMode (state) with initial value = 0
                                    2022-10-09 12:39:47.918  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.auto.fanDirection.vertical (channel)
                                    2022-10-09 12:39:47.919  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.auto.fanDirection.vertical.currentMode (state) with initial value = 0
                                    2022-10-09 12:39:47.919  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.dry (folder)
                                    2022-10-09 12:39:47.920  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.dry.fanSpeed (channel)
                                    2022-10-09 12:39:47.920  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.dry.fanSpeed.currentMode (state) with initial value = 0
                                    2022-10-09 12:39:47.920  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.dry.fanDirection (folder)
                                    2022-10-09 12:39:47.921  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.dry.fanDirection.horizontal (channel)
                                    2022-10-09 12:39:47.921  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.dry.fanDirection.horizontal.currentMode (state) with initial value = 0
                                    2022-10-09 12:39:47.922  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.dry.fanDirection.vertical (channel)
                                    2022-10-09 12:39:47.922  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.dry.fanDirection.vertical.currentMode (state) with initial value = 0
                                    2022-10-09 12:39:47.923  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.fanOnly (folder)
                                    2022-10-09 12:39:47.923  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.fanOnly.fanSpeed (channel)
                                    2022-10-09 12:39:47.924  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.fanOnly.fanSpeed.currentMode (state) with initial value = 0
                                    2022-10-09 12:39:47.924  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.fanOnly.fanSpeed.modes (channel)
                                    2022-10-09 12:39:47.925  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.fanOnly.fanSpeed.modes.fixed (state) with initial value = 1
                                    2022-10-09 12:39:47.925  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.fanOnly.fanDirection (folder)
                                    2022-10-09 12:39:47.925  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.fanOnly.fanDirection.horizontal (channel)
                                    2022-10-09 12:39:47.926  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.fanOnly.fanDirection.horizontal.currentMode (state) with initial value = 0
                                    2022-10-09 12:39:47.926  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.fanOnly.fanDirection.vertical (channel)
                                    2022-10-09 12:39:47.927  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.fanOnly.fanDirection.vertical.currentMode (state) with initial value = 0
                                    2022-10-09 12:39:47.927  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.holidayMode (state) with initial value = false
                                    2022-10-09 12:39:47.928  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.iconId (state) with initial value = 15
                                    2022-10-09 12:39:47.929  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.isCoolHeatMaster (state) with initial value = true
                                    2022-10-09 12:39:47.929  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.isHolidayModeActive (state) with initial value = false
                                    2022-10-09 12:39:47.930  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.isInCautionState (state) with initial value = false
                                    2022-10-09 12:39:47.931  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.isInErrorState (state) with initial value = false
                                    2022-10-09 12:39:47.931  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.isInWarningState (state) with initial value = false
                                    2022-10-09 12:39:47.932  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.isLockFunctionEnabled (state) with initial value = false
                                    2022-10-09 12:39:47.933  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.name (state) with initial value = DaikinAP88248
                                    2022-10-09 12:39:47.934  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.onOffMode (state) with initial value = true
                                    2022-10-09 12:39:47.935  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.operationMode (state) with initial value = 1
                                    2022-10-09 12:39:47.936  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.outdoorSilentMode (state) with initial value = false
                                    2022-10-09 12:39:47.937  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.powerfulMode (state) with initial value = false
                                    2022-10-09 12:39:47.937  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.isPowerfulModeActive (state) with initial value = false
                                    2022-10-09 12:39:47.938  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.currentMode (state) with initial value = 0
                                    2022-10-09 12:39:47.938  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule (folder)
                                    2022-10-09 12:39:47.939  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes (folder)
                                    2022-10-09 12:39:47.940  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any (channel)
                                    2022-10-09 12:39:47.940  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.currentSchedule (state) with initial value = 0
                                    2022-10-09 12:39:47.941  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.enabled (state) with initial value = false
                                    2022-10-09 12:39:47.941  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.meta.actionTypes (channel)
                                    2022-10-09 12:39:47.942  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.meta.actionTypes.operationMode (state) with initial value = null
                                    2022-10-09 12:39:47.942  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.meta.actionTypes.roomTemperature (channel)
                                    2022-10-09 12:39:47.943  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.meta.actionTypes.roomTemperature.heating (state) with initial value = null
                                    2022-10-09 12:39:47.944  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.meta.actionTypes.roomTemperature.cooling (state) with initial value = null
                                    2022-10-09 12:39:47.944  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.meta.actionTypes.roomTemperature.auto (state) with initial value = null
                                    2022-10-09 12:39:47.945  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.meta.actionTypes.fanSpeed.heating (channel)
                                    2022-10-09 12:39:47.945  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.meta.actionTypes.fanSpeed.heating.currentMode (state) with initial value = null
                                    2022-10-09 12:39:47.946  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.meta.actionTypes.fanSpeed.heating.modes (channel)
                                    2022-10-09 12:39:47.946  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.meta.actionTypes.fanSpeed.heating.modes.fixed (state) with initial value = null
                                    2022-10-09 12:39:47.947  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.meta.actionTypes.fanSpeed.cooling (channel)
                                    2022-10-09 12:39:47.947  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.meta.actionTypes.fanSpeed.cooling.currentMode (state) with initial value = null
                                    2022-10-09 12:39:47.948  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.meta.actionTypes.fanSpeed.cooling.modes (channel)
                                    2022-10-09 12:39:47.949  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.meta.actionTypes.fanSpeed.cooling.modes.fixed (state) with initial value = null
                                    2022-10-09 12:39:47.949  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.meta.actionTypes.fanSpeed.auto (channel)
                                    2022-10-09 12:39:47.950  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.meta.actionTypes.fanSpeed.auto.currentMode (state) with initial value = null
                                    2022-10-09 12:39:47.950  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.meta.actionTypes.fanSpeed.auto.modes (channel)
                                    2022-10-09 12:39:47.951  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.meta.actionTypes.fanSpeed.auto.modes.fixed (state) with initial value = null
                                    2022-10-09 12:39:47.951  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.meta.actionTypes.fanSpeed.dry (channel)
                                    2022-10-09 12:39:47.952  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.meta.actionTypes.fanSpeed.dry.currentMode (state) with initial value = null
                                    2022-10-09 12:39:47.952  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.meta.actionTypes.fanSpeed.fanOnly (channel)
                                    2022-10-09 12:39:47.953  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.meta.actionTypes.fanSpeed.fanOnly.currentMode (state) with initial value = null
                                    2022-10-09 12:39:47.953  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.meta.actionTypes.fanSpeed.fanOnly.modes (channel)
                                    2022-10-09 12:39:47.954  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.meta.actionTypes.fanSpeed.fanOnly.modes.fixed (state) with initial value = null
                                    2022-10-09 12:39:47.954  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.meta.actionTypes.econoMode (state) with initial value = null
                                    2022-10-09 12:39:47.955  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.schedules (channel)
                                    2022-10-09 12:39:47.955  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.schedules.0 (state) with initial value = null
                                    2022-10-09 12:39:47.956  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.schedules.1 (state) with initial value = null
                                    2022-10-09 12:39:47.956  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.schedules.2 (state) with initial value = null
                                    2022-10-09 12:39:47.956  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.sensoryData.roomTemperature (state) with initial value = 23
                                    2022-10-09 12:39:47.957  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.sensoryData.outdoorTemperature (state) with initial value = 16.5
                                    2022-10-09 12:39:47.957  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.streamerMode (state) with initial value = false
                                    2022-10-09 12:39:47.958  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.temperatureControl (folder)
                                    2022-10-09 12:39:47.958  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.temperatureControl.operationModes (folder)
                                    2022-10-09 12:39:47.959  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.temperatureControl.operationModes.heating (folder)
                                    2022-10-09 12:39:47.959  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.temperatureControl.operationModes.heating.setpoints (channel)
                                    2022-10-09 12:39:47.960  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.temperatureControl.operationModes.heating.setpoints.roomTemperature (state) with initial value = 19
                                    2022-10-09 12:39:47.960  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.temperatureControl.operationModes.cooling (folder)
                                    2022-10-09 12:39:47.961  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.temperatureControl.operationModes.cooling.setpoints (channel)
                                    2022-10-09 12:39:47.961  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.temperatureControl.operationModes.cooling.setpoints.roomTemperature (state) with initial value = 25
                                    2022-10-09 12:39:47.962  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.temperatureControl.operationModes.auto (folder)
                                    2022-10-09 12:39:47.962  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.temperatureControl.operationModes.auto.setpoints (channel)
                                    2022-10-09 12:39:47.962  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.temperatureControl.operationModes.auto.setpoints.roomTemperature (state) with initial value = 25
                                    2022-10-09 12:39:47.963  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.indoorUnit (channel)
                                    2022-10-09 12:39:47.963  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.indoorUnit.softwareVersion (state) with initial value = 20003002
                                    2022-10-09 12:39:47.964  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.indoorUnit.eepromVersion (state) with initial value = 12FF
                                    2022-10-09 12:39:47.964  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.indoorUnit.dryKeepSetting (state) with initial value = true
                                    2022-10-09 12:39:47.965  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.outdoorUnit (channel)
                                    2022-10-09 12:39:47.965  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.outdoorUnit.errorCode (state) with initial value = 00-
                                    2022-10-09 12:39:47.966  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.outdoorUnit.isInErrorState (state) with initial value = false
                                    2022-10-09 12:39:47.966  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.outdoorUnit.isInWarningState (state) with initial value = false
                                    2022-10-09 12:39:47.967  - debug: daikin-cloud.0 (4885) Added object 0189f1c5-effb-4f57-9299-6d7b4cd87066.outdoorUnit.isInCautionState (state) with initial value = false
                                    2022-10-09 12:39:50.728  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.gateway.daylightSavingTimeEnabled = true
                                    2022-10-09 12:39:50.743  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.gateway.errorCode = 
                                    2022-10-09 12:39:50.757  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.gateway.firmwareVersion = 1_12_84
                                    2022-10-09 12:39:50.808  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.gateway.isInErrorState = false
                                    2022-10-09 12:39:50.822  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.gateway.ledEnabled = true
                                    2022-10-09 12:39:50.872  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.gateway.macAddress = 24:cd:8d:99:11:b8
                                    2022-10-09 12:39:50.883  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.gateway.modelInfo = BRP069C4x
                                    2022-10-09 12:39:50.936  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.gateway.regionCode = eu
                                    2022-10-09 12:39:50.956  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.gateway.serialNumber = 0000000004051401
                                    2022-10-09 12:39:51.004  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.gateway.ssid = DaikinAP88248
                                    2022-10-09 12:39:51.014  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.gateway.timeZone = Europe/Berlin
                                    2022-10-09 12:39:51.062  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.gateway.wifiConnectionSSID = wFRITZ!Box
                                    2022-10-09 12:39:51.070  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.gateway.wifiConnectionStrength = -55
                                    2022-10-09 12:39:51.119  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.consumptionData.electrical = null
                                    2022-10-09 12:39:51.169  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.demandControl.currentMode = 0
                                    2022-10-09 12:39:51.219  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.demandControl.modes.fixed = 100
                                    2022-10-09 12:39:51.230  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.demandControl.modes.scheduled = {"actions":{}}
                                    2022-10-09 12:39:51.284  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.econoMode = false
                                    2022-10-09 12:39:51.295  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.errorCode = 00-
                                    2022-10-09 12:39:51.344  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.heating.fanSpeed.currentMode = 0
                                    2022-10-09 12:39:51.394  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.heating.fanSpeed.modes.fixed = 1
                                    2022-10-09 12:39:51.405  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.heating.fanDirection.horizontal.currentMode = 0
                                    2022-10-09 12:39:51.454  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.heating.fanDirection.vertical.currentMode = 2
                                    2022-10-09 12:39:51.504  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.cooling.fanSpeed.currentMode = 0
                                    2022-10-09 12:39:51.516  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.cooling.fanSpeed.modes.fixed = 1
                                    2022-10-09 12:39:51.569  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.cooling.fanDirection.horizontal.currentMode = 0
                                    2022-10-09 12:39:51.621  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.cooling.fanDirection.vertical.currentMode = 0
                                    2022-10-09 12:39:51.630  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.auto.fanSpeed.currentMode = 0
                                    2022-10-09 12:39:51.683  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.auto.fanSpeed.modes.fixed = 1
                                    2022-10-09 12:39:51.732  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.auto.fanDirection.horizontal.currentMode = 0
                                    2022-10-09 12:39:51.788  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.auto.fanDirection.vertical.currentMode = 0
                                    2022-10-09 12:39:51.845  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.dry.fanSpeed.currentMode = 0
                                    2022-10-09 12:39:51.855  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.dry.fanDirection.horizontal.currentMode = 0
                                    2022-10-09 12:39:51.904  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.dry.fanDirection.vertical.currentMode = 0
                                    2022-10-09 12:39:51.955  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.fanOnly.fanSpeed.currentMode = 0
                                    2022-10-09 12:39:51.962  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.fanOnly.fanSpeed.modes.fixed = 1
                                    2022-10-09 12:39:52.039  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.fanOnly.fanDirection.horizontal.currentMode = 0
                                    2022-10-09 12:39:52.091  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.fanControl.operationModes.fanOnly.fanDirection.vertical.currentMode = 0
                                    2022-10-09 12:39:52.100  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.holidayMode = false
                                    2022-10-09 12:39:52.150  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.iconId = 15
                                    2022-10-09 12:39:52.162  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.isCoolHeatMaster = true
                                    2022-10-09 12:39:52.215  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.isHolidayModeActive = false
                                    2022-10-09 12:39:52.230  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.isInCautionState = false
                                    2022-10-09 12:39:52.282  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.isInErrorState = false
                                    2022-10-09 12:39:52.295  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.isInWarningState = false
                                    2022-10-09 12:39:52.346  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.isLockFunctionEnabled = false
                                    2022-10-09 12:39:52.395  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.name = DaikinAP88248
                                    2022-10-09 12:39:52.402  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.onOffMode = true
                                    2022-10-09 12:39:52.461  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.operationMode = 1
                                    2022-10-09 12:39:52.479  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.outdoorSilentMode = false
                                    2022-10-09 12:39:52.529  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.powerfulMode = false
                                    2022-10-09 12:39:52.584  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.isPowerfulModeActive = false
                                    2022-10-09 12:39:52.595  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.currentMode = 0
                                    2022-10-09 12:39:52.676  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.currentSchedule = 0
                                    2022-10-09 12:39:52.843  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.enabled = false
                                    2022-10-09 12:39:52.921  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.meta.actionTypes.operationMode = null
                                    2022-10-09 12:39:52.937  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.meta.actionTypes.roomTemperature.heating = null
                                    2022-10-09 12:39:52.989  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.meta.actionTypes.roomTemperature.cooling = null
                                    2022-10-09 12:39:52.999  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.meta.actionTypes.roomTemperature.auto = null
                                    2022-10-09 12:39:53.049  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.meta.actionTypes.fanSpeed.heating.currentMode = null
                                    2022-10-09 12:39:53.060  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.meta.actionTypes.fanSpeed.heating.modes.fixed = null
                                    2022-10-09 12:39:53.119  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.meta.actionTypes.fanSpeed.cooling.currentMode = null
                                    2022-10-09 12:39:53.131  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.meta.actionTypes.fanSpeed.cooling.modes.fixed = null
                                    2022-10-09 12:39:53.182  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.meta.actionTypes.fanSpeed.auto.currentMode = null
                                    2022-10-09 12:39:53.242  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.meta.actionTypes.fanSpeed.auto.modes.fixed = null
                                    2022-10-09 12:39:53.291  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.meta.actionTypes.fanSpeed.dry.currentMode = null
                                    2022-10-09 12:39:53.339  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.meta.actionTypes.fanSpeed.fanOnly.currentMode = null
                                    2022-10-09 12:39:53.348  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.meta.actionTypes.fanSpeed.fanOnly.modes.fixed = null
                                    2022-10-09 12:39:53.397  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.meta.actionTypes.econoMode = null
                                    2022-10-09 12:39:53.446  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.schedules.0 = null
                                    2022-10-09 12:39:53.495  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.schedules.1 = null
                                    2022-10-09 12:39:53.502  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.schedule.modes.any.schedules.2 = null
                                    2022-10-09 12:39:53.553  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.sensoryData.roomTemperature = 23
                                    2022-10-09 12:39:53.560  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.sensoryData.outdoorTemperature = 16.5
                                    2022-10-09 12:39:53.609  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.streamerMode = false
                                    2022-10-09 12:39:53.657  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.temperatureControl.operationModes.heating.setpoints.roomTemperature = 19
                                    2022-10-09 12:39:53.665  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.temperatureControl.operationModes.cooling.setpoints.roomTemperature = 25
                                    2022-10-09 12:39:53.713  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.climateControl.temperatureControl.operationModes.auto.setpoints.roomTemperature = 25
                                    2022-10-09 12:39:53.761  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.indoorUnit.softwareVersion = 20003002
                                    2022-10-09 12:39:53.809  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.indoorUnit.eepromVersion = 12FF
                                    2022-10-09 12:39:53.816  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.indoorUnit.dryKeepSetting = true
                                    2022-10-09 12:39:53.864  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.outdoorUnit.errorCode = 00-
                                    2022-10-09 12:39:53.871  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.outdoorUnit.isInErrorState = false
                                    2022-10-09 12:39:53.917  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.outdoorUnit.isInWarningState = false
                                    2022-10-09 12:39:53.964  - debug: daikin-cloud.0 (4885) Set initial state value: 0189f1c5-effb-4f57-9299-6d7b4cd87066.outdoorUnit.isInCautionState = false
                                    
                                    apollon77A Offline
                                    apollon77A Offline
                                    apollon77
                                    wrote on last edited by
                                    #108

                                    @kymchy beispielsweise :-) checke nachher am Rechner

                                    Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                                    • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                                    • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                                    K 1 Reply Last reply
                                    0
                                    • apollon77A apollon77

                                      @kymchy beispielsweise :-) checke nachher am Rechner

                                      K Offline
                                      K Offline
                                      Kymchy
                                      wrote on last edited by
                                      #109

                                      @apollon77 ok, Danke!
                                      Habs auch nochmal per Mail geschickt.

                                      1 Reply Last reply
                                      1
                                      • apollon77A Offline
                                        apollon77A Offline
                                        apollon77
                                        wrote on last edited by apollon77
                                        #110

                                        Ok, ich denke das kann ich bereitstellen, Die Frage ist wie das sinn macht. Datentechnisch sind es arrays mit Daten für 24 "d" (Tage?), 14 "w" (Wochen?) und 24 "m" (Monate)? Das ganze getrennt für Cooling und heating ... oder wie wird das bei Dir/Euch in der App angezeigt?

                                        Hier mal die Daten aus dem Log ... vllt kannst Du das mit was vergleichen was die App anzeigt?

                                                        "heating": {
                                                            "d": [
                                                                0,
                                                                0,
                                                                0,
                                                                0,
                                                                0,
                                                                0,
                                                                0,
                                                                0,
                                                                0,
                                                                0,
                                                                0,
                                                                0,
                                                                0,
                                                                0,
                                                                0,
                                                                null,
                                                                null,
                                                                null,
                                                                null,
                                                                null,
                                                                null,
                                                                null,
                                                                null,
                                                                null
                                                            ],
                                                            "w": [
                                                                0,
                                                                0,
                                                                0,
                                                                0,
                                                                0,
                                                                0,
                                                                0,
                                                                0,
                                                                null,
                                                                null,
                                                                null,
                                                                null,
                                                                null,
                                                                null
                                                            ],
                                                            "m": [
                                                                756,
                                                                462,
                                                                420,
                                                                275,
                                                                97,
                                                                0,
                                                                0,
                                                                0,
                                                                4,
                                                                168,
                                                                391,
                                                                538,
                                                                604,
                                                                383,
                                                                265,
                                                                170,
                                                                10,
                                                                0,
                                                                0,
                                                                null,
                                                                null,
                                                                null,
                                                                null,
                                                                null
                                                            ]
                                                        },
                                                        "cooling": {
                                                            "d": [
                                                                0,
                                                                0,
                                                                0,
                                                                0,
                                                                0,
                                                                0,
                                                                0,
                                                                0,
                                                                0,
                                                                0,
                                                                0,
                                                                0,
                                                                0,
                                                                0,
                                                                0,
                                                                null,
                                                                null,
                                                                null,
                                                                null,
                                                                null,
                                                                null,
                                                                null,
                                                                null,
                                                                null
                                                            ],
                                                            "w": [
                                                                0,
                                                                0,
                                                                0,
                                                                0,
                                                                0,
                                                                0,
                                                                0,
                                                                0,
                                                                null,
                                                                null,
                                                                null,
                                                                null,
                                                                null,
                                                                null
                                                            ],
                                                            "m": [
                                                                0,
                                                                0,
                                                                0,
                                                                0,
                                                                0,
                                                                10,
                                                                2,
                                                                0,
                                                                0,
                                                                0,
                                                                0,
                                                                0,
                                                                0,
                                                                0,
                                                                0,
                                                                0,
                                                                0,
                                                                0,
                                                                0,
                                                                null,
                                                                null,
                                                                null,
                                                                null,
                                                                null
                                                            ]
                                                        },
                                        

                                        Ich verstehe die Daten aber nicht. wenn es tage und Wochen sind - wie kann es sein das das alles 0 ist bei cooling aber unter "Monate" dann Werte sind.

                                        Die andere Frage ist dann wie man das bereitstellt. Alles in Einzelstates ist ne große Menge ... aber dann könnte man es vllt irgendwie historisieren direkt. Alternative wäre es die Arrays als Datenpunkte zu haben. Dann bräuchte man einen alias bzw kleines Skript um die Daten zu verarbeiten die man will....

                                        Wie immer bei solchen "Historisierten Daten" ist die Frage wie man das sinnvoll abbildet das es nicht nur tote Daten sind die das System zumüllen

                                        Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                                        • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                                        • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                                        1 Reply Last reply
                                        0
                                        • K Offline
                                          K Offline
                                          Kymchy
                                          wrote on last edited by
                                          #111

                                          @apollon77 in der App wird das so angezeigt:
                                          Screenshot_20221009-233246.png

                                          Soviel erstmal...

                                          apollon77A 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

                                          576

                                          Online

                                          32.7k

                                          Users

                                          82.4k

                                          Topics

                                          1.3m

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

                                          • Don't have an account? Register

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