Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. Test adapter ZWave2 (v0.9.x)

    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

    Test adapter ZWave2 (v0.9.x)

    This topic has been deleted. Only users with topic management privileges can see it.
    • AlCalzone
      AlCalzone Developer @maloross last edited by

      @maloross Laut Log wird nur ein partielles Interview gemacht - da sind noch defekte Informationen im Cache. Bitte Cache leeren und nochmal probieren.

      maloross 1 Reply Last reply Reply Quote 1
      • maloross
        maloross @AlCalzone last edited by

        @AlCalzone hat auch nichts geändert. Nach wie vor werden die Datenpunkte nicht alle korrekt erstellt. Da es sich um einen Double Switch handelt, müssten unter Binary Switch für jeden der beiden die entsprechenden Datenpunkte erstellt werden.
        Ich habe noch den Fibaro FGS213 Switch, ebenfalls ein Double Switch, da wird alles korrekt erstellt.
        Ich werde den Adapter deinstalieren, ggf. alte Dateien entfernen und noch mal neu aufsetzen.

        arteck AlCalzone 2 Replies Last reply Reply Quote 0
        • arteck
          arteck Developer Most Active @maloross last edited by

          @maloross der FGS213 ist ein single switch...

          maloross 1 Reply Last reply Reply Quote 0
          • G
            Gabe last edited by Gabe

            Hi zusammen ich bin gerade etwas am Adapter ausprobieren und soweit mehr als zufrieden, also erstmal großen Dank...

            Ich habe mir von Neo Coolcam einen 2CH Switch bestellt, dass inkludieren funktioneirt auch ohne Probleme und er erkennt den Switch. Leider funktioniert immer nur eine Richtung des Switches. Die andere Richtung bekomme ich nicht angesteuert

            B66F58C6-E3D1-4FA5-8510-A656F9A4ACEE.jpeg

            Right funktioniert, aber left nicht (nicht wundern das dort null steht, habe verschiedenes ausprobiert).

            Hat da jemand eine Idee was ich machen kann?

            Habe das jetzt im iobroker log gefunden

            zwave2.0 2020-02-04 10:29:31.110 error (24218) Multilevel Switch: "Right" must be of type "number", received "string"

            AlCalzone 1 Reply Last reply Reply Quote 0
            • AlCalzone
              AlCalzone Developer @maloross last edited by

              @maloross Neuinstallation sollte nicht notwendig sein. Hilfreicher wäre die Erstellung eines Logs nach dem Löschen des Caches, um zu sehen woran es noch hängt.

              1 Reply Last reply Reply Quote 0
              • AlCalzone
                AlCalzone Developer @Gabe last edited by

                @Gabe sagte in Test adapter ZWave2 (v0.9.x):

                Multilevel Switch: "Right" must be of type "number", received "string"

                Wie steuerst du das an? Eigentlich müssten da Häkchen sein.
                Zeig mir bitte mal die Definition der beiden ioBroker-Objekte (auf den Bleistift klicken -> Reiter Raw)

                G 2 Replies Last reply Reply Quote 0
                • maloross
                  maloross @arteck last edited by

                  @arteck sorry, bin mit den Unterschieden nicht so vertraut.

                  so wird mir das angezeigt:
                  6f89b91c-55f6-459d-9af9-de1f44baf03b-image.png

                  diese DP werden angelegt
                  41fc41c4-32e4-4c1c-b7db-53bb431c01b0-image.png

                  bestellt und eingebaut FIBARO FIBEFGS-223 Double Switch 2.

                  AlCalzone R 2 Replies Last reply Reply Quote 0
                  • AlCalzone
                    AlCalzone Developer @maloross last edited by

                    @maloross sagte in Test adapter ZWave2 (v0.9.x):

                    bestellt und eingebaut FIBARO FIBEFGS-223 Double Switch 2.

                    Dann könnte es sein, dass die Konfigurationsdatei falsch zugeordnet ist. Zeig mir bitte mal die Objektdefinition von Node_016 (Bleistift -> Reiter Raw).

                    maloross 1 Reply Last reply Reply Quote 0
                    • maloross
                      maloross @AlCalzone last edited by maloross

                      @AlCalzone diese?

                      EDIT: steht im alten Adapter aber genauso, scheint vll ein generelles Problem zu sein.

                      {
                        "from": "system.adapter.zwave2.0",
                        "user": "system.user.admin",
                        "ts": 1580801310146,
                        "common": {
                          "name": "Fibargroup FGS213"
                        },
                        "native": {
                          "id": 16,
                          "manufacturerId": 271,
                          "productType": 1027,
                          "productId": 4096,
                          "type": {
                            "basic": "Static Controller",
                            "generic": "Binary Switch",
                            "specific": "Binary Power Switch"
                          }
                        },
                        "acl": {
                          "object": 1636,
                          "owner": "system.user.admin",
                          "ownerGroup": "system.group.administrator"
                        },
                        "_id": "zwave2.0.Node_016",
                        "type": "device"
                      }
                      
                      AlCalzone 1 Reply Last reply Reply Quote 0
                      • AlCalzone
                        AlCalzone Developer @maloross last edited by

                        @maloross Jap, diese. Und du bist sicher, dass das ein 223 und nicht ein 213 ist?

                        maloross 1 Reply Last reply Reply Quote 0
                        • G
                          Gabe @AlCalzone last edited by Gabe

                          @AlCalzone Hi hier der vom rechten der funktioniert

                          {
                            "from": "system.adapter.zwave2.0",
                            "user": "system.user.admin",
                            "ts": 1580809321476,
                            "common": {
                              "name": "Perform a level change (Right)",
                              "role": "value",
                              "type": "boolean",
                              "read": true,
                              "write": true
                            },
                            "native": {
                              "nodeId": 48,
                              "valueId": {
                                "commandClass": 38,
                                "endpoint": 0,
                                "property": "Right"
                              }
                            },
                            "acl": {
                              "object": 1636,
                              "owner": "system.user.admin",
                              "ownerGroup": "system.group.administrator",
                              "state": 1636
                            },
                            "_id": "zwave2.0.Node_048.Multilevel_Switch.right",
                            "type": "state"
                          }
                          
                          
                          
                          

                          und hier der vom linken

                          {
                            "type": "state",
                            "common": {
                              "role": "value",
                              "read": true,
                              "write": true,
                              "name": "Perform a level change (Left)",
                              "type": "boolean"
                            },
                            "native": {
                              "nodeId": 48,
                              "valueId": {
                                "commandClass": 38,
                                "endpoint": 0,
                                "property": "Left"
                              }
                            },
                            "from": "system.adapter.zwave2.0",
                            "user": "system.user.admin",
                            "ts": 1580809321447,
                            "_id": "zwave2.0.Node_048.Multilevel_Switch.left",
                            "acl": {
                              "object": 1636,
                              "state": 1636,
                              "owner": "system.user.admin",
                              "ownerGroup": "system.group.administrator"
                            }
                          1 Reply Last reply Reply Quote 0
                          • maloross
                            maloross @AlCalzone last edited by

                            @AlCalzone lt. der Rechnung ist das der 223, und weil auch 2 schaltbare Datenpunkte angelegt waren, habe ich das als korrekt angenommen.

                            AlCalzone 2 Replies Last reply Reply Quote 0
                            • AlCalzone
                              AlCalzone Developer @maloross last edited by

                              @maloross Ok, dann stimmt die Konfig-Datei nicht. Habe die auch nur automatisiert kopiert, daher kann das schon sein.

                              1 Reply Last reply Reply Quote 0
                              • R
                                Rolf_KA @maloross last edited by

                                @maloross sagte in Test adapter ZWave2 (v0.9.x):

                                diese DP werden angelegt

                                Mein Double Switch FGS223 funktioniert anstandslos und ohne Probleme.

                                53b7dbf2-bc7b-4831-aec1-78dae5d0b497-grafik.png

                                1 Reply Last reply Reply Quote 0
                                • AlCalzone
                                  AlCalzone Developer @maloross last edited by AlCalzone

                                  @maloross Interessant... Die Kombination aus Produkt-ID und -Typ ist laut der offiziellen Z-Wave Produktdatenbank ein FGS-213:
                                  https://products.z-wavealliance.org/products/1734

                                  Warum 2 Channel vom Gerät angeboten werden, weiß ich aber auch nicht. Hab selbst einen Single-Switch, der das gleiche behauptet. War auch bei OpenZWave schon so.

                                  maloross 1 Reply Last reply Reply Quote 0
                                  • G
                                    Gabe @AlCalzone last edited by

                                    @AlCalzone achso Häckchen habe ich, die werden dann aber in true und false bei der Anzeige umgeswitcht. Wenn ich aber drauf gehe, dann habe ich ein Häckchen

                                    AlCalzone 1 Reply Last reply Reply Quote 0
                                    • AlCalzone
                                      AlCalzone Developer @Gabe last edited by

                                      @Gabe Dann wundere ich mich, dass sich der Adapter beschwert, dass ein "string" empfangen wird, wenn stattdessen "number" erwartet ist. Der Datenpunkt ist schließlich ein "boolean".

                                      Fürchte, dann brauche ich einen Log. --> Adapter starten, warten bis der jeweilige Node fertig ist ("all values updated"), dann nacheinander die beiden Datenpunkte ändern. (Bitte mit Kommentar, wann ca. du was gemacht hast).

                                      G 1 Reply Last reply Reply Quote 0
                                      • G
                                        Gabe @AlCalzone last edited by

                                        @AlCalzone ist kein Problem, magst du mir nur sagen wo ich den richtigen log finde?

                                        AlCalzone 1 Reply Last reply Reply Quote 0
                                        • AlCalzone
                                          AlCalzone Developer @Gabe last edited by

                                          @Gabe Wenn du den Log in der Adapter-Konfiguration aktiviert hast, findest du die Datei in /opt/iobroker/node_modules/zwave-js. Die heißt zwave-<irgendwas>.log, nimm dann die Neueste.

                                          G 1 Reply Last reply Reply Quote 0
                                          • G
                                            Gabe @AlCalzone last edited by

                                            @AlCalzone so anbei jetzt die log.

                                            Ich habe den Adapter komplett neugestartet und gewartet bis node 48 "all values updated"

                                            Dann habe ich rechts (das ist der Schalter der funktioniert) auf true gesetzt und danach wieder auf false (ca. 15 Sek später). Das gleiche habe ich mit links gemacht was nicht funktionierte.

                                            zwave-29316.log

                                            Danke

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            414
                                            Online

                                            31.7k
                                            Users

                                            79.8k
                                            Topics

                                            1.3m
                                            Posts

                                            test z-wave zwave
                                            15
                                            175
                                            17101
                                            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