Weiter zum Inhalt
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Hell
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dunkel
  • 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. ioBroker Allgemein
  4. Meldung beim Starten vom Raspi

NEWS

  • Neuer ioBroker-Blog online: Monatsrückblick März/April 2026
    BluefoxB
    Bluefox
    8
    1
    1.6k

  • Verwendung von KI bitte immer deutlich kennzeichnen
    HomoranH
    Homoran
    10
    1
    675

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    18
    1
    1.2k

Meldung beim Starten vom Raspi

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
25 Beiträge 6 Kommentatoren 884 Aufrufe 5 Beobachtet
  • Ä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.
  • Dr.PieD Dr.Pie

    Moin
    lange war Ruhe...

    Nun aber kommt immer diese Meldung wenn ich das Intro starte.
    fehler.png

    Laut Beschreibung sind da wohl zu viele Adapter bzw zu viele Prozesse am laufen.

    Wie bekomme ich denn raus welche Prozesse vielleicht zu viel sind ?

    Hier mal ein Screenshot vom System:
    fehler1.png

    Welche Infos benötigt ihr noch ??

    Danke

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

    @dr-pie sagte in Meldung beim Starten vom Raspi:

    Wie bekomme ich denn raus welche Prozesse vielleicht zu viel sind ?

    Welche laufen denn? 2GB RAM ist halt nicht üppig.

    Schau mit

    iob diag 
    

    mal rein.

    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

    Dr.PieD 1 Antwort Letzte Antwort
    0
    • Dr.PieD Dr.Pie

      Moin
      lange war Ruhe...

      Nun aber kommt immer diese Meldung wenn ich das Intro starte.
      fehler.png

      Laut Beschreibung sind da wohl zu viele Adapter bzw zu viele Prozesse am laufen.

      Wie bekomme ich denn raus welche Prozesse vielleicht zu viel sind ?

      Hier mal ein Screenshot vom System:
      fehler1.png

      Welche Infos benötigt ihr noch ??

      Danke

      HomoranH Nicht stören
      HomoranH Nicht stören
      Homoran
      Global Moderator Administrators
      schrieb am zuletzt editiert von
      #3

      @dr-pie sagte in Meldung beim Starten vom Raspi:

      Welche Infos benötigt ihr noch ??

      nahezu alles!

      fangen wir mal an mit iobroker list instances und top

      komplette Ein- und Ausgaben aber als Text in code-tags posten, keine Screenshots!
      https://forum.iobroker.net/topic/51555/hinweise-für-gute-forenbeiträge/1

      kein Support per PN! - Fragen im Forum stellen -
      Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
      Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton oben rechts. Danke!
      der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

      1 Antwort Letzte Antwort
      0
      • Thomas BraunT Thomas Braun

        @dr-pie sagte in Meldung beim Starten vom Raspi:

        Wie bekomme ich denn raus welche Prozesse vielleicht zu viel sind ?

        Welche laufen denn? 2GB RAM ist halt nicht üppig.

        Schau mit

        iob diag 
        

        mal rein.

        Dr.PieD Offline
        Dr.PieD Offline
        Dr.Pie
        schrieb am zuletzt editiert von
        #4

        @thomas-braun sagte in Meldung beim Starten vom Raspi:

        @dr-pie sagte in Meldung beim Starten vom Raspi:

        Wie bekomme ich denn raus welche Prozesse vielleicht zu viel sind ?

        Welche laufen denn? 2GB RAM ist halt nicht üppig.

        Schau mit

        iob diag 
        

        mal rein.

        pi@raspberrypi:~ $ iob diag
        iobroker [command]
        
        Commands:
          iobroker setup                                               Setup ioBroker
          iobroker start [all|<adapter>.<instance>]                    Starts the js-controller or a specified adapter instance
          iobroker stop [<adapter>.<instance>]                         stops the js-controller or a specified adapter instance
          iobroker restart [<adapter>.<instance>]                      Restarts js-controller or a specified adapter instance  [aliases: r]
          iobroker debug <adapter>[.<instance>]                        Starts a Node.js debugging session for the adapter instance
          iobroker info                                                Shows the host info
          iobroker logs [<adapter>]                                    Monitor log
          iobroker add <adapter> [desiredNumber]                       Add instance of adapter  [aliases: a]
          iobroker install <adapter>                                   Installs a specified adapter  [aliases: i]
          iobroker rebuild [<module>]                                  Rebuild all native modules or path
          iobroker url <url> [<name>]                                  Install adapter from specified url, e.g. GitHub
          iobroker del <adapter>                                       Remove adapter and all instances from this host  [aliases: delete]
          iobroker del <adapter>.<instance>                            Remove adapter instance  [aliases: delete]
          iobroker update [<repositoryUrl>]                            Update repository and list adapters
          iobroker upgrade                                             Upgrade management
          iobroker upload [all|<adapter>]                              Upload management  [aliases: u]
          iobroker object                                              Object management  [aliases: o]
          iobroker state                                               State management  [aliases: s]
          iobroker message <adapter>[.instance] <command> [<message>]  Send message to adapter instance/s
          iobroker list <type> [<filter>]                              List all entries, like objects
          iobroker chmod <mode> <file>                                 Change file rights
          iobroker chown <user> <group> <file>                         Change file ownership
          iobroker touch <file>                                        Touch file
          iobroker rm <file>                                           Remove file
          iobroker file                                                File management
          iobroker user                                                User commands
          iobroker group                                               group management
          iobroker host <hostname>                                     Set host to given hostname
          iobroker set <adapter>.<instance>                            Change settings of adapter config
          iobroker license <license.file or license.text>              Update license by given file
          iobroker cert                                                Certificate management
          iobroker clean <yes>                                         Clears all objects and states
          iobroker backup                                              Create backup
          iobroker restore <backup name or path>                       Restore a specified backup
          iobroker validate <backup name or path>                      Validate a specified backup
          iobroker status [all|<adapter>.<instance>]                   Status of ioBroker or adapter instance  [aliases: isrun]
          iobroker repo [<name>]                                       Show repo information
          iobroker uuid                                                Show uuid of the installation  [aliases: id]
          iobroker unsetup                                             Reset license, installation secret and language
          iobroker fix                                                 Execute the installation fixer script, this updates your ioBroker installation
          iobroker multihost                                           Multihost management
          iobroker compact                                             compact group management
          iobroker plugin                                              Plugin management
          iobroker version [<adapter>]                                 Show version of js-controller or specified adapter  [aliases: v]
        
        Options:
          --help  Show help  [boolean]
        pi@raspberrypi:~ $
        
        

        @homoran sagte in Meldung beim Starten vom Raspi:

        @dr-pie sagte in Meldung beim Starten vom Raspi:

        Welche Infos benötigt ihr noch ??

        nahezu alles!

        fangen wir mal an mit iobroker list instances und top

        komplette Ein- und Ausgaben aber als Text in code-tags posten, keine Screenshots!
        https://forum.iobroker.net/topic/51555/hinweise-für-gute-forenbeiträge/1

        pi@raspberrypi:~ $ iobroker list instances
        + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
        + system.adapter.backitup.0               : backitup              : raspberrypi                              -  enabled
        + system.adapter.discovery.0              : discovery             : raspberrypi                              -  enabled
        + system.adapter.fb-checkpresence.0       : fb-checkpresence      : raspberrypi                              -  enabled
        + system.adapter.fullybrowser.0           : fullybrowser          : raspberrypi                              -  enabled
        + system.adapter.harmony.0                : harmony               : raspberrypi                              -  enabled
        + system.adapter.heos.0                   : heos                  : raspberrypi                              -  enabled
        + system.adapter.history.0                : history               : raspberrypi                              -  enabled
          system.adapter.ical.0                   : ical                  : raspberrypi                              -  enabled
          system.adapter.ical.2                   : ical                  : raspberrypi                              -  enabled
          system.adapter.ical.4                   : ical                  : raspberrypi                              -  enabled
        + system.adapter.influxdb.0               : influxdb              : raspberrypi                              -  enabled, port: 8086
        + system.adapter.influxdb.1               : influxdb              : raspberrypi                              -  enabled, port: 8086
        + system.adapter.info.0                   : info                  : raspberrypi                              -  enabled
        + system.adapter.javascript.0             : javascript            : raspberrypi                              -  enabled
        + system.adapter.lgtv.0                   : lgtv                  : raspberrypi                              -  enabled
        + system.adapter.net-tools.0              : net-tools             : raspberrypi                              -  enabled
          system.adapter.openweathermap.0         : openweathermap        : raspberrypi                              -  enabled
        + system.adapter.ping.0                   : ping                  : raspberrypi                              -  enabled
        + system.adapter.rpi2.0                   : rpi2                  : raspberrypi                              -  enabled
        + system.adapter.scenes.0                 : scenes                : raspberrypi                              -  enabled
        + system.adapter.shelly.0                 : shelly                : raspberrypi                              -  enabled, port: 1882, bind: 0.0.0.0
        + system.adapter.shelly.1                 : shelly                : raspberrypi                              -  enabled, port: 1883, bind: 0.0.0.0
        + system.adapter.sql.0                    : sql                   : raspberrypi                              -  enabled
        + system.adapter.synology.0               : synology              : raspberrypi                              -  enabled, port: 5003
        + system.adapter.synology.1               : synology              : raspberrypi                              -  enabled, port: 5002
        + system.adapter.tankerkoenig.0           : tankerkoenig          : raspberrypi                              -  enabled
        + system.adapter.telegram.0               : telegram              : raspberrypi                              -  enabled, port: 8443, bind: 0.0.0.0
        + system.adapter.tr-064.0                 : tr-064                : raspberrypi                              -  enabled
        + system.adapter.tr-064.1                 : tr-064                : raspberrypi                              -  enabled
        + system.adapter.upnp.0                   : upnp                  : raspberrypi                              -  enabled
        + system.adapter.vis-inventwo.0           : vis-inventwo          : raspberrypi                              -  enabled
          system.adapter.vis-lcars.0              : vis-lcars             : raspberrypi                              -  enabled
          system.adapter.vis-materialdesign.0     : vis-materialdesign    : raspberrypi                              -  enabled
          system.adapter.vis-rgraph.0             : vis-rgraph            : raspberrypi                              -  enabled
          system.adapter.vis-timeandweather.0     : vis-timeandweather    : raspberrypi                              -  enabled
          system.adapter.vis.0                    : vis                   : raspberrypi                              -  enabled
        + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
        + system.adapter.whatsapp-cmb.0           : whatsapp-cmb          : raspberrypi                              -  enabled
        + system.adapter.wled.0                   : wled                  : raspberrypi                              -  enabled
          system.adapter.yamaha.0                 : yamaha                : raspberrypi                              - disabled
        
        + instance is alive
        
        
        pi@raspberrypi:~ $ iobroker top
        iobroker [command]
        
        Commands:
          iobroker setup                                               Setup ioBroker
          iobroker start [all|<adapter>.<instance>]                    Starts the js-controller or a specified adapter instance
          iobroker stop [<adapter>.<instance>]                         stops the js-controller or a specified adapter instance
          iobroker restart [<adapter>.<instance>]                      Restarts js-controller or a specified adapter instance  [aliases: r]
          iobroker debug <adapter>[.<instance>]                        Starts a Node.js debugging session for the adapter instance
          iobroker info                                                Shows the host info
          iobroker logs [<adapter>]                                    Monitor log
          iobroker add <adapter> [desiredNumber]                       Add instance of adapter  [aliases: a]
          iobroker install <adapter>                                   Installs a specified adapter  [aliases: i]
          iobroker rebuild [<module>]                                  Rebuild all native modules or path
          iobroker url <url> [<name>]                                  Install adapter from specified url, e.g. GitHub
          iobroker del <adapter>                                       Remove adapter and all instances from this host  [aliases: delete]
          iobroker del <adapter>.<instance>                            Remove adapter instance  [aliases: delete]
          iobroker update [<repositoryUrl>]                            Update repository and list adapters
          iobroker upgrade                                             Upgrade management
          iobroker upload [all|<adapter>]                              Upload management  [aliases: u]
          iobroker object                                              Object management  [aliases: o]
          iobroker state                                               State management  [aliases: s]
          iobroker message <adapter>[.instance] <command> [<message>]  Send message to adapter instance/s
          iobroker list <type> [<filter>]                              List all entries, like objects
          iobroker chmod <mode> <file>                                 Change file rights
          iobroker chown <user> <group> <file>                         Change file ownership
          iobroker touch <file>                                        Touch file
          iobroker rm <file>                                           Remove file
          iobroker file                                                File management
          iobroker user                                                User commands
          iobroker group                                               group management
          iobroker host <hostname>                                     Set host to given hostname
          iobroker set <adapter>.<instance>                            Change settings of adapter config
          iobroker license <license.file or license.text>              Update license by given file
          iobroker cert                                                Certificate management
          iobroker clean <yes>                                         Clears all objects and states
          iobroker backup                                              Create backup
          iobroker restore <backup name or path>                       Restore a specified backup
          iobroker validate <backup name or path>                      Validate a specified backup
          iobroker status [all|<adapter>.<instance>]                   Status of ioBroker or adapter instance  [aliases: isrun]
          iobroker repo [<name>]                                       Show repo information
          iobroker uuid                                                Show uuid of the installation  [aliases: id]
          iobroker unsetup                                             Reset license, installation secret and language
          iobroker fix                                                 Execute the installation fixer script, this updates your ioBroker installation
          iobroker multihost                                           Multihost management
          iobroker compact                                             compact group management
          iobroker plugin                                              Plugin management
          iobroker version [<adapter>]                                 Show version of js-controller or specified adapter  [aliases: v]
        
        Options:
          --help  Show help  [boolean]
        
        

        Ich hoffe das ich das so alles richtig gemacht habe ...

        Thomas BraunT crunchipC 2 Antworten Letzte Antwort
        0
        • Dr.PieD Dr.Pie

          @thomas-braun sagte in Meldung beim Starten vom Raspi:

          @dr-pie sagte in Meldung beim Starten vom Raspi:

          Wie bekomme ich denn raus welche Prozesse vielleicht zu viel sind ?

          Welche laufen denn? 2GB RAM ist halt nicht üppig.

          Schau mit

          iob diag 
          

          mal rein.

          pi@raspberrypi:~ $ iob diag
          iobroker [command]
          
          Commands:
            iobroker setup                                               Setup ioBroker
            iobroker start [all|<adapter>.<instance>]                    Starts the js-controller or a specified adapter instance
            iobroker stop [<adapter>.<instance>]                         stops the js-controller or a specified adapter instance
            iobroker restart [<adapter>.<instance>]                      Restarts js-controller or a specified adapter instance  [aliases: r]
            iobroker debug <adapter>[.<instance>]                        Starts a Node.js debugging session for the adapter instance
            iobroker info                                                Shows the host info
            iobroker logs [<adapter>]                                    Monitor log
            iobroker add <adapter> [desiredNumber]                       Add instance of adapter  [aliases: a]
            iobroker install <adapter>                                   Installs a specified adapter  [aliases: i]
            iobroker rebuild [<module>]                                  Rebuild all native modules or path
            iobroker url <url> [<name>]                                  Install adapter from specified url, e.g. GitHub
            iobroker del <adapter>                                       Remove adapter and all instances from this host  [aliases: delete]
            iobroker del <adapter>.<instance>                            Remove adapter instance  [aliases: delete]
            iobroker update [<repositoryUrl>]                            Update repository and list adapters
            iobroker upgrade                                             Upgrade management
            iobroker upload [all|<adapter>]                              Upload management  [aliases: u]
            iobroker object                                              Object management  [aliases: o]
            iobroker state                                               State management  [aliases: s]
            iobroker message <adapter>[.instance] <command> [<message>]  Send message to adapter instance/s
            iobroker list <type> [<filter>]                              List all entries, like objects
            iobroker chmod <mode> <file>                                 Change file rights
            iobroker chown <user> <group> <file>                         Change file ownership
            iobroker touch <file>                                        Touch file
            iobroker rm <file>                                           Remove file
            iobroker file                                                File management
            iobroker user                                                User commands
            iobroker group                                               group management
            iobroker host <hostname>                                     Set host to given hostname
            iobroker set <adapter>.<instance>                            Change settings of adapter config
            iobroker license <license.file or license.text>              Update license by given file
            iobroker cert                                                Certificate management
            iobroker clean <yes>                                         Clears all objects and states
            iobroker backup                                              Create backup
            iobroker restore <backup name or path>                       Restore a specified backup
            iobroker validate <backup name or path>                      Validate a specified backup
            iobroker status [all|<adapter>.<instance>]                   Status of ioBroker or adapter instance  [aliases: isrun]
            iobroker repo [<name>]                                       Show repo information
            iobroker uuid                                                Show uuid of the installation  [aliases: id]
            iobroker unsetup                                             Reset license, installation secret and language
            iobroker fix                                                 Execute the installation fixer script, this updates your ioBroker installation
            iobroker multihost                                           Multihost management
            iobroker compact                                             compact group management
            iobroker plugin                                              Plugin management
            iobroker version [<adapter>]                                 Show version of js-controller or specified adapter  [aliases: v]
          
          Options:
            --help  Show help  [boolean]
          pi@raspberrypi:~ $
          
          

          @homoran sagte in Meldung beim Starten vom Raspi:

          @dr-pie sagte in Meldung beim Starten vom Raspi:

          Welche Infos benötigt ihr noch ??

          nahezu alles!

          fangen wir mal an mit iobroker list instances und top

          komplette Ein- und Ausgaben aber als Text in code-tags posten, keine Screenshots!
          https://forum.iobroker.net/topic/51555/hinweise-für-gute-forenbeiträge/1

          pi@raspberrypi:~ $ iobroker list instances
          + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
          + system.adapter.backitup.0               : backitup              : raspberrypi                              -  enabled
          + system.adapter.discovery.0              : discovery             : raspberrypi                              -  enabled
          + system.adapter.fb-checkpresence.0       : fb-checkpresence      : raspberrypi                              -  enabled
          + system.adapter.fullybrowser.0           : fullybrowser          : raspberrypi                              -  enabled
          + system.adapter.harmony.0                : harmony               : raspberrypi                              -  enabled
          + system.adapter.heos.0                   : heos                  : raspberrypi                              -  enabled
          + system.adapter.history.0                : history               : raspberrypi                              -  enabled
            system.adapter.ical.0                   : ical                  : raspberrypi                              -  enabled
            system.adapter.ical.2                   : ical                  : raspberrypi                              -  enabled
            system.adapter.ical.4                   : ical                  : raspberrypi                              -  enabled
          + system.adapter.influxdb.0               : influxdb              : raspberrypi                              -  enabled, port: 8086
          + system.adapter.influxdb.1               : influxdb              : raspberrypi                              -  enabled, port: 8086
          + system.adapter.info.0                   : info                  : raspberrypi                              -  enabled
          + system.adapter.javascript.0             : javascript            : raspberrypi                              -  enabled
          + system.adapter.lgtv.0                   : lgtv                  : raspberrypi                              -  enabled
          + system.adapter.net-tools.0              : net-tools             : raspberrypi                              -  enabled
            system.adapter.openweathermap.0         : openweathermap        : raspberrypi                              -  enabled
          + system.adapter.ping.0                   : ping                  : raspberrypi                              -  enabled
          + system.adapter.rpi2.0                   : rpi2                  : raspberrypi                              -  enabled
          + system.adapter.scenes.0                 : scenes                : raspberrypi                              -  enabled
          + system.adapter.shelly.0                 : shelly                : raspberrypi                              -  enabled, port: 1882, bind: 0.0.0.0
          + system.adapter.shelly.1                 : shelly                : raspberrypi                              -  enabled, port: 1883, bind: 0.0.0.0
          + system.adapter.sql.0                    : sql                   : raspberrypi                              -  enabled
          + system.adapter.synology.0               : synology              : raspberrypi                              -  enabled, port: 5003
          + system.adapter.synology.1               : synology              : raspberrypi                              -  enabled, port: 5002
          + system.adapter.tankerkoenig.0           : tankerkoenig          : raspberrypi                              -  enabled
          + system.adapter.telegram.0               : telegram              : raspberrypi                              -  enabled, port: 8443, bind: 0.0.0.0
          + system.adapter.tr-064.0                 : tr-064                : raspberrypi                              -  enabled
          + system.adapter.tr-064.1                 : tr-064                : raspberrypi                              -  enabled
          + system.adapter.upnp.0                   : upnp                  : raspberrypi                              -  enabled
          + system.adapter.vis-inventwo.0           : vis-inventwo          : raspberrypi                              -  enabled
            system.adapter.vis-lcars.0              : vis-lcars             : raspberrypi                              -  enabled
            system.adapter.vis-materialdesign.0     : vis-materialdesign    : raspberrypi                              -  enabled
            system.adapter.vis-rgraph.0             : vis-rgraph            : raspberrypi                              -  enabled
            system.adapter.vis-timeandweather.0     : vis-timeandweather    : raspberrypi                              -  enabled
            system.adapter.vis.0                    : vis                   : raspberrypi                              -  enabled
          + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
          + system.adapter.whatsapp-cmb.0           : whatsapp-cmb          : raspberrypi                              -  enabled
          + system.adapter.wled.0                   : wled                  : raspberrypi                              -  enabled
            system.adapter.yamaha.0                 : yamaha                : raspberrypi                              - disabled
          
          + instance is alive
          
          
          pi@raspberrypi:~ $ iobroker top
          iobroker [command]
          
          Commands:
            iobroker setup                                               Setup ioBroker
            iobroker start [all|<adapter>.<instance>]                    Starts the js-controller or a specified adapter instance
            iobroker stop [<adapter>.<instance>]                         stops the js-controller or a specified adapter instance
            iobroker restart [<adapter>.<instance>]                      Restarts js-controller or a specified adapter instance  [aliases: r]
            iobroker debug <adapter>[.<instance>]                        Starts a Node.js debugging session for the adapter instance
            iobroker info                                                Shows the host info
            iobroker logs [<adapter>]                                    Monitor log
            iobroker add <adapter> [desiredNumber]                       Add instance of adapter  [aliases: a]
            iobroker install <adapter>                                   Installs a specified adapter  [aliases: i]
            iobroker rebuild [<module>]                                  Rebuild all native modules or path
            iobroker url <url> [<name>]                                  Install adapter from specified url, e.g. GitHub
            iobroker del <adapter>                                       Remove adapter and all instances from this host  [aliases: delete]
            iobroker del <adapter>.<instance>                            Remove adapter instance  [aliases: delete]
            iobroker update [<repositoryUrl>]                            Update repository and list adapters
            iobroker upgrade                                             Upgrade management
            iobroker upload [all|<adapter>]                              Upload management  [aliases: u]
            iobroker object                                              Object management  [aliases: o]
            iobroker state                                               State management  [aliases: s]
            iobroker message <adapter>[.instance] <command> [<message>]  Send message to adapter instance/s
            iobroker list <type> [<filter>]                              List all entries, like objects
            iobroker chmod <mode> <file>                                 Change file rights
            iobroker chown <user> <group> <file>                         Change file ownership
            iobroker touch <file>                                        Touch file
            iobroker rm <file>                                           Remove file
            iobroker file                                                File management
            iobroker user                                                User commands
            iobroker group                                               group management
            iobroker host <hostname>                                     Set host to given hostname
            iobroker set <adapter>.<instance>                            Change settings of adapter config
            iobroker license <license.file or license.text>              Update license by given file
            iobroker cert                                                Certificate management
            iobroker clean <yes>                                         Clears all objects and states
            iobroker backup                                              Create backup
            iobroker restore <backup name or path>                       Restore a specified backup
            iobroker validate <backup name or path>                      Validate a specified backup
            iobroker status [all|<adapter>.<instance>]                   Status of ioBroker or adapter instance  [aliases: isrun]
            iobroker repo [<name>]                                       Show repo information
            iobroker uuid                                                Show uuid of the installation  [aliases: id]
            iobroker unsetup                                             Reset license, installation secret and language
            iobroker fix                                                 Execute the installation fixer script, this updates your ioBroker installation
            iobroker multihost                                           Multihost management
            iobroker compact                                             compact group management
            iobroker plugin                                              Plugin management
            iobroker version [<adapter>]                                 Show version of js-controller or specified adapter  [aliases: v]
          
          Options:
            --help  Show help  [boolean]
          
          

          Ich hoffe das ich das so alles richtig gemacht habe ...

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

          @dr-pie

          iob stop 
          iob fix
          iob start
          iob diag
          

          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

          Dr.PieD 1 Antwort Letzte Antwort
          0
          • Thomas BraunT Thomas Braun

            @dr-pie

            iob stop 
            iob fix
            iob start
            iob diag
            
            Dr.PieD Offline
            Dr.PieD Offline
            Dr.Pie
            schrieb am zuletzt editiert von
            #6

            @thomas-braun ok ... ich habe das ausgeführt.
            Dann musste ich 2x Press any Key machen.

            Das letzte was dann kam war:

            Copy text starting here:
            
            

            ======================= SUMMARY =======================
            v.2023-01-02

            Operatingsystem: Raspbian GNU/Linux 11 (bullseye)
            Installation: Native
            Timezone: Europe/Berlin
            User-ID: 1000
            X-Server: false
            Boot Target: multi-user.target

            Pending OS-Updates: 40

            Nodejs-Installation: /usr/bin/nodejs v16.18.1
            /usr/bin/node v16.18.1
            /usr/bin/npm 8.19.2
            /usr/bin/npx 8.19.2

            ioBroker Core: js-controller 4.0.24
            admin 6.3.5

            ioBroker Status: iobroker is running on this host.

            Objects type: jsonl
            States type: jsonl

            Status admin:

            • system.adapter.admin.0 : admin : raspberrypi - enabled, port: 8081, bind: 0.0.0.0, run as: admin

            Pending iob updates: 1

            Active repo(s): stable

            Objects: 14798
            States: 12103

            Size of iob-Database:

            17M /opt/iobroker/iobroker-data/objects.jsonl
            8.8M /opt/iobroker/iobroker-data/objects.json.migrated
            8.8M /opt/iobroker/iobroker-data/objects.json.bak.migrated
            0 /opt/iobroker/iobroker-data/objects.json.old
            0 /opt/iobroker/iobroker-data/objects.json.broken
            4.2M /opt/iobroker/iobroker-data/states.jsonl
            1.9M /opt/iobroker/iobroker-data/states.json.migrated
            1.9M /opt/iobroker/iobroker-data/states.json.bak.migrated
            4.0K /opt/iobroker/iobroker-data/states.json.broken
            0 /opt/iobroker/iobroker-data/states.json.old

            =================== END OF SUMMARY ====================

            pi@raspberrypi:~ $
            
            
            Thomas BraunT 1 Antwort Letzte Antwort
            0
            • Dr.PieD Dr.Pie

              @thomas-braun ok ... ich habe das ausgeführt.
              Dann musste ich 2x Press any Key machen.

              Das letzte was dann kam war:

              Copy text starting here:
              
              

              ======================= SUMMARY =======================
              v.2023-01-02

              Operatingsystem: Raspbian GNU/Linux 11 (bullseye)
              Installation: Native
              Timezone: Europe/Berlin
              User-ID: 1000
              X-Server: false
              Boot Target: multi-user.target

              Pending OS-Updates: 40

              Nodejs-Installation: /usr/bin/nodejs v16.18.1
              /usr/bin/node v16.18.1
              /usr/bin/npm 8.19.2
              /usr/bin/npx 8.19.2

              ioBroker Core: js-controller 4.0.24
              admin 6.3.5

              ioBroker Status: iobroker is running on this host.

              Objects type: jsonl
              States type: jsonl

              Status admin:

              • system.adapter.admin.0 : admin : raspberrypi - enabled, port: 8081, bind: 0.0.0.0, run as: admin

              Pending iob updates: 1

              Active repo(s): stable

              Objects: 14798
              States: 12103

              Size of iob-Database:

              17M /opt/iobroker/iobroker-data/objects.jsonl
              8.8M /opt/iobroker/iobroker-data/objects.json.migrated
              8.8M /opt/iobroker/iobroker-data/objects.json.bak.migrated
              0 /opt/iobroker/iobroker-data/objects.json.old
              0 /opt/iobroker/iobroker-data/objects.json.broken
              4.2M /opt/iobroker/iobroker-data/states.jsonl
              1.9M /opt/iobroker/iobroker-data/states.json.migrated
              1.9M /opt/iobroker/iobroker-data/states.json.bak.migrated
              4.0K /opt/iobroker/iobroker-data/states.json.broken
              0 /opt/iobroker/iobroker-data/states.json.old

              =================== END OF SUMMARY ====================

              pi@raspberrypi:~ $
              
              
              Thomas BraunT Online
              Thomas BraunT Online
              Thomas Braun
              Most Active
              schrieb am zuletzt editiert von
              #7

              @dr-pie sagte in Meldung beim Starten vom Raspi:

              Pending OS-Updates: 40

              Schieb die 40 Udates auf das System. Und dann die Langform des diag nochmal.

              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

              Dr.PieD 1 Antwort Letzte Antwort
              0
              • Thomas BraunT Thomas Braun

                @dr-pie sagte in Meldung beim Starten vom Raspi:

                Pending OS-Updates: 40

                Schieb die 40 Udates auf das System. Und dann die Langform des diag nochmal.

                Dr.PieD Offline
                Dr.PieD Offline
                Dr.Pie
                schrieb am zuletzt editiert von Dr.Pie
                #8

                @thomas-braun Moin

                ======================= SUMMARY =======================
                                     v.2023-01-02
                
                
                Operatingsystem:        Raspbian GNU/Linux 11 (bullseye)
                Installation:           Native
                Timezone:               Europe/Berlin
                User-ID:                1000
                X-Server:               false
                Boot Target:            multi-user.target
                
                Pending OS-Updates:     0
                
                Nodejs-Installation:    /usr/bin/nodejs         v16.19.0
                                        /usr/bin/node           v16.19.0
                                        /usr/bin/npm            8.19.3
                                        /usr/bin/npx            8.19.3
                
                ioBroker Core:          js-controller           4.0.24
                                        admin                   6.3.5
                
                ioBroker Status:        iobroker is running on this host.
                
                
                Objects type: jsonl
                States  type: jsonl
                
                Status admin:
                + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                
                Pending iob updates:    1
                
                Active repo(s): stable
                
                Objects:                14798
                States:                 12108
                
                Size of iob-Database:
                
                19M     /opt/iobroker/iobroker-data/objects.jsonl
                8.8M    /opt/iobroker/iobroker-data/objects.json.migrated
                8.8M    /opt/iobroker/iobroker-data/objects.json.bak.migrated
                0       /opt/iobroker/iobroker-data/objects.json.old
                0       /opt/iobroker/iobroker-data/objects.json.broken
                7.4M    /opt/iobroker/iobroker-data/states.jsonl
                1.9M    /opt/iobroker/iobroker-data/states.json.migrated
                1.9M    /opt/iobroker/iobroker-data/states.json.bak.migrated
                4.0K    /opt/iobroker/iobroker-data/states.json.broken
                0       /opt/iobroker/iobroker-data/states.json.old
                
                
                =================== END OF SUMMARY ====================
                
                

                Das ist sicher nicht die lange Form .. oder ?

                Thomas BraunT 1 Antwort Letzte Antwort
                0
                • Dr.PieD Dr.Pie

                  @thomas-braun sagte in Meldung beim Starten vom Raspi:

                  @dr-pie sagte in Meldung beim Starten vom Raspi:

                  Wie bekomme ich denn raus welche Prozesse vielleicht zu viel sind ?

                  Welche laufen denn? 2GB RAM ist halt nicht üppig.

                  Schau mit

                  iob diag 
                  

                  mal rein.

                  pi@raspberrypi:~ $ iob diag
                  iobroker [command]
                  
                  Commands:
                    iobroker setup                                               Setup ioBroker
                    iobroker start [all|<adapter>.<instance>]                    Starts the js-controller or a specified adapter instance
                    iobroker stop [<adapter>.<instance>]                         stops the js-controller or a specified adapter instance
                    iobroker restart [<adapter>.<instance>]                      Restarts js-controller or a specified adapter instance  [aliases: r]
                    iobroker debug <adapter>[.<instance>]                        Starts a Node.js debugging session for the adapter instance
                    iobroker info                                                Shows the host info
                    iobroker logs [<adapter>]                                    Monitor log
                    iobroker add <adapter> [desiredNumber]                       Add instance of adapter  [aliases: a]
                    iobroker install <adapter>                                   Installs a specified adapter  [aliases: i]
                    iobroker rebuild [<module>]                                  Rebuild all native modules or path
                    iobroker url <url> [<name>]                                  Install adapter from specified url, e.g. GitHub
                    iobroker del <adapter>                                       Remove adapter and all instances from this host  [aliases: delete]
                    iobroker del <adapter>.<instance>                            Remove adapter instance  [aliases: delete]
                    iobroker update [<repositoryUrl>]                            Update repository and list adapters
                    iobroker upgrade                                             Upgrade management
                    iobroker upload [all|<adapter>]                              Upload management  [aliases: u]
                    iobroker object                                              Object management  [aliases: o]
                    iobroker state                                               State management  [aliases: s]
                    iobroker message <adapter>[.instance] <command> [<message>]  Send message to adapter instance/s
                    iobroker list <type> [<filter>]                              List all entries, like objects
                    iobroker chmod <mode> <file>                                 Change file rights
                    iobroker chown <user> <group> <file>                         Change file ownership
                    iobroker touch <file>                                        Touch file
                    iobroker rm <file>                                           Remove file
                    iobroker file                                                File management
                    iobroker user                                                User commands
                    iobroker group                                               group management
                    iobroker host <hostname>                                     Set host to given hostname
                    iobroker set <adapter>.<instance>                            Change settings of adapter config
                    iobroker license <license.file or license.text>              Update license by given file
                    iobroker cert                                                Certificate management
                    iobroker clean <yes>                                         Clears all objects and states
                    iobroker backup                                              Create backup
                    iobroker restore <backup name or path>                       Restore a specified backup
                    iobroker validate <backup name or path>                      Validate a specified backup
                    iobroker status [all|<adapter>.<instance>]                   Status of ioBroker or adapter instance  [aliases: isrun]
                    iobroker repo [<name>]                                       Show repo information
                    iobroker uuid                                                Show uuid of the installation  [aliases: id]
                    iobroker unsetup                                             Reset license, installation secret and language
                    iobroker fix                                                 Execute the installation fixer script, this updates your ioBroker installation
                    iobroker multihost                                           Multihost management
                    iobroker compact                                             compact group management
                    iobroker plugin                                              Plugin management
                    iobroker version [<adapter>]                                 Show version of js-controller or specified adapter  [aliases: v]
                  
                  Options:
                    --help  Show help  [boolean]
                  pi@raspberrypi:~ $
                  
                  

                  @homoran sagte in Meldung beim Starten vom Raspi:

                  @dr-pie sagte in Meldung beim Starten vom Raspi:

                  Welche Infos benötigt ihr noch ??

                  nahezu alles!

                  fangen wir mal an mit iobroker list instances und top

                  komplette Ein- und Ausgaben aber als Text in code-tags posten, keine Screenshots!
                  https://forum.iobroker.net/topic/51555/hinweise-für-gute-forenbeiträge/1

                  pi@raspberrypi:~ $ iobroker list instances
                  + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                  + system.adapter.backitup.0               : backitup              : raspberrypi                              -  enabled
                  + system.adapter.discovery.0              : discovery             : raspberrypi                              -  enabled
                  + system.adapter.fb-checkpresence.0       : fb-checkpresence      : raspberrypi                              -  enabled
                  + system.adapter.fullybrowser.0           : fullybrowser          : raspberrypi                              -  enabled
                  + system.adapter.harmony.0                : harmony               : raspberrypi                              -  enabled
                  + system.adapter.heos.0                   : heos                  : raspberrypi                              -  enabled
                  + system.adapter.history.0                : history               : raspberrypi                              -  enabled
                    system.adapter.ical.0                   : ical                  : raspberrypi                              -  enabled
                    system.adapter.ical.2                   : ical                  : raspberrypi                              -  enabled
                    system.adapter.ical.4                   : ical                  : raspberrypi                              -  enabled
                  + system.adapter.influxdb.0               : influxdb              : raspberrypi                              -  enabled, port: 8086
                  + system.adapter.influxdb.1               : influxdb              : raspberrypi                              -  enabled, port: 8086
                  + system.adapter.info.0                   : info                  : raspberrypi                              -  enabled
                  + system.adapter.javascript.0             : javascript            : raspberrypi                              -  enabled
                  + system.adapter.lgtv.0                   : lgtv                  : raspberrypi                              -  enabled
                  + system.adapter.net-tools.0              : net-tools             : raspberrypi                              -  enabled
                    system.adapter.openweathermap.0         : openweathermap        : raspberrypi                              -  enabled
                  + system.adapter.ping.0                   : ping                  : raspberrypi                              -  enabled
                  + system.adapter.rpi2.0                   : rpi2                  : raspberrypi                              -  enabled
                  + system.adapter.scenes.0                 : scenes                : raspberrypi                              -  enabled
                  + system.adapter.shelly.0                 : shelly                : raspberrypi                              -  enabled, port: 1882, bind: 0.0.0.0
                  + system.adapter.shelly.1                 : shelly                : raspberrypi                              -  enabled, port: 1883, bind: 0.0.0.0
                  + system.adapter.sql.0                    : sql                   : raspberrypi                              -  enabled
                  + system.adapter.synology.0               : synology              : raspberrypi                              -  enabled, port: 5003
                  + system.adapter.synology.1               : synology              : raspberrypi                              -  enabled, port: 5002
                  + system.adapter.tankerkoenig.0           : tankerkoenig          : raspberrypi                              -  enabled
                  + system.adapter.telegram.0               : telegram              : raspberrypi                              -  enabled, port: 8443, bind: 0.0.0.0
                  + system.adapter.tr-064.0                 : tr-064                : raspberrypi                              -  enabled
                  + system.adapter.tr-064.1                 : tr-064                : raspberrypi                              -  enabled
                  + system.adapter.upnp.0                   : upnp                  : raspberrypi                              -  enabled
                  + system.adapter.vis-inventwo.0           : vis-inventwo          : raspberrypi                              -  enabled
                    system.adapter.vis-lcars.0              : vis-lcars             : raspberrypi                              -  enabled
                    system.adapter.vis-materialdesign.0     : vis-materialdesign    : raspberrypi                              -  enabled
                    system.adapter.vis-rgraph.0             : vis-rgraph            : raspberrypi                              -  enabled
                    system.adapter.vis-timeandweather.0     : vis-timeandweather    : raspberrypi                              -  enabled
                    system.adapter.vis.0                    : vis                   : raspberrypi                              -  enabled
                  + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                  + system.adapter.whatsapp-cmb.0           : whatsapp-cmb          : raspberrypi                              -  enabled
                  + system.adapter.wled.0                   : wled                  : raspberrypi                              -  enabled
                    system.adapter.yamaha.0                 : yamaha                : raspberrypi                              - disabled
                  
                  + instance is alive
                  
                  
                  pi@raspberrypi:~ $ iobroker top
                  iobroker [command]
                  
                  Commands:
                    iobroker setup                                               Setup ioBroker
                    iobroker start [all|<adapter>.<instance>]                    Starts the js-controller or a specified adapter instance
                    iobroker stop [<adapter>.<instance>]                         stops the js-controller or a specified adapter instance
                    iobroker restart [<adapter>.<instance>]                      Restarts js-controller or a specified adapter instance  [aliases: r]
                    iobroker debug <adapter>[.<instance>]                        Starts a Node.js debugging session for the adapter instance
                    iobroker info                                                Shows the host info
                    iobroker logs [<adapter>]                                    Monitor log
                    iobroker add <adapter> [desiredNumber]                       Add instance of adapter  [aliases: a]
                    iobroker install <adapter>                                   Installs a specified adapter  [aliases: i]
                    iobroker rebuild [<module>]                                  Rebuild all native modules or path
                    iobroker url <url> [<name>]                                  Install adapter from specified url, e.g. GitHub
                    iobroker del <adapter>                                       Remove adapter and all instances from this host  [aliases: delete]
                    iobroker del <adapter>.<instance>                            Remove adapter instance  [aliases: delete]
                    iobroker update [<repositoryUrl>]                            Update repository and list adapters
                    iobroker upgrade                                             Upgrade management
                    iobroker upload [all|<adapter>]                              Upload management  [aliases: u]
                    iobroker object                                              Object management  [aliases: o]
                    iobroker state                                               State management  [aliases: s]
                    iobroker message <adapter>[.instance] <command> [<message>]  Send message to adapter instance/s
                    iobroker list <type> [<filter>]                              List all entries, like objects
                    iobroker chmod <mode> <file>                                 Change file rights
                    iobroker chown <user> <group> <file>                         Change file ownership
                    iobroker touch <file>                                        Touch file
                    iobroker rm <file>                                           Remove file
                    iobroker file                                                File management
                    iobroker user                                                User commands
                    iobroker group                                               group management
                    iobroker host <hostname>                                     Set host to given hostname
                    iobroker set <adapter>.<instance>                            Change settings of adapter config
                    iobroker license <license.file or license.text>              Update license by given file
                    iobroker cert                                                Certificate management
                    iobroker clean <yes>                                         Clears all objects and states
                    iobroker backup                                              Create backup
                    iobroker restore <backup name or path>                       Restore a specified backup
                    iobroker validate <backup name or path>                      Validate a specified backup
                    iobroker status [all|<adapter>.<instance>]                   Status of ioBroker or adapter instance  [aliases: isrun]
                    iobroker repo [<name>]                                       Show repo information
                    iobroker uuid                                                Show uuid of the installation  [aliases: id]
                    iobroker unsetup                                             Reset license, installation secret and language
                    iobroker fix                                                 Execute the installation fixer script, this updates your ioBroker installation
                    iobroker multihost                                           Multihost management
                    iobroker compact                                             compact group management
                    iobroker plugin                                              Plugin management
                    iobroker version [<adapter>]                                 Show version of js-controller or specified adapter  [aliases: v]
                  
                  Options:
                    --help  Show help  [boolean]
                  
                  

                  Ich hoffe das ich das so alles richtig gemacht habe ...

                  crunchipC Abwesend
                  crunchipC Abwesend
                  crunchip
                  Forum Testing Most Active Developer
                  schrieb am zuletzt editiert von
                  #9

                  @dr-pie sagte in Meldung beim Starten vom Raspi:

                  discovery.0

                  diesen kannst du zumindest deaktivieren

                  umgestiegen von Proxmox auf Unraid

                  CodierknechtC 1 Antwort Letzte Antwort
                  0
                  • Dr.PieD Dr.Pie

                    @thomas-braun Moin

                    ======================= SUMMARY =======================
                                         v.2023-01-02
                    
                    
                    Operatingsystem:        Raspbian GNU/Linux 11 (bullseye)
                    Installation:           Native
                    Timezone:               Europe/Berlin
                    User-ID:                1000
                    X-Server:               false
                    Boot Target:            multi-user.target
                    
                    Pending OS-Updates:     0
                    
                    Nodejs-Installation:    /usr/bin/nodejs         v16.19.0
                                            /usr/bin/node           v16.19.0
                                            /usr/bin/npm            8.19.3
                                            /usr/bin/npx            8.19.3
                    
                    ioBroker Core:          js-controller           4.0.24
                                            admin                   6.3.5
                    
                    ioBroker Status:        iobroker is running on this host.
                    
                    
                    Objects type: jsonl
                    States  type: jsonl
                    
                    Status admin:
                    + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                    
                    Pending iob updates:    1
                    
                    Active repo(s): stable
                    
                    Objects:                14798
                    States:                 12108
                    
                    Size of iob-Database:
                    
                    19M     /opt/iobroker/iobroker-data/objects.jsonl
                    8.8M    /opt/iobroker/iobroker-data/objects.json.migrated
                    8.8M    /opt/iobroker/iobroker-data/objects.json.bak.migrated
                    0       /opt/iobroker/iobroker-data/objects.json.old
                    0       /opt/iobroker/iobroker-data/objects.json.broken
                    7.4M    /opt/iobroker/iobroker-data/states.jsonl
                    1.9M    /opt/iobroker/iobroker-data/states.json.migrated
                    1.9M    /opt/iobroker/iobroker-data/states.json.bak.migrated
                    4.0K    /opt/iobroker/iobroker-data/states.json.broken
                    0       /opt/iobroker/iobroker-data/states.json.old
                    
                    
                    =================== END OF SUMMARY ====================
                    
                    

                    Das ist sicher nicht die lange Form .. oder ?

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

                    @dr-pie sagte in Meldung beim Starten vom Raspi:

                    Das ist sicher nicht die lange Form .. oder ?

                    Nein, die Langfassung läuft davor über den Screen.

                    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

                    Dr.PieD 1 Antwort Letzte Antwort
                    0
                    • crunchipC crunchip

                      @dr-pie sagte in Meldung beim Starten vom Raspi:

                      discovery.0

                      diesen kannst du zumindest deaktivieren

                      CodierknechtC Offline
                      CodierknechtC Offline
                      Codierknecht
                      Developer Most Active
                      schrieb am zuletzt editiert von
                      #11

                      @crunchip
                      Und von influx, shelly und tr-064 laufen mehrere Instanzen. Werden die wirklich benötigt?

                      "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." (Martin Fowler, "Refactoring")

                      Proxmox 9.1.1 LXC|8 GB|Core i7-6700
                      HmIP|ZigBee|Tasmota|Unifi
                      Zabbix Certified Specialist
                      Konnte ich Dir helfen? Dann benutze bitte das Voting unten rechts im Beitrag

                      crunchipC 1 Antwort Letzte Antwort
                      0
                      • CodierknechtC Codierknecht

                        @crunchip
                        Und von influx, shelly und tr-064 laufen mehrere Instanzen. Werden die wirklich benötigt?

                        crunchipC Abwesend
                        crunchipC Abwesend
                        crunchip
                        Forum Testing Most Active Developer
                        schrieb am zuletzt editiert von
                        #12

                        @codierknecht ja, je nach Anwendung

                        umgestiegen von Proxmox auf Unraid

                        CodierknechtC 1 Antwort Letzte Antwort
                        0
                        • Thomas BraunT Thomas Braun

                          @dr-pie sagte in Meldung beim Starten vom Raspi:

                          Das ist sicher nicht die lange Form .. oder ?

                          Nein, die Langfassung läuft davor über den Screen.

                          Dr.PieD Offline
                          Dr.PieD Offline
                          Dr.Pie
                          schrieb am zuletzt editiert von Homoran
                          #13

                          @thomas-braun

                          Skript v.2023-01-02
                          
                          *** BASE SYSTEM ***
                          Model           : Raspberry Pi 4 Model B Rev 1.4
                          Architecture:   armv7l
                          Docker:         false
                          Virtualization: none
                          Distributor ID: Raspbian
                          Description:    Raspbian GNU/Linux 11 (bullseye)
                          Release:        11
                          Codename:       bullseye
                          
                          PRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)"
                          NAME="Raspbian GNU/Linux"
                          VERSION_ID="11"
                          VERSION="11 (bullseye)"
                          VERSION_CODENAME=bullseye
                          ID=raspbian
                          ID_LIKE=debian
                          HOME_URL="http://www.raspbian.org/"
                          SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
                          BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
                          
                          Systemuptime and Load:
                           09:31:11 up 20 min,  1 user,  load average: 1.19, 1.58, 1.57
                          CPU threads: 4
                          
                          *** Time and Time Zones ***
                          Mon Jan 16 08:31:11 UTC 2023
                          Mon Jan 16 09:31:11 CET 2023
                          CET +0100
                          Europe/Berlin
                          
                          *** User and Groups ***
                          pi
                          /home/pi
                          pi adm dialout cdrom sudo audio video plugdev games users input netdev lpadmin gpio i2c spi iobroker
                          
                          *** X-Server-Setup ***
                          X-Server:       false
                          Desktop:
                          Terminal:       tty
                          Boot Target:    multi-user.target
                          
                          *** MEMORY ***
                                         total        used        free      shared  buff/cache   available
                          Mem:            1.8G        1.4G         99M        0.0K        347M        462M
                          Swap:            99M         76M         23M
                          Total:          1.9G        1.5G        123M
                          
                                   1848 M total memory
                                   1401 M used memory
                                    335 M active memory
                                   1282 M inactive memory
                                     99 M free memory
                                     38 M buffer memory
                                    309 M swap cache
                                     99 M total swap
                                     76 M used swap
                                     23 M free swap
                          
                          *** FILESYSTEM ***
                          Filesystem     Type      Size  Used Avail Use% Mounted on
                          /dev/root      ext4      118G   15G   99G  13% /
                          devtmpfs       devtmpfs  764M     0  764M   0% /dev
                          tmpfs          tmpfs     925M     0  925M   0% /dev/shm
                          tmpfs          tmpfs     370M  948K  369M   1% /run
                          tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
                          /dev/mmcblk0p1 vfat      253M   50M  203M  20% /boot
                          tmpfs          tmpfs     185M   16K  185M   1% /run/user/1000
                          
                          Messages in dmesg:
                          [Mon Jan 16 09:11:04 2023] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 video=HDMI-A-1:3840x2160M@30 smsc95xx.macaddr=DC:A6:32:D7:FB:72 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=174a5f11-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles
                          [Mon Jan 16 09:11:05 2023] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
                          [Mon Jan 16 09:11:05 2023] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
                          [Mon Jan 16 09:11:08 2023] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null). Quota mode: none.
                          
                          Show mounted filesystems (real ones only):
                          TARGET  SOURCE         FSTYPE OPTIONS
                          /       /dev/mmcblk0p2 ext4   rw,noatime
                          `-/boot /dev/mmcblk0p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,flush,errors=remount-ro
                          
                          Files in neuralgic directories:
                          
                          /var:
                          6.5G    /var/
                          4.0G    /var/log
                          3.8G    /var/log/journal/3e23e34d17484a28b9473f69f7d9d21c
                          3.8G    /var/log/journal
                          2.3G    /var/cache/apt
                          
                          /opt/iobroker/backups:
                          445M    /opt/iobroker/backups/
                          
                          /opt/iobroker/iobroker-data:
                          714M    /opt/iobroker/iobroker-data/
                          303M    /opt/iobroker/iobroker-data/history
                          277M    /opt/iobroker/iobroker-data/files
                          89M     /opt/iobroker/iobroker-data/backup-objects
                          72M     /opt/iobroker/iobroker-data/files/telegram.admin
                          
                          The five largest files in iobroker-data are:
                          19M     /opt/iobroker/iobroker-data/objects.jsonl
                          15M     /opt/iobroker/iobroker-data/files/telegram.admin/rules/static/js/vendors-node_modules_iobroker_adapter-react-v5_assets_devices_parseNames_d_ts-node_modules_io-1d9f06.44fe4a3f.chunk.js.map
                          9.1M    /opt/iobroker/iobroker-data/files/echarts.admin/static/js/2.bbf74d5f.chunk.js.map
                          8.9M    /opt/iobroker/iobroker-data/files/scenes.admin/static/js/2.7de3299d.chunk.js.map
                          8.9M    /opt/iobroker/iobroker-data/files/echarts/static/js/2.3d2d025f.chunk.js.map
                          
                          *** NodeJS-Installation ***
                          
                          /usr/bin/nodejs         v16.19.0
                          /usr/bin/node           v16.19.0
                          /usr/bin/npm            8.19.3
                          /usr/bin/npx            8.19.3
                          
                          nodejs:
                            Installed: 16.19.0-deb-1nodesource1
                            Candidate: 16.19.0-deb-1nodesource1
                            Version table:
                           *** 16.19.0-deb-1nodesource1 500
                                  500 https://deb.nodesource.com/node_16.x bullseye/main armhf Packages
                                  100 /var/lib/dpkg/status
                               12.22.12~dfsg-1~deb11u1 500
                                  500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                          
                          Temp directories causing npm8 problem: 0
                          
                          *** ioBroker-Installation ***
                          
                          ioBroker Status
                          iobroker is running on this host.
                          
                          
                          Objects type: jsonl
                          States  type: jsonl
                          
                          Core adapters versions
                          js-controller:  4.0.24
                          admin:          6.3.5
                          javascript:     6.1.4
                          
                          Adapters from github:   1
                          
                          Adapter State
                          + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                          + system.adapter.backitup.0               : backitup              : raspberrypi                              -  enabled
                            system.adapter.discovery.0              : discovery             : raspberrypi                              - disabled
                          + system.adapter.fb-checkpresence.0       : fb-checkpresence      : raspberrypi                              -  enabled
                          + system.adapter.fullybrowser.0           : fullybrowser          : raspberrypi                              -  enabled
                          + system.adapter.harmony.0                : harmony               : raspberrypi                              -  enabled
                          + system.adapter.heos.0                   : heos                  : raspberrypi                              -  enabled
                          + system.adapter.history.0                : history               : raspberrypi                              -  enabled
                            system.adapter.ical.0                   : ical                  : raspberrypi                              -  enabled
                            system.adapter.ical.2                   : ical                  : raspberrypi                              -  enabled
                            system.adapter.ical.4                   : ical                  : raspberrypi                              -  enabled
                          + system.adapter.influxdb.0               : influxdb              : raspberrypi                              -  enabled, port: 8086
                          + system.adapter.influxdb.1               : influxdb              : raspberrypi                              -  enabled, port: 8086
                          + system.adapter.info.0                   : info                  : raspberrypi                              -  enabled
                          + system.adapter.javascript.0             : javascript            : raspberrypi                              -  enabled
                          + system.adapter.lgtv.0                   : lgtv                  : raspberrypi                              -  enabled
                          + system.adapter.net-tools.0              : net-tools             : raspberrypi                              -  enabled
                            system.adapter.openweathermap.0         : openweathermap        : raspberrypi                              -  enabled
                          + system.adapter.ping.0                   : ping                  : raspberrypi                              -  enabled
                          + system.adapter.rpi2.0                   : rpi2                  : raspberrypi                              -  enabled
                          + system.adapter.scenes.0                 : scenes                : raspberrypi                              -  enabled
                          + system.adapter.shelly.0                 : shelly                : raspberrypi                              -  enabled, port: 1882, bind: 0.0.0.0
                          + system.adapter.shelly.1                 : shelly                : raspberrypi                              -  enabled, port: 1883, bind: 0.0.0.0
                          + system.adapter.sql.0                    : sql                   : raspberrypi                              -  enabled
                          + system.adapter.synology.0               : synology              : raspberrypi                              -  enabled, port: 5003
                          + system.adapter.synology.1               : synology              : raspberrypi                              -  enabled, port: 5002
                          + system.adapter.tankerkoenig.0           : tankerkoenig          : raspberrypi                              -  enabled
                          + system.adapter.telegram.0               : telegram              : raspberrypi                              -  enabled, port: 8443, bind: 0.0.0.0
                          + system.adapter.tr-064.0                 : tr-064                : raspberrypi                              -  enabled
                          + system.adapter.tr-064.1                 : tr-064                : raspberrypi                              -  enabled
                          + system.adapter.upnp.0                   : upnp                  : raspberrypi                              -  enabled
                          + system.adapter.vis-inventwo.0           : vis-inventwo          : raspberrypi                              -  enabled
                            system.adapter.vis-lcars.0              : vis-lcars             : raspberrypi                              -  enabled
                            system.adapter.vis-materialdesign.0     : vis-materialdesign    : raspberrypi                              -  enabled
                            system.adapter.vis-rgraph.0             : vis-rgraph            : raspberrypi                              -  enabled
                            system.adapter.vis-timeandweather.0     : vis-timeandweather    : raspberrypi                              -  enabled
                            system.adapter.vis.0                    : vis                   : raspberrypi                              -  enabled
                          + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                          + system.adapter.whatsapp-cmb.0           : whatsapp-cmb          : raspberrypi                              -  enabled
                          + system.adapter.wled.0                   : wled                  : raspberrypi                              -  enabled
                          
                          + instance is alive
                          
                          Enabled adapters with bindings
                          + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                          + system.adapter.influxdb.0               : influxdb              : raspberrypi                              -  enabled, port: 8086
                          + system.adapter.influxdb.1               : influxdb              : raspberrypi                              -  enabled, port: 8086
                          + system.adapter.shelly.0                 : shelly                : raspberrypi                              -  enabled, port: 1882, bind: 0.0.0.0
                          + system.adapter.shelly.1                 : shelly                : raspberrypi                              -  enabled, port: 1883, bind: 0.0.0.0
                          + system.adapter.synology.0               : synology              : raspberrypi                              -  enabled, port: 5003
                          + system.adapter.synology.1               : synology              : raspberrypi                              -  enabled, port: 5002
                          + system.adapter.telegram.0               : telegram              : raspberrypi                              -  enabled, port: 8443, bind: 0.0.0.0
                          + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                          
                          ioBroker-Repositories
                          stable        : http://download.iobroker.net/sources-dist.json
                          beta          : http://download.iobroker.net/sources-dist-latest.json
                          
                          Active repo(s): stable
                          
                          Installed ioBroker-Instances
                          Used repository: stable
                          Adapter    "admin"        : 6.3.5    , installed 6.3.5
                          Adapter    "backitup"     : 2.5.10   , installed 2.5.10
                          Adapter    "coronavirus-statistics": 0.8.7, installed 0.8.7
                          Adapter    "discovery"    : 3.1.0    , installed 3.1.0
                          Adapter    "echarts"      : 1.0.12   , installed 1.0.12
                          Adapter    "fb-checkpresence": 1.1.20, installed 1.1.20
                          Adapter    "flot"         : 1.11.0   , installed 1.11.0
                          Adapter    "fritzdect"    : 2.2.6    , installed 2.2.6
                          Adapter    "fullybrowser" : 2.1.2    , installed 2.1.2
                          Adapter    "harmony"      : 1.2.2    , installed 1.2.2
                          Adapter    "heos"         : 1.10.0   , installed 1.10.0
                          Adapter    "history"      : 2.2.4    , installed 2.2.4
                          Adapter    "ical"         : 1.13.2   , installed 1.13.2
                          Adapter    "influxdb"     : 3.2.0    , installed 3.2.0
                          Adapter    "info"         : 1.9.19   , installed 1.9.19
                          Adapter    "javascript"   : 6.1.4    , installed 6.1.4
                          Controller "js-controller": 4.0.24   , installed 4.0.24
                          Adapter    "lgtv"         : 1.1.10   , installed 1.1.10
                          Adapter    "lgtv11"       : 1.0.5    , installed 1.0.5
                          Adapter    "mqtt"         : 4.0.7    , installed 4.0.7
                          Adapter    "mqtt-client"  : 1.6.3    , installed 1.6.3
                          Adapter    "net-tools"    : 0.2.0    , installed 0.2.0
                          Adapter    "openweathermap": 0.3.3   , installed 0.3.3
                          Adapter    "ping"         : 1.5.3    , installed 1.5.3
                          Adapter    "plex"         : 0.9.1    , installed 0.9.1
                          Adapter    "rpi2"         : 1.3.2    , installed 1.3.2
                          Adapter    "scenes"       : 2.3.9    , installed 2.3.9
                          Adapter    "shelly"       : 6.0.0    , installed 5.3.2  [Updatable]
                          Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                          Adapter    "socketio"     : 4.2.0    , installed 4.2.0
                          Adapter    "sql"          : 2.2.0    , installed 2.2.0
                          Adapter    "synology"     : 2.1.13   , installed 2.1.13
                          Adapter    "tankerkoenig" : 3.1.0    , installed 3.1.0
                          Adapter    "telegram"     : 1.15.2   , installed 1.15.2
                          Adapter    "tr-064"       : 4.2.17   , installed 4.2.17
                          Adapter    "upnp"         : 1.0.21   , installed 1.0.21
                          Adapter    "vis"          : 1.4.15   , installed 1.4.15
                          Adapter    "vis-inventwo" : 3.3.1    , installed 3.3.1
                          Adapter    "vis-jqui-mfd" : 1.0.12   , installed 1.0.12
                          Adapter    "vis-lcars"    : 1.0.4    , installed 1.0.4
                          Adapter    "vis-rgraph"   : 0.0.2    , installed 0.0.2
                          Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                          Adapter    "web"          : 4.3.0    , installed 4.3.0
                          Adapter    "whatsapp-cmb" : 0.2.3    , installed 0.2.3
                          Adapter    "wled"         : 0.6.7    , installed 0.6.7
                          Adapter    "ws"           : 1.3.0    , installed 1.3.0
                          Adapter    "yamaha"       : 0.5.3    , installed 0.5.3
                          
                          Objects and States
                          Please stand by - This may take a while
                          Objects:        14798
                          States:         12071
                          
                          *** OS-Repositories and Updates ***
                          W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://packages.grafana.com/oss/deb stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 9E439B102CF3C0C6
                          W: Failed to fetch https://packages.grafana.com/oss/deb/dists/stable/InRelease  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 9E439B102CF3C0C6
                          W: Some index files failed to download. They have been ignored, or old ones used instead.
                          Hit:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                          Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease
                          Hit:3 https://repos.influxdata.com/debian bullseye InRelease
                          Hit:4 https://deb.nodesource.com/node_16.x bullseye InRelease
                          Get:5 https://packages.grafana.com/oss/deb stable InRelease [5984 B]
                          Err:5 https://packages.grafana.com/oss/deb stable InRelease
                            The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 9E439B102CF3C0C6
                          Reading package lists...
                          W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://packages.grafana.com/oss/deb stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 9E439B102CF3C0C6
                          W: Failed to fetch https://packages.grafana.com/oss/deb/dists/stable/InRelease  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 9E439B102CF3C0C6
                          W: Some index files failed to download. They have been ignored, or old ones used instead.
                          Pending Updates: 0
                          
                          *** Listening Ports ***
                          Active Internet connections (only servers)
                          Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
                          tcp        0      0 127.0.0.1:8088          0.0.0.0:*               LISTEN      999        14123      505/influxd
                          tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          11040      551/sshd: /usr/sbin
                          tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       24011      1560/iobroker.js-co
                          tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       23354      1560/iobroker.js-co
                          tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1001       30759      1978/io.shelly.1
                          tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      0          14570      494/cupsd
                          tcp6       0      0 :::61991                :::*                    LISTEN      1001       29292      2060/io.harmony.0
                          tcp6       0      0 :::22                   :::*                    LISTEN      0          11042      551/sshd: /usr/sbin
                          tcp6       0      0 ::1:631                 :::*                    LISTEN      0          14569      494/cupsd
                          tcp6       0      0 :::3000                 :::*                    LISTEN      115        13012      498/grafana-server
                          tcp6       0      0 :::8086                 :::*                    LISTEN      999        14863      505/influxd
                          tcp6       0      0 :::8081                 :::*                    LISTEN      1001       23427      1578/io.admin.0
                          tcp6       0      0 :::8082                 :::*                    LISTEN      1001       31704      2202/io.web.0
                          udp        0      0 0.0.0.0:58991           0.0.0.0:*                           1001       124746     12323/io.fullybrows
                          udp        0      0 0.0.0.0:46703           0.0.0.0:*                           1001       29450      2168/io.vis-inventw
                          udp        0      0 0.0.0.0:52849           0.0.0.0:*                           1001       29620      2202/io.web.0
                          udp        0      0 0.0.0.0:34419           0.0.0.0:*                           1001       23464      1605/io.history.0
                          udp        0      0 0.0.0.0:631             0.0.0.0:*                           0          12904      560/cups-browsed
                          udp        0      0 0.0.0.0:52350           0.0.0.0:*                           1001       30363      2120/io.upnp.0
                          udp        0      0 0.0.0.0:38534           0.0.0.0:*                           1001       32447      2217/io.wled.0
                          udp        0      0 0.0.0.0:33928           0.0.0.0:*                           108        12634      364/avahi-daemon: r
                          udp        0      0 0.0.0.0:46753           0.0.0.0:*                           1001       29185      2030/io.fb-checkpre
                          udp        0      0 0.0.0.0:34978           0.0.0.0:*                           1001       29086      1993/io.backitup.0
                          udp        0      0 0.0.0.0:34478           0.0.0.0:*                           1001       25281      1706/io.influxdb.1
                          udp        0      0 0.0.0.0:39600           0.0.0.0:*                           1001       33898      2247/io.heos.0
                          udp        0      0 0.0.0.0:54962           0.0.0.0:*                           1001       23349      1560/iobroker.js-co
                          udp        0      0 0.0.0.0:59063           0.0.0.0:*                           1001       29890      1967/io.shelly.0
                          udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       29623      2217/io.wled.0
                          udp        0      0 192.168.178.23:5353     0.0.0.0:*                           1001       28980      1932/io.tr-064.1
                          udp        0      0 192.168.178.23:5353     0.0.0.0:*                           1001       27949      1909/io.tr-064.0
                          udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        12632      364/avahi-daemon: r
                          udp        0      0 0.0.0.0:47359           0.0.0.0:*                           1001       137152     13825/io.info.0
                          udp        0      0 0.0.0.0:44810           0.0.0.0:*                           1001       28913      1932/io.tr-064.1
                          udp        0      0 0.0.0.0:55053           0.0.0.0:*                           1001       27149      1770/io.ping.0
                          udp        0      0 0.0.0.0:35607           0.0.0.0:*                           1001       33889      2247/io.heos.0
                          udp        0      0 0.0.0.0:59178           0.0.0.0:*                           1001       34999      2315/io.net-tools.0
                          udp        0      0 0.0.0.0:58184           0.0.0.0:*                           1001       29290      2060/io.harmony.0
                          udp        0      0 0.0.0.0:36179           0.0.0.0:*                           1001       26521      1809/io.rpi2.0
                          udp        0      0 0.0.0.0:1900            0.0.0.0:*                           1001       34879      2120/io.upnp.0
                          udp        0      0 0.0.0.0:54207           0.0.0.0:*                           1001       25779      1616/io.javascript.
                          udp        0      0 0.0.0.0:36804           0.0.0.0:*                           1001       23536      1646/io.sql.0
                          udp        0      0 0.0.0.0:52678           0.0.0.0:*                           1001       27467      1909/io.tr-064.0
                          udp        0      0 0.0.0.0:53709           0.0.0.0:*                           1001       25818      1631/io.scenes.0
                          udp        0      0 0.0.0.0:33769           0.0.0.0:*                           1001       24173      1665/io.whatsapp-cm
                          udp        0      0 0.0.0.0:42480           0.0.0.0:*                           1001       24431      1695/io.telegram.0
                          udp        0      0 0.0.0.0:34299           0.0.0.0:*                           1001       34434      2349/io.lgtv.0
                          udp        0      0 0.0.0.0:56325           0.0.0.0:*                           1001       126376     1967/io.shelly.0
                          udp        0      0 0.0.0.0:35334           0.0.0.0:*                           1001       30359      2120/io.upnp.0
                          udp        0      0 0.0.0.0:41478           0.0.0.0:*                           1001       31335      2105/io.tankerkoeni
                          udp        0      0 0.0.0.0:36878           0.0.0.0:*                           1001       29734      1888/io.synology.1
                          udp        0      0 0.0.0.0:52756           0.0.0.0:*                           1001       25730      1578/io.admin.0
                          udp        0      0 0.0.0.0:32800           0.0.0.0:*                           1001       30725      1978/io.shelly.1
                          udp        0      0 0.0.0.0:61991           0.0.0.0:*                           1001       29293      2060/io.harmony.0
                          udp        0      0 0.0.0.0:33834           0.0.0.0:*                           1001       27321      1868/io.synology.0
                          udp        0      0 0.0.0.0:5683            0.0.0.0:*                           1001       27597      1967/io.shelly.0
                          udp        0      0 0.0.0.0:44099           0.0.0.0:*                           1001       24207      1680/io.influxdb.0
                          udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          11135      457/dhcpcd
                          udp6       0      0 :::5353                 :::*                                108        12633      364/avahi-daemon: r
                          udp6       0      0 :::546                  :::*                                0          14680      457/dhcpcd
                          udp6       0      0 :::37950                :::*                                108        12635      364/avahi-daemon: r
                          
                          *** Log File - Last 25 Lines ***
                          
                          2023-01-16 09:32:19.863  - debug: info.0 (13825) Process disks with diskLayout.dev0: {"device":"/dev/sda","type":"HD","name":"USB_DISK_2.0","vendor":"","size":16013852672,"bytesPerSector":null,"totalCylinders":null,"totalHeads":null,"totalSectors":null,"totalTracks":null,"tracksPerCylinder":null,"sectorsPerTrack":null,"firmwareRevision":"PMAP","serialNum":"070B242571216D97","interfaceType":"USB","smartStatus":"unknown","temperature":null}
                          2023-01-16 09:32:20.254  - debug: info.0 (13825) Process usb with dev0: {"bus":2,"deviceId":1,"id":"1d6b:0003","name":"3.0 root hub","type":"Hub","removable":null,"vendor":"Linux Foundation","manufacturer":"Linux 5.15.84-v7l+ xhci-hcd","maxPower":"0mA","serialNumber":null}
                          2023-01-16 09:32:20.360  - debug: info.0 (13825) Process usb with dev1: {"bus":1,"deviceId":5,"id":"17ef:602e","name":"","type":"Human Interface Device","removable":null,"vendor":"Lenovo","manufacturer":"PixArt","maxPower":"100mA","serialNumber":null}
                          2023-01-16 09:32:20.427  - debug: info.0 (13825) Process usb with dev2: {"bus":1,"deviceId":4,"id":"0461:0010","name":"HP PR1101U / Primax PMX-KPR1101U Keyboard","type":"Keyboard","removable":null,"vendor":"Primax Electronics, Ltd","manufacturer":"NOVATEK","maxPower":"100mA","serialNumber":null}
                          2023-01-16 09:32:20.564  - debug: info.0 (13825) Process usb with dev3: {"bus":1,"deviceId":3,"id":"13fe:3e00","name":"Flash Drive","type":"Storage","removable":null,"vendor":"Kingston Technology Company Inc.","manufacturer":"","maxPower":"200mA","serialNumber":null}
                          2023-01-16 09:32:20.254  - debug: info.0 (13825) Process usb with dev0: {"bus":2,"deviceId":1,"id":"1d6b:0003","name":"3.0 root hub","type":"Hub","removable":null,"vendor":"Linux Foundation","manufacturer":"Linux 5.15.84-v7l+ xhci-hcd","maxPower":"0mA","serialNumber":null}
                          2023-01-16 09:32:20.360  - debug: info.0 (13825) Process usb with dev1: {"bus":1,"deviceId":5,"id":"17ef:602e","name":"","type":"Human Interface Device","removable":null,"vendor":"Lenovo","manufacturer":"PixArt","maxPower":"100mA","serialNumber":null}
                          2023-01-16 09:32:20.427  - debug: info.0 (13825) Process usb with dev2: {"bus":1,"deviceId":4,"id":"0461:0010","name":"HP PR1101U / Primax PMX-KPR1101U Keyboard","type":"Keyboard","removable":null,"vendor":"Primax Electronics, Ltd","manufacturer":"NOVATEK","maxPower":"100mA","serialNumber":null}
                          2023-01-16 09:32:20.564  - debug: info.0 (13825) Process usb with dev3: {"bus":1,"deviceId":3,"id":"13fe:3e00","name":"Flash Drive","type":"Storage","removable":null,"vendor":"Kingston Technology Company Inc.","manufacturer":"","maxPower":"200mA","serialNumber":null}
                          2023-01-16 09:32:20.630  - debug: info.0 (13825) Process usb with dev4: {"bus":1,"deviceId":2,"id":"2109:3431","name":"Hub","type":"Hub","removable":null,"vendor":"VIA Labs, Inc.","manufacturer":"","maxPower":"100mA","serialNumber":null}
                          2023-01-16 09:32:20.630  - debug: info.0 (13825) Process usb with dev4: {"bus":1,"deviceId":2,"id":"2109:3431","name":"Hub","type":"Hub","removable":null,"vendor":"VIA Labs, Inc.","manufacturer":"","maxPower":"100mA","serialNumber":null}
                          2023-01-16 09:32:20.735  - debug: info.0 (13825) Process usb with dev5: {"bus":1,"deviceId":1,"id":"1d6b:0002","name":"2.0 root hub","type":"Hub","removable":null,"vendor":"Linux Foundation","manufacturer":"Linux 5.15.84-v7l+ xhci-hcd","maxPower":"0mA","serialNumber":null}
                          2023-01-16 09:32:20.735  - debug: info.0 (13825) Process usb with dev5: {"bus":1,"deviceId":1,"id":"1d6b:0002","name":"2.0 root hub","type":"Hub","removable":null,"vendor":"Linux Foundation","manufacturer":"Linux 5.15.84-v7l+ xhci-hcd","maxPower":"0mA","serialNumber":null}
                          2023-01-16 09:32:22.534  - info: synology.0 (1868) Connecting to Synology 192.168.178.203:5003
                          2023-01-16 09:32:22.534  - info: synology.0 (1868) Connecting to Synology 192.168.178.203:5003
                          2023-01-16 09:32:23.843  - debug: info.0 (13825) Process network with interfaces.iface0: {"iface":"lo","ifaceName":"lo","default":false,"ip4":"127.0.0.1","ip4subnet":"255.0.0.0","ip6":"::1","ip6subnet":"ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff","mac":"00:00:00:00:00:00","internal":true,"virtual":false,"operstate":"unknown","type":"virtual","duplex":"","mtu":65536,"speed":null,"dhcp":false,"dnsSuffix":"Unknown","ieee8021xAuth":"Not defined","ieee8021xState":"Disabled","carrierChanges":0}
                          2023-01-16 09:32:23.843  - debug: info.0 (13825) Process network with interfaces.iface0: {"iface":"lo","ifaceName":"lo","default":false,"ip4":"127.0.0.1","ip4subnet":"255.0.0.0","ip6":"::1","ip6subnet":"ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff","mac":"00:00:00:00:00:00","internal":true,"virtual":false,"operstate":"unknown","type":"virtual","duplex":"","mtu":65536,"speed":null,"dhcp":false,"dnsSuffix":"Unknown","ieee8021xAuth":"Not defined","ieee8021xState":"Disabled","carrierChanges":0}
                          2023-01-16 09:32:24.083  - debug: info.0 (13825) Process network with interfaces.iface1: {"iface":"eth0","ifaceName":"eth0","default":true,"ip4":"192.168.178.23","ip4subnet":"255.255.255.0","ip6":"2a02:8109:2740:2e30:1a2c:1d91:41f4:4747","ip6subnet":"ffff:ffff:ffff:ffff::","mac":"dc:a6:32:d7:fb:72","internal":false,"virtual":false,"operstate":"up","type":"wired","duplex":"full","mtu":1500,"speed":1000,"dhcp":false,"dnsSuffix":"Unknown","ieee8021xAuth":"Not defined","ieee8021xState":"Disabled","carrierChanges":1}
                          2023-01-16 09:32:24.456  - debug: info.0 (13825) Process network with stats.iface0: {"iface":"eth0","operstate":"up","rx_bytes":73093758,"rx_dropped":0,"rx_errors":0,"tx_bytes":148688670,"tx_dropped":0,"tx_errors":0,"rx_sec":null,"tx_sec":null,"ms":0}
                          2023-01-16 09:32:24.578  - debug: info.0 (13825) Process wifi with interfaces.iface0: {"id":3,"iface":"wlan0","model":null,"vendor":null,"mac":"dc:a6:32:d7:fb:73"}
                          2023-01-16 09:32:26.208  - debug: info.0 (13825) Process docker with info: {}
                          2023-01-16 09:32:24.083  - debug: info.0 (13825) Process network with interfaces.iface1: {"iface":"eth0","ifaceName":"eth0","default":true,"ip4":"192.168.178.23","ip4subnet":"255.255.255.0","ip6":"2a02:8109:2740:2e30:1a2c:1d91:41f4:4747","ip6subnet":"ffff:ffff:ffff:ffff::","mac":"dc:a6:32:d7:fb:72","internal":false,"virtual":false,"operstate":"up","type":"wired","duplex":"full","mtu":1500,"speed":1000,"dhcp":false,"dnsSuffix":"Unknown","ieee8021xAuth":"Not defined","ieee8021xState":"Disabled","carrierChanges":1}
                          2023-01-16 09:32:24.456  - debug: info.0 (13825) Process network with stats.iface0: {"iface":"eth0","operstate":"up","rx_bytes":73093758,"rx_dropped":0,"rx_errors":0,"tx_bytes":148688670,"tx_dropped":0,"tx_errors":0,"rx_sec":null,"tx_sec":null,"ms":0}
                          2023-01-16 09:32:24.578  - debug: info.0 (13825) Process wifi with interfaces.iface0: {"id":3,"iface":"wlan0","model":null,"vendor":null,"mac":"dc:a6:32:d7:fb:73"}
                          2023-01-16 09:32:26.208  - debug: info.0 (13825) Process docker with info: {}
                          
                          
                          ============ Mark until here for C&P =============
                          
                          iob diag has finished.
                          
                          
                          Press any key for a summary
                          
                          
                          GlasfaserG 1 Antwort Letzte Antwort
                          0
                          • crunchipC crunchip

                            @codierknecht ja, je nach Anwendung

                            CodierknechtC Offline
                            CodierknechtC Offline
                            Codierknecht
                            Developer Most Active
                            schrieb am zuletzt editiert von
                            #14

                            @crunchip
                            Naja - bei einer so kleinen Kiste sollte man sich dazu ggf. mal Gedanken machen.
                            Irgendwann ist halt Ende der Fahnenstange ;-)

                            "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." (Martin Fowler, "Refactoring")

                            Proxmox 9.1.1 LXC|8 GB|Core i7-6700
                            HmIP|ZigBee|Tasmota|Unifi
                            Zabbix Certified Specialist
                            Konnte ich Dir helfen? Dann benutze bitte das Voting unten rechts im Beitrag

                            Dr.PieD 1 Antwort Letzte Antwort
                            0
                            • CodierknechtC Codierknecht

                              @crunchip
                              Naja - bei einer so kleinen Kiste sollte man sich dazu ggf. mal Gedanken machen.
                              Irgendwann ist halt Ende der Fahnenstange ;-)

                              Dr.PieD Offline
                              Dr.PieD Offline
                              Dr.Pie
                              schrieb am zuletzt editiert von
                              #15

                              @codierknecht sagte in Meldung beim Starten vom Raspi:

                              @crunchip
                              Naja - bei einer so kleinen Kiste sollte man sich dazu ggf. mal Gedanken machen.
                              Irgendwann ist halt Ende der Fahnenstange ;-)

                              Das weiss ich wohl 😊
                              Ich wäre auch schon längst auf was größeres umgestiegen ... aber die Preise sind ja astronomisch.

                              CodierknechtC Thomas BraunT crunchipC 3 Antworten Letzte Antwort
                              0
                              • Dr.PieD Dr.Pie

                                @thomas-braun

                                Skript v.2023-01-02
                                
                                *** BASE SYSTEM ***
                                Model           : Raspberry Pi 4 Model B Rev 1.4
                                Architecture:   armv7l
                                Docker:         false
                                Virtualization: none
                                Distributor ID: Raspbian
                                Description:    Raspbian GNU/Linux 11 (bullseye)
                                Release:        11
                                Codename:       bullseye
                                
                                PRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)"
                                NAME="Raspbian GNU/Linux"
                                VERSION_ID="11"
                                VERSION="11 (bullseye)"
                                VERSION_CODENAME=bullseye
                                ID=raspbian
                                ID_LIKE=debian
                                HOME_URL="http://www.raspbian.org/"
                                SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
                                BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
                                
                                Systemuptime and Load:
                                 09:31:11 up 20 min,  1 user,  load average: 1.19, 1.58, 1.57
                                CPU threads: 4
                                
                                *** Time and Time Zones ***
                                Mon Jan 16 08:31:11 UTC 2023
                                Mon Jan 16 09:31:11 CET 2023
                                CET +0100
                                Europe/Berlin
                                
                                *** User and Groups ***
                                pi
                                /home/pi
                                pi adm dialout cdrom sudo audio video plugdev games users input netdev lpadmin gpio i2c spi iobroker
                                
                                *** X-Server-Setup ***
                                X-Server:       false
                                Desktop:
                                Terminal:       tty
                                Boot Target:    multi-user.target
                                
                                *** MEMORY ***
                                               total        used        free      shared  buff/cache   available
                                Mem:            1.8G        1.4G         99M        0.0K        347M        462M
                                Swap:            99M         76M         23M
                                Total:          1.9G        1.5G        123M
                                
                                         1848 M total memory
                                         1401 M used memory
                                          335 M active memory
                                         1282 M inactive memory
                                           99 M free memory
                                           38 M buffer memory
                                          309 M swap cache
                                           99 M total swap
                                           76 M used swap
                                           23 M free swap
                                
                                *** FILESYSTEM ***
                                Filesystem     Type      Size  Used Avail Use% Mounted on
                                /dev/root      ext4      118G   15G   99G  13% /
                                devtmpfs       devtmpfs  764M     0  764M   0% /dev
                                tmpfs          tmpfs     925M     0  925M   0% /dev/shm
                                tmpfs          tmpfs     370M  948K  369M   1% /run
                                tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
                                /dev/mmcblk0p1 vfat      253M   50M  203M  20% /boot
                                tmpfs          tmpfs     185M   16K  185M   1% /run/user/1000
                                
                                Messages in dmesg:
                                [Mon Jan 16 09:11:04 2023] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 video=HDMI-A-1:3840x2160M@30 smsc95xx.macaddr=DC:A6:32:D7:FB:72 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=174a5f11-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles
                                [Mon Jan 16 09:11:05 2023] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
                                [Mon Jan 16 09:11:05 2023] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
                                [Mon Jan 16 09:11:08 2023] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null). Quota mode: none.
                                
                                Show mounted filesystems (real ones only):
                                TARGET  SOURCE         FSTYPE OPTIONS
                                /       /dev/mmcblk0p2 ext4   rw,noatime
                                `-/boot /dev/mmcblk0p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,flush,errors=remount-ro
                                
                                Files in neuralgic directories:
                                
                                /var:
                                6.5G    /var/
                                4.0G    /var/log
                                3.8G    /var/log/journal/3e23e34d17484a28b9473f69f7d9d21c
                                3.8G    /var/log/journal
                                2.3G    /var/cache/apt
                                
                                /opt/iobroker/backups:
                                445M    /opt/iobroker/backups/
                                
                                /opt/iobroker/iobroker-data:
                                714M    /opt/iobroker/iobroker-data/
                                303M    /opt/iobroker/iobroker-data/history
                                277M    /opt/iobroker/iobroker-data/files
                                89M     /opt/iobroker/iobroker-data/backup-objects
                                72M     /opt/iobroker/iobroker-data/files/telegram.admin
                                
                                The five largest files in iobroker-data are:
                                19M     /opt/iobroker/iobroker-data/objects.jsonl
                                15M     /opt/iobroker/iobroker-data/files/telegram.admin/rules/static/js/vendors-node_modules_iobroker_adapter-react-v5_assets_devices_parseNames_d_ts-node_modules_io-1d9f06.44fe4a3f.chunk.js.map
                                9.1M    /opt/iobroker/iobroker-data/files/echarts.admin/static/js/2.bbf74d5f.chunk.js.map
                                8.9M    /opt/iobroker/iobroker-data/files/scenes.admin/static/js/2.7de3299d.chunk.js.map
                                8.9M    /opt/iobroker/iobroker-data/files/echarts/static/js/2.3d2d025f.chunk.js.map
                                
                                *** NodeJS-Installation ***
                                
                                /usr/bin/nodejs         v16.19.0
                                /usr/bin/node           v16.19.0
                                /usr/bin/npm            8.19.3
                                /usr/bin/npx            8.19.3
                                
                                nodejs:
                                  Installed: 16.19.0-deb-1nodesource1
                                  Candidate: 16.19.0-deb-1nodesource1
                                  Version table:
                                 *** 16.19.0-deb-1nodesource1 500
                                        500 https://deb.nodesource.com/node_16.x bullseye/main armhf Packages
                                        100 /var/lib/dpkg/status
                                     12.22.12~dfsg-1~deb11u1 500
                                        500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                                
                                Temp directories causing npm8 problem: 0
                                
                                *** ioBroker-Installation ***
                                
                                ioBroker Status
                                iobroker is running on this host.
                                
                                
                                Objects type: jsonl
                                States  type: jsonl
                                
                                Core adapters versions
                                js-controller:  4.0.24
                                admin:          6.3.5
                                javascript:     6.1.4
                                
                                Adapters from github:   1
                                
                                Adapter State
                                + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                + system.adapter.backitup.0               : backitup              : raspberrypi                              -  enabled
                                  system.adapter.discovery.0              : discovery             : raspberrypi                              - disabled
                                + system.adapter.fb-checkpresence.0       : fb-checkpresence      : raspberrypi                              -  enabled
                                + system.adapter.fullybrowser.0           : fullybrowser          : raspberrypi                              -  enabled
                                + system.adapter.harmony.0                : harmony               : raspberrypi                              -  enabled
                                + system.adapter.heos.0                   : heos                  : raspberrypi                              -  enabled
                                + system.adapter.history.0                : history               : raspberrypi                              -  enabled
                                  system.adapter.ical.0                   : ical                  : raspberrypi                              -  enabled
                                  system.adapter.ical.2                   : ical                  : raspberrypi                              -  enabled
                                  system.adapter.ical.4                   : ical                  : raspberrypi                              -  enabled
                                + system.adapter.influxdb.0               : influxdb              : raspberrypi                              -  enabled, port: 8086
                                + system.adapter.influxdb.1               : influxdb              : raspberrypi                              -  enabled, port: 8086
                                + system.adapter.info.0                   : info                  : raspberrypi                              -  enabled
                                + system.adapter.javascript.0             : javascript            : raspberrypi                              -  enabled
                                + system.adapter.lgtv.0                   : lgtv                  : raspberrypi                              -  enabled
                                + system.adapter.net-tools.0              : net-tools             : raspberrypi                              -  enabled
                                  system.adapter.openweathermap.0         : openweathermap        : raspberrypi                              -  enabled
                                + system.adapter.ping.0                   : ping                  : raspberrypi                              -  enabled
                                + system.adapter.rpi2.0                   : rpi2                  : raspberrypi                              -  enabled
                                + system.adapter.scenes.0                 : scenes                : raspberrypi                              -  enabled
                                + system.adapter.shelly.0                 : shelly                : raspberrypi                              -  enabled, port: 1882, bind: 0.0.0.0
                                + system.adapter.shelly.1                 : shelly                : raspberrypi                              -  enabled, port: 1883, bind: 0.0.0.0
                                + system.adapter.sql.0                    : sql                   : raspberrypi                              -  enabled
                                + system.adapter.synology.0               : synology              : raspberrypi                              -  enabled, port: 5003
                                + system.adapter.synology.1               : synology              : raspberrypi                              -  enabled, port: 5002
                                + system.adapter.tankerkoenig.0           : tankerkoenig          : raspberrypi                              -  enabled
                                + system.adapter.telegram.0               : telegram              : raspberrypi                              -  enabled, port: 8443, bind: 0.0.0.0
                                + system.adapter.tr-064.0                 : tr-064                : raspberrypi                              -  enabled
                                + system.adapter.tr-064.1                 : tr-064                : raspberrypi                              -  enabled
                                + system.adapter.upnp.0                   : upnp                  : raspberrypi                              -  enabled
                                + system.adapter.vis-inventwo.0           : vis-inventwo          : raspberrypi                              -  enabled
                                  system.adapter.vis-lcars.0              : vis-lcars             : raspberrypi                              -  enabled
                                  system.adapter.vis-materialdesign.0     : vis-materialdesign    : raspberrypi                              -  enabled
                                  system.adapter.vis-rgraph.0             : vis-rgraph            : raspberrypi                              -  enabled
                                  system.adapter.vis-timeandweather.0     : vis-timeandweather    : raspberrypi                              -  enabled
                                  system.adapter.vis.0                    : vis                   : raspberrypi                              -  enabled
                                + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                + system.adapter.whatsapp-cmb.0           : whatsapp-cmb          : raspberrypi                              -  enabled
                                + system.adapter.wled.0                   : wled                  : raspberrypi                              -  enabled
                                
                                + instance is alive
                                
                                Enabled adapters with bindings
                                + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                + system.adapter.influxdb.0               : influxdb              : raspberrypi                              -  enabled, port: 8086
                                + system.adapter.influxdb.1               : influxdb              : raspberrypi                              -  enabled, port: 8086
                                + system.adapter.shelly.0                 : shelly                : raspberrypi                              -  enabled, port: 1882, bind: 0.0.0.0
                                + system.adapter.shelly.1                 : shelly                : raspberrypi                              -  enabled, port: 1883, bind: 0.0.0.0
                                + system.adapter.synology.0               : synology              : raspberrypi                              -  enabled, port: 5003
                                + system.adapter.synology.1               : synology              : raspberrypi                              -  enabled, port: 5002
                                + system.adapter.telegram.0               : telegram              : raspberrypi                              -  enabled, port: 8443, bind: 0.0.0.0
                                + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                
                                ioBroker-Repositories
                                stable        : http://download.iobroker.net/sources-dist.json
                                beta          : http://download.iobroker.net/sources-dist-latest.json
                                
                                Active repo(s): stable
                                
                                Installed ioBroker-Instances
                                Used repository: stable
                                Adapter    "admin"        : 6.3.5    , installed 6.3.5
                                Adapter    "backitup"     : 2.5.10   , installed 2.5.10
                                Adapter    "coronavirus-statistics": 0.8.7, installed 0.8.7
                                Adapter    "discovery"    : 3.1.0    , installed 3.1.0
                                Adapter    "echarts"      : 1.0.12   , installed 1.0.12
                                Adapter    "fb-checkpresence": 1.1.20, installed 1.1.20
                                Adapter    "flot"         : 1.11.0   , installed 1.11.0
                                Adapter    "fritzdect"    : 2.2.6    , installed 2.2.6
                                Adapter    "fullybrowser" : 2.1.2    , installed 2.1.2
                                Adapter    "harmony"      : 1.2.2    , installed 1.2.2
                                Adapter    "heos"         : 1.10.0   , installed 1.10.0
                                Adapter    "history"      : 2.2.4    , installed 2.2.4
                                Adapter    "ical"         : 1.13.2   , installed 1.13.2
                                Adapter    "influxdb"     : 3.2.0    , installed 3.2.0
                                Adapter    "info"         : 1.9.19   , installed 1.9.19
                                Adapter    "javascript"   : 6.1.4    , installed 6.1.4
                                Controller "js-controller": 4.0.24   , installed 4.0.24
                                Adapter    "lgtv"         : 1.1.10   , installed 1.1.10
                                Adapter    "lgtv11"       : 1.0.5    , installed 1.0.5
                                Adapter    "mqtt"         : 4.0.7    , installed 4.0.7
                                Adapter    "mqtt-client"  : 1.6.3    , installed 1.6.3
                                Adapter    "net-tools"    : 0.2.0    , installed 0.2.0
                                Adapter    "openweathermap": 0.3.3   , installed 0.3.3
                                Adapter    "ping"         : 1.5.3    , installed 1.5.3
                                Adapter    "plex"         : 0.9.1    , installed 0.9.1
                                Adapter    "rpi2"         : 1.3.2    , installed 1.3.2
                                Adapter    "scenes"       : 2.3.9    , installed 2.3.9
                                Adapter    "shelly"       : 6.0.0    , installed 5.3.2  [Updatable]
                                Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                                Adapter    "socketio"     : 4.2.0    , installed 4.2.0
                                Adapter    "sql"          : 2.2.0    , installed 2.2.0
                                Adapter    "synology"     : 2.1.13   , installed 2.1.13
                                Adapter    "tankerkoenig" : 3.1.0    , installed 3.1.0
                                Adapter    "telegram"     : 1.15.2   , installed 1.15.2
                                Adapter    "tr-064"       : 4.2.17   , installed 4.2.17
                                Adapter    "upnp"         : 1.0.21   , installed 1.0.21
                                Adapter    "vis"          : 1.4.15   , installed 1.4.15
                                Adapter    "vis-inventwo" : 3.3.1    , installed 3.3.1
                                Adapter    "vis-jqui-mfd" : 1.0.12   , installed 1.0.12
                                Adapter    "vis-lcars"    : 1.0.4    , installed 1.0.4
                                Adapter    "vis-rgraph"   : 0.0.2    , installed 0.0.2
                                Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                                Adapter    "web"          : 4.3.0    , installed 4.3.0
                                Adapter    "whatsapp-cmb" : 0.2.3    , installed 0.2.3
                                Adapter    "wled"         : 0.6.7    , installed 0.6.7
                                Adapter    "ws"           : 1.3.0    , installed 1.3.0
                                Adapter    "yamaha"       : 0.5.3    , installed 0.5.3
                                
                                Objects and States
                                Please stand by - This may take a while
                                Objects:        14798
                                States:         12071
                                
                                *** OS-Repositories and Updates ***
                                W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://packages.grafana.com/oss/deb stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 9E439B102CF3C0C6
                                W: Failed to fetch https://packages.grafana.com/oss/deb/dists/stable/InRelease  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 9E439B102CF3C0C6
                                W: Some index files failed to download. They have been ignored, or old ones used instead.
                                Hit:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                                Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease
                                Hit:3 https://repos.influxdata.com/debian bullseye InRelease
                                Hit:4 https://deb.nodesource.com/node_16.x bullseye InRelease
                                Get:5 https://packages.grafana.com/oss/deb stable InRelease [5984 B]
                                Err:5 https://packages.grafana.com/oss/deb stable InRelease
                                  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 9E439B102CF3C0C6
                                Reading package lists...
                                W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://packages.grafana.com/oss/deb stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 9E439B102CF3C0C6
                                W: Failed to fetch https://packages.grafana.com/oss/deb/dists/stable/InRelease  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 9E439B102CF3C0C6
                                W: Some index files failed to download. They have been ignored, or old ones used instead.
                                Pending Updates: 0
                                
                                *** Listening Ports ***
                                Active Internet connections (only servers)
                                Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
                                tcp        0      0 127.0.0.1:8088          0.0.0.0:*               LISTEN      999        14123      505/influxd
                                tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          11040      551/sshd: /usr/sbin
                                tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       24011      1560/iobroker.js-co
                                tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       23354      1560/iobroker.js-co
                                tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1001       30759      1978/io.shelly.1
                                tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      0          14570      494/cupsd
                                tcp6       0      0 :::61991                :::*                    LISTEN      1001       29292      2060/io.harmony.0
                                tcp6       0      0 :::22                   :::*                    LISTEN      0          11042      551/sshd: /usr/sbin
                                tcp6       0      0 ::1:631                 :::*                    LISTEN      0          14569      494/cupsd
                                tcp6       0      0 :::3000                 :::*                    LISTEN      115        13012      498/grafana-server
                                tcp6       0      0 :::8086                 :::*                    LISTEN      999        14863      505/influxd
                                tcp6       0      0 :::8081                 :::*                    LISTEN      1001       23427      1578/io.admin.0
                                tcp6       0      0 :::8082                 :::*                    LISTEN      1001       31704      2202/io.web.0
                                udp        0      0 0.0.0.0:58991           0.0.0.0:*                           1001       124746     12323/io.fullybrows
                                udp        0      0 0.0.0.0:46703           0.0.0.0:*                           1001       29450      2168/io.vis-inventw
                                udp        0      0 0.0.0.0:52849           0.0.0.0:*                           1001       29620      2202/io.web.0
                                udp        0      0 0.0.0.0:34419           0.0.0.0:*                           1001       23464      1605/io.history.0
                                udp        0      0 0.0.0.0:631             0.0.0.0:*                           0          12904      560/cups-browsed
                                udp        0      0 0.0.0.0:52350           0.0.0.0:*                           1001       30363      2120/io.upnp.0
                                udp        0      0 0.0.0.0:38534           0.0.0.0:*                           1001       32447      2217/io.wled.0
                                udp        0      0 0.0.0.0:33928           0.0.0.0:*                           108        12634      364/avahi-daemon: r
                                udp        0      0 0.0.0.0:46753           0.0.0.0:*                           1001       29185      2030/io.fb-checkpre
                                udp        0      0 0.0.0.0:34978           0.0.0.0:*                           1001       29086      1993/io.backitup.0
                                udp        0      0 0.0.0.0:34478           0.0.0.0:*                           1001       25281      1706/io.influxdb.1
                                udp        0      0 0.0.0.0:39600           0.0.0.0:*                           1001       33898      2247/io.heos.0
                                udp        0      0 0.0.0.0:54962           0.0.0.0:*                           1001       23349      1560/iobroker.js-co
                                udp        0      0 0.0.0.0:59063           0.0.0.0:*                           1001       29890      1967/io.shelly.0
                                udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       29623      2217/io.wled.0
                                udp        0      0 192.168.178.23:5353     0.0.0.0:*                           1001       28980      1932/io.tr-064.1
                                udp        0      0 192.168.178.23:5353     0.0.0.0:*                           1001       27949      1909/io.tr-064.0
                                udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        12632      364/avahi-daemon: r
                                udp        0      0 0.0.0.0:47359           0.0.0.0:*                           1001       137152     13825/io.info.0
                                udp        0      0 0.0.0.0:44810           0.0.0.0:*                           1001       28913      1932/io.tr-064.1
                                udp        0      0 0.0.0.0:55053           0.0.0.0:*                           1001       27149      1770/io.ping.0
                                udp        0      0 0.0.0.0:35607           0.0.0.0:*                           1001       33889      2247/io.heos.0
                                udp        0      0 0.0.0.0:59178           0.0.0.0:*                           1001       34999      2315/io.net-tools.0
                                udp        0      0 0.0.0.0:58184           0.0.0.0:*                           1001       29290      2060/io.harmony.0
                                udp        0      0 0.0.0.0:36179           0.0.0.0:*                           1001       26521      1809/io.rpi2.0
                                udp        0      0 0.0.0.0:1900            0.0.0.0:*                           1001       34879      2120/io.upnp.0
                                udp        0      0 0.0.0.0:54207           0.0.0.0:*                           1001       25779      1616/io.javascript.
                                udp        0      0 0.0.0.0:36804           0.0.0.0:*                           1001       23536      1646/io.sql.0
                                udp        0      0 0.0.0.0:52678           0.0.0.0:*                           1001       27467      1909/io.tr-064.0
                                udp        0      0 0.0.0.0:53709           0.0.0.0:*                           1001       25818      1631/io.scenes.0
                                udp        0      0 0.0.0.0:33769           0.0.0.0:*                           1001       24173      1665/io.whatsapp-cm
                                udp        0      0 0.0.0.0:42480           0.0.0.0:*                           1001       24431      1695/io.telegram.0
                                udp        0      0 0.0.0.0:34299           0.0.0.0:*                           1001       34434      2349/io.lgtv.0
                                udp        0      0 0.0.0.0:56325           0.0.0.0:*                           1001       126376     1967/io.shelly.0
                                udp        0      0 0.0.0.0:35334           0.0.0.0:*                           1001       30359      2120/io.upnp.0
                                udp        0      0 0.0.0.0:41478           0.0.0.0:*                           1001       31335      2105/io.tankerkoeni
                                udp        0      0 0.0.0.0:36878           0.0.0.0:*                           1001       29734      1888/io.synology.1
                                udp        0      0 0.0.0.0:52756           0.0.0.0:*                           1001       25730      1578/io.admin.0
                                udp        0      0 0.0.0.0:32800           0.0.0.0:*                           1001       30725      1978/io.shelly.1
                                udp        0      0 0.0.0.0:61991           0.0.0.0:*                           1001       29293      2060/io.harmony.0
                                udp        0      0 0.0.0.0:33834           0.0.0.0:*                           1001       27321      1868/io.synology.0
                                udp        0      0 0.0.0.0:5683            0.0.0.0:*                           1001       27597      1967/io.shelly.0
                                udp        0      0 0.0.0.0:44099           0.0.0.0:*                           1001       24207      1680/io.influxdb.0
                                udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          11135      457/dhcpcd
                                udp6       0      0 :::5353                 :::*                                108        12633      364/avahi-daemon: r
                                udp6       0      0 :::546                  :::*                                0          14680      457/dhcpcd
                                udp6       0      0 :::37950                :::*                                108        12635      364/avahi-daemon: r
                                
                                *** Log File - Last 25 Lines ***
                                
                                2023-01-16 09:32:19.863  - debug: info.0 (13825) Process disks with diskLayout.dev0: {"device":"/dev/sda","type":"HD","name":"USB_DISK_2.0","vendor":"","size":16013852672,"bytesPerSector":null,"totalCylinders":null,"totalHeads":null,"totalSectors":null,"totalTracks":null,"tracksPerCylinder":null,"sectorsPerTrack":null,"firmwareRevision":"PMAP","serialNum":"070B242571216D97","interfaceType":"USB","smartStatus":"unknown","temperature":null}
                                2023-01-16 09:32:20.254  - debug: info.0 (13825) Process usb with dev0: {"bus":2,"deviceId":1,"id":"1d6b:0003","name":"3.0 root hub","type":"Hub","removable":null,"vendor":"Linux Foundation","manufacturer":"Linux 5.15.84-v7l+ xhci-hcd","maxPower":"0mA","serialNumber":null}
                                2023-01-16 09:32:20.360  - debug: info.0 (13825) Process usb with dev1: {"bus":1,"deviceId":5,"id":"17ef:602e","name":"","type":"Human Interface Device","removable":null,"vendor":"Lenovo","manufacturer":"PixArt","maxPower":"100mA","serialNumber":null}
                                2023-01-16 09:32:20.427  - debug: info.0 (13825) Process usb with dev2: {"bus":1,"deviceId":4,"id":"0461:0010","name":"HP PR1101U / Primax PMX-KPR1101U Keyboard","type":"Keyboard","removable":null,"vendor":"Primax Electronics, Ltd","manufacturer":"NOVATEK","maxPower":"100mA","serialNumber":null}
                                2023-01-16 09:32:20.564  - debug: info.0 (13825) Process usb with dev3: {"bus":1,"deviceId":3,"id":"13fe:3e00","name":"Flash Drive","type":"Storage","removable":null,"vendor":"Kingston Technology Company Inc.","manufacturer":"","maxPower":"200mA","serialNumber":null}
                                2023-01-16 09:32:20.254  - debug: info.0 (13825) Process usb with dev0: {"bus":2,"deviceId":1,"id":"1d6b:0003","name":"3.0 root hub","type":"Hub","removable":null,"vendor":"Linux Foundation","manufacturer":"Linux 5.15.84-v7l+ xhci-hcd","maxPower":"0mA","serialNumber":null}
                                2023-01-16 09:32:20.360  - debug: info.0 (13825) Process usb with dev1: {"bus":1,"deviceId":5,"id":"17ef:602e","name":"","type":"Human Interface Device","removable":null,"vendor":"Lenovo","manufacturer":"PixArt","maxPower":"100mA","serialNumber":null}
                                2023-01-16 09:32:20.427  - debug: info.0 (13825) Process usb with dev2: {"bus":1,"deviceId":4,"id":"0461:0010","name":"HP PR1101U / Primax PMX-KPR1101U Keyboard","type":"Keyboard","removable":null,"vendor":"Primax Electronics, Ltd","manufacturer":"NOVATEK","maxPower":"100mA","serialNumber":null}
                                2023-01-16 09:32:20.564  - debug: info.0 (13825) Process usb with dev3: {"bus":1,"deviceId":3,"id":"13fe:3e00","name":"Flash Drive","type":"Storage","removable":null,"vendor":"Kingston Technology Company Inc.","manufacturer":"","maxPower":"200mA","serialNumber":null}
                                2023-01-16 09:32:20.630  - debug: info.0 (13825) Process usb with dev4: {"bus":1,"deviceId":2,"id":"2109:3431","name":"Hub","type":"Hub","removable":null,"vendor":"VIA Labs, Inc.","manufacturer":"","maxPower":"100mA","serialNumber":null}
                                2023-01-16 09:32:20.630  - debug: info.0 (13825) Process usb with dev4: {"bus":1,"deviceId":2,"id":"2109:3431","name":"Hub","type":"Hub","removable":null,"vendor":"VIA Labs, Inc.","manufacturer":"","maxPower":"100mA","serialNumber":null}
                                2023-01-16 09:32:20.735  - debug: info.0 (13825) Process usb with dev5: {"bus":1,"deviceId":1,"id":"1d6b:0002","name":"2.0 root hub","type":"Hub","removable":null,"vendor":"Linux Foundation","manufacturer":"Linux 5.15.84-v7l+ xhci-hcd","maxPower":"0mA","serialNumber":null}
                                2023-01-16 09:32:20.735  - debug: info.0 (13825) Process usb with dev5: {"bus":1,"deviceId":1,"id":"1d6b:0002","name":"2.0 root hub","type":"Hub","removable":null,"vendor":"Linux Foundation","manufacturer":"Linux 5.15.84-v7l+ xhci-hcd","maxPower":"0mA","serialNumber":null}
                                2023-01-16 09:32:22.534  - info: synology.0 (1868) Connecting to Synology 192.168.178.203:5003
                                2023-01-16 09:32:22.534  - info: synology.0 (1868) Connecting to Synology 192.168.178.203:5003
                                2023-01-16 09:32:23.843  - debug: info.0 (13825) Process network with interfaces.iface0: {"iface":"lo","ifaceName":"lo","default":false,"ip4":"127.0.0.1","ip4subnet":"255.0.0.0","ip6":"::1","ip6subnet":"ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff","mac":"00:00:00:00:00:00","internal":true,"virtual":false,"operstate":"unknown","type":"virtual","duplex":"","mtu":65536,"speed":null,"dhcp":false,"dnsSuffix":"Unknown","ieee8021xAuth":"Not defined","ieee8021xState":"Disabled","carrierChanges":0}
                                2023-01-16 09:32:23.843  - debug: info.0 (13825) Process network with interfaces.iface0: {"iface":"lo","ifaceName":"lo","default":false,"ip4":"127.0.0.1","ip4subnet":"255.0.0.0","ip6":"::1","ip6subnet":"ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff","mac":"00:00:00:00:00:00","internal":true,"virtual":false,"operstate":"unknown","type":"virtual","duplex":"","mtu":65536,"speed":null,"dhcp":false,"dnsSuffix":"Unknown","ieee8021xAuth":"Not defined","ieee8021xState":"Disabled","carrierChanges":0}
                                2023-01-16 09:32:24.083  - debug: info.0 (13825) Process network with interfaces.iface1: {"iface":"eth0","ifaceName":"eth0","default":true,"ip4":"192.168.178.23","ip4subnet":"255.255.255.0","ip6":"2a02:8109:2740:2e30:1a2c:1d91:41f4:4747","ip6subnet":"ffff:ffff:ffff:ffff::","mac":"dc:a6:32:d7:fb:72","internal":false,"virtual":false,"operstate":"up","type":"wired","duplex":"full","mtu":1500,"speed":1000,"dhcp":false,"dnsSuffix":"Unknown","ieee8021xAuth":"Not defined","ieee8021xState":"Disabled","carrierChanges":1}
                                2023-01-16 09:32:24.456  - debug: info.0 (13825) Process network with stats.iface0: {"iface":"eth0","operstate":"up","rx_bytes":73093758,"rx_dropped":0,"rx_errors":0,"tx_bytes":148688670,"tx_dropped":0,"tx_errors":0,"rx_sec":null,"tx_sec":null,"ms":0}
                                2023-01-16 09:32:24.578  - debug: info.0 (13825) Process wifi with interfaces.iface0: {"id":3,"iface":"wlan0","model":null,"vendor":null,"mac":"dc:a6:32:d7:fb:73"}
                                2023-01-16 09:32:26.208  - debug: info.0 (13825) Process docker with info: {}
                                2023-01-16 09:32:24.083  - debug: info.0 (13825) Process network with interfaces.iface1: {"iface":"eth0","ifaceName":"eth0","default":true,"ip4":"192.168.178.23","ip4subnet":"255.255.255.0","ip6":"2a02:8109:2740:2e30:1a2c:1d91:41f4:4747","ip6subnet":"ffff:ffff:ffff:ffff::","mac":"dc:a6:32:d7:fb:72","internal":false,"virtual":false,"operstate":"up","type":"wired","duplex":"full","mtu":1500,"speed":1000,"dhcp":false,"dnsSuffix":"Unknown","ieee8021xAuth":"Not defined","ieee8021xState":"Disabled","carrierChanges":1}
                                2023-01-16 09:32:24.456  - debug: info.0 (13825) Process network with stats.iface0: {"iface":"eth0","operstate":"up","rx_bytes":73093758,"rx_dropped":0,"rx_errors":0,"tx_bytes":148688670,"tx_dropped":0,"tx_errors":0,"rx_sec":null,"tx_sec":null,"ms":0}
                                2023-01-16 09:32:24.578  - debug: info.0 (13825) Process wifi with interfaces.iface0: {"id":3,"iface":"wlan0","model":null,"vendor":null,"mac":"dc:a6:32:d7:fb:73"}
                                2023-01-16 09:32:26.208  - debug: info.0 (13825) Process docker with info: {}
                                
                                
                                ============ Mark until here for C&P =============
                                
                                iob diag has finished.
                                
                                
                                Press any key for a summary
                                
                                
                                GlasfaserG Offline
                                GlasfaserG Offline
                                Glasfaser
                                schrieb am zuletzt editiert von
                                #16

                                @dr-pie

                                Hast du viele Instanzen auf die Logstufe DEBUG gestellt !? oder nur die Info

                                Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                                1 Antwort Letzte Antwort
                                0
                                • Dr.PieD Dr.Pie

                                  @codierknecht sagte in Meldung beim Starten vom Raspi:

                                  @crunchip
                                  Naja - bei einer so kleinen Kiste sollte man sich dazu ggf. mal Gedanken machen.
                                  Irgendwann ist halt Ende der Fahnenstange ;-)

                                  Das weiss ich wohl 😊
                                  Ich wäre auch schon längst auf was größeres umgestiegen ... aber die Preise sind ja astronomisch.

                                  CodierknechtC Offline
                                  CodierknechtC Offline
                                  Codierknecht
                                  Developer Most Active
                                  schrieb am zuletzt editiert von
                                  #17

                                  @dr-pie sagte in Meldung beim Starten vom Raspi:

                                  aber die Preise sind ja astronomisch.

                                  Wenn man überhaupt einen bekommt.

                                  "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." (Martin Fowler, "Refactoring")

                                  Proxmox 9.1.1 LXC|8 GB|Core i7-6700
                                  HmIP|ZigBee|Tasmota|Unifi
                                  Zabbix Certified Specialist
                                  Konnte ich Dir helfen? Dann benutze bitte das Voting unten rechts im Beitrag

                                  1 Antwort Letzte Antwort
                                  0
                                  • HomoranH Nicht stören
                                    HomoranH Nicht stören
                                    Homoran
                                    Global Moderator Administrators
                                    schrieb am zuletzt editiert von
                                    #18

                                    als Raspi Alternative
                                    https://www.reichelt.de/odroid-c4-4x-2-0-ghz-4-gb-ram-odroid-c4-p283467.html?search=odroid

                                    kein Support per PN! - Fragen im Forum stellen -
                                    Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                                    Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton oben rechts. Danke!
                                    der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                    1 Antwort Letzte Antwort
                                    0
                                    • Dr.PieD Dr.Pie

                                      @codierknecht sagte in Meldung beim Starten vom Raspi:

                                      @crunchip
                                      Naja - bei einer so kleinen Kiste sollte man sich dazu ggf. mal Gedanken machen.
                                      Irgendwann ist halt Ende der Fahnenstange ;-)

                                      Das weiss ich wohl 😊
                                      Ich wäre auch schon längst auf was größeres umgestiegen ... aber die Preise sind ja astronomisch.

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

                                      @dr-pie

                                      Grundsätzlich ist die Kiste wohl richtig aufgesetzt.
                                      An das Grafana-Repo musst du aber ran:

                                      https://forum.iobroker.net/topic/62040/linux-debian-grafana-repo-muss-aktualisiert-werden

                                      Läuft auf dem Kistchen auch noch ein Docker?

                                      Du musst halt schauen das du da abspeckst. Spätestens bei einem Backup wird das mehr als eng 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

                                      1 Antwort Letzte Antwort
                                      0
                                      • Dr.PieD Dr.Pie

                                        @codierknecht sagte in Meldung beim Starten vom Raspi:

                                        @crunchip
                                        Naja - bei einer so kleinen Kiste sollte man sich dazu ggf. mal Gedanken machen.
                                        Irgendwann ist halt Ende der Fahnenstange ;-)

                                        Das weiss ich wohl 😊
                                        Ich wäre auch schon längst auf was größeres umgestiegen ... aber die Preise sind ja astronomisch.

                                        crunchipC Abwesend
                                        crunchipC Abwesend
                                        crunchip
                                        Forum Testing Most Active Developer
                                        schrieb am zuletzt editiert von
                                        #20

                                        @dr-pie sagte in Meldung beim Starten vom Raspi:

                                        Das weiss ich wohl

                                        fb-checkpresence könntest du dir eigentlich auch sparen, Anwesenheitserkennung ist mit tr-064 ebenfalls möglich
                                        wenn du den info nicht weiter nutzt, wäre auch dieser entbehrlich
                                        wären dann insgesamt 3 Adapter die bisserl Luft schaffen

                                        umgestiegen von Proxmox auf Unraid

                                        Dr.PieD 1 Antwort Letzte Antwort
                                        0
                                        • crunchipC crunchip

                                          @dr-pie sagte in Meldung beim Starten vom Raspi:

                                          Das weiss ich wohl

                                          fb-checkpresence könntest du dir eigentlich auch sparen, Anwesenheitserkennung ist mit tr-064 ebenfalls möglich
                                          wenn du den info nicht weiter nutzt, wäre auch dieser entbehrlich
                                          wären dann insgesamt 3 Adapter die bisserl Luft schaffen

                                          Dr.PieD Offline
                                          Dr.PieD Offline
                                          Dr.Pie
                                          schrieb am zuletzt editiert von
                                          #21

                                          Ok ... danke erst mal für die vielen Tipps .
                                          Ich habe erst mal 3 Adapter angehalten:
                                          fb-checkpresence
                                          info
                                          discovery.0

                                          Mal sehen ob das etwas hilft.
                                          Früher oder später wer ich wohl einen "größeren" brauchen.

                                          Anfangs hatte ich das alles auf einer Synology installiert.
                                          Da ich aber günstig an den raspi gekommen war, habe ich alles umgestellt und konnte die Syno zumindest abschalten und nur für Updates hochfahren.

                                          CodierknechtC 1 Antwort Letzte Antwort
                                          0

                                          Hey! Du scheinst an dieser Unterhaltung interessiert zu sein, hast aber noch kein Konto.

                                          Hast du es satt, bei jedem Besuch durch die gleichen Beiträge zu scrollen? Wenn du dich für ein Konto anmeldest, kommst du immer genau dorthin zurück, wo du zuvor warst, und kannst dich über neue Antworten benachrichtigen lassen (entweder per E-Mail oder Push-Benachrichtigung). Du kannst auch Lesezeichen speichern und Beiträge positiv bewerten, um anderen Community-Mitgliedern deine Wertschätzung zu zeigen.

                                          Mit deinem Input könnte dieser Beitrag noch besser werden 💗

                                          Registrieren Anmelden
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate
                                          FAQ Cloud / IOT
                                          HowTo: Node.js-Update
                                          HowTo: Backup/Restore
                                          Downloads
                                          BLOG

                                          266

                                          Online

                                          32.9k

                                          Benutzer

                                          83.0k

                                          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