Questions tagged [xively]

Xively is a platform devoted to simplifying the interconnection of devices and data with applications on the Internet of Things.

By providing necessary resources, Xively helps developers and builders easily create, prototype, build, pilot and deploy their Internet connected product. So they can transform the way people experience their world.

Xively's REST API, extensive hardware and software libraries for your device, application, or service makes it easy to program in the language or environment of your choice.

References:

157 questions
2
votes
1 answer

Upload homewizard data to cosm

Today I discovered Cosm and I'm trying to get some data uploaded as a test. I have a device (it's called HomeWizard) and I use it to remotely control switches and read weather and energy data. Reading data from the device is done using HTTP and…
Edwin
  • 33
  • 2
2
votes
2 answers

JSONP pass api key

I've got an arduino uploading sensor data to cosm.com. I made a simple webpage on my local web server to query the cosm.com API and print out the values. The problem is that if I am not logged into cosm.com in another tab, I get this popup. The…
spuder
  • 17,437
  • 19
  • 87
  • 153
1
vote
0 answers

Xively and keypad.h

So I am making a basic "security" system using a PIR sensor and a keypad to disarm and arm. It is also updating Xively with the sensor readings using a Ethernet 2 shield. it will update with no problems when I do not have my readKeypad() code in it.…
kyuzo329
  • 11
  • 2
1
vote
1 answer

Python: pushing sensor data from Raspberry Pi to xively

I have this project where I need to push GrovePi ultrasonic ranger data to xively but it keeps having error. I want the ultrasonic ranger to detect movement and count the number detected. This number will be push to xively. This is the error I get:
April Lee
  • 11
  • 5
1
vote
0 answers

Xively error using json

I have an error on xively regarding the connection when being updated using json and socket. {"status":403,"headers":{"DATE":"Mon, 02 Nov 2015 07:57:21 GMT","CONTENT_TYPE":"application/json;…
1
vote
0 answers

Xively displays incorrect timestamp when logged out

When I'm logged into Xively, it shows the correct timestamps for my feed. When I'm not logged in, it shows an incorrect timestamp. For the record, this is a dust sensor connected to an Arduino Ethernet. The Arduino doesn't set the timestamp itself…
Alex Johnson
  • 958
  • 8
  • 23
1
vote
0 answers

Sending data to Xively using Arduino mega + GSM shield sim 900

I want to send my sensor data to xively using GSM shield SIM900. After running my code i am getting 0 as a response from server. Please help me to figure out what's the issue? I am using rhydolabz's GSM SIM900 module with adriuno #include…
Shanu
  • 11
  • 1
1
vote
1 answer

xlively conversion from Pachube Feed VB.net

Trying to convert and old Pachube feed to Xively using Visual Studio 2013. Receive a 400 error. Here is a snippet of my code base.It still works with my old pachube feed but after changing to xlivey api no longer works. Dim PachubeStream As String =…
Ken
  • 11
  • 2
1
vote
0 answers

Can't commute a relay with Arduino wifi shield + Xively

I’m trying to turn on and off an LED light bulb connected to a Tinterkit Relay. I’m using an Arduino UNO r3 connected to internet thanks to an official Arduino Wifi shield. I’ve done a simple website with two buttons to send a 1 (on) or a 0 (off)…
andress50
  • 11
  • 1
1
vote
1 answer

Raspberry Pi GPIO to Xively python example?

I am a non-programmer feeling my way through Xively with a Raspberry Pi running python. I have successfully worked through the tutorial given on the xively site given here: https://xively.com/dev/tutorials/pi/ The next step in my project is to…
fdstanford
  • 11
  • 2
1
vote
0 answers

When does the Xively API return 406 "Not acceptable" or "403 Rate too fast"?

The Xively API is rate-limited but I'm trying to understand what the limits are so that I can adjust my client accordingly. In fact there seems to be more than one limit: in some cases I see a 406 (Not acceptable) HTTP response, and other times I…
RobM
  • 49
  • 6
1
vote
1 answer

Arduino + sim900 + xively

I have a problem, I'm new to Arduino and I'm totally a beginner. I bought a SIM900 Quad-band GSM / GPRS Shield for Arduino (http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=221176159800&ssPageName=ADME:X:RTQ:US:1123) and I have two problems. (I…
Vragolasti
  • 11
  • 3
1
vote
1 answer

Xively Datastreams Setup Arduino

I want to update two channels on Xively and I can not get my datastream to update both. I am seeing one channel being updated ("Temperature"), but the other "sensor1" is not being updated. This is my first crack at a datastream, so any…
1
vote
1 answer

Xively API: can´t upload two variables

I´m having a few problems with the Xively API for Arduino. My project consists of sending data collected by analog sensors through the Ethernet Shield and print them it in the Xively website (in my account for now). The problem is, i´ve to send two…
gamerblarg
  • 11
  • 2
1
vote
1 answer

tmobile arduino attachGPRS

I am trying to connect to Xively using a SIM900 GSM shield and using the library that arduino has provided to do so. I have an Arduino UNO R3 with me. I have tested the sim card is registered with the network using another dev kit and sending text…
user250788
  • 11
  • 3
1 2
3
10 11