How to add 2 variables in a api write request?
Latest activity Reply by CHATILLON Patrick
on 19 Apr 2021
HI! The following line works well to send my var1 value to thingspeak.
GET https://api.thingspeak.com/update?api_key=****************&field1={var1}
But I would like to send the addition of var1+var2 in the same command. I tried many differents commands like:
GET https://api.thingspeak.com/update?api_key=****************&field1={var1+var2}any help? Thanks
6 Comments
Time DescendingWhere are you sending the command from? A device, MATLAB or some other code?
Sign in to participate