Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. iot-Gerät per Alexa schalten

NEWS

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    16
    1
    478

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

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

iot-Gerät per Alexa schalten

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
83 Beiträge 7 Kommentatoren 5.2k Aufrufe 8 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • crunchipC crunchip

    @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:grin:

    Thomas BraunT Online
    Thomas BraunT Online
    Thomas Braun
    Most Active
    schrieb am zuletzt editiert von
    #54

    @crunchip

    Alexa, knipps xbox ein.

    Linux-Werkzeugkasten:
    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
    NodeJS Fixer Skript:
    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

    1 Antwort Letzte Antwort
    0
    • Thomas BraunT Thomas Braun

      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?

      dslraserD Offline
      dslraserD Offline
      dslraser
      Forum Testing Most Active
      schrieb am zuletzt editiert von
      #55

      @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 BraunT 1 Antwort Letzte Antwort
      0
      • dslraserD dslraser

        @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 BraunT Online
        Thomas BraunT Online
        Thomas Braun
        Most Active
        schrieb am zuletzt editiert von
        #56

        @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.

        Linux-Werkzeugkasten:
        https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
        NodeJS Fixer Skript:
        https://forum.iobroker.net/topic/68035/iob-node-fix-skript
        iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

        dslraserD 1 Antwort Letzte Antwort
        0
        • Thomas BraunT Thomas Braun

          @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.

          dslraserD Offline
          dslraserD Offline
          dslraser
          Forum Testing Most Active
          schrieb am zuletzt editiert von dslraser
          #57

          @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 BraunT 1 Antwort Letzte Antwort
          0
          • dslraserD 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 BraunT Online
            Thomas BraunT Online
            Thomas Braun
            Most Active
            schrieb am zuletzt editiert von
            #58

            @dslraser

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

            Linux-Werkzeugkasten:
            https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
            NodeJS Fixer Skript:
            https://forum.iobroker.net/topic/68035/iob-node-fix-skript
            iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

            dslraserD 1 Antwort Letzte Antwort
            0
            • Thomas BraunT Thomas Braun

              @dslraser

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

              dslraserD Offline
              dslraserD Offline
              dslraser
              Forum Testing Most Active
              schrieb am zuletzt editiert von
              #59

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

              Thomas BraunT 1 Antwort Letzte Antwort
              0
              • dslraserD dslraser

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

                Thomas BraunT Online
                Thomas BraunT Online
                Thomas Braun
                Most Active
                schrieb am zuletzt editiert von Thomas Braun
                #60

                @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.

                Linux-Werkzeugkasten:
                https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                NodeJS Fixer Skript:
                https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                dslraserD 1 Antwort Letzte Antwort
                0
                • Thomas BraunT 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.

                  dslraserD Offline
                  dslraserD Offline
                  dslraser
                  Forum Testing Most Active
                  schrieb am zuletzt editiert von dslraser
                  #61

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

                  Thomas BraunT 1 Antwort Letzte Antwort
                  0
                  • dslraserD dslraser

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

                    Thomas BraunT Online
                    Thomas BraunT Online
                    Thomas Braun
                    Most Active
                    schrieb am zuletzt editiert von
                    #62

                    @dslraser

                    Natürlich:

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

                    Ist der vom Blockly angelegte DP.

                    Linux-Werkzeugkasten:
                    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                    NodeJS Fixer Skript:
                    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                    dslraserD 1 Antwort Letzte Antwort
                    0
                    • Thomas BraunT Thomas Braun

                      @dslraser

                      Natürlich:

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

                      Ist der vom Blockly angelegte DP.

                      dslraserD Offline
                      dslraserD Offline
                      dslraser
                      Forum Testing Most Active
                      schrieb am zuletzt editiert von dslraser
                      #63

                      @thomas-braun

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

                      Thomas BraunT 1 Antwort Letzte Antwort
                      0
                      • dslraserD dslraser

                        @thomas-braun

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

                        Thomas BraunT Online
                        Thomas BraunT Online
                        Thomas Braun
                        Most Active
                        schrieb am zuletzt editiert von
                        #64

                        @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.

                        Linux-Werkzeugkasten:
                        https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                        NodeJS Fixer Skript:
                        https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                        iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                        dslraserD 1 Antwort Letzte Antwort
                        0
                        • Thomas BraunT Thomas Braun

                          @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.

                          dslraserD Offline
                          dslraserD Offline
                          dslraser
                          Forum Testing Most Active
                          schrieb am zuletzt editiert von
                          #65

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

                          Thomas BraunT 1 Antwort Letzte Antwort
                          0
                          • dslraserD dslraser

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

                            Thomas BraunT Online
                            Thomas BraunT Online
                            Thomas Braun
                            Most Active
                            schrieb am zuletzt editiert von
                            #66

                            @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.
                            

                            Linux-Werkzeugkasten:
                            https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                            NodeJS Fixer Skript:
                            https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                            iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                            crunchipC dslraserD 2 Antworten Letzte Antwort
                            0
                            • Thomas BraunT Thomas Braun

                              @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.
                              
                              crunchipC Abwesend
                              crunchipC Abwesend
                              crunchip
                              Forum Testing Most Active
                              schrieb am zuletzt editiert von
                              #67

                              @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

                              umgestiegen von Proxmox auf Unraid

                              Thomas BraunT 1 Antwort Letzte Antwort
                              0
                              • crunchipC crunchip

                                @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 BraunT Online
                                Thomas BraunT Online
                                Thomas Braun
                                Most Active
                                schrieb am zuletzt editiert von Thomas Braun
                                #68

                                @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.

                                Linux-Werkzeugkasten:
                                https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                NodeJS Fixer Skript:
                                https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                1 Antwort Letzte Antwort
                                0
                                • Thomas BraunT Thomas Braun

                                  @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.
                                  
                                  dslraserD Offline
                                  dslraserD Offline
                                  dslraser
                                  Forum Testing Most Active
                                  schrieb am zuletzt editiert von
                                  #69

                                  @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 BraunT crunchipC 2 Antworten Letzte Antwort
                                  0
                                  • dslraserD dslraser

                                    @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 BraunT Online
                                    Thomas BraunT Online
                                    Thomas Braun
                                    Most Active
                                    schrieb am zuletzt editiert von
                                    #70

                                    @dslraser

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

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

                                    Linux-Werkzeugkasten:
                                    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                    NodeJS Fixer Skript:
                                    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                    dslraserD 1 Antwort Letzte Antwort
                                    0
                                    • dslraserD dslraser

                                      @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.

                                      crunchipC Abwesend
                                      crunchipC Abwesend
                                      crunchip
                                      Forum Testing Most Active
                                      schrieb am zuletzt editiert von
                                      #71

                                      @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

                                      umgestiegen von Proxmox auf Unraid

                                      1 Antwort Letzte Antwort
                                      1
                                      • Thomas BraunT Thomas Braun

                                        @dslraser

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

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

                                        dslraserD Offline
                                        dslraserD Offline
                                        dslraser
                                        Forum Testing Most Active
                                        schrieb am zuletzt editiert von
                                        #72

                                        @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 BraunT 1 Antwort Letzte Antwort
                                        0
                                        • dslraserD dslraser

                                          @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 BraunT Online
                                          Thomas BraunT Online
                                          Thomas Braun
                                          Most Active
                                          schrieb am zuletzt editiert von
                                          #73

                                          @dslraser

                                          So ein Bengel schaut z. B. so aus:

                                          {
                                            "type": "state",
                                            "common": {
                                              "modify": "",
                                              "name": "Duration In Seconds",
                                              "type": "number",
                                              "role": "value",
                                              "read": true,
                                              "unit": "s",
                                              "write": true,
                                              "states": ""
                                            },
                                            "from": "system.adapter.tado.0",
                                            "user": "system.user.admin",
                                            "ts": 1643392230506,
                                            "_id": "tado.0.109324.Rooms.3.overlay.termination.durationInSeconds",
                                            "acl": {
                                              "object": 1636,
                                              "state": 1636,
                                              "owner": "system.user.admin",
                                              "ownerGroup": "system.group.administrator"
                                            }
                                          }
                                          

                                          Linux-Werkzeugkasten:
                                          https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                          NodeJS Fixer Skript:
                                          https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                          iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                          dslraserD 1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

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

                                          830

                                          Online

                                          32.5k

                                          Benutzer

                                          81.6k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe