viciba on New Android Aplication: DOMOTE
lover50 said It looks nice, but why does it have some of these permissions? I don't see what they are needed for. Record audio? Disconnect from wifi? Photos/Media/Files read the contents of your...
View ArticleR on Thingspeak installation in Ubuntu 14.04
Hi, After struggling with installation for almost 2 days, Thingspeak server installation was successful in ubuntu 14.04 with mysql. When i started the server i got the below message => Booting Puma...
View ArticleHans on Cloud Data Missing on ThingSpeak chart
The time on the ThingSpeak channel does not update automatically with new data. That is a feature that we have logged and will consider doing that in the future.
View ArticleHans on XML http request for clear a channel
I have created a bug report on our side. Thanks for sharing.
View ArticleHans on XML http request for clear a channel
I took a look and noticed that you need to send the User Account API key, not the channel's key. http://www.mathworks.com/help/thingspeak/clear-a-channel.html api_key (string) - User's API key. Note...
View Articlebriscoe on Displaying an analysis result
Hello Everyone! I am trying to write a matlab analysis file to calculate the days of battery life remaining on a esp8266 based on the slope of the decreasing battery readings and extrapolate how many...
View Articlepiajola on Displaying an analysis result
Hi Briscoe, If this is of any help ... I hope it is near your last question 1- Apps / MATLAB Visualizations + Green button "New" (create a new visualization) (no analysis no plugin) 2- Custom (no...
View Articlefahimhaider on data not show on thingspeak
Dear ALL I am sending temperature data to thingspeak but it did't show in my channel. Below is my code. Please give me the suggestion. t=require("ds18b20_1") pin = 1 t.setup(pin) addrs = t.addrs() if...
View Article0xFF on New Android Aplication: DOMOTE
It spent few minutes trying to login before I discovered my channel needs to be public... Why there is no information about channels settings requirements? Finally why do I have to publish my channel?
View ArticleHans on How can I make three sensors display values in one channel with three...
You should send one update with multiple values. For example, /update?field1=20&field2=30 And, make sure on the channel settings tab that you have the fields enabled (checked). Let us know what you...
View ArticleHans on How to get last entry by javascript
Here is a full example using jQuery: http://community.thingspeak.com/tutorials/javascript/parse-thingspeak-last-entry-feed-with-jquery/ Also, my CheerLights project has a jQuery example....
View ArticleHans on Updating Lat/Long Location Issue
By default, location data does not get returned in the API results. You have to add "location=true" to the API call to get location data back in your response. For example,...
View ArticleHans on Fail to Update data to ThingSpeak by means of HTTP request in C
Did you get this working? In your wget line, do you need to separate waterLevel and flowRate so that it writes the variable value versus the string?
View ArticleHans on Name of the Fields
The labels are returned in the JSON format. For example: https://api.thingspeak.com/channels/1417/feeds.json field1: "Last CheerLights Command", field2: "CheerLights HEX Color", ...
View ArticleHans on Read thingspeak channel using arduino+esp8266 (AT COMMANDS)
Does your GET request work in a browser tab?
View ArticleHans on BUG found, number of days
I missed your reply, but here is something that you can try. http://api.thingspeak.com/channels/71167/charts/5?width=auto&height=auto&days=365&type=spline&average=daily The API...
View ArticleHans on data not show on thingspeak
The charts only show numeric data such as 77.9 or 80 - you can use the IoT Debugger tool to see what the data looks like. Sometimes this helps you troubleshoot formatting issues....
View ArticleHans on multiple channels in one graph
Highstock charts are really awesome. Thanks for sharing!
View Article