I'm not really sure how I got it working, maybe just a reboot of my CPx2 or some lucky twist with an xig.py file, but I am now seeing data streams on my Etherios device cloud account for each xbee and sensor (dia/channel/0000000-00000000-.../xbee-409.../AD0 etc.) and nice charts and thats great.
What I want to do now though is repeatedly, say every 15 seconds, send the current data from these streams over to Thingspeak.com. So ideally I would send a post request formed as such:
http://api.thingspeak.com/update?key=(This key specific to one endpoint/ xbee)&field1=(AD0)&field2=(AD1) etc.
for each stream. So, how would I do that? I've been trying to accomplish this through the API Explorer with no luck so far.
Thanks!
Mike
I should add that I am a novice at best with python. I can follow instructions but that's about my level.