<?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[Interfacing Mango with Digi RM]]></title><description><![CDATA[<p dir="auto">Heya,</p>
<p dir="auto">Wondering if anyone has had any experience interfacing Mango with Digi RM (<a href="https://remotemanager.digi.com/" rel="nofollow ugc">https://remotemanager.digi.com/</a>)? I am trying to use either a HTTP Json receiver or retriever but haven't had much luck yet. Just wondering if it possible (good or bad experience) before I recreate a middleware app I used for another similar project.</p>
<p dir="auto">Thanks<br />
Ian</p>
]]></description><link>https://forum.mango-os.com/topic/4500/interfacing-mango-with-digi-rm</link><generator>RSS for Node</generator><lastBuildDate>Sun, 12 Apr 2026 23:08:59 GMT</lastBuildDate><atom:link href="https://forum.mango-os.com/topic/4500.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 01 Oct 2019 23:55:29 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Interfacing Mango with Digi RM on Wed, 02 Oct 2019 13:46:47 GMT]]></title><description><![CDATA[<p dir="auto">Hi Ian,</p>
<p dir="auto">You maybe could do it with an HTTP JSON retriever or receiver - you link does not explain the protocol you're trying to interface with. If you have an authentication token you can probably do it with the retriever, and if you can configure it to push messages to your Mango at the /httpds URL<br />
you may be able to use the receiver.</p>
<p dir="auto">Given that it brings a login screen, you may be better off using a scripting data source with the HttpBuilder doing the HTTP, as you can do more arbitrary things, such as logging into the service. This thread has an HttpBuilder integration with an API: <a href="https://forum.infiniteautomation.com/topic/2999/intesis-integration/2" rel="nofollow ugc">https://forum.infiniteautomation.com/topic/2999/intesis-integration/2</a></p>
<p dir="auto">You may also need to use something like <code>var response = JSON.parse(content);</code> in the response function.</p>
<p dir="auto">Documentation here: <a href="https://help.infiniteautomation.com/about-mango-java-script" rel="nofollow ugc">https://help.infiniteautomation.com/about-mango-java-script</a></p>
]]></description><link>https://forum.mango-os.com/post/23766</link><guid isPermaLink="true">https://forum.mango-os.com/post/23766</guid><dc:creator><![CDATA[phildunlap]]></dc:creator><pubDate>Wed, 02 Oct 2019 13:46:47 GMT</pubDate></item></channel></rss>