Just thought I’d post up something that I found extremely helpful.
I wanted to automatically update my free Dynamic DNS service (through Afraid.org) without using a PC and given my modem only supports DynDns I figured the next best option was trying to use the Vera. So here’s the extremely easy method I used in case anyone else out there is looking for something similar…
[ol][li]Create new Scene to run on a schedule, i.e. update your DDNS every 10 minutes or every day, etc.[/li]
[li]Under Luup use this code:
luup.inet.wget(“<type your URL here in the form http://xxxxxxxxxxx>”, 5)
e.g.
luup.inet.wget(“http://freedns.afraid.org/dynamic/update.php?xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx=”, 5)[/li][/ol]
DONE!
Hopefully that helps someone out there!