piajola on Google Gauge Range does not change
Hello Chris, You asked for ANY help on this ... So my "work" is stolen/cloned from others (to whom I say thank you), and I did as Dr Victor Frankenstein ... so it is at your own risk So do as...
View ArticleDRCO on Google Gauge Range does not change
Out of my depth here, and no floaties BUT, using the age old adage of "read the instructions" I checked out the Google developers code and found that the Gauge default is 100 - you can alter it using...
View Articlerw950431 on Matlab Analysis sends to PushingBox (I wish to)
Curses! Doxxed by the matlab geo-router I only wish the gods of thingspeak would allow python as well as matlab I use the IFTTT Maker channel for a similar purpose.
View Articlemdahlb on Read last value AND time/date from thingspeak
Hello, I'm trying to read the last value AND the date/time from a private channel to my Arduino. I can easily get the last value using the "official thingspeak library for arduino" and the...
View ArticleFrog_Qmak on gaps in data recording
Hello everyone! I have a nasty problem and I have searched whole Internet but I haven't found any result Please look at my results: I get gaps, spmetimes they last for hours. I use NodeMcu (ESP8266)...
View ArticleFrog_Qmak on gaps in data recording
Probably solved. I was using two ESP's sending data to the same channel. From time to time they synchronized - and TS needs 15 sec interval between consecutive updates, so servers were rejecting the...
View ArticleWilice K on New Android Widget: ThingSpeak Monitor
Ver 1.4.1 has been released. Since this release you can set up the URL of your own Thingspeak server instance to monitor data from it.
View Articleturti on Read last value from ThingSpeak into my website
Hello, I serched the last hole night to find a solution for my problem: On my website I want to see the last temperature I´ve logged to ThingSpeak. If I type:...
View Articlemdahlb on Thingspeak and Wemos D1 Mini
Hello Tim I have managed to read the last value (a temperature) from my private thingspeak channel with a Wemos D1 mini.. just replace the XXXXX in the code below with your personal settings:...
View Articlemdahlb on Sample code to retrive last value from Thinkspeak using ESP8266
If you just want to retrieve the last value for a channel you could use the official thingspeak/arduino library. That works fine. But if you also would like the date/time for the last value I don't...
View Articlemdahlb on How to send sensor data to thingspeak using SIM 900 for internet...
I made it work with arduino!
View Articlerw950431 on Read last value AND time/date from thingspeak
Maybe you have to use readRaw() and parse the string yourself? From https://github.com/mathworks/thingspeak-arduino/blob/master/src/ThingSpeak.h /** * @brief Read a raw response from a public...
View Articlehoriachirculescu on Disable sign in
Hello, How to disable new sign in accounts? (linux installation 64b)
View Articlemdahlb on ThingSpeak Communication Library for Arduino
Hello, Is there a simple way to read the last value AND the timestamp for that value? I can easily read the last value, thanks to the library, but what about the time and date?
View Articlemdahlb on Read last value AND time/date from thingspeak
Thanks! Well, I managed to get the "age" (in seconds) of the most recent entry by adding the following code: String response = ThingSpeak.readRaw(myChannelNumber, String(String("/fields/") + String(1)...
View ArticleOZ2CPU on BUG found, number of days
yes hans, thanks for getting back to me, I know about the bug / limitation, but why not fix it ? I really like to upload data at my regular update interval, so I can see smaller changes too, but I also...
View Articlemost211 on Name of the Fields
hello everyone, I need to change the name of the fields that appear in the excel/csv file of my channel, which are Field1 Field2... I tried to change field label from channel setting, but it didn't...
View ArticleHans on Name of the Fields
The names at the top of the CSV file are fixed to field1, field2, etc. The label changes the metadata in other parts of the API.
View Article