<?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[Parser-Adapter Frage]]></title><description><![CDATA[<p dir="auto">Schönen Sonntag zusammen,<br />
ich habe leider ein kleines Problem mit dem Parser-Adapter.</p>
<p dir="auto">Ich möchte eine Wert von einem http-request auslesen, leider kann ich aber beim Adapter nicht abspeichern. Laut Google liegt es daran, dass mein regex nicht stimmt.</p>
<pre><code>&lt;?xml version="10.0" encoding="UTF-8" ?&gt;
&lt;
		&lt;item type="45" id="403" label="T1" unit="°C" value="29.4"&gt;&lt;/item&gt;

</code></pre>
<p dir="auto">Hier möchte ich nut die 29.4 auslesen.<br />
Habe schon einige Variationen versucht, leider ohne Möglichkeit abzuspeichern.</p>
<p dir="auto">zB.</p>
<pre><code>value="(\d..\d)
</code></pre>
<p dir="auto">oder</p>
<pre><code>\d\d.\d{0,}(?="&gt;&lt;)
</code></pre>
]]></description><link>https://forum.iobroker.net/topic/36411/parser-adapter-frage</link><generator>RSS for Node</generator><lastBuildDate>Wed, 13 May 2026 08:10:40 GMT</lastBuildDate><atom:link href="https://forum.iobroker.net/topic/36411.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 30 Aug 2020 12:38:00 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Parser-Adapter Frage on Sun, 27 Sep 2020 12:44:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/homoran" aria-label="Profile: Homoran">@<bdi>Homoran</bdi></a><br />
OK, Danke trotzdem für die Hilfe. War halt nur so eine Idee.<br />
Habe diese "Schnipsel" in Opera auf der Seite mit einem Rechtsklick auf den Play-Button und Suchen gefunden.</p>
]]></description><link>https://forum.iobroker.net/post/494738</link><guid isPermaLink="true">https://forum.iobroker.net/post/494738</guid><dc:creator><![CDATA[hanan]]></dc:creator><pubDate>Sun, 27 Sep 2020 12:44:17 GMT</pubDate></item><item><title><![CDATA[Reply to Parser-Adapter Frage on Sun, 27 Sep 2020 11:33:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/hanan" aria-label="Profile: hanan">@<bdi>hanan</bdi></a> Habe mal die Seite aufgerufen und den vollständigen Quelltext angesehen.</p>
<p dir="auto">Mit <code>current-song-title</code> finde ich:</p>
<pre><code>&lt;/button&gt;&lt;div class="d-none d-lg-flex justify-content-center flex-column ml-3"&gt;&lt;h3 class="text-white mb-0 current-song-title"&gt;&lt;span class="loading-skeleton mb-1"&gt;&lt;/span&gt;&lt;/h3&gt;&lt;div class="text-sm text-body text-page-contrast current-song-artist"&gt;
</code></pre>
<p dir="auto">Deine Überschrift kann ich im Quelltext nicht finden.</p>
<p dir="auto">Ich nehme an, dass diese genauso wie der Inhalt im Hintergrund gebaut wird und mit dem Parser nicht abrufbar ist</p>
]]></description><link>https://forum.iobroker.net/post/494718</link><guid isPermaLink="true">https://forum.iobroker.net/post/494718</guid><dc:creator><![CDATA[Homoran]]></dc:creator><pubDate>Sun, 27 Sep 2020 11:33:28 GMT</pubDate></item><item><title><![CDATA[Reply to Parser-Adapter Frage on Sun, 27 Sep 2020 11:28:37 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/hanan" aria-label="Profile: hanan">@<bdi>hanan</bdi></a> sagte in <a href="/post/494706">Parser-Adapter Frage</a>:</p>
<blockquote>
<p dir="auto">Hier die Zeilen aus dem Quelltext:</p>
</blockquote>
<p dir="auto">Eine Zeile nutzt nicht viel ;-)</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/hanan" aria-label="Profile: hanan">@<bdi>hanan</bdi></a> sagte in <a href="/post/494706">Parser-Adapter Frage</a>:</p>
<blockquote>
<p dir="auto">Könnte mir hier jemand bitte etwas helfen.</p>
</blockquote>
<p dir="auto">Wobei?</p>
<p dir="auto">Die von dir herausgeschnibbelte Zeile ist die Überschrift</p>
]]></description><link>https://forum.iobroker.net/post/494713</link><guid isPermaLink="true">https://forum.iobroker.net/post/494713</guid><dc:creator><![CDATA[Homoran]]></dc:creator><pubDate>Sun, 27 Sep 2020 11:28:37 GMT</pubDate></item><item><title><![CDATA[Reply to Parser-Adapter Frage on Sun, 27 Sep 2020 11:22:47 GMT]]></title><description><![CDATA[<p dir="auto">Hallo zusammen<br />
Bin auch nicht so versiert mit dem Parser und möchte aus einer Webseite von Radio Basilisk den aktuellen Song mit Interpreten auslesen und in Vis darstellen.<br />
<img src="/assets/uploads/files/1601205756138-dad61bdd-e0df-446a-b09e-28243c9d2d0a-image.png" alt="dad61bdd-e0df-446a-b09e-28243c9d2d0a-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Hier die Seite:</p>
<pre><code>https://www.basilisk.ch/rubrik/musik/
</code></pre>
<p dir="auto">Hier die Zeilen aus dem Quelltext:</p>
<pre><code>&lt;h3 class="text-white mb-0 current-song-title"&gt;*aktueller Titel*&lt;/h3&gt;
</code></pre>
<p dir="auto">Könnte mir hier jemand bitte etwas helfen.</p>
]]></description><link>https://forum.iobroker.net/post/494706</link><guid isPermaLink="true">https://forum.iobroker.net/post/494706</guid><dc:creator><![CDATA[hanan]]></dc:creator><pubDate>Sun, 27 Sep 2020 11:22:47 GMT</pubDate></item><item><title><![CDATA[Reply to Parser-Adapter Frage on Sun, 30 Aug 2020 14:00:10 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/hansi1234" aria-label="Profile: Hansi1234">@<bdi>Hansi1234</bdi></a> sagte in <a href="/post/481593">Parser-Adapter Frage</a>:</p>
<blockquote>
<p dir="auto">Mein zweites Beispiel funktioniert ohne Probleme</p>
</blockquote>
<p dir="auto">njet!<br />
du hast nur Glück ;-)</p>
<p dir="auto">ein einfacher Punkt steht für jedes beliebige Zeichen. Wenn du wirklich einen Punkt meinst musst du ihn escapen.<br />
Außerdem dürftest du dann nur eine Nachkommastelle bekommen. In deinem zweiten Quelltext steht aber 7.21; das klappt damit nicht</p>
]]></description><link>https://forum.iobroker.net/post/481597</link><guid isPermaLink="true">https://forum.iobroker.net/post/481597</guid><dc:creator><![CDATA[Homoran]]></dc:creator><pubDate>Sun, 30 Aug 2020 14:00:10 GMT</pubDate></item><item><title><![CDATA[Reply to Parser-Adapter Frage on Sun, 30 Aug 2020 13:57:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/hansi1234" aria-label="Profile: Hansi1234">@<bdi>Hansi1234</bdi></a> sagte in <a href="/post/481593">Parser-Adapter Frage</a>:</p>
<blockquote>
<p dir="auto">Kannst du darauf weiter eingehen?</p>
</blockquote>
<p dir="auto">leider nein, dazu kann ich js zu wenig. I+ich weiß nur, dass es dazu im Forum bei parsen von xml immer mal wieder einen Hinweis gab.</p>
]]></description><link>https://forum.iobroker.net/post/481595</link><guid isPermaLink="true">https://forum.iobroker.net/post/481595</guid><dc:creator><![CDATA[Homoran]]></dc:creator><pubDate>Sun, 30 Aug 2020 13:57:44 GMT</pubDate></item><item><title><![CDATA[Reply to Parser-Adapter Frage on Sun, 30 Aug 2020 13:56:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/homoran" aria-label="Profile: Homoran">@<bdi>Homoran</bdi></a><br />
Hi, habs hinbekommen. Mein zweites Beispiel funktioniert ohne Probleme. Beim Adapter lässt sich immer nur eine Änderung abspeichern. Danach muss ich die Seite refreshen, dass ich ein weiteres Mal abspeichern kann.</p>
<p dir="auto">Du würdest die Werte mit einem Script auslesen? Kannst du darauf weiter eingehen?</p>
]]></description><link>https://forum.iobroker.net/post/481593</link><guid isPermaLink="true">https://forum.iobroker.net/post/481593</guid><dc:creator><![CDATA[Hansi1234]]></dc:creator><pubDate>Sun, 30 Aug 2020 13:56:38 GMT</pubDate></item><item><title><![CDATA[Reply to Parser-Adapter Frage on Sun, 30 Aug 2020 13:34:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/hansi1234" aria-label="Profile: Hansi1234">@<bdi>Hansi1234</bdi></a> versuch mal das :<code>H".+(\d\.\d+)</code></p>
<p dir="auto">ist aber ein xml, das kann man  mit js eleganter auslesen</p>
]]></description><link>https://forum.iobroker.net/post/481581</link><guid isPermaLink="true">https://forum.iobroker.net/post/481581</guid><dc:creator><![CDATA[Homoran]]></dc:creator><pubDate>Sun, 30 Aug 2020 13:34:40 GMT</pubDate></item><item><title><![CDATA[Reply to Parser-Adapter Frage on Sun, 30 Aug 2020 13:33:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/homoran" aria-label="Profile: Homoran">@<bdi>Homoran</bdi></a> said in <a href="/post/481570">Parser-Adapter Frage</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/hansi1234" aria-label="Profile: Hansi1234">@<bdi>Hansi1234</bdi></a> sagte in <a href="/post/481551">Parser-Adapter Frage</a>:</p>
<blockquote>
<p dir="auto">einem http-request auslesen</p>
</blockquote>
<p dir="auto">welches?</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/hansi1234" aria-label="Profile: Hansi1234">@<bdi>Hansi1234</bdi></a> sagte in <a href="/post/481551">Parser-Adapter Frage</a>:</p>
<blockquote>
<p dir="auto">Hier möchte ich nut die 29.4 auslesen.</p>
</blockquote>
<p dir="auto">ist das der gesamte Quelltext?</p>
</blockquote>
<p dir="auto">Hi,</p>
<p dir="auto">hole mir die Daten von einem Schwimmbad-Computer.</p>
<p dir="auto">Gesamt würde es so aussehen:</p>
<pre><code>This XML file does not appear to have any style information associated with it. The document tree is shown below.
&lt;pm5&gt;
&lt;item type="34" id="4001" label="pH" unit="pH" value="7.21"/&gt;
&lt;/pm5&gt;
</code></pre>
<p dir="auto">EDIT:<br />
Hab glaube ich den Fehler. Melde mich gleich</p>
]]></description><link>https://forum.iobroker.net/post/481579</link><guid isPermaLink="true">https://forum.iobroker.net/post/481579</guid><dc:creator><![CDATA[Hansi1234]]></dc:creator><pubDate>Sun, 30 Aug 2020 13:33:17 GMT</pubDate></item><item><title><![CDATA[Reply to Parser-Adapter Frage on Sun, 30 Aug 2020 13:22:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/hansi1234" aria-label="Profile: Hansi1234">@<bdi>Hansi1234</bdi></a> sagte in <a href="/post/481551">Parser-Adapter Frage</a>:</p>
<blockquote>
<p dir="auto">einem http-request auslesen</p>
</blockquote>
<p dir="auto">welches?</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/hansi1234" aria-label="Profile: Hansi1234">@<bdi>Hansi1234</bdi></a> sagte in <a href="/post/481551">Parser-Adapter Frage</a>:</p>
<blockquote>
<p dir="auto">Hier möchte ich nut die 29.4 auslesen.</p>
</blockquote>
<p dir="auto">ist das der gesamte Quelltext?</p>
]]></description><link>https://forum.iobroker.net/post/481570</link><guid isPermaLink="true">https://forum.iobroker.net/post/481570</guid><dc:creator><![CDATA[Homoran]]></dc:creator><pubDate>Sun, 30 Aug 2020 13:22:09 GMT</pubDate></item></channel></rss>