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

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

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Einsteigerfragen
  4. e-charts adapter kann nicht installiert werden

NEWS

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    17
    1
    4.0k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.2k

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    25
    1
    2.6k

e-charts adapter kann nicht installiert werden

Geplant Angeheftet Gesperrt Verschoben Einsteigerfragen
34 Beiträge 4 Kommentatoren 3.1k Aufrufe 4 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • I ichwersonst
    $ iobroker add echarts --host RaspberryVPN
    
    NPM version: 9.5.1
    
    Installing iobroker.echarts@1.5.1... (System call)
    
    host.RaspberryVPN Cannot install iobroker.echarts@1.5.1: 217
    
    ERROR: Process exited with code 25
    

    das ist die Ausgabe vom Iobroker, wenn ich den Adapter installieren will.
    Bin für Hilfe dankbar :-)

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

    @ichwersonst

    In der Kommandozeile

    iobroker add echarts --host RaspberryVPN --debug
    

    Das ist gesprächiger.

    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

    I 1 Antwort Letzte Antwort
    0
    • Thomas BraunT Thomas Braun

      @ichwersonst

      In der Kommandozeile

      iobroker add echarts --host RaspberryVPN --debug
      

      Das ist gesprächiger.

      I Offline
      I Offline
      ichwersonst
      schrieb am zuletzt editiert von
      #5

      @thomas-braun
      bringt das hier

      iobroker add echarts --host RaspberryVPN --debug
      NPM version: 9.5.1
      Installing iobroker.echarts@1.5.1... (System call)
      npm ERR! code ENOTEMPTY
      npm ERR! syscall rename
      npm ERR! path /opt/iobroker/node_modules/echarts
      npm ERR! dest /opt/iobroker/node_modules/.echarts-43ZlhxLU
      npm ERR! errno -39
      npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/echarts' -> '/opt/iobroker/node_modules/.echarts-43ZlhxLU'
      
      npm ERR! A complete log of this run can be found in:
      npm ERR!     /home/iobroker/.npm/_logs/2023-06-23T18_09_58_530Z-debug-0.log
      host.RaspberryVPN Cannot install iobroker.echarts@1.5.1: 217
      
      
      Thomas BraunT 1 Antwort Letzte Antwort
      0
      • I ichwersonst

        @thomas-braun
        bringt das hier

        iobroker add echarts --host RaspberryVPN --debug
        NPM version: 9.5.1
        Installing iobroker.echarts@1.5.1... (System call)
        npm ERR! code ENOTEMPTY
        npm ERR! syscall rename
        npm ERR! path /opt/iobroker/node_modules/echarts
        npm ERR! dest /opt/iobroker/node_modules/.echarts-43ZlhxLU
        npm ERR! errno -39
        npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/echarts' -> '/opt/iobroker/node_modules/.echarts-43ZlhxLU'
        
        npm ERR! A complete log of this run can be found in:
        npm ERR!     /home/iobroker/.npm/_logs/2023-06-23T18_09_58_530Z-debug-0.log
        host.RaspberryVPN Cannot install iobroker.echarts@1.5.1: 217
        
        
        Thomas BraunT Online
        Thomas BraunT Online
        Thomas Braun
        Most Active
        schrieb am zuletzt editiert von Thomas Braun
        #6

        @ichwersonst

        iob stop
        iob fix
        ion start
        

        Dann nochmal.

        Kannst auch per

        iob diag
        

        mal die Kiste genauer anschauen.

        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

        I 2 Antworten Letzte Antwort
        0
        • Thomas BraunT Thomas Braun

          @ichwersonst

          iob stop
          iob fix
          ion start
          

          Dann nochmal.

          Kannst auch per

          iob diag
          

          mal die Kiste genauer anschauen.

          I Offline
          I Offline
          ichwersonst
          schrieb am zuletzt editiert von
          #7

          @thomas-braun

          neuer versuch :

          iobroker add echarts --host RaspberryVPN --debug
          NPM version: 9.5.1
          Installing iobroker.echarts@1.5.1... (System call)
          host.RaspberryVPN Cannot install iobroker.echarts@1.5.1: undefined
          
          
          1 Antwort Letzte Antwort
          0
          • Thomas BraunT Thomas Braun

            @ichwersonst

            iob stop
            iob fix
            ion start
            

            Dann nochmal.

            Kannst auch per

            iob diag
            

            mal die Kiste genauer anschauen.

            I Offline
            I Offline
            ichwersonst
            schrieb am zuletzt editiert von
            #8

            @thomas-braun
            wenn ich es im iobroker mache muss ich auch erst noch paar bedingungen aktzeptieren.
            vielleicht ging es deswegen jetzt nicht über die konsole ..

            Thomas BraunT 1 Antwort Letzte Antwort
            0
            • I ichwersonst

              @thomas-braun
              wenn ich es im iobroker mache muss ich auch erst noch paar bedingungen aktzeptieren.
              vielleicht ging es deswegen jetzt nicht über die konsole ..

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

              @ichwersonst

              Zumindest sind die Meldungen weg.
              Versuch es über die GUI.

              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

              I 1 Antwort Letzte Antwort
              0
              • Thomas BraunT Thomas Braun

                @ichwersonst

                Zumindest sind die Meldungen weg.
                Versuch es über die GUI.

                I Offline
                I Offline
                ichwersonst
                schrieb am zuletzt editiert von
                #10

                @thomas-braun

                wieder das problem mit error code 25

                Thomas BraunT I 2 Antworten Letzte Antwort
                0
                • I ichwersonst

                  @thomas-braun

                  wieder das problem mit error code 25

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

                  @ichwersonst

                  Schau mit

                  iob diag 
                  

                  in das System.

                  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

                  I 1 Antwort Letzte Antwort
                  0
                  • I ichwersonst

                    @thomas-braun

                    wieder das problem mit error code 25

                    I Offline
                    I Offline
                    ichwersonst
                    schrieb am zuletzt editiert von
                    #12

                    @Thomas-Braun

                    ======================= SUMMARY =======================
                                         v.2023-04-16
                    
                    
                    Operatingsystem:        Raspbian GNU/Linux 11 (bullseye)
                    Kernel:                 5.15.84-v7+
                    Installation:           Native
                    Timezone:               Europe/Berlin (CEST, +0200)
                    User-ID:                1000
                    X-Server:               false
                    Boot Target:            multi-user.target
                    
                    Pending OS-Updates:     5
                    Pending iob updates:    0
                    
                    Nodejs-Installation:    /usr/bin/nodejs         v18.16.0
                                            /usr/bin/node           v18.16.0
                                            /usr/bin/npm            9.5.1
                                            /usr/bin/npx            9.5.1
                    
                    Recommended versions are nodejs 18.x.y and npm 9.x.y
                    Your nodejs installation is correct
                    
                    MEMORY:
                                   total        used        free      shared  buff/cache   available
                    Mem:            972M        730M         84M        0.0K        156M        188M
                    Swap:            99M         99M          0B
                    Total:          1.1G        830M         84M
                    
                    Active iob-Instances:   15
                    Active repo(s): stable
                    
                    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 and web instance:
                    + system.adapter.admin.0                  : admin                 : RaspberryVPN                             -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                    + system.adapter.web.0                    : web                   : RaspberryVPN                             -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                    
                    Objects:                4713
                    States:                 3547
                    
                    Size of iob-Database:
                    
                    7.4M    /opt/iobroker/iobroker-data/objects.jsonl
                    5.8M    /opt/iobroker/iobroker-data/states.jsonl
                    
                    
                    *********************************************************************
                    Some problems detected, please run iob fix and try to have them fixed
                    *********************************************************************
                    
                    =================== END OF SUMMARY ====================
                    
                    
                    1 Antwort Letzte Antwort
                    0
                    • Thomas BraunT Thomas Braun

                      @ichwersonst

                      Schau mit

                      iob diag 
                      

                      in das System.

                      I Offline
                      I Offline
                      ichwersonst
                      schrieb am zuletzt editiert von
                      #13

                      @thomas-braun

                      so hab jetzt auch noch auf node 18.16.1 geupdated.
                      leider keine besserung

                      DJMarc75D 1 Antwort Letzte Antwort
                      0
                      • I ichwersonst

                        @thomas-braun

                        so hab jetzt auch noch auf node 18.16.1 geupdated.
                        leider keine besserung

                        DJMarc75D Offline
                        DJMarc75D Offline
                        DJMarc75
                        schrieb am zuletzt editiert von DJMarc75
                        #14

                        @ichwersonst sagte in e-charts adapter kann nicht installiert werden:

                        leider keine besserung

                        und iob diag ?

                        LANGFASSUNG

                        Lehrling seit 1975 !!!
                        Beitrag geholfen ? dann gerne ein upvote rechts unten im Beitrag klicken ;)
                        https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge

                        I 1 Antwort Letzte Antwort
                        0
                        • DJMarc75D DJMarc75

                          @ichwersonst sagte in e-charts adapter kann nicht installiert werden:

                          leider keine besserung

                          und iob diag ?

                          LANGFASSUNG

                          I Offline
                          I Offline
                          ichwersonst
                          schrieb am zuletzt editiert von
                          #15

                          @djmarc75

                          Skript v.2023-04-16
                          
                          *** BASE SYSTEM ***
                          Model           : Raspberry Pi 3 Model B Plus Rev 1.3
                          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:
                           21:12:00 up 44 days,  1:01,  1 user,  load average: 4.07, 3.02, 3.69
                          CPU threads: 4
                          
                          Raspberry only:
                          throttled=0x80008
                          Other values than 0x0 hint to temperature/voltage problems
                          temp=66.6'C
                          volt=1.2500V
                          
                          *** Time and Time Zones ***
                                         Local time: Fri 2023-06-23 21:12:00 CEST
                                     Universal time: Fri 2023-06-23 19:12:00 UTC
                                           RTC time: n/a
                                          Time zone: Europe/Berlin (CEST, +0200)
                          System clock synchronized: yes
                                        NTP service: active
                                    RTC in local TZ: no
                          
                          *** 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:            972M        696M         58M        0.0K        216M        215M
                          Swap:            99M         99M          0B
                          Total:          1.1G        796M         58M
                          
                                    972 M total memory
                                    696 M used memory
                                    180 M active memory
                                    635 M inactive memory
                                     58 M free memory
                                     26 M buffer memory
                                    190 M swap cache
                                     99 M total swap
                                     99 M used swap
                                      0 M free swap
                          
                          Raspberry only:
                          oom events: 0
                          lifetime oom required: 0 Mbytes
                          total time in oom handler: 0 ms
                          max time spent in oom handler: 0 ms
                          
                          *** FILESYSTEM ***
                          Filesystem     Type      Size  Used Avail Use% Mounted on
                          /dev/root      ext4       29G   15G   14G  53% /
                          devtmpfs       devtmpfs  454M     0  454M   0% /dev
                          tmpfs          tmpfs     487M     0  487M   0% /dev/shm
                          tmpfs          tmpfs     195M  980K  194M   1% /run
                          tmpfs          tmpfs     5.0M  8.0K  5.0M   1% /run/lock
                          /dev/mmcblk0p1 vfat      253M   51M  202M  20% /boot
                          tmpfs          tmpfs      98M   36K   98M   1% /run/user/1000
                          
                          Messages concerning ext4 filesystem in dmesg:
                          
                          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:
                          4.1G    /var/
                          3.3G    /var/log
                          3.0G    /var/log/journal/1dfdb4734fa941c381b94fb0796fc84d
                          3.0G    /var/log/journal
                          480M    /var/cache
                          
                          Archived and active journals take up 2.9G in the file system.
                          
                          /opt/iobroker/backups:
                          123M    /opt/iobroker/backups/
                          
                          /opt/iobroker/iobroker-data:
                          199M    /opt/iobroker/iobroker-data/
                          136M    /opt/iobroker/iobroker-data/files
                          52M     /opt/iobroker/iobroker-data/files/javascript.admin
                          52M     /opt/iobroker/iobroker-data/backup-objects
                          34M     /opt/iobroker/iobroker-data/files/javascript.admin/static
                          
                          The five largest files in iobroker-data are:
                          9.1M    /opt/iobroker/iobroker-data/files/echarts.admin/chart/static/js/main.eb0afecd.js
                          7.4M    /opt/iobroker/iobroker-data/objects.jsonl
                          6.9M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js/610.312d98a8.chunk.js.map
                          6.3M    /opt/iobroker/iobroker-data/files/admin.admin/custom/static/js/vendors-node_modules_iobroker_adapter-react-v5_assets_devices_parseNames_js-node_modules_iobr-99c23e.847b8ad9.chunk.js.map
                          5.9M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js/44.59b48e42.chunk.js.map
                          
                          *** NodeJS-Installation ***
                          
                          /usr/bin/nodejs         v18.16.1
                          /usr/bin/node           v18.16.1
                          /usr/bin/npm            9.5.1
                          /usr/bin/npx            9.5.1
                          
                          
                          nodejs:
                            Installed: 18.16.1-deb-1nodesource1
                            Candidate: 18.16.1-deb-1nodesource1
                            Version table:
                           *** 18.16.1-deb-1nodesource1 500
                                  500 https://deb.nodesource.com/node_18.x bullseye/main armhf Packages
                                  100 /var/lib/dpkg/status
                               16.20.1-deb-1nodesource1 500
                                  500 https://deb.nodesource.com/node_16.x bullseye/main armhf Packages
                               12.22.12~dfsg-1~deb11u4 500
                                  500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                          
                          Temp directories causing npm8 problem: 0
                          No problems detected
                          
                          *** ioBroker-Installation ***
                          
                          ioBroker Status
                          iobroker is running on this host.
                          
                          
                          Objects type: jsonl
                          States  type: jsonl
                          
                          MULTIHOSTSERVICE/enabled: false
                          
                          Core adapters versions
                          js-controller:  4.0.24
                          admin:          6.3.5
                          javascript:     7.0.3
                          
                          Adapters from github:   0
                          
                          Adapter State
                          + system.adapter.admin.0                  : admin                 : RaspberryVPN                             -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                          + system.adapter.broadlink2.0             : broadlink2            : RaspberryVPN                             -  enabled
                          + system.adapter.broadlink2.1             : broadlink2            : RaspberryVPN                             -  enabled
                          + system.adapter.deconz.0                 : deconz                : RaspberryVPN                             -  enabled
                            system.adapter.icons-icons8.0           : icons-icons8          : RaspberryVPN                             - disabled
                          + system.adapter.info.0                   : info                  : RaspberryVPN                             -  enabled
                          + system.adapter.javascript.0             : javascript            : RaspberryVPN                             -  enabled
                          + system.adapter.lgtv.0                   : lgtv                  : RaspberryVPN                             -  enabled
                          + system.adapter.pushbullet.0             : pushbullet            : RaspberryVPN                             -  enabled
                          + system.adapter.sayit.0                  : sayit                 : RaspberryVPN                             -  enabled
                          + system.adapter.shelly.0                 : shelly                : RaspberryVPN                             -  enabled, port: 1883, bind: 0.0.0.0
                            system.adapter.simple-api.0             : simple-api            : RaspberryVPN                             - disabled, port: 8087, bind: 0.0.0.0 (SSL), run as: admin
                            system.adapter.socketio.0               : socketio              : RaspberryVPN                             - disabled, port: 8084, bind: 0.0.0.0, run as: admin
                          + system.adapter.spotify-premium.0        : spotify-premium       : RaspberryVPN                             -  enabled
                            system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : RaspberryVPN                             - disabled
                            system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : RaspberryVPN                             - disabled
                            system.adapter.vis-map.0                : vis-map               : RaspberryVPN                             -  enabled
                            system.adapter.vis-timeandweather.0     : vis-timeandweather    : RaspberryVPN                             -  enabled
                            system.adapter.vis.0                    : vis                   : RaspberryVPN                             -  enabled
                          + system.adapter.vw-connect.0             : vw-connect            : RaspberryVPN                             -  enabled
                          + system.adapter.web.0                    : web                   : RaspberryVPN                             -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                          + system.adapter.wled.0                   : wled                  : RaspberryVPN                             -  enabled
                          
                          + instance is alive
                          
                          Enabled adapters with bindings
                          + system.adapter.admin.0                  : admin                 : RaspberryVPN                             -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                          + system.adapter.shelly.0                 : shelly                : RaspberryVPN                             -  enabled, port: 1883, bind: 0.0.0.0
                          + system.adapter.web.0                    : web                   : RaspberryVPN                             -  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    "bring"        : 1.8.1    , installed 1.8.1
                          Adapter    "broadlink2"   : 2.1.5    , installed 2.1.5
                          Adapter    "cloud"        : 4.4.1    , installed 4.4.1
                          Adapter    "deconz"       : 1.3.21   , installed 1.3.21
                          Adapter    "icons-icons8" : 0.0.1    , installed 0.0.1
                          Adapter    "info"         : 1.9.26   , installed 1.9.26
                          Adapter    "javascript"   : 7.0.3    , installed 7.0.3
                          Controller "js-controller": 4.0.24   , installed 4.0.24
                          Adapter    "lgtv"         : 1.1.10   , installed 1.1.10
                          Adapter    "logparser"    : 2.2.0    , installed 2.2.0
                          Adapter    "pushbullet"   : 0.0.11   , installed 0.0.11
                          Adapter    "sayit"        : 3.0.5    , installed 3.0.5
                          Adapter    "shelly"       : 6.4.1    , installed 6.4.1
                          Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                          Adapter    "socketio"     : 4.2.0    , installed 4.2.0
                          Adapter    "spotify-premium": 1.2.1  , installed 1.2.1
                          Adapter    "vis"          : 1.4.16   , installed 1.4.16
                          Adapter    "vis-hqwidgets": 1.4.0    , installed 1.4.0
                          Adapter    "vis-jqui-mfd" : 1.0.12   , installed 1.0.12
                          Adapter    "vis-map"      : 1.0.4    , installed 1.0.4
                          Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                          Adapter    "vw-connect"   : 0.0.67   , installed 0.0.67
                          Adapter    "web"          : 4.3.0    , installed 4.3.0
                          Adapter    "wled"         : 0.6.7    , installed 0.6.7
                          Adapter    "ws"           : 1.3.0    , installed 1.3.0
                          
                          Objects and States
                          Please stand by - This may take a while
                          Objects:        4713
                          States:         3547
                          
                          *** OS-Repositories and Updates ***
                          Hit:1 http://archive.raspberrypi.org/debian bullseye InRelease
                          Hit:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                          Hit:3 https://deb.nodesource.com/node_16.x bullseye InRelease
                          Hit:4 https://deb.nodesource.com/node_18.x bullseye InRelease
                          Reading package lists...
                          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:9000          0.0.0.0:*               LISTEN      1001       435539915  23870/iobroker.js-c
                          tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       435539900  23870/iobroker.js-c
                          tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          13088      578/sshd: /usr/sbin
                          tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN      1000       268436901  8759/deCONZ
                          tcp        0      0 127.0.0.1:53            0.0.0.0:*               LISTEN      0          347891055  19271/connmand
                          tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1001       435544275  24049/io.shelly.0
                          tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      0          427095173  5212/cupsd
                          tcp        0      0 0.0.0.0:443             0.0.0.0:*               LISTEN      1000       268438553  8759/deCONZ
                          tcp6       0      0 127.0.0.1:3350          :::*                    LISTEN      0          13456      572/xrdp-sesman
                          tcp6       0      0 :::22                   :::*                    LISTEN      0          13090      578/sshd: /usr/sbin
                          tcp6       0      0 :::3389                 :::*                    LISTEN      111        13625      638/xrdp
                          tcp6       0      0 :::4369                 :::*                    LISTEN      0          347876480  1/systemd
                          tcp6       0      0 :::8082                 :::*                    LISTEN      1001       435541921  24146/io.web.0
                          tcp6       0      0 :::8081                 :::*                    LISTEN      1001       435541728  23930/io.admin.0
                          udp        0      0 127.0.0.1:53            0.0.0.0:*                           0          347891047  19271/connmand
                          udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          13143      513/dhcpcd
                          udp        0      0 0.0.0.0:38484           0.0.0.0:*                           1001       435544340  24261/io.broadlink2
                          udp        0      0 0.0.0.0:33881           0.0.0.0:*                           1001       435544419  24261/io.broadlink2
                          udp        0      0 0.0.0.0:631             0.0.0.0:*                           0          427093256  5238/cups-browsed
                          udp        0      0 0.0.0.0:15001           0.0.0.0:*                           1001       435542749  24298/io.broadlink2
                          udp        0      0 0.0.0.0:15001           0.0.0.0:*                           1001       435542710  24261/io.broadlink2
                          udp        0      0 0.0.0.0:53408           0.0.0.0:*                           0          347891310  19271/connmand
                          udp        0      0 0.0.0.0:49859           0.0.0.0:*                           1001       435542752  24298/io.broadlink2
                          udp        0      0 0.0.0.0:37608           0.0.0.0:*                           108        347889567  19801/avahi-daemon:
                          udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       435545311  24621/io.wled.0
                          udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        347889565  19801/avahi-daemon:
                          udp        0      0 0.0.0.0:1900            0.0.0.0:*                           1001       435541998  24379/io.deconz.0
                          udp        0      0 0.0.0.0:1900            0.0.0.0:*                           1001       435541997  24379/io.deconz.0
                          udp        0      0 0.0.0.0:1900            0.0.0.0:*                           1000       268437005  8759/deCONZ
                          udp        0      0 0.0.0.0:33764           0.0.0.0:*                           1001       435544341  24261/io.broadlink2
                          udp        0      0 0.0.0.0:52748           0.0.0.0:*                           1001       435543648  24298/io.broadlink2
                          udp        0      0 0.0.0.0:35351           0.0.0.0:*                           1001       435542753  24298/io.broadlink2
                          udp6       0      0 :::5353                 :::*                                108        347889566  19801/avahi-daemon:
                          udp6       0      0 :::41795                :::*                                108        347889568  19801/avahi-daemon:
                          
                          *** Log File - Last 25 Lines ***
                          
                          2023-06-23 21:10:35.262  - info: javascript.0 (24000) script.js.common.ResetAll: Own states (javascript.0.scriptEnabled.Eigene_Datenpunkte.NeueDatenPunkte.ResetAll) should not be used in javascript.X.scriptEnabled.*! Please move the states to 0_userdata.0.*
                          2023-06-23 21:10:35.398  - info: vw-connect.0 (24685) Found 1 vehicles
                          2023-06-23 21:10:36.464  - info: sayit.0 (24796) starting. Version 3.0.5 in /opt/iobroker/node_modules/iobroker.sayit, node: v18.16.1, js-controller: 4.0.24
                          2023-06-23 21:10:36.530  - info: javascript.0 (24000) script.js.common.ResetAll: Own states (javascript.0.scriptEnabled.Eigene_Datenpunkte.GoToBed) should not be used in javascript.X.scriptEnabled.*! Please move the states to 0_userdata.0.*
                          2023-06-23 21:10:36.640  - info: sayit.0 (24796) Upload announce mp3 files
                          2023-06-23 21:10:37.029  - info: javascript.0 (24000) script.js.common.ResetAll: Own states (javascript.0.scriptEnabled.Eigene_Datenpunkte.NeueDatenPunkte.SunriseStart) should not be used in javascript.X.scriptEnabled.*! Please move the states to 0_userdata.0.*
                          2023-06-23 21:10:37.196  - info: wled.0 (24621) Try to contact : "Wandbord" on IP : 192.168.178.36
                          2023-06-23 21:10:37.254  - info: wled.0 (24621) Tiki connected
                          2023-06-23 21:10:37.312  - info: wled.0 (24621) Initialising : " Wandbord" on IP :  192.168.178.36
                          2023-06-23 21:10:37.544  - info: javascript.0 (24000) script.js.common.ResetAll: Own states (javascript.0.scriptEnabled.Eigene_Datenpunkte.LeaveHomeRun1) should not be used in javascript.X.scriptEnabled.*! Please move the states to 0_userdata.0.*
                          2023-06-23 21:10:38.045  - info: javascript.0 (24000) script.js.common.ResetAll: Own states (javascript.0.scriptEnabled.Eigene_Datenpunkte.NeueDatenPunkte.IOBrokerRestarted) should not be used in javascript.X.scriptEnabled.*! Please move the states to 0_userdata.0.*
                          2023-06-23 21:10:38.549  - info: javascript.0 (24000) script.js.common.ResetAll: Own states (javascript.0.scriptEnabled.Eigene_Datenpunkte.NeueDatenPunkte.IoBrokerRestartTime) should not be used in javascript.X.scriptEnabled.*! Please move the states to 0_userdata.0.*
                          2023-06-23 21:10:38.750  - info: javascript.0 (24000) script.js.common.ResetAll: Own states (javascript.0.scriptEnabled.Eigene_Datenpunkte.NeueDatenPunkte.IoBrokerRestartDate) should not be used in javascript.X.scriptEnabled.*! Please move the states to 0_userdata.0.*
                          2023-06-23 21:10:39.063  - info: javascript.0 (24000) script.js.common.ResetAll: Own states (javascript.0.scriptEnabled.Eigene_Datenpunkte.NeueDatenPunkte.ResetAll) should not be used in javascript.X.scriptEnabled.*! Please move the states to 0_userdata.0.*
                          2023-06-23 21:10:42.876  - info: javascript.0 (24000) script.js.common.Skoda: Own states (javascript.0.scriptEnabled.Eigene_Datenpunkte.NeueDatenPunkte.SkodaZeitstempelAkkuStatus) should not be used in javascript.X.scriptEnabled.*! Please move the states to 0_userdata.0.*
                          2023-06-23 21:10:42.913  - info: javascript.0 (24000) script.js.common.Skoda: Own states (javascript.0.scriptEnabled.Eigene_Datenpunkte.NeueDatenPunkte.SkodaZeitstempelAkkuLadezeit) should not be used in javascript.X.scriptEnabled.*! Please move the states to 0_userdata.0.*
                          2023-06-23 21:10:44.562  - info: javascript.0 (24000) script.js.common.Skoda: Own states (javascript.0.scriptEnabled.Eigene_Datenpunkte.NeueDatenPunkte.SkodaZeitstempel) should not be used in javascript.X.scriptEnabled.*! Please move the states to 0_userdata.0.*
                          2023-06-23 21:10:47.583  - info: wled.0 (24621) Bonjour service started, new  devices  will  be detected automatically
                          2023-06-23 21:10:47.616  - info: info.0 (24421) Reading user data every 8 seconds.
                          2023-06-23 21:10:47.730  - info: wled.0 (24621) Wandbord connected
                          2023-06-23 21:10:49.067  - info: info.0 (24421) Reading process data every 8 seconds.
                          2023-06-23 21:10:50.911  - info: info.0 (24421) Reading disk data every 8 seconds.
                          2023-06-23 21:10:53.611  - info: info.0 (24421) Reading network data every 3 seconds.
                          2023-06-23 21:10:57.595  - info: wled.0 (24621) WLED initialisation finalized, ready to do my job have fun !
                          2023-06-23 21:12:00.822  - info: admin.0 (23930) ==> Connected system.user.admin from ::ffff:192.168.178.20
                          
                          
                          DJMarc75D HomoranH 2 Antworten Letzte Antwort
                          0
                          • I ichwersonst

                            @djmarc75

                            Skript v.2023-04-16
                            
                            *** BASE SYSTEM ***
                            Model           : Raspberry Pi 3 Model B Plus Rev 1.3
                            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:
                             21:12:00 up 44 days,  1:01,  1 user,  load average: 4.07, 3.02, 3.69
                            CPU threads: 4
                            
                            Raspberry only:
                            throttled=0x80008
                            Other values than 0x0 hint to temperature/voltage problems
                            temp=66.6'C
                            volt=1.2500V
                            
                            *** Time and Time Zones ***
                                           Local time: Fri 2023-06-23 21:12:00 CEST
                                       Universal time: Fri 2023-06-23 19:12:00 UTC
                                             RTC time: n/a
                                            Time zone: Europe/Berlin (CEST, +0200)
                            System clock synchronized: yes
                                          NTP service: active
                                      RTC in local TZ: no
                            
                            *** 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:            972M        696M         58M        0.0K        216M        215M
                            Swap:            99M         99M          0B
                            Total:          1.1G        796M         58M
                            
                                      972 M total memory
                                      696 M used memory
                                      180 M active memory
                                      635 M inactive memory
                                       58 M free memory
                                       26 M buffer memory
                                      190 M swap cache
                                       99 M total swap
                                       99 M used swap
                                        0 M free swap
                            
                            Raspberry only:
                            oom events: 0
                            lifetime oom required: 0 Mbytes
                            total time in oom handler: 0 ms
                            max time spent in oom handler: 0 ms
                            
                            *** FILESYSTEM ***
                            Filesystem     Type      Size  Used Avail Use% Mounted on
                            /dev/root      ext4       29G   15G   14G  53% /
                            devtmpfs       devtmpfs  454M     0  454M   0% /dev
                            tmpfs          tmpfs     487M     0  487M   0% /dev/shm
                            tmpfs          tmpfs     195M  980K  194M   1% /run
                            tmpfs          tmpfs     5.0M  8.0K  5.0M   1% /run/lock
                            /dev/mmcblk0p1 vfat      253M   51M  202M  20% /boot
                            tmpfs          tmpfs      98M   36K   98M   1% /run/user/1000
                            
                            Messages concerning ext4 filesystem in dmesg:
                            
                            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:
                            4.1G    /var/
                            3.3G    /var/log
                            3.0G    /var/log/journal/1dfdb4734fa941c381b94fb0796fc84d
                            3.0G    /var/log/journal
                            480M    /var/cache
                            
                            Archived and active journals take up 2.9G in the file system.
                            
                            /opt/iobroker/backups:
                            123M    /opt/iobroker/backups/
                            
                            /opt/iobroker/iobroker-data:
                            199M    /opt/iobroker/iobroker-data/
                            136M    /opt/iobroker/iobroker-data/files
                            52M     /opt/iobroker/iobroker-data/files/javascript.admin
                            52M     /opt/iobroker/iobroker-data/backup-objects
                            34M     /opt/iobroker/iobroker-data/files/javascript.admin/static
                            
                            The five largest files in iobroker-data are:
                            9.1M    /opt/iobroker/iobroker-data/files/echarts.admin/chart/static/js/main.eb0afecd.js
                            7.4M    /opt/iobroker/iobroker-data/objects.jsonl
                            6.9M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js/610.312d98a8.chunk.js.map
                            6.3M    /opt/iobroker/iobroker-data/files/admin.admin/custom/static/js/vendors-node_modules_iobroker_adapter-react-v5_assets_devices_parseNames_js-node_modules_iobr-99c23e.847b8ad9.chunk.js.map
                            5.9M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js/44.59b48e42.chunk.js.map
                            
                            *** NodeJS-Installation ***
                            
                            /usr/bin/nodejs         v18.16.1
                            /usr/bin/node           v18.16.1
                            /usr/bin/npm            9.5.1
                            /usr/bin/npx            9.5.1
                            
                            
                            nodejs:
                              Installed: 18.16.1-deb-1nodesource1
                              Candidate: 18.16.1-deb-1nodesource1
                              Version table:
                             *** 18.16.1-deb-1nodesource1 500
                                    500 https://deb.nodesource.com/node_18.x bullseye/main armhf Packages
                                    100 /var/lib/dpkg/status
                                 16.20.1-deb-1nodesource1 500
                                    500 https://deb.nodesource.com/node_16.x bullseye/main armhf Packages
                                 12.22.12~dfsg-1~deb11u4 500
                                    500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                            
                            Temp directories causing npm8 problem: 0
                            No problems detected
                            
                            *** ioBroker-Installation ***
                            
                            ioBroker Status
                            iobroker is running on this host.
                            
                            
                            Objects type: jsonl
                            States  type: jsonl
                            
                            MULTIHOSTSERVICE/enabled: false
                            
                            Core adapters versions
                            js-controller:  4.0.24
                            admin:          6.3.5
                            javascript:     7.0.3
                            
                            Adapters from github:   0
                            
                            Adapter State
                            + system.adapter.admin.0                  : admin                 : RaspberryVPN                             -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                            + system.adapter.broadlink2.0             : broadlink2            : RaspberryVPN                             -  enabled
                            + system.adapter.broadlink2.1             : broadlink2            : RaspberryVPN                             -  enabled
                            + system.adapter.deconz.0                 : deconz                : RaspberryVPN                             -  enabled
                              system.adapter.icons-icons8.0           : icons-icons8          : RaspberryVPN                             - disabled
                            + system.adapter.info.0                   : info                  : RaspberryVPN                             -  enabled
                            + system.adapter.javascript.0             : javascript            : RaspberryVPN                             -  enabled
                            + system.adapter.lgtv.0                   : lgtv                  : RaspberryVPN                             -  enabled
                            + system.adapter.pushbullet.0             : pushbullet            : RaspberryVPN                             -  enabled
                            + system.adapter.sayit.0                  : sayit                 : RaspberryVPN                             -  enabled
                            + system.adapter.shelly.0                 : shelly                : RaspberryVPN                             -  enabled, port: 1883, bind: 0.0.0.0
                              system.adapter.simple-api.0             : simple-api            : RaspberryVPN                             - disabled, port: 8087, bind: 0.0.0.0 (SSL), run as: admin
                              system.adapter.socketio.0               : socketio              : RaspberryVPN                             - disabled, port: 8084, bind: 0.0.0.0, run as: admin
                            + system.adapter.spotify-premium.0        : spotify-premium       : RaspberryVPN                             -  enabled
                              system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : RaspberryVPN                             - disabled
                              system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : RaspberryVPN                             - disabled
                              system.adapter.vis-map.0                : vis-map               : RaspberryVPN                             -  enabled
                              system.adapter.vis-timeandweather.0     : vis-timeandweather    : RaspberryVPN                             -  enabled
                              system.adapter.vis.0                    : vis                   : RaspberryVPN                             -  enabled
                            + system.adapter.vw-connect.0             : vw-connect            : RaspberryVPN                             -  enabled
                            + system.adapter.web.0                    : web                   : RaspberryVPN                             -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                            + system.adapter.wled.0                   : wled                  : RaspberryVPN                             -  enabled
                            
                            + instance is alive
                            
                            Enabled adapters with bindings
                            + system.adapter.admin.0                  : admin                 : RaspberryVPN                             -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                            + system.adapter.shelly.0                 : shelly                : RaspberryVPN                             -  enabled, port: 1883, bind: 0.0.0.0
                            + system.adapter.web.0                    : web                   : RaspberryVPN                             -  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    "bring"        : 1.8.1    , installed 1.8.1
                            Adapter    "broadlink2"   : 2.1.5    , installed 2.1.5
                            Adapter    "cloud"        : 4.4.1    , installed 4.4.1
                            Adapter    "deconz"       : 1.3.21   , installed 1.3.21
                            Adapter    "icons-icons8" : 0.0.1    , installed 0.0.1
                            Adapter    "info"         : 1.9.26   , installed 1.9.26
                            Adapter    "javascript"   : 7.0.3    , installed 7.0.3
                            Controller "js-controller": 4.0.24   , installed 4.0.24
                            Adapter    "lgtv"         : 1.1.10   , installed 1.1.10
                            Adapter    "logparser"    : 2.2.0    , installed 2.2.0
                            Adapter    "pushbullet"   : 0.0.11   , installed 0.0.11
                            Adapter    "sayit"        : 3.0.5    , installed 3.0.5
                            Adapter    "shelly"       : 6.4.1    , installed 6.4.1
                            Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                            Adapter    "socketio"     : 4.2.0    , installed 4.2.0
                            Adapter    "spotify-premium": 1.2.1  , installed 1.2.1
                            Adapter    "vis"          : 1.4.16   , installed 1.4.16
                            Adapter    "vis-hqwidgets": 1.4.0    , installed 1.4.0
                            Adapter    "vis-jqui-mfd" : 1.0.12   , installed 1.0.12
                            Adapter    "vis-map"      : 1.0.4    , installed 1.0.4
                            Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                            Adapter    "vw-connect"   : 0.0.67   , installed 0.0.67
                            Adapter    "web"          : 4.3.0    , installed 4.3.0
                            Adapter    "wled"         : 0.6.7    , installed 0.6.7
                            Adapter    "ws"           : 1.3.0    , installed 1.3.0
                            
                            Objects and States
                            Please stand by - This may take a while
                            Objects:        4713
                            States:         3547
                            
                            *** OS-Repositories and Updates ***
                            Hit:1 http://archive.raspberrypi.org/debian bullseye InRelease
                            Hit:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                            Hit:3 https://deb.nodesource.com/node_16.x bullseye InRelease
                            Hit:4 https://deb.nodesource.com/node_18.x bullseye InRelease
                            Reading package lists...
                            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:9000          0.0.0.0:*               LISTEN      1001       435539915  23870/iobroker.js-c
                            tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       435539900  23870/iobroker.js-c
                            tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          13088      578/sshd: /usr/sbin
                            tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN      1000       268436901  8759/deCONZ
                            tcp        0      0 127.0.0.1:53            0.0.0.0:*               LISTEN      0          347891055  19271/connmand
                            tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1001       435544275  24049/io.shelly.0
                            tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      0          427095173  5212/cupsd
                            tcp        0      0 0.0.0.0:443             0.0.0.0:*               LISTEN      1000       268438553  8759/deCONZ
                            tcp6       0      0 127.0.0.1:3350          :::*                    LISTEN      0          13456      572/xrdp-sesman
                            tcp6       0      0 :::22                   :::*                    LISTEN      0          13090      578/sshd: /usr/sbin
                            tcp6       0      0 :::3389                 :::*                    LISTEN      111        13625      638/xrdp
                            tcp6       0      0 :::4369                 :::*                    LISTEN      0          347876480  1/systemd
                            tcp6       0      0 :::8082                 :::*                    LISTEN      1001       435541921  24146/io.web.0
                            tcp6       0      0 :::8081                 :::*                    LISTEN      1001       435541728  23930/io.admin.0
                            udp        0      0 127.0.0.1:53            0.0.0.0:*                           0          347891047  19271/connmand
                            udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          13143      513/dhcpcd
                            udp        0      0 0.0.0.0:38484           0.0.0.0:*                           1001       435544340  24261/io.broadlink2
                            udp        0      0 0.0.0.0:33881           0.0.0.0:*                           1001       435544419  24261/io.broadlink2
                            udp        0      0 0.0.0.0:631             0.0.0.0:*                           0          427093256  5238/cups-browsed
                            udp        0      0 0.0.0.0:15001           0.0.0.0:*                           1001       435542749  24298/io.broadlink2
                            udp        0      0 0.0.0.0:15001           0.0.0.0:*                           1001       435542710  24261/io.broadlink2
                            udp        0      0 0.0.0.0:53408           0.0.0.0:*                           0          347891310  19271/connmand
                            udp        0      0 0.0.0.0:49859           0.0.0.0:*                           1001       435542752  24298/io.broadlink2
                            udp        0      0 0.0.0.0:37608           0.0.0.0:*                           108        347889567  19801/avahi-daemon:
                            udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       435545311  24621/io.wled.0
                            udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        347889565  19801/avahi-daemon:
                            udp        0      0 0.0.0.0:1900            0.0.0.0:*                           1001       435541998  24379/io.deconz.0
                            udp        0      0 0.0.0.0:1900            0.0.0.0:*                           1001       435541997  24379/io.deconz.0
                            udp        0      0 0.0.0.0:1900            0.0.0.0:*                           1000       268437005  8759/deCONZ
                            udp        0      0 0.0.0.0:33764           0.0.0.0:*                           1001       435544341  24261/io.broadlink2
                            udp        0      0 0.0.0.0:52748           0.0.0.0:*                           1001       435543648  24298/io.broadlink2
                            udp        0      0 0.0.0.0:35351           0.0.0.0:*                           1001       435542753  24298/io.broadlink2
                            udp6       0      0 :::5353                 :::*                                108        347889566  19801/avahi-daemon:
                            udp6       0      0 :::41795                :::*                                108        347889568  19801/avahi-daemon:
                            
                            *** Log File - Last 25 Lines ***
                            
                            2023-06-23 21:10:35.262  - info: javascript.0 (24000) script.js.common.ResetAll: Own states (javascript.0.scriptEnabled.Eigene_Datenpunkte.NeueDatenPunkte.ResetAll) should not be used in javascript.X.scriptEnabled.*! Please move the states to 0_userdata.0.*
                            2023-06-23 21:10:35.398  - info: vw-connect.0 (24685) Found 1 vehicles
                            2023-06-23 21:10:36.464  - info: sayit.0 (24796) starting. Version 3.0.5 in /opt/iobroker/node_modules/iobroker.sayit, node: v18.16.1, js-controller: 4.0.24
                            2023-06-23 21:10:36.530  - info: javascript.0 (24000) script.js.common.ResetAll: Own states (javascript.0.scriptEnabled.Eigene_Datenpunkte.GoToBed) should not be used in javascript.X.scriptEnabled.*! Please move the states to 0_userdata.0.*
                            2023-06-23 21:10:36.640  - info: sayit.0 (24796) Upload announce mp3 files
                            2023-06-23 21:10:37.029  - info: javascript.0 (24000) script.js.common.ResetAll: Own states (javascript.0.scriptEnabled.Eigene_Datenpunkte.NeueDatenPunkte.SunriseStart) should not be used in javascript.X.scriptEnabled.*! Please move the states to 0_userdata.0.*
                            2023-06-23 21:10:37.196  - info: wled.0 (24621) Try to contact : "Wandbord" on IP : 192.168.178.36
                            2023-06-23 21:10:37.254  - info: wled.0 (24621) Tiki connected
                            2023-06-23 21:10:37.312  - info: wled.0 (24621) Initialising : " Wandbord" on IP :  192.168.178.36
                            2023-06-23 21:10:37.544  - info: javascript.0 (24000) script.js.common.ResetAll: Own states (javascript.0.scriptEnabled.Eigene_Datenpunkte.LeaveHomeRun1) should not be used in javascript.X.scriptEnabled.*! Please move the states to 0_userdata.0.*
                            2023-06-23 21:10:38.045  - info: javascript.0 (24000) script.js.common.ResetAll: Own states (javascript.0.scriptEnabled.Eigene_Datenpunkte.NeueDatenPunkte.IOBrokerRestarted) should not be used in javascript.X.scriptEnabled.*! Please move the states to 0_userdata.0.*
                            2023-06-23 21:10:38.549  - info: javascript.0 (24000) script.js.common.ResetAll: Own states (javascript.0.scriptEnabled.Eigene_Datenpunkte.NeueDatenPunkte.IoBrokerRestartTime) should not be used in javascript.X.scriptEnabled.*! Please move the states to 0_userdata.0.*
                            2023-06-23 21:10:38.750  - info: javascript.0 (24000) script.js.common.ResetAll: Own states (javascript.0.scriptEnabled.Eigene_Datenpunkte.NeueDatenPunkte.IoBrokerRestartDate) should not be used in javascript.X.scriptEnabled.*! Please move the states to 0_userdata.0.*
                            2023-06-23 21:10:39.063  - info: javascript.0 (24000) script.js.common.ResetAll: Own states (javascript.0.scriptEnabled.Eigene_Datenpunkte.NeueDatenPunkte.ResetAll) should not be used in javascript.X.scriptEnabled.*! Please move the states to 0_userdata.0.*
                            2023-06-23 21:10:42.876  - info: javascript.0 (24000) script.js.common.Skoda: Own states (javascript.0.scriptEnabled.Eigene_Datenpunkte.NeueDatenPunkte.SkodaZeitstempelAkkuStatus) should not be used in javascript.X.scriptEnabled.*! Please move the states to 0_userdata.0.*
                            2023-06-23 21:10:42.913  - info: javascript.0 (24000) script.js.common.Skoda: Own states (javascript.0.scriptEnabled.Eigene_Datenpunkte.NeueDatenPunkte.SkodaZeitstempelAkkuLadezeit) should not be used in javascript.X.scriptEnabled.*! Please move the states to 0_userdata.0.*
                            2023-06-23 21:10:44.562  - info: javascript.0 (24000) script.js.common.Skoda: Own states (javascript.0.scriptEnabled.Eigene_Datenpunkte.NeueDatenPunkte.SkodaZeitstempel) should not be used in javascript.X.scriptEnabled.*! Please move the states to 0_userdata.0.*
                            2023-06-23 21:10:47.583  - info: wled.0 (24621) Bonjour service started, new  devices  will  be detected automatically
                            2023-06-23 21:10:47.616  - info: info.0 (24421) Reading user data every 8 seconds.
                            2023-06-23 21:10:47.730  - info: wled.0 (24621) Wandbord connected
                            2023-06-23 21:10:49.067  - info: info.0 (24421) Reading process data every 8 seconds.
                            2023-06-23 21:10:50.911  - info: info.0 (24421) Reading disk data every 8 seconds.
                            2023-06-23 21:10:53.611  - info: info.0 (24421) Reading network data every 3 seconds.
                            2023-06-23 21:10:57.595  - info: wled.0 (24621) WLED initialisation finalized, ready to do my job have fun !
                            2023-06-23 21:12:00.822  - info: admin.0 (23930) ==> Connected system.user.admin from ::ffff:192.168.178.20
                            
                            
                            DJMarc75D Offline
                            DJMarc75D Offline
                            DJMarc75
                            schrieb am zuletzt editiert von
                            #16

                            @ichwersonst sagte in e-charts adapter kann nicht installiert werden:

                            21:12:00 up 44 days, 1:01, 1 user, load average: 4.07, 3.02, 3.69

                            wow

                            @ichwersonst sagte in e-charts adapter kann nicht installiert werden:

                            temp=66.6'C

                            wow

                            @ichwersonst sagte in e-charts adapter kann nicht installiert werden:

                            58 M free memory

                            puh...

                            Lehrling seit 1975 !!!
                            Beitrag geholfen ? dann gerne ein upvote rechts unten im Beitrag klicken ;)
                            https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge

                            1 Antwort Letzte Antwort
                            0
                            • I ichwersonst

                              @djmarc75

                              Skript v.2023-04-16
                              
                              *** BASE SYSTEM ***
                              Model           : Raspberry Pi 3 Model B Plus Rev 1.3
                              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:
                               21:12:00 up 44 days,  1:01,  1 user,  load average: 4.07, 3.02, 3.69
                              CPU threads: 4
                              
                              Raspberry only:
                              throttled=0x80008
                              Other values than 0x0 hint to temperature/voltage problems
                              temp=66.6'C
                              volt=1.2500V
                              
                              *** Time and Time Zones ***
                                             Local time: Fri 2023-06-23 21:12:00 CEST
                                         Universal time: Fri 2023-06-23 19:12:00 UTC
                                               RTC time: n/a
                                              Time zone: Europe/Berlin (CEST, +0200)
                              System clock synchronized: yes
                                            NTP service: active
                                        RTC in local TZ: no
                              
                              *** 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:            972M        696M         58M        0.0K        216M        215M
                              Swap:            99M         99M          0B
                              Total:          1.1G        796M         58M
                              
                                        972 M total memory
                                        696 M used memory
                                        180 M active memory
                                        635 M inactive memory
                                         58 M free memory
                                         26 M buffer memory
                                        190 M swap cache
                                         99 M total swap
                                         99 M used swap
                                          0 M free swap
                              
                              Raspberry only:
                              oom events: 0
                              lifetime oom required: 0 Mbytes
                              total time in oom handler: 0 ms
                              max time spent in oom handler: 0 ms
                              
                              *** FILESYSTEM ***
                              Filesystem     Type      Size  Used Avail Use% Mounted on
                              /dev/root      ext4       29G   15G   14G  53% /
                              devtmpfs       devtmpfs  454M     0  454M   0% /dev
                              tmpfs          tmpfs     487M     0  487M   0% /dev/shm
                              tmpfs          tmpfs     195M  980K  194M   1% /run
                              tmpfs          tmpfs     5.0M  8.0K  5.0M   1% /run/lock
                              /dev/mmcblk0p1 vfat      253M   51M  202M  20% /boot
                              tmpfs          tmpfs      98M   36K   98M   1% /run/user/1000
                              
                              Messages concerning ext4 filesystem in dmesg:
                              
                              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:
                              4.1G    /var/
                              3.3G    /var/log
                              3.0G    /var/log/journal/1dfdb4734fa941c381b94fb0796fc84d
                              3.0G    /var/log/journal
                              480M    /var/cache
                              
                              Archived and active journals take up 2.9G in the file system.
                              
                              /opt/iobroker/backups:
                              123M    /opt/iobroker/backups/
                              
                              /opt/iobroker/iobroker-data:
                              199M    /opt/iobroker/iobroker-data/
                              136M    /opt/iobroker/iobroker-data/files
                              52M     /opt/iobroker/iobroker-data/files/javascript.admin
                              52M     /opt/iobroker/iobroker-data/backup-objects
                              34M     /opt/iobroker/iobroker-data/files/javascript.admin/static
                              
                              The five largest files in iobroker-data are:
                              9.1M    /opt/iobroker/iobroker-data/files/echarts.admin/chart/static/js/main.eb0afecd.js
                              7.4M    /opt/iobroker/iobroker-data/objects.jsonl
                              6.9M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js/610.312d98a8.chunk.js.map
                              6.3M    /opt/iobroker/iobroker-data/files/admin.admin/custom/static/js/vendors-node_modules_iobroker_adapter-react-v5_assets_devices_parseNames_js-node_modules_iobr-99c23e.847b8ad9.chunk.js.map
                              5.9M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js/44.59b48e42.chunk.js.map
                              
                              *** NodeJS-Installation ***
                              
                              /usr/bin/nodejs         v18.16.1
                              /usr/bin/node           v18.16.1
                              /usr/bin/npm            9.5.1
                              /usr/bin/npx            9.5.1
                              
                              
                              nodejs:
                                Installed: 18.16.1-deb-1nodesource1
                                Candidate: 18.16.1-deb-1nodesource1
                                Version table:
                               *** 18.16.1-deb-1nodesource1 500
                                      500 https://deb.nodesource.com/node_18.x bullseye/main armhf Packages
                                      100 /var/lib/dpkg/status
                                   16.20.1-deb-1nodesource1 500
                                      500 https://deb.nodesource.com/node_16.x bullseye/main armhf Packages
                                   12.22.12~dfsg-1~deb11u4 500
                                      500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                              
                              Temp directories causing npm8 problem: 0
                              No problems detected
                              
                              *** ioBroker-Installation ***
                              
                              ioBroker Status
                              iobroker is running on this host.
                              
                              
                              Objects type: jsonl
                              States  type: jsonl
                              
                              MULTIHOSTSERVICE/enabled: false
                              
                              Core adapters versions
                              js-controller:  4.0.24
                              admin:          6.3.5
                              javascript:     7.0.3
                              
                              Adapters from github:   0
                              
                              Adapter State
                              + system.adapter.admin.0                  : admin                 : RaspberryVPN                             -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                              + system.adapter.broadlink2.0             : broadlink2            : RaspberryVPN                             -  enabled
                              + system.adapter.broadlink2.1             : broadlink2            : RaspberryVPN                             -  enabled
                              + system.adapter.deconz.0                 : deconz                : RaspberryVPN                             -  enabled
                                system.adapter.icons-icons8.0           : icons-icons8          : RaspberryVPN                             - disabled
                              + system.adapter.info.0                   : info                  : RaspberryVPN                             -  enabled
                              + system.adapter.javascript.0             : javascript            : RaspberryVPN                             -  enabled
                              + system.adapter.lgtv.0                   : lgtv                  : RaspberryVPN                             -  enabled
                              + system.adapter.pushbullet.0             : pushbullet            : RaspberryVPN                             -  enabled
                              + system.adapter.sayit.0                  : sayit                 : RaspberryVPN                             -  enabled
                              + system.adapter.shelly.0                 : shelly                : RaspberryVPN                             -  enabled, port: 1883, bind: 0.0.0.0
                                system.adapter.simple-api.0             : simple-api            : RaspberryVPN                             - disabled, port: 8087, bind: 0.0.0.0 (SSL), run as: admin
                                system.adapter.socketio.0               : socketio              : RaspberryVPN                             - disabled, port: 8084, bind: 0.0.0.0, run as: admin
                              + system.adapter.spotify-premium.0        : spotify-premium       : RaspberryVPN                             -  enabled
                                system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : RaspberryVPN                             - disabled
                                system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : RaspberryVPN                             - disabled
                                system.adapter.vis-map.0                : vis-map               : RaspberryVPN                             -  enabled
                                system.adapter.vis-timeandweather.0     : vis-timeandweather    : RaspberryVPN                             -  enabled
                                system.adapter.vis.0                    : vis                   : RaspberryVPN                             -  enabled
                              + system.adapter.vw-connect.0             : vw-connect            : RaspberryVPN                             -  enabled
                              + system.adapter.web.0                    : web                   : RaspberryVPN                             -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                              + system.adapter.wled.0                   : wled                  : RaspberryVPN                             -  enabled
                              
                              + instance is alive
                              
                              Enabled adapters with bindings
                              + system.adapter.admin.0                  : admin                 : RaspberryVPN                             -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                              + system.adapter.shelly.0                 : shelly                : RaspberryVPN                             -  enabled, port: 1883, bind: 0.0.0.0
                              + system.adapter.web.0                    : web                   : RaspberryVPN                             -  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    "bring"        : 1.8.1    , installed 1.8.1
                              Adapter    "broadlink2"   : 2.1.5    , installed 2.1.5
                              Adapter    "cloud"        : 4.4.1    , installed 4.4.1
                              Adapter    "deconz"       : 1.3.21   , installed 1.3.21
                              Adapter    "icons-icons8" : 0.0.1    , installed 0.0.1
                              Adapter    "info"         : 1.9.26   , installed 1.9.26
                              Adapter    "javascript"   : 7.0.3    , installed 7.0.3
                              Controller "js-controller": 4.0.24   , installed 4.0.24
                              Adapter    "lgtv"         : 1.1.10   , installed 1.1.10
                              Adapter    "logparser"    : 2.2.0    , installed 2.2.0
                              Adapter    "pushbullet"   : 0.0.11   , installed 0.0.11
                              Adapter    "sayit"        : 3.0.5    , installed 3.0.5
                              Adapter    "shelly"       : 6.4.1    , installed 6.4.1
                              Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                              Adapter    "socketio"     : 4.2.0    , installed 4.2.0
                              Adapter    "spotify-premium": 1.2.1  , installed 1.2.1
                              Adapter    "vis"          : 1.4.16   , installed 1.4.16
                              Adapter    "vis-hqwidgets": 1.4.0    , installed 1.4.0
                              Adapter    "vis-jqui-mfd" : 1.0.12   , installed 1.0.12
                              Adapter    "vis-map"      : 1.0.4    , installed 1.0.4
                              Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                              Adapter    "vw-connect"   : 0.0.67   , installed 0.0.67
                              Adapter    "web"          : 4.3.0    , installed 4.3.0
                              Adapter    "wled"         : 0.6.7    , installed 0.6.7
                              Adapter    "ws"           : 1.3.0    , installed 1.3.0
                              
                              Objects and States
                              Please stand by - This may take a while
                              Objects:        4713
                              States:         3547
                              
                              *** OS-Repositories and Updates ***
                              Hit:1 http://archive.raspberrypi.org/debian bullseye InRelease
                              Hit:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                              Hit:3 https://deb.nodesource.com/node_16.x bullseye InRelease
                              Hit:4 https://deb.nodesource.com/node_18.x bullseye InRelease
                              Reading package lists...
                              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:9000          0.0.0.0:*               LISTEN      1001       435539915  23870/iobroker.js-c
                              tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       435539900  23870/iobroker.js-c
                              tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          13088      578/sshd: /usr/sbin
                              tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN      1000       268436901  8759/deCONZ
                              tcp        0      0 127.0.0.1:53            0.0.0.0:*               LISTEN      0          347891055  19271/connmand
                              tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1001       435544275  24049/io.shelly.0
                              tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      0          427095173  5212/cupsd
                              tcp        0      0 0.0.0.0:443             0.0.0.0:*               LISTEN      1000       268438553  8759/deCONZ
                              tcp6       0      0 127.0.0.1:3350          :::*                    LISTEN      0          13456      572/xrdp-sesman
                              tcp6       0      0 :::22                   :::*                    LISTEN      0          13090      578/sshd: /usr/sbin
                              tcp6       0      0 :::3389                 :::*                    LISTEN      111        13625      638/xrdp
                              tcp6       0      0 :::4369                 :::*                    LISTEN      0          347876480  1/systemd
                              tcp6       0      0 :::8082                 :::*                    LISTEN      1001       435541921  24146/io.web.0
                              tcp6       0      0 :::8081                 :::*                    LISTEN      1001       435541728  23930/io.admin.0
                              udp        0      0 127.0.0.1:53            0.0.0.0:*                           0          347891047  19271/connmand
                              udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          13143      513/dhcpcd
                              udp        0      0 0.0.0.0:38484           0.0.0.0:*                           1001       435544340  24261/io.broadlink2
                              udp        0      0 0.0.0.0:33881           0.0.0.0:*                           1001       435544419  24261/io.broadlink2
                              udp        0      0 0.0.0.0:631             0.0.0.0:*                           0          427093256  5238/cups-browsed
                              udp        0      0 0.0.0.0:15001           0.0.0.0:*                           1001       435542749  24298/io.broadlink2
                              udp        0      0 0.0.0.0:15001           0.0.0.0:*                           1001       435542710  24261/io.broadlink2
                              udp        0      0 0.0.0.0:53408           0.0.0.0:*                           0          347891310  19271/connmand
                              udp        0      0 0.0.0.0:49859           0.0.0.0:*                           1001       435542752  24298/io.broadlink2
                              udp        0      0 0.0.0.0:37608           0.0.0.0:*                           108        347889567  19801/avahi-daemon:
                              udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       435545311  24621/io.wled.0
                              udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        347889565  19801/avahi-daemon:
                              udp        0      0 0.0.0.0:1900            0.0.0.0:*                           1001       435541998  24379/io.deconz.0
                              udp        0      0 0.0.0.0:1900            0.0.0.0:*                           1001       435541997  24379/io.deconz.0
                              udp        0      0 0.0.0.0:1900            0.0.0.0:*                           1000       268437005  8759/deCONZ
                              udp        0      0 0.0.0.0:33764           0.0.0.0:*                           1001       435544341  24261/io.broadlink2
                              udp        0      0 0.0.0.0:52748           0.0.0.0:*                           1001       435543648  24298/io.broadlink2
                              udp        0      0 0.0.0.0:35351           0.0.0.0:*                           1001       435542753  24298/io.broadlink2
                              udp6       0      0 :::5353                 :::*                                108        347889566  19801/avahi-daemon:
                              udp6       0      0 :::41795                :::*                                108        347889568  19801/avahi-daemon:
                              
                              *** Log File - Last 25 Lines ***
                              
                              2023-06-23 21:10:35.262  - info: javascript.0 (24000) script.js.common.ResetAll: Own states (javascript.0.scriptEnabled.Eigene_Datenpunkte.NeueDatenPunkte.ResetAll) should not be used in javascript.X.scriptEnabled.*! Please move the states to 0_userdata.0.*
                              2023-06-23 21:10:35.398  - info: vw-connect.0 (24685) Found 1 vehicles
                              2023-06-23 21:10:36.464  - info: sayit.0 (24796) starting. Version 3.0.5 in /opt/iobroker/node_modules/iobroker.sayit, node: v18.16.1, js-controller: 4.0.24
                              2023-06-23 21:10:36.530  - info: javascript.0 (24000) script.js.common.ResetAll: Own states (javascript.0.scriptEnabled.Eigene_Datenpunkte.GoToBed) should not be used in javascript.X.scriptEnabled.*! Please move the states to 0_userdata.0.*
                              2023-06-23 21:10:36.640  - info: sayit.0 (24796) Upload announce mp3 files
                              2023-06-23 21:10:37.029  - info: javascript.0 (24000) script.js.common.ResetAll: Own states (javascript.0.scriptEnabled.Eigene_Datenpunkte.NeueDatenPunkte.SunriseStart) should not be used in javascript.X.scriptEnabled.*! Please move the states to 0_userdata.0.*
                              2023-06-23 21:10:37.196  - info: wled.0 (24621) Try to contact : "Wandbord" on IP : 192.168.178.36
                              2023-06-23 21:10:37.254  - info: wled.0 (24621) Tiki connected
                              2023-06-23 21:10:37.312  - info: wled.0 (24621) Initialising : " Wandbord" on IP :  192.168.178.36
                              2023-06-23 21:10:37.544  - info: javascript.0 (24000) script.js.common.ResetAll: Own states (javascript.0.scriptEnabled.Eigene_Datenpunkte.LeaveHomeRun1) should not be used in javascript.X.scriptEnabled.*! Please move the states to 0_userdata.0.*
                              2023-06-23 21:10:38.045  - info: javascript.0 (24000) script.js.common.ResetAll: Own states (javascript.0.scriptEnabled.Eigene_Datenpunkte.NeueDatenPunkte.IOBrokerRestarted) should not be used in javascript.X.scriptEnabled.*! Please move the states to 0_userdata.0.*
                              2023-06-23 21:10:38.549  - info: javascript.0 (24000) script.js.common.ResetAll: Own states (javascript.0.scriptEnabled.Eigene_Datenpunkte.NeueDatenPunkte.IoBrokerRestartTime) should not be used in javascript.X.scriptEnabled.*! Please move the states to 0_userdata.0.*
                              2023-06-23 21:10:38.750  - info: javascript.0 (24000) script.js.common.ResetAll: Own states (javascript.0.scriptEnabled.Eigene_Datenpunkte.NeueDatenPunkte.IoBrokerRestartDate) should not be used in javascript.X.scriptEnabled.*! Please move the states to 0_userdata.0.*
                              2023-06-23 21:10:39.063  - info: javascript.0 (24000) script.js.common.ResetAll: Own states (javascript.0.scriptEnabled.Eigene_Datenpunkte.NeueDatenPunkte.ResetAll) should not be used in javascript.X.scriptEnabled.*! Please move the states to 0_userdata.0.*
                              2023-06-23 21:10:42.876  - info: javascript.0 (24000) script.js.common.Skoda: Own states (javascript.0.scriptEnabled.Eigene_Datenpunkte.NeueDatenPunkte.SkodaZeitstempelAkkuStatus) should not be used in javascript.X.scriptEnabled.*! Please move the states to 0_userdata.0.*
                              2023-06-23 21:10:42.913  - info: javascript.0 (24000) script.js.common.Skoda: Own states (javascript.0.scriptEnabled.Eigene_Datenpunkte.NeueDatenPunkte.SkodaZeitstempelAkkuLadezeit) should not be used in javascript.X.scriptEnabled.*! Please move the states to 0_userdata.0.*
                              2023-06-23 21:10:44.562  - info: javascript.0 (24000) script.js.common.Skoda: Own states (javascript.0.scriptEnabled.Eigene_Datenpunkte.NeueDatenPunkte.SkodaZeitstempel) should not be used in javascript.X.scriptEnabled.*! Please move the states to 0_userdata.0.*
                              2023-06-23 21:10:47.583  - info: wled.0 (24621) Bonjour service started, new  devices  will  be detected automatically
                              2023-06-23 21:10:47.616  - info: info.0 (24421) Reading user data every 8 seconds.
                              2023-06-23 21:10:47.730  - info: wled.0 (24621) Wandbord connected
                              2023-06-23 21:10:49.067  - info: info.0 (24421) Reading process data every 8 seconds.
                              2023-06-23 21:10:50.911  - info: info.0 (24421) Reading disk data every 8 seconds.
                              2023-06-23 21:10:53.611  - info: info.0 (24421) Reading network data every 3 seconds.
                              2023-06-23 21:10:57.595  - info: wled.0 (24621) WLED initialisation finalized, ready to do my job have fun !
                              2023-06-23 21:12:00.822  - info: admin.0 (23930) ==> Connected system.user.admin from ::ffff:192.168.178.20
                              
                              
                              HomoranH Nicht stören
                              HomoranH Nicht stören
                              Homoran
                              Global Moderator Administrators
                              schrieb am zuletzt editiert von
                              #17

                              @ichwersonst sagte in e-charts adapter kann nicht installiert werden:

                              Other values than 0x0 hint to temperature/voltage problems
                              temp=66.6'C

                              schon heftig, deswegen drosseltver auch.

                              @ichwersonst sagte in e-charts adapter kann nicht installiert werden:

                              load average: 4.07, 3.02, 3.69

                              passt dazu. an der Grenze.

                              @ichwersonst sagte in e-charts adapter kann nicht installiert werden:

                              Mem: 972M 696M 58M 0.0K 216M 215M

                              ram geht aus, swapped gewaltig, kostet Zeit und Leistung

                              @ichwersonst sagte in e-charts adapter kann nicht installiert werden:

                              Adapter State

                              13 aktive Instanzen sind zu viel für 1GB RAM

                              kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                              Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                              der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                              I 2 Antworten Letzte Antwort
                              0
                              • HomoranH Homoran

                                @ichwersonst sagte in e-charts adapter kann nicht installiert werden:

                                Other values than 0x0 hint to temperature/voltage problems
                                temp=66.6'C

                                schon heftig, deswegen drosseltver auch.

                                @ichwersonst sagte in e-charts adapter kann nicht installiert werden:

                                load average: 4.07, 3.02, 3.69

                                passt dazu. an der Grenze.

                                @ichwersonst sagte in e-charts adapter kann nicht installiert werden:

                                Mem: 972M 696M 58M 0.0K 216M 215M

                                ram geht aus, swapped gewaltig, kostet Zeit und Leistung

                                @ichwersonst sagte in e-charts adapter kann nicht installiert werden:

                                Adapter State

                                13 aktive Instanzen sind zu viel für 1GB RAM

                                I Offline
                                I Offline
                                ichwersonst
                                schrieb am zuletzt editiert von
                                #18

                                @homoran

                                shit ja 66°C sind heftig viel.
                                Kann ich den ram beim raspi 3 model b einfach erweitern ?
                                Oder gibt es noch anderen Möglichkeiten ?

                                Thomas BraunT 1 Antwort Letzte Antwort
                                0
                                • I ichwersonst

                                  @homoran

                                  shit ja 66°C sind heftig viel.
                                  Kann ich den ram beim raspi 3 model b einfach erweitern ?
                                  Oder gibt es noch anderen Möglichkeiten ?

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

                                  @ichwersonst sagte in e-charts adapter kann nicht installiert werden:

                                  Kann ich den ram beim raspi 3 model b einfach erweitern ?

                                  Nein, die Bausteine sind gelötet.

                                  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

                                  I 1 Antwort Letzte Antwort
                                  0
                                  • HomoranH Homoran

                                    @ichwersonst sagte in e-charts adapter kann nicht installiert werden:

                                    Other values than 0x0 hint to temperature/voltage problems
                                    temp=66.6'C

                                    schon heftig, deswegen drosseltver auch.

                                    @ichwersonst sagte in e-charts adapter kann nicht installiert werden:

                                    load average: 4.07, 3.02, 3.69

                                    passt dazu. an der Grenze.

                                    @ichwersonst sagte in e-charts adapter kann nicht installiert werden:

                                    Mem: 972M 696M 58M 0.0K 216M 215M

                                    ram geht aus, swapped gewaltig, kostet Zeit und Leistung

                                    @ichwersonst sagte in e-charts adapter kann nicht installiert werden:

                                    Adapter State

                                    13 aktive Instanzen sind zu viel für 1GB RAM

                                    I Offline
                                    I Offline
                                    ichwersonst
                                    schrieb am zuletzt editiert von
                                    #20

                                    @homoran

                                    Wenn ich im Reiter Instanzen schauen liegt die Auslastung bei 766MB.
                                    Ist doch IO bei 1GB RAM oder ? Unabhängig davon wie viele Instanzen aktiv sind ...

                                    HomoranH 1 Antwort Letzte Antwort
                                    0
                                    • Thomas BraunT Thomas Braun

                                      @ichwersonst sagte in e-charts adapter kann nicht installiert werden:

                                      Kann ich den ram beim raspi 3 model b einfach erweitern ?

                                      Nein, die Bausteine sind gelötet.

                                      I Offline
                                      I Offline
                                      ichwersonst
                                      schrieb am zuletzt editiert von
                                      #21

                                      @thomas-braun

                                      schade ... also ein anderer PI?

                                      1 Antwort Letzte Antwort
                                      0
                                      • DJMarc75D Offline
                                        DJMarc75D Offline
                                        DJMarc75
                                        schrieb am zuletzt editiert von DJMarc75
                                        #22

                                        ups...

                                        Beitragstitel : e-charts adapter kann nicht installiert werden

                                        völlig vernachlässigt

                                        Lehrling seit 1975 !!!
                                        Beitrag geholfen ? dann gerne ein upvote rechts unten im Beitrag klicken ;)
                                        https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge

                                        1 Antwort Letzte Antwort
                                        0
                                        • I ichwersonst

                                          @homoran

                                          Wenn ich im Reiter Instanzen schauen liegt die Auslastung bei 766MB.
                                          Ist doch IO bei 1GB RAM oder ? Unabhängig davon wie viele Instanzen aktiv sind ...

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

                                          @ichwersonst sagte in e-charts adapter kann nicht installiert werden:

                                          Ist doch IO bei 1GB RAM oder ?

                                          oder!

                                          sobald eine scheduled Instanz startet ist Ende

                                          Möglicherweise reicht der RAM auch bei dem Versuch der Installation nicht mehr

                                          kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                                          Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                                          der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

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


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          545

                                          Online

                                          32.7k

                                          Benutzer

                                          82.4k

                                          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