<?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[Wunschliste Palamoa]]></title><description><![CDATA[<p>Um Palamoa zum Laufen zu bekommen musste ich etwas kämpfen. Wie sich zeigte, lag das Problem aber bei unseren DNS-Servern... Nachdem dies gelöst war, wurden die Daten wunderbar übertragen.</p>
<p>Das Einbinden der Querx-Sensoren geht ja herrlich einfach!</p>
<p><strong>Wunschliste</strong></p>
<ul>
<li>Sharing URL (damit ich jemandem erlauben kann, die daten zu sehen ohne Benutzername und PW zu teilen)</li>
<li>Möglichkeit Bilder hochzuladen und nicht per URL nur zu verlinken</li>
<li>Möglichkeit, neben der primären auch eine sekundäre Achse zu definieren im Graph</li>
<li>Möglichkeit, X- und Y- Achse getrennt ein- und auszublenden</li>
<li><s>Möglichkeit, die gespeicherten Daten zur Weiterverarbeitung herunterladen zu können</s> (erledigt)</li>
<li><s>Möglichkeit zur Anzeige des Taupunktes</s> (kann manuell implementiert werden)</li>
</ul>
]]></description><link>https://community.egnite.de/topic/28/wunschliste-palamoa</link><generator>RSS for Node</generator><lastBuildDate>Wed, 09 Sep 2026 19:30:03 GMT</lastBuildDate><atom:link href="https://community.egnite.de/topic/28.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 04 Sep 2020 12:17:50 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Wunschliste Palamoa on Thu, 11 Mar 2021 10:29:37 GMT]]></title><description><![CDATA[<p>Um Palamoa zum Laufen zu bekommen musste ich etwas kämpfen. Wie sich zeigte, lag das Problem aber bei unseren DNS-Servern... Nachdem dies gelöst war, wurden die Daten wunderbar übertragen.</p>
<p>Das Einbinden der Querx-Sensoren geht ja herrlich einfach!</p>
<p><strong>Wunschliste</strong></p>
<ul>
<li>Sharing URL (damit ich jemandem erlauben kann, die daten zu sehen ohne Benutzername und PW zu teilen)</li>
<li>Möglichkeit Bilder hochzuladen und nicht per URL nur zu verlinken</li>
<li>Möglichkeit, neben der primären auch eine sekundäre Achse zu definieren im Graph</li>
<li>Möglichkeit, X- und Y- Achse getrennt ein- und auszublenden</li>
<li><s>Möglichkeit, die gespeicherten Daten zur Weiterverarbeitung herunterladen zu können</s> (erledigt)</li>
<li><s>Möglichkeit zur Anzeige des Taupunktes</s> (kann manuell implementiert werden)</li>
</ul>
]]></description><link>https://community.egnite.de/post/53</link><guid isPermaLink="true">https://community.egnite.de/post/53</guid><dc:creator><![CDATA[Marco T]]></dc:creator><pubDate>Thu, 11 Mar 2021 10:29:37 GMT</pubDate></item><item><title><![CDATA[Reply to Wunschliste Palamoa on Tue, 08 Sep 2020 16:04:05 GMT]]></title><description><![CDATA[<p>Hallo Marco,</p>
<p>erstmal vielen Dank für die Anregungen!<br />
Das mit der Sharing-URL finde ich eine besonders gute Idee.</p>
<p>Die beiden Vorschläge zur Funktionserweiterung des Graphen-Widgets hab ich mir auch notiert, wird auch ziemlich sicher so umgesetzt.</p>
<p>Eine Möglichkeit zum Daten-Export ist meiner Meinung nach auch sehr sinnvoll und übrigens schon lange geplant.</p>
<p>Bilder von Usern zu hosten ist so eine Sache, zumal Palamoa momentan den  Speicherplatz pro User nicht limitiert, was bei Sensordaten bis jetzt noch überschaubar ist. Ob und wann das mal möglich sein wird, vermag ich nicht zu sagen.</p>
<p>Das mit dem Taupunkt ist jetzt schon grundsätzlich möglich. Du nutzt sicher &quot;palamoa.tpl&quot; als Template zur Datenübertragung, richtig?<br />
Dieses beinhaltet den Taupunkt-Wert nicht, allerdings gibt es die Möglichkeit  ein benutzerdefiniertes Template erstellen, welches dies tut. Da benutzerdefinierte Templates noch ein ziemlich neues Feature sind, haben wir die Vorgehensweise und Möglichkeiten leider noch nicht dokumentiert. Falls dir die Funktion wichtig ist, kann ich dir gerne helfen, es einzurichten.</p>
<p>Viele Grüße<br />
Daniel<br />
Palamoabeauftragter</p>
]]></description><link>https://community.egnite.de/post/58</link><guid isPermaLink="true">https://community.egnite.de/post/58</guid><dc:creator><![CDATA[Daniel]]></dc:creator><pubDate>Tue, 08 Sep 2020 16:04:05 GMT</pubDate></item><item><title><![CDATA[Reply to Wunschliste Palamoa on Wed, 09 Sep 2020 06:16:34 GMT]]></title><description><![CDATA[<p>Hallo Daniel</p>
<p>Vielen Dank für die Rückmeldung. Es freut mich, wenn ich mit meinen Ideen helfen kann, das System zu verbessern.</p>
<p>Müsste das dann etwa so aussehen? Bei {{sensortab_label.0}} habe ich einfach geraten.</p>
<pre><code>add=/tpl/j/palamoa_thpdp.tpl

Content-Type: application/json; charset=utf-8
{# #}
{
    &quot;device_name&quot;:   &quot;{{hostname}}&quot;,
    &quot;{{sensortab_name.0}}&quot;: 
    {
      &quot;unit&quot;:     &quot;{{sensortab_unit.0}}&quot;,
      &quot;color&quot;:     &quot;#5F8AFF&quot;,
      &quot;label&quot;:     &quot;{{sensortab_label.0}}&quot;,
      &quot;value&quot;:     &quot;{{sensortab_value.0}}&quot;
    },
    &quot;{{sensortab_name.1}}&quot;: 
    {
      &quot;unit&quot;:     &quot;{{sensortab_unit.1}}&quot;,
      &quot;color&quot;:     &quot;#32d08e&quot;,
      &quot;label&quot;:     &quot;{{sensortab_label.1}}&quot;,
      &quot;value&quot;:     &quot;{{sensortab_value.1}}&quot;
    },
    &quot;{{sensortab_name.2}}&quot;: 
    {
      &quot;unit&quot;:     &quot;{{sensortab_unit.2}}&quot;,
      &quot;color&quot;:     &quot;#e86161&quot;,
      &quot;label&quot;:     &quot;{{sensortab_label.2}}&quot;,
      &quot;value&quot;:     &quot;{{sensortab_value.2}}&quot;
    },
&quot;{{sensortab_name.3}}&quot;: 
    {
      &quot;unit&quot;:     &quot;{{sensortab_unit.3}}&quot;,
      &quot;color&quot;:     &quot;#2222F0&quot;,
      &quot;label&quot;:     &quot;{{sensortab_label.3}}&quot;,
      &quot;value&quot;:     &quot;{{sensortab_value.3}}&quot;
    },
    &quot;template&quot;:   &quot;querxthpd&quot;
  }
</code></pre>
]]></description><link>https://community.egnite.de/post/61</link><guid isPermaLink="true">https://community.egnite.de/post/61</guid><dc:creator><![CDATA[Marco T]]></dc:creator><pubDate>Wed, 09 Sep 2020 06:16:34 GMT</pubDate></item><item><title><![CDATA[Reply to Wunschliste Palamoa on Wed, 09 Sep 2020 15:01:42 GMT]]></title><description><![CDATA[<p>Hallo Marco,</p>
<p>ja fast komplett richtig.<br />
Der &quot;Dateiname&quot; in der ersten Zeile scheint zu lang zu sein.<br />
Außerdem sollte &quot;sensortab_label&quot; durch &quot;sensortab_name&quot; ersetzt werden.</p>
<p>Du nutzt auch &quot;sensortab_name&quot; in den Keys der ersten Ebene des JSONs. Dies ist durchaus möglich, allerdings können diese Keys in der Palamoa-Konfiruration nicht als Variablen genutzt werden. Deswegen (und damit sich die Zuordnung nicht dynamisch ändert) sind wir dazu übergegangen diese Keys mit Konstanten wie &quot;Temperatur&quot; zu befüllen und die Variablen nur innerhalb der Value-Felder zu nutzen, wie du es auch korrekt tust.</p>
<p>Beim Querx THP stehen die Indizes für</p>
<ul>
<li>0: Temperatur</li>
<li>1: Luftfeuchte</li>
<li>2: <strong>Taupunkt</strong></li>
<li>3: Luftdruck</li>
</ul>
<p>Übrigens kannst du mit {{sensortab_chart_color_html.<em>INDEX</em>}} direkt die im Querx Konfigurationsbereich eingestellte Farbe des jeweiligen Sensors auslesen.</p>
<p>Das <em>Template</em> Key-Value-Pair ist bei benutzerdefinierten Templates unnötig, da wir es nur für die automatische Konfiguration mit palamoa.tpl nutzen.</p>
<p>Apropos: Die automatische Konfiguration (Popup: &quot;Querx THP&quot; erkannt) funktioniert mit diesem Template leider nicht mehr.</p>
<p>Nachdem du das Template im Querx unter <em>Firmware/Content installieren</em> hochgeladen hast, kannst du es unter <em>HTTP Push</em> im Dropdown auswählen.</p>
<p><img src="/assets/uploads/files/1599663094830-screenshot-2020-09-09-at-16.50.35.png" alt="Screenshot 2020-09-09 at 16.50.35.png" class="img-responsive img-markdown" /></p>
<p>Wenn du jetzt auf <em>Test</em> klickst, siehst du im &quot;Gerätekonfiguration&quot;-Dialog bei Palamoa das übermittelte JSON-Telegramm.</p>
<p>Jetzt brauchst du nur die einzelnen Sensoren anlegen und zum Verknüpfen einzelner Werte mit den JSON-Daten auf das entsprechende Eingabefeld klicken und direkt danach auf die entsprechende Value-Variable im JSON-Telegramm klicken. Siehe #3 unter &quot;So funktioniert Palamoa&quot; auf <a href="http://palamoa.de" rel="nofollow">palamoa.de</a>.</p>
<p>Dies gilt nicht nur für die Sensoren, sondern auch für das Gerät an sich, z.B. &quot;Gerätename&quot; &lt;-&gt; Value von &quot;device_name&quot;.</p>
<p>Oh und <em>Speichern</em> auf <em>HTTP Push</em> nicht vergessen.</p>
<p>Anbei dein Template mit meinen Änderungsvorschlägen.</p>
<p>Viele Grüße</p>
<pre><code>add=/tpl/j/p_thpdp.tpl

Content-Type: application/json; charset=utf-8
{# #}
{
    &quot;device_name&quot;:   &quot;{{hostname}}&quot;,
    &quot;{{sensortab_name.0}}&quot;: 
    {
      &quot;unit&quot;:     &quot;{{sensortab_unit.0}}&quot;,
      &quot;color&quot;:     &quot;#5F8AFF&quot;,
      &quot;label&quot;:     &quot;{{sensortab_name.0}}&quot;,
      &quot;value&quot;:     &quot;{{sensortab_value.0}}&quot;
    },
    &quot;{{sensortab_name.1}}&quot;: 
    {
      &quot;unit&quot;:     &quot;{{sensortab_unit.1}}&quot;,
      &quot;color&quot;:     &quot;#32d08e&quot;,
      &quot;label&quot;:     &quot;{{sensortab_name.1}}&quot;,
      &quot;value&quot;:     &quot;{{sensortab_value.1}}&quot;
    },
    &quot;{{sensortab_name.2}}&quot;: 
    {
      &quot;unit&quot;:     &quot;{{sensortab_unit.2}}&quot;,
      &quot;color&quot;:     &quot;#e86161&quot;,
      &quot;label&quot;:     &quot;{{sensortab_name.2}}&quot;,
      &quot;value&quot;:     &quot;{{sensortab_value.2}}&quot;
    },
&quot;{{sensortab_name.3}}&quot;: 
    {
      &quot;unit&quot;:     &quot;{{sensortab_unit.3}}&quot;,
      &quot;color&quot;:     &quot;#2222F0&quot;,
      &quot;label&quot;:     &quot;{{sensortab_name.3}}&quot;,
      &quot;value&quot;:     &quot;{{sensortab_value.3}}&quot;
    }
  }
</code></pre>
]]></description><link>https://community.egnite.de/post/67</link><guid isPermaLink="true">https://community.egnite.de/post/67</guid><dc:creator><![CDATA[Daniel]]></dc:creator><pubDate>Wed, 09 Sep 2020 15:01:42 GMT</pubDate></item><item><title><![CDATA[Reply to Wunschliste Palamoa on Mon, 14 Sep 2020 11:55:32 GMT]]></title><description><![CDATA[<p>Danke <a class="plugin-mentions-user plugin-mentions-a" href="https://community.egnite.de/uid/10">@Daniel</a></p>
<p>Ich habe das Template übernommen und noch etwas angepasst mit den Informationen aus <a href="https://community.egnite.de/topic/32/fehlerzust%C3%A4nde-per-modbus-tcp-erkennen/4">https://community.egnite.de/topic/32/fehlerzustände-per-modbus-tcp-erkennen/4</a><br />
So habe ich auch noch den Status der Sensoren in palamoa (und meine Wunschliste an palamoa wächst damit natürlich um einen Punkt :))</p>
<pre><code>add=/tpl/j/p_thpdp.tpl

Content-Type: application/json; charset=utf-8
{# #}
{
    &quot;device_name&quot;:   &quot;{{hostname}}&quot;,
    &quot;{{sensortab_name.0}}&quot;: 
    {
      &quot;unit&quot;:     &quot;{{sensortab_unit.0}}&quot;,
      &quot;color&quot;:     &quot;#5F8AFF&quot;,
      &quot;label&quot;:     &quot;{{sensortab_name.0}}&quot;,
      &quot;value&quot;:     &quot;{{sensortab_value.0}}&quot;
    },
    &quot;{{sensortab_name.1}}&quot;: 
    {
      &quot;unit&quot;:     &quot;{{sensortab_unit.1}}&quot;,
      &quot;color&quot;:     &quot;#32d08e&quot;,
      &quot;label&quot;:     &quot;{{sensortab_name.1}}&quot;,
      &quot;value&quot;:     &quot;{{sensortab_value.1}}&quot;
    },
    &quot;{{sensortab_name.2}}&quot;: 
    {
      &quot;unit&quot;:     &quot;{{sensortab_unit.2}}&quot;,
      &quot;color&quot;:     &quot;#e86161&quot;,
      &quot;label&quot;:     &quot;{{sensortab_name.2}}&quot;,
      &quot;value&quot;:     &quot;{{sensortab_value.2}}&quot;
    },
    &quot;{{sensortab_name.3}}&quot;: 
    {
      &quot;unit&quot;:     &quot;{{sensortab_unit.3}}&quot;,
      &quot;color&quot;:     &quot;#2222F0&quot;,
      &quot;label&quot;:     &quot;{{sensortab_name.3}}&quot;,
      &quot;value&quot;:     &quot;{{sensortab_value.3}}&quot;
    },
	&quot;{{sensortab_name.0}}_Status&quot;: 
    {
      &quot;unit&quot;:     &quot;Status&quot;,
      &quot;color&quot;:     &quot;#5F8AFF&quot;,
      &quot;label&quot;:     &quot;{{sensortab_name.0}}_Status&quot;,
      &quot;value&quot;:     &quot;{{sensortab_status.0}}&quot;
    },
    &quot;{{sensortab_name.1}}_Status&quot;: 
    {
      &quot;unit&quot;:     &quot;Status&quot;,
      &quot;color&quot;:     &quot;#32d08e&quot;,
      &quot;label&quot;:     &quot;{{sensortab_name.1}}_Status&quot;,
      &quot;value&quot;:     &quot;{{sensortab_status.1}}&quot;
    },
    &quot;{{sensortab_name.2}}_Status&quot;: 
    {
      &quot;unit&quot;:     &quot;status&quot;,
      &quot;color&quot;:     &quot;#e86161&quot;,
      &quot;label&quot;:     &quot;{{sensortab_name.2}}_Status&quot;,
      &quot;value&quot;:     &quot;{{sensortab_status.2}}&quot;
    },
    &quot;{{sensortab_name.3}}_Status&quot;: 
    {
      &quot;unit&quot;:     &quot;Status&quot;,
      &quot;color&quot;:     &quot;#2222F0&quot;,
      &quot;label&quot;:     &quot;{{sensortab_name.3}}_Status&quot;,
      &quot;value&quot;:     &quot;{{sensortab_status.3}}&quot;
    }
  }
</code></pre>
]]></description><link>https://community.egnite.de/post/68</link><guid isPermaLink="true">https://community.egnite.de/post/68</guid><dc:creator><![CDATA[Marco T]]></dc:creator><pubDate>Mon, 14 Sep 2020 11:55:32 GMT</pubDate></item><item><title><![CDATA[Reply to Wunschliste Palamoa on Mon, 14 Sep 2020 12:06:06 GMT]]></title><description><![CDATA[<p>Super, gute Idee!</p>
]]></description><link>https://community.egnite.de/post/69</link><guid isPermaLink="true">https://community.egnite.de/post/69</guid><dc:creator><![CDATA[Daniel]]></dc:creator><pubDate>Mon, 14 Sep 2020 12:06:06 GMT</pubDate></item><item><title><![CDATA[Reply to Wunschliste Palamoa on Mon, 14 Sep 2020 12:59:06 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.egnite.de/uid/10">@Daniel</a> Achja: Palamoa hat offenbar Probleme, wenn sich im &quot;device_name&quot; ein Leerzeichen befindet (oder es liegt am Punkt, &quot;rel. Luftfeuchtigkeit&quot; verursachte den Fehler) . Das automatische Einbinden mit palamoa.tpl klappt, das manuelle einbinden (per doppelklich in die json-daten) schlägt jedoch fehl.</p>
]]></description><link>https://community.egnite.de/post/70</link><guid isPermaLink="true">https://community.egnite.de/post/70</guid><dc:creator><![CDATA[Marco T]]></dc:creator><pubDate>Mon, 14 Sep 2020 12:59:06 GMT</pubDate></item><item><title><![CDATA[Reply to Wunschliste Palamoa on Tue, 15 Sep 2020 15:50:22 GMT]]></title><description><![CDATA[<p>Danke, hab ich notiert, wird bald gefixt.</p>
]]></description><link>https://community.egnite.de/post/72</link><guid isPermaLink="true">https://community.egnite.de/post/72</guid><dc:creator><![CDATA[Daniel]]></dc:creator><pubDate>Tue, 15 Sep 2020 15:50:22 GMT</pubDate></item><item><title><![CDATA[Reply to Wunschliste Palamoa on Mon, 09 Nov 2020 14:01:45 GMT]]></title><description><![CDATA[<p>Hallo <a class="plugin-mentions-user plugin-mentions-a" href="https://community.egnite.de/uid/187">@Marco-T</a>!</p>
<p>Ich versuche gerade das Problem mit dem &quot;device_name&quot; zu beheben, allerdings kann ich es nicht reproduzieren.<br />
&quot;device_name&quot; ist ja der Gerätename und du hast geschrieben, dass du versucht hast, diesem &quot;rel. Luftfeuchtigkeit&quot; zuzuweisen.<br />
Da &quot;rel. Luftfeuchtigkeit&quot; stark nach Sensor- und nicht nach Gerätename klingt, wollte ich nochmal nachfragen, ob du versucht hast, das JSON-Feld &quot;label&quot; des Luftfeuchtesensors  dem Gerätenamen zuzuordnen.</p>
]]></description><link>https://community.egnite.de/post/79</link><guid isPermaLink="true">https://community.egnite.de/post/79</guid><dc:creator><![CDATA[Daniel]]></dc:creator><pubDate>Mon, 09 Nov 2020 14:01:45 GMT</pubDate></item><item><title><![CDATA[Reply to Wunschliste Palamoa on Wed, 11 Nov 2020 14:08:27 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.egnite.de/uid/10">@Daniel</a> Oups, da hast du natürlich recht. Es ist nicht &quot;device_name&quot; sondern (wenn ich das noch richtig im Kopf habe) {{sensortab_name.x}} als &quot;label&quot;. Sorry für die Verwirrung.</p>
]]></description><link>https://community.egnite.de/post/80</link><guid isPermaLink="true">https://community.egnite.de/post/80</guid><dc:creator><![CDATA[Marco T]]></dc:creator><pubDate>Wed, 11 Nov 2020 14:08:27 GMT</pubDate></item><item><title><![CDATA[Reply to Wunschliste Palamoa on Thu, 11 Mar 2021 10:32:02 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.egnite.de/uid/10">@Daniel</a> said in <a href="/post/58">Wunschliste Palamoa</a>:</p>
<blockquote>
<p>Eine Möglichkeit zum Daten-Export ist meiner Meinung nach auch sehr sinnvoll und übrigens schon lange geplant.</p>
</blockquote>
<p>Cool. Habe vor einer Weile gesehen, dass dies umgesetzt wurde und es funktioniert wunderbar. Danke!<br />
Habe die Liste entsprechend angepasst.</p>
<p>lg, Marco</p>
]]></description><link>https://community.egnite.de/post/94</link><guid isPermaLink="true">https://community.egnite.de/post/94</guid><dc:creator><![CDATA[Marco T]]></dc:creator><pubDate>Thu, 11 Mar 2021 10:32:02 GMT</pubDate></item></channel></rss>