Replies: 2 comments 8 replies
-
No, that's not correct. Do a
The best method for what? Local folder and volumes would be two ways of persisting the necessary cache files and settings. For that the choice is up to you, there's no best. Local folder is easier to access. Not sure what you mean by "service". Using |
Beta Was this translation helpful? Give feedback.
-
I've successfully installed zwavejs2mqtt and added my Gen5+ stick thanks to the help of @kpine. I then was able to add a GE switch. My question is whether I also need a MQTT broker? If so, what is recommended? I've read about Eclipse Mosquitto and Node-Red but I don't know ifI need it. This setup will be used with homebridge via the homebridge_mqttthing plugin on a PI4. I wish there was a solid guide to understand how everything works and communicates. Cheers. |
Beta Was this translation helpful? Give feedback.
-
Newbie Stuck on Install
Going by the install guide, I am trying to figure out what exactly I am supposed to replace in the following line:
The instructions say, "Replace /dev/serial/by-id/insert_stick_reference_here (only the first half of the X:Y mapping!) with the serial device for your Z-Wave stick."
Using lsusb command my device is shown as follows:
Bus 001 Device 005: ID 0658:0200 Sigma Designs, Inc. Aeotec Z-Stick Gen5 (ZW090) - UZB
Should the line read:
docker run --rm -it -p 8091:8091 -p 3000:3000 --device=/dev/serial/by-id/0658:0200/dev/zwave \ -v $(pwd)/store:/usr/src/app/store zwavejs/zwavejs2mqtt:latest
or
docker run --rm -it -p 8091:8091 -p 3000:3000 --device=0658:0200/zwave \ -v $(pwd)/store:/usr/src/app/store zwavejs/zwavejs2mqtt:latest
or something completely different?
What do I replace and with what? Thank you for anyone who can help.
My device is a raspberry Pi 4 running Pi OS with Homebridge.
One additional question, what is the best method to run: Local folder, service or volume?
Beta Was this translation helpful? Give feedback.
All reactions