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

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Test adapter ZWave2 (v0.9.x)

    This topic has been deleted. Only users with topic management privileges can see it.
    • 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
                        • AlCalzone
                          AlCalzone Developer @Gabe last edited by AlCalzone

                          @Gabe Danke erst mal fürs Log. Auf den ersten Blick sieht die Kommunikation richtig aus - muss mal schauen, woran das liegen könnte.

                          Schick mir doch bitte mal die Cache-Datei (zu finden in /opt/iobroker/iobroker-data/zwave2.0/cache)

                          G 1 Reply Last reply Reply Quote 0
                          • M
                            madison last edited by

                            der FIBARO System FGS222 Double Relay Switch 2x1.5kW wird bei mir auch nicht richtig erkannt!
                            fgs222.jpg

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

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

                              @maloross Interessant... Die Kombination aus Produkt-ID und -Typ ist laut der offiziellen Z-Wave Produktdatenbank ein FGS-213:

                              danke für die Infos! wenn ich ehrlich bin, sind mir die Benennungen recht egal, Hauptsache die Steuerung läuft so wie vorgesehen. Und das funktioniert wie gewünscht.
                              Vermutlich ist die Rechnung falsch ausgestellt, korrigier ich das für meine Unterlagen.

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

                                @AlCalzone einmal anbei 😉

                                dd454af5.json

                                Danke für deine Hilfe!!!

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

                                  @madison Das sieht aus wie noch nicht fertig. Falls das so bleiben sollte, benötige ich ein Log. Ich habe das Gerät aber ohne Probleme im Einsatz.

                                  M 2 Replies Last reply Reply Quote 0
                                  • M
                                    madison @AlCalzone last edited by

                                    @AlCalzone cache geleert und neustart brachte keine änderung
                                    gerät wird auch nicht in der übersicht angezeigt!
                                    log kann ich dir erst später schicken.

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

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

                                      Version 0.9.4 wird in ein paar Minuten released. Wenn alles so läuft wie ich mir das erhoffe, sollten folgende Probleme gelöst sein:

                                      • Kompatibilität mit den Danfoss-Thermostaten - Zumindest das Interview sollte durchlaufen @Schuko80

                                      Ich teste es am WE, vorher komme i h leider nicht dazu

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

                                        @maloross Hast du jetzt noch akute Probleme?
                                        Ich verliere in diesem Thread langsam den Überblick 😓

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

                                          @AlCalzone noch mal neu aufgesetzt, jetzt ist alles perfekt!

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

                                            @AlCalzone also meins ist noch offen 😉

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            729
                                            Online

                                            31.7k
                                            Users

                                            79.6k
                                            Topics

                                            1.3m
                                            Posts

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