<?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[HTTP Push web-variables]]></title><description><![CDATA[<p>Pushing using the palamoa.tpl template includes extra fields that I cannot find documented like these...</p>
<p>&quot;device_name&quot;: &quot;rackB&quot;<br />
&quot;color&quot;: &quot;#e86161&quot;</p>
<p>We would like to use sensor name, sensor location, sensor colour etc in our template.</p>
<p>Is there a full list of web-variables available ?</p>
<p>Thanks,</p>
<p>Martin</p>
]]></description><link>https://community.egnite.de/topic/25/http-push-web-variables</link><generator>RSS for Node</generator><lastBuildDate>Sat, 18 Jul 2026 08:44:27 GMT</lastBuildDate><atom:link href="https://community.egnite.de/topic/25.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 05 May 2020 10:19:38 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to HTTP Push web-variables on Tue, 05 May 2020 10:19:38 GMT]]></title><description><![CDATA[<p>Pushing using the palamoa.tpl template includes extra fields that I cannot find documented like these...</p>
<p>&quot;device_name&quot;: &quot;rackB&quot;<br />
&quot;color&quot;: &quot;#e86161&quot;</p>
<p>We would like to use sensor name, sensor location, sensor colour etc in our template.</p>
<p>Is there a full list of web-variables available ?</p>
<p>Thanks,</p>
<p>Martin</p>
]]></description><link>https://community.egnite.de/post/41</link><guid isPermaLink="true">https://community.egnite.de/post/41</guid><dc:creator><![CDATA[Martin]]></dc:creator><pubDate>Tue, 05 May 2020 10:19:38 GMT</pubDate></item><item><title><![CDATA[Reply to HTTP Push web-variables on Tue, 05 May 2020 17:52:03 GMT]]></title><description><![CDATA[<p>With version 5.2 (might be released as 6.0) there will be a major redesign of the template interface and handling. Thus, all existing internal documents are currently outdated or incomplete.</p>
<p>Anyway, there is a way to figure out those web-variables. You may check the source code of the configuration pages. Each inputfield is given a name, for example</p>
<p>name=&quot;syslocation&quot;</p>
<p>So</p>
<p>&quot;device_location&quot;: &quot;{{syslocation}}&quot;</p>
<p>should do the trick.</p>
<p>In any case, as long as the official list of webvars is missing, we are ready to help with custom templates.</p>
<p>Regards,</p>
<p>Harald</p>
]]></description><link>https://community.egnite.de/post/42</link><guid isPermaLink="true">https://community.egnite.de/post/42</guid><dc:creator><![CDATA[Harald Kipp]]></dc:creator><pubDate>Tue, 05 May 2020 17:52:03 GMT</pubDate></item><item><title><![CDATA[Reply to HTTP Push web-variables on Wed, 06 May 2020 09:55:34 GMT]]></title><description><![CDATA[<p>Thanks Harald for the quick reply.</p>
<p>I thought it might be something like that, but I was guessing the names !</p>
<p>If you are redesigning there here are some ideas...</p>
<ul>
<li>Access to a timestamp</li>
<li>Sensor MAC address to uniquely ID the sensor. (We already use the two user variables for an API key and user device notes)</li>
<li>Increase the number of characters in user variables. Maybe 256 ? I think it's 31 at the moment, which clipped our api key.</li>
<li>Use TLS so we can push to an https endpoint</li>
</ul>
<p>Best,</p>
<p>Martin</p>
]]></description><link>https://community.egnite.de/post/43</link><guid isPermaLink="true">https://community.egnite.de/post/43</guid><dc:creator><![CDATA[Martin]]></dc:creator><pubDate>Wed, 06 May 2020 09:55:34 GMT</pubDate></item><item><title><![CDATA[Reply to HTTP Push web-variables on Wed, 06 May 2020 15:18:59 GMT]]></title><description><![CDATA[<p>Thanks for the suggestions. Some of them are already implemented in version 5.0.3 Beta, which can be downloaded from <a href="http://sensors.egnite.de/en/network-sensors-and-data-loggers/support-and-service/querx-firmware/" rel="nofollow">http://sensors.egnite.de/en/network-sensors-and-data-loggers/support-and-service/querx-firmware/</a></p>
<p>Version 5 stores the configuration differently. You should create a backup of the configuration before updating and restore it later, because the old configuration will be overwritten. The new configuration increases the limits for many settings. The variables for HTTP Push can now be up to 127 bytes long.</p>
<p>TLS for HTTP Push is also implemented in Version 5, but only for Querx WLAN. It will be used if the url starts with https://</p>
<p>A timestamp for the current time can be accessed in templates using {{systimestamp}}.</p>
<p>The device MAC address is available in templates using {{mac}}. On Querx WLAN this will be the MAC address for the currently active interface. {{netiftab_mac.0}} will always be the LAN MAC address and {{netiftab_mac.1}} the WLAN MAC address.</p>
<p>Regards,<br />
Tim</p>
]]></description><link>https://community.egnite.de/post/45</link><guid isPermaLink="true">https://community.egnite.de/post/45</guid><dc:creator><![CDATA[tim]]></dc:creator><pubDate>Wed, 06 May 2020 15:18:59 GMT</pubDate></item><item><title><![CDATA[Reply to HTTP Push web-variables on Tue, 08 Sep 2020 16:09:46 GMT]]></title><description><![CDATA[<p>For anyone wondering, you can now find the firmare here:<br />
<a href="https://www.egnite.de/support-en/firmware/" rel="nofollow">https://www.egnite.de/support-en/firmware/</a></p>
]]></description><link>https://community.egnite.de/post/59</link><guid isPermaLink="true">https://community.egnite.de/post/59</guid><dc:creator><![CDATA[Daniel]]></dc:creator><pubDate>Tue, 08 Sep 2020 16:09:46 GMT</pubDate></item><item><title><![CDATA[Reply to HTTP Push web-variables on Wed, 13 Jan 2021 10:32:45 GMT]]></title><description><![CDATA[<p>I'm using the mac and systimestamp in our template now. Thanks for making these improvements !</p>
<p>Best,</p>
<p>Martin</p>
]]></description><link>https://community.egnite.de/post/83</link><guid isPermaLink="true">https://community.egnite.de/post/83</guid><dc:creator><![CDATA[Martin]]></dc:creator><pubDate>Wed, 13 Jan 2021 10:32:45 GMT</pubDate></item></channel></rss>