Hi
I have your software on my PI is it possible to install node red on this device also?
so it will be restarted also ?
I have tried some guides but do not seem to work properly
Allan
Node-Red
Re: Node-Red
Yes. Add a device mysensor type
Then modify the mysenorfile on the rpi to just start node red. But keep the loop active. It must stay alive If not master.py will restart it
I can post an example later today.
Sent from my iPhone using Tapatalk
Then modify the mysenorfile on the rpi to just start node red. But keep the loop active. It must stay alive If not master.py will restart it
I can post an example later today.
Sent from my iPhone using Tapatalk
Node-Red
Have added a device model “launchcmd”
With thy model you can specify any Unix command It will be executed after master.py starts. You can add a check if it is still running. Then it will make sure it is still running. If not it will relaunch it.
If you switch off the device the program will be killed.
Still testing, should have it ready after final Fußball is over.
Sent from my iPhone using Tapatalk
With thy model you can specify any Unix command It will be executed after master.py starts. You can add a check if it is still running. Then it will make sure it is still running. If not it will relaunch it.
If you switch off the device the program will be killed.
Still testing, should have it ready after final Fußball is over.
Sent from my iPhone using Tapatalk
Re: Node-Red
you can also do a pibeacon action:
you can send any unix command to the RPIs this way, but you will not get any answer back
Karl
Karl