ZWaveError: Failed to open the serial port: Error: No such file or directory, cannot open /dev/ttyACM0 (ZW0100)

Hi,
I have this message that appears when deploying the zwave controller. installation in docker for node red, version 8 for zwave js, on a raspberry 3b, with an aeotec stick. can you help me to solve this problem.
regards

Hi @Heclim, welcome to the Forums!

This is usually a docker configuration issue.
I don't use docker, but this error means what it says.

The driver cannot access or see the serial port.

ensure its been exposed in your docker configuration correctly and that correct permission have been set. I don't use docker, but I'm sure plenty of folk around here do.

Also, if using docker, you may get issues with a serial port package we depend on,
See here for a fix: Command execution failure · Discussion #246 · zwave-js/node-red-contrib-zwave-js · GitHub

Further to that, don't use docker unless you have a good reason. It adds complexity.

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.