Hi all, so I have a RPi 4 installed with HAOS on it, and have added node-red as an add-on.
I'm trying to run a python script to communicate with my sofar solar inverter called sofar.py. When I run the script in terminal using "python3 /home/pi/Documents/sofar.py" it returns all the values fine but when I run the same command in an exec node I get the error.
Any idea what the issue is? From what I can see I need to call the full path to python3 but when I run an exec node with the common "pwd" I get back '/opt'. Don't know where to go from here