I am using virtual cloud from iotify.io and using execute node i am not able to call python script. so how to run python script in nodered?
john macrae
unread,
Mar 29, 2017, 11:06:44 AM3/29/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Node-RED UI
I'm using the Exec node to run Python e.g. python /mnt/usb_1/scripts/flux_led.py 192.168.43.110 to turn my LED lights on and off. Does the node return errors? (Add an Function node to the output with node.error(msg) in it to catch the errors)