Virtuino Forum
HTTP POST to Thinkspeak - Printable Version

+- Virtuino Forum (https://virtuino.com/forum)
+-- Forum: Virtuino (https://virtuino.com/forum/forumdisplay.php?fid=1)
+--- Forum: Virtuino IoT (https://virtuino.com/forum/forumdisplay.php?fid=2)
+--- Thread: HTTP POST to Thinkspeak (/showthread.php?tid=1471)



HTTP POST to Thinkspeak - Gravity - 10-28-2023

   
Hi All!

First of all, I really love Virtuino IOT, this app is totally useful and makes a lot of fun!

At the moment I try to send values to a thingspeak channel using the HTTP POST tool, so far so good.

Is there a way I could directly send the value of some variables? Please see the attached picture. I would like to bulk send a few variables out from an mqtt input.

Best regards, Raph


RE: HTTP POST to Thinkspeak - iliaslamprou - 10-30-2023

Hi,
yes you can send multiple variables.
Please use the syntax  $C1_V0.value instead of the default value


RE: HTTP POST to Thinkspeak - Gravity - 10-30-2023

(10-30-2023, 07:41 PM)iliaslamprou Wrote: Hi,
yes you can send multiple variables.
Please use the syntax  $C1_V0.value instead of the default value

Thank you very much iliaslamprou, this works!
I didn't know I have to add '.value'.