Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. Test Adapter Daikin-Cloud 0.0.1

    NEWS

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Test Adapter Daikin-Cloud 0.0.1

    This topic has been deleted. Only users with topic management privileges can see it.
    • apollon77
      apollon77 last edited by 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 D B H 4 Replies Last reply Reply Quote 4
      • apollon77
        apollon77 last edited by

        Erweitert um E-Mail/Passwort Auto-Login zusätzlich zum Proxy als Alternative

        K 1 Reply Last reply Reply Quote 0
        • K
          K_o_bold @apollon77 last edited by

          @apollon77 ,

          vielen Dank für den Adapter :-)...

          Ich habe direkt mal vor ca. 10 min. die aktuelle Version von git. installiert.
          Wie du vermutet hast, funktioniert der login über Email/Passwort nicht ohne weiteres.
          Wenn ich den proxy Prozess anstoße kommt aber folgender error:

          Error while starting Proxy: TypeError: Cannot read property 'initProxyServer' of null
          

          Proxy-Port habe ich in den Adaptereinstellungen nicht verändert.
          Ich nutze Docker und weiß nicht was ich bei Proxy external IP eingeben muss.

          apollon77 1 Reply Last reply Reply Quote 0
          • apollon77
            apollon77 @K_o_bold last edited by

            @k_o_bold Ist auf GitHub gefixt. Bitte neu Updaten und manuell neu starten danach

            K Stefan4711 2 Replies Last reply Reply Quote 0
            • K
              K_o_bold @apollon77 last edited by

              @apollon77 ,

              besten Dank...Jetzt ist der Adapter grün und das Gerät wurde erkannt.
              Ich werde heute Abend mal ausgiebig testen...

              1 Reply Last reply Reply Quote 1
              • Stefan4711
                Stefan4711 @apollon77 last edited by

                @apollon77 Hab gerade das neue Cloud-Modul installiert (dauert eine Weile) und es funktioniert SOFORT (via eMail + PW) - alle 4 Klima-Anlagen (1x alt, 3x neu) werden erkannt und lassen sich auch steuern. Die angezeigten Temperaturen scheinen mir auch korrekt zu sein - durch alle Objekte bin ich aber noch nicht durch...

                Vielen Dank & einen Kaffee ausgegeben 😉

                Stefan.

                apollon77 1 Reply Last reply Reply Quote 0
                • apollon77
                  apollon77 @Stefan4711 last edited by

                  @stefan4711 sagte in Test Adapter Daikin-Cloud 0.0.1:

                  (dauert eine Weile)

                  Das liegt an einem Bug in npmm 6.x zusammen damit das GitHub was geändertt hat ... ist weg wenn wir nicht mehr von GitHub installieren.

                  Aber mit jetzt zwei mal Feedback dann pack ichs mal auf npm dann geht install einfacher.

                  Und Danke für den Kaffee :-))

                  1 Reply Last reply Reply Quote 0
                  • apollon77
                    apollon77 last edited by

                    Die 0.1.0 (gleiches wie letzter GitHub Stand) ist jetzt auf npm. Wenn mich nicht alles täuscht sollte ein Install jetzt gehen indem man bei Custom Install anstelle der GitHub URL einfach "iobroker.daikin-cloud" eingibt.

                    A 1 Reply Last reply Reply Quote 0
                    • A
                      Aidan @apollon77 last edited by

                      @apollon77 :
                      Moin zusammen, ich bin auch an dem Daikin-Cloudadapter interessiert und habe folgende 4 Endgeräte verbaut:

                      1x FTXM42R2V1B
                      2x FTXM20R2V1B
                      1x FTXM25R2V1BProblem:

                      Den Adapter habe ich installiert sehe ihn aber nicht.
                      Hier ein paar Infos durch die mich glasfaser bereits geführt hat.

                      pi@raspberrypi:~ $ cd /opt/iobroker
                      pi@raspberrypi:/opt/iobroker $ npm i iobroker.daikin-cloud
                      npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules/fsevents):
                      npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                      npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@1.0.7 (node_modules/osx-temperature-sensor):
                      npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                       
                      + iobroker.daikin-cloud@0.1.1
                      added 53 packages from 44 contributors in 24.221s
                       
                      77 packages are looking for funding
                        run `npm fund` for details
                      
                      pi@raspberrypi:~ $ iobroker update -i
                      Used repository: Stable (default)
                      Adapter    "admin"        : 5.3.8    , installed 5.3.8
                      Adapter    "alarm"        : 3.1.0    , installed 3.0.5  [Updatable]
                      Adapter    "daswetter"    : 3.1.2    , installed 3.1.2
                      Adapter    "discovery"    : 3.0.3    , installed 3.0.3
                      Adapter    "email"        : 1.0.10   , installed 1.0.10
                      Adapter    "heos"         : 1.9.1    , installed 1.9.1
                      Adapter    "hm-rega"      : 3.0.40   , installed 3.0.40
                      Adapter    "hm-rpc"       : 1.15.12  , installed 1.15.12
                      Adapter    "hmip"         : 1.17.0   , installed 1.15.4 [Updatable]
                      Adapter    "ical"         : 1.12.1   , installed 1.12.1
                      Adapter    "icons-material-png": 0.1.0, installed 0.1.0
                      Adapter    "icons-mfd-png": 1.1.0    , installed 1.1.0
                      Adapter    "icons-open-icon-library-png": 0.1.2, installed 0.1.2
                      Adapter    "icons-ultimate-png": 1.0.1, installed 1.0.1
                      Adapter    "info"         : 1.9.19   , installed 1.9.19
                      Adapter    "javascript"   : 5.2.21   , installed 5.2.21
                      Controller "js-controller": 4.0.23   , installed 4.0.23
                      Adapter    "linkeddevices": 1.4.3    , installed 1.4.3
                      Adapter    "proxy"        : 1.2.2    , installed 1.2.2
                      Adapter    "simple-api"   : 2.6.5    , installed 2.6.5
                      Adapter    "socketio"     : 4.2.0    , installed 4.2.0
                      Adapter    "tankerkoenig" : 2.1.1    , installed 2.1.1
                      Adapter    "telegram"     : 1.12.2   , installed 1.12.2
                      Adapter    "tvspielfilm"  : 2.0.4    , installed 2.0.4
                      Adapter    "vis"          : 1.4.15   , installed 1.4.15
                      Adapter    "vis-google-fonts": 1.0.3 , installed 1.0.3
                      Adapter    "vis-hqwidgets": 1.2.0    , installed 1.2.0
                      Adapter    "vis-jqui-mfd" : 1.0.12   , installed 1.0.12
                      Adapter    "vis-justgage" : 1.0.2    , installed 1.0.2
                      Adapter    "vis-map"      : 1.0.4    , installed 1.0.4
                      Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0
                      Adapter    "vis-plumb"    : 1.0.2    , installed 1.0.2
                      Adapter    "vis-timeandweather": 1.1.7, installed 1.1.7
                      Adapter    "vis-weather"  : 2.5.5    , installed 2.5.5
                      Adapter    "web"          : 4.3.0    , installed 4.3.0
                      Adapter    "ws"           : 1.3.0    , installed 1.3.0
                      Adapter    "yr"           : 5.3.0    , installed 5.1.2  [Updatable]
                       
                      
                      pi@raspberrypi:~ $ iobroker list adapters
                      system.adapter.admin                   : admin          - v5.3.8
                      system.adapter.alarm                   : alarm          - v3.0.5
                      system.adapter.daswetter               : daswetter      - v3.1.2
                      system.adapter.discovery               : discovery      - v3.0.3
                      system.adapter.email                   : email          - v1.0.10
                      system.adapter.heos                    : heos           - v1.9.1
                      system.adapter.hm-rega                 : hm-rega        - v3.0.40
                      system.adapter.hm-rpc                  : hm-rpc         - v1.15.12
                      system.adapter.hmip                    : hmip           - v1.15.4
                      system.adapter.ical                    : ical           - v1.12.1
                      system.adapter.icons-material-png      : icons-material-png - v0.1.0
                      system.adapter.icons-mfd-png           : icons-mfd-png  - v1.1.0
                      system.adapter.icons-open-icon-library-png: icons-open-icon-library-png - v0.1.2
                      system.adapter.icons-ultimate-png      : icons-ultimate-png - v1.0.1
                      system.adapter.info                    : info           - v1.9.19
                      system.adapter.javascript              : javascript     - v5.2.21
                      system.adapter.linkeddevices           : linkeddevices  - v1.4.3
                      system.adapter.proxy                   : proxy          - v1.2.2
                      system.adapter.simple-api              : simple-api     - v2.6.5
                      system.adapter.socketio                : socketio       - v4.2.0
                      system.adapter.tankerkoenig            : tankerkoenig   - v2.1.1
                      system.adapter.telegram                : telegram       - v1.12.2
                      system.adapter.tvspielfilm             : tvspielfilm    - v2.0.4
                      system.adapter.vis                     : vis            - v1.4.15
                      system.adapter.vis-google-fonts        : vis-google-fonts - v1.0.3
                      system.adapter.vis-hqwidgets           : vis-hqwidgets  - v1.2.0
                      system.adapter.vis-jqui-mfd            : vis-jqui-mfd   - v1.0.12
                      system.adapter.vis-justgage            : vis-justgage   - v1.0.2
                      system.adapter.vis-map                 : vis-map        - v1.0.4
                      system.adapter.vis-metro               : vis-metro      - v1.2.0
                      system.adapter.vis-plumb               : vis-plumb      - v1.0.2
                      system.adapter.vis-timeandweather      : vis-timeandweather - v1.1.7
                      system.adapter.vis-weather             : vis-weather    - v2.5.5
                      system.adapter.web                     : web            - v4.3.0
                      system.adapter.yr  
                      
                      
                      pi@raspberrypi:~ $ iobroker list instances
                      
                      + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                        system.adapter.alarm.0                  : alarm                 : raspberrypi                              - disabled
                      + system.adapter.discovery.0              : discovery             : raspberrypi                              -  enabled
                      + system.adapter.email.0                  : email                 : raspberrypi                              -  enabled
                        system.adapter.gartenbewaesserung.0     : gartenbewaesserung    : raspberrypi                              - disabled
                        system.adapter.heos.0                   : heos                  : raspberrypi                              - disabled
                      + system.adapter.hm-rega.0                : hm-rega               : raspberrypi                              -  enabled
                      + system.adapter.hm-rpc.1                 : hm-rpc                : raspberrypi                              -  enabled, port: 0
                      + system.adapter.hm-rpc.2                 : hm-rpc                : raspberrypi                              -  enabled, port: 0
                        system.adapter.ical.0                   : ical                  : raspberrypi                              -  enabled
                        system.adapter.icons-material-png.0     : icons-material-png    : raspberrypi                              -  enabled
                        system.adapter.icons-mfd-png.0          : icons-mfd-png         : raspberrypi                              -  enabled
                        system.adapter.icons-open-icon-library-png.0: icons-open-icon-library-png: raspberrypi                              -  enabled
                        system.adapter.icons-ultimate-png.0     : icons-ultimate-png    : raspberrypi                              -  enabled
                      + system.adapter.info.0                   : info                  : raspberrypi                              -  enabled
                      + system.adapter.javascript.0             : javascript            : raspberrypi                              -  enabled
                        system.adapter.proxy.0                  : proxy                 : raspberrypi                              - disabled
                      + system.adapter.tankerkoenig.0           : tankerkoenig          : raspberrypi                              -  enabled
                        system.adapter.telegram.0               : telegram              : raspberrypi                              - disabled, port: 8443, bind: 0.0.0.0
                        system.adapter.tvspielfilm.0            : tvspielfilm           : raspberrypi                              -  enabled
                        system.adapter.vis-google-fonts.0       : vis-google-fonts      : raspberrypi                              -  enabled
                        system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : raspberrypi                              -  enabled
                        system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : raspberrypi                              -  enabled
                        system.adapter.vis-justgage.0           : vis-justgage          : raspberrypi                              -  enabled
                        system.adapter.vis-map.0                : vis-map               : raspberrypi                              -  enabled
                        system.adapter.vis-metro.0              : vis-metro             : raspberrypi                              -  enabled
                        system.adapter.vis-plumb.0              : vis-plumb             : raspberrypi                              -  enabled
                        system.adapter.vis-timeandweather.0     : vis-timeandweather    : raspberrypi                              -  enabled
                        system.adapter.vis-weather.0            : vis-weather           : raspberrypi                              -  enabled
                        system.adapter.vis.0                    : vis                   : raspberrypi                              -  enabled
                      + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                      
                      + instance is alive
                      
                      
                      pi@raspberrypi:~ $ sudo ln -s /usr/bin/node /usr/bin/nodejs
                      ln: die symbolische Verknüpfung '/usr/bin/nodejs' konnte nicht angelegt werden: Die Datei existiert bereits
                      pi@raspberrypi:~ $ uname -m && which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                      armv7l
                      /usr/bin/nodejs
                      /usr/bin/node
                      /usr/bin/npm
                      v12.20.0
                      v12.20.0
                      6.14.8
                      pi
                      /home/pi
                      

                      Eventuell kann mir wer weiterhelfen, bzw. hilft es bei der Entwicklung des Adapters.

                      apollon77 1 Reply Last reply Reply Quote 0
                      • apollon77
                        apollon77 @Aidan last edited by

                        @aidan Naja wenn du den Adapter nicht über Admin installierst wie ioben beschrieben sondern direkt per npm dann must du ein weiteres kommando ausführen um die Metadaten zum Adapter in ioBroker zu registrieren 🙂

                        iob upload daikin-cloud

                        Danach ist er da und unter "Adapter" zu finden. dann dort über den "+" eine instanz anlöegen (oder wenn es CLI sein soll iob add daikin-cloud

                        A 1 Reply Last reply Reply Quote 0
                        • A
                          Aidan @apollon77 last edited by

                          @apollon77 said in Test Adapter Daikin-Cloud 0.0.1:

                          iob upload daikin-cloud

                          Guten Morgen, danke für den Hinweis-)
                          Den Adapter sehe ich jetzt. und er ist auch angemeldet-)
                          Hat etwas gedauert, da ständig mein Konto abgewiesen worden ist.
                          Ich hatte mich in der App mit meinem Googlekonto angemeldet.
                          Als ich die Zugangsdaten in den Adapter eingetragen hatte, kam falscher Benutzer bzw. Passwort falsch.
                          Über den Link im QR-Code kam ich dann zu der Delkin Seite und habe mir dort Über "Passwort vergessen" ein neues PW vergeben.
                          Das Ganze hat mich ca. 4 Std. gekostet^^

                          Ich würde gern hier mit Testen, stelle mir aber die Frage ob mein kleines Wissen reicht, oder ob ich mit meinen Fragen mehr bremsen würde.

                          Beste Grüße und schönes WE
                          .

                          apollon77 1 Reply Last reply Reply Quote 0
                          • apollon77
                            apollon77 @Aidan last edited by

                            @aidan Schieß los 😉 keine Scheu.

                            Am Ende ließt der Adapter die Datenstrukturen von daikin und stellt die in iobroker dar. Detailfragen was wozu da ist bzw. welche Effekte hat kann ich persönlich dir nicht so genau sagen weil ich selbst kein solches Gerät habe sondern nut Fernzugriff auf ein Gerät mit dem ich jetzt nur bedingt rumspielen kann - hier wären wir also eher bei gegenseitiger Hilfe in der Community.

                            Wenn rauskommt das der Adapter was falsch macht bin ich da es zu fixen 😉

                            1 Reply Last reply Reply Quote 0
                            • A
                              Aidan last edited by Aidan

                              @apollon77

                              ok, dann hau ich mal rein^^ -)

                              cf13b238-69ee-480a-9c26-acef4e169016-image.png

                              3 Geräte haben ein Wifi-Symbol eins nicht.
                              Das Wohnzimmergerät lässt sich aber über den Adapter an / aus schalten.

                              Erst habe ich gedacht, das es eventuell an der Verbindung zum Repeater liegt

                              d5889e9d-e459-4665-9708-beb1957cd1a4-image.png
                              137f58a4-af9b-4e57-a7bb-708e7cf4f396-image.png
                              78446521-75fc-4101-852f-fcbf0d7fc1e3-image.png
                              126ec37a-1b45-40d2-bab2-3a8e84baf7c0-image.png

                              Dies scheint aber nicht der Fall zu sein. Da sich zwei Geräte direkt an der Fritzbox angemeldet haben. Repeater ist als Mesh konfiguriert.

                              apollon77 1 Reply Last reply Reply Quote 0
                              • apollon77
                                apollon77 @Aidan last edited by apollon77

                                @aidan Was hat denn das Wohnzimmer bei cloudConnected (also klapp mal auf ... wenn da true steht dann ists "nur" ein Admin bug in der Anzeige - dann mal Admin reloaden?). Wenn es offline wäre wäre es gelb ... da es gar nichts hat dann hat denke Admin die State Change von dem irgendwie nicht mitbekommen

                                Homoran A 2 Replies Last reply Reply Quote 0
                                • Homoran
                                  Homoran Global Moderator Administrators @apollon77 last edited by

                                  @apollon77 die anderen drei scheinen wohl gerade zu refreshen (grüner Text).

                                  habe aber auch mit den alten solche Phänomene im Netz oder in der Daikin App.
                                  Werden nicht immer alle gefunden.

                                  A 1 Reply Last reply Reply Quote 0
                                  • A
                                    Aidan @apollon77 last edited by Aidan

                                    @apollon77 cb9258cf-53c1-4908-a819-56a866f466eb-image.png

                                    Last update 10:48Uhr
                                    ja, steht in rot "Null"
                                    Kann aber unter Climacontrol on/ off setzen. Gerät spring dann auch an.

                                    Folgendes noch mal probiert.
                                    Wohnzimmer eingeschaltet über die App. 30 Sek später wird bei Climacontrol --> on/ off auf true gewechselt. gleiches beim Ausschalten nur das es dann auf false geht.

                                    apollon77 1 Reply Last reply Reply Quote 0
                                    • A
                                      Aidan @Homoran last edited by Aidan

                                      @homoran said in Test Adapter Daikin-Cloud 0.0.1:

                                      @apollon77 die anderen drei scheinen wohl gerade zu refreshen (grüner Text).

                                      Die sind permanent grün, in Verbindung mit dem W-Lan Symbol. Das suggeriert mir, dass das Wohnzimmer nicht Verbunden ist.

                                      1 Reply Last reply Reply Quote 0
                                      • apollon77
                                        apollon77 @Aidan last edited by

                                        @aidan mal Admin reloaded?? Der Status kommt aus der daikin Cloud. Sonst mal Adapter auf debug log für die instanz schalten und dann poste mal komplett aus logfile von Platte /opt/iobroker/log. Dann schauen wir da mal

                                        A 1 Reply Last reply Reply Quote 0
                                        • A
                                          Aidan @apollon77 last edited by Aidan

                                          @apollon77
                                          Ja den Adminadapter hatte ich neu gestartet, "Fehlerbild" bleibt

                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.467	debug	Set initial state value: e4a3a2ad-8e6d-42ec-8a35-44c7f47c96b9.outdoorUnit.isInCautionState = false
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.462	debug	Set initial state value: e4a3a2ad-8e6d-42ec-8a35-44c7f47c96b9.outdoorUnit.isInWarningState = false
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.457	debug	Set initial state value: e4a3a2ad-8e6d-42ec-8a35-44c7f47c96b9.outdoorUnit.isInErrorState = false
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.449	debug	Set initial state value: e4a3a2ad-8e6d-42ec-8a35-44c7f47c96b9.outdoorUnit.errorCode = 00-
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.444	debug	Set initial state value: e4a3a2ad-8e6d-42ec-8a35-44c7f47c96b9.indoorUnit.dryKeepSetting = true
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.439	debug	Set initial state value: e4a3a2ad-8e6d-42ec-8a35-44c7f47c96b9.indoorUnit.eepromVersion = 12FF
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.433	debug	Set initial state value: e4a3a2ad-8e6d-42ec-8a35-44c7f47c96b9.indoorUnit.softwareVersion = 20003002
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.428	debug	Set initial state value: e4a3a2ad-8e6d-42ec-8a35-44c7f47c96b9.climateControl.outdoorSilentMode = false
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.422	debug	Set initial state value: e4a3a2ad-8e6d-42ec-8a35-44c7f47c96b9.climateControl.isLockFunctionEnabled = false
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.417	debug	Set initial state value: e4a3a2ad-8e6d-42ec-8a35-44c7f47c96b9.climateControl.isCoolHeatMaster = true
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.411	debug	Set initial state value: e4a3a2ad-8e6d-42ec-8a35-44c7f47c96b9.climateControl.holidayMode = false
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.406	debug	Set initial state value: e4a3a2ad-8e6d-42ec-8a35-44c7f47c96b9.climateControl.consumptionData.electrical = null
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.401	debug	Set initial state value: e4a3a2ad-8e6d-42ec-8a35-44c7f47c96b9.climateControl.streamerMode = false
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.395	debug	Set initial state value: e4a3a2ad-8e6d-42ec-8a35-44c7f47c96b9.climateControl.isPowerfulModeActive = false
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.387	debug	Set initial state value: e4a3a2ad-8e6d-42ec-8a35-44c7f47c96b9.climateControl.powerfulMode = false
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.381	debug	Set initial state value: e4a3a2ad-8e6d-42ec-8a35-44c7f47c96b9.climateControl.econoMode = false
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.374	debug	Set initial state value: e4a3a2ad-8e6d-42ec-8a35-44c7f47c96b9.climateControl.schedule.modes.any.schedules.2 = null
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.367	debug	Set initial state value: e4a3a2ad-8e6d-42ec-8a35-44c7f47c96b9.climateControl.schedule.modes.any.schedules.1 = null
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.359	debug	Set initial state value: e4a3a2ad-8e6d-42ec-8a35-44c7f47c96b9.climateControl.schedule.modes.any.schedules.0 = null
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.351	debug	Set initial state value: e4a3a2ad-8e6d-42ec-8a35-44c7f47c96b9.climateControl.schedule.modes.any.meta.actionTypes.econoMode = null
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.344	debug	Set initial state value: e4a3a2ad-8e6d-42ec-8a35-44c7f47c96b9.climateControl.schedule.modes.any.meta.actionTypes.fanSpeed.fanOnly.modes.fixed = null
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.332	debug	Set initial state value: e4a3a2ad-8e6d-42ec-8a35-44c7f47c96b9.climateControl.schedule.modes.any.meta.actionTypes.fanSpeed.fanOnly.currentMode = null
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.323	debug	Set initial state value: e4a3a2ad-8e6d-42ec-8a35-44c7f47c96b9.climateControl.schedule.modes.any.meta.actionTypes.fanSpeed.dry.currentMode = null
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.305	debug	Set initial state value: e4a3a2ad-8e6d-42ec-8a35-44c7f47c96b9.climateControl.schedule.modes.any.meta.actionTypes.fanSpeed.auto.modes.fixed = null
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.299	debug	Set initial state value: e4a3a2ad-8e6d-42ec-8a35-44c7f47c96b9.climateControl.schedule.modes.any.meta.actionTypes.fanSpeed.auto.currentMode = null
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.293	debug	Set initial state value: e4a3a2ad-8e6d-42ec-8a35-44c7f47c96b9.climateControl.schedule.modes.any.meta.actionTypes.fanSpeed.cooling.modes.fixed = null
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.288	debug	Set initial state value: e4a3a2ad-8e6d-42ec-8a35-44c7f47c96b9.climateControl.schedule.modes.any.meta.actionTypes.fanSpeed.cooling.currentMode = null
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.283	debug	Set initial state value: e4a3a2ad-8e6d-42ec-8a35-44c7f47c96b9.climateControl.schedule.modes.any.meta.actionTypes.fanSpeed.heating.modes.fixed = null
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.277	debug	Set initial state value: e4a3a2ad-8e6d-42ec-8a35-44c7f47c96b9.climateControl.schedule.modes.any.meta.actionTypes.fanSpeed.heating.currentMode = null
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.272	debug	Set initial state value: e4a3a2ad-8e6d-42ec-8a35-44c7f47c96b9.climateControl.schedule.modes.any.meta.actionTypes.roomTemperature.auto = null
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.267	debug	Set initial state value: e4a3a2ad-8e6d-42ec-8a35-44c7f47c96b9.climateControl.schedule.modes.any.meta.actionTypes.roomTemperature.cooling = null
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.262	debug	Set initial state value: e4a3a2ad-8e6d-42ec-8a35-44c7f47c96b9.climateControl.schedule.modes.any.meta.actionTypes.roomTemperature.heating = null
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.257	debug	Set initial state value: e4a3a2ad-8e6d-42ec-8a35-44c7f47c96b9.climateControl.schedule.modes.any.meta.actionTypes.operationMode = null
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.252	debug	Set initial state value: e4a3a2ad-8e6d-42ec-8a35-44c7f47c96b9.climateControl.schedule.modes.any.enabled = false
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.247	debug	Set initial state value: e4a3a2ad-8e6d-42ec-8a35-44c7f47c96b9.climateControl.schedule.modes.any.currentSchedule = 0
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.242	debug	Set initial state value: e4a3a2ad-8e6d-42ec-8a35-44c7f47c96b9.climateControl.schedule.currentMode = 0
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.237	debug	Set initial state value: e4a3a2ad-8e6d-42ec-8a35-44c7f47c96b9.climateControl.fanControl.operationModes.fanOnly.fanDirection.vertical.currentMode = 0
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.231	debug	Set initial state value: e4a3a2ad-8e6d-42ec-8a35-44c7f47c96b9.climateControl.fanControl.operationModes.fanOnly.fanDirection.horizontal.currentMode = 0
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.226	debug	Set initial state value: e4a3a2ad-8e6d-42ec-8a35-44c7f47c96b9.climateControl.fanControl.operationModes.fanOnly.fanSpeed.modes.fixed = 1
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.220	debug	Set initial state value: e4a3a2ad-8e6d-42ec-8a35-44c7f47c96b9.climateControl.fanControl.operationModes.fanOnly.fanSpeed.currentMode = 0
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.215	debug	Set initial state value: e4a3a2ad-8e6d-42ec-8a35-44c7f47c96b9.climateControl.fanControl.operationModes.dry.fanDirection.vertical.currentMode = 0
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.209	debug	Set initial state value: e4a3a2ad-8e6d-42ec-8a35-44c7f47c96b9.climateControl.fanControl.operationModes.dry.fanDirection.horizontal.currentMode = 0
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.203	debug	Set initial state value: e4a3a2ad-8e6d-42ec-8a35-44c7f47c96b9.climateControl.fanControl.operationModes.dry.fanSpeed.currentMode = 0
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.198	debug	Set initial state value: e4a3a2ad-8e6d-42ec-8a35-44c7f47c96b9.climateControl.fanControl.operationModes.auto.fanDirection.vertical.currentMode = 0
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.192	debug	Set initial state value: e4a3a2ad-8e6d-42ec-8a35-44c7f47c96b9.climateControl.fanControl.operationModes.auto.fanDirection.horizontal.currentMode = 0
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.188	debug	Set initial state value: e4a3a2ad-8e6d-42ec-8a35-44c7f47c96b9.climateControl.fanControl.operationModes.auto.fanSpeed.modes.fixed = 1
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.183	debug	Set initial state value: e4a3a2ad-8e6d-42ec-8a35-44c7f47c96b9.climateControl.fanControl.operationModes.auto.fanSpeed.currentMode = 0
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.178	debug	Set initial state value: e4a3a2ad-8e6d-42ec-8a35-44c7f47c96b9.climateControl.fanControl.operationModes.cooling.fanDirection.vertical.currentMode = 0
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.173	debug	Set initial state value: e4a3a2ad-8e6d-42ec-8a35-44c7f47c96b9.climateControl.fanControl.operationModes.cooling.fanDirection.horizontal.currentMode = 0
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.168	debug	Set initial state value: e4a3a2ad-8e6d-42ec-8a35-44c7f47c96b9.climateControl.fanControl.operationModes.cooling.fanSpeed.modes.fixed = 5
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.163	debug	Set initial state value: e4a3a2ad-8e6d-42ec-8a35-44c7f47c96b9.climateControl.fanControl.operationModes.cooling.fanSpeed.currentMode = 0
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.159	debug	Set initial state value: e4a3a2ad-8e6d-42ec-8a35-44c7f47c96b9.climateControl.fanControl.operationModes.heating.fanDirection.vertical.currentMode = 0
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.153	debug	Set initial state value: e4a3a2ad-8e6d-42ec-8a35-44c7f47c96b9.climateControl.fanControl.operationModes.heating.fanDirection.horizontal.currentMode = 0
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.148	debug	Set initial state value: e4a3a2ad-8e6d-42ec-8a35-44c7f47c96b9.climateControl.fanControl.operationModes.heating.fanSpeed.modes.fixed = 1
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.144	debug	Set initial state value: e4a3a2ad-8e6d-42ec-8a35-44c7f47c96b9.climateControl.fanControl.operationModes.heating.fanSpeed.currentMode = 0
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.139	debug	Set initial state value: e4a3a2ad-8e6d-42ec-8a35-44c7f47c96b9.climateControl.sensoryData.outdoorTemperature = 12.5
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.134	debug	Set initial state value: e4a3a2ad-8e6d-42ec-8a35-44c7f47c96b9.climateControl.sensoryData.roomTemperature = 20
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.129	debug	Set initial state value: e4a3a2ad-8e6d-42ec-8a35-44c7f47c96b9.climateControl.temperatureControl.operationModes.auto.setpoints.roomTemperature = 25
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.124	debug	Set initial state value: e4a3a2ad-8e6d-42ec-8a35-44c7f47c96b9.climateControl.temperatureControl.operationModes.cooling.setpoints.roomTemperature = 21
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.118	debug	Set initial state value: e4a3a2ad-8e6d-42ec-8a35-44c7f47c96b9.climateControl.temperatureControl.operationModes.heating.setpoints.roomTemperature = 25
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.114	debug	Set initial state value: e4a3a2ad-8e6d-42ec-8a35-44c7f47c96b9.climateControl.operationMode = 2
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.110	debug	Set initial state value: e4a3a2ad-8e6d-42ec-8a35-44c7f47c96b9.climateControl.errorCode = 00-
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.105	debug	Set initial state value: e4a3a2ad-8e6d-42ec-8a35-44c7f47c96b9.climateControl.isInCautionState = false
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.101	debug	Set initial state value: e4a3a2ad-8e6d-42ec-8a35-44c7f47c96b9.climateControl.isInModeConflict = false
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.096	debug	Set initial state value: e4a3a2ad-8e6d-42ec-8a35-44c7f47c96b9.climateControl.isInWarningState = false
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.089	debug	Set initial state value: e4a3a2ad-8e6d-42ec-8a35-44c7f47c96b9.climateControl.isInErrorState = false
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.085	debug	Set initial state value: e4a3a2ad-8e6d-42ec-8a35-44c7f47c96b9.climateControl.isHolidayModeActive = false
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.080	debug	Set initial state value: e4a3a2ad-8e6d-42ec-8a35-44c7f47c96b9.climateControl.iconId = 1
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.076	debug	Set initial state value: e4a3a2ad-8e6d-42ec-8a35-44c7f47c96b9.climateControl.name = Wohnzimmer
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.072	debug	Set initial state value: e4a3a2ad-8e6d-42ec-8a35-44c7f47c96b9.climateControl.onOffMode = false
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.067	debug	Set initial state value: e4a3a2ad-8e6d-42ec-8a35-44c7f47c96b9.gateway.wifiConnectionStrength = -53
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.063	debug	Set initial state value: e4a3a2ad-8e6d-42ec-8a35-44c7f47c96b9.gateway.wifiConnectionSSID = Fritzbox
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.058	debug	Set initial state value: e4a3a2ad-8e6d-42ec-8a35-44c7f47c96b9.gateway.daylightSavingTimeEnabled = true
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.054	debug	Set initial state value: e4a3a2ad-8e6d-42ec-8a35-44c7f47c96b9.gateway.timeZone = Europe/Berlin
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.049	debug	Set initial state value: e4a3a2ad-8e6d-42ec-8a35-44c7f47c96b9.gateway.regionCode = eu
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.045	debug	Set initial state value: e4a3a2ad-8e6d-42ec-8a35-44c7f47c96b9.gateway.ssid = DaikinAP32008
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.041	debug	Set initial state value: e4a3a2ad-8e6d-42ec-8a35-44c7f47c96b9.gateway.isInErrorState = false
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.036	debug	Set initial state value: e4a3a2ad-8e6d-42ec-8a35-44c7f47c96b9.gateway.errorCode =
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.032	debug	Set initial state value: e4a3a2ad-8e6d-42ec-8a35-44c7f47c96b9.gateway.serialNumber = 0000000004165338
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.028	debug	Set initial state value: e4a3a2ad-8e6d-42ec-8a35-44c7f47c96b9.gateway.firmwareVersion = 1_12_51
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.023	debug	Set initial state value: e4a3a2ad-8e6d-42ec-8a35-44c7f47c96b9.gateway.macAddress = 24:cd:8d:9a:61:6c
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.019	debug	Set initial state value: e4a3a2ad-8e6d-42ec-8a35-44c7f47c96b9.gateway.modelInfo = BRP069C4x
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.014	debug	Set initial state value: d421e0fa-5181-46d2-a29b-480607735929.outdoorUnit.isInCautionState = false
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.010	debug	Set initial state value: d421e0fa-5181-46d2-a29b-480607735929.outdoorUnit.isInWarningState = false
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.005	debug	Set initial state value: d421e0fa-5181-46d2-a29b-480607735929.outdoorUnit.isInErrorState = false
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:03.001	debug	Set initial state value: d421e0fa-5181-46d2-a29b-480607735929.outdoorUnit.errorCode = 00-
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:02.997	debug	Set initial state value: d421e0fa-5181-46d2-a29b-480607735929.indoorUnit.dryKeepSetting = true
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:02.992	debug	Set initial state value: d421e0fa-5181-46d2-a29b-480607735929.indoorUnit.eepromVersion = 12FC
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:02.988	debug	Set initial state value: d421e0fa-5181-46d2-a29b-480607735929.indoorUnit.softwareVersion = 20003002
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:02.983	debug	Set initial state value: d421e0fa-5181-46d2-a29b-480607735929.climateControl.outdoorSilentMode = false
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:02.978	debug	Set initial state value: d421e0fa-5181-46d2-a29b-480607735929.climateControl.isLockFunctionEnabled = false
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:02.974	debug	Set initial state value: d421e0fa-5181-46d2-a29b-480607735929.climateControl.isCoolHeatMaster = true
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:02.970	debug	Set initial state value: d421e0fa-5181-46d2-a29b-480607735929.climateControl.holidayMode = false
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:02.965	debug	Set initial state value: d421e0fa-5181-46d2-a29b-480607735929.climateControl.consumptionData.electrical = null
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:02.961	debug	Set initial state value: d421e0fa-5181-46d2-a29b-480607735929.climateControl.streamerMode = false
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:02.956	debug	Set initial state value: d421e0fa-5181-46d2-a29b-480607735929.climateControl.isPowerfulModeActive = false
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:02.949	debug	Set initial state value: d421e0fa-5181-46d2-a29b-480607735929.climateControl.powerfulMode = false
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:02.944	debug	Set initial state value: d421e0fa-5181-46d2-a29b-480607735929.climateControl.econoMode = false
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:02.940	debug	Set initial state value: d421e0fa-5181-46d2-a29b-480607735929.climateControl.schedule.modes.any.schedules.2 = null
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:02.935	debug	Set initial state value: d421e0fa-5181-46d2-a29b-480607735929.climateControl.schedule.modes.any.schedules.1 = null
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:02.930	debug	Set initial state value: d421e0fa-5181-46d2-a29b-480607735929.climateControl.schedule.modes.any.schedules.0 = null
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:02.925	debug	Set initial state value: d421e0fa-5181-46d2-a29b-480607735929.climateControl.schedule.modes.any.meta.actionTypes.econoMode = null
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:02.921	debug	Set initial state value: d421e0fa-5181-46d2-a29b-480607735929.climateControl.schedule.modes.any.meta.actionTypes.fanSpeed.fanOnly.modes.fixed = null
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:02.916	debug	Set initial state value: d421e0fa-5181-46d2-a29b-480607735929.climateControl.schedule.modes.any.meta.actionTypes.fanSpeed.fanOnly.currentMode = null
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:02.911	debug	Set initial state value: d421e0fa-5181-46d2-a29b-480607735929.climateControl.schedule.modes.any.meta.actionTypes.fanSpeed.dry.currentMode = null
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:02.905	debug	Set initial state value: d421e0fa-5181-46d2-a29b-480607735929.climateControl.schedule.modes.any.meta.actionTypes.fanSpeed.auto.modes.fixed = null
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:02.900	debug	Set initial state value: d421e0fa-5181-46d2-a29b-480607735929.climateControl.schedule.modes.any.meta.actionTypes.fanSpeed.auto.currentMode = null
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:02.894	debug	Set initial state value: d421e0fa-5181-46d2-a29b-480607735929.climateControl.schedule.modes.any.meta.actionTypes.fanSpeed.cooling.modes.fixed = null
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:02.889	debug	Set initial state value: d421e0fa-5181-46d2-a29b-480607735929.climateControl.schedule.modes.any.meta.actionTypes.fanSpeed.cooling.currentMode = null
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:02.884	debug	Set initial state value: d421e0fa-5181-46d2-a29b-480607735929.climateControl.schedule.modes.any.meta.actionTypes.fanSpeed.heating.modes.fixed = null
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:02.879	debug	Set initial state value: d421e0fa-5181-46d2-a29b-480607735929.climateControl.schedule.modes.any.meta.actionTypes.fanSpeed.heating.currentMode = null
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:02.874	debug	Set initial state value: d421e0fa-5181-46d2-a29b-480607735929.climateControl.schedule.modes.any.meta.actionTypes.roomTemperature.auto = null
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:02.869	debug	Set initial state value: d421e0fa-5181-46d2-a29b-480607735929.climateControl.schedule.modes.any.meta.actionTypes.roomTemperature.cooling = null
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:02.864	debug	Set initial state value: d421e0fa-5181-46d2-a29b-480607735929.climateControl.schedule.modes.any.meta.actionTypes.roomTemperature.heating = null
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:02.860	debug	Set initial state value: d421e0fa-5181-46d2-a29b-480607735929.climateControl.schedule.modes.any.meta.actionTypes.operationMode = null
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:02.855	debug	Set initial state value: d421e0fa-5181-46d2-a29b-480607735929.climateControl.schedule.modes.any.enabled = false
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:02.850	debug	Set initial state value: d421e0fa-5181-46d2-a29b-480607735929.climateControl.schedule.modes.any.currentSchedule = 0
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:02.846	debug	Set initial state value: d421e0fa-5181-46d2-a29b-480607735929.climateControl.schedule.currentMode = 0
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:02.840	debug	Set initial state value: d421e0fa-5181-46d2-a29b-480607735929.climateControl.fanControl.operationModes.fanOnly.fanDirection.vertical.currentMode = 0
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:02.835	debug	Set initial state value: d421e0fa-5181-46d2-a29b-480607735929.climateControl.fanControl.operationModes.fanOnly.fanDirection.horizontal.currentMode = 0
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:02.830	debug	Set initial state value: d421e0fa-5181-46d2-a29b-480607735929.climateControl.fanControl.operationModes.fanOnly.fanSpeed.modes.fixed = 1
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:02.825	debug	Set initial state value: d421e0fa-5181-46d2-a29b-480607735929.climateControl.fanControl.operationModes.fanOnly.fanSpeed.currentMode = 0
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:02.820	debug	Set initial state value: d421e0fa-5181-46d2-a29b-480607735929.climateControl.fanControl.operationModes.dry.fanDirection.vertical.currentMode = 0
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:02.814	debug	Set initial state value: d421e0fa-5181-46d2-a29b-480607735929.climateControl.fanControl.operationModes.dry.fanDirection.horizontal.currentMode = 0
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:02.809	debug	Set initial state value: d421e0fa-5181-46d2-a29b-480607735929.climateControl.fanControl.operationModes.dry.fanSpeed.currentMode = 0
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:02.803	debug	Set initial state value: d421e0fa-5181-46d2-a29b-480607735929.climateControl.fanControl.operationModes.auto.fanDirection.vertical.currentMode = 2
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:02.796	debug	Set initial state value: d421e0fa-5181-46d2-a29b-480607735929.climateControl.fanControl.operationModes.auto.fanDirection.horizontal.currentMode = 1
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:02.790	debug	Set initial state value: d421e0fa-5181-46d2-a29b-480607735929.climateControl.fanControl.operationModes.auto.fanSpeed.modes.fixed = 1
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:02.783	debug	Set initial state value: d421e0fa-5181-46d2-a29b-480607735929.climateControl.fanControl.operationModes.auto.fanSpeed.currentMode = 0
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:02.777	debug	Set initial state value: d421e0fa-5181-46d2-a29b-480607735929.climateControl.fanControl.operationModes.cooling.fanDirection.vertical.currentMode = 0
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:02.772	debug	Set initial state value: d421e0fa-5181-46d2-a29b-480607735929.climateControl.fanControl.operationModes.cooling.fanDirection.horizontal.currentMode = 0
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:02.767	debug	Set initial state value: d421e0fa-5181-46d2-a29b-480607735929.climateControl.fanControl.operationModes.cooling.fanSpeed.modes.fixed = 5
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:02.762	debug	Set initial state value: d421e0fa-5181-46d2-a29b-480607735929.climateControl.fanControl.operationModes.cooling.fanSpeed.currentMode = 2
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:02.757	debug	Set initial state value: d421e0fa-5181-46d2-a29b-480607735929.climateControl.fanControl.operationModes.heating.fanDirection.vertical.currentMode = 0
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:02.752	debug	Set initial state value: d421e0fa-5181-46d2-a29b-480607735929.climateControl.fanControl.operationModes.heating.fanDirection.horizontal.currentMode = 0
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:02.748	debug	Set initial state value: d421e0fa-5181-46d2-a29b-480607735929.climateControl.fanControl.operationModes.heating.fanSpeed.modes.fixed = 1
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:02.740	debug	Set initial state value: d421e0fa-5181-46d2-a29b-480607735929.climateControl.fanControl.operationModes.heating.fanSpeed.currentMode = 0
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:02.706	debug	Set initial state value: d421e0fa-5181-46d2-a29b-480607735929.climateControl.sensoryData.outdoorTemperature = 12.5
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:02.701	debug	Set initial state value: d421e0fa-5181-46d2-a29b-480607735929.climateControl.sensoryData.roomTemperature = 21
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:02.695	debug	Set initial state value: d421e0fa-5181-46d2-a29b-480607735929.climateControl.temperatureControl.operationModes.auto.setpoints.roomTemperature = 21
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:02.689	debug	Set initial state value: d421e0fa-5181-46d2-a29b-480607735929.climateControl.temperatureControl.operationModes.cooling.setpoints.roomTemperature = 18
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:02.682	debug	Set initial state value: d421e0fa-5181-46d2-a29b-480607735929.climateControl.temperatureControl.operationModes.heating.setpoints.roomTemperature = 25
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:02.676	debug	Set initial state value: d421e0fa-5181-46d2-a29b-480607735929.climateControl.operationMode = 3
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:02.669	debug	Set initial state value: d421e0fa-5181-46d2-a29b-480607735929.climateControl.errorCode = 00-
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:02.663	debug	Set initial state value: d421e0fa-5181-46d2-a29b-480607735929.climateControl.isInCautionState = false
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:02.658	debug	Set initial state value: d421e0fa-5181-46d2-a29b-480607735929.climateControl.isInModeConflict = false
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:02.653	debug	Set initial state value: d421e0fa-5181-46d2-a29b-480607735929.climateControl.isInWarningState = false
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:02.647	debug	Set initial state value: d421e0fa-5181-46d2-a29b-480607735929.climateControl.isInErrorState = false
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:02.642	debug	Set initial state value: d421e0fa-5181-46d2-a29b-480607735929.climateControl.isHolidayModeActive = false
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:02.636	debug	Set initial state value: d421e0fa-5181-46d2-a29b-480607735929.climateControl.iconId = 16
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:02.631	debug	Set initial state value: d421e0fa-5181-46d2-a29b-480607735929.climateControl.name = Schlafzimmer
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:02.625	debug	Set initial state value: d421e0fa-5181-46d2-a29b-480607735929.climateControl.onOffMode = false
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:02.620	debug	Set initial state value: d421e0fa-5181-46d2-a29b-480607735929.gateway.wifiConnectionStrength = -47
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:02.614	debug	Set initial state value: d421e0fa-5181-46d2-a29b-480607735929.gateway.wifiConnectionSSID = Fritzbox
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:02.607	debug	Set initial state value: d421e0fa-5181-46d2-a29b-480607735929.gateway.daylightSavingTimeEnabled = true
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:02.602	debug	Set initial state value: d421e0fa-5181-46d2-a29b-480607735929.gateway.timeZone = Europe/Berlin
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:02.597	debug	Set initial state value: d421e0fa-5181-46d2-a29b-480607735929.gateway.regionCode = eu
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:02.592	debug	Set initial state value: d421e0fa-5181-46d2-a29b-480607735929.gateway.ssid = DaikinAP19912
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:02.585	debug	Set initial state value: d421e0fa-5181-46d2-a29b-480607735929.gateway.isInErrorState = false
                                          
                                          daikin-cloud.0
                                          23551	2022-05-28 11:08:02.579	debug	Set initial state value: d421e0fa-5181-46d2-a29b-480607735929.gateway.errorCode =
                                          
                                          

                                          Logs von Platte.
                                          iobroker.2022-05-28.log

                                          apollon77 1 Reply Last reply Reply Quote 0
                                          • apollon77
                                            apollon77 @Aidan last edited by

                                            @aidan Na ok, dann machen wir es anders ... Bitte installier mal Adapter vin GitHub.

                                            Admin - expertenmodus aktivieren - Adapter - das Github Icon (letztes in der zweiten Button reihe)/Custom install und dann dort letztes Tab. Dort "https://github.com/Apollon77/ioBroker.daikin-cloud" eingeben und installieren. Warten. Kann aktuell mit npm 6 bis zu 10+ Minuten dauern. Versionsnummer ändert sich nicht. Danach manuell neu starten und nochmal das Log von Platte bitte.

                                            Er loggt jetzt die Device Rohdaten. Dann schauen wir mal was Daikin da so zurückgibt

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            916
                                            Online

                                            31.7k
                                            Users

                                            79.7k
                                            Topics

                                            1.3m
                                            Posts

                                            46
                                            307
                                            39301
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo