Zwave JS- UI install how. Help please!
Moderator: leecollings
-
- Posts: 136
- Joined: Thursday 19 July 2018 14:36
- Target OS: -
- Domoticz version: 2023.1
- Contact:
Re: Zwave JS- UI install how. Help please!
pi@raspberrypi:~/docker/zwjs $ docker compose up
[+] Running 0/0
⠋ Container zwave-js-ui Creating 0.0s
Error response from daemon: Conflict. The container name "/zwave-js-ui" is already in use by container "2ff5a4ecc2339b259469fef1e9d8d3b8d04dbabcfd55ca553a8dc57b81a08b6b". You have to remove (or rename) that container to be able to
reuse that name.
I can not find zwave-js-ui which is in use. How can i find?
[+] Running 0/0
⠋ Container zwave-js-ui Creating 0.0s
Error response from daemon: Conflict. The container name "/zwave-js-ui" is already in use by container "2ff5a4ecc2339b259469fef1e9d8d3b8d04dbabcfd55ca553a8dc57b81a08b6b". You have to remove (or rename) that container to be able to
reuse that name.
I can not find zwave-js-ui which is in use. How can i find?
-
- Posts: 136
- Joined: Thursday 19 July 2018 14:36
- Target OS: -
- Domoticz version: 2023.1
- Contact:
Re: Zwave JS- UI install how. Help please!
Hi,
i have made a new install. on a clean raspberry pi with the same Domoticz.
Install docker
and then in opt/domoticz the image file docker-compose.yml
alwasy im getting: line 9 did not find expected key
and after that i have create you told me
Mkdir docker
within zwjs
and there i put docker-compose.yml
it looks better but it stocked by attaching zwave-js-ui
How can i come out of the screen?
i have made a new install. on a clean raspberry pi with the same Domoticz.
Install docker
and then in opt/domoticz the image file docker-compose.yml
alwasy im getting: line 9 did not find expected key
and after that i have create you told me
Mkdir docker
within zwjs
and there i put docker-compose.yml
it looks better but it stocked by attaching zwave-js-ui
How can i come out of the screen?
-
- Posts: 136
- Joined: Thursday 19 July 2018 14:36
- Target OS: -
- Domoticz version: 2023.1
- Contact:
Re: Zwave JS- UI install how. Help please!
what can we do now first to get it running?
Ik have MQTT Client Gateway with LAN interface is that ok, is use it also for node-red?
Ik have MQTT Client Gateway with LAN interface is that ok, is use it also for node-red?
-
- Posts: 153
- Joined: Wednesday 02 October 2019 11:47
- Target OS: Linux
- Domoticz version: 2023.1
- Location: DE / BY / LT
- Contact:
Re: Zwave JS- UI install how. Help please!
CTRL C will terminate it.
if you start it with
it will run in background. then you can check if the UI is accessible under
<ipofmachine>:8091
if you start it with
Code: Select all
docker compose up -d
<ipofmachine>:8091
-
- Posts: 136
- Joined: Thursday 19 July 2018 14:36
- Target OS: -
- Domoticz version: 2023.1
- Contact:
Re: Zwave JS- UI install how. Help please!
i can see the interface but no devices.it will run in background. then you can check if the UI is accessible under
<ipofmachine>:8091
how the setting looks like?
-
- Posts: 153
- Joined: Wednesday 02 October 2019 11:47
- Target OS: Linux
- Domoticz version: 2023.1
- Location: DE / BY / LT
- Contact:
Re: Zwave JS- UI install how. Help please!
if domoticz with OZW is up on the same machine, you won't see devices.
Your stick can only connect to either one at a time.
If you disable (NOT delete) OWZ in domoticz, you should see devices (maybe you need to restart the zwjs container, but I never tried)
Anyway, you made it this far...congrats!
Your stick can only connect to either one at a time.
If you disable (NOT delete) OWZ in domoticz, you should see devices (maybe you need to restart the zwjs container, but I never tried)
Anyway, you made it this far...congrats!
-
- Posts: 136
- Joined: Thursday 19 July 2018 14:36
- Target OS: -
- Domoticz version: 2023.1
- Contact:
Re: Zwave JS- UI install how. Help please!
Disabled ozw but no devices are vissiible.
How to restart zwjs container?
Do i need MQTT discover to show devices and secure key?
Do i change maybe other settings?
How to restart zwjs container?
Do i need MQTT discover to show devices and secure key?
Do i change maybe other settings?
-
- Posts: 136
- Joined: Thursday 19 July 2018 14:36
- Target OS: -
- Domoticz version: 2023.1
- Contact:
Re: Zwave JS- UI install how. Help please!
docker compose down in zwjs is not possible
And docker compose up also not possible anymore.
It gives:
yaml: did not find expected key
And docker compose up also not possible anymore.
It gives:
yaml: did not find expected key
-
- Posts: 153
- Joined: Wednesday 02 October 2019 11:47
- Target OS: Linux
- Domoticz version: 2023.1
- Location: DE / BY / LT
- Contact:
Re: Zwave JS- UI install how. Help please!
For the restart, please use
and
from within the directory where your yaml file is.
As for the device migration, I can not help with it, because I did not do that yet because I am lacking the time at the moment.
Code: Select all
docker compose down
Code: Select all
docker compose up -d
As for the device migration, I can not help with it, because I did not do that yet because I am lacking the time at the moment.
-
- Posts: 136
- Joined: Thursday 19 July 2018 14:36
- Target OS: -
- Domoticz version: 2023.1
- Contact:
Re: Zwave JS- UI install how. Help please!
thanks for the support
I hope i will find the sollution
I hope i will find the sollution
-
- Posts: 497
- Joined: Friday 22 May 2015 12:21
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 4.11083
- Location: Asten NB Nederland
- Contact:
Re: Zwave JS- UI install how. Help please!
Did you succeed?
Your mind is like a parachute,
It only works when it is opened!
RPI4 several Fibaro, KaKu, Neocoolcam switches, Z-Wave, Zigbee2Mqtt, Ikea bulbs and remote, Zigbee temp nodes
It only works when it is opened!
RPI4 several Fibaro, KaKu, Neocoolcam switches, Z-Wave, Zigbee2Mqtt, Ikea bulbs and remote, Zigbee temp nodes
-
- Posts: 136
- Joined: Thursday 19 July 2018 14:36
- Target OS: -
- Domoticz version: 2023.1
- Contact:
Re: Zwave JS- UI install how. Help please!
Yes, its ok. Some little things in NODE-RED. We work on these things.
-
- Posts: 153
- Joined: Wednesday 02 October 2019 11:47
- Target OS: Linux
- Domoticz version: 2023.1
- Location: DE / BY / LT
- Contact:
Re: Zwave JS- UI install how. Help please!
well done, I'm happy you managed!!
-
- Posts: 6
- Joined: Wednesday 28 October 2015 16:17
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 3.8153
- Location: Nederland
- Contact:
Re: Zwave JS- UI install how. Help please!
tried using "migrate Openzwave to Zwave-JS-UI"document
upgraded to debian11 Bullseye, domoticz version 2023.2
Domoticz started, web UI is visible but all devices seem dead
upgraded to debian11 Bullseye, domoticz version 2023.2
Domoticz started, web UI is visible but all devices seem dead
Who is online
Users browsing this forum: Bing [Bot] and 1 guest