<?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[Lizenzen von iobroker.net]]></title><description><![CDATA[<p dir="auto">Hallo,</p>
<p dir="auto">Wenn ich mich mit dem Browser auf <a href="http://iobroker.net" rel="nofollow ugc">iobroker.net</a> anmelde, gelange ich in meinen Account, in dem auch einige Lizenzen liegen (z.B. für vis).</p>
<p dir="auto">Sollte ich nicht die selben Zugangsdaten in ioBroker im Admin-UI unter "Base settings"/"Licenses" verwenden können? Aber hier werden bisher keine Lizenzen aufgeführt und wenn ich die Zugangsdaten oben eintrage erhalte ich "Cannot update licenses. Authentication required."</p>
<p dir="auto">Gibt es für den Zugriff direkt aus ioBroker heraus nochmal gesonderte Zugangsdaten?</p>
]]></description><link>https://forum.iobroker.net/topic/84465/lizenzen-von-iobroker.net</link><generator>RSS for Node</generator><lastBuildDate>Sun, 24 May 2026 21:17:18 GMT</lastBuildDate><atom:link href="https://forum.iobroker.net/topic/84465.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 03 May 2026 10:11:47 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Lizenzen von iobroker.net on Thu, 21 May 2026 09:25:04 GMT]]></title><description><![CDATA[<p dir="auto">bei mir wird seit neuesten die Vis nicht mehr unter den Applications angezeigt, nur mehr echarts.<br />
Somit kann ich nicht mehr von aussen auf die Vis!</p>
<p dir="auto">Lizenz und App Key sind richtig.</p>
<p dir="auto">edit: <a class="plugin-mentions-user plugin-mentions-a" href="/user/bluefox" aria-label="Profile: bluefox">@<bdi>bluefox</bdi></a><br />
bei Version 4.4.1 wurde die VIS noch in <a href="http://iobroker.net" rel="nofollow ugc">iobroker.net</a> angezeigt und am iPhone ausgeführt,<br />
bei 5.0.1 ist diese zwar in <a href="http://iobroker.net" rel="nofollow ugc">iobroker.net</a> sichtbar, aber wird nicht mehr ausgeführt/angezeigt - leere Seite.<br />
nach löschen des Speichers vom Safari ist die Seite wieder ersichtlich. Nur die Material Design Widget werden nicht mehr dargestellt. Local am PC schon.</p>
<pre><code>cloud.0
	2026-05-21 11:22:37.564	error	Admin instance not defined. Please specify the lovelace instance in settings
cloud.0
	2026-05-21 11:22:37.403	error	Cannot request web pages "http://127.0.0.1:8082/vis-2/undefined": &lt;!DOCTYPE html&gt; &lt;html lang="en"&gt; &lt;head&gt; &lt;meta charset="UTF-8"&gt; &lt;meta name="viewport" content="width=device-width, initial-scale=1.0"&gt; &lt;title&gt;404 Not Found&lt;/title&gt; &lt;style&gt; body { background-color: #e0f7fa; color: #007bb5; font-family: Arial, sans-serif; display: flex; justify-content: center; align-items: center; height: 100vh; margin: 0; } .container { text-align: center; } h1 { font-size: 6em; margin: 0; } p { font-size: 1.5em; } a { color: #007bb5; text-decoration: none; border: 2px solid #007bb5; padding: 10px 20px; border-radius: 5px; cursor: pointer; } a:hover { background-color: #007bb5; color: #e0f7fa; } &lt;/style&gt; &lt;script&gt; function refresh() { location.reload(); } function goHome() { let href = window.location.pathname; if (href.split('/').length === 3) { const path = href.split('/'); window.location.href = `/${path[1]}/`; } else { window.location.href = '/'; } } // What the document is loaded document.addEventListener('DOMContentLoaded', (event) =&gt; { // detect theme, dark or light if (window.matchMedia('(prefers-color-scheme: dark)').matches) { document.body.style.backgroundColor = '#263238'; document.body.style.color = '#eceff1'; } }); &lt;/script&gt; &lt;/head&gt; &lt;body&gt; &lt;div class="container"&gt; &lt;h1&gt;404&lt;/h1&gt; &lt;p&gt;Datei undefined nicht gefunden&lt;/p&gt; &lt;a onclick="goHome()"&gt;Zur Homepage&lt;/a&gt; &lt;a onclick="refresh()"&gt;Aktualisieren&lt;/a&gt; &lt;/div&gt; &lt;/body&gt; &lt;/html&gt;
cloud.0
	2026-05-21 11:12:44.942	error	Cannot request web pages "http://127.0.0.1:8082/apple-touch-icon.png": &lt;!DOCTYPE html&gt; &lt;html lang="en"&gt; &lt;head&gt; &lt;meta charset="UTF-8"&gt; &lt;meta name="viewport" content="width=device-width, initial-scale=1.0"&gt; &lt;title&gt;404 Not Found&lt;/title&gt; &lt;style&gt; body { background-color: #e0f7fa; color: #007bb5; font-family: Arial, sans-serif; display: flex; justify-content: center; align-items: center; height: 100vh; margin: 0; } .container { text-align: center; } h1 { font-size: 6em; margin: 0; } p { font-size: 1.5em; } a { color: #007bb5; text-decoration: none; border: 2px solid #007bb5; padding: 10px 20px; border-radius: 5px; cursor: pointer; } a:hover { background-color: #007bb5; color: #e0f7fa; } &lt;/style&gt; &lt;script&gt; function refresh() { location.reload(); } function goHome() { let href = window.location.pathname; if (href.split('/').length === 3) { const path = href.split('/'); window.location.href = `/${path[1]}/`; } else { window.location.href = '/'; } } // What the document is loaded document.addEventListener('DOMContentLoaded', (event) =&gt; { // detect theme, dark or light if (window.matchMedia('(prefers-color-scheme: dark)').matches) { document.body.style.backgroundColor = '#263238'; document.body.style.color = '#eceff1'; } }); &lt;/script&gt; &lt;/head&gt; &lt;body&gt; &lt;div class="container"&gt; &lt;h1&gt;404&lt;/h1&gt; &lt;p&gt;Datei nicht gefunden&lt;/p&gt; &lt;a onclick="goHome()"&gt;Zur Homepage&lt;/a&gt; &lt;a onclick="refresh()"&gt;Aktualisieren&lt;/a&gt; &lt;/div&gt; &lt;/body&gt; &lt;/html&gt;
cloud.0
	2026-05-21 11:12:43.750	error	Cannot request web pages "http://127.0.0.1:8082/apple-touch-icon-precomposed.png": &lt;!DOCTYPE html&gt; &lt;html lang="en"&gt; &lt;head&gt; &lt;meta charset="UTF-8"&gt; &lt;meta name="viewport" content="width=device-width, initial-scale=1.0"&gt; &lt;title&gt;404 Not Found&lt;/title&gt; &lt;style&gt; body { background-color: #e0f7fa; color: #007bb5; font-family: Arial, sans-serif; display: flex; justify-content: center; align-items: center; height: 100vh; margin: 0; } .container { text-align: center; } h1 { font-size: 6em; margin: 0; } p { font-size: 1.5em; } a { color: #007bb5; text-decoration: none; border: 2px solid #007bb5; padding: 10px 20px; border-radius: 5px; cursor: pointer; } a:hover { background-color: #007bb5; color: #e0f7fa; } &lt;/style&gt; &lt;script&gt; function refresh() { location.reload(); } function goHome() { let href = window.location.pathname; if (href.split('/').length === 3) { const path = href.split('/'); window.location.href = `/${path[1]}/`; } else { window.location.href = '/'; } } // What the document is loaded document.addEventListener('DOMContentLoaded', (event) =&gt; { // detect theme, dark or light if (window.matchMedia('(prefers-color-scheme: dark)').matches) { document.body.style.backgroundColor = '#263238'; document.body.style.color = '#eceff1'; } }); &lt;/script&gt; &lt;/head&gt; &lt;body&gt; &lt;div class="container"&gt; &lt;h1&gt;404&lt;/h1&gt; &lt;p&gt;Datei nicht gefunden&lt;/p&gt; &lt;a onclick="goHome()"&gt;Zur Homepage&lt;/a&gt; &lt;a onclick="refresh()"&gt;Aktualisieren&lt;/a&gt; &lt;/div&gt; &lt;/body&gt; &lt;/html&gt;
</code></pre>
<p dir="auto">Nach 5.0.1 fehlt jede Spur davon.</p>
]]></description><link>https://forum.iobroker.net/post/1340491</link><guid isPermaLink="true">https://forum.iobroker.net/post/1340491</guid><dc:creator><![CDATA[australien]]></dc:creator><pubDate>Thu, 21 May 2026 09:25:04 GMT</pubDate></item></channel></rss>