Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. iot-Gerät per Alexa schalten

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    iot-Gerät per Alexa schalten

    This topic has been deleted. Only users with topic management privileges can see it.
    • crunchip
      crunchip Forum Testing Most Active @Thomas Braun last edited by

      @thomas-braun sagte in iot-Gerät per Alexa schalten:

      xbox

      hatte ich erst geschrieben, aber wieder gelöscht, glaub das zwickt sich bisserl bei der Aussprache😁

      Thomas Braun 1 Reply Last reply Reply Quote 0
      • Thomas Braun
        Thomas Braun Most Active @crunchip last edited by

        @crunchip

        Alexa, knipps xbox ein.

        1 Reply Last reply Reply Quote 0
        • dslraser
          dslraser Forum Testing Most Active @Thomas Braun last edited by

          @thomas-braun sagte in iot-Gerät per Alexa schalten:

          Bin zu blöde dafür, scheint mir.
          Ich habe einen DP in 0_userdata.0:

          {
            "common": {
              "name": "playstation",
              "desc": "Manuell erzeugt",
              "role": "state",
              "type": "boolean",
              "read": true,
              "write": true,
              "def": false,
              "custom": {
                "iot.0": {
                  "smartName": {
                    "de": "playstation"
                  }
                }
              },
              "smartName": {
                "de": "playstation",
                "smartType": "SWITCH"
              }
            },
            "type": "state",
            "_id": "0_userdata.0.playstation",
            "native": {},
            "acl": {
              "object": 1636,
              "state": 1636,
              "owner": "system.user.admin",
              "ownerGroup": "system.group.administrator"
            },
            "from": "system.adapter.admin.0",
            "user": "system.user.admin",
            "ts": 1644600562033
          }
          

          Der ist auch im iot-Adapter angelegt:

          f07b5b4c-8f2b-42f1-b46c-f26ecd901902-image.png

          Alexa-Skill ist auch mit der iot-cloud verknüpft. Wenn ich die Alexa suchen lasse findet sie kein Gerät playstation. Was mach ich da falsch?

          der RAW im ersten Beitrag ist trotzdem komisch...( 2 x SmartName---als custom)

          Hier mal zwei DP für Deine Playstation. Einmal als Button und einmal als Schalter. Ich weiß ja nicht was Du haben willst ?
          Einfach im Blockly das deaktivieren was Du nicht willst und dann einmal starten und wieder deaktivieren.
          Bei mir sind diese DP dann sofort in iot und werden auch von Alexa gefunden und sehen auch im RAW okay aus.

          {
           "common": {
             "name": "Playstation",
             "type": "boolean",
             "read": false,
             "write": true,
             "role": "button",
             "def": true,
             "smartName": {
               "de": "Playstation",
               "smartType": "SWITCH"
             }
           },
           "native": {
             "name": "Playstation",
             "type": "boolean",
             "read": false,
             "write": true,
             "role": "button",
             "def": true,
             "smartName": {
               "de": "Playstation",
               "smartType": "SWITCH"
             }
           },
           "type": "state",
           "from": "system.adapter.javascript.0",
           "user": "system.user.admin",
           "ts": 1644693326548,
           "_id": "0_userdata.0.Playstation.Playstation",
           "acl": {
             "object": 1636,
             "state": 1636,
             "owner": "system.user.admin",
             "ownerGroup": "system.group.administrator"
           }
          }
          

          <xml xmlns="https://developers.google.com/blockly/xml">
           <block type="comment" id="XXRXZ-*rUskKG-=n`A:$" x="-2188" y="2488">
             <field name="COMMENT">Button</field>
             <next>
               <block type="create" id="*bW5N?BH~L|VbVBa3L*X">
                 <field name="NAME">0_userdata.0.Playstation.Playstation</field>
                 <value name="VALUE">
                   <block type="logic_boolean" id="vaVH-lS5e@.bZyqxQ))L">
                     <field name="BOOL">TRUE</field>
                   </block>
                 </value>
                 <value name="COMMON">
                   <block type="text" id="xAhK+2KmB]Up}qfc/}+!">
                     <field name="TEXT">{"name":"Playstation","type":"boolean","read":false,"write":true,"role":"button","def":true,"smartName": {"de": "Playstation","smartType": "SWITCH"}}</field>
                   </block>
                 </value>
                 <next>
                   <block type="comment" id="FrFH1,;6r~k4|#P9[_ym">
                     <field name="COMMENT">Schalter</field>
                     <next>
                       <block type="create" id="/o8SfGd{l`B4;_.K8xSA" disabled="true">
                         <field name="NAME">0_userdata.0.Playstation.Playstation</field>
                         <value name="VALUE">
                           <block type="logic_boolean" id=";woOl?1$p9GcsN:QNl+K">
                             <field name="BOOL">FALSE</field>
                           </block>
                         </value>
                         <value name="COMMON">
                           <block type="text" id="h9C^S0eeN/!wi9w+qMK!">
                             <field name="TEXT">{"name":"Playstation","type":"boolean","read":true,"write":true,"role":"switch","def":true,"smartName": {"de": "Playstation","smartType": "SWITCH"}}</field>
                           </block>
                         </value>
                       </block>
                     </next>
                   </block>
                 </next>
               </block>
             </next>
           </block>
          </xml>
          

          Probiere das mal bitte und schmeiße mal Dein SmartGerät playstation, wenn es denn in iot vorhanden sein sollte da raus...

          Der vom Blockly erstellte DP fügt das so in iot ein. Iot dann schließen und dann erst Geräte von Alexa suchen lassen.
          Bildschirmfoto 2022-02-12 um 20.17.41.png

          Thomas Braun 1 Reply Last reply Reply Quote 0
          • Thomas Braun
            Thomas Braun Most Active @dslraser last edited by

            @dslraser sagte in iot-Gerät per Alexa schalten:

            Probiere das mal bitte

            Ich kapier was ich mit einem Blockly soll?
            Ich will kein Blockly.

            dslraser 1 Reply Last reply Reply Quote 0
            • dslraser
              dslraser Forum Testing Most Active @Thomas Braun last edited by dslraser

              @thomas-braun

              okay, dann lass es. Dieses Mini Blockly würde Dir aber einen korrekten Datenpunkt erstellen....

              und nicht sowas hier

                  "custom": {
                    "iot.0": {
                      "smartName": {
                        "de": "playstation"
                      }
                    }
                  },
                  "smartName": {
                    "de": "playstation",
                    "smartType": "SWITCH"
                  }
                },
              
              Thomas Braun 1 Reply Last reply Reply Quote 0
              • Thomas Braun
                Thomas Braun Most Active @dslraser last edited by

                @dslraser

                Hab das blockly importiert, der Datenpunkt wird aber auch nicht von Alexa gefunden.

                dslraser 1 Reply Last reply Reply Quote 0
                • dslraser
                  dslraser Forum Testing Most Active @Thomas Braun last edited by

                  @thomas-braun
                  okay, bei mir wird der sofort gefunden. Dann kann ich nicht weiter helfen und bin raus.

                  Thomas Braun 1 Reply Last reply Reply Quote 0
                  • Thomas Braun
                    Thomas Braun Most Active @dslraser last edited by Thomas Braun

                    @dslraser

                    Ich weiß auch nicht woran es liegt...

                    2943c39f-a11b-4bf6-aaab-4d8fb5c4438d-image.png

                    10191673-960f-40f7-bcb6-a5eea4775328-image.png

                    2022-02-12 20:34:01.649  - info: iot.0 (44972) Connection changed: connect
                    

                    Zertifikate neuangefordert, alles prima...

                    Die "$!§$ Alexa findet totzdem nix.

                    dslraser 1 Reply Last reply Reply Quote 0
                    • dslraser
                      dslraser Forum Testing Most Active @Thomas Braun last edited by dslraser

                      @thomas-braun
                      ist denn der Datenpunkt in der iot Ansicht im Adapter zu sehen ?

                      Thomas Braun 1 Reply Last reply Reply Quote 0
                      • Thomas Braun
                        Thomas Braun Most Active @dslraser last edited by

                        @dslraser

                        Natürlich:

                        072c5813-1900-4bcd-9c5e-322cd9a4aae6-image.png

                        Ist der vom Blockly angelegte DP.

                        dslraser 1 Reply Last reply Reply Quote 0
                        • dslraser
                          dslraser Forum Testing Most Active @Thomas Braun last edited by dslraser

                          @thomas-braun

                          wie suchst Du neue Geräte für Alexa ?
                          Über die App oder über den Browser oder per Sprachbefehl ?

                          Thomas Braun 1 Reply Last reply Reply Quote 0
                          • Thomas Braun
                            Thomas Braun Most Active @dslraser last edited by

                            @dslraser sagte in iot-Gerät per Alexa schalten:

                            Über die App oder über den Browser oder per Sprachbefehl ?

                            Ist egal, alles schon gemacht.

                            Kann aber sein, dass mein account im iobroker.pro 'kaputt' ist:

                            d756d451-2e7a-46a4-884f-5738424cf138-image.png
                            Keine Ahnung was mir das sagen soll.

                            dslraser 1 Reply Last reply Reply Quote 0
                            • dslraser
                              dslraser Forum Testing Most Active @Thomas Braun last edited by

                              @thomas-braun
                              das kam bei mir vorhin auch wenn ich die Seite aktualisiert habe.

                              Thomas Braun 1 Reply Last reply Reply Quote 0
                              • Thomas Braun
                                Thomas Braun Most Active @dslraser last edited by

                                @dslraser

                                Hm.

                                Jedenfalls komm ich nicht weiter.
                                Zum einen kann ich mir nicht erklären, warum hier in kurzer Zeit 1000 Aufrufe verbraten werden, zum anderen nicht warum die Geräte nicht gefunden werden.

                                Wenn ich den iot auf debug neustarte, dann sehe ich da auch eine ganze Horde von Geräten, die ich da gar nicht direkt drin habe.
                                Die ganzen tado-Dinger z. B.:

                                2022-02-12 20:33:56.770  - info: iot.0 (44972) starting. Version 1.9.5 in /opt/iobroker/node_modules/iobroker.iot, node: v17.5.0, js-controller: 4.0.8
                                2022-02-12 20:33:56.856  - info: iot.0 (44972) Connecting with a18wym7vjdl22g.iot.eu-west-1.amazonaws.com
                                2022-02-12 20:33:57.274  - debug: iot.0 (44972) Fetching certificates...
                                2022-02-12 20:33:57.513  - debug: iot.0 (44972) [ALEXA] Created ALEXA device: Staubsauger ["turnOn","turnOff"]
                                2022-02-12 20:33:57.514  - debug: iot.0 (44972) [ALEXA] Created ALEXA device: Spot clean ["turnOn"]
                                2022-02-12 20:33:57.515  - debug: iot.0 (44972) [ALEXA] Created ALEXA device: Playstation ["turnOn"]
                                2022-02-12 20:33:57.593  - debug: iot.0 (44972) [ALEX3] Invalid state "switchbot-hub.0.D25BD616C204._info.calibrate". Not exist or no native part.
                                2022-02-12 20:33:57.593  - debug: iot.0 (44972) [ALEX3] Invalid state "switchbot-hub.0.D25BD616C204._info.curtainDevicesIds". Not exist or no native part.
                                2022-02-12 20:33:57.594  - debug: iot.0 (44972) [ALEX3] Invalid state "switchbot-hub.0.D25BD616C204._info.deviceId". Not exist or no native part.
                                2022-02-12 20:33:57.595  - debug: iot.0 (44972) [ALEX3] Invalid state "switchbot-hub.0.D25BD616C204._info.deviceName". Not exist or no native part.
                                2022-02-12 20:33:57.596  - debug: iot.0 (44972) [ALEX3] Invalid state "switchbot-hub.0.D25BD616C204._info.deviceType". Not exist or no native part.
                                2022-02-12 20:33:57.597  - debug: iot.0 (44972) [ALEX3] Invalid state "switchbot-hub.0.D25BD616C204._info.enableCloudService". Not exist or no native part.
                                2022-02-12 20:33:57.598  - debug: iot.0 (44972) [ALEX3] Invalid state "switchbot-hub.0.D25BD616C204._info.group". Not exist or no native part.
                                2022-02-12 20:33:57.599  - debug: iot.0 (44972) [ALEX3] Invalid state "switchbot-hub.0.D25BD616C204._info.hubDeviceId". Not exist or no native part.
                                2022-02-12 20:33:57.599  - debug: iot.0 (44972) [ALEX3] Invalid state "switchbot-hub.0.D25BD616C204._info.master". Not exist or no native part.
                                2022-02-12 20:33:57.600  - debug: iot.0 (44972) [ALEX3] Invalid state "switchbot-hub.0.D25BD616C204._info.openDirection". Not exist or no native part.
                                2022-02-12 20:33:57.600  - debug: iot.0 (44972) [ALEX3] Invalid state "switchbot-hub.0.D25BD616C204.calibrate". Not exist or no native part.
                                2022-02-12 20:33:57.601  - debug: iot.0 (44972) [ALEX3] Invalid state "switchbot-hub.0.D25BD616C204.deviceId". Not exist or no native part.
                                2022-02-12 20:33:57.601  - debug: iot.0 (44972) [ALEX3] Invalid state "switchbot-hub.0.D25BD616C204.deviceType". Not exist or no native part.
                                2022-02-12 20:33:57.601  - debug: iot.0 (44972) [ALEX3] Invalid state "switchbot-hub.0.D25BD616C204.group". Not exist or no native part.
                                2022-02-12 20:33:57.601  - debug: iot.0 (44972) [ALEX3] Invalid state "switchbot-hub.0.D25BD616C204.hubDeviceId". Not exist or no native part.
                                2022-02-12 20:33:57.602  - debug: iot.0 (44972) [ALEX3] Invalid state "switchbot-hub.0.D25BD616C204.moving". Not exist or no native part.
                                2022-02-12 20:33:57.602  - debug: iot.0 (44972) [ALEX3] Invalid state "switchbot-hub.0.D25BD616C204.slidePosition". Not exist or no native part.
                                2022-02-12 20:33:57.602  - debug: iot.0 (44972) [ALEX3] Invalid state "switchbot-hub.0.DC2BC51B4688._info.deviceId". Not exist or no native part.
                                2022-02-12 20:33:57.602  - debug: iot.0 (44972) [ALEX3] Invalid state "switchbot-hub.0.DC2BC51B4688._info.deviceName". Not exist or no native part.
                                2022-02-12 20:33:57.603  - debug: iot.0 (44972) [ALEX3] Invalid state "switchbot-hub.0.DC2BC51B4688._info.deviceType". Not exist or no native part.
                                2022-02-12 20:33:57.603  - debug: iot.0 (44972) [ALEX3] Invalid state "switchbot-hub.0.DC2BC51B4688._info.enableCloudService". Not exist or no native part.
                                2022-02-12 20:33:57.603  - debug: iot.0 (44972) [ALEX3] Invalid state "switchbot-hub.0.DC2BC51B4688._info.hubDeviceId". Not exist or no native part.
                                2022-02-12 20:33:57.603  - debug: iot.0 (44972) [ALEX3] Invalid state "switchbot-hub.0.DC2BC51B4688.deviceId". Not exist or no native part.
                                2022-02-12 20:33:57.604  - debug: iot.0 (44972) [ALEX3] Invalid state "switchbot-hub.0.DC2BC51B4688.deviceType". Not exist or no native part.
                                2022-02-12 20:33:57.604  - debug: iot.0 (44972) [ALEX3] Invalid state "switchbot-hub.0.DC2BC51B4688.hubDeviceId". Not exist or no native part.
                                2022-02-12 20:33:57.604  - debug: iot.0 (44972) [ALEX3] Invalid state "switchbot-hub.0.DC2BC51B4688.power". Not exist or no native part.
                                2022-02-12 20:33:57.605  - debug: iot.0 (44972) [ALEX3] Invalid state "switchbot-hub.0.DC2BC51B4688.press". Not exist or no native part.
                                2022-02-12 20:33:57.605  - debug: iot.0 (44972) [ALEX3] Invalid state "switchbot-hub.0.DC2BC51B4688.state". Not exist or no native part.
                                2022-02-12 20:33:57.605  - debug: iot.0 (44972) [ALEX3] Invalid state "switchbot-hub.0.F1DF8B7CAA56._info.deviceId". Not exist or no native part.
                                2022-02-12 20:33:57.605  - debug: iot.0 (44972) [ALEX3] Invalid state "switchbot-hub.0.F1DF8B7CAA56._info.deviceName". Not exist or no native part.
                                2022-02-12 20:33:57.606  - debug: iot.0 (44972) [ALEX3] Invalid state "switchbot-hub.0.F1DF8B7CAA56._info.deviceType". Not exist or no native part.
                                2022-02-12 20:33:57.606  - debug: iot.0 (44972) [ALEX3] Invalid state "switchbot-hub.0.F1DF8B7CAA56._info.enableCloudService". Not exist or no native part.
                                2022-02-12 20:33:57.606  - debug: iot.0 (44972) [ALEX3] Invalid state "switchbot-hub.0.F1DF8B7CAA56._info.hubDeviceId". Not exist or no native part.
                                2022-02-12 20:33:57.606  - debug: iot.0 (44972) [ALEX3] Invalid state "switchbot-hub.0.FED553380FAB._info.calibrate". Not exist or no native part.
                                2022-02-12 20:33:57.607  - debug: iot.0 (44972) [ALEX3] Invalid state "switchbot-hub.0.FED553380FAB._info.curtainDevicesIds". Not exist or no native part.
                                2022-02-12 20:33:57.607  - debug: iot.0 (44972) [ALEX3] Invalid state "switchbot-hub.0.FED553380FAB._info.deviceId". Not exist or no native part.
                                2022-02-12 20:33:57.607  - debug: iot.0 (44972) [ALEX3] Invalid state "switchbot-hub.0.FED553380FAB._info.deviceName". Not exist or no native part.
                                2022-02-12 20:33:57.607  - debug: iot.0 (44972) [ALEX3] Invalid state "switchbot-hub.0.FED553380FAB._info.deviceType". Not exist or no native part.
                                2022-02-12 20:33:57.608  - debug: iot.0 (44972) [ALEX3] Invalid state "switchbot-hub.0.FED553380FAB._info.enableCloudService". Not exist or no native part.
                                2022-02-12 20:33:57.608  - debug: iot.0 (44972) [ALEX3] Invalid state "switchbot-hub.0.FED553380FAB._info.group". Not exist or no native part.
                                2022-02-12 20:33:57.608  - debug: iot.0 (44972) [ALEX3] Invalid state "switchbot-hub.0.FED553380FAB._info.hubDeviceId". Not exist or no native part.
                                2022-02-12 20:33:57.608  - debug: iot.0 (44972) [ALEX3] Invalid state "switchbot-hub.0.FED553380FAB._info.master". Not exist or no native part.
                                2022-02-12 20:33:57.608  - debug: iot.0 (44972) [ALEX3] Invalid state "switchbot-hub.0.FED553380FAB._info.openDirection". Not exist or no native part.
                                2022-02-12 20:33:57.609  - debug: iot.0 (44972) [ALEX3] Invalid state "switchbot-hub.0.FED553380FAB.calibrate". Not exist or no native part.
                                2022-02-12 20:33:57.609  - debug: iot.0 (44972) [ALEX3] Invalid state "switchbot-hub.0.FED553380FAB.deviceId". Not exist or no native part.
                                2022-02-12 20:33:57.609  - debug: iot.0 (44972) [ALEX3] Invalid state "switchbot-hub.0.FED553380FAB.deviceType". Not exist or no native part.
                                2022-02-12 20:33:57.609  - debug: iot.0 (44972) [ALEX3] Invalid state "switchbot-hub.0.FED553380FAB.group". Not exist or no native part.
                                2022-02-12 20:33:57.609  - debug: iot.0 (44972) [ALEX3] Invalid state "switchbot-hub.0.FED553380FAB.hubDeviceId". Not exist or no native part.
                                2022-02-12 20:33:57.610  - debug: iot.0 (44972) [ALEX3] Invalid state "switchbot-hub.0.FED553380FAB.moving". Not exist or no native part.
                                2022-02-12 20:33:57.610  - debug: iot.0 (44972) [ALEX3] Invalid state "switchbot-hub.0.FED553380FAB.slidePosition". Not exist or no native part.
                                2022-02-12 20:33:57.610  - debug: iot.0 (44972) [ALEX3] Invalid state "system.adapter.javascript.0.lastSync". Not exist or no native part.
                                2022-02-12 20:33:57.611  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Home.address.addressLine1". Not exist or no native part.
                                2022-02-12 20:33:57.611  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Home.address.addressLine2". Not exist or no native part.
                                2022-02-12 20:33:57.611  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Home.address.city". Not exist or no native part.
                                2022-02-12 20:33:57.611  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Home.address.country". Not exist or no native part.
                                2022-02-12 20:33:57.612  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Home.address.state". Not exist or no native part.
                                2022-02-12 20:33:57.612  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Home.address.zipCode". Not exist or no native part.
                                2022-02-12 20:33:57.612  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Home.autoAssistFreeTrialEnabled". Not exist or no native part.
                                2022-02-12 20:33:57.612  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Home.awayRadiusInMeters". Not exist or no native part.
                                2022-02-12 20:33:57.612  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Home.christmasModeEnabled". Not exist or no native part.
                                2022-02-12 20:33:57.613  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Home.consentGrantSkippable". Not exist or no native part.
                                2022-02-12 20:33:57.613  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Home.contactDetails.email". Not exist or no native part.
                                2022-02-12 20:33:57.613  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Home.contactDetails.name". Not exist or no native part.
                                2022-02-12 20:33:57.613  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Home.contactDetails.phone". Not exist or no native part.
                                2022-02-12 20:33:57.613  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Home.dateCreated". Not exist or no native part.
                                2022-02-12 20:33:57.614  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Home.dateTimeZone". Not exist or no native part.
                                2022-02-12 20:33:57.614  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Home.enabledFeatures". Not exist or no native part.
                                2022-02-12 20:33:57.614  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Home.geolocation.latitude". Not exist or no native part.
                                2022-02-12 20:33:57.614  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Home.geolocation.longitude". Not exist or no native part.
                                2022-02-12 20:33:57.615  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Home.id". Not exist or no native part.
                                2022-02-12 20:33:57.615  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Home.incidentDetection.enabled". Not exist or no native part.
                                2022-02-12 20:33:57.615  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Home.incidentDetection.supported". Not exist or no native part.
                                2022-02-12 20:33:57.615  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Home.installationCompleted". Not exist or no native part.
                                2022-02-12 20:33:57.615  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Home.masterswitch". Not exist or no native part.
                                2022-02-12 20:33:57.616  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Home.name". Not exist or no native part.
                                2022-02-12 20:33:57.616  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Home.partner". Not exist or no native part.
                                2022-02-12 20:33:57.616  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Home.showAutoAssistReminders". Not exist or no native part.
                                2022-02-12 20:33:57.616  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Home.simpleSmartScheduleEnabled". Not exist or no native part.
                                2022-02-12 20:33:57.616  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Home.skills". Not exist or no native part.
                                2022-02-12 20:33:57.617  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Home.state.presence". Not exist or no native part.
                                2022-02-12 20:33:57.617  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Home.state.presenceLocked". Not exist or no native part.
                                2022-02-12 20:33:57.617  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Home.temperatureUnit". Not exist or no native part.
                                2022-02-12 20:33:57.617  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Mobile_Devices.2722559.deviceMetadata.locale". Not exist or no native part.
                                2022-02-12 20:33:57.617  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Mobile_Devices.2722559.deviceMetadata.model". Not exist or no native part.
                                2022-02-12 20:33:57.618  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Mobile_Devices.2722559.deviceMetadata.osVersion". Not exist or no native part.
                                2022-02-12 20:33:57.618  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Mobile_Devices.2722559.deviceMetadata.platform". Not exist or no native part.
                                2022-02-12 20:33:57.618  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Mobile_Devices.2722559.id". Not exist or no native part.
                                2022-02-12 20:33:57.618  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Mobile_Devices.2722559.location.atHome". Not exist or no native part.
                                2022-02-12 20:33:57.619  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Mobile_Devices.2722559.location.bearingFromHome.degrees". Not exist or no native part.
                                2022-02-12 20:33:57.619  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Mobile_Devices.2722559.location.bearingFromHome.radians". Not exist or no native part.
                                2022-02-12 20:33:57.619  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Mobile_Devices.2722559.location.relativeDistanceFromHomeFence". Not exist or no native part.
                                2022-02-12 20:33:57.619  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Mobile_Devices.2722559.location.stale". Not exist or no native part.
                                2022-02-12 20:33:57.619  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Mobile_Devices.2722559.name". Not exist or no native part.
                                2022-02-12 20:33:57.620  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Mobile_Devices.2722559.settings.geoTrackingEnabled". Not exist or no native part.
                                2022-02-12 20:33:57.620  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Mobile_Devices.2722559.settings.onDemandLogRetrievalEnabled". Not exist or no native part.
                                2022-02-12 20:33:57.620  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Mobile_Devices.2722559.settings.pushNotifications.awayModeReminder". Not exist or no native part.
                                2022-02-12 20:33:57.620  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Mobile_Devices.2722559.settings.pushNotifications.energySavingsReportReminder". Not exist or no native part.
                                2022-02-12 20:33:57.620  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Mobile_Devices.2722559.settings.pushNotifications.homeModeReminder". Not exist or no native part.
                                2022-02-12 20:33:57.621  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Mobile_Devices.2722559.settings.pushNotifications.incidentDetection". Not exist or no native part.
                                2022-02-12 20:33:57.621  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Mobile_Devices.2722559.settings.pushNotifications.lowBatteryReminder". Not exist or no native part.
                                2022-02-12 20:33:57.621  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Mobile_Devices.2722559.settings.pushNotifications.openWindowReminder". Not exist or no native part.
                                2022-02-12 20:33:57.621  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Mobile_Devices.371286.deviceMetadata.locale". Not exist or no native part.
                                2022-02-12 20:33:57.621  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Mobile_Devices.371286.deviceMetadata.model". Not exist or no native part.
                                2022-02-12 20:33:57.622  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Mobile_Devices.371286.deviceMetadata.osVersion". Not exist or no native part.
                                2022-02-12 20:33:57.622  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Mobile_Devices.371286.deviceMetadata.platform". Not exist or no native part.
                                2022-02-12 20:33:57.622  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Mobile_Devices.371286.id". Not exist or no native part.
                                2022-02-12 20:33:57.622  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Mobile_Devices.371286.name". Not exist or no native part.
                                2022-02-12 20:33:57.622  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Mobile_Devices.371286.settings.geoTrackingEnabled". Not exist or no native part.
                                2022-02-12 20:33:57.623  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Mobile_Devices.371286.settings.onDemandLogRetrievalEnabled". Not exist or no native part.
                                2022-02-12 20:33:57.623  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Mobile_Devices.371286.settings.pushNotifications.awayModeReminder". Not exist or no native part.
                                2022-02-12 20:33:57.623  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Mobile_Devices.371286.settings.pushNotifications.energySavingsReportReminder". Not exist or no native part.
                                2022-02-12 20:33:57.623  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Mobile_Devices.371286.settings.pushNotifications.homeModeReminder". Not exist or no native part.
                                2022-02-12 20:33:57.623  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Mobile_Devices.371286.settings.pushNotifications.incidentDetection". Not exist or no native part.
                                2022-02-12 20:33:57.624  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Mobile_Devices.371286.settings.pushNotifications.lowBatteryReminder". Not exist or no native part.
                                2022-02-12 20:33:57.624  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Mobile_Devices.371286.settings.pushNotifications.openWindowReminder". Not exist or no native part.
                                2022-02-12 20:33:57.624  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Mobile_Devices.411365.deviceMetadata.locale". Not exist or no native part.
                                2022-02-12 20:33:57.624  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Mobile_Devices.411365.deviceMetadata.model". Not exist or no native part.
                                2022-02-12 20:33:57.624  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Mobile_Devices.411365.deviceMetadata.osVersion". Not exist or no native part.
                                2022-02-12 20:33:57.625  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Mobile_Devices.411365.deviceMetadata.platform". Not exist or no native part.
                                2022-02-12 20:33:57.625  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Mobile_Devices.411365.id". Not exist or no native part.
                                2022-02-12 20:33:57.625  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Mobile_Devices.411365.name". Not exist or no native part.
                                2022-02-12 20:33:57.625  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Mobile_Devices.411365.settings.geoTrackingEnabled". Not exist or no native part.
                                2022-02-12 20:33:57.626  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.activityDataPoints.heatingPower.percentage". Not exist or no native part.
                                2022-02-12 20:33:57.626  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.activityDataPoints.heatingPower.timestamp". Not exist or no native part.
                                2022-02-12 20:33:57.626  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.activityDataPoints.heatingPower.type". Not exist or no native part.
                                2022-02-12 20:33:57.626  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.awayConfig.minimumAwayTemperature.celsius". Not exist or no native part.
                                2022-02-12 20:33:57.627  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.awayConfig.minimumAwayTemperature.fahrenheit". Not exist or no native part.
                                2022-02-12 20:33:57.627  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.awayConfig.preheatingLevel". Not exist or no native part.
                                2022-02-12 20:33:57.627  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.awayConfig.type". Not exist or no native part.
                                2022-02-12 20:33:57.627  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.capabilities.temperatures.celsius.max". Not exist or no native part.
                                2022-02-12 20:33:57.627  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.capabilities.temperatures.celsius.min". Not exist or no native part.
                                2022-02-12 20:33:57.628  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.capabilities.temperatures.celsius.step". Not exist or no native part.
                                2022-02-12 20:33:57.628  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.capabilities.temperatures.fahrenheit.max". Not exist or no native part.
                                2022-02-12 20:33:57.628  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.capabilities.temperatures.fahrenheit.min". Not exist or no native part.
                                2022-02-12 20:33:57.628  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.capabilities.temperatures.fahrenheit.step". Not exist or no native part.
                                2022-02-12 20:33:57.628  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.capabilities.type". Not exist or no native part.
                                2022-02-12 20:33:57.629  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.dateCreated". Not exist or no native part.
                                2022-02-12 20:33:57.629  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.dazzleEnabled". Not exist or no native part.
                                2022-02-12 20:33:57.629  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.dazzleMode.enabled". Not exist or no native part.
                                2022-02-12 20:33:57.629  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.dazzleMode.supported". Not exist or no native part.
                                2022-02-12 20:33:57.629  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.deviceTypes". Not exist or no native part.
                                2022-02-12 20:33:57.630  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.devices.VA0879953152.batteryState". Not exist or no native part.
                                2022-02-12 20:33:57.630  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.devices.VA0879953152.characteristics.capabilities". Not exist or no native part.
                                2022-02-12 20:33:57.630  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.devices.VA0879953152.childLockEnabled". Not exist or no native part.
                                2022-02-12 20:33:57.630  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.devices.VA0879953152.connectionState.timestamp". Not exist or no native part.
                                2022-02-12 20:33:57.630  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.devices.VA0879953152.connectionState.value". Not exist or no native part.
                                2022-02-12 20:33:57.631  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.devices.VA0879953152.currentFwVersion". Not exist or no native part.
                                2022-02-12 20:33:57.631  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.devices.VA0879953152.deviceType". Not exist or no native part.
                                2022-02-12 20:33:57.631  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.devices.VA0879953152.duties". Not exist or no native part.
                                2022-02-12 20:33:57.631  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.devices.VA0879953152.id". Not exist or no native part.
                                2022-02-12 20:33:57.631  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.devices.VA0879953152.mountingState.timestamp". Not exist or no native part.
                                2022-02-12 20:33:57.632  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.devices.VA0879953152.mountingState.value". Not exist or no native part.
                                2022-02-12 20:33:57.632  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.devices.VA0879953152.offset.offsetCelsius". Not exist or no native part.
                                2022-02-12 20:33:57.632  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.devices.VA0879953152.offset.offsetFahrenheit". Not exist or no native part.
                                2022-02-12 20:33:57.632  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.devices.VA0879953152.serialNo". Not exist or no native part.
                                2022-02-12 20:33:57.632  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.devices.VA0879953152.shortSerialNo". Not exist or no native part.
                                2022-02-12 20:33:57.633  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.geolocationOverride". Not exist or no native part.
                                2022-02-12 20:33:57.633  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.geolocationOverrideDisableTime". Not exist or no native part.
                                2022-02-12 20:33:57.633  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.id". Not exist or no native part.
                                2022-02-12 20:33:57.633  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.link.state". Not exist or no native part.
                                2022-02-12 20:33:57.633  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.name". Not exist or no native part.
                                2022-02-12 20:33:57.634  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.nextScheduleChange.setting.power". Not exist or no native part.
                                2022-02-12 20:33:57.634  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.nextScheduleChange.setting.temperature.celsius". Not exist or no native part.
                                2022-02-12 20:33:57.634  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.nextScheduleChange.setting.temperature.fahrenheit". Not exist or no native part.
                                2022-02-12 20:33:57.634  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.nextScheduleChange.setting.type". Not exist or no native part.
                                2022-02-12 20:33:57.635  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.nextScheduleChange.start". Not exist or no native part.
                                2022-02-12 20:33:57.635  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.nextTimeBlock.start". Not exist or no native part.
                                2022-02-12 20:33:57.635  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.openWindow". Not exist or no native part.
                                2022-02-12 20:33:57.635  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.openWindowDetection.enabled". Not exist or no native part.
                                2022-02-12 20:33:57.636  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.openWindowDetection.supported". Not exist or no native part.
                                2022-02-12 20:33:57.636  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.openWindowDetection.timeoutInSeconds". Not exist or no native part.
                                2022-02-12 20:33:57.636  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.overlay". Not exist or no native part.
                                2022-02-12 20:33:57.636  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.overlayClearZone". Not exist or no native part.
                                2022-02-12 20:33:57.636  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.overlayType". Not exist or no native part.
                                2022-02-12 20:33:57.637  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.preparation". Not exist or no native part.
                                2022-02-12 20:33:57.637  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.reportAvailable". Not exist or no native part.
                                2022-02-12 20:33:57.637  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.sensorDataPoints.humidity.percentage". Not exist or no native part.
                                2022-02-12 20:33:57.637  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.sensorDataPoints.humidity.timestamp". Not exist or no native part.
                                2022-02-12 20:33:57.637  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.sensorDataPoints.humidity.type". Not exist or no native part.
                                2022-02-12 20:33:57.638  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.sensorDataPoints.insideTemperature.celsius". Not exist or no native part.
                                2022-02-12 20:33:57.638  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.sensorDataPoints.insideTemperature.fahrenheit". Not exist or no native part.
                                2022-02-12 20:33:57.638  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.sensorDataPoints.insideTemperature.precision.celsius". Not exist or no native part.
                                2022-02-12 20:33:57.638  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.sensorDataPoints.insideTemperature.precision.fahrenheit". Not exist or no native part.
                                2022-02-12 20:33:57.638  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.sensorDataPoints.insideTemperature.timestamp". Not exist or no native part.
                                2022-02-12 20:33:57.639  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.sensorDataPoints.insideTemperature.type". Not exist or no native part.
                                2022-02-12 20:33:57.639  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.setting.power". Not exist or no native part.
                                2022-02-12 20:33:57.639  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.setting.temperature.celsius". Not exist or no native part.
                                2022-02-12 20:33:57.639  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.setting.temperature.fahrenheit". Not exist or no native part.
                                2022-02-12 20:33:57.639  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.setting.type". Not exist or no native part.
                                2022-02-12 20:33:57.640  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.showScheduleSetup". Not exist or no native part.
                                2022-02-12 20:33:57.640  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.supportsDazzle". Not exist or no native part.
                                2022-02-12 20:33:57.640  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.tadoMode". Not exist or no native part.
                                2022-02-12 20:33:57.640  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.timeTables.tt_id". Not exist or no native part.
                                2022-02-12 20:33:57.640  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.timeTables.type". Not exist or no native part.
                                2022-02-12 20:33:57.641  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.type". Not exist or no native part.
                                2022-02-12 20:33:57.641  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.activityDataPoints.heatingPower.percentage". Not exist or no native part.
                                2022-02-12 20:33:57.641  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.activityDataPoints.heatingPower.timestamp". Not exist or no native part.
                                2022-02-12 20:33:57.641  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.activityDataPoints.heatingPower.type". Not exist or no native part.
                                2022-02-12 20:33:57.642  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.awayConfig.minimumAwayTemperature.celsius". Not exist or no native part.
                                2022-02-12 20:33:57.642  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.awayConfig.minimumAwayTemperature.fahrenheit". Not exist or no native part.
                                2022-02-12 20:33:57.642  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.awayConfig.preheatingLevel". Not exist or no native part.
                                2022-02-12 20:33:57.642  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.awayConfig.type". Not exist or no native part.
                                2022-02-12 20:33:57.642  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.capabilities.temperatures.celsius.max". Not exist or no native part.
                                2022-02-12 20:33:57.643  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.capabilities.temperatures.celsius.min". Not exist or no native part.
                                2022-02-12 20:33:57.643  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.capabilities.temperatures.celsius.step". Not exist or no native part.
                                2022-02-12 20:33:57.643  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.capabilities.temperatures.fahrenheit.max". Not exist or no native part.
                                2022-02-12 20:33:57.643  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.capabilities.temperatures.fahrenheit.min". Not exist or no native part.
                                2022-02-12 20:33:57.643  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.capabilities.temperatures.fahrenheit.step". Not exist or no native part.
                                2022-02-12 20:33:57.644  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.capabilities.type". Not exist or no native part.
                                2022-02-12 20:33:57.644  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.dateCreated". Not exist or no native part.
                                2022-02-12 20:33:57.644  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.dazzleEnabled". Not exist or no native part.
                                2022-02-12 20:33:57.644  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.dazzleMode.enabled". Not exist or no native part.
                                2022-02-12 20:33:57.644  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.dazzleMode.supported". Not exist or no native part.
                                2022-02-12 20:33:57.645  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.deviceTypes". Not exist or no native part.
                                2022-02-12 20:33:57.645  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.devices.VA1030948096.batteryState". Not exist or no native part.
                                2022-02-12 20:33:57.645  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.devices.VA1030948096.characteristics.capabilities". Not exist or no native part.
                                2022-02-12 20:33:57.645  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.devices.VA1030948096.childLockEnabled". Not exist or no native part.
                                2022-02-12 20:33:57.645  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.devices.VA1030948096.connectionState.timestamp". Not exist or no native part.
                                2022-02-12 20:33:57.646  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.devices.VA1030948096.connectionState.value". Not exist or no native part.
                                2022-02-12 20:33:57.646  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.devices.VA1030948096.currentFwVersion". Not exist or no native part.
                                2022-02-12 20:33:57.646  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.devices.VA1030948096.deviceType". Not exist or no native part.
                                2022-02-12 20:33:57.646  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.devices.VA1030948096.duties". Not exist or no native part.
                                2022-02-12 20:33:57.646  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.devices.VA1030948096.id". Not exist or no native part.
                                2022-02-12 20:33:57.647  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.devices.VA1030948096.mountingState.timestamp". Not exist or no native part.
                                2022-02-12 20:33:57.647  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.devices.VA1030948096.mountingState.value". Not exist or no native part.
                                2022-02-12 20:33:57.647  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.devices.VA1030948096.offset.offsetCelsius". Not exist or no native part.
                                2022-02-12 20:33:57.647  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.devices.VA1030948096.offset.offsetFahrenheit". Not exist or no native part.
                                2022-02-12 20:33:57.647  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.devices.VA1030948096.serialNo". Not exist or no native part.
                                2022-02-12 20:33:57.648  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.devices.VA1030948096.shortSerialNo". Not exist or no native part.
                                2022-02-12 20:33:57.648  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.geolocationOverride". Not exist or no native part.
                                2022-02-12 20:33:57.648  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.geolocationOverrideDisableTime". Not exist or no native part.
                                2022-02-12 20:33:57.648  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.id". Not exist or no native part.
                                2022-02-12 20:33:57.648  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.link.state". Not exist or no native part.
                                2022-02-12 20:33:57.649  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.name". Not exist or no native part.
                                2022-02-12 20:33:57.649  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.nextScheduleChange.setting.power". Not exist or no native part.
                                2022-02-12 20:33:57.649  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.nextScheduleChange.setting.temperature.celsius". Not exist or no native part.
                                2022-02-12 20:33:57.649  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.nextScheduleChange.setting.temperature.fahrenheit". Not exist or no native part.
                                2022-02-12 20:33:57.650  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.nextScheduleChange.setting.type". Not exist or no native part.
                                2022-02-12 20:33:57.650  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.nextScheduleChange.start". Not exist or no native part.
                                2022-02-12 20:33:57.650  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.nextTimeBlock.start". Not exist or no native part.
                                2022-02-12 20:33:57.650  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.openWindow". Not exist or no native part.
                                2022-02-12 20:33:57.650  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.openWindowDetection.enabled". Not exist or no native part.
                                2022-02-12 20:33:57.651  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.openWindowDetection.supported". Not exist or no native part.
                                2022-02-12 20:33:57.651  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.openWindowDetection.timeoutInSeconds". Not exist or no native part.
                                2022-02-12 20:33:57.651  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.overlay". Not exist or no native part.
                                2022-02-12 20:33:57.651  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.overlayClearZone". Not exist or no native part.
                                2022-02-12 20:33:57.651  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.overlayType". Not exist or no native part.
                                2022-02-12 20:33:57.652  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.preparation". Not exist or no native part.
                                2022-02-12 20:33:57.652  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.reportAvailable". Not exist or no native part.
                                2022-02-12 20:33:57.652  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.sensorDataPoints.humidity.percentage". Not exist or no native part.
                                2022-02-12 20:33:57.652  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.sensorDataPoints.humidity.timestamp". Not exist or no native part.
                                2022-02-12 20:33:57.652  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.sensorDataPoints.humidity.type". Not exist or no native part.
                                2022-02-12 20:33:57.653  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.sensorDataPoints.insideTemperature.celsius". Not exist or no native part.
                                2022-02-12 20:33:57.653  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.sensorDataPoints.insideTemperature.fahrenheit". Not exist or no native part.
                                2022-02-12 20:33:57.653  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.sensorDataPoints.insideTemperature.precision.celsius". Not exist or no native part.
                                2022-02-12 20:33:57.653  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.sensorDataPoints.insideTemperature.precision.fahrenheit". Not exist or no native part.
                                2022-02-12 20:33:57.653  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.sensorDataPoints.insideTemperature.timestamp". Not exist or no native part.
                                2022-02-12 20:33:57.654  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.sensorDataPoints.insideTemperature.type". Not exist or no native part.
                                2022-02-12 20:33:57.654  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.setting.power". Not exist or no native part.
                                2022-02-12 20:33:57.654  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.setting.temperature.celsius". Not exist or no native part.
                                2022-02-12 20:33:57.654  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.setting.temperature.fahrenheit". Not exist or no native part.
                                2022-02-12 20:33:57.655  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.setting.type". Not exist or no native part.
                                2022-02-12 20:33:57.655  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.showScheduleSetup". Not exist or no native part.
                                2022-02-12 20:33:57.655  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.supportsDazzle". Not exist or no native part.
                                2022-02-12 20:33:57.655  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.tadoMode". Not exist or no native part.
                                2022-02-12 20:33:57.655  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.timeTables.tt_id". Not exist or no native part.
                                2022-02-12 20:33:57.656  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.timeTables.type". Not exist or no native part.
                                2022-02-12 20:33:57.656  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.type". Not exist or no native part.
                                2022-02-12 20:33:57.656  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.activityDataPoints.heatingPower.percentage". Not exist or no native part.
                                2022-02-12 20:33:57.656  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.activityDataPoints.heatingPower.timestamp". Not exist or no native part.
                                2022-02-12 20:33:57.656  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.activityDataPoints.heatingPower.type". Not exist or no native part.
                                2022-02-12 20:33:57.657  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.awayConfig.minimumAwayTemperature.celsius". Not exist or no native part.
                                2022-02-12 20:33:57.657  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.awayConfig.minimumAwayTemperature.fahrenheit". Not exist or no native part.
                                2022-02-12 20:33:57.657  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.awayConfig.preheatingLevel". Not exist or no native part.
                                2022-02-12 20:33:57.657  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.awayConfig.type". Not exist or no native part.
                                2022-02-12 20:33:57.658  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.capabilities.temperatures.celsius.max". Not exist or no native part.
                                2022-02-12 20:33:57.658  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.capabilities.temperatures.celsius.min". Not exist or no native part.
                                2022-02-12 20:33:57.658  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.capabilities.temperatures.celsius.step". Not exist or no native part.
                                2022-02-12 20:33:57.658  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.capabilities.temperatures.fahrenheit.max". Not exist or no native part.
                                2022-02-12 20:33:57.659  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.capabilities.temperatures.fahrenheit.min". Not exist or no native part.
                                2022-02-12 20:33:57.659  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.capabilities.temperatures.fahrenheit.step". Not exist or no native part.
                                2022-02-12 20:33:57.659  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.capabilities.type". Not exist or no native part.
                                2022-02-12 20:33:57.660  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.dateCreated". Not exist or no native part.
                                2022-02-12 20:33:57.660  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.dazzleEnabled". Not exist or no native part.
                                2022-02-12 20:33:57.660  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.dazzleMode.enabled". Not exist or no native part.
                                2022-02-12 20:33:57.660  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.dazzleMode.supported". Not exist or no native part.
                                2022-02-12 20:33:57.660  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.deviceTypes". Not exist or no native part.
                                2022-02-12 20:33:57.661  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.devices.VA3330606336.batteryState". Not exist or no native part.
                                2022-02-12 20:33:57.661  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.devices.VA3330606336.characteristics.capabilities". Not exist or no native part.
                                2022-02-12 20:33:57.661  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.devices.VA3330606336.childLockEnabled". Not exist or no native part.
                                2022-02-12 20:33:57.661  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.devices.VA3330606336.connectionState.timestamp". Not exist or no native part.
                                2022-02-12 20:33:57.661  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.devices.VA3330606336.connectionState.value". Not exist or no native part.
                                2022-02-12 20:33:57.662  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.devices.VA3330606336.currentFwVersion". Not exist or no native part.
                                2022-02-12 20:33:57.662  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.devices.VA3330606336.deviceType". Not exist or no native part.
                                2022-02-12 20:33:57.662  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.devices.VA3330606336.duties". Not exist or no native part.
                                2022-02-12 20:33:57.662  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.devices.VA3330606336.id". Not exist or no native part.
                                2022-02-12 20:33:57.663  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.devices.VA3330606336.mountingState.timestamp". Not exist or no native part.
                                2022-02-12 20:33:57.663  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.devices.VA3330606336.mountingState.value". Not exist or no native part.
                                2022-02-12 20:33:57.663  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.devices.VA3330606336.offset.offsetCelsius". Not exist or no native part.
                                2022-02-12 20:33:57.663  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.devices.VA3330606336.offset.offsetFahrenheit". Not exist or no native part.
                                2022-02-12 20:33:57.663  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.devices.VA3330606336.serialNo". Not exist or no native part.
                                2022-02-12 20:33:57.664  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.devices.VA3330606336.shortSerialNo". Not exist or no native part.
                                2022-02-12 20:33:57.664  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.geolocationOverride". Not exist or no native part.
                                2022-02-12 20:33:57.664  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.geolocationOverrideDisableTime". Not exist or no native part.
                                2022-02-12 20:33:57.664  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.id". Not exist or no native part.
                                2022-02-12 20:33:57.664  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.link.state". Not exist or no native part.
                                2022-02-12 20:33:57.665  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.name". Not exist or no native part.
                                2022-02-12 20:33:57.665  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.nextScheduleChange.setting.power". Not exist or no native part.
                                2022-02-12 20:33:57.665  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.nextScheduleChange.setting.temperature.celsius". Not exist or no native part.
                                2022-02-12 20:33:57.665  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.nextScheduleChange.setting.temperature.fahrenheit". Not exist or no native part.
                                2022-02-12 20:33:57.665  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.nextScheduleChange.setting.type". Not exist or no native part.
                                2022-02-12 20:33:57.666  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.nextScheduleChange.start". Not exist or no native part.
                                2022-02-12 20:33:57.666  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.nextTimeBlock.start". Not exist or no native part.
                                2022-02-12 20:33:57.666  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.openWindow". Not exist or no native part.
                                2022-02-12 20:33:57.666  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.openWindowDetection.enabled". Not exist or no native part.
                                2022-02-12 20:33:57.666  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.openWindowDetection.supported". Not exist or no native part.
                                2022-02-12 20:33:57.667  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.openWindowDetection.timeoutInSeconds". Not exist or no native part.
                                2022-02-12 20:33:57.667  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.overlay". Not exist or no native part.
                                2022-02-12 20:33:57.667  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.overlayClearZone". Not exist or no native part.
                                2022-02-12 20:33:57.667  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.overlayType". Not exist or no native part.
                                2022-02-12 20:33:57.668  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.preparation". Not exist or no native part.
                                2022-02-12 20:33:57.668  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.reportAvailable". Not exist or no native part.
                                2022-02-12 20:33:57.668  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.sensorDataPoints.humidity.percentage". Not exist or no native part.
                                2022-02-12 20:33:57.668  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.sensorDataPoints.humidity.timestamp". Not exist or no native part.
                                2022-02-12 20:33:57.668  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.sensorDataPoints.humidity.type". Not exist or no native part.
                                2022-02-12 20:33:57.669  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.sensorDataPoints.insideTemperature.celsius". Not exist or no native part.
                                2022-02-12 20:33:57.669  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.sensorDataPoints.insideTemperature.fahrenheit". Not exist or no native part.
                                2022-02-12 20:33:57.671  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.sensorDataPoints.insideTemperature.precision.celsius". Not exist or no native part.
                                2022-02-12 20:33:57.671  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.sensorDataPoints.insideTemperature.precision.fahrenheit". Not exist or no native part.
                                2022-02-12 20:33:57.671  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.sensorDataPoints.insideTemperature.timestamp". Not exist or no native part.
                                2022-02-12 20:33:57.671  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.sensorDataPoints.insideTemperature.type". Not exist or no native part.
                                2022-02-12 20:33:57.672  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.setting.power". Not exist or no native part.
                                2022-02-12 20:33:57.672  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.setting.temperature.celsius". Not exist or no native part.
                                2022-02-12 20:33:57.672  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.setting.temperature.fahrenheit". Not exist or no native part.
                                2022-02-12 20:33:57.672  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.setting.type". Not exist or no native part.
                                2022-02-12 20:33:57.673  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.showScheduleSetup". Not exist or no native part.
                                2022-02-12 20:33:57.673  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.supportsDazzle". Not exist or no native part.
                                2022-02-12 20:33:57.673  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.tadoMode". Not exist or no native part.
                                2022-02-12 20:33:57.673  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.timeTables.tt_id". Not exist or no native part.
                                2022-02-12 20:33:57.673  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.timeTables.type". Not exist or no native part.
                                2022-02-12 20:33:57.674  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.type". Not exist or no native part.
                                2022-02-12 20:33:57.674  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.activityDataPoints.heatingPower.percentage". Not exist or no native part.
                                2022-02-12 20:33:57.674  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.activityDataPoints.heatingPower.timestamp". Not exist or no native part.
                                2022-02-12 20:33:57.674  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.activityDataPoints.heatingPower.type". Not exist or no native part.
                                2022-02-12 20:33:57.674  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.awayConfig.minimumAwayTemperature.celsius". Not exist or no native part.
                                2022-02-12 20:33:57.675  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.awayConfig.minimumAwayTemperature.fahrenheit". Not exist or no native part.
                                2022-02-12 20:33:57.675  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.awayConfig.preheatingLevel". Not exist or no native part.
                                2022-02-12 20:33:57.675  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.awayConfig.type". Not exist or no native part.
                                2022-02-12 20:33:57.675  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.capabilities.temperatures.celsius.max". Not exist or no native part.
                                2022-02-12 20:33:57.675  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.capabilities.temperatures.celsius.min". Not exist or no native part.
                                2022-02-12 20:33:57.676  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.capabilities.temperatures.celsius.step". Not exist or no native part.
                                2022-02-12 20:33:57.676  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.capabilities.temperatures.fahrenheit.max". Not exist or no native part.
                                2022-02-12 20:33:57.676  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.capabilities.temperatures.fahrenheit.min". Not exist or no native part.
                                2022-02-12 20:33:57.676  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.capabilities.temperatures.fahrenheit.step". Not exist or no native part.
                                2022-02-12 20:33:57.676  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.capabilities.type". Not exist or no native part.
                                2022-02-12 20:33:57.677  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.dateCreated". Not exist or no native part.
                                2022-02-12 20:33:57.677  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.dazzleEnabled". Not exist or no native part.
                                2022-02-12 20:33:57.677  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.dazzleMode.enabled". Not exist or no native part.
                                2022-02-12 20:33:57.677  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.dazzleMode.supported". Not exist or no native part.
                                2022-02-12 20:33:57.677  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.deviceTypes". Not exist or no native part.
                                2022-02-12 20:33:57.678  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.devices.VA2760180992.batteryState". Not exist or no native part.
                                2022-02-12 20:33:57.678  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.devices.VA2760180992.characteristics.capabilities". Not exist or no native part.
                                2022-02-12 20:33:57.678  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.devices.VA2760180992.childLockEnabled". Not exist or no native part.
                                2022-02-12 20:33:57.678  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.devices.VA2760180992.connectionState.timestamp". Not exist or no native part.
                                2022-02-12 20:33:57.679  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.devices.VA2760180992.connectionState.value". Not exist or no native part.
                                2022-02-12 20:33:57.679  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.devices.VA2760180992.currentFwVersion". Not exist or no native part.
                                2022-02-12 20:33:57.679  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.devices.VA2760180992.deviceType". Not exist or no native part.
                                2022-02-12 20:33:57.679  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.devices.VA2760180992.duties". Not exist or no native part.
                                2022-02-12 20:33:57.680  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.devices.VA2760180992.id". Not exist or no native part.
                                2022-02-12 20:33:57.680  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.devices.VA2760180992.mountingState.timestamp". Not exist or no native part.
                                2022-02-12 20:33:57.680  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.devices.VA2760180992.mountingState.value". Not exist or no native part.
                                2022-02-12 20:33:57.680  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.devices.VA2760180992.offset.offsetCelsius". Not exist or no native part.
                                2022-02-12 20:33:57.680  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.devices.VA2760180992.offset.offsetFahrenheit". Not exist or no native part.
                                2022-02-12 20:33:57.681  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.devices.VA2760180992.serialNo". Not exist or no native part.
                                2022-02-12 20:33:57.681  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.devices.VA2760180992.shortSerialNo". Not exist or no native part.
                                2022-02-12 20:33:57.681  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.geolocationOverride". Not exist or no native part.
                                2022-02-12 20:33:57.681  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.geolocationOverrideDisableTime". Not exist or no native part.
                                2022-02-12 20:33:57.681  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.id". Not exist or no native part.
                                2022-02-12 20:33:57.682  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.link.state". Not exist or no native part.
                                2022-02-12 20:33:57.682  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.name". Not exist or no native part.
                                2022-02-12 20:33:57.682  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.nextScheduleChange.setting.power". Not exist or no native part.
                                2022-02-12 20:33:57.682  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.nextScheduleChange.setting.temperature.celsius". Not exist or no native part.
                                2022-02-12 20:33:57.683  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.nextScheduleChange.setting.temperature.fahrenheit". Not exist or no native part.
                                2022-02-12 20:33:57.683  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.nextScheduleChange.setting.type". Not exist or no native part.
                                2022-02-12 20:33:57.683  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.nextScheduleChange.start". Not exist or no native part.
                                2022-02-12 20:33:57.683  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.nextTimeBlock.start". Not exist or no native part.
                                2022-02-12 20:33:57.684  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.openWindow". Not exist or no native part.
                                2022-02-12 20:33:57.684  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.openWindowDetection.enabled". Not exist or no native part.
                                2022-02-12 20:33:57.684  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.openWindowDetection.supported". Not exist or no native part.
                                2022-02-12 20:33:57.684  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.openWindowDetection.timeoutInSeconds". Not exist or no native part.
                                2022-02-12 20:33:57.684  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.overlay". Not exist or no native part.
                                2022-02-12 20:33:57.685  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.overlayClearZone". Not exist or no native part.
                                2022-02-12 20:33:57.685  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.overlayType". Not exist or no native part.
                                2022-02-12 20:33:57.685  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.preparation". Not exist or no native part.
                                2022-02-12 20:33:57.685  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.reportAvailable". Not exist or no native part.
                                2022-02-12 20:33:57.686  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.sensorDataPoints.humidity.percentage". Not exist or no native part.
                                2022-02-12 20:33:57.686  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.sensorDataPoints.humidity.timestamp". Not exist or no native part.
                                2022-02-12 20:33:57.686  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.sensorDataPoints.humidity.type". Not exist or no native part.
                                2022-02-12 20:33:57.687  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.sensorDataPoints.insideTemperature.celsius". Not exist or no native part.
                                2022-02-12 20:33:57.687  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.sensorDataPoints.insideTemperature.fahrenheit". Not exist or no native part.
                                2022-02-12 20:33:57.687  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.sensorDataPoints.insideTemperature.precision.celsius". Not exist or no native part.
                                2022-02-12 20:33:57.688  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.sensorDataPoints.insideTemperature.precision.fahrenheit". Not exist or no native part.
                                2022-02-12 20:33:57.688  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.sensorDataPoints.insideTemperature.timestamp". Not exist or no native part.
                                2022-02-12 20:33:57.688  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.sensorDataPoints.insideTemperature.type". Not exist or no native part.
                                2022-02-12 20:33:57.689  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.setting.power". Not exist or no native part.
                                2022-02-12 20:33:57.689  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.setting.temperature.celsius". Not exist or no native part.
                                2022-02-12 20:33:57.689  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.setting.temperature.fahrenheit". Not exist or no native part.
                                2022-02-12 20:33:57.690  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.setting.type". Not exist or no native part.
                                2022-02-12 20:33:57.690  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.showScheduleSetup". Not exist or no native part.
                                2022-02-12 20:33:57.690  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.supportsDazzle". Not exist or no native part.
                                2022-02-12 20:33:57.691  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.tadoMode". Not exist or no native part.
                                2022-02-12 20:33:57.691  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.timeTables.tt_id". Not exist or no native part.
                                2022-02-12 20:33:57.691  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.timeTables.type". Not exist or no native part.
                                2022-02-12 20:33:57.692  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.type". Not exist or no native part.
                                2022-02-12 20:33:57.692  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Weather.outsideTemperature.celsius". Not exist or no native part.
                                2022-02-12 20:33:57.692  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Weather.outsideTemperature.fahrenheit". Not exist or no native part.
                                2022-02-12 20:33:57.692  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Weather.outsideTemperature.precision.celsius". Not exist or no native part.
                                2022-02-12 20:33:57.693  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Weather.outsideTemperature.precision.fahrenheit". Not exist or no native part.
                                2022-02-12 20:33:57.693  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Weather.outsideTemperature.timestamp". Not exist or no native part.
                                2022-02-12 20:33:57.693  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Weather.outsideTemperature.type". Not exist or no native part.
                                2022-02-12 20:33:57.694  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Weather.solarIntensity.percentage". Not exist or no native part.
                                2022-02-12 20:33:57.694  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Weather.solarIntensity.timestamp". Not exist or no native part.
                                2022-02-12 20:33:57.694  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Weather.solarIntensity.type". Not exist or no native part.
                                2022-02-12 20:33:57.695  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Weather.weatherState.timestamp". Not exist or no native part.
                                2022-02-12 20:33:57.695  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Weather.weatherState.type". Not exist or no native part.
                                2022-02-12 20:33:57.695  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Weather.weatherState.value". Not exist or no native part.
                                2022-02-12 20:33:57.695  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.online". Not exist or no native part.
                                2022-02-12 20:33:57.697  - debug: iot.0 (44972) [ALEX3] Invalid state "0_userdata.0.example_state". Not exist or no native part.
                                2022-02-12 20:33:57.697  - debug: iot.0 (44972) [ALEX3] Invalid state "admin.0.connected". Not exist or no native part.
                                2022-02-12 20:33:57.698  - debug: iot.0 (44972) [ALEX3] Invalid state "admin.0.info.newsETag". Not exist or no native part.
                                2022-02-12 20:33:57.698  - debug: iot.0 (44972) [ALEX3] Invalid state "admin.0.info.newsFeed". Not exist or no native part.
                                2022-02-12 20:33:57.699  - debug: iot.0 (44972) [ALEX3] Invalid state "admin.0.info.newsLastId". Not exist or no native part.
                                2022-02-12 20:33:57.699  - debug: iot.0 (44972) [ALEX3] Invalid state "admin.0.info.newsfeed". Not exist or no native part.
                                2022-02-12 20:33:57.705  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.AwayConfig.minimumAwayTemperature.celsius". Not exist or no native part.
                                2022-02-12 20:33:57.706  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.AwayConfig.minimumAwayTemperature.fahrenheit". Not exist or no native part.
                                2022-02-12 20:33:57.706  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.AwayConfig.preheatingLevel". Not exist or no native part.
                                2022-02-12 20:33:57.706  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.AwayConfig.type". Not exist or no native part.
                                2022-02-12 20:33:57.706  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.link.reason.code". Not exist or no native part.
                                2022-02-12 20:33:57.706  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.link.reason.title". Not exist or no native part.
                                2022-02-12 20:33:57.707  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.nextScheduleChange". Not exist or no native part.
                                2022-02-12 20:33:57.707  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.openWindow.detectedTime". Not exist or no native part.
                                2022-02-12 20:33:57.707  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.openWindow.durationInSeconds". Not exist or no native part.
                                2022-02-12 20:33:57.707  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.openWindow.expiry". Not exist or no native part.
                                2022-02-12 20:33:57.707  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.openWindow.remainingTimeInSeconds". Not exist or no native part.
                                2022-02-12 20:33:57.707  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.overlay.setting.power". Not exist or no native part.
                                2022-02-12 20:33:57.708  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.overlay.setting.temperature.celsius". Not exist or no native part.
                                2022-02-12 20:33:57.708  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.overlay.setting.temperature.fahrenheit". Not exist or no native part.
                                2022-02-12 20:33:57.708  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.overlay.setting.type". Not exist or no native part.
                                2022-02-12 20:33:57.708  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.overlay.termination.durationInSeconds". Not exist or no native part.
                                2022-02-12 20:33:57.708  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.overlay.termination.expiry". Not exist or no native part.
                                2022-02-12 20:33:57.709  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.overlay.termination.projectedExpiry". Not exist or no native part.
                                2022-02-12 20:33:57.709  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.overlay.termination.remainingTimeInSeconds". Not exist or no native part.
                                2022-02-12 20:33:57.709  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.overlay.termination.type". Not exist or no native part.
                                2022-02-12 20:33:57.709  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.overlay.termination.typeSkillBasedApp". Not exist or no native part.
                                2022-02-12 20:33:57.709  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.overlay.type". Not exist or no native part.
                                2022-02-12 20:33:57.709  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.1.scheduleIsDefault". Not exist or no native part.
                                2022-02-12 20:33:57.710  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.AwayConfig.minimumAwayTemperature.celsius". Not exist or no native part.
                                2022-02-12 20:33:57.710  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.AwayConfig.minimumAwayTemperature.fahrenheit". Not exist or no native part.
                                2022-02-12 20:33:57.710  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.AwayConfig.preheatingLevel". Not exist or no native part.
                                2022-02-12 20:33:57.710  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.AwayConfig.type". Not exist or no native part.
                                2022-02-12 20:33:57.710  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.link.reason.code". Not exist or no native part.
                                2022-02-12 20:33:57.710  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.link.reason.title". Not exist or no native part.
                                2022-02-12 20:33:57.711  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.nextScheduleChange". Not exist or no native part.
                                2022-02-12 20:33:57.711  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.openWindow.detectedTime". Not exist or no native part.
                                2022-02-12 20:33:57.711  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.openWindow.durationInSeconds". Not exist or no native part.
                                2022-02-12 20:33:57.711  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.openWindow.expiry". Not exist or no native part.
                                2022-02-12 20:33:57.711  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.openWindow.remainingTimeInSeconds". Not exist or no native part.
                                2022-02-12 20:33:57.711  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.overlay.setting.power". Not exist or no native part.
                                2022-02-12 20:33:57.712  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.overlay.setting.temperature.celsius". Not exist or no native part.
                                2022-02-12 20:33:57.712  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.overlay.setting.temperature.fahrenheit". Not exist or no native part.
                                2022-02-12 20:33:57.712  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.overlay.setting.type". Not exist or no native part.
                                2022-02-12 20:33:57.712  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.overlay.termination.durationInSeconds". Not exist or no native part.
                                2022-02-12 20:33:57.712  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.overlay.termination.expiry". Not exist or no native part.
                                2022-02-12 20:33:57.712  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.overlay.termination.projectedExpiry". Not exist or no native part.
                                2022-02-12 20:33:57.713  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.overlay.termination.remainingTimeInSeconds". Not exist or no native part.
                                2022-02-12 20:33:57.713  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.overlay.termination.type". Not exist or no native part.
                                2022-02-12 20:33:57.713  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.overlay.termination.typeSkillBasedApp". Not exist or no native part.
                                2022-02-12 20:33:57.713  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.overlay.type". Not exist or no native part.
                                2022-02-12 20:33:57.713  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.preparation.end". Not exist or no native part.
                                2022-02-12 20:33:57.713  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.preparation.setting.power". Not exist or no native part.
                                2022-02-12 20:33:57.714  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.preparation.setting.temperature.celsius". Not exist or no native part.
                                2022-02-12 20:33:57.714  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.preparation.setting.temperature.fahrenheit". Not exist or no native part.
                                2022-02-12 20:33:57.714  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.preparation.setting.type". Not exist or no native part.
                                2022-02-12 20:33:57.714  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.preparation.tadoMode". Not exist or no native part.
                                2022-02-12 20:33:57.714  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.2.scheduleIsDefault". Not exist or no native part.
                                2022-02-12 20:33:57.714  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.AwayConfig.minimumAwayTemperature.celsius". Not exist or no native part.
                                2022-02-12 20:33:57.715  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.AwayConfig.minimumAwayTemperature.fahrenheit". Not exist or no native part.
                                2022-02-12 20:33:57.715  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.AwayConfig.preheatingLevel". Not exist or no native part.
                                2022-02-12 20:33:57.715  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.AwayConfig.type". Not exist or no native part.
                                2022-02-12 20:33:57.715  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.link.reason.code". Not exist or no native part.
                                2022-02-12 20:33:57.715  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.link.reason.title". Not exist or no native part.
                                2022-02-12 20:33:57.715  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.nextScheduleChange". Not exist or no native part.
                                2022-02-12 20:33:57.716  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.openWindow.detectedTime". Not exist or no native part.
                                2022-02-12 20:33:57.716  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.openWindow.durationInSeconds". Not exist or no native part.
                                2022-02-12 20:33:57.716  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.openWindow.expiry". Not exist or no native part.
                                2022-02-12 20:33:57.716  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.openWindow.remainingTimeInSeconds". Not exist or no native part.
                                2022-02-12 20:33:57.716  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.overlay.setting.power". Not exist or no native part.
                                2022-02-12 20:33:57.716  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.overlay.setting.temperature.celsius". Not exist or no native part.
                                2022-02-12 20:33:57.717  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.overlay.setting.temperature.fahrenheit". Not exist or no native part.
                                2022-02-12 20:33:57.717  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.overlay.setting.type". Not exist or no native part.
                                2022-02-12 20:33:57.717  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.overlay.termination.durationInSeconds". Not exist or no native part.
                                2022-02-12 20:33:57.717  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.overlay.termination.expiry". Not exist or no native part.
                                2022-02-12 20:33:57.717  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.overlay.termination.projectedExpiry". Not exist or no native part.
                                2022-02-12 20:33:57.717  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.overlay.termination.remainingTimeInSeconds". Not exist or no native part.
                                2022-02-12 20:33:57.718  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.overlay.termination.type". Not exist or no native part.
                                2022-02-12 20:33:57.718  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.overlay.termination.typeSkillBasedApp". Not exist or no native part.
                                2022-02-12 20:33:57.718  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.overlay.type". Not exist or no native part.
                                2022-02-12 20:33:57.718  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.3.scheduleIsDefault". Not exist or no native part.
                                2022-02-12 20:33:57.718  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.AwayConfig.minimumAwayTemperature.celsius". Not exist or no native part.
                                2022-02-12 20:33:57.718  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.AwayConfig.minimumAwayTemperature.fahrenheit". Not exist or no native part.
                                2022-02-12 20:33:57.719  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.AwayConfig.preheatingLevel". Not exist or no native part.
                                2022-02-12 20:33:57.719  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.AwayConfig.type". Not exist or no native part.
                                2022-02-12 20:33:57.719  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.link.reason.code". Not exist or no native part.
                                2022-02-12 20:33:57.719  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.link.reason.title". Not exist or no native part.
                                2022-02-12 20:33:57.719  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.nextScheduleChange". Not exist or no native part.
                                2022-02-12 20:33:57.720  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.openWindow.detectedTime". Not exist or no native part.
                                2022-02-12 20:33:57.720  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.openWindow.durationInSeconds". Not exist or no native part.
                                2022-02-12 20:33:57.720  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.openWindow.expiry". Not exist or no native part.
                                2022-02-12 20:33:57.720  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.openWindow.remainingTimeInSeconds". Not exist or no native part.
                                2022-02-12 20:33:57.720  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.overlay.setting.power". Not exist or no native part.
                                2022-02-12 20:33:57.720  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.overlay.setting.temperature.celsius". Not exist or no native part.
                                2022-02-12 20:33:57.721  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.overlay.setting.temperature.fahrenheit". Not exist or no native part.
                                2022-02-12 20:33:57.721  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.overlay.setting.type". Not exist or no native part.
                                2022-02-12 20:33:57.721  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.overlay.termination.durationInSeconds". Not exist or no native part.
                                2022-02-12 20:33:57.721  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.overlay.termination.expiry". Not exist or no native part.
                                2022-02-12 20:33:57.721  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.overlay.termination.projectedExpiry". Not exist or no native part.
                                2022-02-12 20:33:57.721  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.overlay.termination.remainingTimeInSeconds". Not exist or no native part.
                                2022-02-12 20:33:57.722  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.overlay.termination.type". Not exist or no native part.
                                2022-02-12 20:33:57.722  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.overlay.termination.typeSkillBasedApp". Not exist or no native part.
                                2022-02-12 20:33:57.722  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.overlay.type". Not exist or no native part.
                                2022-02-12 20:33:57.722  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.preparation.end". Not exist or no native part.
                                2022-02-12 20:33:57.722  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.preparation.setting.power". Not exist or no native part.
                                2022-02-12 20:33:57.722  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.preparation.setting.temperature.celsius". Not exist or no native part.
                                2022-02-12 20:33:57.723  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.preparation.setting.temperature.fahrenheit". Not exist or no native part.
                                2022-02-12 20:33:57.723  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.preparation.setting.type". Not exist or no native part.
                                2022-02-12 20:33:57.723  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.preparation.tadoMode". Not exist or no native part.
                                2022-02-12 20:33:57.723  - debug: iot.0 (44972) [ALEX3] Invalid state "tado.0.109324.Rooms.4.scheduleIsDefault". Not exist or no native part.
                                
                                crunchip dslraser 2 Replies Last reply Reply Quote 0
                                • crunchip
                                  crunchip Forum Testing Most Active @Thomas Braun last edited by

                                  @thomas-braun sagte in iot-Gerät per Alexa schalten:

                                  tado-Dinger

                                  sind die direkt mit amazon gekoppelt?, vllt ist das ein Grund deiner 1000 Anfragen

                                  Thomas Braun 1 Reply Last reply Reply Quote 0
                                  • Thomas Braun
                                    Thomas Braun Most Active @crunchip last edited by Thomas Braun

                                    @crunchip sagte in iot-Gerät per Alexa schalten:

                                    sind die direkt mit amazon gekoppelt?

                                    Ja, über die tado-App/den tado-Skill direkt an Amazon angedockt.
                                    Hab aber auch den tado-iot-Adapter laufen. Aber den eigentlich nicht mit dem iot-Adapter bekannt gemacht.

                                    Gleiches gilt für den switchbot-Kram. Auch direkt über die switchbot-App/Skill angebunden, zusätzlich den switchbot-hub-Adapter laufen.

                                    1 Reply Last reply Reply Quote 0
                                    • dslraser
                                      dslraser Forum Testing Most Active @Thomas Braun last edited by

                                      @thomas-braun
                                      vorhin war das Thema intelligente Aufzählungen, die habe ich bewusst alle aus, weil die jede Menge unbrauchbares in iot einfügen. (sehr unintelligent)
                                      Tado habe und kenne ich nicht, switchbot auch nicht. Manche Adapter haben in den Einstellungen auch Optionen Geräte zu Alexa, also zu iot hinzu zu fügen, das habe ich auch alles aus. Kannst ja mal schauen ob da was ist.

                                      Thomas Braun crunchip 2 Replies Last reply Reply Quote 0
                                      • Thomas Braun
                                        Thomas Braun Most Active @dslraser last edited by

                                        @dslraser

                                        Die Enums / Aufzählungen habe ich jetzt auch ausgeknipst.

                                        Bei beiden Adaptern gibt es keine Einstellungen zum iot. Jedenfalls nicht in den Einstelllungen.

                                        dslraser 1 Reply Last reply Reply Quote 0
                                        • crunchip
                                          crunchip Forum Testing Most Active @dslraser last edited by

                                          @dslraser sagte in iot-Gerät per Alexa schalten:

                                          weil die jede Menge unbrauchbares in iot einfügen. (sehr unintelligent)

                                          deswegen habe ich das nur für bestimmte auserwählte Dinge in gebrauch

                                          1 Reply Last reply Reply Quote 1
                                          • dslraser
                                            dslraser Forum Testing Most Active @Thomas Braun last edited by

                                            @thomas-braun
                                            ich meine mal irgendwo ein Geräte Limit gelesen zu haben, aber ich weiss nicht mehr wieviel das waren. Ich habe aktuell 245 Gerät in iot und alle funktionieren.

                                            Wenn die ganzen Debug-Leichen, die Du eigentlich in iot nicht willst, drinn sind/sein sollten, dann hast Du laut Log über 500 da drinn. Schau Dir doch mal so ein RAW von so einem angemeckerten tado an, ob da smartName drinn ist.

                                            Thomas Braun 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate
                                            FAQ Cloud / IOT
                                            HowTo: Node.js-Update
                                            HowTo: Backup/Restore
                                            Downloads
                                            BLOG

                                            970
                                            Online

                                            31.9k
                                            Users

                                            80.2k
                                            Topics

                                            1.3m
                                            Posts

                                            7
                                            83
                                            2886
                                            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