Hey there newbey at the helm. I have tried searching the forum and can’t seem to understand how to simply request a http. I have read the 3 methods on the wiki but I haven’t used code before doesn’t really make sense how to do it. I’m trying to add this httpto a scene via luup. Iv tried
Hey again, just wondering with that lupp code if I could add a delay before it is actioned. Like wait 30 seconds then send the lupp code to the Web cam so I can exit the door?
function my_scene_delay1 ()
luup.inet.wget "<myip>/cgi-bin/CGIProxy.fcgi?cmd=setMotionDetectConfig&isEnable=0&usr=<.>&pwd=<.>"
end
luup.call_delay ("my_scene_delay1", 30)
akbooer.
Awesome job worked straight away. I wasn’t adding the (my scene delay) and just trying something completely wrong using U5 code and this saved me many hours. Just made my night cheers.