Helge on No data ---> React ---> Tweet ---> Not working (?)
Hi piajola! You made it! So few lines, you make it look so easy. I will make a few starts and stops before I declare it 100% success but I believe this is the best solution. This must be very...
View Articlerw950431 on ThingSpeakException: Update failed
Is the second update more than 15 seconds after the first? Thingspeak has a hard limit of at least 15 seconds between updates.
View ArticleFenestron on possibility off API change
hi, i want to learn if there is a possibility of API or the server answers format change. because i plan to use the system for 2 years with the same software. if thingspeak change the API or server...
View ArticlePlStrss on Thingspeak library failure with returned Error codes! with cryptic...
I'm new here and trying to post to a new channel via the Arduino IDE and a NodeMcu 0.9 ESP8266 board. I can post direct from a browser and see the results OK BUT when I run some code via the #include...
View Articlephfbertoleti on API for Linux Users
Hi there! My name is Pedro Bertoleti. I have developed a API for using ThingSpeak (to send data) on Linux. It was developed in C language in socket level (so, at least in theory, It works in every...
View Articlealvarodecadiz9 on ThingSpeakException: Update failed
Yes, the second update is more than 15 seconds after the fist. For each iteration, I use the following (as you can see in the code): ScheduledFuture<?> beeperHandle11 =...
View ArticleVinod on ThingSpeakException: Update failed
Is it possible that even though the device thinks it is sending at every 15 seconds, because of network infrastructure, the messages do not hit thingspeak at a once per 15-second rate? What happens if...
View ArticleVinod on possibility off API change
There is a lot of effort put in to ensure that breaking changes are not introduced in the API with every release. There are a number of channels with data that is being collected over a period of years...
View Articlealvarodecadiz9 on ThingSpeakException: Update failed
I have tried to reduce the time between each iteration but I still dating the same problem. I changed the method by which it is iterated, as follows (but not work for me): ScheduledFuture<?>...
View Articleauliandini on Tweetcontrol, talkback and thinghttp
hi, i have project that use tweetcontrol, talkback and thinghttp with arduino uno and esp8266. I have setting thingspeak and 3 apps work properly as i only send channel update from my arduino which is...
View Articleauliandini on Talkback // How to make an LED blink when Thingspeak Data...
i have same problem with sinet666, and i already look at the example code but dont have any idea with that tho. Anyone can help with other example for arduino and esp8266?
View Articlerw950431 on Tweetcontrol, talkback and thinghttp
It seems to me that readRaw() is the only way to get talkback responses via the arduino library. There doesnt seem to be much documentation on it, all I can find is this from the source...
View Articledave1829 on i have 4 TS channels, how to update 16 values via one Arduino...
i have tried so many iterations! for example: #include "ThingSpeak.h" unsigned long upstairsPlenumCh1APIKeyChNum = xx; const char * upstairsPlenumCh1APIKey = "123"; unsigned long...
View ArticleBSB on Deleting a range of data
Second this. Bringing a new sensor on-line and know my earlier data on one field is badly skewed. Would love to be able to easily delete those data points
View Articlenaamah75 on Remove / Resize dots markers on line /spline
Is possible to have the option to remove or resize the dots on the line and spline graph to achieve more minimalist and clean aspect to the graph? Thanks!
View Articlenaamah75 on Disable Chart Data Sample Markers
Yes... disable/resize the red dots are really usefull for me!
View Articlesmtpinbox on [Web: htstore.info ] Selling good cvv , mailer, smtp, rdp admin,...
Welcome to the Proffesional & Strongest shop http://htstore.info/ Login and enjoy the all new design, with improved looks and great functionallity. Register now and check our promotional offer :...
View Articlerw950431 on i have 4 TS channels, how to update 16 values via one Arduino...
Did you look at the "WriteMultipleVoltages" example from the TS library? Even if you solve your compile errors it wont work because TS limits updates to one every 15 seconds per channel so only the...
View Article