informatica:linux:node-red
This is an old revision of the document!
https://programarfacil.com/blog/raspberry-pi/introduccion-node-red-raspberry-pi/
Raspberry:
Como usuario normal:
bash <(curl -sL https://raw.githubusercontent.com/node-red/linux-installers/master/deb/update-nodejs-and-nodered)
Activamos servicio y reiniciamos:
sudo systemctl enable nodered.service
Ya tiene levantado el servicio:
uth@raspberrypi:~ $ netstat -putan| grep LISTEN (Not all processes could be identified, non-owned process info will not be shown, you would have to be root to see it all.) tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN - tcp 0 0 0.0.0.0:1880 0.0.0.0:* LISTEN - tcp6 0 0 :::22 :::* LISTEN -
Entramos en la URL, por ejemplo http://192.168.1.201:1880 e instalamos “node-red-contrib-google-home-notify”. Seleccionamos Manage pallette
Lo buscamos e instalamos:
informatica/linux/node-red.1654791715.txt.gz · Last modified: 2022/06/09 16:21 by jose