Trigger an HTTP Post URL, is it possible?

Hi all,

I was thinking how to make a simple process that when a temperature falls below 15C that it executes an HTTP POST URL.
Is this possible?

You can set up a scene that is triggered as you desire, then run some Lua code to do the POST. See this for a code sample:

http://forum.micasaverde.com/index.php?topic=32035.0

A simple os.execute would do it, I guess

C

Hello
Could you give me an example in a lua code?

I want to send an http post url in a scene.