<?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[Tabelle mit JSON füllen]]></title><description><![CDATA[<p dir="auto">Ich stehe vor folgender Aufgabe (und komm einfach nicht weiter):</p>
<p dir="auto">Ich möchte eine Tabelle (Widget basic Table) mit einem JSON-Datenpunkt befüllen, der DP hat folgendes Aussehen:</p>
<pre><code>{"caller":"xxxxx","callee":"9999999999","extension":"0","timestamp":"13.03.20 18:12:13","id":"0","_type":"outbound","callerName":"","calleeName":"xxxxx"}
</code></pre>
<p dir="auto">Kann mir jemand sagen, wie ich folgendes Feld im Widget zu befüllen habe?<br />
<img src="/assets/uploads/files/1584124863521-249bcd32-575c-402d-9228-bce5b9485eb6-grafik.png" alt="249bcd32-575c-402d-9228-bce5b9485eb6-grafik.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Vielen Dank!</p>
]]></description><link>https://forum.iobroker.net/topic/31166/tabelle-mit-json-füllen</link><generator>RSS for Node</generator><lastBuildDate>Tue, 21 Apr 2026 08:31:35 GMT</lastBuildDate><atom:link href="https://forum.iobroker.net/topic/31166.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 13 Mar 2020 18:45:29 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Tabelle mit JSON füllen on Mon, 23 Mar 2020 10:59:10 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/latzi" aria-label="Profile: Latzi">@<bdi>Latzi</bdi></a> Der CallMonitor beinhaltet nur ein JSON Object des letzten Anrufs :)</p>
]]></description><link>https://forum.iobroker.net/post/398611</link><guid isPermaLink="true">https://forum.iobroker.net/post/398611</guid><dc:creator><![CDATA[SKB]]></dc:creator><pubDate>Mon, 23 Mar 2020 10:59:10 GMT</pubDate></item><item><title><![CDATA[Reply to Tabelle mit JSON füllen on Fri, 13 Mar 2020 19:14:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/oliverio" aria-label="Profile: OliverIO">@<bdi>OliverIO</bdi></a> vielen Dank!<br />
Leider kommt auch damit nichts. Scheint aber am Datenpunkt zu liegen, da ich beim Wechsel zu einem anderen JSON-DP die Tabelle angezeigt bekomme (auch ohne befüllen des "Static JSON").<br />
Scheinbar besteht bei den JSON-DP´s des TR-064 ein Unterschied zwischen "calllists" und "callmonitor" (bei calllists funktioniert es, bei callmonitor nicht). Sehr seltsam ...</p>
]]></description><link>https://forum.iobroker.net/post/393637</link><guid isPermaLink="true">https://forum.iobroker.net/post/393637</guid><dc:creator><![CDATA[Latzi]]></dc:creator><pubDate>Fri, 13 Mar 2020 19:14:28 GMT</pubDate></item><item><title><![CDATA[Reply to Tabelle mit JSON füllen on Fri, 13 Mar 2020 19:04:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/latzi" aria-label="Profile: Latzi">@<bdi>Latzi</bdi></a> sagte in <a href="/post/393623">Tabelle mit JSON füllen</a>:</p>
<p dir="auto">Noch eckige klammern drumrum.<br />
Es muss ein array of objects sein und jede zeile ist ein objekt</p>
<pre><code>[{"caller":"xxxxx","callee":"9999999999","extension":"0","timestamp":"13.03.20 18:12:13","id":"0","_type":"outbound","callerName":"","calleeName":"xxxxx"}]
</code></pre>
<p dir="auto">mehrere zeilen sehen dann so aus</p>
<pre><code>[{"caller":"xxxxx","callee":"9999999999","extension":"0","timestamp":"13.03.20 18:12:13","id":"0","_type":"outbound","callerName":"","calleeName":"xxxxx"},{"caller":"xxxxx","callee":"9999999999","extension":"0","timestamp":"13.03.20 18:12:13","id":"0","_type":"outbound","callerName":"","calleeName":"xxxxx"},{"caller":"xxxxx","callee":"9999999999","extension":"0","timestamp":"13.03.20 18:12:13","id":"0","_type":"outbound","callerName":"","calleeName":"xxxxx"},{"caller":"xxxxx","callee":"9999999999","extension":"0","timestamp":"13.03.20 18:12:13","id":"0","_type":"outbound","callerName":"","calleeName":"xxxxx"}]
</code></pre>
]]></description><link>https://forum.iobroker.net/post/393631</link><guid isPermaLink="true">https://forum.iobroker.net/post/393631</guid><dc:creator><![CDATA[OliverIO]]></dc:creator><pubDate>Fri, 13 Mar 2020 19:04:21 GMT</pubDate></item></channel></rss>