Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Tester
  4. js-controller Lucy (Version 7.0) jetzt im Beta Repository

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.7k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    2.2k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    16
    1
    3.1k

js-controller Lucy (Version 7.0) jetzt im Beta Repository

Geplant Angeheftet Gesperrt Verschoben Tester
testjs-controllerbetalucydynamic notificationsbackup
146 Beiträge 28 Kommentatoren 25.9k Aufrufe 30 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • foxriver76F foxriver76
    Aktuelle Test Version 7.0.0
    Veröffentlichungsdatum 06.10.2024

    Hallo ioBroker-Community,

    nachdem der Alpha Test für die neue Version 7.0 für zwei Wochen ohne weitere Auffälligkeiten verlaufen ist möchten wir euch heute bereits den neuen Controller zum Beta Test zur Verfügung stellen. Dieser wird im Laufe des Tages im offiziellen Beta Repository verfügbar sein.

    :grey_exclamation: Node.js Versions-Anforderungen

    Die unterstützten Node.js Versionen sind weiterhin: 18.x, 20.x und voraussichtlich 22.x. Die empfohlene Node.js Version für ioBroker ist Stand heute 20.x.
    Bitte beachtet weiterhin bei Node.js Updates die Anleitung im Forum unter https://forum.iobroker.net/topic/64032/update-nodejs-best-practise-supported-14-16-und-18 !

    :exclamation: Informationen zur Version

    Hier möchte ich euch als erstes einen Einblick in die für euch relevanten neuen Features geben.

    :star2: Feature Spotlight


    :new: Dynamic Notifications

    Diese Version bringt vorallem ein neues Feature: Dynamic Notifications, dies ermöglicht es Entwicklern Benachrichtigungen zu generieren mit welchen Adapter interagieren können. Als erstes steht der Admin Adapter hier im Rampenlicht, welcher es nun ermöglicht, dass ihr als Anwender mit Benachrichtigungen interagieren könnt, z. B. benachrichtigt euch der Ping Adapter mit diesem Feature über neue Geräte in eurem Netzwerk. Direkt im Notification Dialog habt ihr nun die Möglichkeit die neu gefundenen Geräte mit dem Ping Adapter zu überwachen. Wir hoffen damit die Nutzererfahrung weiterhin zu verbessern und hoffen das weitere Adapter folgen.

    Für die Entwickler unter euch, verweise ich zur Implementierung dieses Features in eurem Adapter aktuell auf den Ping Adapter welcher dieses Feature nutzt. Das Feature basiert auf JSON Config und benötigt somit keine umfangreiche Erfahrung im Frontend. Eine Dokumentation im Admin Adapter wird folgen welche ich hier ergänzen werde.


    :new: Docker Notifications

    Um bei den Notifications zu bleiben, gibt es nun für Nutzer des offiziellen ioBroker Docker Containers eine Benachrichtigung sobald eine neue Version auf Docker Hub zur Verfügung steht. Somit verpasst ihr keinen Release mehr und haltet euer System bequem aktuell!


    :new: Neue Backup-Technologie

    Weiterhin haben wir die interne Backup Mechanik komplett überarbeitet. Statt das gesamte Backup File auf ein mal einzulesen nutzt das Backup nun JSONL, was ihr bereits von der Standard Datenbank kennt. Somit ist die Erstellung und Wiederherstellung von Backups großer Installationen kein Problem mehr. Und mit groß meinen wir, dass das Konzept beliebig skaliert - in der Theorie sind selbst Backups mit mehreren Millionen Objekten kein Problem!

    Um dies zu erreichen haben wir die interne Mechanik so optimiert, dass diese inkompatibel mit alten js-controller Versionen ist. Umgekehrt haben wir eine Möglichkeit geschaffen, dass ältere Backups mit der neuen Controller Version wiederhergestellt werden können.


    :information_source: Weitere Informationen

    Detailliertere Informationen zu allen Änderungen und Features findet Ihr weiter unten und im Changelog. Ich hoffe auch diesmal auf Eure tatkräftige Unterstützung, sodass der Latest-Release dann genau so reibungslos verläuft wie bei den letzten Versionen.

    Für die aktive Mitarbeit an dieser Version des js-controller bedanke mich diesmal wieder besonders bei Apollon77 und Bluefox!

    Darüber hinaus ist der js-controller 7.0 generell kompatibel mit allen bestehenden ioBroker-Systemen. Ein Update von der Version 6.0.x ist problemlos möglich.
    Ansonsten empfehlen wir ein schrittweises Update auf die 7.0 (3.3.x -> 4.0 -> 5.0 -> 6.0).

    :floppy_disk: Installation

    :one: VOR der Installation

    Wie bei jedem Test dieser Art: Bitte macht ein Backup! iobroker backup bzw kopieren des iobroker-data Verzeichnisses reichen an sich aus. Bitte nicht das node_modules Verzeichnis einfach kopieren, da sonst symbolische Links kaputt gehen können, was zu größeren Problemen danach führt.
    Eine alte 6.0.x-Version des js-controller kann im Notfall einfach wieder per npm install iobroker.js-controller@version --omit=dev ("version" durch die gewünschte Versionsnummer ersetzen) installiert werden und sollte alles wieder herstellen (Letzter Stable Stand ist die 6.0.11)

    :two: Nötige Adapter-Aktualisierungen

    Am besten VOR dem js-controller Update alle verfügbaren Adapter-Updates prüfen und alle Updates installieren, die im Changelog auf Optimierungen oder Anpassungen für den js-controller 7.0 oder höher hinweisen.
    Mit den stable Versionen der jeweiligen Adapter sollten keine Probleme auftreten, falls doch bitte hier melden.

    Ausnahmen bilden die vier Adapter die im zweiten Post aufgeführt sind!

    :three: Achtung: MASTER/SLAVE-Systeme Reihenfolgen beachten!

    Bei einem Multi-Host-System, welches auf js-controller 6.0.x läuft, ist es beim Update auf Version 7.0 empfohlen, zuerst das Master-System zu aktualisieren. Der Master muss dann wieder gestartet werden. Die Slaves werden danach aktualisiert!

    Bei Updates von Master/Slave-Systemen mit js-controller 4.x oder früher Bitte die jeweiligen Update Threads der empfohlenen Zwischenversionen prüfen.

    :four: Windows

    Wir empfehlen euch den Weg über den offiziellen Installer zu nutzen.

    Im Zweifel kann das Update manuell via npm installiert werden. Hierzu im ioBroker-Verzeichnis nach stoppen des ioBroker den Befehl npm i iobroker.js-controller@latest ausführen.

    :four: Linux

    Die erste Wahl für Linux Systeme ist die Aktualisierung über den Admin im Hosts Tab.
    Sollte diese nicht verfügbar sein bitte folgenden Weg wählen:

    • ioBroker stoppen (iobroker stop)
    • Prüfen das keine Prozesse (Adapter, Backups) mehr laufen (ps auxww|grep io und auch ps auxww|grep backup). Es passiert manchmal das trotz dem Stoppen noch Zombies zurückbleiben
    • Das Update erfolgt via iob upgrade self
    • ioBroker starten (iobroker start)

    :five: Bei Fehlern:

    Wenn bei der Installation Fehler wegen fehlender Zugriffsrechte auftreten, am besten den Installation-Fixer (iob fix) nutzen und die Installation erneut versuchen.

    Solche Fehler bitte hier im Thread melden.

    :six: NACH der Installation

    Wenn alles klappt merkt Ihr ausser der höheren Versionsnummer in der Host-Ansicht im Admin keinen Unterschied. Alles funktioniert weiterhin wie vorher. Alle Adapterinstanzen starten und funktionieren. Wenn das so ist hat alles geklappt.

    Falls im Log Warn-Meldungen auftauchen mit dem Hinweis diese an den Entwickler zu senden, dann bitte schauen welcher Adapter es ist und entsprechend dort Issues bitte anlegen!
    Was hat sich geändert, was besonders ansehen/beachten?

    Speziell die Entwickler sollten sich das Dynamic Notifications Feature anschauen.

    Hier für Interessierte als Spoiler eine Zusammenfassung des Changelogs :newspaper::

    6.0.1 Release Kiera

    Breaking changes

    • Backups created with 7.0.x cannot be restored with previous version

    Features

    • (@GermanBluefox) Added support for dynamic notification data (with this feature developers can create interactive notifications in the Admin adapter)
    • (@GermanBluefox/@foxriver76) implemented automatic upload on adapter start if version mismatch is detected
    • (@foxriver76) improved backup/restore process to work for arbitrary large installations
    • (@foxriver76) added notification if new image is available on Docker Hub (for official docker systems)

    Optimizations and fixes

    • (@foxriver76) extend the time to wait until controller is stopped on controller UI upgrade
    • (@foxriver76) enhanced translations for the diskSpaceIssues notification category
    • (@foxriver76) enriched logging on upload with version information

    Developer relevant new features

    • (@GermanBluefox) On registerNotification developers can now pass additional context data e.g. for dynamic notifications with Admin adapter

    Developer relevant Optimizations and Fixes

    • (@foxriver76) updated plugin base and sentry plugin to version 2
    • (@GermanBluefox/@foxriver76) multiple improvements on type level

    Generell ist zu testen, ob alles noch so funktioniert wie vorher auch. Das ist das Wichtigste!
    Wie Fehler melden?

    Wer sich unsicher ist, ob ein Fehler vorliegt, sollte am besten hier im Thread das Problem beschreiben. So können wir alle versuchen, das Problem nachzuvollziehen und ggf. einzugrenzen.

    Bitte checkt auch die "Known issues Liste" (zweiter Post) mit den Dingen die aktuell während der Beta bekannt sind und bis zum Stable Release noch angepasst werden.

    Sobald ein Fehler auftritt der in einer Fehlermeldung oder einen Crash mit Fehlerdetails im Log oder auf Kommandozeile endet, dann dazu am besten direkt ein GitHub-Issue im js-controller Projekt öffnen und zusätzlich hier im Thread posten. Je detaillierter die Angaben im Issue sind (genaue Fehlermeldungen/Logs, Infos zur OS- und Node.js-Umgebung sowie genaue Schritte zur Reproduktion des Problems), umso schneller können wir Fehler einkreisen und beheben.

    Bitte postet auch die Ausgabe von iob diag mit rein.

    Wir wünschen allen viel Spaß beim Testen und vielen Dank für Eure Unterstützung!

    Moritz

    ? Offline
    ? Offline
    Ein ehemaliger Benutzer
    schrieb am zuletzt editiert von
    #99

    @foxriver76

    hier hat das update von 7.0.2 auf 7.0.3 einwandfrei per Gui geklappt, die Rechte sind im bookworm-LXC einwandfrei.
    Ich hab seit der installation von iobroker nie mehr den fix gemacht.

    1 Antwort Letzte Antwort
    0
    • Merlin123M Merlin123

      Ich bekomme bei Versuch den js-controller aus dem Admin zu aktualisieren immer noch

      SyntaxError: Unexpected token '<', "<!doctype "... is not valid JSON
      

      Das Problem habe ich schon "ewig". (Also auch mit den 6er Versionen)
      Ich habe den js-controller 7.0.2 installiert. Nach der Installation iob fix laufen lassen. Jetzt dann aus dem Admin 7.3.1 das Update auf 7.0.3 gestartet.
      Node.js: v20.18.0
      Debian Bookworm, alle Pakete aktuell

      Gibt es noch Ideen?

      foxriver76F Offline
      foxriver76F Offline
      foxriver76
      Developer
      schrieb am zuletzt editiert von
      #100

      @merlin123 gibt es irgendwas im log file da muss mindestens was stehen wie controller is trying to upgrade itself.. und dann villt noch was?

      Videotutorials & mehr

      Hier könnt ihr mich unterstützen.

      Merlin123M 1 Antwort Letzte Antwort
      0
      • foxriver76F foxriver76

        @merlin123 gibt es irgendwas im log file da muss mindestens was stehen wie controller is trying to upgrade itself.. und dann villt noch was?

        Merlin123M Offline
        Merlin123M Offline
        Merlin123
        schrieb am zuletzt editiert von
        #101

        @foxriver76 ich seh nix... Adapter auf Debug umgestellt und das Update gestartet:

        admin.1
        2024-11-15 10:56:49.115	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed
        
        admin.1
        2024-11-15 10:56:49.114	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.logLevel
        
        admin.1
        2024-11-15 10:56:49.113	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskWarning
        
        admin.1
        2024-11-15 10:56:49.113	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning
        
        admin.1
        2024-11-15 10:56:49.112	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning
        
        admin.1
        2024-11-15 10:56:49.111	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning
        
        admin.1
        2024-11-15 10:56:49.110	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.mem, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning
        
        admin.1
        2024-11-15 10:56:49.109	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.cpu, system.host.iobrokervm.mem, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning
        
        admin.1
        2024-11-15 10:56:49.108	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.outputCount, system.host.iobrokervm.cpu, system.host.iobrokervm.mem, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning
        
        admin.1
        2024-11-15 10:56:49.115	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed
        
        admin.1
        2024-11-15 10:56:49.114	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.logLevel
        
        admin.1
        2024-11-15 10:56:49.113	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskWarning
        
        admin.1
        2024-11-15 10:56:49.113	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning
        
        admin.1
        2024-11-15 10:56:49.112	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning
        
        admin.1
        2024-11-15 10:56:49.111	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning
        
        admin.1
        2024-11-15 10:56:49.110	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.mem, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning
        
        admin.1
        2024-11-15 10:56:49.109	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.cpu, system.host.iobrokervm.mem, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning
        
        admin.1
        2024-11-15 10:56:49.108	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.outputCount, system.host.iobrokervm.cpu, system.host.iobrokervm.mem, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning
        
        admin.1
        2024-11-15 10:56:31.938	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount, system.host.iobrokervm.outputCount, system.host.iobrokervm.cpu, system.host.iobrokervm.mem, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning
        
        admin.1
        2024-11-15 10:56:31.889	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount, system.host.iobrokervm.outputCount, system.host.iobrokervm.cpu, system.host.iobrokervm.mem, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize
        
        admin.1
        2024-11-15 10:56:31.843	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount, system.host.iobrokervm.outputCount, system.host.iobrokervm.cpu, system.host.iobrokervm.mem, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree
        
        admin.1
        2024-11-15 10:56:31.787	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount, system.host.iobrokervm.outputCount, system.host.iobrokervm.cpu, system.host.iobrokervm.mem, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel
        
        admin.1
        2024-11-15 10:56:31.784	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount, system.host.iobrokervm.outputCount, system.host.iobrokervm.cpu, system.host.iobrokervm.mem, system.host.iobrokervm.uptime
        
        admin.1
        2024-11-15 10:56:31.783	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount, system.host.iobrokervm.outputCount, system.host.iobrokervm.cpu, system.host.iobrokervm.mem
        
        admin.1
        2024-11-15 10:56:31.781	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount, system.host.iobrokervm.outputCount, system.host.iobrokervm.cpu
        
        admin.1
        2024-11-15 10:56:31.779	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount, system.host.iobrokervm.outputCount
        
        admin.1
        2024-11-15 10:56:31.778	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount
        
        admin.1
        2024-11-15 10:56:29.522	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed
        
        admin.1
        2024-11-15 10:56:29.522	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.logLevel
        
        admin.1
        2024-11-15 10:56:29.520	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskWarning
        
        admin.1
        2024-11-15 10:56:29.519	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning
        
        admin.1
        2024-11-15 10:56:29.518	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning
        
        admin.1
        2024-11-15 10:56:29.517	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning
        
        admin.1
        2024-11-15 10:56:29.516	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.mem, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning
        
        admin.1
        2024-11-15 10:56:29.514	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.cpu, system.host.iobrokervm.mem, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning
        
        admin.1
        2024-11-15 10:56:29.513	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.outputCount, system.host.iobrokervm.cpu, system.host.iobrokervm.mem, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning
        
        admin.1
        2024-11-15 10:56:28.259	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount, system.host.iobrokervm.outputCount, system.host.iobrokervm.cpu, system.host.iobrokervm.mem, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning
        
        admin.1
        2024-11-15 10:56:28.209	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount, system.host.iobrokervm.outputCount, system.host.iobrokervm.cpu, system.host.iobrokervm.mem, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize
        
        admin.1
        2024-11-15 10:56:28.204	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount, system.host.iobrokervm.outputCount, system.host.iobrokervm.cpu, system.host.iobrokervm.mem, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree
        
        admin.1
        2024-11-15 10:56:28.145	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount, system.host.iobrokervm.outputCount, system.host.iobrokervm.cpu, system.host.iobrokervm.mem, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel
        
        admin.1
        2024-11-15 10:56:28.142	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount, system.host.iobrokervm.outputCount, system.host.iobrokervm.cpu, system.host.iobrokervm.mem, system.host.iobrokervm.uptime
        
        admin.1
        2024-11-15 10:56:28.141	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount, system.host.iobrokervm.outputCount, system.host.iobrokervm.cpu, system.host.iobrokervm.mem
        
        admin.1
        2024-11-15 10:56:28.139	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount, system.host.iobrokervm.outputCount, system.host.iobrokervm.cpu
        
        admin.1
        2024-11-15 10:56:28.137	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount, system.host.iobrokervm.outputCount
        
        admin.1
        2024-11-15 10:56:28.135	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount
        
        admin.1
        2024-11-15 10:56:28.087	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed
        
        admin.1
        2024-11-15 10:56:28.086	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, *.info.extension
        
        admin.1
        2024-11-15 10:56:28.085	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, *.info.connection, *.info.extension
        
        admin.1
        2024-11-15 10:56:28.084	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.*.freemem, *.info.connection, *.info.extension
        
        admin.1
        2024-11-15 10:56:28.083	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.*.diskWarning, system.host.*.freemem, *.info.connection, *.info.extension
        
        admin.1
        2024-11-15 10:56:28.082	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.*.diskSize, system.host.*.diskWarning, system.host.*.freemem, *.info.connection, *.info.extension
        
        admin.1
        2024-11-15 10:56:28.080	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.*.diskFree, system.host.*.diskSize, system.host.*.diskWarning, system.host.*.freemem, *.info.connection, *.info.extension
        
        admin.1
        2024-11-15 10:56:28.079	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.plugins.sentry.enabled, system.host.*.diskFree, system.host.*.diskSize, system.host.*.diskWarning, system.host.*.freemem, *.info.connection, *.info.extension
        
        admin.1
        2024-11-15 10:56:28.078	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.logLevel, system.adapter.*.plugins.sentry.enabled, system.host.*.diskFree, system.host.*.diskSize, system.host.*.diskWarning, system.host.*.freemem, *.info.connection, *.info.extension
        
        admin.1
        2024-11-15 10:56:28.077	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.outputCount, system.adapter.*.logLevel, system.adapter.*.plugins.sentry.enabled, system.host.*.diskFree, system.host.*.diskSize, system.host.*.diskWarning, system.host.*.freemem, *.info.connection, *.info.extension
        
        admin.1
        2024-11-15 10:56:28.076	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.memRss, system.adapter.*.outputCount, system.adapter.*.logLevel, system.adapter.*.plugins.sentry.enabled, system.host.*.diskFree, system.host.*.diskSize, system.host.*.diskWarning, system.host.*.freemem, *.info.connection, *.info.extension
        
        admin.1
        2024-11-15 10:56:28.074	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.inputCount, system.adapter.*.memRss, system.adapter.*.outputCount, system.adapter.*.logLevel, system.adapter.*.plugins.sentry.enabled, system.host.*.diskFree, system.host.*.diskSize, system.host.*.diskWarning, system.host.*.freemem, *.info.connection, *.info.extension
        
        admin.1
        2024-11-15 10:56:28.073	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.connected, system.adapter.*.inputCount, system.adapter.*.memRss, system.adapter.*.outputCount, system.adapter.*.logLevel, system.adapter.*.plugins.sentry.enabled, system.host.*.diskFree, system.host.*.diskSize, system.host.*.diskWarning, system.host.*.freemem, *.info.connection, *.info.extension
        
        admin.1
        2024-11-15 10:56:26.138	debug	Search can't be optimized because wildcard not at the end, fallback to keys!: function(doc) { if (doc.type === 'state') emit(doc._id, doc) }
        
        admin.1
        2024-11-15 10:56:25.707	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.alive, system.adapter.*.connected, system.adapter.*.inputCount, system.adapter.*.memRss, system.adapter.*.outputCount, system.adapter.*.logLevel, system.adapter.*.plugins.sentry.enabled, system.host.*.diskFree, system.host.*.diskSize, system.host.*.diskWarning, system.host.*.freemem, *.info.connection, *.info.extension
        
        admin.1
        2024-11-15 10:56:25.706	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.alive, system.adapter.*.connected, system.adapter.*.inputCount, system.adapter.*.memRss, system.adapter.*.outputCount, system.adapter.*.logLevel, system.adapter.*.plugins.sentry.enabled, system.host.*.diskFree, system.host.*.diskSize, system.host.*.diskWarning, system.host.*.freemem, *.info.connection
        
        admin.1
        2024-11-15 10:56:25.705	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.alive, system.adapter.*.connected, system.adapter.*.inputCount, system.adapter.*.memRss, system.adapter.*.outputCount, system.adapter.*.logLevel, system.adapter.*.plugins.sentry.enabled, system.host.*.diskFree, system.host.*.diskSize, system.host.*.diskWarning, system.host.*.freemem
        
        admin.1
        2024-11-15 10:56:25.703	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.alive, system.adapter.*.connected, system.adapter.*.inputCount, system.adapter.*.memRss, system.adapter.*.outputCount, system.adapter.*.logLevel, system.adapter.*.plugins.sentry.enabled, system.host.*.diskFree, system.host.*.diskSize, system.host.*.diskWarning
        
        admin.1
        2024-11-15 10:56:25.702	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.alive, system.adapter.*.connected, system.adapter.*.inputCount, system.adapter.*.memRss, system.adapter.*.outputCount, system.adapter.*.logLevel, system.adapter.*.plugins.sentry.enabled, system.host.*.diskFree, system.host.*.diskSize
        
        admin.1
        2024-11-15 10:56:25.701	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.alive, system.adapter.*.connected, system.adapter.*.inputCount, system.adapter.*.memRss, system.adapter.*.outputCount, system.adapter.*.logLevel, system.adapter.*.plugins.sentry.enabled, system.host.*.diskFree
        
        admin.1
        2024-11-15 10:56:25.700	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.alive, system.adapter.*.connected, system.adapter.*.inputCount, system.adapter.*.memRss, system.adapter.*.outputCount, system.adapter.*.logLevel, system.adapter.*.plugins.sentry.enabled
        
        admin.1
        2024-11-15 10:56:25.681	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.alive, system.adapter.*.connected, system.adapter.*.inputCount, system.adapter.*.memRss, system.adapter.*.outputCount, system.adapter.*.logLevel
        
        admin.1
        2024-11-15 10:56:25.513	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.alive, system.adapter.*.connected, system.adapter.*.inputCount, system.adapter.*.memRss, system.adapter.*.outputCount
        
        admin.1
        2024-11-15 10:56:25.504	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.alive, system.adapter.*.connected, system.adapter.*.inputCount, system.adapter.*.memRss
        
        admin.1
        2024-11-15 10:56:25.503	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.alive, system.adapter.*.connected, system.adapter.*.inputCount
        
        admin.1
        2024-11-15 10:56:25.502	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.alive, system.adapter.*.connected
        
        admin.1
        2024-11-15 10:56:25.501	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.alive
        
        admin.1
        2024-11-15 10:56:25.500	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed
        
        admin.1
        2024-11-15 10:56:25.499	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive
        
        admin.1
        2024-11-15 10:56:25.497	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive
        
        admin.1
        2024-11-15 10:56:25.496	debug	Subscribes: system.host.*.notifications.*
        
        admin.1
        2024-11-15 10:56:25.494	debug	Subscribes: dummy
        
        admin.1
        2024-11-15 10:56:25.474	info	==> Connected system.user.admin from ::ffff:192.168.0.125
        
        admin.1
        2024-11-15 10:56:25.217	info	Use link "http://127.0.0.1:8081" to configure.
        
        admin.1
        2024-11-15 10:56:25.216	info	http server listening on port 8081
        
        admin.1
        2024-11-15 10:56:25.215	info	socket.io server listening on port 8081
        
        admin.1
        2024-11-15 10:56:25.207	debug	Next repo update on 16.11.2024, 10:18:55
        
        admin.1
        2024-11-15 10:56:25.012	debug	Secure connection not enabled - using http createServer
        
        admin.1
        2024-11-15 10:56:24.974	info	received all objects
        
        admin.1
        2024-11-15 10:56:23.744	info	requesting all objects
        
        admin.1
        2024-11-15 10:56:23.720	info	starting. Version 7.3.1 in /opt/iobroker/node_modules/iobroker.admin, node: v20.18.0, js-controller: 7.0.2
        
        admin.1
        2024-11-15 10:56:22.958	debug	Plugin sentry Initialize Plugin (enabled=true)
        
        admin.1
        2024-11-15 10:56:22.860	debug	States connected to redis: 127.0.0.1:9000
        
        admin.1
        2024-11-15 10:56:22.775	debug	States create User PubSub Client
        
        admin.1
        2024-11-15 10:56:22.774	debug	States create System PubSub Client
        
        admin.1
        2024-11-15 10:56:22.747	debug	Redis States: Use Redis connection: 127.0.0.1:9000
        
        admin.1
        2024-11-15 10:56:22.707	debug	Objects connected to redis: 127.0.0.1:9001
        
        admin.1
        2024-11-15 10:56:22.704	debug	Objects client initialize lua scripts
        
        admin.1
        2024-11-15 10:56:22.631	debug	Objects create User PubSub Client
        
        admin.1
        2024-11-15 10:56:22.630	debug	Objects create System PubSub Client
        
        admin.1
        2024-11-15 10:56:22.580	debug	Objects client ready ... initialize now
        
        admin.1
        2024-11-15 10:56:22.527	debug	Redis Objects: Use Redis connection: 127.0.0.1:9001
        

        Beta-Tester

        foxriver76F 1 Antwort Letzte Antwort
        0
        • Merlin123M Merlin123

          @foxriver76 ich seh nix... Adapter auf Debug umgestellt und das Update gestartet:

          admin.1
          2024-11-15 10:56:49.115	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed
          
          admin.1
          2024-11-15 10:56:49.114	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.logLevel
          
          admin.1
          2024-11-15 10:56:49.113	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskWarning
          
          admin.1
          2024-11-15 10:56:49.113	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning
          
          admin.1
          2024-11-15 10:56:49.112	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning
          
          admin.1
          2024-11-15 10:56:49.111	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning
          
          admin.1
          2024-11-15 10:56:49.110	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.mem, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning
          
          admin.1
          2024-11-15 10:56:49.109	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.cpu, system.host.iobrokervm.mem, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning
          
          admin.1
          2024-11-15 10:56:49.108	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.outputCount, system.host.iobrokervm.cpu, system.host.iobrokervm.mem, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning
          
          admin.1
          2024-11-15 10:56:49.115	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed
          
          admin.1
          2024-11-15 10:56:49.114	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.logLevel
          
          admin.1
          2024-11-15 10:56:49.113	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskWarning
          
          admin.1
          2024-11-15 10:56:49.113	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning
          
          admin.1
          2024-11-15 10:56:49.112	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning
          
          admin.1
          2024-11-15 10:56:49.111	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning
          
          admin.1
          2024-11-15 10:56:49.110	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.mem, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning
          
          admin.1
          2024-11-15 10:56:49.109	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.cpu, system.host.iobrokervm.mem, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning
          
          admin.1
          2024-11-15 10:56:49.108	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.outputCount, system.host.iobrokervm.cpu, system.host.iobrokervm.mem, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning
          
          admin.1
          2024-11-15 10:56:31.938	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount, system.host.iobrokervm.outputCount, system.host.iobrokervm.cpu, system.host.iobrokervm.mem, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning
          
          admin.1
          2024-11-15 10:56:31.889	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount, system.host.iobrokervm.outputCount, system.host.iobrokervm.cpu, system.host.iobrokervm.mem, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize
          
          admin.1
          2024-11-15 10:56:31.843	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount, system.host.iobrokervm.outputCount, system.host.iobrokervm.cpu, system.host.iobrokervm.mem, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree
          
          admin.1
          2024-11-15 10:56:31.787	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount, system.host.iobrokervm.outputCount, system.host.iobrokervm.cpu, system.host.iobrokervm.mem, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel
          
          admin.1
          2024-11-15 10:56:31.784	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount, system.host.iobrokervm.outputCount, system.host.iobrokervm.cpu, system.host.iobrokervm.mem, system.host.iobrokervm.uptime
          
          admin.1
          2024-11-15 10:56:31.783	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount, system.host.iobrokervm.outputCount, system.host.iobrokervm.cpu, system.host.iobrokervm.mem
          
          admin.1
          2024-11-15 10:56:31.781	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount, system.host.iobrokervm.outputCount, system.host.iobrokervm.cpu
          
          admin.1
          2024-11-15 10:56:31.779	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount, system.host.iobrokervm.outputCount
          
          admin.1
          2024-11-15 10:56:31.778	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount
          
          admin.1
          2024-11-15 10:56:29.522	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed
          
          admin.1
          2024-11-15 10:56:29.522	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.logLevel
          
          admin.1
          2024-11-15 10:56:29.520	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskWarning
          
          admin.1
          2024-11-15 10:56:29.519	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning
          
          admin.1
          2024-11-15 10:56:29.518	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning
          
          admin.1
          2024-11-15 10:56:29.517	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning
          
          admin.1
          2024-11-15 10:56:29.516	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.mem, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning
          
          admin.1
          2024-11-15 10:56:29.514	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.cpu, system.host.iobrokervm.mem, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning
          
          admin.1
          2024-11-15 10:56:29.513	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.outputCount, system.host.iobrokervm.cpu, system.host.iobrokervm.mem, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning
          
          admin.1
          2024-11-15 10:56:28.259	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount, system.host.iobrokervm.outputCount, system.host.iobrokervm.cpu, system.host.iobrokervm.mem, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning
          
          admin.1
          2024-11-15 10:56:28.209	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount, system.host.iobrokervm.outputCount, system.host.iobrokervm.cpu, system.host.iobrokervm.mem, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize
          
          admin.1
          2024-11-15 10:56:28.204	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount, system.host.iobrokervm.outputCount, system.host.iobrokervm.cpu, system.host.iobrokervm.mem, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree
          
          admin.1
          2024-11-15 10:56:28.145	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount, system.host.iobrokervm.outputCount, system.host.iobrokervm.cpu, system.host.iobrokervm.mem, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel
          
          admin.1
          2024-11-15 10:56:28.142	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount, system.host.iobrokervm.outputCount, system.host.iobrokervm.cpu, system.host.iobrokervm.mem, system.host.iobrokervm.uptime
          
          admin.1
          2024-11-15 10:56:28.141	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount, system.host.iobrokervm.outputCount, system.host.iobrokervm.cpu, system.host.iobrokervm.mem
          
          admin.1
          2024-11-15 10:56:28.139	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount, system.host.iobrokervm.outputCount, system.host.iobrokervm.cpu
          
          admin.1
          2024-11-15 10:56:28.137	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount, system.host.iobrokervm.outputCount
          
          admin.1
          2024-11-15 10:56:28.135	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount
          
          admin.1
          2024-11-15 10:56:28.087	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed
          
          admin.1
          2024-11-15 10:56:28.086	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, *.info.extension
          
          admin.1
          2024-11-15 10:56:28.085	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, *.info.connection, *.info.extension
          
          admin.1
          2024-11-15 10:56:28.084	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.*.freemem, *.info.connection, *.info.extension
          
          admin.1
          2024-11-15 10:56:28.083	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.*.diskWarning, system.host.*.freemem, *.info.connection, *.info.extension
          
          admin.1
          2024-11-15 10:56:28.082	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.*.diskSize, system.host.*.diskWarning, system.host.*.freemem, *.info.connection, *.info.extension
          
          admin.1
          2024-11-15 10:56:28.080	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.*.diskFree, system.host.*.diskSize, system.host.*.diskWarning, system.host.*.freemem, *.info.connection, *.info.extension
          
          admin.1
          2024-11-15 10:56:28.079	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.plugins.sentry.enabled, system.host.*.diskFree, system.host.*.diskSize, system.host.*.diskWarning, system.host.*.freemem, *.info.connection, *.info.extension
          
          admin.1
          2024-11-15 10:56:28.078	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.logLevel, system.adapter.*.plugins.sentry.enabled, system.host.*.diskFree, system.host.*.diskSize, system.host.*.diskWarning, system.host.*.freemem, *.info.connection, *.info.extension
          
          admin.1
          2024-11-15 10:56:28.077	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.outputCount, system.adapter.*.logLevel, system.adapter.*.plugins.sentry.enabled, system.host.*.diskFree, system.host.*.diskSize, system.host.*.diskWarning, system.host.*.freemem, *.info.connection, *.info.extension
          
          admin.1
          2024-11-15 10:56:28.076	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.memRss, system.adapter.*.outputCount, system.adapter.*.logLevel, system.adapter.*.plugins.sentry.enabled, system.host.*.diskFree, system.host.*.diskSize, system.host.*.diskWarning, system.host.*.freemem, *.info.connection, *.info.extension
          
          admin.1
          2024-11-15 10:56:28.074	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.inputCount, system.adapter.*.memRss, system.adapter.*.outputCount, system.adapter.*.logLevel, system.adapter.*.plugins.sentry.enabled, system.host.*.diskFree, system.host.*.diskSize, system.host.*.diskWarning, system.host.*.freemem, *.info.connection, *.info.extension
          
          admin.1
          2024-11-15 10:56:28.073	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.connected, system.adapter.*.inputCount, system.adapter.*.memRss, system.adapter.*.outputCount, system.adapter.*.logLevel, system.adapter.*.plugins.sentry.enabled, system.host.*.diskFree, system.host.*.diskSize, system.host.*.diskWarning, system.host.*.freemem, *.info.connection, *.info.extension
          
          admin.1
          2024-11-15 10:56:26.138	debug	Search can't be optimized because wildcard not at the end, fallback to keys!: function(doc) { if (doc.type === 'state') emit(doc._id, doc) }
          
          admin.1
          2024-11-15 10:56:25.707	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.alive, system.adapter.*.connected, system.adapter.*.inputCount, system.adapter.*.memRss, system.adapter.*.outputCount, system.adapter.*.logLevel, system.adapter.*.plugins.sentry.enabled, system.host.*.diskFree, system.host.*.diskSize, system.host.*.diskWarning, system.host.*.freemem, *.info.connection, *.info.extension
          
          admin.1
          2024-11-15 10:56:25.706	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.alive, system.adapter.*.connected, system.adapter.*.inputCount, system.adapter.*.memRss, system.adapter.*.outputCount, system.adapter.*.logLevel, system.adapter.*.plugins.sentry.enabled, system.host.*.diskFree, system.host.*.diskSize, system.host.*.diskWarning, system.host.*.freemem, *.info.connection
          
          admin.1
          2024-11-15 10:56:25.705	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.alive, system.adapter.*.connected, system.adapter.*.inputCount, system.adapter.*.memRss, system.adapter.*.outputCount, system.adapter.*.logLevel, system.adapter.*.plugins.sentry.enabled, system.host.*.diskFree, system.host.*.diskSize, system.host.*.diskWarning, system.host.*.freemem
          
          admin.1
          2024-11-15 10:56:25.703	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.alive, system.adapter.*.connected, system.adapter.*.inputCount, system.adapter.*.memRss, system.adapter.*.outputCount, system.adapter.*.logLevel, system.adapter.*.plugins.sentry.enabled, system.host.*.diskFree, system.host.*.diskSize, system.host.*.diskWarning
          
          admin.1
          2024-11-15 10:56:25.702	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.alive, system.adapter.*.connected, system.adapter.*.inputCount, system.adapter.*.memRss, system.adapter.*.outputCount, system.adapter.*.logLevel, system.adapter.*.plugins.sentry.enabled, system.host.*.diskFree, system.host.*.diskSize
          
          admin.1
          2024-11-15 10:56:25.701	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.alive, system.adapter.*.connected, system.adapter.*.inputCount, system.adapter.*.memRss, system.adapter.*.outputCount, system.adapter.*.logLevel, system.adapter.*.plugins.sentry.enabled, system.host.*.diskFree
          
          admin.1
          2024-11-15 10:56:25.700	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.alive, system.adapter.*.connected, system.adapter.*.inputCount, system.adapter.*.memRss, system.adapter.*.outputCount, system.adapter.*.logLevel, system.adapter.*.plugins.sentry.enabled
          
          admin.1
          2024-11-15 10:56:25.681	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.alive, system.adapter.*.connected, system.adapter.*.inputCount, system.adapter.*.memRss, system.adapter.*.outputCount, system.adapter.*.logLevel
          
          admin.1
          2024-11-15 10:56:25.513	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.alive, system.adapter.*.connected, system.adapter.*.inputCount, system.adapter.*.memRss, system.adapter.*.outputCount
          
          admin.1
          2024-11-15 10:56:25.504	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.alive, system.adapter.*.connected, system.adapter.*.inputCount, system.adapter.*.memRss
          
          admin.1
          2024-11-15 10:56:25.503	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.alive, system.adapter.*.connected, system.adapter.*.inputCount
          
          admin.1
          2024-11-15 10:56:25.502	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.alive, system.adapter.*.connected
          
          admin.1
          2024-11-15 10:56:25.501	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.alive
          
          admin.1
          2024-11-15 10:56:25.500	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed
          
          admin.1
          2024-11-15 10:56:25.499	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive
          
          admin.1
          2024-11-15 10:56:25.497	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive
          
          admin.1
          2024-11-15 10:56:25.496	debug	Subscribes: system.host.*.notifications.*
          
          admin.1
          2024-11-15 10:56:25.494	debug	Subscribes: dummy
          
          admin.1
          2024-11-15 10:56:25.474	info	==> Connected system.user.admin from ::ffff:192.168.0.125
          
          admin.1
          2024-11-15 10:56:25.217	info	Use link "http://127.0.0.1:8081" to configure.
          
          admin.1
          2024-11-15 10:56:25.216	info	http server listening on port 8081
          
          admin.1
          2024-11-15 10:56:25.215	info	socket.io server listening on port 8081
          
          admin.1
          2024-11-15 10:56:25.207	debug	Next repo update on 16.11.2024, 10:18:55
          
          admin.1
          2024-11-15 10:56:25.012	debug	Secure connection not enabled - using http createServer
          
          admin.1
          2024-11-15 10:56:24.974	info	received all objects
          
          admin.1
          2024-11-15 10:56:23.744	info	requesting all objects
          
          admin.1
          2024-11-15 10:56:23.720	info	starting. Version 7.3.1 in /opt/iobroker/node_modules/iobroker.admin, node: v20.18.0, js-controller: 7.0.2
          
          admin.1
          2024-11-15 10:56:22.958	debug	Plugin sentry Initialize Plugin (enabled=true)
          
          admin.1
          2024-11-15 10:56:22.860	debug	States connected to redis: 127.0.0.1:9000
          
          admin.1
          2024-11-15 10:56:22.775	debug	States create User PubSub Client
          
          admin.1
          2024-11-15 10:56:22.774	debug	States create System PubSub Client
          
          admin.1
          2024-11-15 10:56:22.747	debug	Redis States: Use Redis connection: 127.0.0.1:9000
          
          admin.1
          2024-11-15 10:56:22.707	debug	Objects connected to redis: 127.0.0.1:9001
          
          admin.1
          2024-11-15 10:56:22.704	debug	Objects client initialize lua scripts
          
          admin.1
          2024-11-15 10:56:22.631	debug	Objects create User PubSub Client
          
          admin.1
          2024-11-15 10:56:22.630	debug	Objects create System PubSub Client
          
          admin.1
          2024-11-15 10:56:22.580	debug	Objects client ready ... initialize now
          
          admin.1
          2024-11-15 10:56:22.527	debug	Redis Objects: Use Redis connection: 127.0.0.1:9001
          
          foxriver76F Offline
          foxriver76F Offline
          foxriver76
          Developer
          schrieb am zuletzt editiert von
          #102

          @merlin123 nicht vom admin, der Host loggt das und da reicht auch Info Level.

          Videotutorials & mehr

          Hier könnt ihr mich unterstützen.

          1 Antwort Letzte Antwort
          0
          • Merlin123M Offline
            Merlin123M Offline
            Merlin123
            schrieb am zuletzt editiert von Merlin123
            #103

            @foxriver76 Wenn ich es richtig gemacht habe wirft er das aus:

            Nov 15 12:52:44 iobrokervm sudo[1312491]: pam_unix(sudo:auth): conversation failed
            Nov 15 12:52:44 iobrokervm sudo[1312491]: pam_unix(sudo:auth): auth could not identify password for [iobroker]
            
            

            Beta-Tester

            Thomas BraunT 1 Antwort Letzte Antwort
            0
            • Merlin123M Merlin123

              @foxriver76 Wenn ich es richtig gemacht habe wirft er das aus:

              Nov 15 12:52:44 iobrokervm sudo[1312491]: pam_unix(sudo:auth): conversation failed
              Nov 15 12:52:44 iobrokervm sudo[1312491]: pam_unix(sudo:auth): auth could not identify password for [iobroker]
              
              
              Thomas BraunT Online
              Thomas BraunT Online
              Thomas Braun
              Most Active
              schrieb am zuletzt editiert von
              #104

              @merlin123

              Dann verwendest du den User 'iobroker' als deinen Standarduser und nicht wie es richtig wäre als Systemuser. Der hat und braucht nämlich gar kein Passwort.

              Leg dir einen User an und verwende den.

              Linux-Werkzeugkasten:
              https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
              NodeJS Fixer Skript:
              https://forum.iobroker.net/topic/68035/iob-node-fix-skript
              iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

              foxriver76F 1 Antwort Letzte Antwort
              0
              • Thomas BraunT Thomas Braun

                @merlin123

                Dann verwendest du den User 'iobroker' als deinen Standarduser und nicht wie es richtig wäre als Systemuser. Der hat und braucht nämlich gar kein Passwort.

                Leg dir einen User an und verwende den.

                foxriver76F Offline
                foxriver76F Offline
                foxriver76
                Developer
                schrieb am zuletzt editiert von
                #105

                @thomas-braun ich denke das ist auch das Problem warum das UI upgrade failed dann

                Videotutorials & mehr

                Hier könnt ihr mich unterstützen.

                Thomas BraunT 1 Antwort Letzte Antwort
                0
                • foxriver76F foxriver76

                  @thomas-braun ich denke das ist auch das Problem warum das UI upgrade failed dann

                  Thomas BraunT Online
                  Thomas BraunT Online
                  Thomas Braun
                  Most Active
                  schrieb am zuletzt editiert von
                  #106

                  @foxriver76

                  Möglich. War halt noch nie eine gute Idee 'iobroker' als Standarduser zu verwenden.
                  Unter Umständen müsste der 'iobroker' auch dann auf 'NOLOGIN' umgestellt werden.

                  Linux-Werkzeugkasten:
                  https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                  NodeJS Fixer Skript:
                  https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                  iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                  foxriver76F 1 Antwort Letzte Antwort
                  0
                  • Thomas BraunT Thomas Braun

                    @foxriver76

                    Möglich. War halt noch nie eine gute Idee 'iobroker' als Standarduser zu verwenden.
                    Unter Umständen müsste der 'iobroker' auch dann auf 'NOLOGIN' umgestellt werden.

                    foxriver76F Offline
                    foxriver76F Offline
                    foxriver76
                    Developer
                    schrieb am zuletzt editiert von
                    #107

                    @thomas-braun Ja da der Update Prozess versucht wird als systemd Dienst zu starten könnte ich mir sehr gut vorstellen dass da was nicht ganz passt an dem User der ioBroker ausfuehrt. Denn auf einem stinknormalen Debian sollte der Prozess mittlerweile gut etabliert sein den wir verwenden.

                    Videotutorials & mehr

                    Hier könnt ihr mich unterstützen.

                    Merlin123M Thomas BraunT 2 Antworten Letzte Antwort
                    0
                    • Merlin123M Offline
                      Merlin123M Offline
                      Merlin123
                      schrieb am zuletzt editiert von
                      #108

                      @thomas-braun Hmmm.. Ich logge mich mit dem User Oliver ein. Als den habe ich IOB nach der Anleitung installiert.

                      Als iobroker logge ich mich nie ein.

                      sieht bei mir so aus:

                      oliver@iobrokervm:~$ ps -ef|grep iobroker
                      iobroker 1315299       1 33 13:00 ?        00:09:53 iobroker.js-controller
                      iobroker 1315321 1315299  1 13:00 ?        00:00:28 io.admin.1
                      iobroker 1315364 1315299  0 13:00 ?        00:00:01 io.email.0
                      iobroker 1315385 1315299 13 13:00 ?        00:03:49 io.javascript.0
                      iobroker 1315400 1315299  0 13:00 ?        00:00:02 io.scenes.0
                      iobroker 1315415 1315299  0 13:00 ?        00:00:14 io.telegram.0
                      
                      

                      Hab jetzt nicht wirklich ne Idee, was ich machen muss...

                      Beta-Tester

                      1 Antwort Letzte Antwort
                      0
                      • foxriver76F foxriver76

                        @thomas-braun Ja da der Update Prozess versucht wird als systemd Dienst zu starten könnte ich mir sehr gut vorstellen dass da was nicht ganz passt an dem User der ioBroker ausfuehrt. Denn auf einem stinknormalen Debian sollte der Prozess mittlerweile gut etabliert sein den wir verwenden.

                        Merlin123M Offline
                        Merlin123M Offline
                        Merlin123
                        schrieb am zuletzt editiert von
                        #109

                        @foxriver76 sagte in js-controller Lucy (Version 7.0) jetzt im Beta Repository:

                        @thomas-braun Ja da der Update Prozess versucht wird als systemd Dienst zu starten könnte ich mir sehr gut vorstellen dass da was nicht ganz passt an dem User der ioBroker ausfuehrt.

                        Was könnte denn da nicht passen? Ich rufe als User Oliver iob start auf, iobroker läuft unter User iobroker

                        Beta-Tester

                        1 Antwort Letzte Antwort
                        0
                        • foxriver76F foxriver76

                          @thomas-braun Ja da der Update Prozess versucht wird als systemd Dienst zu starten könnte ich mir sehr gut vorstellen dass da was nicht ganz passt an dem User der ioBroker ausfuehrt. Denn auf einem stinknormalen Debian sollte der Prozess mittlerweile gut etabliert sein den wir verwenden.

                          Thomas BraunT Online
                          Thomas BraunT Online
                          Thomas Braun
                          Most Active
                          schrieb am zuletzt editiert von
                          #110

                          @foxriver76 @Merlin123

                          Dazu müsste man aber Näheres zum jetzigen Setup wissen.

                          Am besten in einem separaten Thread und dann dort die Langfassung von

                          iob diag 
                          

                          rein. Da kann man schonmal einiges herauslesen

                          Linux-Werkzeugkasten:
                          https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                          NodeJS Fixer Skript:
                          https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                          iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                          Merlin123M 1 Antwort Letzte Antwort
                          0
                          • Thomas BraunT Thomas Braun

                            @foxriver76 @Merlin123

                            Dazu müsste man aber Näheres zum jetzigen Setup wissen.

                            Am besten in einem separaten Thread und dann dort die Langfassung von

                            iob diag 
                            

                            rein. Da kann man schonmal einiges herauslesen

                            Merlin123M Offline
                            Merlin123M Offline
                            Merlin123
                            schrieb am zuletzt editiert von
                            #111

                            @thomas-braun
                            Gerne: Hier entlang

                            Beta-Tester

                            1 Antwort Letzte Antwort
                            0
                            • FeuersturmF Online
                              FeuersturmF Online
                              Feuersturm
                              schrieb am zuletzt editiert von
                              #112

                              @foxriver76 Update von 7.0.3 auf js-controller 7.0.4 via admin UI lief ohne Probleme durch :+1:

                              Merlin123M 1 Antwort Letzte Antwort
                              0
                              • FeuersturmF Feuersturm

                                @foxriver76 Update von 7.0.3 auf js-controller 7.0.4 via admin UI lief ohne Probleme durch :+1:

                                Merlin123M Offline
                                Merlin123M Offline
                                Merlin123
                                schrieb am zuletzt editiert von
                                #113

                                @feuersturm Bei mir leider das gleiche Problem wie immer :(

                                Beta-Tester

                                1 Antwort Letzte Antwort
                                -1
                                • ? Offline
                                  ? Offline
                                  Ein ehemaliger Benutzer
                                  schrieb am zuletzt editiert von
                                  #114

                                  @foxriver76

                                  update von 7.0.3 auf 7.0.4 via Gui unter Proxmox LXC Bookworm und Node 20 ohne Fehler.
                                  System sehr stabil mit fast 70 Adaptern und 600 Devices, 50000 Objects.
                                  Speicherverbrauch sehr gering meist ca 7-8GB. Letztes Jahr kam ich unter 10GB Ram nicht weg - ist aber auch ein Vergleich mit Apple und Birne.

                                  1 Antwort Letzte Antwort
                                  0
                                  • FeuersturmF Online
                                    FeuersturmF Online
                                    Feuersturm
                                    schrieb am zuletzt editiert von
                                    #115

                                    @foxriver76 Beim update von 7.0.4 auf 7.0.5 via admin UI kommt folgendes
                                    6d41b3f3-1909-4d8e-823c-ef25251ffc68-grafik.png

                                    Im log steht folgender Fehler

                                    2024-12-08 19:13:16.514  - info: host.ioB-Prod-Testsystem All instances are stopped.
                                    2024-12-08 19:13:16.713  - info: host.ioB-Prod-Testsystem terminated
                                    2024-12-08 19:13:23.097  - info: host.ioB-Prod-Testsystem [CONTROLLER_AUTO_UPGRADE] Successfully stopped js-controller
                                    2024-12-08 19:13:23.112  - info: host.ioB-Prod-Testsystem [CONTROLLER_AUTO_UPGRADE] Server is running on http://localhost:8081
                                    2024-12-08 19:15:07.825  - error: host.ioB-Prod-Testsystem [CONTROLLER_AUTO_UPGRADE] Could not install js-controller@7.0.5
                                    2024-12-08 19:15:08.446  - info: host.ioB-Prod-Testsystem [CONTROLLER_AUTO_UPGRADE] Final information delivered
                                    2024-12-08 19:15:08.564  - info: host.ioB-Prod-Testsystem [CONTROLLER_AUTO_UPGRADE] Successfully started js-controller
                                    2024-12-08 19:15:11.826  - info: host.ioB-Prod-Testsystem iobroker.js-controller version 7.0.4 js-controller starting
                                    2024-12-08 19:15:11.845  - info: host.ioB-Prod-Testsystem Copyright (c) 2014-2024 bluefox, 2014 hobbyquaker
                                    2024-12-08 19:15:11.855  - info: host.ioB-Prod-Testsystem hostname: ioB-Prod-Testsystem, node: v22.11.0
                                    2024-12-08 19:15:11.862  - info: host.ioB-Prod-Testsystem ip addresses: 192.168.178.105 fe80::be24:11ff:fe8c:71a4
                                    2024-12-08 19:15:15.958  - info: host.ioB-Prod-Testsystem connected to Objects and States
                                    2024-12-08 19:15:16.017  - info: host.ioB-Prod-Testsystem added notifications configuration of host
                                    2024-12-08 19:15:17.369  - info: host.ioB-Prod-Testsystem 69 instances found
                                    2024-12-08 19:15:17.482  - info: host.ioB-Prod-Testsystem starting 54 instances
                                    
                                    
                                    FeuersturmF 1 Antwort Letzte Antwort
                                    0
                                    • FeuersturmF Online
                                      FeuersturmF Online
                                      Feuersturm
                                      schrieb am zuletzt editiert von
                                      #116

                                      @foxriver76 Kleine Ergänzug. Hab gerade auf meinem Testsystem ein Update vom iot Adapter gestartet von 3.4.3 auf 3.4.4
                                      Dort kommt ein sehr ähnlicher Fehler

                                      $ iobroker upgrade iot@3.4.4 --debug
                                      
                                      Update iot from @3.4.3 to @3.4.4
                                      
                                      Installing iobroker.iot@3.4.4... (System call)
                                      
                                      npm error code E404
                                      
                                      npm error 404 Not Found - GET https://registry.npmjs.org/iobroker.iot - Not foundnpm error 404npm error 404 'iobroker.iot@3.4.4' is not in this registry.npm error 404npm error 404 Note that you can also install from anpm error 404 tarball, folder, http url, or git url.
                                      
                                      npm error A complete log of this run can be found in: /home/iobroker/.npm/_logs/2024-12-08T18_23_13_049Z-debug-0.log
                                      
                                      Updating objects from io-package.json for adapter "iot" with version "3.4.3"
                                      
                                      O 1 Antwort Letzte Antwort
                                      0
                                      • FeuersturmF Feuersturm

                                        @foxriver76 Kleine Ergänzug. Hab gerade auf meinem Testsystem ein Update vom iot Adapter gestartet von 3.4.3 auf 3.4.4
                                        Dort kommt ein sehr ähnlicher Fehler

                                        $ iobroker upgrade iot@3.4.4 --debug
                                        
                                        Update iot from @3.4.3 to @3.4.4
                                        
                                        Installing iobroker.iot@3.4.4... (System call)
                                        
                                        npm error code E404
                                        
                                        npm error 404 Not Found - GET https://registry.npmjs.org/iobroker.iot - Not foundnpm error 404npm error 404 'iobroker.iot@3.4.4' is not in this registry.npm error 404npm error 404 Note that you can also install from anpm error 404 tarball, folder, http url, or git url.
                                        
                                        npm error A complete log of this run can be found in: /home/iobroker/.npm/_logs/2024-12-08T18_23_13_049Z-debug-0.log
                                        
                                        Updating objects from io-package.json for adapter "iot" with version "3.4.3"
                                        
                                        O Offline
                                        O Offline
                                        oFbEQnpoLKKl6mbY5e13
                                        schrieb am zuletzt editiert von oFbEQnpoLKKl6mbY5e13
                                        #117

                                        @feuersturm

                                        2024-12-08 18:26:14.651  - info: host.iobroker iobroker upgrade iot@3.4.4 --debug
                                        2024-12-08 18:26:21.604  - info: host.iobroker iobroker Update iot from @3.4.3 to @3.4.4
                                        2024-12-08 18:26:21.803  - info: host.iobroker iobroker host.iobroker Adapter "system.adapter.iot.0" is stopped.
                                        2024-12-08 18:26:21.829  - info: host.iobroker "system.adapter.iot.0" disabled
                                        2024-12-08 18:26:21.830  - info: host.iobroker stopInstance system.adapter.iot.0 (force=false, process=true)
                                        2024-12-08 18:26:21.840  - info: host.iobroker stopInstance system.adapter.iot.0 send kill signal
                                        2024-12-08 18:26:21.900  - info: iot.0 (1131) Got terminate signal TERMINATE_YOURSELF
                                        2024-12-08 18:26:22.110  - info: iot.0 (1131) terminating
                                        2024-12-08 18:26:22.167  - info: iot.0 (1131) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                        2024-12-08 18:26:22.318  - info: iot.0 (1131) Connection changed: disconnect
                                        2024-12-08 18:26:22.356  - info: iot.0 (1131) Connection lost
                                        2024-12-08 18:26:22.744  - info: iot.0 (1131) terminating
                                        2024-12-08 18:26:22.845  - info: host.iobroker stopInstance timeout system.adapter.iot.0 killing pid 1131
                                        2024-12-08 18:26:22.967  - warn: host.iobroker instance system.adapter.iot.0 terminated due to SIGKILL
                                        2024-12-08 18:26:22.967  - info: host.iobroker instance system.adapter.iot.0 terminated with code null ()
                                        2024-12-08 18:26:23.646  - info: host.iobroker iobroker NPM version: 10.8.2
                                        2024-12-08 18:26:23.649  - info: host.iobroker iobroker Installing iobroker.iot@3.4.4... (System call)
                                        2024-12-08 18:26:48.079  - info: host.iobroker iobroker 
                                        2024-12-08 18:26:48.084  - info: host.iobroker iobroker added 1 package, and changed 4 packages in 24s
                                        2024-12-08 18:26:48.086  - info: host.iobroker iobroker 277 packages are looking for funding  run `npm fund` for details
                                        2024-12-08 18:26:56.547  - info: host.iobroker iobroker Updating objects from io-package.json for adapter "iot" with version "3.4.4"
                                        2024-12-08 18:26:56.621  - info: host.iobroker iobroker Update "system.adapter.iot.0"
                                        2024-12-08 18:26:57.952  - info: host.iobroker iobroker upload [36] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/actions.js actions.js application/javascript
                                        2024-12-08 18:26:58.102  - info: host.iobroker iobroker upload [30] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/index_m.html index_m.html text/html
                                        2024-12-08 18:26:58.149  - info: host.iobroker iobroker upload [20] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/rules/i18n/it.json rules/i18n/it.json application/json
                                        2024-12-08 18:26:58.156  - info: host.iobroker iobroker upload [19] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/rules/i18n/nl.json rules/i18n/nl.json application/json
                                        2024-12-08 18:26:58.167  - info: host.iobroker iobroker upload [18] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/rules/i18n/pl.json rules/i18n/pl.json application/json
                                        2024-12-08 18:26:58.176  - info: host.iobroker iobroker upload [17] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/rules/i18n/pt.json rules/i18n/pt.json application/json
                                        2024-12-08 18:26:58.179  - info: host.iobroker iobroker upload [16] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/rules/i18n/ru.json rules/i18n/ru.json application/json
                                        2024-12-08 18:26:58.184  - info: host.iobroker iobroker upload [15] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/rules/i18n/uk.json rules/i18n/uk.json application/json
                                        2024-12-08 18:26:58.187  - info: host.iobroker iobroker upload [14] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/rules/i18n/zh-cn.json rules/i18n/zh-cn.json application/json
                                        2024-12-08 18:26:58.190  - info: host.iobroker iobroker upload [13] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/rules/static/js/main.aeb070a1.js rules/static/js/main.aeb070a1.js application/javascript
                                        2024-12-08 18:26:58.194  - info: host.iobroker iobroker upload [12] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/rules/static/js/main.aeb070a1.js.map rules/static/js/main.aeb070a1.js.map application/json
                                        2024-12-08 18:26:58.198  - info: host.iobroker iobroker upload [11] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/rules/static/js/node_modules_prop-types_index_js.998adfa4.chunk.js rules/static/js/node_modules_prop-types_index_js.998adfa4.chunk.js application/javascript
                                        2024-12-08 18:26:58.203  - info: host.iobroker iobroker upload [10] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/rules/static/js/node_modules_prop-types_index_js.998adfa4.chunk.js.map rules/static/js/node_modules_prop-types_index_js.998adfa4.chunk.js.map application/json
                                        2024-12-08 18:26:58.208  - info: host.iobroker iobroker upload [9] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/rules/static/js/node_modules_react-dom_index_js-_ef070.106c4109.chunk.js rules/static/js/node_modules_react-dom_index_js-_ef070.106c4109.chunk.js application/javascript
                                        2024-12-08 18:26:58.213  - info: host.iobroker iobroker upload [8] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/rules/static/js/node_modules_react-dom_index_js-_ef070.106c4109.chunk.js.map rules/static/js/node_modules_react-dom_index_js-_ef070.106c4109.chunk.js.map application/json
                                        2024-12-08 18:26:58.216  - info: host.iobroker iobroker upload [7] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/rules/static/js/node_modules_react-dom_index_js-_ef071.a71f5d5d.chunk.js rules/static/js/node_modules_react-dom_index_js-_ef071.a71f5d5d.chunk.js application/javascript
                                        2024-12-08 18:26:58.219  - info: host.iobroker iobroker upload [6] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/rules/static/js/node_modules_react-dom_index_js-_ef071.a71f5d5d.chunk.js.map rules/static/js/node_modules_react-dom_index_js-_ef071.a71f5d5d.chunk.js.map application/json
                                        2024-12-08 18:26:58.224  - info: host.iobroker iobroker upload [5] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/rules/static/js/node_modules_react_index_js.d0cc0ba3.chunk.js rules/static/js/node_modules_react_index_js.d0cc0ba3.chunk.js application/javascript
                                        2024-12-08 18:26:58.229  - info: host.iobroker iobroker upload [4] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/rules/static/js/node_modules_react_index_js.d0cc0ba3.chunk.js.map rules/static/js/node_modules_react_index_js.d0cc0ba3.chunk.js.map application/json
                                        2024-12-08 18:26:58.232  - info: host.iobroker iobroker upload [3] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/rules/static/js/src_ActionVisu_jsx.e5871f1f.chunk.js rules/static/js/src_ActionVisu_jsx.e5871f1f.chunk.js application/javascript
                                        2024-12-08 18:26:58.238  - info: host.iobroker iobroker upload [2] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/rules/static/js/src_ActionVisu_jsx.e5871f1f.chunk.js.map rules/static/js/src_ActionVisu_jsx.e5871f1f.chunk.js.map application/json
                                        2024-12-08 18:26:58.243  - info: host.iobroker iobroker upload [1] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/rules/static/js/vendors-node_modules_iobroker_adapter-react-v5_build_index_js.892c0b30.chunk.js rules/static/js/vendors-node_modules_iobroker_adapter-react-v5_build_index_js.892c0b30.chunk.js application/javascript
                                        2024-12-08 18:26:58.263  - info: host.iobroker iobroker upload [0] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/rules/static/js/vendors-node_modules_iobroker_adapter-react-v5_build_index_js.892c0b30.chunk.js.map rules/static/js/vendors-node_modules_iobroker_adapter-react-v5_build_index_js.892c0b30.chunk.js.map application/json
                                        2024-12-08 18:26:58.313  - info: host.iobroker iobroker host.iobroker Adapter "system.adapter.iot.0" is started
                                        2024-12-08 18:26:58.342  - info: host.iobroker "system.adapter.iot.0" enabled
                                        2024-12-08 18:26:58.989  - info: host.iobroker instance system.adapter.iot.0 in version "3.4.4" started with pid 27140
                                        2024-12-08 18:26:59.394  - info: host.iobroker iobroker exit 0
                                        2024-12-08 18:27:02.830  - info: iot.0 (27140) starting. Version 3.4.4 in /opt/iobroker/node_modules/iobroker.iot, node: v20.18.1, js-controller: 7.0.4
                                        

                                        Ich will damit nur aufzeigen, dass das kein grundsätzliches Problem ist.

                                        1 Antwort Letzte Antwort
                                        0
                                        • BananaJoeB Offline
                                          BananaJoeB Offline
                                          BananaJoe
                                          Most Active
                                          schrieb am zuletzt editiert von
                                          #118

                                          Ich hatte auch das Problem das der 7.0.5 nach der Installation gar nicht der 7.0.5 war und danach das erneute Update nicht klappte.

                                          So, ich habe es gerade über die Shell / Bash gemacht,
                                          zuerst sicherheitshalber ein

                                          iob fix
                                          

                                          und dann

                                          iob upgrade self
                                          

                                          ist nun auf der 7.0.5,
                                          Upgrade meiner 3 Adapter in der Warteschliefe klappte nun auch, inklusive des Admin 7.4.4

                                          ioBroker@Ubuntu 24.04 LTS (VMware) für: >260 Geräte, 5 Switche, 7 AP, 9 IP-Cam, 1 NAS 42TB, 1 ESXi 15TB, 4 Proxmox 1TB, 1 Hyper-V 48TB, 14 x Echo, 5x FireTV, 5 x Tablett/Handy VIS || >=160 Tasmota/Shelly || >=95 ZigBee || PV 8.1kW / Akku 14kWh || 2x USV 750W kaskadiert || Creality CR-10 SE 3D-Drucker

                                          1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          368

                                          Online

                                          32.4k

                                          Benutzer

                                          81.5k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe