Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Cloud Dienste
    4. [gelöst] Datenpunkt lässt sich nicht in iot 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

    [gelöst] Datenpunkt lässt sich nicht in iot hinzufügen

    This topic has been deleted. Only users with topic management privileges can see it.
    • ThomasM
      ThomasM @haselchen last edited by

      @haselchen

      {
        "common": {
          "name": "Heizung Automodus",
          "desc": "Manuell erzeugt",
          "role": "switch",
          "type": "boolean",
          "read": true,
          "write": true,
          "def": false,
          "custom": {
            "iot.0": {
              "smartName": {
                "de": "Heizung Automodus"
              }
            }
          }
        },
        "type": "state",
        "_id": "0_userdata.0.Szenen.Heizung_Automodus",
        "acl": {
          "object": 1636,
          "state": 1636,
          "owner": "system.user.iobadm",
          "ownerGroup": "system.group.administrator"
        },
        "from": "system.adapter.admin.0",
        "user": "system.user.iobadm",
        "ts": 1639321657859
      }
      
      haselchen crunchip 2 Replies Last reply Reply Quote 0
      • Homoran
        Homoran Global Moderator Administrators @ThomasM last edited by

        @thomasm sagte in Datenpunkt lässt sich nicht in iot hinzufügen:

        sorry, was meinst du mit RAW?

        in Admin v5 heisst das jetzt "Objektdaten"

        1 Reply Last reply Reply Quote 0
        • haselchen
          haselchen Most Active last edited by

          @homoran

          Hilf mir mal auf die Sprünge.
          Meine Idee ist, den SmartNamen in die RAW einzutragen.
          Ich finde den Thread nicht mehr dazu.
          Vielleicht kannst du dem TE helfen was da nachzutragen ist.
          Das war meine vage Idee , dass es dann im IOT angezeigt wird.

          Homoran 1 Reply Last reply Reply Quote 0
          • Homoran
            Homoran Global Moderator Administrators @haselchen last edited by

            @haselchen sagte in Datenpunkt lässt sich nicht in iot hinzufügen:

            Meine Idee ist, den SmartNamen in die RAW einzutragen.
            Ich finde den Thread nicht mehr dazu.

            Sorry, ich nutze keine Spione im Haus.

            Ja, da war was
            nein, ich weiß auch nicht mehr wo

            1 Reply Last reply Reply Quote 0
            • haselchen
              haselchen Most Active @ThomasM last edited by

              @thomasm

              "smartName": {
              "de": "Heizung Automodus",
              "smartType": "SWITCH"

              Versuch das mal einzufügen/zu ersetzen.
              Und dann nochmal mit dem IOT versuchen.
              Eventuell auch vorher nochmal nen reboot.

              ThomasM 1 Reply Last reply Reply Quote 0
              • ThomasM
                ThomasM @haselchen last edited by ThomasM

                @haselchen sagte in Datenpunkt lässt sich nicht in iot hinzufügen:

                "smartName": {
                "de": "Heizung Automodus",
                "smartType": "SWITCH"

                Habe die Änderungen gemacht und den iobroker neu gestartet. Danach versucht den Datenpunkt in iot einzubinden.

                Ist leider das gleiche Problem ( Gerät 0_userdata.0.Szenen.HeizungAutomodus wurde nicht hinzugefügt) ;-(

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

                  @thomasm es fehlt bei userdata.0 Datenpunkte

                  "native": {},
                  
                  ThomasM 1 Reply Last reply Reply Quote 1
                  • ThomasM
                    ThomasM @crunchip last edited by

                    @crunchip
                    an welcher Stelle ist das genau einzupflegen?

                    {
                      "common": {
                        "name": "HeizungAutomodus",
                        "desc": "Manuell erzeugt",
                        "role": "switch",
                        "type": "boolean",
                        "read": true,
                        "write": true,
                        "def": false,
                        "custom": {
                          "iot.0": {
                            "smartName": {
                              "de": "HeizungAutomodus",
                              "smartType": "SWITCH"
                            }
                          }
                        }
                      },
                      "type": "state",
                      "_id": "0_userdata.0.Szenen.HeizungAutomodus",
                      "acl": {
                        "object": 1636,
                        "state": 1636,
                        "owner": "system.user.iobadm",
                        "ownerGroup": "system.group.administrator"
                      },
                      "from": "system.adapter.admin.0",
                      "user": "system.user.iobadm",
                      "ts": 1639324685564
                    }
                    
                    crunchip 1 Reply Last reply Reply Quote 0
                    • crunchip
                      crunchip Forum Testing Most Active @ThomasM last edited by

                      @thomasm im unteren Teil

                      {
                        "_id": "sonoff.0.Buerolicht.POWER",
                        "common": {
                          "type": "boolean",
                          "role": "switch",
                          "read": true,
                          "write": true,
                          "storeMap": true,
                          "name": "Buerolicht POWER",
                          "custom": {
                            "virtualpowermeter.0": {
                              "idEnergyPower": "buero_Power",
                              "idEnergyTotal": "buero_Total",
                              "inverted": false,
                              "group": "Licht",
                              "maxpower": 18,
                              "enabled": true,
                              "idOptionalSwitch": "",
                              "DPDestination": "inGroup"
                            }
                          },
                          "smartName": {
                            "de": "Bürolicht"
                          }
                        },
                        "native": {},
                        "type": "state",
                        "acl": {
                          "object": 1636,
                          "state": 1636,
                          "owner": "system.user.admin",
                          "ownerGroup": "system.group.administrator"
                        },
                        "from": "system.adapter.admin.0",
                        "user": "system.user.admin",
                        "ts": 1624607194274
                      }
                      
                      ThomasM 1 Reply Last reply Reply Quote 0
                      • ThomasM
                        ThomasM @crunchip last edited by ThomasM

                        @crunchip
                        Habe ich geändert nach deinem Beispiel.

                        Uns es geht.

                        DANKE

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

                          @thomasm ist auch ok

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

                            @crunchip

                            Letzte Frage noch: wie klann ich diesen Task als gelöst kennzeichnen?

                            Meister Mopper 1 Reply Last reply Reply Quote 0
                            • Meister Mopper
                              Meister Mopper @ThomasM last edited by

                              @thomasm sagte in Datenpunkt lässt sich nicht in iot hinzufügen:

                              Letzte Frage noch: wie klann ich diesen Task als gelöst kennzeichnen?

                              In Deinem ersten Beitrag den Titel ändern ([gelöst] voranstellen).

                              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

                              536
                              Online

                              31.9k
                              Users

                              80.1k
                              Topics

                              1.3m
                              Posts

                              5
                              17
                              429
                              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