piajola on Remove / Resize dots markers on line /spline
Hi Vinod, This MATLAB visualization app would be tied to an on-data insert to the channel Can you explain a little more ... to hava a living plot? Thank you in advance
View ArticleVinod on "2-d line plot" dosent show correct on external site. iframe
In the code example you have above, replace the line thingSpeakPlot(time, data); with plot(time,data);
View Articlerw950431 on ThingHTTP + Slack Incoming Webhook
Should have added that I'm evaluating the android Slack app for notifications since I'm pretty disappointed with the revamped IFTTT client (which now doesn't seem to show any of the actual message you...
View Articlesvicar on Deleting old (bad) values from a chart?
Helo I can give you the way to do it... 1. Go to data inport/export and export the data to csv file. Use notepad to delete or modify unwanted rows. 2. Go to channel setting and "clear channel" delete...
View Articleglynnbebee on Multiple temps in one message - help please.
I'm still working on this and all ears. Focusing on just 2 temps in one message for now. What I did get working was this (again, where 'datapoint' is an array of 7 temperatures) Device //Thingspeak...
View Articleglynnbebee on Multiple temps in one message - help please.
Nevermind! I got it. The answer was here all along. http://community.thingspeak.com/forum/thingspeak-api/electric-imp/#p669 Great Forum. Thanks.
View Articleglynnbebee on Electric Imp
It's a little late, but I want to thank you for this post. It really helped me out today. Thanks again! G
View ArticleSilverNodashi on display one chart with values from the same field at...
Hi, Did you ever figure it out? oskimark1 said Hi, i want to display in the same chart different values from the same field. Like example Field 1: Temperature and select to display Series1: Today...
View ArticleTesla41 on Matlab visualization - plot update after channel update
Hi, are there news concerning this topic? I've the same problem Thank you 🙂
View ArticleNic Roche on Connection only works once
Hi, I'm doing an update using the GET verb in request. This mechanism is important. It works the first time and then all subsequent connections fail. I have used the domain url and IP address with...
View ArticleHans on Connection only works once
Hi. I would try commenting out the return line to see if the code continues. If that does not work, then I would try restarting the client. Let us know what you discover.
View ArticleRob Purser on Connection only works once
Are you actually closing the connection that you opened? I don't see a call to stop()... Consider using the ThingSpeak Communication Library, which supports more ESP-8266 devices. The code is...
View ArticleNic Roche on Connection only works once
> I don't see a call to stop()... This is linked github code refactored. In my many iterations I have tried stop(), global WiFiClient, local WiFiClient, timeouts etc. > using the ThingSpeak...
View ArticleNic Roche on Connection only works once
Hans said Hi. I would try commenting out the return line to see if the code continues. If that does not work, then I would try restarting the client. Let us know what you discover. as there is no...
View ArticleNic Roche on Connection only works once
I _seem_ to have resolved it. I have modified the order before for WiFi.mode(WIFI_STA); Now it sits just before WiFi.begin (ssid, pw); Also I modified the number of connection my access point can...
View Articlepopunonkok on Parse the Max/Min value from 1 day to HTMLpage, JSON question.
This script works. It prints the 1st value of Field1 in my Channel. The code prints it in the Div class "Column-center". <script> $(document).ready(function(){...
View ArticleSilverNodashi on Matlab plot output
Vinod said You can have the MATLAB code be called on a React app set to be executed on data insertion. You could use the thingSpeakWrite function in your MATLAB code to write the data to a new field in...
View ArticleSilverNodashi on How to compare channel values, over time?
Hi, Is it possible to compare 6 channels' values over time, say for the past 7 days? I looked but coudn't find a way to do this in Matlab. I have a bunch of temperature sensors which I want to compare...
View Articlepiajola on How to compare channel values, over time?
Hi SilverNodashi, Please click this link http://community.thingspeak.com/2016/09/use-matlab-timetable-to-merge-thingspeak-data-channels/ it is a Hans post about timetables. I think it is the basis for...
View Articlemohamedali1993 on Visualizing data in a time table format/ data table format
I am wondering if anyone tried to visualize data in a time table format on their channel. I am sending strings (from an ESP8266) and I am reading them in Matlab using the "timetable" output format of...
View Article