Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Hardware
    4. Z-WAVE Gateway?

    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

    Z-WAVE Gateway?

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

      @AlCalzone said in Z-WAVE Gateway?:

      Z-Wave-Platine

      ok, danke.

      Aber was wird als Adapter von iobroker verwendet?

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

        @stek Der Adapter heißt passenderweise "zwave". Oder du versuchst dich gleich mit dem alternativen Adapter "zwave2", der braucht allerdings noch etwas Entwicklungsarbeit und ist noch nicht im Stable-Repo.

        1 Reply Last reply Reply Quote 0
        • stek
          stek last edited by

          @AlCalzone said in Z-WAVE Gateway?:

          Raspberry Pi mit Z-Wave-Platin

          der zwave adapter scheint nur mit USB zu funktionieren, ich habe versucht, es zu installieren, aber es erscheint nicht in der Instanzenliste.

          Ich glaube, ich habe ein Problem mit meiner Installation, es ist bereits der zweite Adapter, den ich installiere und er erscheint nicht in der Instanzenliste.

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

            Der Adapter funktioniert definitiv auch mit der Platine - hab ich so im Einsatz.

            @stek sagte in Z-WAVE Gateway?:

            Ich glaube, ich habe ein Problem mit meiner Installation, es ist bereits der zweite Adapter, den ich installiere und er erscheint nicht in der Instanzenliste.

            Wie installierst du?
            https://www.iobroker.net/#de/documentation/tutorial/adapter.md?upgradeeinesadapters.md
            --> siehe das Gif unter "Erzeugung einer Instanz eines Adapters"

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

              @AlCalzone ich installiere über admin mit "+". Komisch aber ich sehe der Adapter nicht als Instanz. Ich habe schon eine menge Adapter installiert, ohne Problemen

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

                @stek Dann steht garantiert etwas im Log, was schiefgelaufen ist.

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

                  @AlCalzone Ja, habe ich noch ein mahl installiert und funktioniert.
                  Aber ist mir umklar wie könnte es remote funktionieren.

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

                    @stek Was meinst du mit Remote? Auf unterschiedlichen Geräten? Dafür gibts den Multihost, siehe Doku!

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

                      @AlCalzone Ich wusste nichts von dieser Funktion, wirklich toll! Ich werde experimentieren.
                      DANKE!!

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

                        @AlCalzone Letze Frage, als Z-Wave-Platin meinst du ZME_UZB1 USB Stick ?

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

                          @stek Ich meinte eigentlich das https://z-wave.me/products/razberry/, aber ein Stick ist auch möglich.
                          Am besten suchste mal im Forum, gab auch schon Umfragen, welcher Stick die beste Performance liefert.

                          stek 3 Replies Last reply Reply Quote 0
                          • stek
                            stek @AlCalzone last edited by

                            @AlCalzone said in Z-WAVE Gateway?:

                            @stek Ich meinte eigentlich das https://z-wave.me/products/razberry/, aber ein Stick ist auch möglich.
                            Am besten suchste mal im Forum, gab auch schon Umfragen, welcher Stick die beste Performance liefert.

                            Ok, danke

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

                              @AlCalzone Schließlich bekam ich das Material und begann, es zu versuchen:

                              root@linuxsrv01:/opt/iobroker# iobroker setup custom
                              Current configuration:
                              - Objects database:
                                - Type: file
                                - Host/Unix Socket: 127.0.0.1
                                - Port: 9001
                              - States database:
                                - Type: file
                                - Host/Unix Socket: 127.0.0.1
                                - Port: 9000
                              - Data Directory: ../../iobroker-data/
                              
                              Type of objects DB [(f)ile, (r)edis], default [file]: f
                              Host / Unix Socket of objects DB(file), default[127.0.0.1]: 0.0.0.0
                              Port of objects DB(file), default[9001]: 
                              Type of states DB [(f)file, (r)edis], default [file]: r
                              
                              When States are stored in a Redis database please make sure to configure Redis
                              persistence to make sure a Redis problem will not cause data loss!
                              
                              Host / Unix Socket of states DB (redis), default[0.0.0.0]: 0.0.0.0
                              Port of states DB (redis), default[6379]: 
                              Host name of this machine [linuxsrv01]: 
                              This host appears to be a Master or a Single host system. Is this correct? [Y/n]: Y
                              
                              Do you want to migrate objects and states from "file/file" to "file/redis" [y/N]: y
                              Connecting to previous DB "file"...
                              
                              Cannot migrate DB while js-controller is still running!
                              Please stop ioBroker and try again. No settings have been changed.
                              Creating backup ...
                              This can take some time ... please be patient!
                              host.linuxsrv01 Cannot get objects: DB closed
                              /opt/iobroker/node_modules/standard-as-callback/built/index.js:6
                                      throw e;
                                      ^
                              
                              TypeError: Cannot read property 'length' of undefined
                                  at states.getStates (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupBackup.js:257:46)
                                  at StateRedis.getStates (/opt/iobroker/node_modules/iobroker.js-controller/lib/states/statesInRedis.js:591:20)
                                  at states.getKeys (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupBackup.js:253:29)
                                  at client.keys (/opt/iobroker/node_modules/iobroker.js-controller/lib/states/statesInRedis.js:684:17)
                                  at tryCatcher (/opt/iobroker/node_modules/standard-as-callback/built/utils.js:11:23)
                                  at promise.then (/opt/iobroker/node_modules/standard-as-callback/built/index.js:30:51)
                                  at <anonymous>
                                  at process._tickCallback (internal/process/next_tick.js:189:7)
                              root@linuxsrv01:/opt/iobroker#
                              

                              Habe ich natürlich auch probiert iobroker to stoppen:

                              root@linuxsrv01:/opt/iobroker# sudo systemctl stop iobroker
                              root@linuxsrv01:/opt/iobroker# iobroker setup custom
                              Current configuration:
                              - Objects database:
                                - Type: file
                                - Host/Unix Socket: 127.0.0.1
                                - Port: 9001
                              - States database:
                                - Type: file
                                - Host/Unix Socket: 127.0.0.1
                                - Port: 9000
                              - Data Directory: ../../iobroker-data/
                              
                              Type of objects DB [(f)ile, (r)edis], default [file]: f
                              Host / Unix Socket of objects DB(file), default[127.0.0.1]: 0.0.0.0
                              Port of objects DB(file), default[9001]: 
                              Type of states DB [(f)file, (r)edis], default [file]: r
                              
                              When States are stored in a Redis database please make sure to configure Redis
                              persistence to make sure a Redis problem will not cause data loss!
                              
                              Host / Unix Socket of states DB (redis), default[0.0.0.0]: 0.0.0.0
                              Port of states DB (redis), default[6379]: 
                              Host name of this machine [linuxsrv01]: 
                              This host appears to be a Master or a Single host system. Is this correct? [Y/n]: Y
                              
                              Do you want to migrate objects and states from "file/file" to "file/redis" [y/N]: y
                              Connecting to previous DB "file"...
                              Creating backup ...
                              This can take some time ... please be patient!
                              host.linuxsrv01 2548 states saved
                              host.linuxsrv01 4051 objects saved
                              Backup created: /opt/iobroker/backups/2020_01_31-14_16_22_backupiobroker-migration.tar.gz
                              updating conf/iobroker.json
                              
                              Connecting to new DB "file" ...
                              No connection to states 0.0.0.0:6379[redis]
                              
                              New Database could not be connected. Please check your settings. No settings have been changed.
                              restoring conf/iobroker.json
                              root@linuxsrv01:/opt/iobroker#
                              

                              Irgendwelche Ideen?
                              Danke
                              Grüsse
                              Stefano

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

                                @AlCalzone ss hat endlich funktioniert.
                                Sorry

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

                                  @AlCalzone Ops, aber dieses hat schon jemand getestet?

                                  root@linuxsrv01:/opt/iobroker#  ./iobroker add zwave  --host razberry
                                  host.linuxsrv01 error: this adapter does not allow multiple instances on one host
                                  root@linuxsrv01:/opt/iobroker#
                                  

                                  Oder soll fehlt mir noch etwas?

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

                                    @stek sagte in Z-WAVE Gateway?:

                                    this adapter does not allow multiple instances on one host

                                    Du hast anscheinend schon eine Instanz erstellt.

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

                                    Support us

                                    ioBroker
                                    Community Adapters
                                    Donate

                                    809
                                    Online

                                    31.7k
                                    Users

                                    79.9k
                                    Topics

                                    1.3m
                                    Posts

                                    strips guard zwave zwave gateway
                                    2
                                    18
                                    3917
                                    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