Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Cloud Dienste
    4. kan keine Datenpunkte in Alexa IoT Adapter hinzufügen

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    kan keine Datenpunkte in Alexa IoT Adapter hinzufügen

    This topic has been deleted. Only users with topic management privileges can see it.
    • O
      oFbEQnpoLKKl6mbY5e13 @Venjacob last edited by

      @venjacob

      "native": {},

      hinzufügen

      V B 2 Replies Last reply Reply Quote 0
      • V
        Venjacob @oFbEQnpoLKKl6mbY5e13 last edited by

        @ofbeqnpolkkl6mby5e13
        Ja danke
        Ich habe das Problem mit "nativ" gelößt

        1 Reply Last reply Reply Quote 0
        • B
          biker1602 @oFbEQnpoLKKl6mbY5e13 last edited by

          @ofbeqnpolkkl6mby5e13 said in kan keine Datenpunkte in Alexa IoT Adapter hinzufügen:

          @venjacob

          "native": {},

          hinzufügen

          Ich habe das gleiche Problem bei mir steht aber schon native drin. Trotzdem wird der Datenpunkt nicht hinzugefügt. Woran kann das liegen.

          {
            "common": {
              "alias": {
                "id": "zigbee.0.00158d0006269819.click"
              },
              "name": "click",
              "role": "button",
              "type": "boolean",
              "read": true,
              "write": false
            },
            "native": {},
            "type": "state",
            "_id": "alias.0.Button Fernseher Toshiba.click",
            "acl": {
              "object": 1636,
              "state": 1636,
              "owner": "system.user.admin",
              "ownerGroup": "system.group.administrator"
            },
            "from": "system.adapter.admin.0",
            "user": "system.user.admin",
            "ts": 1667899286571
          }
          
          crunchip 1 Reply Last reply Reply Quote 0
          • crunchip
            crunchip Forum Testing Most Active @biker1602 last edited by

            @biker1602 füge mal zwischen Zeile 10 und 11 den smartName mit ein

            {
              "common": {
                "alias": {
                  "id": "zigbee.0.00158d0006269819.click"
                },
                "name": "click",
                "role": "button",
                "type": "boolean",
                "read": true,
                "write": false,
                "def": false,
                "smartName": {
                  "de": "wiederdatenpunktheissensoll"
                }
              },
              "native": {},
              "type": "state",
              "_id": "alias.0.Button Fernseher Toshiba.click",
              "acl": {
                "object": 1636,
                "state": 1636,
                "owner": "system.user.admin",
                "ownerGroup": "system.group.administrator"
              },
              "from": "system.adapter.admin.0",
              "user": "system.user.admin",
              "ts": 1667899286571
            }
            
            B 1 Reply Last reply Reply Quote 0
            • B
              biker1602 @crunchip last edited by

              @crunchip
              Das ist ja ein Phänomen
              ich habe alles eingetragen wie du beschrieben hast.
              Abgespeichert

              {
                "common": {
                  "alias": {
                    "id": "zigbee.0.00158d0006269819.click"
                  },
                  "name": "click",
                  "role": "button",
                  "type": "boolean",
                  "read": true,
                  "write": false,
                  "def": false,
                  "smartName": {
                    "de": "Toshiba an"
                  }
                },
                "native": {},
                "type": "state",
                "_id": "alias.0.Button Fernseher Toshiba.click",
                "acl": {
                  "object": 1636,
                  "state": 1636,
                  "owner": "system.user.admin",
                  "ownerGroup": "system.group.administrator"
                },
                "from": "system.adapter.admin.0",
                "user": "system.user.admin",
                "ts": 1667902197676
              }
              

              Danach in den iOT Adapter wieder auf hinzufügen gegangen und es kam die gleiche Fehlermeldung das der Punkt nicht angelegt werden kann.
              Ich gehe nochmal in den Datenpunkt und es ist wieder alles gelöscht bis auf "def" ist geblieben.

              {
                "common": {
                  "alias": {
                    "id": "zigbee.0.00158d0006269819.click"
                  },
                  "name": "click",
                  "role": "button",
                  "type": "boolean",
                  "read": true,
                  "write": false,
                  "def": false
                },
                "native": {},
                "type": "state",
                "_id": "alias.0.Button Fernseher Toshiba.click",
                "acl": {
                  "object": 1636,
                  "state": 1636,
                  "owner": "system.user.admin",
                  "ownerGroup": "system.group.administrator"
                },
                "from": "system.adapter.admin.0",
                "user": "system.user.admin",
                "ts": 1667902305810
              }
              

              Mache ich da etwas verkehrt? Ich habe es 3-mal gemacht, weil ich schon an mir gezweifelt habe, dass ich nach der Änderung nicht auf "schreiben" gegangen bin, aber alles gemacht.

              crunchip F 2 Replies Last reply Reply Quote 0
              • crunchip
                crunchip Forum Testing Most Active @biker1602 last edited by

                @biker1602 mit dem Eintrag ist es eigentlich automatisch im iot, möglicherweise liegt es dann wohl an deinem alias
                wenn ich einen DP anlege geht es in dem Fall sogar ohne das "nativ"

                {
                  "common": {
                    "name": "test",
                    "desc": "Manuell erzeugt",
                    "role": "state",
                    "type": "number",
                    "read": true,
                    "write": true,
                    "def": 0,
                    "smartName": {
                      "de": "test"
                    }
                  },
                  "type": "state",
                  "_id": "0_userdata.0.test",
                  "acl": {
                    "object": 1636,
                    "state": 1636,
                    "owner": "system.user.admin",
                    "ownerGroup": "system.group.administrator"
                  },
                  "from": "system.adapter.admin.0",
                  "user": "system.user.admin",
                  "ts": 1640026813917
                }
                
                1 Reply Last reply Reply Quote 0
                • F
                  frankyboy73 @biker1602 last edited by

                  @biker1602 Hi, das könnte eventuell damit zusammenhängen, das "write" auf false steht, du kannst diesen Datenpunkt nicht beschreiben.

                  B 1 Reply Last reply Reply Quote 0
                  • B
                    biker1602 @frankyboy73 last edited by

                    @frankyboy73
                    Ich habe "write" auf true gesetzt, aber es ist das Gleiche. Ich kann es einfügen auf schreiben klicken, das Fenster wird geschlossen, wenn ich es wieder aufrufe, ist es auch noch drin. Erst nachdem ich den Datenpunkt im iOT Adapter versucht habe hinzuzufügen, ist er weg.

                    v522533 crunchip 2 Replies Last reply Reply Quote 0
                    • v522533
                      v522533 @biker1602 last edited by

                      @biker1602
                      wenn du den Smart Namen eingegeben hast, musst du nichts mehr im iot hinzufügen, das geschieht automatisch durch Eingabe von

                      "smartName": "...",
                      

                      Danach sollte Alexa deinen Datenpunkt finden.

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

                        @biker1602 sagte in kan keine Datenpunkte in Alexa IoT Adapter hinzufügen:

                        Erst nachdem ich den Datenpunkt im iOT Adapter versucht habe hinzuzufügen

                        @crunchip sagte in kan keine Datenpunkte in Alexa IoT Adapter hinzufügen:

                        mit dem Eintrag ist es eigentlich automatisch im iot

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

                        Support us

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

                        690
                        Online

                        31.9k
                        Users

                        80.1k
                        Topics

                        1.3m
                        Posts

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