Uninstall z-wave/zigbee for DSGW-230

Hi Support,

I have a DSGW-230 and I want to uninstall any existing zwave/zigbee software. I will be installing Z-Wave JS UI and Zigbee2mqtt to be managed in Docker along with other Docker containers. How can I do this to insure no interference with these containers connecting to the z-wave and zigbee radios. I don’t need any system management other than SSH. Also, please confirm z-wave radio @ /dev/ttyS1 and zigbee radio @ /dev/ttyUSB1.

Hostname: DUSUN
Model: DSGW230-11B
Firmware Version: DSGW230-11B_1000M_Debian11_rleaseall_RV1.1.0.img / Tue, 15 May 2023 08:44:09 +0000
Kernel Version: 4.4.194

Thank you

Zigbee port is /dev/ttyUSB0
Zwave port is /dev/ttyS1
The startup scripts are in /etc/init.d/
The executable files are in /usr/bin/
You just need to backup or remove the startup scripts and executable files to spare the occupied ports.

killall reapp.sh

/etc/init.d/S99zigbee stop
mv /etc/init.d/S99zigbee /etc/init.d/S99zigbee-b
mv /usr/bin/AmberGwZ3 /usr/bin/AmberGwZ3-b

/etc/init.d/S99zwave stop
mv /etc/init.d/S99zwave /etc/init.d/S99zwave-b
mv /usr/bin/zwdevd /usr/bin/zwdevd-b

FYI, I created a gist showing how I installed zigbee2mqtt and mqtt JS UI docker containers

2 Likes