ZWave JS on macOS

has anybody actually installed the ZWave JS Server on a macOS machine ?

Any help or step by step instruction are welcome.

Kind regards

Did you find a solution?

I am currently using Indigo to run Z-Wave. However I want to try out HA and eventually make the switch.

Is it possible to install and use the devices and if it is not working as expected to go back to Indigo?
As far as I understand HA doesn’t change anything on the UZB1 Stick so I should be safe, right?

And yes I chose the most difficult way to run HA by using Home Assistant Core.
I just want to run it natively on macOS without a virtual machine.

This installation procedure kind of helps.
https://www.leminator.org/installing-zwave-js-on-home-assistant-core/

curl -O https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh
. install.sh
nvm install node npm
npm i @zwave-js/server

I was able to install it on venv, but I can’t open it using the example (probably because the paths on a Mac are different).

To get the serial port:

ls -lha /dev/tty*  

Can anyone help me with this? What do I have to start?

This is obviously not working:

/home/zwavejs/zwave-js-server/node_modules/.bin/zwave-server /dev/ttyAMA0 --config /home/zwavejs/zwavejs-config.js

Yes you should be fine to revert back to Indigo.

See if that helps for your device path.

Thanks. My problem is that zwave-server is not found.

I do have zwave-js-server-python in the venv but no zwave-server.

Please, how can I do this? Why isn‘t there proper documentation available?

I can‘t use the HAOS, because ist uses 25% of the M1 CPU. So this is the only way.