Quantcast
Channel: ThingSpeak IoT Community - Forum: ThingSpeak Apps
Browsing all 223 articles
Browse latest View live

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 Article


Vinod 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 Article


bobybc 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 Article

Image may be NSFW.
Clik here to view.

jaza_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 Article

Adarsh_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 Article


mandelkind 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 Article

Hans 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 Article

Image may be NSFW.
Clik here to view.

jaza_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 Article


mandelkind 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 Article


Adarsh_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 Article

gaz_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 Article

Hans on nov 7, tweetcontrol not working for me

Thanks for reporting. We are looking into the issue.

View Article

Vinod 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 Article


gaz_iot on nov 7, tweetcontrol not working for me

working again, THANKS!!!!

View Article

eggfile 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 Article


irasch 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 Article

Vinod 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 Article


Vinod 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 Article

irasch 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 Article

Vinod on Using ThingHTTP with Tropo

It could be because of some parsing of the '&' character. try replacing them with '&amp;' That said, the right solution is the body substitutions.

View Article
Browsing all 223 articles
Browse latest View live