smadds / node-red-contrib-udmx

A node for outputting DMX through a USB dongle
GNU General Public License v3.0
4 stars 4 forks source link

Intermittent issue running udmx. #8

Open Erbachm opened 1 year ago

Erbachm commented 1 year ago

Hi. I'm having some issues with the uDMX node. Every now and again it will stop working with the following error.

10 Aug 08:38:13 - [error] [udmx:98fdcba301d48ecc] TypeError: Cannot read properties of undefined (reading 'open')

It requires a full reboot of my pi to get it up and running again. Any suggestions would be much appreciated.

10 Aug 08:38:04 - [info] Node-RED version: v3.0.2 10 Aug 08:38:04 - [info] Node.js version: v16.19.0

smadds commented 1 year ago

Sounds like the dmx module is not staying powered and registered to the usb bus. I would try a different/stronger power supply first as this is often the cause of intermittent issues.

Erbachm commented 1 year ago

Hey smadds. That sounds likely as I recently added a new USB device. I'm thinking that this additional device has resulted in a tipping point power wise. I've unplugged it for now and will see how it goes. Much appreciated.