Wikipedia Node-RED
- Getting started Raspberry Pi
Hinweis: lokale Installation ohne npm wurde verwendetsudo apt-get install nodered
- Getting started Windows - installed on Acer
Hinweis: Command-Window:node-red
- Chrome browser: http://127.0.0.1:1880/ - Details see NR
sudo npm install -g --unsafe-perm node-red
Using upgrade-script see Getting started on Raspberry Pi - Retrieved 2021-04-27
bash <(curl -sL https://raw.githubusercontent.com/node-red/linux-installers/master/deb/update-nodejs-and-nodered)
Upgrade example and logfile - upgrated 2021-04-28
node-red-stop && node-red-start
Back up following files within /home/pi/.node-red
by using sftp service (e.g. FileZilla):
- flow.json,
- flows_cred.json,
- settings.js,
- package.json, and
- package-lock.json.
Then, to restore them, copy those files back over, open the folder in a terminal, and type npm install
.
That should get everything right back to where it was.
Raspberry Pi Projekte using Node-Red.
Node-RED Library
Node-RED Cookbook
Node-RED YouTube - Official
Node-RED YouTube - Haus Automation (german)
Node-RED YouTube - Dashboard Tutoriel with CSS style handling
Changing Favicons for node-red Dashboards