[quote=“d55m14, post:15, topic:186265”]The only error message is :
sh: 1: GetNetworkState.sh: not found
Have you any idea ?[/quote]
You can suppress this message by creating the file [tt]/usr/bin/GetNetworkState.sh[/tt] with the contents:
echo -n 172.16.42.88
replacing the IP address with that of your own (RPi) machine.
Then, all the [tt]DataYours[/tt] components will pick up the right address. I’m not Unix savvy enough to make this pick up the machine IP automatically (and it seems, in fact, to be far from straight-forward.)