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.
    • 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
                              • Winni
                                Winni @Latzi last edited by Winni

                                @latzi vielleicht hilft dir dasA1Z.png

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

                                Support us

                                ioBroker
                                Community Adapters
                                Donate

                                711
                                Online

                                31.7k
                                Users

                                79.9k
                                Topics

                                1.3m
                                Posts

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