If you have installed the node I discussed, bring in the zwave-js node, and it will be listed for you to select.
Its usually /dev/ttyACM0
but if your using any layer between it and Node RED like docker or HA for instance, you need to ensure that its mapped correctly - so Node RED can see it
you don't need to adjust the speed or anything - that's done for you.
but here is the detail anyway if you need it (normally you don't) - as its configured for you
Hi @fogmajor
This mean Node RED its self cant see it.
You will need to map the serial device via HA or Docker - as I do not use either, I'm not sure how you do it.
If you are using either of these, I feel you mileage may vary.
Hi Marcus
Many thanks for your very prompt replies, I was hoping I could just use node-red on my ubuntu install along with my Aeotec dongle and avoid Docker and HA. I am just trying to keep it simple and to be honest though I feel confident with node-red and have written quite a few complicated functions in the past, My Ubuntu skills are very lacking along with Docker. I previously used HA but i felt it over complicated what i was trying to achieve. I have a Fibaro HC" which I want to replace due to lack of support and thought node-red could maybe facilitate that.
The problems with HA or Docker - is that they hide the underlining hardware devices - hence you need to map them - so software like Node RED can see them.
They will need to be - listing devices is achieved via the serialport package.
odley enough its listed (from Node RED's point of view via ls) - but apparently Node RED cant see it - usually hinting at a layer between Node RED and the hardware.
@fogmajor
can you (again all in the exec node) do whoami
needs to be the user that is running Node-RED. if you run from command line then $USER should be same as your user - but... (eg can do echo $USER to see)