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

Hiding API Key on Xively Image

I'm interested in using Xively's image embed code in a website I'm working on, but I need to either: Make the Xively feed public in order to access the image Include the API key in the get request Now I do not want to expose our private…
Madison May
  • 2,723
  • 3
  • 22
  • 32
1
vote
1 answer

How to create a Highstock chart for Xively datastream?

I'm trying to create a Highstock chart from Xively data. I'm able to create regular line chart from a historic query of a Xively datastream and with some basic data format adaptation I am able to pass it to Highcharts.Chart(). I have tried making…
1
vote
7 answers

Online charting with Xively (cosm replacement)

Maybe I'm missing something obvious on the website, but I can't find any part of the new Xively website that provides any graphing capabilities for my feeds except for the 'feed url', but this is stuck at a 6 hour view. I'm particularly interested…
Sean Houlihane
  • 1,698
  • 16
  • 22
1
vote
1 answer

xively (replacement for Cosm (replacement for Pachube)) examples and charts

Does the new Xively have curl examples of the various read and write functions specifically for the new API? If so, where? If not, can we have some? Also, are the embedable charts gone? If not, where are they?
1
vote
2 answers

COSM feed receiving updates but graph is flatlined at zero

context: My first project with COSM is recording datapoints from my electric meter. When I look at the graph of the feed, it's flatlined at zero even though the datapoints appear to be correctly received. Any idea what's wrong, or things I should…
fearless_fool
  • 33,645
  • 23
  • 135
  • 217
0
votes
1 answer

Google IoT with Xively API availability

Google acquired Xively to integrate its IoT platform with Google IoT. I would like to know, when will Google release the new APIs so that we can use the Xively API as part of accessing Google IoT core?
Kiran Patil
  • 421
  • 1
  • 5
  • 18
0
votes
0 answers

Whats the error refer to connect xively using master api key? SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:645)

I use the below code and put a right Master Api key from the setting of personal xively site but the result is "SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:645)" . don't know why it occurred. from time import localtime,…
0
votes
1 answer

Xively Personal - was working but now data does not change

I'd appreciate any help that you might offer with debugging my AirPi based weather station that uploads data to my Xively Personal account. The station has been working and uploading for several months. I checked the Xively graphs and noticed that…
0
votes
1 answer

Pulling data from web server on android not updating

Im not quite sure whether the problem is with my android program or its a some kind of limitation in the web server api. Im using futurerequest to get the data from xively with api key and feed id, and parsing the data in json format, then storing…
Celly
  • 325
  • 1
  • 14
0
votes
1 answer

New Xively server error (503) on production system

I have an Arduino which has been successfully sending data to Pachube, then Cosm, now Xively for years. I have a page to monitor the data (www.iphealth.info) which displays png images using this code for about 8 different data feeds: img…
mspohr
  • 11
  • 2
0
votes
1 answer

How to pull data from Xively without authentication?

Im trying to pull data from xively.com to my android phone. The problem that i have is that i need to authenticate myself before being able to see the data. However, according the documentation here, if the data is public, then everyone should have…
Celly
  • 325
  • 1
  • 14
0
votes
0 answers

push/pull data from android to xively

I want to be able to both read and write to xively from my phone. its a simple exchange of data. i.e, player one gives data A to player B and vice verse. i am able to pull data from xively but im a bit confused how to push to JSONObject(1) while…
0
votes
1 answer

Does free Xively account causes QoS 1 or 2 publish failed?

My code (below) is working if I use QoS 0. But for QoS 1 or QoS 2. MQTTClient_publishMessage(...) failed. Am I missing any configuration? Or, is it because I am using free XIvely account? I use Paho API. ------------------------------- start of cut…
0
votes
1 answer

Why does the Xively developer portal show a device is private when in fact it is public?

I have created a number of devices in my Xively account and always selected "private access" in the create wizard. I recently noticed that some of these devices are publicly accessible, even though the Xively portal is telling me they are private. …
RobM
  • 49
  • 6
0
votes
1 answer

error installing xively-python on raspberry pi

I'm following the first time use tutorial for xively on a raspberry pi from the xively site. When I enter the command pip install xively-python I get an error: could not find a version that satisfies the requirement xively-python Anyone else…