I've added node-red-contrib-rfxcom 2.13 to my Palette in NodeRed (Docker on Raspberry Pi).
When trying a simple flow (rfx-sensor to debug) and configuring rfx to /dev/ttyUSB0
my nodered container instantly crashes when deploying the flow with this error message:
./entrypoint.sh: line 14: 8 Segmentation fault (core dumped) /usr/local/bin/node $NODE_OPTIONS node_modules/node-red/red.js --userDir /data $FLOWS "${@}"
The RFXCOM device on /dev/ttyUSB0 works without problems in other smarthome software (e.g. domoticz)
on this Raspi.
Any idea, what I can do to get it working under nodered ?