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-r...nd-nodered)" or is there a better way in OpenPlotter??
(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.
Do I use the Node Red method of running "bash <(curl -sL https://raw.githubusercontent.com/node-r...nd-nodered)" or is there a better way in OpenPlotter??
Better to use the one in the app store in signalk
(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.
Do I use the Node Red method of running "bash <(curl -sL https://raw.githubusercontent.com/node-r...nd-nodered)" or is there a better way in OpenPlotter??
Better to use the one in the app store in signalk
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.
(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.
Do I use the Node Red method of running "bash <(curl -sL https://raw.githubusercontent.com/node-r...nd-nodered)" or is there a better way in OpenPlotter??
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??