NEWS
Test js-controller v2.0.x (GitHub)
-
Ich habe eben das update auf den js-controller 2.0 Beta auf meinem Entwicklerrechner (macbook, nodejs 10) durchgeführt. Seit dem wird im Visual Studio Code (VSC) kein Logging im Debug Modus angezeigt. Jemand eine Idee was ich dort ändern muss.
hier meine launch.json im .vscode Verzeichnis:
"version": "0.2.0", "configurations": [ { "type": "node", "request": "launch", "name": "Programm starten", "program": "${workspaceFolder}/shelly.js", "cwd": "${workspaceRoot}", "args": [ "--debug", "--force", "--logs", "--trace-warnings" ] }, { "type": "node", "request": "attach", "name": "An den Prozess anfügen", "port": 5858 } ] }
VG
Stübi -
@MathiasJ 1.0.8 war kaputt, 1.0.9 ist da
-
@darkiop Und was ist 18 Uhr passiert? oder da wo der Spuk los ging?
-
erledigt
-
Muss man auch den Master beenden um das Update auf den slave zu spielen? Habe ich noch nicht ausprobiert.
Bisheriger Versuch auf Pi3-Slave zu installieren schlug fehl.
Probleme: iobroker status sagt immer iobroker running obwohl vorher beendet. Fix habe ich auch schon vorher durchlaufen lassen.
Version:
npm: 6.9.0
nodejs: 10.6.3pi@Pi3:/opt/iobroker $ sudo iobroker status iobroker is running Objects type: file States type: file pi@Pi3:/opt/iobroker $ sudo iobroker stop pi@Pi3:/opt/iobroker $ sudo npm install ioBroker/ioBroker.js-controller npm ERR! code 128 npm ERR! Command failed: git clone --mirror -q git://github.com/ioBroker/ioBroker.js-controller.git /root/.npm/_cacache/tmp/git-clone-ca0fa90a/.git npm ERR! fatal: could not create leading directories of '/root/.npm/_cacache/tmp/git-clone-ca0fa90a/.git' npm ERR! npm ERR! A complete log of this run can be found in: npm ERR! /root/.npm/_logs/2019-09-30T19_54_21_045Z-debug.log pi@Pi3:/opt/iobroker $ sudo iobroker status iobroker is running Objects type: file States type: file
-
@apollon77 said in [Aufruf] js-controller 2.0 Beta Test:
@febea wenn im Host noch 1.5.x angezeigt wird dann Hatvda was nicht geklappt. Hast damals das install log vom js-Controller Update? Sonst mach’s nochmal drüber
Wie kann ich das log sichern? Einfach alles markieren und speichern oder gibt es da direkt ein file?
-
@lobomau Prüf mal mit
ps -ef | grep ^io
Ob noch ein Prozess vom ioBroker läuft, und wenn ja kannst du diesen per
kill -9 PROCESS-ID
oder
pgrep -f '^io.*' | xargs kill -9
auf die sanfte Art beenden
-
@apollon77 Wenn ich das wüsste
Ich bin 17:52 nach Hause gekommen und konnte das Garagentor öffnen ... dann hat sich wohl kurz danach der js-controller Verabschiedet und mein Skript* welches regelmäßig prüft ob der iobroker Prozess im Container läuft hat ihn wieder gestartet.
Leider liest sich da aus meinre Sicht nichts wirklich heraus. Aktuell läufts noch stabil, ich lass das jetzt auch mal bis Morgen nach der Arbeit und starte dann erst den Slave nochmal durch.Skript: https://github.com/darkiop/smarthome/blob/master/iobroker/check_iobroker.sh
Auf dem Slave habe ich das hier im Log:
863 2019-09-30 16:42:17.642 - ^[[32minfo^[[39m: host.iobroker-hwr iobroker _restart 864 2019-09-30 16:48:11.446 - ^[[32minfo^[[39m: host.iobroker-hwr iobroker.js-controller version 2.0.14 js-controller starting 865 2019-09-30 16:48:11.453 - ^[[32minfo^[[39m: host.iobroker-hwr Copyright (c) 2014-2019 bluefox, 2014 hobbyquaker 866 2019-09-30 16:48:11.454 - ^[[32minfo^[[39m: host.iobroker-hwr hostname: iobroker-hwr, node: v10.16.3 867 2019-09-30 16:48:11.456 - ^[[32minfo^[[39m: host.iobroker-hwr ip addresses: 10.3.1.22 fe80::dea6:32ff:fe17:78f5 868 2019-09-30 16:48:11.708 - ^[[32minfo^[[39m: host.iobroker-hwr connected to Objects and States 869 2019-09-30 16:48:11.748 - ^[[33mwarn^[[39m: host.iobroker-hwr Multihost discovery server: service started on 0.0.0.0:50005 870 2019-09-30 16:48:13.063 - ^[[32minfo^[[39m: host.iobroker-hwr 86 instances found 871 2019-09-30 16:48:13.080 - ^[[32minfo^[[39m: host.iobroker-hwr starting 2 instances 872 2019-09-30 16:48:13.101 - ^[[32minfo^[[39m: host.iobroker-hwr instance system.adapter.smartmeter.0 started with pid 1211 873 2019-09-30 16:48:17.097 - ^[[32minfo^[[39m: host.iobroker-hwr instance system.adapter.smartmeter.1 started with pid 1222 874 2019-09-30 18:00:21.981 - ^[[33mwarn^[[39m: smartmeter.1 (1222) Cannot connect/reconnect to objects DB. Terminating 875 2019-09-30 18:00:21.981 - ^[[33mwarn^[[39m: smartmeter.0 (1211) Cannot connect/reconnect to objects DB. Terminating 876 2019-09-30 18:00:26.492 - ^[[33mwarn^[[39m: host.iobroker-hwr Slave controller detected disconnection. Stop all instances. 877 2019-09-30 18:00:26.499 - ^[[32minfo^[[39m: host.iobroker-hwr stopInstance system.adapter.smartmeter.0 878 2019-09-30 18:00:26.500 - ^[[31merror^[[39m: host.iobroker-hwr result is not defined 879 2019-09-30 18:00:28.263 - ^[[33mwarn^[[39m: host.iobroker-hwr Cannot get view: ReplyError: Error Unknown Script 47ca5e051ba19850d94c45a1fc8725ff04ae868f 880 2019-09-30 18:00:28.267 - ^[[32minfo^[[39m: host.iobroker-hwr instance system.adapter.smartmeter.1 terminated with code 0 (NO_ERROR) 881 2019-09-30 18:00:28.268 - ^[[32minfo^[[39m: host.iobroker-hwr Do not restart adapter system.adapter.smartmeter.1 because disabled or deleted 882 2019-09-30 18:00:28.304 - ^[[33mwarn^[[39m: host.iobroker-hwr Cannot get view: ReplyError: Error Unknown Script 47ca5e051ba19850d94c45a1fc8725ff04ae868f 883 2019-09-30 18:00:28.305 - ^[[32minfo^[[39m: host.iobroker-hwr instance system.adapter.smartmeter.0 terminated with code 0 (NO_ERROR) 884 2019-09-30 18:00:28.305 - ^[[32minfo^[[39m: host.iobroker-hwr Do not restart adapter system.adapter.smartmeter.0 because disabled or deleted 885 2019-09-30 18:00:41.501 - ^[[32minfo^[[39m: host.iobroker-hwr iobroker _restart 886 2019-09-30 18:00:42.019 - ^[[32minfo^[[39m: host.iobroker-hwr iobroker Starting node restart.js 887 2019-09-30 18:15:09.303 - ^[[32minfo^[[39m: host.iobroker-hwr iobroker.js-controller version 2.0.14 js-controller starting 888 2019-09-30 18:15:09.311 - ^[[32minfo^[[39m: host.iobroker-hwr Copyright (c) 2014-2019 bluefox, 2014 hobbyquaker 889 2019-09-30 18:15:09.312 - ^[[32minfo^[[39m: host.iobroker-hwr hostname: iobroker-hwr, node: v10.16.3 890 2019-09-30 18:15:09.313 - ^[[32minfo^[[39m: host.iobroker-hwr ip addresses: 10.3.1.22 fe80::dea6:32ff:fe17:78f5 891 2019-09-30 18:15:09.849 - ^[[32minfo^[[39m: host.iobroker-hwr connected to Objects and States 892 2019-09-30 18:15:10.576 - ^[[33mwarn^[[39m: host.iobroker-hwr Multihost discovery server: service started on 0.0.0.0:50005 893 2019-09-30 18:15:10.829 - ^[[32minfo^[[39m: host.iobroker-hwr Delete state "system.host.iobroker-hwr.compactModeEnabled" 894 2019-09-30 18:15:11.579 - ^[[32minfo^[[39m: host.iobroker-hwr 86 instances found 895 2019-09-30 18:15:11.596 - ^[[32minfo^[[39m: host.iobroker-hwr starting 3 instances 896 2019-09-30 18:15:11.624 - ^[[32minfo^[[39m: host.iobroker-hwr instance system.adapter.email.0 started with pid 1424 897 2019-09-30 18:15:11.629 - ^[[32minfo^[[39m: host.iobroker-hwr Some obsolete host states deleted. 898 2019-09-30 18:15:14.011 - ^[[32minfo^[[39m: email.0 (1424) starting. Version 1.0.5 in /opt/iobroker/node_modules/iobroker.email, node: v10.16.3 899 2019-09-30 18:15:15.614 - ^[[32minfo^[[39m: host.iobroker-hwr instance system.adapter.smartmeter.0 started with pid 1439 900 2019-09-30 18:15:19.605 - ^[[32minfo^[[39m: host.iobroker-hwr instance system.adapter.smartmeter.1 started with pid 1450 901 2019-09-30 18:18:21.377 - ^[[33mwarn^[[39m: smartmeter.1 (1450) Cannot connect/reconnect to objects DB. Terminating 902 2019-09-30 18:18:21.378 - ^[[33mwarn^[[39m: email.0 (1424) Cannot connect/reconnect to objects DB. Terminating 903 2019-09-30 18:18:21.379 - ^[[33mwarn^[[39m: smartmeter.0 (1439) Cannot connect/reconnect to objects DB. Terminating 904 2019-09-30 18:18:25.889 - ^[[33mwarn^[[39m: host.iobroker-hwr Slave controller detected disconnection. Stop all instances. 905 2019-09-30 18:18:25.895 - ^[[32minfo^[[39m: host.iobroker-hwr stopInstance system.adapter.email.0 906 2019-09-30 18:18:25.896 - ^[[31merror^[[39m: host.iobroker-hwr result is not defined
Auf dem Master
2019-09-30 17:52:59.863 - [32minfo[39m: javascript.0 (479) script.js.PRODUKTIV.Garage.Garagentor: Tor auf 2019-09-30 17:53:00.073 - [32minfo[39m: javascript.0 (479) script.js.PRODUKTIV.Garage.Garagentor: Tor auf 2019-09-30 17:53:00.162 - [32minfo[39m: javascript.0 (479) script.js.PRODUKTIV.Beschattung.Automatik.01_Automatik: +++ Minuten vor Sonnenuntergang != VIS Parameter Minuten vor Sonnenuntergang | Es gibt noch nichts zu schalten +++ 2019-09-30 17:53:00.165 - [32minfo[39m: javascript.0 (479) script.js.PRODUKTIV.Beschattung.Automatik.04_Berechnung_Minuten_bis_zum_Schalten: Richtung Sonnenuntergang 2019-09-30 17:53:41.288 - [32minfo[39m: javascript.0 (479) script.js.PRODUKTIV.Beleuchtung.01_Bewegungsmelder_Flur: +++ Bewegung im Flur erkannt: Aktuelle Tageszeit: Abend | Skript wird ausgelöst bei: Abend,Abenddämmerung,Nacht,Morgendämmerung 2019-09-30 17:54:00.210 - [32minfo[39m: javascript.0 (479) script.js.PRODUKTIV.Beschattung.Automatik.01_Automatik: +++ Minuten vor Sonnenuntergang != VIS Parameter Minuten vor Sonnenuntergang | Es gibt noch nichts zu schalten +++ 2019-09-30 17:54:00.219 - [32minfo[39m: javascript.0 (479) script.js.PRODUKTIV.Beschattung.Automatik.04_Berechnung_Minuten_bis_zum_Schalten: Richtung Sonnenuntergang 2019-09-30 17:55:00.080 - [32minfo[39m: javascript.0 (479) script.js.PRODUKTIV.Anwesenheit.Anwesenheit_Unifi: +++ Thorsten ist anwesend +++ 2019-09-30 17:55:00.082 - [32minfo[39m: javascript.0 (479) script.js.PRODUKTIV.Anwesenheit.Anwesenheit_Unifi: +++ Jenny ist abwesend +++ 2019-09-30 17:55:00.130 - [32minfo[39m: javascript.0 (479) script.js.PRODUKTIV.Beschattung.Automatik.01_Automatik: +++ Minuten vor Sonnenuntergang != VIS Parameter Minuten vor Sonnenuntergang | Es gibt noch nichts zu schalten +++ 2019-09-30 17:55:00.134 - [32minfo[39m: javascript.0 (479) script.js.PRODUKTIV.Beschattung.Automatik.04_Berechnung_Minuten_bis_zum_Schalten: Richtung Sonnenuntergang 2019-09-30 17:56:00.099 - [32minfo[39m: javascript.0 (479) script.js.PRODUKTIV.Beschattung.Automatik.01_Automatik: +++ Minuten vor Sonnenuntergang != VIS Parameter Minuten vor Sonnenuntergang | Es gibt noch nichts zu schalten +++ 2019-09-30 17:56:00.101 - [32minfo[39m: javascript.0 (479) script.js.PRODUKTIV.Beschattung.Automatik.04_Berechnung_Minuten_bis_zum_Schalten: Richtung Sonnenuntergang 2019-09-30 17:57:00.117 - [32minfo[39m: javascript.0 (479) script.js.PRODUKTIV.Beschattung.Automatik.01_Automatik: +++ Minuten vor Sonnenuntergang != VIS Parameter Minuten vor Sonnenuntergang | Es gibt noch nichts zu schalten +++ 2019-09-30 17:57:00.118 - [32minfo[39m: javascript.0 (479) script.js.PRODUKTIV.Beschattung.Automatik.04_Berechnung_Minuten_bis_zum_Schalten: Richtung Sonnenuntergang 2019-09-30 17:57:51.869 - [32minfo[39m: javascript.0 (479) script.js.PRODUKTIV.Beleuchtung.01_Bewegungsmelder_Flur: +++ Bewegung im Flur erkannt: Aktuelle Tageszeit: Abend | Skript wird ausgelöst bei: Abend,Abenddämmerung,Nacht,Morgendämmerung 2019-09-30 17:58:00.088 - [32minfo[39m: javascript.0 (479) script.js.PRODUKTIV.Beschattung.Automatik.01_Automatik: +++ Minuten vor Sonnenuntergang != VIS Parameter Minuten vor Sonnenuntergang | Es gibt noch nichts zu schalten +++ 2019-09-30 17:58:00.089 - [32minfo[39m: javascript.0 (479) script.js.PRODUKTIV.Beschattung.Automatik.04_Berechnung_Minuten_bis_zum_Schalten: Richtung Sonnenuntergang 2019-09-30 17:59:00.343 - [32minfo[39m: javascript.0 (479) script.js.PRODUKTIV.Beschattung.Automatik.01_Automatik: +++ Minuten vor Sonnenuntergang != VIS Parameter Minuten vor Sonnenuntergang | Es gibt noch nichts zu schalten +++ 2019-09-30 17:59:00.344 - [32minfo[39m: javascript.0 (479) script.js.PRODUKTIV.Beschattung.Automatik.04_Berechnung_Minuten_bis_zum_Schalten: Richtung Sonnenuntergang 2019-09-30 18:00:00.063 - [32minfo[39m: host.iobroker-master instance system.adapter.tvspielfilm.0 started with pid 7495 2019-09-30 18:00:00.227 - [32minfo[39m: javascript.0 (479) script.js.PRODUKTIV.Beschattung.Automatik.01_Automatik: +++ Minuten vor Sonnenuntergang != VIS Parameter Minuten vor Sonnenuntergang | Es gibt noch nichts zu schalten +++ 2019-09-30 18:00:00.227 - [32minfo[39m: javascript.0 (479) script.js.PRODUKTIV.Beschattung.Automatik.04_Berechnung_Minuten_bis_zum_Schalten: Richtung Sonnenuntergang 2019-09-30 18:00:00.191 - [32minfo[39m: host.iobroker-master instance system.adapter.yr.0 started with pid 7507 2019-09-30 18:00:00.393 - [32minfo[39m: host.iobroker-master instance system.adapter.ical.0 started with pid 7513 2019-09-30 18:00:00.623 - [32minfo[39m: host.iobroker-master instance system.adapter.ical.1 started with pid 7520 2019-09-30 18:00:00.784 - [32minfo[39m: host.iobroker-master instance system.adapter.ical.2 started with pid 7529 2019-09-30 18:00:01.905 - [32minfo[39m: host.iobroker-master instance system.adapter.ical.3 started with pid 7585 2019-09-30 18:00:02.118 - [32minfo[39m: host.iobroker-master instance system.adapter.ical.4 started with pid 7597 2019-09-30 18:00:02.359 - [32minfo[39m: host.iobroker-master instance system.adapter.ical.5 started with pid 7603 2019-09-30 18:00:21.895 - [33mwarn[39m: dwd.0 (7501) Cannot connect/reconnect to objects DB. Terminating 2019-09-30 18:00:21.903 - [33mwarn[39m: tvspielfilm.0 (7495) Cannot connect/reconnect to objects DB. Terminating 2019-09-30 18:00:21.905 - [33mwarn[39m: ical.0 (7513) Cannot connect/reconnect to objects DB. Terminating 2019-09-30 18:00:21.906 - [33mwarn[39m: ical.4 (7597) Cannot connect/reconnect to objects DB. Terminating 2019-09-30 18:00:21.908 - [33mwarn[39m: ical.2 (7529) Cannot connect/reconnect to objects DB. Terminating 2019-09-30 18:00:21.903 - [33mwarn[39m: ical.3 (7585) Cannot connect/reconnect to objects DB. Terminating 2019-09-30 18:00:21.915 - [33mwarn[39m: ical.1 (7520) Cannot connect/reconnect to objects DB. Terminating 2019-09-30 18:00:21.914 - [33mwarn[39m: yr.0 (7507) Cannot connect/reconnect to objects DB. Terminating 2019-09-30 18:00:21.933 - [33mwarn[39m: ical.5 (7603) Cannot connect/reconnect to objects DB. Terminating 2019-09-30 18:00:23.491 - [32minfo[39m: host.iobroker-master iobroker.js-controller version 2.0.14 js-controller starting 2019-09-30 18:00:23.504 - [32minfo[39m: host.iobroker-master Copyright (c) 2014-2019 bluefox, 2014 hobbyquaker 2019-09-30 18:00:23.505 - [32minfo[39m: host.iobroker-master hostname: iobroker-master, node: v8.16.1 2019-09-30 18:00:23.508 - [32minfo[39m: host.iobroker-master ip addresses: 192.168.1.82 2019-09-30 18:00:26.487 - [32minfo[39m: host.iobroker-master connected to Objects and States 2019-09-30 18:00:26.944 - [32minfo[39m: host.iobroker-master 86 instances found 2019-09-30 18:00:27.048 - [32minfo[39m: host.iobroker-master starting 42 instances 2019-09-30 18:00:28.007 - [32minfo[39m: host.iobroker-master instance system.adapter.admin.0 started with pid 8270 2019-09-30 18:00:28.162 - [33mwarn[39m: host.iobroker-master Multihost discovery server: service started on 0.0.0.0:50005 2019-09-30 18:00:28.178 - [33mwarn[39m: Error from InMemDB: Error: Unknown Script 47ca5e051ba19850d94c45a1fc8725ff04ae868f 2019-09-30 18:00:28.179 - [33mwarn[39m: Error from InMemDB: Error: Unknown Script 47ca5e051ba19850d94c45a1fc8725ff04ae868f 2019-09-30 18:00:31.419 - [32minfo[39m: host.iobroker-master instance system.adapter.web.0 started with pid 8282 2019-09-30 18:00:37.214 - [32minfo[39m: host.iobroker-master instance system.adapter.ping.0 started with pid 8294 2019-09-30 18:00:37.284 - [32minfo[39m: host.iobroker-master Update repository "latest" under "http://download.iobroker.net/sources-dist-latest.json" 2019-09-30 18:00:39.452 - [32minfo[39m: host.iobroker-master instance system.adapter.hue.0 started with pid 8308 2019-09-30 18:00:42.462 - [32minfo[39m: ping.0 (8294) starting. Version 1.3.2 in /opt/iobroker/node_modules/iobroker.ping, node: v8.16.1 2019-09-30 18:00:43.415 - [32minfo[39m: hue.0 (8308) starting. Version 2.0.0 in /opt/iobroker/node_modules/iobroker.hue, node: v8.16.1 2019-09-30 18:00:43.439 - [32minfo[39m: host.iobroker-master instance system.adapter.tankerkoenig.0 started with pid 8323
-
Ich habe leider immer noch probleme eine ioBroker backup mit redis/redis herzustellen.
einfügen von iobroker-data
pi@ioBrokerMaster:/opt/iobroker$ iobroker host <ioBroker-Rock> bash: Syntaxfehler beim unerwarteten Wort `newline' pi@ioBrokerMaster:/opt/iobroker$ iobroker setup custom Current configuration: - Objects database: - Type: redis - Host/Unix Socket: 0.0.0.0 - Port: 6379 - States database: - Type: redis - Host/Unix Socket: 0.0.0.0 - Port: 6379 Type of objects DB [(f)ile, (r)edis], default [redis]: r Host / Unix Socket of objects DB(redis), default[0.0.0.0]: 0.0.0.0 Port of objects DB(redis), default[6379]: Type of states DB [(f)file, (r)edis], default [redis]: r Host / Unix Socket of states DB (redis), default[0.0.0.0]: 0.0.0.0 Port of states DB (redis), default[6379]: Host name of this machine [ioBrokerMaster]: ioBroker-Rock updating conf/iobroker.json pi@ioBrokerMaster:/opt/iobroker$ iobroker start pi@ioBrokerMaster:/opt/iobroker$ iobroker status Cannot read system.config: null Cannot find view "system" for search "host" : null iobroker is running on this host. No iobroker host is running. Objects type: redis States type: redis
über iobroker restore
Backup created: /opt/iobroker/backups/restore.tar.gz pi@ioBrokerMaster:/opt/iobroker$ iobroker restore minimal_2019_09_30-17_27_35_backupiobroker iobroker controller daemon is not running host.ioBrokerMaster OK. host.ioBrokerMaster Clear all objects and states... clean 305 objects... [Not critical] Cannot delete object system.repositories: "Object is marked as non deletable" [Not critical] Cannot delete object system.config: "Object is marked as non deletable" [Not critical] Cannot delete object enum.functions: "Object is marked as non deletable" [Not critical] Cannot delete object enum.rooms: "Object is marked as non deletable" clean 237 states... host.ioBrokerMaster done. host.ioBrokerMaster Processed 0/8136 states host.ioBrokerMaster Processed 200/8136 states host.ioBrokerMaster Processed 400/8136 states host.ioBrokerMaster Processed 600/8136 states host.ioBrokerMaster Processed 800/8136 states host.ioBrokerMaster Processed 1000/8136 states host.ioBrokerMaster Processed 1200/8136 states host.ioBrokerMaster Processed 1400/8136 states host.ioBrokerMaster Processed 1600/8136 states host.ioBrokerMaster Processed 1800/8136 states host.ioBrokerMaster Processed 2000/8136 states host.ioBrokerMaster Processed 2200/8136 states host.ioBrokerMaster Processed 2400/8136 states host.ioBrokerMaster Processed 2600/8136 states host.ioBrokerMaster Processed 2800/8136 states host.ioBrokerMaster Processed 3000/8136 states host.ioBrokerMaster Processed 3200/8136 states host.ioBrokerMaster Processed 3400/8136 states host.ioBrokerMaster Processed 3600/8136 states host.ioBrokerMaster Processed 3800/8136 states host.ioBrokerMaster Processed 4000/8136 states host.ioBrokerMaster Processed 4200/8136 states host.ioBrokerMaster Processed 4400/8136 states host.ioBrokerMaster Processed 4600/8136 states host.ioBrokerMaster Processed 4800/8136 states host.ioBrokerMaster Processed 5000/8136 states host.ioBrokerMaster Processed 5200/8136 states host.ioBrokerMaster Processed 5400/8136 states host.ioBrokerMaster Processed 5600/8136 states host.ioBrokerMaster Processed 5800/8136 states host.ioBrokerMaster Processed 6000/8136 states host.ioBrokerMaster Processed 6200/8136 states host.ioBrokerMaster Processed 6400/8136 states host.ioBrokerMaster Processed 6600/8136 states host.ioBrokerMaster Processed 6800/8136 states host.ioBrokerMaster Processed 7000/8136 states host.ioBrokerMaster Processed 7200/8136 states host.ioBrokerMaster Processed 7400/8136 states host.ioBrokerMaster Processed 7600/8136 states host.ioBrokerMaster Processed 7800/8136 states host.ioBrokerMaster Processed 8000/8136 states 8136 states restored. host.ioBrokerMaster Processed 0/13867 objects host.ioBrokerMaster Processed 200/13867 objects host.ioBrokerMaster Processed 400/13867 objects host.ioBrokerMaster Processed 600/13867 objects host.ioBrokerMaster Processed 800/13867 objects host.ioBrokerMaster Processed 1000/13867 objects host.ioBrokerMaster Processed 1200/13867 objects host.ioBrokerMaster Processed 1400/13867 objects host.ioBrokerMaster Processed 1600/13867 objects host.ioBrokerMaster Processed 1800/13867 objects host.ioBrokerMaster Processed 2000/13867 objects host.ioBrokerMaster Processed 2200/13867 objects host.ioBrokerMaster Processed 2400/13867 objects host.ioBrokerMaster Processed 2600/13867 objects host.ioBrokerMaster Processed 2800/13867 objects host.ioBrokerMaster Processed 3000/13867 objects host.ioBrokerMaster Processed 3200/13867 objects host.ioBrokerMaster Processed 3400/13867 objects host.ioBrokerMaster Processed 3600/13867 objects host.ioBrokerMaster Processed 3800/13867 objects host.ioBrokerMaster Processed 4000/13867 objects host.ioBrokerMaster Processed 4200/13867 objects host.ioBrokerMaster Processed 4400/13867 objects host.ioBrokerMaster Processed 4600/13867 objects host.ioBrokerMaster Processed 4800/13867 objects host.ioBrokerMaster Processed 5000/13867 objects host.ioBrokerMaster Processed 5200/13867 objects host.ioBrokerMaster Processed 5400/13867 objects host.ioBrokerMaster Processed 5600/13867 objects host.ioBrokerMaster Processed 5800/13867 objects host.ioBrokerMaster Processed 6000/13867 objects host.ioBrokerMaster Processed 6200/13867 objects host.ioBrokerMaster Processed 6400/13867 objects host.ioBrokerMaster Processed 6600/13867 objects host.ioBrokerMaster Processed 6800/13867 objects host.ioBrokerMaster Processed 7000/13867 objects host.ioBrokerMaster Processed 7200/13867 objects host.ioBrokerMaster Processed 7400/13867 objects host.ioBrokerMaster Processed 7600/13867 objects host.ioBrokerMaster Processed 7800/13867 objects host.ioBrokerMaster Processed 8000/13867 objects host.ioBrokerMaster Processed 8200/13867 objects host.ioBrokerMaster Processed 8400/13867 objects host.ioBrokerMaster Processed 8600/13867 objects host.ioBrokerMaster Processed 8800/13867 objects host.ioBrokerMaster Processed 9000/13867 objects host.ioBrokerMaster Processed 9200/13867 objects host.ioBrokerMaster Processed 9400/13867 objects host.ioBrokerMaster Processed 9600/13867 objects host.ioBrokerMaster Processed 9800/13867 objects host.ioBrokerMaster Processed 10000/13867 objects host.ioBrokerMaster Processed 10200/13867 objects host.ioBrokerMaster Processed 10400/13867 objects host.ioBrokerMaster Processed 10600/13867 objects host.ioBrokerMaster Processed 10800/13867 objects host.ioBrokerMaster Processed 11000/13867 objects host.ioBrokerMaster Processed 11200/13867 objects host.ioBrokerMaster Processed 11400/13867 objects host.ioBrokerMaster Processed 11600/13867 objects host.ioBrokerMaster Processed 11800/13867 objects host.ioBrokerMaster Processed 12000/13867 objects host.ioBrokerMaster Processed 12200/13867 objects host.ioBrokerMaster Processed 12400/13867 objects host.ioBrokerMaster Processed 12600/13867 objects host.ioBrokerMaster Processed 12800/13867 objects host.ioBrokerMaster Processed 13000/13867 objects host.ioBrokerMaster Processed 13200/13867 objects host.ioBrokerMaster Processed 13400/13867 objects host.ioBrokerMaster Processed 13600/13867 objects host.ioBrokerMaster Processed 13800/13867 objects 13867 objects restored. host.ioBrokerMaster Upload user file "vis/css/vis-common-user.css host.ioBrokerMaster Upload user file "vis.0/Beispiel_neu/vis-views.json host.ioBrokerMaster Upload user file "vis.0/Display10/vis-views.json host.ioBrokerMaster Upload user file "vis.0/Display7/vis-views.json host.ioBrokerMaster Upload user file "vis.0//Haus Leer.png host.ioBrokerMaster Upload user file "vis.0/Icons/Adapter_Icons/Adapter_Icons/Thumbs.db host.ioBrokerMaster Upload user file "vis.0/Icons/Adapter_Icons/Adapter_Icons/admin.png host.ioBrokerMaster Upload user file "vis.0/Icons/Adapter_Icons/Adapter_Icons/alexa.png host.ioBrokerMaster Upload user file "vis.0/Icons/Adapter_Icons/Adapter_Icons/cloud.png host.ioBrokerMaster Upload user file "vis.0/Icons/Adapter_Icons/Adapter_Icons/daswetter.png host.ioBrokerMaster Upload user file "vis.0/Icons/Adapter_Icons/Adapter_Icons/dwd.png host.ioBrokerMaster Upload user file "vis.0/Icons/Adapter_Icons/Adapter_Icons/email.png host.ioBrokerMaster Upload user file "vis.0/Icons/Adapter_Icons/Adapter_Icons/feiertage.png host.ioBrokerMaster Upload user file "vis.0/Icons/Adapter_Icons/Adapter_Icons/flot.png host.ioBrokerMaster Upload user file "vis.0/Icons/Adapter_Icons/Adapter_Icons/fritzbox.png host.ioBrokerMaster Upload user file "vis.0/Icons/Adapter_Icons/Adapter_Icons/fritzdect_logo.png host.ioBrokerMaster Upload user file "vis.0/Icons/Adapter_Icons/Adapter_Icons/harmony.png host.ioBrokerMaster Upload user file "vis.0/Icons/Adapter_Icons/Adapter_Icons/history.png host.ioBrokerMaster Upload user file "vis.0/Icons/Adapter_Icons/Adapter_Icons/homematic.gif host.ioBrokerMaster Upload user file "vis.0/Icons/Adapter_Icons/Adapter_Icons/homematic.png host.ioBrokerMaster Upload user file "vis.0/Icons/Adapter_Icons/Adapter_Icons/homematic_ip.jpg host.ioBrokerMaster Upload user file "vis.0/Icons/Adapter_Icons/Adapter_Icons/info.png host.ioBrokerMaster Upload user file "vis.0/Icons/Adapter_Icons/Adapter_Icons/javascript.png host.ioBrokerMaster Upload user file "vis.0/Icons/Adapter_Icons/Adapter_Icons/kodi.png host.ioBrokerMaster Upload user file "vis.0/Icons/Adapter_Icons/Adapter_Icons/mihome-vacuum.png host.ioBrokerMaster Upload user file "vis.0/Icons/Adapter_Icons/Adapter_Icons/mihome.png host.ioBrokerMaster Upload user file "vis.0/Icons/Adapter_Icons/Adapter_Icons/paw.png host.ioBrokerMaster Upload user file "vis.0/Icons/Adapter_Icons/Adapter_Icons/ping.png host.ioBrokerMaster Upload user file "vis.0/Icons/Adapter_Icons/Adapter_Icons/pushover.png host.ioBrokerMaster Upload user file "vis.0/Icons/Adapter_Icons/Adapter_Icons/radar.png host.ioBrokerMaster Upload user file "vis.0/Icons/Adapter_Icons/Adapter_Icons/rpi.png host.ioBrokerMaster Upload user file "vis.0/Icons/Adapter_Icons/Adapter_Icons/scenes.png host.ioBrokerMaster Upload user file "vis.0/Icons/Adapter_Icons/Adapter_Icons/simple-api.png host.ioBrokerMaster Upload user file "vis.0/Icons/Adapter_Icons/Adapter_Icons/snmp.png host.ioBrokerMaster Upload user file "vis.0/Icons/Adapter_Icons/Adapter_Icons/tr-064.png host.ioBrokerMaster Upload user file "vis.0/Icons/Adapter_Icons/Adapter_Icons/unifi.png host.ioBrokerMaster Upload user file "vis.0/Icons/Adapter_Icons/Adapter_Icons/upnp-discovery.png host.ioBrokerMaster Upload user file "vis.0/Icons/Adapter_Icons/Adapter_Icons/vis.png host.ioBrokerMaster Upload user file "vis.0/Icons/Adapter_Icons/Adapter_Icons/web.png host.ioBrokerMaster Upload user file "vis.0/Icons/Adapter_Icons/Adapter_Icons/yamaha.png host.ioBrokerMaster Upload user file "vis.0/Icons/Mond/1.png host.ioBrokerMaster Upload user file "vis.0/Icons/Mond/10.png host.ioBrokerMaster Upload user file "vis.0/Icons/Mond/11.png host.ioBrokerMaster Upload user file "vis.0/Icons/Mond/12.png host.ioBrokerMaster Upload user file "vis.0/Icons/Mond/13.png host.ioBrokerMaster Upload user file "vis.0/Icons/Mond/14.png host.ioBrokerMaster Upload user file "vis.0/Icons/Mond/15.png host.ioBrokerMaster Upload user file "vis.0/Icons/Mond/16.png host.ioBrokerMaster Upload user file "vis.0/Icons/Mond/17.png host.ioBrokerMaster Upload user file "vis.0/Icons/Mond/18.png host.ioBrokerMaster Upload user file "vis.0/Icons/Mond/19.png host.ioBrokerMaster Upload user file "vis.0/Icons/Mond/2.png host.ioBrokerMaster Upload user file "vis.0/Icons/Mond/20.png host.ioBrokerMaster Upload user file "vis.0/Icons/Mond/21.png host.ioBrokerMaster Upload user file "vis.0/Icons/Mond/22.png host.ioBrokerMaster Upload user file "vis.0/Icons/Mond/23.png host.ioBrokerMaster Upload user file "vis.0/Icons/Mond/24.png host.ioBrokerMaster Upload user file "vis.0/Icons/Mond/25.png host.ioBrokerMaster Upload user file "vis.0/Icons/Mond/3.png host.ioBrokerMaster Upload user file "vis.0/Icons/Mond/4.png host.ioBrokerMaster Upload user file "vis.0/Icons/Mond/5.png host.ioBrokerMaster Upload user file "vis.0/Icons/Mond/6.png host.ioBrokerMaster Upload user file "vis.0/Icons/Mond/7.png host.ioBrokerMaster Upload user file "vis.0/Icons/Mond/8.png host.ioBrokerMaster Upload user file "vis.0/Icons/Mond/9.png host.ioBrokerMaster Upload user file "vis.0/Icons/Mond/Monde.psd host.ioBrokerMaster Upload user file "vis.0/Icons/Mond/alle Mondphasen.jpg host.ioBrokerMaster Upload user file "vis.0/Icons/Netzwerk/Amazon_Echo.png host.ioBrokerMaster Upload user file "vis.0/Icons/Netzwerk/CCU2.png host.ioBrokerMaster Upload user file "vis.0/Icons/Netzwerk/FB_6360.png host.ioBrokerMaster Upload user file "vis.0/Icons/Netzwerk/FB_6490.png host.ioBrokerMaster Upload user file "vis.0/Icons/Netzwerk/FB_7270.png host.ioBrokerMaster Upload user file "vis.0/Icons/Netzwerk/Foscam_FI9900P.jpg host.ioBrokerMaster Upload user file "vis.0/Icons/Netzwerk/Galaxy_S6.jpg host.ioBrokerMaster Upload user file "vis.0/Icons/Netzwerk/Galaxy_S7.jpg host.ioBrokerMaster Upload user file "vis.0/Icons/Netzwerk/Galaxy_Tab_A.jpg host.ioBrokerMaster Upload user file "vis.0/Icons/Netzwerk/UniFi_Switch_8_60W.jpg host.ioBrokerMaster Upload user file "vis.0/Icons/Netzwerk/WOL.jpg host.ioBrokerMaster Upload user file "vis.0/Icons/Netzwerk/WinNAS.jpg host.ioBrokerMaster Upload user file "vis.0/Icons/Netzwerk/canon_mx920.jpg host.ioBrokerMaster Upload user file "vis.0/Icons/Netzwerk/echo_dot.jpg host.ioBrokerMaster Upload user file "vis.0/Icons/Netzwerk/esx-nuc.jpg host.ioBrokerMaster Upload user file "vis.0/Icons/Netzwerk/fritz.png host.ioBrokerMaster Upload user file "vis.0/Icons/Netzwerk/harmony_hub.png host.ioBrokerMaster Upload user file "vis.0/Icons/Netzwerk/iobroker.png host.ioBrokerMaster Upload user file "vis.0/Icons/Netzwerk/nagios.png host.ioBrokerMaster Upload user file "vis.0/Icons/Netzwerk/qnap-b.jpg host.ioBrokerMaster Upload user file "vis.0/Icons/Netzwerk/sophos.png host.ioBrokerMaster Upload user file "vis.0/Icons/Netzwerk/synology.jpg host.ioBrokerMaster Upload user file "vis.0/Icons/Netzwerk/unifi_16_poe.png host.ioBrokerMaster Upload user file "vis.0/Icons/Netzwerk/unifi_ap_lite.jpg host.ioBrokerMaster Upload user file "vis.0/Icons/Netzwerk/unifi_logo.png host.ioBrokerMaster Upload user file "vis.0/Icons/Netzwerk/vmwarew.png host.ioBrokerMaster Upload user file "vis.0/Icons/Netzwerk/win10.png host.ioBrokerMaster Upload user file "vis.0/Icons/Sonstige/IoBroker_Logo_lang.png host.ioBrokerMaster Upload user file "vis.0/Icons/Sonstige/Spotify.jpg host.ioBrokerMaster Upload user file "vis.0/Icons/Sonstige/Thumbs.db host.ioBrokerMaster Upload user file "vis.0/Icons/Sonstige/diskette.jpg host.ioBrokerMaster Upload user file "vis.0/Icons/Sonstige/gruneer_haken.jpg host.ioBrokerMaster Upload user file "vis.0/Icons/Sonstige/homematic.gif host.ioBrokerMaster Upload user file "vis.0/Icons/Sonstige/homematic.png host.ioBrokerMaster Upload user file "vis.0/Icons/Sonstige/io-2.png host.ioBrokerMaster Upload user file "vis.0/Icons/Sonstige/ioBrokerLogo.png host.ioBrokerMaster Upload user file "vis.0/Icons/Sonstige/kodi.png host.ioBrokerMaster Upload user file "vis.0/Icons/Sonstige/low_bat.png host.ioBrokerMaster Upload user file "vis.0/Icons/Sonstige/mihome.png host.ioBrokerMaster Upload user file "vis.0/Icons/Sonstige/restart.ico host.ioBrokerMaster Upload user file "vis.0/Icons/Sonstige/restart.png host.ioBrokerMaster Upload user file "vis.0/Icons/Sonstige/rotes_x.jpg host.ioBrokerMaster Upload user file "vis.0/Icons/Sonstige/shutdown.png host.ioBrokerMaster Upload user file "vis.0/Icons/Sonstige/start.png host.ioBrokerMaster Upload user file "vis.0/Icons/Sonstige/unnamed.png host.ioBrokerMaster Upload user file "vis.0/Icons/Sonstige/voller_briefkasten.gif host.ioBrokerMaster Upload user file "vis.0/Icons/Sonstige/xmg.jpg host.ioBrokerMaster Upload user file "vis.0/Icons/Sonstige/yamaha.jpg host.ioBrokerMaster Upload user file "vis.0/Icons/Staubsauger/robo.png host.ioBrokerMaster Upload user file "vis.0/Icons/Staubsauger/vac_filter.png host.ioBrokerMaster Upload user file "vis.0/Icons/Staubsauger/vac_filter_white2.png host.ioBrokerMaster Upload user file "vis.0/Icons/Staubsauger/vac_mainbrush.png host.ioBrokerMaster Upload user file "vis.0/Icons/Staubsauger/vac_mainbrush_white.png host.ioBrokerMaster Upload user file "vis.0/Icons/Staubsauger/vac_sidebrish.png host.ioBrokerMaster Upload user file "vis.0/Icons/Staubsauger/vac_sidebrish_white.png host.ioBrokerMaster Upload user file "vis.0/Icons/Wetter_HD/1.png host.ioBrokerMaster Upload user file "vis.0/Icons/Wetter_HD/10.png host.ioBrokerMaster Upload user file "vis.0/Icons/Wetter_HD/11.png host.ioBrokerMaster Upload user file "vis.0/Icons/Wetter_HD/12.png host.ioBrokerMaster Upload user file "vis.0/Icons/Wetter_HD/13.png host.ioBrokerMaster Upload user file "vis.0/Icons/Wetter_HD/14.png host.ioBrokerMaster Upload user file "vis.0/Icons/Wetter_HD/15.png host.ioBrokerMaster Upload user file "vis.0/Icons/Wetter_HD/16.png host.ioBrokerMaster Upload user file "vis.0/Icons/Wetter_HD/17.png host.ioBrokerMaster Upload user file "vis.0/Icons/Wetter_HD/18.png host.ioBrokerMaster Upload user file "vis.0/Icons/Wetter_HD/19.png host.ioBrokerMaster Upload user file "vis.0/Icons/Wetter_HD/2.png host.ioBrokerMaster Upload user file "vis.0/Icons/Wetter_HD/3.png host.ioBrokerMaster Upload user file "vis.0/Icons/Wetter_HD/4.png host.ioBrokerMaster Upload user file "vis.0/Icons/Wetter_HD/5.png host.ioBrokerMaster Upload user file "vis.0/Icons/Wetter_HD/6.png host.ioBrokerMaster Upload user file "vis.0/Icons/Wetter_HD/7.png host.ioBrokerMaster Upload user file "vis.0/Icons/Wetter_HD/8.png host.ioBrokerMaster Upload user file "vis.0/Icons/Wetter_HD/9.png host.ioBrokerMaster Upload user file "vis.0/Roboter_bilder/vac_filter_white2.png host.ioBrokerMaster Upload user file "vis.0/Roboter_bilder/vac_mainbrush_white.png host.ioBrokerMaster Upload user file "vis.0/Roboter_bilder/vac_sidebrish_white.png host.ioBrokerMaster Upload user file "vis.0/Wohnen/audio_pause.svg host.ioBrokerMaster Upload user file "vis.0/Wohnen/audio_play.svg host.ioBrokerMaster Upload user file "vis.0/Wohnen/audio_stop.svg host.ioBrokerMaster Upload user file "vis.0/Wohnen/control_all_on_off.svg host.ioBrokerMaster Upload user file "vis.0/Wohnen/control_building_s_okg_eg.png host.ioBrokerMaster Upload user file "vis.0/Wohnen/control_building_s_okg_int_all.png host.ioBrokerMaster Upload user file "vis.0/Wohnen/control_building_s_okg_og.png host.ioBrokerMaster Upload user file "vis.0/Wohnen/control_reset.svg host.ioBrokerMaster Upload user file "vis.0/Wohnen/edit_settings.png host.ioBrokerMaster Upload user file "vis.0/Wohnen/fts_door.png host.ioBrokerMaster Upload user file "vis.0/Wohnen/fts_door_open.png host.ioBrokerMaster Upload user file "vis.0/Wohnen/fts_frontdoor.png host.ioBrokerMaster Upload user file "vis.0/Wohnen/fts_shutter.svg host.ioBrokerMaster Upload user file "vis.0/Wohnen/fts_shutter_90.png host.ioBrokerMaster Upload user file "vis.0/Wohnen/fts_shutter_90.svg host.ioBrokerMaster Upload user file "vis.0/Wohnen/fts_shutter_down.png host.ioBrokerMaster Upload user file "vis.0/Wohnen/fts_shutter_up.png host.ioBrokerMaster Upload user file "vis.0/Wohnen/fts_window_1w.png host.ioBrokerMaster Upload user file "vis.0/Wohnen/fts_window_1w_open.png host.ioBrokerMaster Upload user file "vis.0/Wohnen/fts_window_1w_tilt.png host.ioBrokerMaster Upload user file "vis.0/Wohnen/info_ack.png host.ioBrokerMaster Upload user file "vis.0/Wohnen/info_error.png host.ioBrokerMaster Upload user file "vis.0/Wohnen/it_camera.png host.ioBrokerMaster Upload user file "vis.0/Wohnen/it_fax.png host.ioBrokerMaster Upload user file "vis.0/Wohnen/it_internet.png host.ioBrokerMaster Upload user file "vis.0/Wohnen/it_media_player.png host.ioBrokerMaster Upload user file "vis.0/Wohnen/it_nas.png host.ioBrokerMaster Upload user file "vis.0/Wohnen/it_pc.png host.ioBrokerMaster Upload user file "vis.0/Wohnen/it_router.png host.ioBrokerMaster Upload user file "vis.0/Wohnen/it_server.png host.ioBrokerMaster Upload user file "vis.0/Wohnen/it_smartphone.png host.ioBrokerMaster Upload user file "vis.0/Wohnen/it_telephone.png host.ioBrokerMaster Upload user file "vis.0/Wohnen/it_television.png host.ioBrokerMaster Upload user file "vis.0/Wohnen/it_television.svg host.ioBrokerMaster Upload user file "vis.0/Wohnen/it_ups.png host.ioBrokerMaster Upload user file "vis.0/Wohnen/it_wifi.png host.ioBrokerMaster Upload user file "vis.0/Wohnen/light_ball.png host.ioBrokerMaster Upload user file "vis.0/Wohnen/light_bollard_1.png host.ioBrokerMaster Upload user file "vis.0/Wohnen/light_bollard_1.svg host.ioBrokerMaster Upload user file "vis.0/Wohnen/light_ceiling_light.png host.ioBrokerMaster Upload user file "vis.0/Wohnen/light_ceiling_spots.png host.ioBrokerMaster Upload user file "vis.0/Wohnen/light_corridor.png host.ioBrokerMaster Upload user file "vis.0/Wohnen/light_dressing_room.png host.ioBrokerMaster Upload user file "vis.0/Wohnen/light_fairy_lights.png host.ioBrokerMaster Upload user file "vis.0/Wohnen/light_floor_lamp.png host.ioBrokerMaster Upload user file "vis.0/Wohnen/light_garage.png host.ioBrokerMaster Upload user file "vis.0/Wohnen/light_kitchen_hood.png host.ioBrokerMaster Upload user file "vis.0/Wohnen/light_led.png host.ioBrokerMaster Upload user file "vis.0/Wohnen/light_led_stripe_rgb.png host.ioBrokerMaster Upload user file "vis.0/Wohnen/light_light.png host.ioBrokerMaster Upload user file "vis.0/Wohnen/light_light_dim_100.png host.ioBrokerMaster Upload user file "vis.0/Wohnen/light_light_dim_80.png host.ioBrokerMaster Upload user file "vis.0/Wohnen/light_plant_spot.png host.ioBrokerMaster Upload user file "vis.0/Wohnen/light_television_backlight.png host.ioBrokerMaster Upload user file "vis.0/Wohnen/light_uplight.png host.ioBrokerMaster Upload user file "vis.0/Wohnen/light_wall_2.png host.ioBrokerMaster Upload user file "vis.0/Wohnen/light_window.png host.ioBrokerMaster Upload user file "vis.0/Wohnen/lowbattery.png host.ioBrokerMaster Upload user file "vis.0/Wohnen/measure_battery_100.png host.ioBrokerMaster Upload user file "vis.0/Wohnen/measure_current.png host.ioBrokerMaster Upload user file "vis.0/Wohnen/measure_voltage.png host.ioBrokerMaster Upload user file "vis.0/Wohnen/message_bell_door.png host.ioBrokerMaster Upload user file "vis.0/Wohnen/message_bell_door_disabled.png host.ioBrokerMaster Upload user file "vis.0/Wohnen/message_mail_open.png host.ioBrokerMaster Upload user file "vis.0/Wohnen/message_postbox.png host.ioBrokerMaster Upload user file "vis.0/Wohnen/message_postbox_mail.png host.ioBrokerMaster Upload user file "vis.0/Wohnen/message_presence_active.png host.ioBrokerMaster Upload user file "vis.0/Wohnen/message_presence_disabled.png host.ioBrokerMaster Upload user file "vis.0/Wohnen/message_presence_geo_active.svg host.ioBrokerMaster Upload user file "vis.0/Wohnen/message_socket.png host.ioBrokerMaster Upload user file "vis.0/Wohnen/mfd/temp_outside.png host.ioBrokerMaster Upload user file "vis.0/Wohnen/sani_cogeneration.png host.ioBrokerMaster Upload user file "vis.0/Wohnen/sani_garden_pump.png host.ioBrokerMaster Upload user file "vis.0/Wohnen/sani_pool_filter_pump.png host.ioBrokerMaster Upload user file "vis.0/Wohnen/sani_solar.png host.ioBrokerMaster Upload user file "vis.0/Wohnen/sani_solar_temp.png host.ioBrokerMaster Upload user file "vis.0/Wohnen/scene_garden.png host.ioBrokerMaster Upload user file "vis.0/Wohnen/scene_gas_station.png host.ioBrokerMaster Upload user file "vis.0/Wohnen/scene_pool.png host.ioBrokerMaster Upload user file "vis.0/Wohnen/scene_robo_vac_cleaner.png host.ioBrokerMaster Upload user file "vis.0/Wohnen/scene_robo_vac_cleaner.svg host.ioBrokerMaster Upload user file "vis.0/Wohnen/scene_sleeping.svg host.ioBrokerMaster Upload user file "vis.0/Wohnen/scene_sleeping_alternat.png host.ioBrokerMaster Upload user file "vis.0/Wohnen/scene_terrace.png host.ioBrokerMaster Upload user file "vis.0/Wohnen/status_man.png host.ioBrokerMaster Upload user file "vis.0/Wohnen/status_standby.png host.ioBrokerMaster Upload user file "vis.0/Wohnen/status_vacation.svg host.ioBrokerMaster Upload user file "vis.0/Wohnen/status_woman.png host.ioBrokerMaster Upload user file "vis.0/Wohnen/temp_control.png host.ioBrokerMaster Upload user file "vis.0/Wohnen/user_available.png host.ioBrokerMaster Upload user file "vis.0/Wohnen/user_n_a.png host.ioBrokerMaster Upload user file "vis.0/Wohnen/vent_air_filter.svg host.ioBrokerMaster Upload user file "vis.0/Wohnen/vis-user.css host.ioBrokerMaster Upload user file "vis.0/Wohnen/vis-views.json host.ioBrokerMaster Upload user file "vis.0/Wohnen/weather_cloudy.png host.ioBrokerMaster Upload user file "vis.0/Wohnen/weather_cloudy_light.png host.ioBrokerMaster Upload user file "vis.0/Wohnen/weather_humidity_abs.png host.ioBrokerMaster Upload user file "vis.0/bluefox_FlurTab/img/Alarmanlage/Sens_Bewegungsmelder_innen_w_2.png host.ioBrokerMaster Upload user file "vis.0/bluefox_FlurTab/img/Alarmanlage/failure_toast.png host.ioBrokerMaster Upload user file "vis.0/bluefox_FlurTab/img/Allgemein/icon_lautsprecher.gif host.ioBrokerMaster Upload user file "vis.0/bluefox_FlurTab/img/Garage/Wall Socket gruen.png host.ioBrokerMaster Upload user file "vis.0/bluefox_FlurTab/img/Garage/Wall Socket rot.png host.ioBrokerMaster Upload user file "vis.0/bluefox_FlurTab/img/Garage/dg-002.jpg host.ioBrokerMaster Upload user file "vis.0/bluefox_FlurTab/img/Garage/garage-door-closed.png host.ioBrokerMaster Upload user file "vis.0/bluefox_FlurTab/img/Garage/garage-door-opened.png host.ioBrokerMaster Upload user file "vis.0/bluefox_FlurTab/img/Garage/imagesdb_brama-przesuwna-pi-200znapedem02-130213-0.png host.ioBrokerMaster Upload user file "vis.0/bluefox_FlurTab/img/Heizung/Schema_CGB_MGK_2.png host.ioBrokerMaster Upload user file "vis.0/bluefox_FlurTab/img/Heizung/alt Schema_CGB_MGK_2.gif host.ioBrokerMaster Upload user file "vis.0/bluefox_FlurTab/img/Kueche/Falmec-Design-QUASAR.jpg host.ioBrokerMaster Upload user file "vis.0/bluefox_FlurTab/img/Kueche/Falmec-Design-QUASAR.png host.ioBrokerMaster Upload user file "vis.0/bluefox_FlurTab/img/Licht/Power_off_1.png host.ioBrokerMaster Upload user file "vis.0/bluefox_FlurTab/img/Licht/Power_on_1.png host.ioBrokerMaster Upload user file "vis.0/bluefox_FlurTab/img/Licht/bulb_off.png host.ioBrokerMaster Upload user file "vis.0/bluefox_FlurTab/img/Licht/bulb_on.png host.ioBrokerMaster Upload user file "vis.0/bluefox_FlurTab/img/Netzwerk/1369380156-5790.jpg host.ioBrokerMaster Upload user file "vis.0/bluefox_FlurTab/img/Netzwerk/47LM620.jpg host.ioBrokerMaster Upload user file "vis.0/bluefox_FlurTab/img/Netzwerk/DD-WRT_logo.png host.ioBrokerMaster Upload user file "vis.0/bluefox_FlurTab/img/Netzwerk/FritzBox.png host.ioBrokerMaster Upload user file "vis.0/bluefox_FlurTab/img/Netzwerk/FritzBox_2.png host.ioBrokerMaster Upload user file "vis.0/bluefox_FlurTab/img/Netzwerk/HiPath.jpg host.ioBrokerMaster Upload user file "vis.0/bluefox_FlurTab/img/Netzwerk/NAS.png host.ioBrokerMaster Upload user file "vis.0/bluefox_FlurTab/img/Netzwerk/Printer_Color.png host.ioBrokerMaster Upload user file "vis.0/bluefox_FlurTab/img/Netzwerk/camera.png host.ioBrokerMaster Upload user file "vis.0/bluefox_FlurTab/img/Netzwerk/dmx2.jpg host.ioBrokerMaster Upload user file "vis.0/bluefox_FlurTab/img/Netzwerk/easybox.png host.ioBrokerMaster Upload user file "vis.0/bluefox_FlurTab/img/Netzwerk/homematic-ccu2-zentrale.jpg host.ioBrokerMaster Upload user file "vis.0/bluefox_FlurTab/img/Netzwerk/ipc440hd_01.png host.ioBrokerMaster Upload user file "vis.0/bluefox_FlurTab/img/Netzwerk/sky.png host.ioBrokerMaster Upload user file "vis.0/bluefox_FlurTab/img/Netzwerk/tablet-pc-icon.jpg host.ioBrokerMaster Upload user file "vis.0/bluefox_FlurTab/img/Netzwerk/xeoma.jpg host.ioBrokerMaster Upload user file "vis.0/bluefox_FlurTab/img/Netzwerk/xtrend.png host.ioBrokerMaster Upload user file "vis.0/bluefox_FlurTab/img/Tanken/AralCorpLogo.png host.ioBrokerMaster Upload user file "vis.0/bluefox_FlurTab/img/Tanken/Logo_Esso_Tanken.png host.ioBrokerMaster Upload user file "vis.0/bluefox_FlurTab/img/Tanken/Logo_Freie_Tanken.png host.ioBrokerMaster Upload user file "vis.0/bluefox_FlurTab/img/Tanken/Logo_Jet_Tanken.png host.ioBrokerMaster Upload user file "vis.0/bluefox_FlurTab/img/Tanken/Logo_Star_Tanken.jpg host.ioBrokerMaster Upload user file "vis.0/bluefox_FlurTab/img/Tanken/Logo_Total_Tanken.jpg host.ioBrokerMaster Upload user file "vis.0/bluefox_FlurTab/img/Vorgarten/lime-motion-detector-64.png host.ioBrokerMaster Upload user file "vis.0/bluefox_FlurTab/img/Vorgarten/red-motion-detector-64.png host.ioBrokerMaster Upload user file "vis.0/bluefox_FlurTab/img/Wetter/g_rose000.gif host.ioBrokerMaster Upload user file "vis.0/bluefox_FlurTab/img/Wetter/images 2.gif host.ioBrokerMaster Upload user file "vis.0/bluefox_FlurTab/img/Ziffern/500.gif host.ioBrokerMaster Upload user file "vis.0/bluefox_FlurTab/img/Ziffern/501.gif host.ioBrokerMaster Upload user file "vis.0/bluefox_FlurTab/img/Ziffern/502.gif host.ioBrokerMaster Upload user file "vis.0/bluefox_FlurTab/img/Ziffern/503.gif host.ioBrokerMaster Upload user file "vis.0/bluefox_FlurTab/img/Ziffern/504.gif host.ioBrokerMaster Upload user file "vis.0/bluefox_FlurTab/img/Ziffern/505.gif host.ioBrokerMaster Upload user file "vis.0/bluefox_FlurTab/img/Ziffern/506.gif host.ioBrokerMaster Upload user file "vis.0/bluefox_FlurTab/img/Ziffern/507.gif host.ioBrokerMaster Upload user file "vis.0/bluefox_FlurTab/img/Ziffern/508.gif host.ioBrokerMaster Upload user file "vis.0/bluefox_FlurTab/img/Ziffern/509.gif host.ioBrokerMaster Upload user file "vis.0/bluefox_FlurTab/img/Ziffern/510.gif host.ioBrokerMaster Upload user file "vis.0/bluefox_FlurTab/img/Ziffern/511.gif host.ioBrokerMaster Upload user file "vis.0/bluefox_FlurTab/img/Ziffern/512.gif host.ioBrokerMaster Upload user file "vis.0/bluefox_FlurTab/img/Ziffern/513.gif host.ioBrokerMaster Upload user file "vis.0/bluefox_FlurTab/img/Ziffern/514.gif host.ioBrokerMaster Upload user file "vis.0/bluefox_FlurTab/img/Ziffern/515.gif host.ioBrokerMaster Upload user file "vis.0/bluefox_FlurTab/img/Ziffern/516.gif host.ioBrokerMaster Upload user file "vis.0/bluefox_FlurTab/img/Ziffern/517.gif host.ioBrokerMaster Upload user file "vis.0/bluefox_FlurTab/img/Ziffern/518.gif host.ioBrokerMaster Upload user file "vis.0/bluefox_FlurTab/img/Ziffern/519.gif host.ioBrokerMaster Upload user file "vis.0/bluefox_FlurTab/img/Ziffern/520.gif host.ioBrokerMaster Upload user file "vis.0/bluefox_FlurTab/img/Ziffern/525.gif host.ioBrokerMaster Upload user file "vis.0/bluefox_FlurTab/img/Ziffern/526.gif host.ioBrokerMaster Upload user file "vis.0/bluefox_FlurTab/img/Ziffern/527.gif host.ioBrokerMaster Upload user file "vis.0/bluefox_FlurTab/img/Ziffern/554.gif host.ioBrokerMaster Upload user file "vis.0/bluefox_FlurTab/img/Ziffern/559.gif host.ioBrokerMaster Upload user file "vis.0/bluefox_FlurTab/img/Ziffern/ok16x13-40.gif host.ioBrokerMaster Upload user file "vis.0/main/img/Haus Leer3.png host.ioBrokerMaster Upload user file "vis.0/main/img/Haus Leer3x.png host.ioBrokerMaster Upload user file "vis.0/main/img/Haus Leer4.png host.ioBrokerMaster Upload user file "vis.0/main/img/Haus Leer6.png host.ioBrokerMaster Upload user file "vis.0/main/img/Wohnzimmer.jpg host.ioBrokerMaster Upload user file "vis.0/main/img/Wohnzimmer1.png host.ioBrokerMaster Upload user file "vis.0/main/vis-views.json upload [3] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/words.js words.js application/javascript upload [2] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/index_m.html index_m.html text/html upload [1] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/index.html index.html text/html upload [0] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/admin.png admin.png image/png upload [5] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/words.js words.js application/javascript upload [4] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/settings_m.html settings_m.html text/html upload [3] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/settings.html settings.html text/html upload [2] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/index_m.html index_m.html text/html upload [1] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/index.html index.html text/html upload [0] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/discovery.png discovery.png image/png upload [70] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/js/info.js lib/js/info.js application/javascript upload [60] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/js/bootstrap.min.js lib/js/bootstrap.min.js application/javascript upload [50] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/img/logos/slackware.png lib/img/logos/slackware.png image/png upload [40] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/img/logos/manjaro.png lib/img/logos/manjaro.png image/png upload [30] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/img/logos/coreos.png lib/img/logos/coreos.png image/png upload [20] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/img/icons/disk.png lib/img/icons/disk.png image/png upload [19] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/img/icons/cpu.png lib/img/icons/cpu.png image/png upload [18] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/img/icons/battery.png lib/img/icons/battery.png image/png upload [17] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/img/clock/sechand.png lib/img/clock/sechand.png image/png upload [16] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/img/clock/minhand.png lib/img/clock/minhand.png image/png upload [15] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/img/clock/hourhand.png lib/img/clock/hourhand.png image/png upload [14] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/img/clock/clockface.png lib/img/clock/clockface.png image/png upload [13] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/fonts/fontawesome-webfont.woff2 lib/fonts/fontawesome-webfont.woff2 font/woff2 upload [12] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/fonts/fontawesome-webfont.woff lib/fonts/fontawesome-webfont.woff font/woff upload [11] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/fonts/fontawesome-webfont.ttf lib/fonts/fontawesome-webfont.ttf font/ttf upload [10] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/fonts/fontawesome-webfont.svg lib/fonts/fontawesome-webfont.svg image/svg+xml upload [9] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/fonts/fontawesome-webfont.eot lib/fonts/fontawesome-webfont.eot application/vnd.ms-fontobject upload [8] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/fonts/FontAwesome.otf lib/fonts/FontAwesome.otf font/otf upload [7] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/data/infoData.json lib/data/infoData.json application/json upload [6] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/css/simplemde.min.css lib/css/simplemde.min.css text/css upload [5] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/css/info.css lib/css/info.css text/css upload [4] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/css/font-awesome.min.css lib/css/font-awesome.min.css text/css upload [3] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/css/chartist.min.css lib/css/chartist.min.css text/css upload [2] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/css/bootstrap.min.css lib/css/bootstrap.min.css text/css upload [1] info.admin /opt/iobroker/node_modules/iobroker.info/admin/info.png info.png image/png upload [0] info.admin /opt/iobroker/node_modules/iobroker.info/admin/index_m.html index_m.html text/html System successfully restored! pi@ioBrokerMaster:/opt/iobroker$ iobroker start pi@ioBrokerMaster:/opt/iobroker$ iobroker status Cannot read system.config: null Cannot find view "system" for search "host" : null iobroker is running on this host. No iobroker host is running. Objects type: redis States type: redis
ioBroker läst sich nach beiden varianten nicht starten.
Kleines update.
Nach einem Reboot, startet der ioBroker und lädt die Instanzen runter.
Im log stehen sehr offt NPM fehler z.B. npm ERR! code ETARGET.
iobroker.2019-09-30.log -
@darkiop sagte in [Aufruf] js-controller 2.0 Beta Test:
Also das ganze sieht sehr komisch aus ... 18:00:21 hat der Slave die Verbindung zum Master verloren. Zuerst die Adapter, dann kurz drauf hat auch der Slave "host" Prozess "aufgegeben".
Auf dem master um 18:00:21 das gleiche. 18:00:23 ist der Master restarted.
Das einzig komische ist das um 18:00:00 7 neue instanzen gestartet wurden die aber alle um 18:00:21 gemeldet haben das Sie nicht zur DB connecten können.
Geben vllt irgendwelche Systemlogs vom Master noch was her? RAM Limit oder sowas?
-
@e-i-k-e Also als allererstes bei dem iobroker host Befehl mal die Eckigen Klammern weglassen.
Ansonsten Stand deine instanz schon auf redis/redis und dann auf redis/redis migrieren macht auch keinen sinn, Du hättest es zurück auf file/file stellen müssen.
ETARGET npm Fehler können kommen wenn Du viel von GitHub installiert hast. Das musst du erstmal alles manuell nachinstallieren wieder per Custom Install im Admin
-
Hi All,
Auf GitHub gibt es die 2.0.16 mit letzten Fixes die ich hier so gesehen hatte.
@darkiop Installier bitte mal - bei Dir war im Log ein komischer Fehler der vllt mit eine Rolle spielen könnte (oder auch nicht). -
@darkiop EIne Frage: Hast du file/file oder redis oder was hast Du im Einsatz?
-
file/file - die Umstellung auf redis wollte ich schon länger mal angehen, aber jetzt erst mal das Testen mit dem neuen Controller
Auch läuft der iobroker-master noch unter Node 8, da im latest des Docker-Containers eben diese noch die aktuellste ist.In den Syslogs von gestern 18:00 ist mir nichts aufgefallen.
Heute Morgen, wir haben einen Bewegungsmelder im Flur, durch den immer schnell auffällt ob der ioBroker sauber läuft, blieb es dunkel. Um 23 Uhr ging das Licht im Flur noch an. Den Grund dafür hab ich auch direkt gefunden, die Variable Tageszeit (wird immer beim Wechsel einer Tageszeit aktualisiert) wurde nicht aktualisiert (d.h. das Skript lief wohl nicht zu diesem Zeitpunkt):
2019-10-01 05:26:49.287 - [32minfo[39m: javascript.0 (442) script.js.PRODUKTIV.Beleuchtung.01_Bewegungsmelder_Flur: +++ Bewegung im Flur erkannt: Aktuelle Tageszeit: Nachmittag | Skript wird ausgelöst bei: Abend,Abenddämmerung,Nacht,Morgendämmerung
Des weiteren ist mir aufgefallen das um 2:33 alle Prozesse neu gestartet wurden
┬─[root@iobroker-master:/opt/iobroker]─[05:30:59] ╰─># ps -ef | grep ^io iobroker 321 32704 5 02:33 ? 00:09:12 io.sql.0 iobroker 338 32704 0 02:33 ? 00:00:10 io.hm-rpc.1 iobroker 358 32704 0 02:33 ? 00:00:34 io.hm-rpc.2 iobroker 375 32704 0 02:33 ? 00:00:25 io.hm-rega.0 iobroker 442 32704 10 02:34 ? 00:18:34 io.javascript.0 iobroker 458 32704 5 02:34 ? 00:10:02 io.javascript.1 iobroker 475 32704 0 02:34 ? 00:00:07 io.simple-api.0 iobroker 580 32704 0 02:34 ? 00:01:21 io.stiebel-isg.0 iobroker 597 32704 0 02:34 ? 00:00:10 io.backitup.0 iobroker 616 32704 9 02:34 ? 00:16:16 io.unifi.0 iobroker 632 32704 0 02:34 ? 00:00:07 io.fritzbox.0 iobroker 667 32704 5 02:35 ? 00:10:08 io.javascript.2 iobroker 691 32704 0 02:35 ? 00:00:45 io.synology.0 iobroker 791 32704 0 02:35 ? 00:00:07 io.text2command.0 iobroker 808 32704 1 02:35 ? 00:02:32 io.info.0 iobroker 820 32704 0 02:35 ? 00:00:37 io.tr-064-community.0 iobroker 1103 32704 4 02:35 ? 00:07:52 io.moma.0 iobroker 1125 32704 1 02:35 ? 00:02:24 io.pi-hole.0 iobroker 1393 32704 0 02:35 ? 00:00:16 io.hs100.0 iobroker 1531 32704 0 02:36 ? 00:00:12 io.linkeddevices.0 iobroker 1726 32704 0 02:36 ? 00:00:14 io.bring.0 iobroker 1917 32704 2 02:36 ? 00:04:58 io.mercedesme.0 iobroker 2148 32704 0 02:36 ? 00:00:07 io.countdown.0 iobroker 30821 32704 0 05:04 ? 00:00:03 io.telegram.0 iobroker 32704 32703 31 02:33 ? 00:56:08 iobroker.js-controller iobroker 32721 32704 0 02:33 ? 00:00:27 io.admin.0 iobroker 32731 32704 0 02:33 ? 00:00:08 io.web.0 iobroker 32745 32704 0 02:33 ? 00:00:39 io.ping.0 iobroker 32755 32704 0 02:33 ? 00:00:56 io.hue.0 iobroker 32765 32704 0 02:33 ? 00:00:11 io.tankerkoenig.0
Im Log hab ich dann im zweiten Anlauf das hier entdeckt (zweiter Anlauf da dies nur eine 'warn' Meldung ist, hab auf error gegreppt ... :)). Die InMemDB Meldungung mit dem unbekannten Skript hab ich auch gestern schonmal gesehen.
┬─[root@iobroker-master:/opt/iobroker]─[06:20:19] ╰─># cat /opt/iobroker/log/iobroker.2019-10-01.log | grep "2019-10-01 02" | grep warn 2019-10-01 02:33:29.177 - warn: host.iobroker-master Multihost discovery server: service started on 0.0.0.0:50005 2019-10-01 02:33:29.234 - warn: Error from InMemDB: Error: Unknown Script 47ca5e051ba19850d94c45a1fc8725ff04ae868f 2019-10-01 02:33:29.239 - warn: Error from InMemDB: Error: Unknown Script 47ca5e051ba19850d94c45a1fc8725ff04ae868f
Auf dem iobroker-hwr sagt er mir das alles Läuft, aber kein Prozess ist aktiv. Interessanterweise sagt auch der ioBroker.Admin das iobroker-hwr aktiv ist (= Grüner Status unter Hosts).
┬─[darkiop@iobroker-hwr:~]─[05:33:53] ╰─>$ iobroker status iobroker is running on this host. At least one iobroker host is running. Objects type: file States type: file ┬─[darkiop@iobroker-hwr:~]─[05:33:59] ╰─>$ ps -ef | grep ^io
Vielleicht könnte man in einem Multihostbetrieb die Infos über alle eingebundenen Instanzen ausgeben?
Hier mal noch ein paar error-Fragmanente von Heute Nacht:
Um 0:02 meldete sich sql.0 auf dem iobroker-master:
2019-10-01 00:02:00.083 - info: javascript.0 (2012) script.js.PRODUKTIV.Beschattung.Automatik.01_Automatik: +++ Minuten vor Sonnenuntergang != VIS Parameter Minuten vor Sonnenuntergang | Es gibt noch nicht zu schalten +++ 2019-10-01 00:02:00.086 - info: javascript.0 (2012) script.js.PRODUKTIV.Beschattung.Automatik.04_Berechnung_Minuten_bis_zum_Schalten: Richtung Sonnenaufgang 2019-10-01 00:02:58.962 - error: sql.0 (1898) Error: Packets out of order. Got: 1 Expected: 0 2019-10-01 00:02:58.974 - error: sql.0 (1898) Error: Packets out of order. Got: 1 Expected: 0 2019-10-01 00:03:00.128 - error: sql.0 (1898) Error: Packets out of order. Got: 1 Expected: 0 2019-10-01 00:03:00.133 - error: sql.0 (1898) Error: Packets out of order. Got: 1 Expected: 0 2019-10-01 00:03:00.170 - info: javascript.0 (2012) script.js.PRODUKTIV.Beschattung.Automatik.01_Automatik: +++ Minuten vor Sonnenuntergang != VIS Parameter Minuten vor Sonnenuntergang | Es gibt noch nicht zu schalten +++ 2019-10-01 00:03:00.171 - info: javascript.0 (2012) script.js.PRODUKTIV.Beschattung.Automatik.04_Berechnung_Minuten_bis_zum_Schalten: Richtung Sonnenaufgang 2019-10-01 00:03:00.182 - error: sql.0 (1898) Error: Packets out of order. Got: 1 Expected: 0 2019-10-01 00:03:01.337 - error: sql.0 (1898) Error: Packets out of order. Got: 1 Expected: 0 2019-10-01 00:03:06.968 - error: sql.0 (1898) Error: Packets out of order. Got: 1 Expected: 0 2019-10-01 00:03:09.970 - error: sql.0 (1898) Error: Packets out of order. Got: 1 Expected: 0 2019-10-01 00:03:12.627 - error: sql.0 (1898) Error: Packets out of order. Got: 1 Expected: 0 2019-10-01 00:03:12.665 - error: sql.0 (1898) Error: Packets out of order. Got: 1 Expected: 0 2019-10-01 00:03:12.738 - error: sql.0 (1898) Error: Packets out of order. Got: 1 Expected: 0 2019-10-01 00:03:15.025 - error: sql.0 (1898) Error: Packets out of order. Got: 1 Expected: 0 2019-10-01 00:03:15.765 - error: sql.0 (1898) Error: Packets out of order. Got: 1 Expected: 0 2019-10-01 00:03:15.776 - error: sql.0 (1898) Error: Packets out of order. Got: 1 Expected: 0 2019-10-01 00:03:15.799 - error: sql.0 (1898) Error: Packets out of order. Got: 1 Expected: 0 2019-10-01 00:03:16.023 - error: sql.0 (1898) Error: Packets out of order. Got: 1 Expected: 0 2019-10-01 00:03:21.742 - error: sql.0 (1898) Error: Packets out of order. Got: 1 Expected: 0 2019-10-01 00:03:21.745 - error: sql.0 (1898) Error: Packets out of order. Got: 1 Expected: 0 2019-10-01 00:03:21.751 - error: sql.0 (1898) Error: Packets out of order. Got: 1 Expected: 0 2019-10-01 00:03:22.127 - error: sql.0 (1898) Error: Packets out of order. Got: 1 Expected: 0 2019-10-01 00:03:23.739 - error: sql.0 (1898) Error: Packets out of order. Got: 1 Expected: 0 2019-10-01 00:03:23.747 - error: sql.0 (1898) Error: Packets out of order. Got: 1 Expected: 0 2019-10-01 00:03:23.750 - error: sql.0 (1898) Error: Packets out of order. Got: 1 Expected: 0 2019-10-01 00:03:34.752 - error: sql.0 (1898) Error: Packets out of order. Got: 1 Expected: 0 2019-10-01 00:03:34.789 - error: sql.0 (1898) Error: Packets out of order. Got: 1 Expected: 0 2019-10-01 00:03:34.795 - error: sql.0 (1898) Error: Packets out of order. Got: 1 Expected: 0 2019-10-01 00:03:41.892 - error: sql.0 (1898) Error: Packets out of order. Got: 1 Expected: 0 2019-10-01 00:03:42.629 - error: sql.0 (1898) Error: Packets out of order. Got: 1 Expected: 0 2019-10-01 00:03:42.757 - error: sql.0 (1898) Error: Packets out of order. Got: 1 Expected: 0 2019-10-01 00:03:43.080 - error: sql.0 (1898) Error: Packets out of order. Got: 1 Expected: 0 2019-10-01 00:03:43.085 - error: sql.0 (1898) Error: Packets out of order. Got: 1 Expected: 0 2019-10-01 00:03:49.095 - error: sql.0 (1898) Error: Packets out of order. Got: 1 Expected: 0 2019-10-01 00:03:49.724 - error: sql.0 (1898) Error: Packets out of order. Got: 1 Expected: 0 2019-10-01 00:03:49.729 - error: sql.0 (1898) Error: Packets out of order. Got: 1 Expected: 0 2019-10-01 00:03:49.736 - error: sql.0 (1898) Error: Packets out of order. Got: 1 Expected: 0 2019-10-01 00:03:52.135 - error: sql.0 (1898) Error: Packets out of order. Got: 1 Expected: 0 2019-10-01 00:03:57.880 - error: sql.0 (1898) Error: Packets out of order. Got: 1 Expected: 0 2019-10-01 00:03:57.901 - error: sql.0 (1898) Error: Packets out of order. Got: 1 Expected: 0 2019-10-01 00:03:58.474 - error: sql.0 (1898) Error: Packets out of order. Got: 1 Expected: 0 2019-10-01 00:03:58.876 - error: sql.0 (1898) Error: Packets out of order. Got: 1 Expected: 0 2019-10-01 00:03:58.888 - error: sql.0 (1898) Error: Packets out of order. Got: 1 Expected: 0 2019-10-01 00:03:58.895 - error: sql.0 (1898) Error: Packets out of order. Got: 1 Expected: 0 2019-10-01 00:03:58.902 - error: sql.0 (1898) Error: Packets out of order. Got: 1 Expected: 0
Um 2:05 das hier. Mit dem kann ich gerade gar nichts anfangen - aber um 2:05 läuft bei mir Synology Hyper Backup und sichert diverse Applikationen (DNS, HyperBackup, Oauth, ApplicationService, VPN). Hab das aber eben nochmal manuell angestoßen und keine Fehler bekommen.
2019-10-01 02:05:00.429 - error: host.iobroker-master Caught by controller[1]: (node:2012) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'enabled' of undefined 2019-10-01 02:05:00.430 - error: host.iobroker-master Caught by controller[2]: (node:2012) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1393) 2019-10-01 02:05:00.430 - error: host.iobroker-master Caught by controller[3]: (node:2012) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'enabled' of undefined 2019-10-01 02:05:00.431 - error: host.iobroker-master Caught by controller[3]: (node:2012) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1394) 2019-10-01 02:05:00.431 - error: host.iobroker-master instance system.adapter.javascript.0 terminated with code 156 (156)
-
@apollon77 Sorry, viel Text heute Morgen - hier noch die Aktualisierung auf 2.0.16:
Alle Prozesse gestoppt, beide aktualisiert:
┬─[root@iobroker-master:/opt/iobroker]─[06:31:25] ╰─># sudo -H -u iobroker npm install ioBroker/ioBroker.js-controller > iobroker.js-controller@2.0.16 preinstall /opt/iobroker/node_modules/iobroker.js-controller > node lib/preinstallCheck.js NPM version: 6.4.1 > iobroker.js-controller@2.0.16 install /opt/iobroker/node_modules/iobroker.js-controller > node iobroker.js setup first npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@1.0.4 (node_modules/osx-temperature-sensor): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.9 (node_modules/iobroker.pushbullet/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.9: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.0 (node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.0: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.9 (node_modules/chokidar/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.9: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) + iobroker.js-controller@2.0.16 added 1 package from 3 contributors, removed 1 package, updated 8 packages and audited 40363 packages in 147.811s found 87 vulnerabilities (32 low, 10 moderate, 45 high) run `npm audit fix` to fix them, or `npm audit` for details
┬─[darkiop@iobroker-hwr:/opt/iobroker]─[06:31:49] ╰─>$ sudo -H -u iobroker npm install ioBroker/ioBroker.js-controller [sudo] Passwort für darkiop: > iobroker.js-controller@2.0.16 preinstall /opt/iobroker/node_modules/iobroker.js-controller > node lib/preinstallCheck.js NPM version: 6.9.0 > iobroker.js-controller@2.0.16 install /opt/iobroker/node_modules/iobroker.js-controller > node iobroker.js setup first npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.0 (node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.0: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@1.0.4 (node_modules/osx-temperature-sensor): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"}) + iobroker.js-controller@2.0.16 removed 1 package, updated 8 packages and audited 1867 packages in 62.052s found 12 vulnerabilities (9 low, 3 high) run `npm audit fix` to fix them, or `npm audit` for details
Dann
- iobroker-master Container neu gestartet
- iobroker-hwr reboot
Nach reboot auf iobroker-hwr:
┬─[darkiop@iobroker-hwr:~]─[06:40:21] ╰─>$ iobroker status iobroker is not running on this host. At least one iobroker host is running. Objects type: file States type: file ┬─[darkiop@iobroker-hwr:~]─[06:40:26] ╰─>$ ps -ef | grep ^io ┬─[darkiop@iobroker-hwr:~]─[06:40:31] ╰─>$ tail -n 50 /opt/iobroker/log/iobroker.2019-10-01.log 2019-10-01 02:33:27.294 - warn: host.iobroker-hwr Slave controller detected disconnection. Stop all instances. 2019-10-01 02:33:27.301 - info: host.iobroker-hwr stopInstance system.adapter.smartmeter.0 2019-10-01 02:33:27.302 - error: host.iobroker-hwr result is not defined 2019-10-01 02:33:29.315 - warn: host.iobroker-hwr Cannot get view: ReplyError: Error Unknown Script 47ca5e051ba19850d94c45a1fc8725ff04ae868f 2019-10-01 02:33:29.319 - info: host.iobroker-hwr instance system.adapter.smartmeter.1 terminated with code 0 (NO_ERROR) 2019-10-01 02:33:29.320 - info: host.iobroker-hwr Do not restart adapter system.adapter.smartmeter.1 because disabled or deleted 2019-10-01 02:33:29.360 - warn: host.iobroker-hwr Cannot get view: ReplyError: Error Unknown Script 47ca5e051ba19850d94c45a1fc8725ff04ae868f 2019-10-01 02:33:29.361 - info: host.iobroker-hwr instance system.adapter.smartmeter.0 terminated with code 0 (NO_ERROR) 2019-10-01 02:33:29.362 - info: host.iobroker-hwr Do not restart adapter system.adapter.smartmeter.0 because disabled or deleted 2019-10-01 02:33:42.303 - info: host.iobroker-hwr iobroker _restart 2019-10-01 02:33:42.816 - info: host.iobroker-hwr iobroker Starting node restart.js 2019-10-01 06:37:53.718 - info: host.iobroker-hwr iobroker.js-controller version 2.0.16 js-controller starting 2019-10-01 06:37:53.726 - info: host.iobroker-hwr Copyright (c) 2014-2019 bluefox, 2014 hobbyquaker 2019-10-01 06:37:53.726 - info: host.iobroker-hwr hostname: iobroker-hwr, node: v10.16.3 2019-10-01 06:37:53.728 - info: host.iobroker-hwr ip addresses: 2019-10-01 06:37:53.749 - error: host.iobroker-hwr uncaught exception: connect ENETUNREACH 192.168.1.82:9001 - Local (0.0.0.0:0) 2019-10-01 06:37:53.750 - error: host.iobroker-hwr Error: connect ENETUNREACH 192.168.1.82:9001 - Local (0.0.0.0:0) at internalConnect (net.js:881:16) at defaultTriggerAsyncIdScope (internal/async_hooks.js:294:19) at defaultTriggerAsyncIdScope (net.js:971:9) at process._tickCallback (internal/process/next_tick.js:61:11) 2019-10-01 06:37:53.752 - info: host.iobroker-hwr terminated. Could not reset alive status for instances 2019-10-01 06:37:53.756 - info: host.iobroker-hwr iobroker _restart ┬─[darkiop@iobroker-hwr:~]─[06:41:17] ╰─>$ iobroker start Starting iobroker controller daemon... iobroker controller daemon started. PID: 1448
Dann startet der iobroker-hwr sauber:
2019-10-01 06:42:00.051 - info: host.iobroker-hwr iobroker.js-controller version 2.0.16 js-controller starting 2019-10-01 06:42:00.059 - info: host.iobroker-hwr Copyright (c) 2014-2019 bluefox, 2014 hobbyquaker 2019-10-01 06:42:00.059 - info: host.iobroker-hwr hostname: iobroker-hwr, node: v10.16.3 2019-10-01 06:42:00.061 - info: host.iobroker-hwr ip addresses: 10.3.1.22 fe80::dea6:32ff:fe17:78f5 2019-10-01 06:42:00.585 - info: host.iobroker-hwr connected to Objects and States 2019-10-01 06:42:00.628 - warn: host.iobroker-hwr Multihost discovery server: service started on 0.0.0.0:50005 2019-10-01 06:42:01.523 - info: host.iobroker-hwr Delete state "system.host.iobroker-hwr.compactModeEnabled" 2019-10-01 06:42:01.755 - info: host.iobroker-hwr 85 instances found 2019-10-01 06:42:01.773 - info: host.iobroker-hwr starting 2 instances 2019-10-01 06:42:01.793 - info: host.iobroker-hwr instance system.adapter.smartmeter.0 started with pid 1474 2019-10-01 06:42:02.063 - info: host.iobroker-hwr Some obsolete host states deleted. 2019-10-01 06:42:05.790 - info: host.iobroker-hwr instance system.adapter.smartmeter.1 started with pid 1489
-
Starte ich nur den iobroker-master durch, schafft es der iobroker-hwr auch nicht mehr sich zu verbinden und alle io* Prozesse auf dem -hwr beenden sich.
-
@darkiop sagte in [Aufruf] js-controller 2.0 Beta Test:
@lobomau Prüf mal mit
ps -ef | grep ^io
Ob noch ein Prozess vom ioBroker läuft, und wenn ja kannst du diesen per
kill -9 PROCESS-ID
oder
pgrep -f '^io.*' | xargs kill -9
auf die sanfte Art beenden
Es werden keine laufenden io Prozesse gefunden. Der host wird auch korrekt in rot dargestellt unter dem Master Admin. Nur die Antwort auf "sudo iobroker status" scheint falsch zu sein mit "iobroker is running". Aber vielleicht steckt da schon irgendwo das Problem, dass es dann nicht dem Upgrade klappt?
-
iobroker status geht ja jetzt, es kommt aber noch ein Fehler:
root@MSNUC-IOB:~# iobroker status iobroker is running on this host. At least one iobroker host is running. Objects type: redis States type: redis Unable to subscribe to evicted Keyspace events from Redis Server: Error: Connection is closed. root@MSNUC-IOB:~#
UPDATE: Wenn ich ins /opt/iobroker wechsel, dann kommt die Fehlermeldung nicht
root@MSNUC-IOB:~# cd /opt/iobroker/ root@MSNUC-IOB:/opt/iobroker# iobroker status iobroker is running on this host. At least one iobroker host is running. Objects type: redis States type: redis root@MSNUC-IOB:/opt/iobroker#
-
@msauer machmal
service redis-server status
-
Habe heute Zeit gefunden den neuen js-controller zu installieren, funktioniert auch soweit alles ohne Fehler.
Jetzt wollte ich noch auf redis/redis umstellen, dass will aber irgendwie nicht, bräuchte da mal Hilfe.
Hier der Konsole Mitschnitt:root@debian:/opt/iobroker# iobroker setup custom Current configuration: - Objects database: - Type: file - Host/Unix Socket: 0.0.0.0 - Port: 9001 - States database: - Type: file - Host/Unix Socket: 0.0.0.0 - Port: 9000 - Data Directory: ../../iobroker-data/ Type of objects DB [(f)ile, (r)edis], default [file]: r When Objects and Files are stored in a Redis database please consider the following: 1. All data will be stored in RAM, make sure to have enough free RAM available! 2. Make sure to check Redis persistence options to make sure a Redis problem will not cause data loss! 3. The Redis persistence files can get big, make sure not to use an SD card to store them. Host / Unix Socket of objects DB(redis), default[127.0.0.1]: Port of objects DB(redis), default[6379]: Type of states DB [(f)file, (r)edis], default [redis]: r Host / Unix Socket of states DB (redis), default[127.0.0.1]: Port of states DB (redis), default[6379]: Host name of this machine [debian]: It appears that this host should be connected to an existing ioBroker System as Slave. Data Migration will be skipped. Is this correct? [Y/n]: n Important: Using Redis for the Objects database is only supported with js-controller 2.0 or higher! When your system consists of multiple hosts please make sure to have js-controller 2.0 or higher installed on ALL hosts *before* continuing! Important #2: If you already did the migration on an other host please *do not* migrate again! This can destroy your system! Important #3: The process will migrate all files that were officially uploaded into the ioBroker system. If you have manually copied files into iobroker-data/files/... into own directories then these files will NOT be migrated! Make sure all files are in adapter directories inside the files directory! Do you want to migrate objects and states from "file/file" to "redis/redis" [y/N]: y Migrating the objects database will overwrite all objects! Are you sure that this is not a slave host and you want to migrate the data? [y/N]: y Connecting to previous DB "file"... Creating backup ... This can take some time ... please be patient! host.debian 38585 states saved host.debian 44464 objects saved Backup created: /opt/iobroker/backups/2019_10_01-11_46_17_backupiobroker-migration.tar.gz Connecting to new DB "redis" ... /opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupBackup.js:28 if (!options.states) throw 'Invalid arguments: states is missing'; ^ Invalid arguments: states is missing root@debian:/opt/iobroker#