-->
Page 1 of 1

ThingSpeak Integration

PostPosted: Sat Dec 05, 2015 7:43 pm
by Nick McBride
OK, maybe I'm being thick, but I'm trying to use the SENDTS function to send off some data to a ThingSpeak channel.

I have a variable "tempF" that is a decimal, which would look like 72.5. My SENDTS function looks like this:

SENDTS("APIKEYHERE",1, tempF) but this doesn't work. If I use SENDTS("APIKEYHERE",1, "1"), I'll get a 1 in the channel.

So how do I convert the floating point to a string, or get ThingSpeak to take it as is?

Re: ThingSpeak Integration

PostPosted: Sun Dec 06, 2015 3:37 pm
by Nick McBride
Sorry, duplicate post. Original here: viewtopic.php?f=45&t=6980