<?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[Sensatronics EM4 Datasource &amp; Points]]></title><description><![CDATA[<p dir="auto">I'm having some trouble setting up my Sensatronics device as a datasource. I have it setup as a HTTP Retriever with this address: "<a href="http://10.0.0.50/data" rel="nofollow ugc">http://10.0.0.50/data</a>" Which gives me this error:</p>
<p dir="auto"><em>"Error retrieving page '<a href="http://10.0.0.50/data" rel="nofollow ugc">http://10.0.0.50/data</a>': org.apache.commons.httpclient.ProtocolException: The server 10.0.0.50 failed to respond with a valid HTTP response"</em></p>
<p dir="auto">I'm assuming this error is due to the fact that there are no HTTP headers in the source code.<br />
This is all that is in the source code of that page:</p>
<p dir="auto"><em>F|83.3|27.9|-999.9|90.6|26.9|-999.9|78.5|35.7|-999.9|83.4|31.7|-999.9</em></p>
<p dir="auto">[url=<a href="http://www.sensatronics.com/downloads/programmers_guides/programmers_guide_em1.html" rel="nofollow ugc">http://www.sensatronics.com/downloads/programmers_guides/programmers_guide_em1.html</a>]Here is a link to the programmers guide for the monitor.<br />
Not really sure what to do at this point.</p>
]]></description><link>https://forum.mango-os.com/topic/80/sensatronics-em4-datasource-points</link><generator>RSS for Node</generator><lastBuildDate>Wed, 22 Apr 2026 15:06:00 GMT</lastBuildDate><atom:link href="https://forum.mango-os.com/topic/80.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 28 May 2008 22:31:41 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Sensatronics EM4 Datasource &amp; Points on Fri, 30 May 2008 21:39:25 GMT]]></title><description><![CDATA[<p dir="auto">UPDATE!</p>
<p dir="auto">After working for some long hours with the mfg :(,  I determined that it might work better if I use SNMP....</p>
<p dir="auto">Success!!!  :D</p>
<p dir="auto">In about 10 minutes I had the whole thing working better than our current software! I'll be playing with it over the weekend and most likely complete the conversion to this next week.</p>
<p dir="auto">I do have another question, but I think it might belong in another category or at least it's own thread.<br />
Thanks again for all the help!</p>
]]></description><link>https://forum.mango-os.com/post/2213</link><guid isPermaLink="true">https://forum.mango-os.com/post/2213</guid><dc:creator><![CDATA[xeroseven]]></dc:creator><pubDate>Fri, 30 May 2008 21:39:25 GMT</pubDate></item><item><title><![CDATA[Reply to Sensatronics EM4 Datasource &amp; Points on Thu, 29 May 2008 16:04:53 GMT]]></title><description><![CDATA[<p dir="auto">The pipe is a special RegEx character. You need to escape it. Try this instead:</p>
<pre><code>F\|(.*?)\|
</code></pre>
<p dir="auto">Also, the number format is for parsing purposes only, so don't include any ornamentation (i.e. the "F"). You can use a text renderer on the point to add a suffix like that.</p>
]]></description><link>https://forum.mango-os.com/post/2212</link><guid isPermaLink="true">https://forum.mango-os.com/post/2212</guid><dc:creator><![CDATA[mlohbihler]]></dc:creator><pubDate>Thu, 29 May 2008 16:04:53 GMT</pubDate></item><item><title><![CDATA[Reply to Sensatronics EM4 Datasource &amp; Points on Thu, 29 May 2008 15:55:49 GMT]]></title><description><![CDATA[<p dir="auto">Yes, when I click the green arrow I get a new tab with that string in the body and source code of the page.</p>
<p dir="auto">Ok there must be something up with the built in server on the device. Because when I copied that string to a new page on our intranet server it worked for me as well. I'll check with the mfg.</p>
<p dir="auto">In the meantime, I tried to use the static page that worked (<a href="http://10.0.0.240/temp_rh_test.html" rel="nofollow ugc">http://10.0.0.240/temp_rh_test.html</a>), however it's showing no data. I only want to capture the number between the first two bars "82.6"<br />
Here are my point details:</p>
<p dir="auto">Name: primer temp<br />
Data type: Numeric<br />
Value RegEx: F | (.*?) |      'This was based on the help example<br />
Ignore if missing: unchecked<br />
Number format: 0.0 F<br />
Time RegEx: Empty</p>
<p dir="auto">I'm guessing that I messed up the Value RegEx, but you tell me.</p>
]]></description><link>https://forum.mango-os.com/post/2211</link><guid isPermaLink="true">https://forum.mango-os.com/post/2211</guid><dc:creator><![CDATA[xeroseven]]></dc:creator><pubDate>Thu, 29 May 2008 15:55:49 GMT</pubDate></item><item><title><![CDATA[Reply to Sensatronics EM4 Datasource &amp; Points on Thu, 29 May 2008 15:06:59 GMT]]></title><description><![CDATA[<p dir="auto">It works fine. Can you please answer the question though? When you click on the green arrow beside the URL field, what happens?</p>
]]></description><link>https://forum.mango-os.com/post/2210</link><guid isPermaLink="true">https://forum.mango-os.com/post/2210</guid><dc:creator><![CDATA[mlohbihler]]></dc:creator><pubDate>Thu, 29 May 2008 15:06:59 GMT</pubDate></item><item><title><![CDATA[Reply to Sensatronics EM4 Datasource &amp; Points on Thu, 29 May 2008 14:49:54 GMT]]></title><description><![CDATA[<p dir="auto">Try it for yourself, paste what is below in notepad and save it as an html file on your web server and try to use it as a data source. If it works for you then I must have something else wrong. This is literally all that is in the source of the page and it is all that I see on the page:<br />
*<br />
F|83.3|27.9|-999.9|90.6|26.9|-999.9|78.5|35.7|-999.9|83.4|31.7|-999.9<br />
*</p>
]]></description><link>https://forum.mango-os.com/post/2209</link><guid isPermaLink="true">https://forum.mango-os.com/post/2209</guid><dc:creator><![CDATA[xeroseven]]></dc:creator><pubDate>Thu, 29 May 2008 14:49:54 GMT</pubDate></item><item><title><![CDATA[Reply to Sensatronics EM4 Datasource &amp; Points on Thu, 29 May 2008 02:24:08 GMT]]></title><description><![CDATA[<p dir="auto">What do you see when you use a browser to go to <a href="http://10.0.0.50/data" rel="nofollow ugc">http://10.0.0.50/data</a>? What you see in the browser is what Mango sees.</p>
]]></description><link>https://forum.mango-os.com/post/2208</link><guid isPermaLink="true">https://forum.mango-os.com/post/2208</guid><dc:creator><![CDATA[mlohbihler]]></dc:creator><pubDate>Thu, 29 May 2008 02:24:08 GMT</pubDate></item></channel></rss>