clag on Adding units to Google Gauge: ie. %, hPa, °C
I'd like to be able to add units to the bottom value on google gauges. I have tried: var formatter = new google.visualization.NumberFormat({pattern: "#'%'"}); but cannot get it to work. also: var...
View ArticleVinod on Adding units to Google Gauge: ie. %, hPa, °C
I have this code that puts the units on a gauge. Perhaps you can modify it for your use case: <script type='text/javascript'...
View Articlebobybc on Channel Value Replacements - timestamp?
Hi, i know ow to use fileds in TingHTTP, but does someone knows hot to annotate timestamp? 10x Boby Channel Value Replacements Include channel data in your ThingHTTP request to get the last value...
View Articlejaza_tom on Can't use data from thingSpeakRead to parse comma delimited values
Hello, I'm finding the reference for thingSpeak extremely lacking so I have turned here in exasperation. I am using the thingSpeakRead() function to read the most recent value from Field 1 of my...
View ArticleAdarsh_Murthy on Can't use data from thingSpeakRead to parse comma delimited...
Hi, thingSpeakRead() by default returns data back as a numeric array. For your case, since the data on the ThingSpeak channel is a string, you should use the 'OutputFormat' names parameter to request...
View Articlemandelkind on Escape Custom Replacement Keys in ThingHTTP
How may I escape custom replacement keys in ThingHTTP? https://ch.mathworks.com/help/thingspeak/thinghttp-app.html#bvevu2b-5 I've managed to get an API request up and running and everything seems to...
View ArticleHans on Escape Custom Replacement Keys in ThingHTTP
Have you tried URL encoding ? There are websites that will do the encoding for you. Let us know if you try that.
View Articlejaza_tom on Can't use data from thingSpeakRead to parse comma delimited values
Thanks for the reply! Clearly I have a lot to learn about MATLAB... I now have the thingSpeakRead() function returning a table. It would appear that it thinks the column with the comma-delimited...
View Articlemandelkind on Escape Custom Replacement Keys in ThingHTTP
@Hans: I'm unable to add any additional encoding, since the data is passed by a 3rd party service (IFTTT) - and there is the data already urlEncoded. I suspect ThingHTTP receives the data &...
View ArticleAdarsh_Murthy on Can't use data from thingSpeakRead to parse comma delimited...
Hi, Thanks for sharing the additional info. ThingSpeakRead at present doesn't support the case where a numeric vector is stored in a single field. We will consider this in a future update of the...
View Articlegaz_iot on nov 7, tweetcontrol not working for me
worked yersteday do not today I have a number of controls through thweetcontrol. They worked well yesterday and today there is no way to make them work. Likewise I've tried cheerliht and does not...
View ArticleHans on nov 7, tweetcontrol not working for me
Thanks for reporting. We are looking into the issue.
View ArticleVinod on nov 7, tweetcontrol not working for me
It appears that this was related to the Twitter API servers IP address changes. @gaz_iot: Can you confirm tweetcontrols are working now?
View Articleeggfile on Auto update ThingSpeakPlot charts
Hi, I use two Arduinos to count certain events. Each Arduino is sending its counter every 20sec to its Channel, i.e. I have two channels- one for each Arduino. In addition I have generated one...
View Articleirasch on Using ThingHTTP with Tropo
Hi, I found a ThingHTTP app that will allow me to send SMS messages through Twilio from an Arduino. The instructions to set it up are below, and it works: Copy the following data into the fields. Where...
View ArticleVinod on Using ThingHTTP with Tropo
Assuming you have a tropo URL like this: https://api.tropo.com/1.0/sessions?action=create&token=***YOUR_TROPO_TOKEN_HERE*** you can create a new thingHTTP and set the URL parameter of the thingHTTP...
View ArticleVinod on Auto update ThingSpeakPlot charts
To confirm your request, you would like the plot generated using thingSpeakPlot to auto refresh every 'n' seconds? This is not possible today, but we will put it in the list of features to add based...
View Articleirasch on Using ThingHTTP with Tropo
I've made a little progress, but still have a problem. If I set up the Choreo like this: Name: TropoSendSMS APIKey: xxxxx URL:...
View ArticleVinod on Using ThingHTTP with Tropo
It could be because of some parsing of the '&' character. try replacing them with '&' That said, the right solution is the body substitutions.
View Article