The flow gets a "no response from server" on the first http request node. This is caused by hardcoding the IP address as 192.168.1.54
@cymplecy Simon: This is the reason it shows you need to update even if you are on the latest release. By putting the IP of the device that is running NR here, it will not indicate you need to update.
@SuperNinja If you were to add in the node node-red-contrib-ip, you could automatically get the IP of the device running NR and then add a change node
You could also use an exec node with 'ifconfig' but then you would have to parse the output to get the IP address. Or you could add a comment node telling people to change the IP.
I - personally - like the use of the IP node becasue then you don't need to worry about manually changing the flow when puttoing it on a device.
@zenofmud I would like to modify my flow as you said but I cannot, there is no longer the pencil to modify
However, it is not yet closed, there are 16 days left.(or else I didn't see something)