I’m sorry to have to ask this - I’m almost sure it’s been asked before - but, in this case, search is not my friend.
I need to use the current IP address of the Vera I’m running code on. I’ve tried parsing the results of an [tt]ifconfig eth0:0[/tt] command, and that works, but is horrible. I’ve though of sending an HTTP GET to 127.0.0.1 and looking somewhere in the returned headers (but haven’t tried that.)