Is there the an http out equivalent to http in?

i would like to “GET” data from the imp on demand from outside. it looks like i can send messages to it with http in. and i can push and pull messages from the the imp with http request, but i can’t make a GET request to the imp from an external server. is that correct?

the httpapi doc says "Send HTTP GET or POST… " , what happens when an HTTP GET is received?

You need agents for this, which are still in closed beta. If you email us and explain your application, we’ll see if we can add you to the beta.

where do i send the email?

manufacturer@electricimp.com

I am trying to retrieve analog values from my UNO over the imp. I can read a value on the Arduino Serial Monitor of 28-31 as room temp derived from querying a tc74a i2c chip reading every 1/10th of a second and sending the data to pin 5 set to output with an analogWrite(). I chose pin 9 on the imp to receive
the data.

When I attach the AnalogInput code modified to read pin 9 rather than 8 to the imp and run it I get ;
Friday, June 28, 2013 10:13:02 AM: Power state: online=>offline
Friday, June 28, 2013 10:13:13 AM: Power state: offline=>online
Friday, June 28, 2013 10:13:13 AM: Device booting
Friday, June 28, 2013 10:13:13 AM: Running at 3.28 V
Friday, June 28, 2013 10:13:13 AM: Hardware Configured
Friday, June 28, 2013 10:13:13 AM: Potentiometer Started
Friday, June 28, 2013 10:13:13 AM: Device configured to be "Potentiometer"
Friday, June 28, 2013 10:13:13 AM: 1
Friday, June 28, 2013 10:13:13 AM: ERROR: the index ‘out_pot’ does not exist
Friday, June 28, 2013 10:13:13 AM: ERROR: at checkPot:31
Friday, June 28, 2013 10:13:13 AM: ERROR: from main:40

Post imp code! Seems like it may be simple…if I could see what your doing in the code!

ERROR: the index 'out_pot' does not exist
find out why

Haha!! Dang I missed that…

Maybe the error logs could be a different color in the log? I often miss errors until I dig through the log!

? The errors are in red on the new IDE?

Yes, very hard to read