<?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[Parsing MQTT Payload for numeric data value]]></title><description><![CDATA[<p dir="auto">I'm having a hard time retrieving data from a MQTT JSON payload and placing the information in a datapoint.  I am able to connect to the MQTT broker and subscribe to the Topic.  The playload data is coming through correctly, but I can't figure out the nomenclature to get the information into the datapoint. Any help would be greatly appreciated.</p>
<p dir="auto"><img src="https://camo.nodebb.org/62fe03f3b60107863dcae3c93d7a6a5e9e99f66b?url=https%3A%2F%2Fi.imgur.com%2F6MLA1U5.png" alt="71bc33f8-110d-4415-be3a-e554a47b2e30-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.mango-os.com/topic/5590/parsing-mqtt-payload-for-numeric-data-value</link><generator>RSS for Node</generator><lastBuildDate>Fri, 17 Jul 2026 12:00:07 GMT</lastBuildDate><atom:link href="https://forum.mango-os.com/topic/5590.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 06 Oct 2022 18:35:27 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Parsing MQTT Payload for numeric data value on Fri, 07 Oct 2022 16:13:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/terrypacker" aria-label="Profile: terrypacker">@<bdi>terrypacker</bdi></a>  Thanks.  That worked.</p>
]]></description><link>https://forum.mango-os.com/post/27513</link><guid isPermaLink="true">https://forum.mango-os.com/post/27513</guid><dc:creator><![CDATA[Curtis]]></dc:creator><pubDate>Fri, 07 Oct 2022 16:13:51 GMT</pubDate></item><item><title><![CDATA[Reply to Parsing MQTT Payload for numeric data value on Thu, 06 Oct 2022 19:17:34 GMT]]></title><description><![CDATA[<p dir="auto">Your value JSON pointer would look like this:</p>
<pre><code>/values/0/v
</code></pre>
]]></description><link>https://forum.mango-os.com/post/27512</link><guid isPermaLink="true">https://forum.mango-os.com/post/27512</guid><dc:creator><![CDATA[terrypacker]]></dc:creator><pubDate>Thu, 06 Oct 2022 19:17:34 GMT</pubDate></item><item><title><![CDATA[Reply to Parsing MQTT Payload for numeric data value on Thu, 06 Oct 2022 19:12:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/curtis" aria-label="Profile: Curtis">@<bdi>Curtis</bdi></a> the input is in JSON Pointer notation.  Slashes are the separator, you can learn more here: <a href="https://www.baeldung.com/json-pointer" rel="nofollow ugc">https://www.baeldung.com/json-pointer</a> or the full monty here: <a href="https://www.rfc-editor.org/rfc/rfc6901.html" rel="nofollow ugc">https://www.rfc-editor.org/rfc/rfc6901.html</a> (with some decent examples)</p>
]]></description><link>https://forum.mango-os.com/post/27511</link><guid isPermaLink="true">https://forum.mango-os.com/post/27511</guid><dc:creator><![CDATA[terrypacker]]></dc:creator><pubDate>Thu, 06 Oct 2022 19:12:11 GMT</pubDate></item></channel></rss>