I see, thank you. However, I now encoutered other issues.
I want to play a mp3 file located on a raspberry pi. I am able to do it succesfully when entering this is in the command line on the raspberry pi:
mpg321 /home/room1/bubbling_water_1.mp3
However, when I try to run the command from the Exec I see this erro:
āCanāt find a suitable libao driver. (Is device in use?)ā
This is the my very simple Node-RED flow to test:
[{"id":"db360345465fde74","type":"tab","label":"Flow 1","disabled":false,"info":"","env":[]},{"id":"d5d416bdfc3349dc","type":"inject","z":"db360345465fde74","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":160,"y":120,"wires":[["9ee9f413e5ac8144"]]},{"id":"5ebd0de5.aad5ac","type":"inject","z":"db360345465fde74","name":"","props":[{"p":"payload"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"/home/room1/Downloads/titanium-170190.mp3","payloadType":"str","x":230,"y":740,"wires":[["63e287d0.aafcdc"]]},{"id":"63e287d0.aafcdc","type":"exec","z":"db360345465fde74","command":"/home/room1/play_audio.sh","addpay":"","append":"","useSpawn":"false","timer":"","winHide":false,"oldrc":false,"name":"","x":440,"y":740,"wires":[["0144b43be522dd3e"],["0144b43be522dd3e"],["0144b43be522dd3e"]]},{"id":"0144b43be522dd3e","type":"debug","z":"db360345465fde74","name":"debug 1","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","statusVal":"","statusType":"auto","x":1220,"y":720,"wires":[]},{"id":"2d72a83ee7f97bbb","type":"exec queue","z":"db360345465fde74","name":"","currentLine":{"row":5,"column":2},"command":"/home/room1/play_audio.sh","debugMode":false,"outputs":1,"useSpawn":"false","field":"payload","fieldType":"msg","format":"javascript","template":"console.log(`\n{\n\t\"value\": \"exec queue\",\n\t\"purpose\":\"putting the ideas from the exec, template and queue nodes together\"\n}\n`)","output":"str","outputEmpty":false,"vimMode":false,"queue":1,"addpayCB":false,"splitLine":false,"cleanQueue":true,"x":730,"y":840,"wires":[["0e827de7d55489ed"]]},{"id":"745d296831e27365","type":"inject","z":"db360345465fde74","name":"","props":[{"p":"payload","v":"/home/room1/Downloads/titanium-170190.mp3","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payloadType":"str","x":570,"y":840,"wires":[["2d72a83ee7f97bbb"]]},{"id":"0e827de7d55489ed","type":"debug","z":"db360345465fde74","name":"debug 2","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","statusVal":"","statusType":"auto","x":1060,"y":840,"wires":[]},{"id":"6d82c617fdaf4b8e","type":"play_audio_file","z":"db360345465fde74","filename":"/home/room1/Downloads/titanium-170190.mp3","x":480,"y":960,"wires":[["ee1187ac9ebcf3e6"]]},{"id":"a22637674d799b88","type":"inject","z":"db360345465fde74","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":260,"y":940,"wires":[["6d82c617fdaf4b8e"]]},{"id":"ee1187ac9ebcf3e6","type":"debug","z":"db360345465fde74","name":"debug 3","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","statusVal":"","statusType":"auto","x":700,"y":1020,"wires":[]},{"id":"9ee9f413e5ac8144","type":"exec","z":"db360345465fde74","command":"mpg321 /home/room1/bubbling_water_1.mp3","addpay":"","append":"","useSpawn":"false","timer":"","winHide":false,"oldrc":false,"name":"","x":430,"y":120,"wires":[["aebe34da8acfa77d"],["aebe34da8acfa77d"],["aebe34da8acfa77d"]]},{"id":"aebe34da8acfa77d","type":"debug","z":"db360345465fde74","name":"debug 4","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","statusVal":"","statusType":"auto","x":700,"y":120,"wires":[]}]