Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Hardware
    4. [Erledigt]Zigbee Steckdose NOUS A1Z testen

    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

    [Erledigt]Zigbee Steckdose NOUS A1Z testen

    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      MP_Trixi @arteck last edited by MP_Trixi

      @arteck
      ja, irgendwie strange. Evtl. hat halt die eine Macke. Habe sie nochmals gelöscht (mit Option erzwungen) und neu verbunden. Log sieht wieder gut aus:

      zigbee.0
      2023-07-26 15:05:07.971	info	Zigbee: stop joining
      zigbee.0
      2023-07-26 15:04:11.002	info	DeviceConfigure successful 0xa4c138394267e33d TS011F
      zigbee.0
      2023-07-26 15:04:09.494	info	Configuring 0xa4c138394267e33d TS011F
      zigbee.0
      2023-07-26 15:04:09.492	info	Device '0xa4c138394267e33d' is supported, identified as: Nous Smart plug (with power monitoring) (A1Z)
      zigbee.0
      2023-07-26 15:04:09.491	info	Successfully interviewed '0xa4c138394267e33d', device has successfully been paired
      zigbee.0
      2023-07-26 15:04:08.273	warn	Device '0xa4c138394267e33d' announced itself
      zigbee.0
      2023-07-26 15:04:08.213	info	Starting interview of '0xa4c138394267e33d'
      

      Im der GUI sind die Objekte da (wobei im vergleich zu allen anderen ohne Type "Device" (liegt es daran?) und sie lässt sich darüber schalten:
      aa142910-6e3e-4ba7-844f-eea00df1d6b2-image.png

      Die Kachel im Adapter ist aber immer noch undefined. Hab ich da irgendwo noch Müll stehen, den ich auf Consolenebene beheben kann (mir ist aufgefallen, dass wenn mein ein Device löscht und neu verbindet die alten geänderten Infos wie Name wiederhergestellt werden - das muss er ja von irgendwo her nehmen). Kann ich also die DeviceID komplett löschen/"unbekannt" machen?

      arteck 1 Reply Last reply Reply Quote 0
      • arteck
        arteck Developer Most Active @MP_Trixi last edited by

        @mp_trixi zeig mir mal das raw object von der dose

        f4c12c8b-85f5-4577-a680-4cb8f412801b-grafik.png

        da hinten auf den Stift klicken

        M 1 Reply Last reply Reply Quote 0
        • M
          MP_Trixi @arteck last edited by MP_Trixi

          @arteck
          das?

          {
            "common": {
              "type": "A1Z",
              "icon": "img/A1Z.png",
              "color": null,
              "statusStates": {
                "onlineId": "zigbee.0.a4c138394267e33d.available"
              }
            },
            "from": "system.adapter.zigbee.0",
            "user": "system.user.admin",
            "ts": 1689769286791,
            "_id": "zigbee.0.a4c138394267e33d",
            "acl": {
              "object": 1636,
              "owner": "system.user.admin",
              "ownerGroup": "system.group.administrator"
            }
          }
          

          Im Vergleich eine die geht:

          {
            "type": "device",
            "common": {
              "name": "Nou SPZ02 Waschkueche WLAN",
              "type": "A1Z",
              "icon": "img/A1Z.png",
              "color": null,
              "statusStates": {
                "onlineId": "zigbee.0.a4c1388c67dcc204.available"
              }
            },
            "native": {
              "id": "a4c1388c67dcc204"
            },
            "from": "system.adapter.zigbee.0",
            "user": "system.user.admin",
            "ts": 1690378843294,
            "_id": "zigbee.0.a4c1388c67dcc204",
            "acl": {
              "object": 1636,
              "owner": "system.user.admin",
              "ownerGroup": "system.group.administrator"
            }
          }
          
          arteck 1 Reply Last reply Reply Quote 0
          • arteck
            arteck Developer Most Active @MP_Trixi last edited by arteck

            @mp_trixi sagte in [Erledigt]Zigbee Steckdose NOUS A1Z testen:

            "type": "device",

            hab mir schon gedacht

            schreibe bitte

            "type": "device",
            

            vor dem common

            in die Dose die nicht geht rein.. kein Plan warum der die so angelegt hat..

            M 1 Reply Last reply Reply Quote 0
            • M
              MP_Trixi @arteck last edited by

              @arteck
              mach ich,

              das

              "native": {
                  "id": 
              

              zwischen den Blöcken brauche ich nicht?

              arteck 1 Reply Last reply Reply Quote 0
              • arteck
                arteck Developer Most Active @MP_Trixi last edited by

                @mp_trixi kannst du auch dann aber so

                "native": {  },
                
                M 1 Reply Last reply Reply Quote 0
                • M
                  MP_Trixi @arteck last edited by

                  @arteck
                  guckst du da:
                  9911b369-c05f-4439-b576-970cffaabfbd-image.png
                  😊

                  würde dann so ergänzen:

                  "native": {
                      "id": "a4c138394267e33d"
                    },
                  
                  arteck 1 Reply Last reply Reply Quote 0
                  • arteck
                    arteck Developer Most Active @MP_Trixi last edited by

                    @mp_trixi ja kannst du

                    M Latzi 2 Replies Last reply Reply Quote 0
                    • M
                      MP_Trixi @arteck last edited by

                      @arteck
                      danke dir
                      sieht jetzt so aus:

                      {
                        "type": "device",
                        "common": {
                          "type": "A1Z",
                          "icon": "img/A1Z.png",
                          "color": null,
                          "statusStates": {
                            "onlineId": "zigbee.0.a4c138394267e33d.available"
                          },
                          "name": "Nou SPZ03 Bro Geraete"
                        },
                        "native": {
                          "id": "a4c138394267e33d"
                        },
                        "_id": "zigbee.0.a4c138394267e33d",
                        "acl": {
                          "object": 1636,
                          "owner": "system.user.admin",
                          "ownerGroup": "system.group.administrator"
                        },
                        "from": "system.adapter.zigbee.0",
                        "user": "system.user.admin",
                        "ts": 1690384602537
                      }
                      

                      in der GUI (die 03er ist diejenige welche. Die 02 ging schon vorher):
                      53c7a8cc-c789-492e-90fa-23c68122ed0e-image.png

                      Da kann ich jetzt noch nicht den Recover state und den LED indicator mode konfigurieren. Bekomme ich das auch noch hin?

                      1 Reply Last reply Reply Quote 0
                      • Latzi
                        Latzi @arteck last edited by Latzi

                        @arteck
                        hmm, bei meiner git-Version des Adapters steht as icon im RAW

                        "icon": "img/1AZ.png"
                        

                        (also nicht A1Z, wie oben) und das Bild ist scheinbar nicht lesbar (trotz upload) und sieht so aus:
                        abc01415-4b43-4a66-aad6-086ee88b1d96-grafik.png
                        das png-file ist aber im Verzeichnis enthalten:

                        latzi@ioBroker:/opt/iobroker/iobroker-data/files/zigbee.admin/img$ ls -l 1A*
                        -rw-rwxr--+ 1 iobroker iobroker 2372 26. Jul 20:07 1AZ.png
                        
                        arteck 1 Reply Last reply Reply Quote 0
                        • arteck
                          arteck Developer Most Active @Latzi last edited by

                          @latzi dann schau in das raw objekt und korrigiere es da

                          Latzi 1 Reply Last reply Reply Quote 0
                          • Latzi
                            Latzi @arteck last edited by

                            @arteck
                            ich hab aber kein Bild vom A1Z im img-Verzeichnis das dargestellt werden kann. 1AZ ist nicht darstellbar und A1Z gibt es nicht. Was soll ich im RAW-Objekt korrigieren?

                            arteck 1 Reply Last reply Reply Quote 0
                            • arteck
                              arteck Developer Most Active @Latzi last edited by arteck

                              @latzi du hast doch hier die Bilder

                              schaun in RAW object von der steckdose und kopier es nach der die nicht geht

                              "icon": "img/A1Z.png",
                              

                              danach nochmal upload

                              Latzi 1 Reply Last reply Reply Quote 0
                              • Latzi
                                Latzi @arteck last edited by

                                @arteck
                                nach dem upload wird im RAW "automatisch" von

                                "icon": "img/A1Z.png", 
                                

                                auf

                                "icon": "img/1AZ.png", 
                                

                                geändert und es wird nichts angezeigt. Ich glaube, dass es an der A1Z.png liegt (nicht darstellbar)

                                arteck 1 Reply Last reply Reply Quote 0
                                • arteck
                                  arteck Developer Most Active @Latzi last edited by arteck

                                  @latzi zeigmal das jetzige RAW object von der Dose

                                  Latzi 1 Reply Last reply Reply Quote 0
                                  • Latzi
                                    Latzi @arteck last edited by

                                    @arteck
                                    bitte sehr ...

                                    {
                                      "type": "device",
                                      "common": {
                                        "name": "Nous A1Z Waschmaschine TS011F_plug_1",
                                        "type": "1AZ",
                                        "icon": "img/1AZ.png",
                                        "color": null,
                                        "statusStates": {
                                          "onlineId": "zigbee.0.a4c138881bae4f17.available"
                                        }
                                      },
                                      "native": {
                                        "id": "a4c138881bae4f17"
                                      },
                                      "from": "system.adapter.zigbee.0",
                                      "user": "system.user.admin",
                                      "ts": 1690435067810,
                                      "_id": "zigbee.0.a4c138881bae4f17",
                                      "acl": {
                                        "object": 1638,
                                        "owner": "system.user.admin",
                                        "ownerGroup": "system.group.administrator"
                                      }
                                    }
                                    
                                    arteck 1 Reply Last reply Reply Quote 0
                                    • arteck
                                      arteck Developer Most Active @Latzi last edited by

                                      @latzi sagte in [Erledigt]Zigbee Steckdose NOUS A1Z testen:

                                      "type": "1AZ",

                                      ah komm... der type stimmt nicht.... schreib den mal richtig dann klappst auch mit dem Bild

                                      Latzi 1 Reply Last reply Reply Quote 0
                                      • Latzi
                                        Latzi @arteck last edited by Latzi

                                        @arteck
                                        hatte ich schon gemacht, klappt nicht, RAW wird wieder geändert (steht wieder 1AZ drin) nach dem upload und Adapterstart 😞

                                        Edit:

                                        Die Dinger werden so erkannt: 1AZ

                                        2023-07-27 08:03:00.861 - info: zigbee.0 (2456243) 0xa4c1384d2dd219fb (addr 24269): 1AZ - Moes Smart plug (with power monitoring) (Router)
                                        2023-07-27 08:03:00.862 - info: zigbee.0 (2456243) 0xa4c138881bae4f17 (addr 61921): 1AZ - Moes Smart plug (with power monitoring) (Router)
                                        
                                        arteck 1 Reply Last reply Reply Quote 0
                                        • arteck
                                          arteck Developer Most Active @Latzi last edited by arteck

                                          @latzi dann kopier das bild

                                          img/A1Z.png nach img/1AZ.png

                                          upload noch dem copy

                                          Latzi 1 Reply Last reply Reply Quote 0
                                          • Latzi
                                            Latzi @arteck last edited by

                                            @arteck
                                            woher bekomme ich das Bild A1Z.png? im Verzeichnis /opt/iobroker/iobroker-data/files/zigbee.admin/img hab ich nur das defekte 1AZ.png

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            695
                                            Online

                                            31.9k
                                            Users

                                            80.2k
                                            Topics

                                            1.3m
                                            Posts

                                            5
                                            41
                                            2500
                                            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