<?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[[gelöst] backup eingespielt und nichts passiert - Was nun?]]></title><description><![CDATA[<p dir="auto">Mit einem Admin-update scheine ich mir den iobroker abgeschossen zu haben. Habe nun deshalb und wegen anstehender node-updates (bin jetzt auf node 12) das gesamte debian neu aufgesetzt und den iobroker neu installiert. Jetzt habe ich mit folgenden Befehlen den restore durchgeführt</p>
<pre><code>cd /opt/iobroker
sudo iobroker stop
sudo iobroker restore.0
</code></pre>
<p dir="auto">Danach kam folgendes im Terminal</p>
<pre><code>andreas@iobroker-NUC:/opt/iobroker$ sudo iobroker stop
andreas@iobroker-NUC:/opt/iobroker$ sudo iobroker restore.0
Commands:
iobroker setup [--objects &lt;host&gt;] [--states &lt;host&gt;] [custom]
iobroker start - starts the js-controller
iobroker stop - stops the js-controller
iobroker start &lt;adapter&gt;[.instance] - starts a specified adapter instance
iobroker stop &lt;adapter&gt;.[instance] - stops a specified adapter instance
iobroker start all - starts js-controller and all adapters
iobroker restart - restarts the js-controller
iobroker restart &lt;adapter&gt;[.instance] - restarts a specified adapter
iobroker debug &lt;adapter&gt; [--ip=&lt;ip&gt;] [--port=&lt;port&gt;] [--wait] - Starts a Node.js debugging session for the adapter
    --wait stops the execution until the debugger is attached.
    --ip and --port can be used to change the listen IP and port. Use IP 0.0.0.0 for remote debugging.
iobroker info - shows the host info
iobroker logs [adapter] [--watch] [--lines=1000]
iobroker add &lt;adapter&gt; [desiredNumber] [--enabled] [--host &lt;host&gt;] [--port &lt;port&gt;]
iobroker install &lt;adapter&gt; - installs a specified adapter
iobroker rebuild &lt;adapter&gt;|self [--install]
iobroker url &lt;url&gt; [&lt;name&gt;] - install adapter from specified url, e.g. GitHub
iobroker del &lt;adapter&gt; - remove adapter from system
iobroker del &lt;adapter&gt;.&lt;instance&gt; - remove adapter instance
iobroker update [repository url] [--updatable/--u] [--installed/--i] [--force/--f] - update repository and optionally filter installed/updateable adapters, use --force to bypass hash check
iobroker upgrade [repository url]
iobroker upgrade self [repository url] - upgrade js-controller and all adapters, optionally you can specify the repository url
iobroker upgrade &lt;adapter&gt; [repository url] - upgrade specified adapter, optionally you can specify the repository url
iobroker upload &lt;pathToLocalFile&gt; &lt;pathIniobroker&gt;
iobroker upload all - upload all adapter files to make them available for instances
iobroker upload &lt;adapter&gt; - upload specified adapter files to make them available for instances
iobroker object get &lt;id&gt; - get object specified by id
iobroker object set &lt;id&gt; &lt;json-value&gt; - set object with the given id by providing a new json object
iobroker object set &lt;id&gt; propertyname=&lt;value or json-value&gt; - update part of the object by providing a new value or partial object
iobroker object extend &lt;id&gt; &lt;json-value&gt; - extend object with the given id by providing a new json object
iobroker object del &lt;id|pattern&gt; [--yes]
iobroker object chmod &lt;object-mode&gt; [state-mode] &lt;id&gt;
iobroker object chown &lt;user&gt; &lt;group&gt; &lt;id&gt;
iobroker object list &lt;id&gt;
iobroker state get &lt;id&gt; - get state, specified by id
iobroker state getplain &lt;id&gt; [--pretty]
iobroker state getvalue &lt;id&gt;
iobroker state set &lt;id&gt; &lt;value&gt; [ack]
iobroker state del &lt;id&gt;
iobroker message &lt;adapter&gt;[.instance] &lt;command&gt; [&lt;message&gt;]
iobroker list &lt;type&gt; [filter]
iobroker chmod &lt;mode&gt; &lt;file&gt;
iobroker chown &lt;user&gt; &lt;group&gt; &lt;file&gt;
iobroker touch &lt;file&gt;
iobroker rm &lt;file&gt;
iobroker file read &lt;iobroker-path-to-read&gt; [&lt;filesystem-path-to-write&gt;]
iobroker file write &lt;filesystem-path-to-read&gt; &lt;iobroker-path-to-write&gt;
iobroker file rm &lt;iobroker-path-to-delete&gt;
iobroker file sync
iobroker user add &lt;user&gt; [--ingroup group] [--password pass]
iobroker user del &lt;user&gt;
iobroker user passwd &lt;user&gt; [--password pass]
iobroker user enable &lt;user&gt;
iobroker user disable &lt;user&gt;
iobroker user get &lt;user&gt;
iobroker user check &lt;user&gt; [--password pass]
iobroker group add &lt;group&gt;
iobroker group del &lt;group&gt;
iobroker group list &lt;group&gt;
iobroker group enable &lt;group&gt;
iobroker group disable &lt;group&gt;
iobroker group get &lt;group&gt;
iobroker group adduser &lt;group&gt; &lt;user&gt;
iobroker group deluser &lt;group&gt; &lt;user&gt;
iobroker host this
iobroker host &lt;hostname&gt;
iobroker host set &lt;hostname&gt;
iobroker host remove &lt;hostname&gt;
iobroker set &lt;adapter&gt;.&lt;instance&gt; [--port port] [--ip address] [--ssl true|false]
iobroker license &lt;license.file or license.text&gt;
iobroker cert create
iobroker cert view [&lt;certificate name&gt;]
iobroker clean
iobroker backup
iobroker restore &lt;backup name or path&gt; - restore a specified backup
iobroker validate &lt;backup name or path&gt; - validate a specified backup
iobroker &lt;command&gt; --timeout 5000
iobroker status [all|&lt;adapter&gt;.&lt;instance&gt;]
iobroker repo [name]
iobroker repo add &lt;name&gt; &lt;path or url&gt;
iobroker repo set &lt;name&gt;
iobroker repo del &lt;name&gt;
iobroker uuid
iobroker unsetup
iobroker fix - execute the installation fixer script, this updates your ioBroker installation
iobroker multihost &lt;enable|disable&gt; [--secure true|false]
iobroker multihost browse
iobroker multihost connect
iobroker compact status - show if compact mode is enabled in general
iobroker compact &lt;enable|on|disable|off&gt; - enable or disable compact mode in general
iobroker compact &lt;adapter&gt;.&lt;instance&gt; status - show if compact mode is enabled for a specific instance
iobroker compact &lt;adapter&gt;.&lt;instance&gt; group &lt;group-id&gt; - define compact group of a specific adapter
iobroker compact &lt;adapter&gt;.&lt;instance&gt; &lt;disable|off&gt; - enable or disable compact mode for specified adapter instance
iobroker compact &lt;adapter&gt;.&lt;instance&gt; &lt;enable|on&gt; [group-id] - enable or disable compact mode for specified adapter instance and set comapct group optionally
iobroker plugin enable &lt;pluginname&gt; [--host &lt;hostname&gt;] - enables a plugin for the specified host. If no host is specified, the current one is used
iobroker plugin disable &lt;pluginname&gt; [--host &lt;hostname&gt;] - disables a plugin for the specified host. If no host is specified, the current one is used
iobroker plugin status &lt;pluginname&gt; [--host &lt;hostname&gt;] - checks if a plugin is enabled for the specified host. If no host is specified, the current one is used
iobroker plugin enable &lt;pluginname&gt; --instance &lt;adapter&gt;[.&lt;nr&gt;] - enables a plugin for the specified adapter instance (defaults to instance 0)
iobroker plugin disable &lt;pluginname&gt; --instance &lt;adapter&gt;[.&lt;nr&gt;] - disables a plugin for the specified adapter instance (defaults to instance 0)
iobroker plugin status &lt;pluginname&gt; --instance &lt;adapter&gt;[.&lt;nr&gt;] - checks if a plugin is enabled for the specified adapter instance (defaults to instance 0)
iobroker version [adapter] - show version of js-controller or specified adapter
iobroker [adapter] -v - show version of js-controller or specified adapter


Optionen:
  --help     Hilfe anzeigen  [boolean]
  --version  Version anzeigen  [boolean]
andreas@iobroker-NUC:/opt/iobroker$ 
</code></pre>
<p dir="auto">und ich habe nach ca. 20 Minuten ein</p>
<pre><code>sudo iobroker start
</code></pre>
<p dir="auto">gemacht. Auf die Admin Oberfläche komme ich auch. Jetzt sind zwei Stunden rum und ich sehe immer noch keine meiner alten Adapter usw. Habe ich den iobroker zu früh gestartet? Wann weiß man, wann alles wiederhergestellt ist?<br />
Grüße ein ratloser Andreas</p>
]]></description><link>https://forum.iobroker.net/topic/40523/gelöst-backup-eingespielt-und-nichts-passiert-was-nun</link><generator>RSS for Node</generator><lastBuildDate>Mon, 18 May 2026 15:10:23 GMT</lastBuildDate><atom:link href="https://forum.iobroker.net/topic/40523.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 04 Jan 2021 17:24:08 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [gelöst] backup eingespielt und nichts passiert - Was nun? on Tue, 05 Jan 2021 16:04:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/weimaraner" aria-label="Profile: weimaraner">@<bdi>weimaraner</bdi></a> sagte in <a href="/post/551573">[gelöst] backup eingespielt und nichts passiert - Was nun?</a>:</p>
<blockquote>
<p dir="auto">dafür doch viel dazugelernt.</p>
</blockquote>
<p dir="auto">dann hat es sich ja gelohnt!</p>
]]></description><link>https://forum.iobroker.net/post/551594</link><guid isPermaLink="true">https://forum.iobroker.net/post/551594</guid><dc:creator><![CDATA[Homoran]]></dc:creator><pubDate>Tue, 05 Jan 2021 16:04:52 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] backup eingespielt und nichts passiert - Was nun? on Tue, 05 Jan 2021 15:34:27 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> Aber gerne! <img src="https://forum.iobroker.net/assets/plugins/nodebb-plugin-emoji/emoji/android/1f600.png?v=ba16ebd4856" class="not-responsive emoji emoji-android emoji--grinning" style="height:23px;width:auto;vertical-align:middle" title=":grinning:" alt="😀" /> Mit dem von dir vorgeschlagenen</p>
<pre><code>iobroker del vis-beta
</code></pre>
<p dir="auto">Nach einem update meiner CCU2 läuft nun auch der hm-rega wieder. Auch der Shelly meckert nicht mehr. Dort hatte ich bei einem shelly die Weboberfläche mit login versehen. Damit wollte der Adapter trotz entsprechendem Eintrag in den Einstellungen nicht arbeiten. Habe das Login rausgenommen. Die Shelly dürfen eh nicht nach draussen. Jetzt geht alles.<br />
<a class="plugin-mentions-user plugin-mentions-a" href="/user/homoran" aria-label="Profile: Homoran">@<bdi>Homoran</bdi></a>  <a class="plugin-mentions-user plugin-mentions-a" href="/user/simatec" aria-label="Profile: simatec">@<bdi>simatec</bdi></a> und vor allem <a class="plugin-mentions-user plugin-mentions-a" href="/user/thomas-braun" aria-label="Profile: Thomas-Braun">@<bdi>Thomas-Braun</bdi></a> vielen, vielen Dank für Eure Engelsgeduld. Die Hilfsbereitschaft hier ist wirklich spitze. Nach "nur" knapp 30 Stunden downtime läuft alles wieder. <img src="https://forum.iobroker.net/assets/plugins/nodebb-plugin-emoji/emoji/android/1f602.png?v=ba16ebd4856" class="not-responsive emoji emoji-android emoji--joy" style="height:23px;width:auto;vertical-align:middle" title=":joy:" alt="😂" /> <img src="https://forum.iobroker.net/assets/plugins/nodebb-plugin-emoji/emoji/android/1f602.png?v=ba16ebd4856" class="not-responsive emoji emoji-android emoji--joy" style="height:23px;width:auto;vertical-align:middle" title=":joy:" alt="😂" /> <img src="https://forum.iobroker.net/assets/plugins/nodebb-plugin-emoji/emoji/android/1f602.png?v=ba16ebd4856" class="not-responsive emoji emoji-android emoji--joy" style="height:23px;width:auto;vertical-align:middle" title=":joy:" alt="😂" /> Ich habe mich teils echt bekloppt angestellt... Naja, dafür doch viel dazugelernt. Also DANKE!<br />
Grüße Andreas</p>
]]></description><link>https://forum.iobroker.net/post/551573</link><guid isPermaLink="true">https://forum.iobroker.net/post/551573</guid><dc:creator><![CDATA[weimaraner]]></dc:creator><pubDate>Tue, 05 Jan 2021 15:34:27 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] backup eingespielt und nichts passiert - Was nun? on Tue, 05 Jan 2021 14:59:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/weimaraner" aria-label="Profile: weimaraner">@<bdi>weimaraner</bdi></a> sagte in <a href="/post/551532">backup eingespielt und nichts passiert - Was nun?</a>:</p>
<blockquote>
<p dir="auto">Vis-beta erfolgreich gelöscht.</p>
</blockquote>
<p dir="auto">sagst du auch wie?</p>
]]></description><link>https://forum.iobroker.net/post/551558</link><guid isPermaLink="true">https://forum.iobroker.net/post/551558</guid><dc:creator><![CDATA[Homoran]]></dc:creator><pubDate>Tue, 05 Jan 2021 14:59:38 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] backup eingespielt und nichts passiert - Was nun? on Tue, 05 Jan 2021 14:22:03 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> Vis-beta erfolgreich gelöscht. <img src="https://forum.iobroker.net/assets/plugins/nodebb-plugin-emoji/emoji/android/1f44d.png?v=ba16ebd4856" class="not-responsive emoji emoji-android emoji--+1" style="height:23px;width:auto;vertical-align:middle" title=":+1:" alt="👍" /> Ein upgrade des Vis-Adapters und eine anschließende Aktualisierung der Instanz haben geholfen!!!<br />
Ich sehe meine VIS wieder! <img src="https://forum.iobroker.net/assets/plugins/nodebb-plugin-emoji/emoji/android/1f600.png?v=ba16ebd4856" class="not-responsive emoji emoji-android emoji--grinning" style="height:23px;width:auto;vertical-align:middle" title=":grinning:" alt="😀" /> Danke! Danke! Danke!<br />
Jetzt muß ich nur noch meine homematic wieder zum Laufen bringen. Irgendwie scheint das schiefgegangene iobroker update meine CCU2 ausser Gefecht gesetzt zu haben.</p>
]]></description><link>https://forum.iobroker.net/post/551532</link><guid isPermaLink="true">https://forum.iobroker.net/post/551532</guid><dc:creator><![CDATA[weimaraner]]></dc:creator><pubDate>Tue, 05 Jan 2021 14:22:03 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] backup eingespielt und nichts passiert - Was nun? on Tue, 05 Jan 2021 13:50:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/weimaraner" aria-label="Profile: weimaraner">@<bdi>weimaraner</bdi></a> sagte in <a href="/post/551510">backup eingespielt und nichts passiert - Was nun?</a>:</p>
<blockquote>
<p dir="auto">In der Adapterliste beim Admin taucht der Adapter Vis-beta nicht auf</p>
</blockquote>
<p dir="auto">wahrscheinlich weil es den schon Jahre nicht mehr gibt</p>
<p dir="auto">Was sagt<br />
<code>iobroker list adapters</code><br />
<code>iobroker list instances</code></p>
<p dir="auto">Da müsste der Adapter dann zu sehen sein<br />
Ansonsten würde ich denken, dass es mit <code>iobroker del vis-beta</code> zu löschen gehen könnte</p>
]]></description><link>https://forum.iobroker.net/post/551512</link><guid isPermaLink="true">https://forum.iobroker.net/post/551512</guid><dc:creator><![CDATA[Homoran]]></dc:creator><pubDate>Tue, 05 Jan 2021 13:50:51 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] backup eingespielt und nichts passiert - Was nun? on Tue, 05 Jan 2021 13:49:00 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> Das ist ja mein Problem. In der Adapterliste beim Admin taucht der Adapter Vis-beta nicht auf. Wie kann ich ihn noch löschen?<br />
Wenn ich die "echte" vis neu installiere, bleiben dann meine vis Projekte erhalten?</p>
]]></description><link>https://forum.iobroker.net/post/551510</link><guid isPermaLink="true">https://forum.iobroker.net/post/551510</guid><dc:creator><![CDATA[weimaraner]]></dc:creator><pubDate>Tue, 05 Jan 2021 13:49:00 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] backup eingespielt und nichts passiert - Was nun? on Tue, 05 Jan 2021 13:43: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> Das weiß ich eben nicht. Ich habe damals mit einem Raspi-Image gestartet. Ich kann mir nicht erklären, wann ich mir das mal aus Versehen installiert habe.</p>
]]></description><link>https://forum.iobroker.net/post/551505</link><guid isPermaLink="true">https://forum.iobroker.net/post/551505</guid><dc:creator><![CDATA[weimaraner]]></dc:creator><pubDate>Tue, 05 Jan 2021 13:43:17 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] backup eingespielt und nichts passiert - Was nun? on Tue, 05 Jan 2021 13:42:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/weimaraner" aria-label="Profile: weimaraner">@<bdi>weimaraner</bdi></a> Wo hast du denn die vis-beta her????</p>
<p dir="auto"><strong>Adapter</strong> loschen, nicht nur die Instanz<br />
und dann das "echte" vis neu installieren!</p>
]]></description><link>https://forum.iobroker.net/post/551503</link><guid isPermaLink="true">https://forum.iobroker.net/post/551503</guid><dc:creator><![CDATA[Homoran]]></dc:creator><pubDate>Tue, 05 Jan 2021 13:42:49 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] backup eingespielt und nichts passiert - Was nun? on Tue, 05 Jan 2021 13:41:27 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> okay, habe ich gemacht. Das log bleibt jetzt leer. Allerdings startet der Vis Editor trotzdem nicht.<br />
Mal ne blöde Frage und ich weiß nicht, ob sie zur Lösungsfindung beiträgt. Ich habe seit meiner Startzeit mit einem Pi3 die Instanz vis-beta immer mit dabei. Ich kann diese auch nicht löschen. Sie erscheint immer wieder. Kann die was damit zu tun haben? Ich habe sie im Moment deaktiviert. Die ist nun schon dreimal mit umgezogen. Vom Pi auf ein NAS und dann zum NUC.<br />
<img src="/assets/uploads/files/1609854003697-visbeta.jpg" alt="visbeta.JPG" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.iobroker.net/post/551499</link><guid isPermaLink="true">https://forum.iobroker.net/post/551499</guid><dc:creator><![CDATA[weimaraner]]></dc:creator><pubDate>Tue, 05 Jan 2021 13:41:27 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] backup eingespielt und nichts passiert - Was nun? on Tue, 05 Jan 2021 13:28:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/weimaraner" aria-label="Profile: weimaraner">@<bdi>weimaraner</bdi></a> sagte in <a href="/post/551478">backup eingespielt und nichts passiert - Was nun?</a>:</p>
<blockquote>
<p dir="auto">Oder was spezielles mit vis?</p>
</blockquote>
<p dir="auto"><code>iobroker upload vis</code><br />
oder über den admin im Expertenmodus</p>
]]></description><link>https://forum.iobroker.net/post/551487</link><guid isPermaLink="true">https://forum.iobroker.net/post/551487</guid><dc:creator><![CDATA[Homoran]]></dc:creator><pubDate>Tue, 05 Jan 2021 13:28:51 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] backup eingespielt und nichts passiert - Was nun? on Tue, 05 Jan 2021 13:23:44 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> meinst du in der Konsole ein</p>
<pre><code>Iobroker upload
</code></pre>
<p dir="auto">Oder was spezielles mit vis?</p>
]]></description><link>https://forum.iobroker.net/post/551478</link><guid isPermaLink="true">https://forum.iobroker.net/post/551478</guid><dc:creator><![CDATA[weimaraner]]></dc:creator><pubDate>Tue, 05 Jan 2021 13:23:44 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] backup eingespielt und nichts passiert - Was nun? on Tue, 05 Jan 2021 13:10:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/weimaraner" aria-label="Profile: weimaraner">@<bdi>weimaraner</bdi></a> sagte in <a href="/post/551434">backup eingespielt und nichts passiert - Was nun?</a>:</p>
<blockquote>
<p dir="auto">Ich sehe es nur im Admin -&gt; installiert 1.1.7 verfügbar 1.3.4</p>
</blockquote>
<p dir="auto">mach mal ein upload</p>
]]></description><link>https://forum.iobroker.net/post/551462</link><guid isPermaLink="true">https://forum.iobroker.net/post/551462</guid><dc:creator><![CDATA[Homoran]]></dc:creator><pubDate>Tue, 05 Jan 2021 13:10:09 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] backup eingespielt und nichts passiert - Was nun? on Tue, 05 Jan 2021 13:09:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/weimaraner" aria-label="Profile: weimaraner">@<bdi>weimaraner</bdi></a> sagte in <a href="/post/551434">backup eingespielt und nichts passiert - Was nun?</a>:</p>
<blockquote>
<p dir="auto">Redis Objects: Use Redis connection: 127.0.0.1:9001</p>
</blockquote>
<p dir="auto">das scheint nicht das "normale" Redis zu sein. Dort würdest du nur die states speichern</p>
]]></description><link>https://forum.iobroker.net/post/551461</link><guid isPermaLink="true">https://forum.iobroker.net/post/551461</guid><dc:creator><![CDATA[Homoran]]></dc:creator><pubDate>Tue, 05 Jan 2021 13:09:30 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] backup eingespielt und nichts passiert - Was nun? on Tue, 05 Jan 2021 13:07:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thomas-braun" aria-label="Profile: Thomas-Braun">@<bdi>Thomas-Braun</bdi></a> mmhhh. Das entwickelt sich ja zur unendlichen Geschichte...<br />
<a class="plugin-mentions-user plugin-mentions-a" href="/user/simatec" aria-label="Profile: simatec">@<bdi>simatec</bdi></a> und <a class="plugin-mentions-user plugin-mentions-a" href="/user/homoran" aria-label="Profile: Homoran">@<bdi>Homoran</bdi></a>  habt ihr eine Idee, was ich jetzt machen soll?</p>
]]></description><link>https://forum.iobroker.net/post/551457</link><guid isPermaLink="true">https://forum.iobroker.net/post/551457</guid><dc:creator><![CDATA[weimaraner]]></dc:creator><pubDate>Tue, 05 Jan 2021 13:07:54 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] backup eingespielt und nichts passiert - Was nun? on Tue, 05 Jan 2021 12:49:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/weimaraner" aria-label="Profile: weimaraner">@<bdi>weimaraner</bdi></a> sagte in <a href="/post/551434">backup eingespielt und nichts passiert - Was nun?</a>:</p>
<blockquote>
<p dir="auto">redis: 127.0.0.1:9001</p>
</blockquote>
<p dir="auto">Ist soweit ich weiß auch der falsche Port. Da läuft eigentlich die ioBroker eigene Datenbank.<br />
Keine Ahnung ob da was falsch läuft.</p>
]]></description><link>https://forum.iobroker.net/post/551438</link><guid isPermaLink="true">https://forum.iobroker.net/post/551438</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Tue, 05 Jan 2021 12:49:22 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] backup eingespielt und nichts passiert - Was nun? on Tue, 05 Jan 2021 12:47:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thomas-braun" aria-label="Profile: Thomas-Braun">@<bdi>Thomas-Braun</bdi></a></p>
<p dir="auto">Okay. Habe jetzt alles aktualisert über die Konsole mit</p>
<pre><code>iobroker upgrade all
</code></pre>
<p dir="auto">Den Vis-Adapter hat es nicht aktualisert, ohne etwas dazu zu sagen. Ich sehe es nur im Admin -&gt; installiert 1.1.7 verfügbar 1.3.4. Meine Vis startet auch nicht. <img src="https://forum.iobroker.net/assets/plugins/nodebb-plugin-emoji/emoji/android/1f627.png?v=ba16ebd4856" class="not-responsive emoji emoji-android emoji--anguished" style="height:23px;width:auto;vertical-align:middle" title=":anguished:" alt="😧" />  Ich sehe nur den Bildschirm "Verbinde mit dem Server, Warte auf Werte..."<br />
Im Log steht folgendes</p>
<pre><code>vis.0	2021-01-05 13:40:21.571	info	(22723) Terminated (NO_ERROR): Without reason
vis.0	2021-01-05 13:40:19.896	info	(22723) vis license is OK.
vis.0	2021-01-05 13:40:19.641	info	(22723) starting. Version 1.1.7 in /opt/iobroker/node_modules/iobroker.vis, node: v12.20.1, js-controller: 3.1.6
vis.0	2021-01-05 13:40:19.182	debug	(22723) statesDB connected
vis.0	2021-01-05 13:40:19.180	debug	(22723) States connected to redis: 127.0.0.1:9000
vis.0	2021-01-05 13:40:19.153	debug	(22723) States create System PubSub Client
vis.0	2021-01-05 13:40:19.147	debug	(22723) States create User PubSub Client
vis.0	2021-01-05 13:40:19.124	debug	(22723) Redis States: Use Redis connection: 127.0.0.1:9000
vis.0	2021-01-05 13:40:19.120	debug	(22723) objectDB connected
vis.0	2021-01-05 13:40:19.109	debug	(22723) Objects connected to redis: 127.0.0.1:9001
vis.0	2021-01-05 13:40:19.066	debug	(22723) Objects client initialize lua scripts
vis.0	2021-01-05 13:40:19.064	debug	(22723) Objects create User PubSub Client
vis.0	2021-01-05 13:40:19.061	debug	(22723) Objects create System PubSub Client
vis.0	2021-01-05 13:40:19.055	debug	(22723) Objects client ready ... initialize now
vis.0	2021-01-05 13:40:18.904	debug	(22723) Redis Objects: Use Redis connection: 127.0.0.1:9001
</code></pre>
<p dir="auto">Hätte ich den Redis Server installieren müssen? Wußte nicht, daß ich den hatte...<br />
Muß ich von vorne anfangen???</p>
]]></description><link>https://forum.iobroker.net/post/551434</link><guid isPermaLink="true">https://forum.iobroker.net/post/551434</guid><dc:creator><![CDATA[weimaraner]]></dc:creator><pubDate>Tue, 05 Jan 2021 12:47:32 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] backup eingespielt und nichts passiert - Was nun? on Tue, 05 Jan 2021 12:14:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/weimaraner" aria-label="Profile: weimaraner">@<bdi>weimaraner</bdi></a> Passt.<br />
Wegen der Meldungen würde ich mir keine Gedanken machen.</p>
]]></description><link>https://forum.iobroker.net/post/551414</link><guid isPermaLink="true">https://forum.iobroker.net/post/551414</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Tue, 05 Jan 2021 12:14:53 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] backup eingespielt und nichts passiert - Was nun? on Tue, 05 Jan 2021 11:52:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thomas-braun" aria-label="Profile: Thomas-Braun">@<bdi>Thomas-Braun</bdi></a></p>
<pre><code>/usr/bin/nodejs
v12.20.1
/usr/bin/node
v12.20.1
/usr/bin/npm
6.14.10
nodejs:
  Installiert:           12.20.1-1nodesource1
  Installationskandidat: 12.20.1-1nodesource1
  Versionstabelle:
 *** 12.20.1-1nodesource1 500
        500 https://deb.nodesource.com/node_12.x buster/main amd64 Packages
        100 /var/lib/dpkg/status
     10.21.0~dfsg-1~deb10u1 500
        500 http://ftp.de.debian.org/debian buster/main amd64 Packages
        500 http://security.debian.org/debian-security buster/updates/main amd64 Packages

</code></pre>
]]></description><link>https://forum.iobroker.net/post/551403</link><guid isPermaLink="true">https://forum.iobroker.net/post/551403</guid><dc:creator><![CDATA[weimaraner]]></dc:creator><pubDate>Tue, 05 Jan 2021 11:52:59 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] backup eingespielt und nichts passiert - Was nun? on Tue, 05 Jan 2021 11:06:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/weimaraner" aria-label="Profile: weimaraner">@<bdi>weimaraner</bdi></a><br />
Schaut soweit nicht wild aus.<br />
node richtig drin?</p>
<pre><code>which nodejs &amp;&amp; nodejs -v &amp;&amp; which node &amp;&amp; node -v &amp;&amp; which npm &amp;&amp; npm -v &amp;&amp; apt policy nodejs
</code></pre>
<p dir="auto">mal zeigen.</p>
]]></description><link>https://forum.iobroker.net/post/551388</link><guid isPermaLink="true">https://forum.iobroker.net/post/551388</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Tue, 05 Jan 2021 11:06:22 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] backup eingespielt und nichts passiert - Was nun? on Tue, 05 Jan 2021 11:02:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/weimaraner" aria-label="Profile: weimaraner">@<bdi>weimaraner</bdi></a> sagte in <a href="/post/551385">backup eingespielt und nichts passiert - Was nun?</a>:</p>
<blockquote>
<p dir="auto">Sind zwar nur Infos,</p>
</blockquote>
<p dir="auto">Das sind Infos über (nicht relevante) Errors ;-)</p>
]]></description><link>https://forum.iobroker.net/post/551386</link><guid isPermaLink="true">https://forum.iobroker.net/post/551386</guid><dc:creator><![CDATA[Homoran]]></dc:creator><pubDate>Tue, 05 Jan 2021 11:02:17 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] backup eingespielt und nichts passiert - Was nun? on Tue, 05 Jan 2021 11:00:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thomas-braun" aria-label="Profile: Thomas-Braun">@<bdi>Thomas-Braun</bdi></a> Auch auf die Gefahr hin, daß ich nerve. Was bedeuten folgende Meldungen? Sind zwar nur Infos, aber drin steht was mit Error. <img src="https://forum.iobroker.net/assets/plugins/nodebb-plugin-emoji/emoji/android/1f644.png?v=ba16ebd4856" class="not-responsive emoji emoji-android emoji--face_with_rolling_eyes" style="height:23px;width:auto;vertical-align:middle" title=":face_with_rolling_eyes:" alt="🙄" /></p>
<pre><code>host.iobroker-NUC	2021-01-05 11:54:05.257	info	iobroker npm-install: exit 51
host.iobroker-NUC	2021-01-05 11:54:04.033	info	iobroker npm-install: adapter "icons-open-icon-library-png" already installed. Use "upgrade" to upgrade to a newer version.
host.iobroker-NUC	2021-01-05 11:54:01.890	info	iobroker install icons-open-icon-library-png@0.1.3 using installedVersion
host.iobroker-NUC	2021-01-05 11:54:01.889	warn	startInstance cannot find adapter "icons-open-icon-library-png@0.1.3". Try to install it... 3 attempt
host.iobroker-NUC	2021-01-05 11:54:00.887	info	iobroker npm-install: exit 0
host.iobroker-NUC	2021-01-05 11:53:59.786	info	iobroker npm-install: Update "system.adapter.wiffi-wz.0"
host.iobroker-NUC	2021-01-05 11:53:59.732	info	iobroker npm-install: host.iobroker-NUC object system.adapter.wiffi-wz created/updated
host.iobroker-NUC	2021-01-05 11:53:59.644	info	iobroker npm-install: upload [0] wiffi-wz.admin /opt/iobroker/node_modules/iobroker.wiffi-wz/admin/index_m.html index_m.html text/html
host.iobroker-NUC	2021-01-05 11:53:59.579	info	iobroker npm-install: upload [1] wiffi-wz.admin /opt/iobroker/node_modules/iobroker.wiffi-wz/admin/wiffi-wz.png wiffi-wz.png image/png
host.iobroker-NUC	2021-01-05 11:53:59.459	info	iobroker npm-install: upload [2] wiffi-wz.admin /opt/iobroker/node_modules/iobroker.wiffi-wz/admin/words.js words.js application/javascript
host.iobroker-NUC	2021-01-05 11:53:59.236	info	iobroker npm-install: host.iobroker-NUC install adapter wiffi-wz@2.2.0
host.iobroker-NUC	2021-01-05 11:53:52.042	info	iobroker npm-install: gyp ERR! System Linux 4.19.0-13-amd64gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/o
host.iobroker-NUC	2021-01-05 11:53:52.038	info	iobroker npm-install: gyp ERR! stack Error: `make` failed with exit code: 2gyp ERR! stack at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23)gyp ERR! stack
host.iobroker-NUC	2021-01-05 11:53:52.035	info	iobroker npm-install: ERR! build error
host.iobroker-NUC	2021-01-05 11:53:52.031	info	iobroker npm-install: gyp
host.iobroker-NUC	2021-01-05 11:53:52.026	info	iobroker npm-install: make: *** [bcrypt_lib.target.mk:113: Release/obj.target/bcrypt_lib/src/bcrypt_node.o] Fehler 1
host.iobroker-NUC	2021-01-05 11:53:51.796	info	iobroker npm-install: node-pre-gyp ERR! stack Error: Failed to execute '/usr/bin/node /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/n
host.iobroker-NUC	2021-01-05 11:53:51.793	info	iobroker npm-install: node-pre-gyp ERR! build error
host.iobroker-NUC	2021-01-05 11:53:51.775	info	iobroker npm-install: ERR! stack Error: `make` failed with exit code: 2gyp ERR! stack at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23)gyp ERR! stack
host.iobroker-NUC	2021-01-05 11:53:51.761	info	iobroker npm-install:
host.iobroker-NUC	2021-01-05 11:53:51.757	info	iobroker npm-install: build error gyp
host.iobroker-NUC	2021-01-05 11:53:51.751	info	iobroker npm-install: ERR!
host.iobroker-NUC	2021-01-05 11:53:51.748	info	iobroker npm-install:
host.iobroker-NUC	2021-01-05 11:53:51.742	info	iobroker npm-install: gyp
</code></pre>
]]></description><link>https://forum.iobroker.net/post/551385</link><guid isPermaLink="true">https://forum.iobroker.net/post/551385</guid><dc:creator><![CDATA[weimaraner]]></dc:creator><pubDate>Tue, 05 Jan 2021 11:00:44 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] backup eingespielt und nichts passiert - Was nun? on Tue, 05 Jan 2021 09:45:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/weimaraner" aria-label="Profile: weimaraner">@<bdi>weimaraner</bdi></a> sagte in <a href="/post/551279">backup eingespielt und nichts passiert - Was nun?</a>:</p>
<blockquote>
<p dir="auto">Bei der Installation kommt <strong>folgende Meldung.</strong></p>
</blockquote>
<p dir="auto">Welche Stelle stört dich da genau?</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/weimaraner" aria-label="Profile: weimaraner">@<bdi>weimaraner</bdi></a> sagte in <a href="/post/551279">backup eingespielt und nichts passiert - Was nun?</a>:</p>
<blockquote>
<p dir="auto">Ist das okay so?</p>
</blockquote>
<p dir="auto">sieht für mich so aus</p>
]]></description><link>https://forum.iobroker.net/post/551303</link><guid isPermaLink="true">https://forum.iobroker.net/post/551303</guid><dc:creator><![CDATA[Homoran]]></dc:creator><pubDate>Tue, 05 Jan 2021 09:45:38 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] backup eingespielt und nichts passiert - Was nun? on Tue, 05 Jan 2021 09:28:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/weimaraner" aria-label="Profile: weimaraner">@<bdi>weimaraner</bdi></a> sagte in <a href="/post/551279">backup eingespielt und nichts passiert - Was nun?</a>:</p>
<blockquote>
<p dir="auto">12.20.0</p>
</blockquote>
<p dir="auto">Die Meldungen sollten nichts zur Sache tun.<br />
Allerdings ist die aktuelle nodeJS-Version die 12.20.1</p>
]]></description><link>https://forum.iobroker.net/post/551286</link><guid isPermaLink="true">https://forum.iobroker.net/post/551286</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Tue, 05 Jan 2021 09:28:40 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] backup eingespielt und nichts passiert - Was nun? on Tue, 05 Jan 2021 09:22:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/simatec" aria-label="Profile: simatec">@<bdi>simatec</bdi></a> <a class="plugin-mentions-user plugin-mentions-a" href="/user/thomas-braun" aria-label="Profile: Thomas-Braun">@<bdi>Thomas-Braun</bdi></a><br />
Ich habe den iobroker Ordner gelöscht und das Installationsskript gestartet. Bei der Installation kommt folgende Meldung.</p>
<pre><code>==========================================================================
    Installing ioBroker (3/4)
==========================================================================

In file included from ../../nan/nan.h:56,
                 from ../src/main.cpp:3:
/home/andreas/.cache/node-gyp/12.20.0/include/node/node.h:737:43: warning: cast between incompatible function types from ‘void (*)(v8::Local&lt;v8::Object&gt;)’ to ‘node::addon_register_func’ {aka ‘void (*)(v8::Local&lt;v8::Object&gt;, v8::Local&lt;v8::Value&gt;, void*)’} [-Wcast-function-type]
       (node::addon_register_func) (regfunc),                          \
                                           ^
/home/andreas/.cache/node-gyp/12.20.0/include/node/node.h:771:3: note: in expansion of macro ‘NODE_MODULE_X’
   NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_usage)
   ^~~~~~~~~~~~~
../src/main.cpp:42:1: note: in expansion of macro ‘NODE_MODULE’
 NODE_MODULE(diskusage, Init)
 ^~~~~~~~~~~
In file included from ../../nan/nan.h:56,
                 from ../src/unix_dgram.cc:5:
/home/andreas/.cache/node-gyp/12.20.0/include/node/node.h:737:43: warning: cast between incompatible function types from ‘void (*)(v8::Local&lt;v8::Object&gt;)’ to ‘node::addon_register_func’ {aka ‘void (*)(v8::Local&lt;v8::Object&gt;, v8::Local&lt;v8::Value&gt;, void*)’} [-Wcast-function-type]
       (node::addon_register_func) (regfunc),                          \
                                           ^
/home/andreas/.cache/node-gyp/12.20.0/include/node/node.h:771:3: note: in expansion of macro ‘NODE_MODULE_X’
   NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_usage)
   ^~~~~~~~~~~~~
../src/unix_dgram.cc:404:1: note: in expansion of macro ‘NODE_MODULE’
 NODE_MODULE(unix_dgram, Initialize)
 ^~~~~~~~~~~

ATTENTION: Error reporting via Sentry will be activated on next start of ioBroker

</code></pre>
<p dir="auto">Das ganze wird allerding auch mit</p>
<pre><code> ioBroker was installed successfully
    Open http://192.168.178.86:8081 in a browser and start configuring!

</code></pre>
<p dir="auto">beendet. Ist das okay so?<br />
Kann ich jetzt das backup einspielen?</p>
]]></description><link>https://forum.iobroker.net/post/551279</link><guid isPermaLink="true">https://forum.iobroker.net/post/551279</guid><dc:creator><![CDATA[weimaraner]]></dc:creator><pubDate>Tue, 05 Jan 2021 09:22:08 GMT</pubDate></item></channel></rss>