NEWS
Z-WAVE Gateway?
-
Hallo,
mein in iobroker lauft eine linux VM auf mein NAS (Synology home made).
Ich steuere mein homematic (CCU2) (die möchte ich auf raspberrymatic upgraden), fritzbox, etc.Jetzt brauche ich ein paar Sensoren (Sensative - Strips Guard, der einzige der wasserfest ist), auch noch steuern.
Diese Sensoren verwenden Z-WAVE, wie kann ich die in mein iobroker integrieren?
Ich habe gesehen dass es gibt der ZME_UZB1 USB Stick, aber diese soll den auf meine VM über der NAS angeschlossen werden!
Es gibt kein Ethernet 2 ZWAVE gateway der auf iobroker unterstütz ist?
Dass wäre für mich besser, weil ich kann besser positionieren .Danke und grüsse
Stefano -
@stek sagte in Z-WAVE Gateway?:
Es gibt kein Ethernet 2 ZWAVE gateway der auf iobroker unterstütz ist?
Jein... Raspberry Pi mit Z-Wave-Platine als Slave, per Ethernet mit dem Master verbunden
-
@AlCalzone said in Z-WAVE Gateway?:
Z-Wave-Platine
ok, danke.
Aber was wird als Adapter von iobroker verwendet?
-
@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.
-
@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.
-
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" -
@AlCalzone ich installiere über admin mit "+". Komisch aber ich sehe der Adapter nicht als Instanz. Ich habe schon eine menge Adapter installiert, ohne Problemen
-
@stek Dann steht garantiert etwas im Log, was schiefgelaufen ist.
-
@AlCalzone Ja, habe ich noch ein mahl installiert und funktioniert.
Aber ist mir umklar wie könnte es remote funktionieren. -
-
@AlCalzone Ich wusste nichts von dieser Funktion, wirklich toll! Ich werde experimentieren.
DANKE!! -
@AlCalzone Letze Frage, als Z-Wave-Platin meinst du ZME_UZB1 USB Stick ?
-
@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. -
@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
-
@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 -
@AlCalzone ss hat endlich funktioniert.
Sorry -
@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?
-
@stek sagte in Z-WAVE Gateway?:
this adapter does not allow multiple instances on one host
Du hast anscheinend schon eine Instanz erstellt.