NEWS
[gelöst] das leidige Thema "Stromausfall"
-
@paul53 sagte:
Das ist wohl der Standardwert für die objects.json.
Ich habe gerade nach dem Post von @BananaJoe in allen meinen Installationen nachgesehen.
Entweder sehe ich da falsch nach, oder da steht nichts drin.Selbst eine Suche nach write brachte keine Ergebnisse
-
@homoran sagte: Entweder sehe ich da falsch nach, oder da steht nichts drin.
Das hängt wohl mit dem Zeitpunkt der Installation zusammen. Deine ist sicherlich älter. Die Datei wird bei einem Update nicht überschrieben, was bei einer Konfiguration auch kontraproduktiv wäre. Bei mir waren die Einträge auch nicht vorhanden.
-
@thomas-braun Danke, das hat funktioniert! Muss ich mir wohl gleich anpinnen
-
@paul53 sagte:
Das hängt wohl mit dem Zeitpunkt der Installation zusammen
Das denke ich auch, aber...
@paul53 sagte:
Deine ist sicherlich älter
Leider nein.
am 30.12. komplett neu aufgesetzt! - nach Jahrenallerdings aus einem Backup wiederhergestellt.
Ob da die iobroker.json auch drin ist weiß ich allerdings nichtund die eine Installation ist etwa 2 jahre alt
-
@homoran said in das leidige Thema "Stromausfall":
@christian-wöhrle sagte in das leidige Thema "Stromausfall":
Iobroker fix bringt nichts
Auch das fix-Skript bringt nichts.wie sollte das auch?
diese beiden korrigieren die kaputtgespielten Rechteaber keine defekten Dateien.
Und wenn du schon schreibst@christian-wöhrle sagte in das leidige Thema "Stromausfall":
das gleiche Problem:
dann solltest du dir auch die bisher besprochene gleiche Lösung aus dem ersten Post ansehen!
@heimweh sagte in das leidige Thema "Stromausfall":
Cannot find view "system" for search "host" heißt es dann und ich habe das System immer mit dieser Vorgehensweise (siehe link) wieder zum laufen gekriegt.
Link Text"Das gleiche Problem" bezog sich auf einen Stromausfall mit anschließendem Ausfall des Brokers
Danke, den Link bin ich durchgegangen, hat funktioniert. -
@christian-wöhrle sagte in das leidige Thema "Stromausfall":
den Link bin ich durchgegangen, hat funktioniert.
Na, geht doch
-
@homoran sagte: aus einem Backup wiederhergestellt. Ob da die iobroker.json auch drin ist weiß ich allerdings nicht
In einem Backup sollte alles unter iobroker-data enthalten sein.
-
@paul53 sagte:
In einem Backup sollte alles unter iobroker-data enthalten sein.
Danke!
Dann passt es ja mit der "alten" Installation -
@alcalzone Klingt so als könnte da gerade für die vielen Raspberry Pi Benutzer etwas getan werden könnte mit der JSONL-Variante. Bei denen lese ich - gefühlt - ja öfter "System läuft nicht nach Stromausfall/Neustart/usw."
Theoretisch könnte man das ja auch auf REDIS umstellen ... macht man aber nicht?
-
Ich hab noch ne Frage zu writeFileInterval. Wo genau packe ich das in der iobroker.json hin wenn es noch nicht da ist? Einfach bei Objects und States als neue Zeile mit rein also bspw. Zeile 27 und 53?
{ "system": { "memoryLimitMB": 0, "hostname": "", "statisticsInterval": 15000, "statisticsIntervalComment": "Interval how often the counters for input/output in adapters and controller will be updated", "checkDiskInterval": 300000, "checkDiskIntervalComment": "Interval how often the disk size will be checked", "noChmod": false, "instanceStartInterval": 2000, "noChmodComment": "Flag to test new feature with no chmod call. Must be deleted later and noChmod must be mainline (2018.06.04)", "compact": false, "compactComment": "Controller will try to start the instances as a part of the same process. No spawn will be done. Only by adapters that support it and have flag compact flag in io-package.json", "allowShellCommands": false, "allowShellCommandsComment": "Allow execution of \"shell\" sendToHost commands" }, "multihostService": { "enabled": false, "secure": true }, "network": { "IPv4": true, "IPv6": true, "bindAddress": null }, "objects": { "type": "file", "typeComment": "Possible values: 'file' - [port 9001], redis - [port 6379], couch - [port 5984].", "host": "127.0.0.1", "port": 9001, "user": "", "pass": "", "noFileCache": false, "connectTimeout": 2000, "options": { "auth_pass": null, "retry_max_delay": 5000 }, "backup": { "disabled": false, "files": 24, "filesComment": "Minimal number of backup files, after the deletion will be executed according to backupTime settings", "hours": 48, "hoursComment": "All backups older than 48 hours will be deleted. But only if the number of files is greater than of backupNumber", "period": 120, "periodComment": "by default backup every 2 hours. Time is in minutes. To disable backup set the value to 0", "path": "", "pathComment": "Absolute path to backup directory or empty to backup in data directory" }, "dataDir": "../../iobroker-data/" }, "states": { "type": "file", "typeComment": "Possible values: 'file' - [port 9000], 'redis' - [port 6379].", "host": "127.0.0.1", "port": 9000, "maxQueue": 1000, "user": "", "pass": "", "connectTimeout": 2000, "options": { "auth_pass": null, "retry_max_delay": 5000 }, "backup": { "disabled": false, "files": 24, "filesComment": "Minimal number of backup files, after the deletion will be executed according to backupTime settings", "hours": 48, "hoursComment": "All backups older than 48 hours will be deleted. But only if the number of files is greater than of backupNumber", "period": 120, "periodComment": "by default backup every 2 hours. Time is in minutes. To disable backup set the value to 0", "path": "", "pathComment": "Absolute path to backup directory or empty to backup in data directory" }, "dataDir": "../../iobroker-data/" }, "log": { "level": "info", "maxDays": 7, "noStdout": true, "transport": { "file1": { "type": "file", "enabled": true, "filename": "log/iobroker", "fileext": ".log", "maxSize": null, "maxFiles": null }, "syslog1": { "type": "syslog", "enabled": false, "host": "localhost", "hostComment": "The host running syslogd, defaults to localhost.", "portComment": "The port on the host that syslog is running on, defaults to syslogd's default port(514/UDP).", "protocol": "udp4", "protocolComment": "The network protocol to log over (e.g. tcp4, udp4, unix, unix-connect, etc).", "pathComment": "The path to the syslog dgram socket (i.e. /dev/log or /var/run/syslog for OS X).", "facilityComment": "Syslog facility to use (Default: local0).", "localhost": "iobroker", "localhostComment": "Host to indicate that log messages are coming from (Default: localhost).", "sysLogTypeComment": "The type of the syslog protocol to use (Default: BSD).", "app_nameComment": "The name of the application (Default: process.title).", "eolComment": "The end of line character to be added to the end of the message (Default: Message without modifications)." } } }, "dataDirComment": "Always relative to iobroker.js-controller/", "dataDir": "../../iobroker-data/" }
Ich nehme an, dass die noch nicht geschriebenen Werte einfach im Ram bleiben. Welche Intervallzeit ist denn hier empfohlen oder was sollte maximal eingestellt werden.
Schreibt der ioBroker die Files bei "iobroker stop" unabhängig vom Intervall? -
@rushmed sagte: Einfach bei Objects und States als neue Zeile mit rein also bspw. Zeile 27 und 53?
Ja.
@rushmed sagte in das leidige Thema "Stromausfall":
Schreibt der ioBroker die Files bei "iobroker stop" unabhängig vom Intervall?
Ja.
-
@paul53 Ok, danke und wie sein die Standardwerte?
Für die States steht oben 30000 ms und was ist es für die Objects? -
@rushmed sagte: was ist es für die Objects?
5000 ms.
-
@paul53 Danke!
Für mich zum Verständnis, die States enthält die Datenpunkte und doe Objects enthält die Werte, oder? -
@rushmed sagte in das leidige Thema "Stromausfall":
@paul53 Danke!
Für mich zum Verständnis, die States enthält die Datenpunkte und doe Objects enthält die Werte, oder?anders herum
-
@rushmed sagte: die States enthält die Datenpunkte und doe Objects enthält die Werte, oder?
Umgekehrt: States enthält die dynamischen Zustände und Objects enthält die statischen Objekte.
-
@rushmed sagte in das leidige Thema "Stromausfall":
Welche Intervallzeit ist denn hier empfohlen oder was sollte maximal eingestellt werden.
Schreibt der ioBroker die Files bei "iobroker stop" unabhängig vom Intervall?Kann das noch jemand beantworten?
-
@rushmed sagte in das leidige Thema "Stromausfall":
Kann das noch jemand beantworten?
Noch jemand?
@paul53 sagte in das leidige Thema "Stromausfall":
kann z.B. die Schreibfrequenz für die states.json vorgegeben werden: "writeFileInterval": 300000 (5 Minuten).
@paul53 sagte in das leidige Thema "Stromausfall":
@rushmed sagte in das leidige Thema "Stromausfall":
Schreibt der ioBroker die Files bei "iobroker stop" unabhängig vom Intervall?
Ja.
-
@oliverio ich habe auch eine SSD im NUC. Das krasse ist - bisher ist in JEDEM Fall passiert das eine der beiden Dateien zerschossen war... Ich bin gerade am recherchieren was für eine USV ich mir anschaffen werde. Am liebsten eine die auch einbindbar ist - um dann zB im Falle eines Stromausfalls das System kontrolliert runterfahren kann. (das würde ja mit den Proxmox Modulen umsetzbar sein)
-
@heimweh sagte in das leidige Thema "Stromausfall":
was für eine USV ich mir anschaffen werde. Am liebsten eine die auch einbindbar ist
Das ist zwar keine Riesen UPS, kostet knapp 100€.
ich habe davon 2 Stück eingebundenFür ein ganz paar kleine Rechnerchen hält sie aber auch etwa 1h