Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. IOT Adapter Gerät wurde nicht hinzugefügt

    NEWS

    • Wir empfehlen: Node.js 22.x

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker goes Matter ... Matter Adapter in Stable

    IOT Adapter Gerät wurde nicht hinzugefügt

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

      @worn sagte in IOT Adapter Gerät wurde nicht hinzugefügt:

      nicht mehr über eine GUI funktioniert, sondern nur noch über das JSON

      Weil GUIs doof sind. Immer. 😄

      wauzzi 1 Reply Last reply Reply Quote 1
      • wauzzi
        wauzzi @Thomas Braun last edited by

        @thomas-braun ich hatte das selbe Problem.
        Bei mir hat der Eintrag "native": {}, gefehlt.
        Danach ging es

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

          Hi, ich möchte gerne ein Datenpunkt von einem alten SONOS Play 5 bei Alexa Geräte im IOT hinzufügen. Dabei kommt die selbe Meldung "Gerät XYZ wurde nicht hinzugefügt"

          Hier ist der Datenpunkt:

          {
            "type": "state",
            "common": {
              "type": "boolean",
              "read": false,
              "write": true,
              "role": "button.play",
              "desc": "play",
              "name": "Play button"
            },
            "native": {},
            "_id": "sonos.0.root.192_168_1_92.play",
            "acl": {
              "object": 1636,
              "state": 1636,
              "owner": "system.user.admin",
              "ownerGroup": "system.group.administrator"
            },
            "from": "system.adapter.admin.0",
            "user": "system.user.admin",
            "ts": 1691160312609
          }
          

          Screenshot 2023-08-04 164729.png

          Hat jemand ein Tipp für mich?

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

            Bei mir helfen die oben genannten Lösungen nicht bzw. sind diese Infos in meinem Datenpunkt bereits vorhanden. Was übersehe ich hier?

            1 Reply Last reply Reply Quote 0
            • J
              jerzimeik last edited by

              Das gleich bei mir. "das Gerät wurde nicht hinzugefügt."

              Die oben beschriebenen Lösungen helfen nicht 😞

              {
                "type": "state",
                "common": {
                  "name": "data",
                  "role": "value",
                  "type": "number",
                  "read": true,
                  "write": false,
                  "alias": {
                    "id": "ebus.0.broadcast.messages.outsidetemp.fields.temp2.value"
                  },
                  "smartName": {
                    "de": "data"
                  }
                },
                "_id": "alias.0.Sensoren.Aussentemperatur",
                "native": {},
                "acl": {
                  "object": 1636,
                  "state": 1636,
                  "owner": "system.user.admin",
                  "ownerGroup": "system.group.administrator"
                },
                "from": "system.adapter.admin.0",
                "user": "system.user.admin",
                "ts": 1691398253609
              }
              
              D 1 Reply Last reply Reply Quote 0
              • D
                daniello @jerzimeik last edited by

                Dieses Problem versaut einem leider echt den Spass am iobroker - verfolgt mich schon ewig. Dann gibt es immer mal workarounds, die eine Zeit lang funktionieren .. jetzt nicht mehr 😞 Über eine Nachhaltige Lösung oder wenigstens einen Workaround, der zuverlässig funktioniert würde ich mich sehr freuen. Aktuell ist es dieser hier, der sich nicht als Alexa-Gerät einfügen lässt:

                {
                "type": "state",
                "common": {
                "name": "Open",
                "type": "boolean",
                "role": "button",
                "read": false,
                "write": true
                },
                "native": {},
                "_id": "shelly.0.SHSW-21#CC50E313572A#1.Shutter.Open",
                "acl": {
                "object": 1636,
                "state": 1636,
                "owner": "system.user.admin",
                "ownerGroup": "system.group.administrator"
                },
                "from": "system.adapter.admin.0",
                "user": "system.user.admin",
                "ts": 1692092905708
                }

                crunchip 3 Replies Last reply Reply Quote 0
                • crunchip
                  crunchip Forum Testing Most Active @daniello last edited by

                  @daniello sagte in IOT Adapter Gerät wurde nicht hinzugefügt:

                  "from": "system.adapter.admin.0",

                  bei mir steht da

                  "from": "system.adapter.shelly.0",
                  
                  D 1 Reply Last reply Reply Quote 0
                  • D
                    daniello @crunchip last edited by

                    @crunchip

                    danke .. dürfte ich das ganze Objekt mal sehen? Bei mir steht ja überall "admin". VG

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

                      @daniello der Rest passt ja, nur die 1ne Zeile nicht

                      {
                        "type": "state",
                        "common": {
                          "name": "Open",
                          "type": "boolean",
                          "role": "button",
                          "read": false,
                          "write": true
                        },
                        "native": {},
                        "from": "system.adapter.shelly.0",
                        "user": "system.user.admin",
                        "ts": 1692430665497,
                        "_id": "shelly.0.SHSW-25#312E2A#1.Shutter.Open",
                        "acl": {
                          "object": 1636,
                          "state": 1636,
                          "owner": "system.user.admin",
                          "ownerGroup": "system.group.administrator"
                        }
                      }
                      
                      D 1 Reply Last reply Reply Quote 0
                      • D
                        daniello @crunchip last edited by daniello

                        @crunchip

                        danke .. führt weiterhin zu:

                        Gerät shelly.0.SHSW-21#CC50E313572A#1.Shutter.Open wurde nicht hinzugefügt

                        im IOT-Adapter.

                        Edit:
                        Merke allerdings gerade, dass ich diesen Text nicht editieren .. kann bzw. dass die Editierung nicht gespeichert wird.
                        Also hab ich gar kein Testcase.

                        Edit2: Hatte auch schon alle Objekte neu generieren lassen .. steht aber bei mir noch immer "admin" statt "shelly".

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

                          @daniello ne das kannst du so nicht editieren, wird ja vom Adapter angelegt

                          so nebenbei, warum nimmst du denn nicht den Datenpunkt position

                          D 1 Reply Last reply Reply Quote 0
                          • D
                            daniello @crunchip last edited by

                            @crunchip

                            Wenn ich meine Gute-Nacht-Regel ausführe soll sichergestellt sein, dass die Markise drinne ist. Position würde auch gehen .. aber ist das eine Lösung? Sollte es nicht mit jedem Objekt funktionieren?

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

                              @daniello probier es mal so

                              {
                              "type": "state",
                              "common": {
                              "name": "Open",
                              "type": "boolean",
                              "role": "button",
                              "read": false,
                              "write": true,
                              "smartName": {
                                    "de": "Markise_auf"
                                  },
                              "custom": {
                                    "iot.0": {
                                      "smartName": {
                                        "de": "Markise_auf"
                                      }
                                    }
                                  }
                              },
                              "native": {},
                              "_id": "shelly.0.SHSW-21#CC50E313572A#1.Shutter.Open",
                              "acl": {
                              "object": 1636,
                              "state": 1636,
                              "owner": "system.user.admin",
                              "ownerGroup": "system.group.administrator"
                              },
                              "from": "system.adapter.admin.0",
                              "user": "system.user.admin",
                              "ts": 1692092905708
                              }
                              

                              zum ändern iobroker auf expertenmodus umschalten
                              iot und javascript Adapter danach neu starten

                              D 1 Reply Last reply Reply Quote 0
                              • D
                                daniello @crunchip last edited by

                                @crunchip

                                leider wieder:
                                Gerät shelly.0.SHSW-21#CC50E313572A#1.Shutter.Open wurde nicht hinzugefügt

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

                                  @daniello welche version hat dein iot adapter?

                                  1 Reply Last reply Reply Quote 0
                                  • D
                                    daniello last edited by

                                    @crunchip

                                    Der ist 2.0.11 .. ich war eine Zeit auf Beta-Repo .. und hab den deaktiviert weil der neue Host mir Ärger gemacht hat. Soll ich lieber die official installieren?

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

                                      @daniello ne, ist schon ok, andersrum hätte ich vorgeschlagen, diese version zu installieren

                                      hast du mal einen anderen DP testhalber probiert im iot anzulegen?

                                      D 1 Reply Last reply Reply Quote 0
                                      • D
                                        daniello @crunchip last edited by

                                        @crunchip

                                        die gehen z.B.

                                        ID: shelly.0.SHSW-21#CC50E313572A#1.Relay1.ButtonType
                                        ID: shelly.0.SHSW-21#CC50E313572A#1.Shutter.Position

                                        open und close beim shutter gehen nicht.

                                        Ich kann mir mit Position schon behelfen .. aber trotztdem schade.

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

                                          @daniello steht bei deinem shelly.postion auch die Zeile

                                          "from": "system.adapter.admin.0",
                                          
                                          crunchip 1 Reply Last reply Reply Quote 0
                                          • crunchip
                                            crunchip Forum Testing Most Active @daniello last edited by

                                            @daniello sagte in IOT Adapter Gerät wurde nicht hinzugefügt:

                                            aber trotztdem schade.

                                            du könntest dir alias anlegen und diese im iot einbinden

                                            D 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

                                            742
                                            Online

                                            32.0k
                                            Users

                                            80.4k
                                            Topics

                                            1.3m
                                            Posts

                                            9
                                            32
                                            3147
                                            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