<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Thingspeak API - multiple fields]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">I'm stuck on a problem sending data on the thingspeak platform (ENV Ⅳ Unit).<br />
I can't send multiple data at the same time on thingspeak. On the other hand, only one data works.</p>
<p dir="auto"><strong>Examples (url_thingspeak):</strong></p>
<p dir="auto"><strong>1.</strong>  only one send works:</p>
<p dir="auto"><a href="http://api.thingspeak.com/update?api_key=AS000000001&amp;field6=1" target="_blank" rel="noopener noreferrer nofollow ugc">http://api.thingspeak.com/update?api_key=AS000000001&amp;field6=1</a></p>
<p dir="auto"><strong>2</strong>.  Multiple data sends do not work, I tried several solutions:</p>
<p dir="auto"><a href="http://api.thingspeak.com/update?api_key=AS000000001&amp;field6=%5Bpression%5D&amp;field7=%5Btemperature%5D&amp;field8=%5Bhumidity%5D" target="_blank" rel="noopener noreferrer nofollow ugc">http://api.thingspeak.com/update?api_key=AS000000001&amp;field6=[pression]&amp;field7=[temperature]&amp;field8=[humidity]</a></p>
<p dir="auto"><a href="http://api.thingspeak.com/update?api_key=AS000000001&amp;field6=" target="_blank" rel="noopener noreferrer nofollow ugc">http://api.thingspeak.com/update?api_key=AS000000001&amp;field6=</a>' + pression + '&amp;field7=' + temperature + '&amp;field8=' + humidity</p>
<p dir="auto"><a href="http://api.thingspeak.com/update?api_key=AS000000001&amp;field6=" target="_blank" rel="noopener noreferrer nofollow ugc">http://api.thingspeak.com/update?api_key=AS000000001&amp;field6=</a> + pression + &amp;field7= + temperature + &amp;field8= + humidity</p>
<p dir="auto">This may be a basic question, but I can't find the solution as a beginner :-(.</p>
<p dir="auto">Thanks for your help</p>
<p dir="auto"><img src="/assets/uploads/files/1727562459032-2024-09-29-00-26-50.png" alt="2024-09-29 00 26 50.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.m5stack.com/topic/6845/thingspeak-api-multiple-fields</link><generator>RSS for Node</generator><lastBuildDate>Tue, 12 May 2026 18:49:47 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/6845.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 28 Sep 2024 22:38:23 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Thingspeak API - multiple fields on Mon, 30 Sep 2024 21:09:07 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/felmue" aria-label="Profile: felmue">@<bdi>felmue</bdi></a></p>
<p dir="auto">Thanks for your help.</p>
<p dir="auto">Everything works with this solution :-) :</p>
<p dir="auto"><img src="/assets/uploads/files/1727730377725-2024-09-30-23-04-21.png" alt="2024-09-30 23 04 21.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.m5stack.com/post/26555</link><guid isPermaLink="true">https://community.m5stack.com/post/26555</guid><dc:creator><![CDATA[m5oss]]></dc:creator><pubDate>Mon, 30 Sep 2024 21:09:07 GMT</pubDate></item><item><title><![CDATA[Reply to Thingspeak API - multiple fields on Sun, 29 Sep 2024 16:16:38 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/m5oss" aria-label="Profile: m5oss">@<bdi>m5oss</bdi></a></p>
<p dir="auto">try something like below:</p>
<p dir="auto"><img src="/assets/uploads/files/1727626538619-uiflow1createurl_20240929.png" alt="UIFlow1CreateURL_20240929.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">or try using an <code>Execute Code</code> block with this content:</p>
<pre><code>url_thingspeak = 'http://api.thingspeak.com/update?api_key=A00000056&amp;field1=' + str(pression) + '&amp;field2=' + str(temperature) + '&amp;field3=' + str(humidity)
</code></pre>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/26542</link><guid isPermaLink="true">https://community.m5stack.com/post/26542</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Sun, 29 Sep 2024 16:16:38 GMT</pubDate></item></channel></rss>