home automation with arduino and android

Hi there, thanks for that.

I have tested it again and your code generator seems to work for me now.

I am using a Nexus One over 3G and can sync your app with my Arduino which listed the test LED for me.

The only issue I'm having is that when I try and use the lock or unlock buttons (LED on/off I'm assuming), I get an error saying:

"An error has occurred, check your internet connection. Is Arduino alive?"
(nothing appears in the serial monitor)

I can create an action using the LED which allows me to switch the LED on successfully but I can't see anyway to turn it off. The following appears in the serial monitor each time I press the action button in the app.

GET /?out=5&status=1 HTTP/1.1
5 HIGH

I have confirmed that everything is working by using the URL's to switch the LED on and off through my browser both locally on my PC and also over 3G on the phone browser.

I can see so much potential with this project, thank you so much for sharing it and spending so much time on it.