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.
    • 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
                                    • D
                                      daniello @crunchip last edited by

                                      @crunchip

                                      Ja .. das würde auch gehen .. aber gibt es keinen Dev, der daran interessiert wäre das Problem zu beseitigen?

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

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

                                        @daniello steht bei deinem shelly.postion auch die Zeile

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

                                        die Antwort steht noch aus

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

                                        das Problem zu beseitigen?

                                        alternativ würde ich den shelly mal aus den Objekten löschen und neu anlegen lassen

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

                                          @crunchip

                                          @crunchip

                                          ich hatte zumindest alle Shelly-Objekte neu generieren lassen .. aber iot nach shelly hab ich noch nicht untersucht .. hier mein "Position" ...

                                          {
                                          "type": "state",
                                          "common": {
                                          "name": "Position",
                                          "type": "number",
                                          "role": "level.blind",
                                          "read": true,
                                          "write": true,
                                          "unit": "%",
                                          "smartName": {
                                          "de": "Markise Position"
                                          }
                                          },
                                          "native": {},
                                          "_id": "shelly.0.SHSW-21#CC50E313572A#1.Shutter.Position",
                                          "acl": {
                                          "object": 1636,
                                          "state": 1636,
                                          "owner": "system.user.admin",
                                          "ownerGroup": "system.group.administrator"
                                          },
                                          "from": "system.adapter.admin.0",
                                          "user": "system.user.admin",
                                          "ts": 1692551647278
                                          }

                                          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:

                                            "read": false,

                                            das ist dein Fehler, setz dies mal auf true

                                            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

                                            848
                                            Online

                                            32.0k
                                            Users

                                            80.4k
                                            Topics

                                            1.3m
                                            Posts

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