thomasbaetge wrote: ↑Friday 02 June 2023 8:50
That is really simple:
I'm sure it is when it's done, but for people like me not expert on Debian it's always a challenge to put lines in the terminal, even if i love to learn and progress on that, and hopefully this kind of forum from the old internet sill exist.
So let me summarize what i understand and putting step by step what i need to do, if you can just confirm. I think I'll take the opportunity when i will have the full procedure to share it for other newbies like me !
Install Docker
Code: Select all
curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh
Add pi user to docker group
Install Docker Compose
Code: Select all
sudo apt install docker-compose -y
To run Z-Wave JS UI as a service by Creating a docker directory at home and create docker-compose.yml found
here: in it
To find your Z-Wave USB stick reference
Replace/dev/serial/by-id/insert_stick_reference_here with the serial device for your Z-Wave stick.
Uncomment and replace TZ=America/New_York by your timezone (see
https://en.wikipedia.org/wiki/List_of_t ... time_zones)
To run Z-Wave JS UI
Browse Z-Wave JS UI to
http://192.168.XX.XX:8091 and setup
And that's it ? It gonna be running on each startup ? Now i just need to install mosquitto and MQTT Auto Discover Client gateway in Domoticz ?