maxwellhadley / node-red-contrib-rfxcom

node-RED nodes to access an RFXtrx433 transceiver
BSD 2-Clause "Simplified" License
22 stars 13 forks source link

Segmentation Fault #140

Open cbartetzko opened 1 month ago

cbartetzko commented 1 month ago

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 with this error message:

./entrypoint.sh: line 14: 7 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 ?