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
1
vote
1 answer

How do I get this python script working on heroku? (The browser throws up '404 Not Found')

I am completely new to both Python and Heroku... I am trying to communicate with xively.com using the python script included below. This script seems to work fine locally-it performs its intended function when I execute 'foreman start'. But when I…
1
vote
0 answers

Arduino to Xively JSON Error 400 The Feed is Empty

I am trying to upload data from an Aurdino to Xively. I can connect to Xively and even get the PUT request showing up on the Xively Request Log. But i get the error 400 Bad Request {"title":"JSON Parser Error","errors":"The feed is empty"} I…
1
vote
1 answer

Send JS values to xively using XivelyJS

How can I send two Javascript values to a xively feed, One as the ID and one as the value. Current code is. I want to get those values in to a xively feed so I can access them via an arduino with wifi. Unfortunately getting the values directly from…
Dan W
  • 365
  • 1
  • 4
  • 20
1
vote
1 answer

Xively datastreams PNG server error

I want to display on my website my data in graph format using this, but it gives a Xively server error after a while. https://api.xively.com/v2/feeds/1212121212/datastreams/countingsheep.png I can see other formats such as JSON but not PNG. How…
1
vote
1 answer

arduino xively setfloat only uses 2 deicmal positions

I am using an arduino v1.0.3 with xlively to upload sensor data but it only uploads 2 decimal positions. Is there a way to change this (would like 3 or 4 decimal positions) thanks XivelyDatastream datastreams[] = { XivelyDatastream(sensorId,…
1
vote
1 answer

How can I set the units in an Xively datastream via MQTT

I'm publishing the following MQTT request to the topic /v2/feeds/XXX.json, where XXX is the name of my feed. { "version": "1.0.0", "datastreams": [ { "id": "test", "current_value": 25, "unit": "Celsius", …
morri
  • 196
  • 7
1
vote
1 answer

Beginners Module error

Hey guys just playing around with Xively at the moment with a PI. I am having troubles getting my pi to run the python script tho. https://xively.com/dev/tutorials/pi/#code Was the tutorial i used but i keep getting this error. …
1
vote
0 answers

Xively graph showing incorrect x axis labels

I'm using the Xively REST API to retrieve urls pointing to graphs covering various feed durations - https://xively.com/dev/docs/api/data/read/single_datastream/. The feeds records temperature and time. I'm able to retrieve graphs for daily, weekly…
barry
  • 4,037
  • 6
  • 41
  • 68
1
vote
1 answer

What's the max size of a Xively datapoint value

I would like to write JSON to a datapoint value in Xively (so I can store a value dictionary in a single datapoint). What is the max size (e.g. string length) I can write to a datapoint?
1
vote
1 answer

Xively: sending commands to devices - how to mark commands as read?

I can see how a datastream/channel can be used to send commands to a device (e.g. an actuator). The device can periodically poll the channel for incoming commands, but if the device has no storage of its own how can it tell which commands it has…
RobM
  • 49
  • 6
1
vote
1 answer

how to Get&Put xively data with android 2.3.6

Is this code will work in Android, I am using xively and xively's requirements are: X-ApiKey API_KEY_HERE User-Agent Device Agent Content-Length length Host api.xively.com Content-Encoding …
Jimit
  • 73
  • 1
  • 2
  • 7
1
vote
1 answer

Xively data in a spreadsheet

Hi I am new to using Xively and working on a project for the Craftsbury Outdoor Center. I have a few temperature and humidity sensors hooked up and streaming to Xively from an Arduino, but we think it would be useful to have the data also offline…
1
vote
1 answer

Multiple calls to xively.feed.history()

I am trying to build a plotting webpage which gets data from multiple xively feeds and plots them with Rickshaw (based on D3). The problem I have is that I can't access the data which is returned from the server outside of the calling function. I'm…
mor22
  • 1,372
  • 1
  • 15
  • 32
1
vote
1 answer

Getting updates via xively websockets

I am trying to subscribe to datastream updates via the xively-js javascript library. However, all I am getting is a 503 error right after creating the websocket: WebSocket connection to 'ws://api.xively.com:8080/' failed: Unexpected response code:…
kris
  • 21
  • 4
1
vote
1 answer

Calculate Xively client downtime

Am trying to calculate how long my IoT device is offline. MQTT has feature called Last Will and Testament. Is there a way to track how long the client has been down using Xively dashboard.
Arky
  • 380
  • 1
  • 4
  • 15