Hello everybody
I am trying to get my Solar PV to chat with my PI
On the Modbus node I in error put 502 as the port and now when I look in Putty the Node Red will not run, AFter some googling I think I have discovered that the permissions wil not allow access to any port below 1024, so is there a text file within the PI I can acess to change the 502 to a higher port number to get it to run again?
28 Jun 15:38:25 - Error: listen EACCES: permission denied 0.0.0.0:502
If that is crashing node-red then that is a bug in the modbus node, nothing you do there should crash node-red. To fix it in your flow run node red using node-red --safe
which will start the editor without starting the flows. Then you can correct the port and when you deploy it will start the flows.
Excellent. Now ideally you should go to the github repository for the node (which should be linked from flows.nodered.org) and submit an issue against the node, saying that it crashes node red if a low port number entered.