Virtuino Forum

Full Version: HTTP POST to Thinkspeak
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[attachment=154]
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
Hi,
yes you can send multiple variables.
Please use the syntax  $C1_V0.value instead of the default value
(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'.