Next will this change the devices I have setup? I need to re add them and change the name etc or will they just get replaced with the new ones from the new hardware ? Edit I read in the wiki I need to do. It's maybe time to switch to another platform if I need to replace all my devices.......waltervl wrote: ↑Tuesday 01 August 2023 9:56This is more easy for you. Just install Zwave-JS-UI and connect your Zwave dongle to it and you are ready.... (almost).
if you have the default MQTT AD settings in Zigbee2MQTT (eg discovery topic is "homeassistant") then the Domoticz MQTT AD Client Gateway with LAN interface will also pick up your Zwave-JS-UI devices.
If you want to keep the hardware separate then you should change the discovery prefix topic in Zwave-JS-UI (eg zwavejsAD) and make an extra MQTT Auto Discovery Client Gateway with LAN interface in domoticz with this changed discovery topic name. See also the instruction in the Zwave-JS-UI wiki. https://www.domoticz.com/wiki/Zwave-JS-UI
Easiest way to migrate Openzwave to ZWave-JS-UI
Moderator: leecollings
- Varazir
- Posts: 360
- Joined: Friday 20 February 2015 22:23
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Contact:
Re: Easiest way to migrate Openzwave to ZWave-JS-UI
Raspberry PI 2 with RaZberry Controller 2016 ZWave+ and CC2531(zigbee)
Several IKEA devices/z-wave devices
Several IKEA devices/z-wave devices
- Varazir
- Posts: 360
- Joined: Friday 20 February 2015 22:23
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Contact:
Re: Easiest way to migrate Openzwave to ZWave-JS-UI
I managed to install Zwave-JS-UI and access it, but I get errorwaltervl wrote: ↑Tuesday 01 August 2023 9:56This is more easy for you. Just install Zwave-JS-UI and connect your Zwave dongle to it and you are ready.... (almost).
if you have the default MQTT AD settings in Zigbee2MQTT (eg discovery topic is "homeassistant") then the Domoticz MQTT AD Client Gateway with LAN interface will also pick up your Zwave-JS-UI devices.
If you want to keep the hardware separate then you should change the discovery prefix topic in Zwave-JS-UI (eg zwavejsAD) and make an extra MQTT Auto Discovery Client Gateway with LAN interface in domoticz with this changed discovery topic name. See also the instruction in the Zwave-JS-UI wiki. https://www.domoticz.com/wiki/Zwave-JS-UI
Code: Select all
Driver: Failed to open the serial port: Error: No such file or directory, cannot open /dev/zwave (ZW0100)
Raspberry PI 2 with RaZberry Controller 2016 ZWave+ and CC2531(zigbee)
Several IKEA devices/z-wave devices
Several IKEA devices/z-wave devices
- waltervl
- Posts: 5149
- Joined: Monday 28 January 2019 18:48
- Target OS: Linux
- Domoticz version: 2024.7
- Location: NL
- Contact:
Re: Easiest way to migrate Openzwave to ZWave-JS-UI
The Domoticz OZW gateway in Domoticz should be stopped (disable Hardware in menu setup hardware) else 2 process are trying to connect the same serial port which is not possible.
And I mean the Zwave controller (most people have a USB dongle), sorry for the misunderstanding but I could not know that.....
And I mean the Zwave controller (most people have a USB dongle), sorry for the misunderstanding but I could not know that.....
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
- Varazir
- Posts: 360
- Joined: Friday 20 February 2015 22:23
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Contact:
Re: Easiest way to migrate Openzwave to ZWave-JS-UI
I disabled it.waltervl wrote: ↑Tuesday 01 August 2023 11:18 The Domoticz OZW gateway in Domoticz should be stopped (disable Hardware in menu setup hardware) else 2 process are trying to connect the same serial port which is not possible.
And I mean the Zwave controller (most people have a USB dongle), sorry for the misunderstanding but I could not know that.....
But I think it's something I missed the config, I used snap to install. I didn't point to the zwave controller.
Trying to check where I'm going to do that.
Raspberry PI 2 with RaZberry Controller 2016 ZWave+ and CC2531(zigbee)
Several IKEA devices/z-wave devices
Several IKEA devices/z-wave devices
- waltervl
- Posts: 5149
- Joined: Monday 28 January 2019 18:48
- Target OS: Linux
- Domoticz version: 2024.7
- Location: NL
- Contact:
Re: Easiest way to migrate Openzwave to ZWave-JS-UI
In the Domoticz Wiki AND the Zwave-JS-UI snap install documentation there is a specific warning for installing Zwave-JS-UI with snap on a RPi.
If on a RPi 32-bit you have to read this: https://github.com/zwave-js/zwave-js-ui ... ent-759534
Could also be this issue: https://github.com/zwave-js/zwave-js-ui/issues/3192
If on a RPi 32-bit you have to read this: https://github.com/zwave-js/zwave-js-ui ... ent-759534
Could also be this issue: https://github.com/zwave-js/zwave-js-ui/issues/3192
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
- Varazir
- Posts: 360
- Joined: Friday 20 February 2015 22:23
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Contact:
Re: Easiest way to migrate Openzwave to ZWave-JS-UI
Found the setting, but still
Code: Select all
2023-08-01T12:15:12.968Z DRIVER version 11.6.0
2023-08-01T12:15:12.969Z DRIVER
2023-08-01T12:15:12.970Z DRIVER starting driver...
2023-08-01T12:15:12.970Z DRIVER opening serial port /dev/ttyAMA0
2023-08-01T12:15:22.014Z DRIVER Failed to open the serial port: Error: Operation not permitted, cannot open /d
ev/ttyAMA0
2023-08-01T12:15:22.016Z DRIVER destroying driver instance...
2023-08-01T12:15:22.023Z DRIVER driver instance destroyed
Raspberry PI 2 with RaZberry Controller 2016 ZWave+ and CC2531(zigbee)
Several IKEA devices/z-wave devices
Several IKEA devices/z-wave devices
- waltervl
- Posts: 5149
- Joined: Monday 28 January 2019 18:48
- Target OS: Linux
- Domoticz version: 2024.7
- Location: NL
- Contact:
Re: Easiest way to migrate Openzwave to ZWave-JS-UI
Perhaps better use docker.....
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
- Varazir
- Posts: 360
- Joined: Friday 20 February 2015 22:23
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Contact:
Re: Easiest way to migrate Openzwave to ZWave-JS-UI
Then I need to upgrade OS on my pie. I'm going to check on the devs discord.
Raspberry PI 2 with RaZberry Controller 2016 ZWave+ and CC2531(zigbee)
Several IKEA devices/z-wave devices
Several IKEA devices/z-wave devices
- Varazir
- Posts: 360
- Joined: Friday 20 February 2015 22:23
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Contact:
Re: Easiest way to migrate Openzwave to ZWave-JS-UI
Talked to them and looks like the Razberry isn't supported installed using snap, to install Docker I need to upgrade OS.
Option is to reinstalling everything, I have another Rpi3 that I could do a fresh installation on.
But looks Like I'm going to keep to the stable release for some time until I get the energy to set it all up again.
Raspberry PI 2 with RaZberry Controller 2016 ZWave+ and CC2531(zigbee)
Several IKEA devices/z-wave devices
Several IKEA devices/z-wave devices
-
- Posts: 616
- Joined: Thursday 10 November 2016 9:30
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Easiest way to migrate Openzwave to ZWave-JS-UI
For snap, did you saw this?
https://github.com/zwave-js/zwave-js-ui ... nt-4298652
Well, this looks to have been difficult (but maybe previous zwave setup issues were present)& must agree that's not very appealing (as all zwavejs labyrinthine system)!
- waltervl
- Posts: 5149
- Joined: Monday 28 January 2019 18:48
- Target OS: Linux
- Domoticz version: 2024.7
- Location: NL
- Contact:
Re: Easiest way to migrate Openzwave to ZWave-JS-UI
Running it in a docker environment seems to be the way to go. I do not understand why for Docker one should need an OS upgrade. Or the OS is very very old and you will need an OS upgrade anyway.
According docker docs:
According docker docs:
Code: Select all
OS requirements
To install Docker Engine, you need the 64-bit version or 32-bit version of one of these Raspbian versions:
Raspbian Bookworm 12 (testing)
Raspbian Bullseye 11 (stable)
Raspbian Buster 10 (oldstable)
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
-
- Posts: 616
- Joined: Thursday 10 November 2016 9:30
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Easiest way to migrate Openzwave to ZWave-JS-UI
Can understand some may want to avoid this... just looking Docker image for zwavejsui its over 100MB compressed. Domoticz bare install is 15MB.
Add the containerization stuff and at the end of the day does this still fit on former raspberries? Especially if you need some tmpfs to preserve the sd card...
Zwavejsui, thats devops guys going to driver development with ttm as the only optimization skill!
- Varazir
- Posts: 360
- Joined: Friday 20 February 2015 22:23
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Contact:
Re: Easiest way to migrate Openzwave to ZWave-JS-UI
I need a driver libseccomp2 -t buster-backports but the key that you need to installing arn't workingwaltervl wrote: ↑Thursday 03 August 2023 17:00 Running it in a docker environment seems to be the way to go. I do not understand why for Docker one should need an OS upgrade. Or the OS is very very old and you will need an OS upgrade anyway.
According docker docs:Code: Select all
OS requirements To install Docker Engine, you need the 64-bit version or 32-bit version of one of these Raspbian versions: Raspbian Bookworm 12 (testing) Raspbian Bullseye 11 (stable) Raspbian Buster 10 (oldstable)
https://zwave-js.github.io/zwave-js-ui/ ... h-with-820
I get this when I try to install the docker image
Code: Select all
docker run --rm -it -p 8091:8091 -p 3000:3000 --device=/dev/ttyAMA0:/dev/zwave --mount source=zwave-js-ui,target=/usr/sr
c/app/store zwavejs/zwave-js-ui:latest
#
# Fatal error in , line 0
# unreachable code
#
#
#
#FailureMessage Object: 0x7ea8b4a4
Raspberry PI 2 with RaZberry Controller 2016 ZWave+ and CC2531(zigbee)
Several IKEA devices/z-wave devices
Several IKEA devices/z-wave devices
- waltervl
- Posts: 5149
- Joined: Monday 28 January 2019 18:48
- Target OS: Linux
- Domoticz version: 2024.7
- Location: NL
- Contact:
Re: Easiest way to migrate Openzwave to ZWave-JS-UI
Check this post for install instructions viewtopic.php?p=303505&hilit=Install#p303505
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
- Varazir
- Posts: 360
- Joined: Friday 20 February 2015 22:23
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Contact:
Re: Easiest way to migrate Openzwave to ZWave-JS-UI
I got help on the discord server for ZWave-JS-UI.waltervl wrote: ↑Thursday 03 August 2023 21:02 Check this post for install instructions viewtopic.php?p=303505&hilit=Install#p303505
I can see them using a explorer on my pc but nothing happen in Domoticz
Raspberry PI 2 with RaZberry Controller 2016 ZWave+ and CC2531(zigbee)
Several IKEA devices/z-wave devices
Several IKEA devices/z-wave devices
- Varazir
- Posts: 360
- Joined: Friday 20 February 2015 22:23
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Contact:
Re: Easiest way to migrate Openzwave to ZWave-JS-UI
It's working now, just wait I guess
Raspberry PI 2 with RaZberry Controller 2016 ZWave+ and CC2531(zigbee)
Several IKEA devices/z-wave devices
Several IKEA devices/z-wave devices
- waltervl
- Posts: 5149
- Joined: Monday 28 January 2019 18:48
- Target OS: Linux
- Domoticz version: 2024.7
- Location: NL
- Contact:
Re: Easiest way to migrate Openzwave to ZWave-JS-UI
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
- Varazir
- Posts: 360
- Joined: Friday 20 February 2015 22:23
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Contact:
Re: Easiest way to migrate Openzwave to ZWave-JS-UI
Then to the next step that don't work.
I followed this https://www.domoticz.com/wiki/Managing_ ... ace_device but I can't find the old device on the utility screen all are gone.
I can see them in the device list. so now I can't replace the old as it say I need to.
I followed this https://www.domoticz.com/wiki/Managing_ ... ace_device but I can't find the old device on the utility screen all are gone.
I can see them in the device list. so now I can't replace the old as it say I need to.
Raspberry PI 2 with RaZberry Controller 2016 ZWave+ and CC2531(zigbee)
Several IKEA devices/z-wave devices
Several IKEA devices/z-wave devices
- Varazir
- Posts: 360
- Joined: Friday 20 February 2015 22:23
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Contact:
Re: Easiest way to migrate Openzwave to ZWave-JS-UI
and I did by mistake the other way around and now the new device gon and the old one. this going great.
Raspberry PI 2 with RaZberry Controller 2016 ZWave+ and CC2531(zigbee)
Several IKEA devices/z-wave devices
Several IKEA devices/z-wave devices
- waltervl
- Posts: 5149
- Joined: Monday 28 January 2019 18:48
- Target OS: Linux
- Domoticz version: 2024.7
- Location: NL
- Contact:
Re: Easiest way to migrate Openzwave to ZWave-JS-UI
Perhaps Enable the old zwave hardware gateway (it will give errors as the zwave controller is already in use). Also look through this topic as it is described earlier. I do not use zawave so did not go through this process.
The new device will come back if you restart Domoticz as it is rediscovered again.
The new device will come back if you restart Domoticz as it is rediscovered again.
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
Who is online
Users browsing this forum: No registered users and 0 guests