Anton_K on Incorrect display of sparse data
Yes, data for Field 5 is being posted at different speed if compared to other fields... Thanks for the hint! I thought I could make it with a single channel. I'll try to redesign my solution...
View Articlerw950431 on reference , status variables
As you have found thingspeak is set up to log time-series data: there is no modify or delete commands. Sounds like you actually want a key/value store like mongodb or redis. Theres a list of free...
View Articletceel on install thingspeak on ubunto 16.04
Dear friend I saw that thread before BUT it doesn't help me. Still get this error: tceel@tceel:~/thingspeak$ rake db:create...
View Articlerw950431 on install thingspeak on ubunto 16.04
Search the internet for the error message, someone's probably had the same problem.
View Articlekvv213 on GAS meter automation
The idea with Web-server works. After 12 hours of no activity (except blinking LED) the device received button event and post it to ThingSpeak succesfully. PS. Still struggle with not enough power for...
View ArticleVinod on Installing Thingspeak api on shared webhosting
In general I would recommend using the capability on http://www.thingspeak.com instead trying to host your own instance of the code. If you are referring to the data collection server on github, I'm...
View ArticleVinod on install thingspeak on ubunto 16.04
If you're a newbie, or even an experienced developer, I would recommend you use http://www.thingspeak.com . You do not need to install your local instance of the code to use http://www.thingspeak.com .
View ArticleVinod on GSM Shield updates only once
It appears that your code has some debugging statements it prints to the serial port. You should be able to program your arduino and monitor the output on the serial port to look at the messages are...
View Articletceel on install thingspeak on ubunto 16.04
Dear rw950431 I searched the web but without any success! Dear Vinod thank you for your reply But I need a standalone server that I can host it on a dedicated domain. Is there someone here to help me...
View Articleambre00fr on install thingspeak on ubunto 16.04
I'm trying the same thing... My last attempt is via https://gorails.com/setup/ubuntu/16.04 tutorial, but haven't finished yet. I'll continue tomorrow
View Articlekvv213 on GAS meter automation
Small update about 15 seconds data post interval. Actually it exists. If I try to publish data more often than 1 post in 15 seconds then all the following after 1st posts are ignored. 🙂
View ArticleVinod on GAS meter automation
Once you send a point to a channel, that channel cannot receive an update for the next 15 seconds. After the 15 seconds are up since the initial point was received, the next update will will be logged,...
View Articlerw950431 on install thingspeak on ubunto 16.04
Perhaps this ? https://github.com/brianmario/mysql2/issues/603 Seems you need just the right combination of versions of rails and mysql2 gem.
View Articletceel on install thingspeak on ubunto 16.04
Dear rw950431 thank you again for your help. My rails version is 4.2.6 and I set up MySQL version 5.7.13 with : sudo apt-get install mysql-server mysql-client libmysqlclient-dev But still get the same...
View Articleoded on thingspeak ThingSpeak.readIntField(,,) on arduino with esp8266 unstable
hi all. i try to read last values of 3 field set of thhingspeak channel. like that:- after setting up client with these libraries #include <WiFiEsp.h> #include <WiFiEspClient.h> #include...
View Articleoded on inconsistent data readings from thingspeak - thingspeak library +...
hi all. i try this forum since i had no success in the arduino thinspeak forum. sorry for double posting - !! i try to read last values of 3 field set of thhingspeak channel. like that:- after...
View ArticleVinod on inconsistent data readings from thingspeak - thingspeak library +...
Is your device having a brownout? Frequently the power consumption of the device will momentarily increase when it needs to transmit data over WiFi. If the power source is not capable of supplying the...
View Articleanjihanuma on Things speak for monitoring noise and air pollution to create...
Hello everyone, I want to read Noise&CO values using Arduino UNO and then send this to Thingspeak. I am coding it using the Arduino IDE 1.6.7 with the Ethernet add-in module. I have managed to...
View Article