Surroot wrote: ↑Sunday 05 August 2018 10:57
Try runningmanually. What does the output say?Code: Select all
curl -s "http://192.168.0.141:8080/json.htm?type=devices&rid=625 | grep Status | awk '{print $3}' | sed 's/[",]//g'
Code: Select all
root@unknown:/jffs/scripts# curl -s "http://192.168.0.141:8080/json.htm?type=dev
ices&rid=625" | grep Status | awk '{print $3}' | sed 's/[",]//g'
Off
root@unknown:/jffs/scripts#
Its the main scripts that's not behaving as it should "I think"