Updating - Printable Version +- OpenMarine (https://forum.openmarine.net) +-- Forum: OpenPlotter (https://forum.openmarine.net/forumdisplay.php?fid=1) +--- Forum: Node Red (https://forum.openmarine.net/forumdisplay.php?fid=15) +--- Thread: Updating (/showthread.php?tid=5643) |
Updating - Lazzz - 2024-08-20 I am getting the message "nrgpio python command not running" in some of my Node Red flows & I think I have to update Node Red. Do I use the Node Red method of running "bash <(curl -sL https://raw.githubusercontent.com/node-red/linux-installers/master/deb/update-nodejs-and-nodered)" or is there a better way in OpenPlotter?? RE: Updating - PaddyB - 2024-08-20 (2024-08-20, 09:51 AM)Lazzz Wrote: I am getting the message "nrgpio python command not running" in some of my Node Red flows & I think I have to update Node Red. Better to use the one in the app store in signalk RE: Updating - Lazzz - 2024-08-20 (2024-08-20, 10:39 AM)PaddyB Wrote:(2024-08-20, 09:51 AM)Lazzz Wrote: I am getting the message "nrgpio python command not running" in some of my Node Red flows & I think I have to update Node Red. I have the one from the app store and it is up to date, but I am still getting the error message in some flows. It has something to do with Pi5. RE: Updating - PaddyB - 2024-08-20 (2024-08-20, 11:40 AM)Lazzz Wrote: I have the one from the app store and it is up to date, but I am still getting the error message in some flows. It has something to do with Pi5. Maybe better to ask the signalk guys > https://discord.com/channels/1170433917761892493/1170433918592368684 RE: Updating - Lazzz - 2024-08-21 (2024-08-20, 09:51 AM)Lazzz Wrote: I am getting the message "nrgpio python command not running" in some of my Node Red flows & I think I have to update Node Red. From my research the pi5 uses a different chip for GPIO than the pi4, so node-red may need updating. The issue is the way Bookworm maps the gpio pins on the raspberry pi 5. A new library is required for python code. It turns out that the keystudio relay board node as well as the gpio nodes loaded by node-red do not use the new library. My question is will I upset OpenPlotter by upgrading Node Red by running the above script?? RE: Updating - PaddyB - 2024-08-21 (2024-08-21, 12:22 AM)Lazzz Wrote: My question is will I upset OpenPlotter by upgrading Node Red by running the above script?? ask the signalk guys > https://discord.com/channels/11704339177...8592368684 They will know. |