Skip to content
  • Home
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • 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

  • Default (No Skin)
  • No Skin
Collapse
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. English
  3. ioBroker general
  4. Node.js update

NEWS

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    22
    1
    1.1k

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

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    14
    1
    2.4k

Node.js update

Scheduled Pinned Locked Moved ioBroker general
node.js
39 Posts 3 Posters 5.8k Views 3 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    ap2017
    wrote on last edited by ap2017
    #1

    I decided to update node.js 16 to node.js 18 using the following script:

    sudo apt-get --purge remove node
    sudo apt-get --purge remove nodejs
    sudo apt-get autoremove
    sudo reboot
    curl -sL https://deb.nodesource.com/setup_18.x | sudo -E bash -
    sudo apt-get install -y build-essential libavahi-compat-libdnssd-dev libudev-dev libpam0g-dev nodejs
    sudo reboot
    cd /opt/iobroker
    npm rebuild
    iobroker start
    
    

    The system refused to do npm rebuild complaining that rebuild command not found.
    Now I am not able to start ioBroker. What should I do?

    Found another script for node.js update:

    cd /opt/iobroker
    iobroker stop
    sudo apt purge --autoremove nodejs* npm node-*
    curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash –
    sudo apt install -y nodejs
    iobroker fix
    iobroker start
    
    

    But after curl command getting:

    ap@AP-Tiny:/opt/iobroker$ curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash –
    bash: –: No such file or directory
    curl: (23) Failed writing body (0 != 16146)
    ap@AP-Tiny:/opt/iobroker$
    
    
    Thomas BraunT 1 Reply Last reply
    0
    • A ap2017

      I decided to update node.js 16 to node.js 18 using the following script:

      sudo apt-get --purge remove node
      sudo apt-get --purge remove nodejs
      sudo apt-get autoremove
      sudo reboot
      curl -sL https://deb.nodesource.com/setup_18.x | sudo -E bash -
      sudo apt-get install -y build-essential libavahi-compat-libdnssd-dev libudev-dev libpam0g-dev nodejs
      sudo reboot
      cd /opt/iobroker
      npm rebuild
      iobroker start
      
      

      The system refused to do npm rebuild complaining that rebuild command not found.
      Now I am not able to start ioBroker. What should I do?

      Found another script for node.js update:

      cd /opt/iobroker
      iobroker stop
      sudo apt purge --autoremove nodejs* npm node-*
      curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash –
      sudo apt install -y nodejs
      iobroker fix
      iobroker start
      
      

      But after curl command getting:

      ap@AP-Tiny:/opt/iobroker$ curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash –
      bash: –: No such file or directory
      curl: (23) Failed writing body (0 != 16146)
      ap@AP-Tiny:/opt/iobroker$
      
      
      Thomas BraunT Online
      Thomas BraunT Online
      Thomas Braun
      Most Active
      wrote on last edited by Thomas Braun
      #2

      @ap2017

      Check the situation:

      sudo ln -s /usr/bin/node /usr/bin/nodejs &> /dev/null
      uname -m && type -P nodejs node npm npx && nodejs -v && node -v && npm -v && npx -v && iob -v && whoami && groups && echo $XDG_SESSION_TYPE && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
      

      For even more details on your system use

      iob diag
      

      If you can understand German, please also check the instructions regarding nodejs in my signature.

      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

      A 2 Replies Last reply
      1
      • Thomas BraunT Thomas Braun

        @ap2017

        Check the situation:

        sudo ln -s /usr/bin/node /usr/bin/nodejs &> /dev/null
        uname -m && type -P nodejs node npm npx && nodejs -v && node -v && npm -v && npx -v && iob -v && whoami && groups && echo $XDG_SESSION_TYPE && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
        

        For even more details on your system use

        iob diag
        

        If you can understand German, please also check the instructions regarding nodejs in my signature.

        A Offline
        A Offline
        ap2017
        wrote on last edited by
        #3

        @thomas-braun said in Node.js update:

        iob diag

        
        *** ioBroker Diagnosis ***
        
        Please stretch the window of your terminal programm (puTTY) as wide as possible or switch to full screen
        
        The following checks may give hints to potential malconfigurations or errors, please post them in our forum:
        
        https://forum.iobroker.net
        
        Just copy and paste the Summary Page, including the ``` characters at start and end.
        It helps us to help you!
        
        Press any key to continue
        
        ======== Start marking the full check here =========
        
        Skript v.2023-04-16
        
        *** BASE SYSTEM ***
        Architecture    : x86_64
        Docker          : false
        Virtualization  : none
        Distributor ID: LinuxMint
        Description:    Linux Mint 19.1 Tessa
        Release:        19.1
        Codename:       tessa
        
        NAME="Linux Mint"
        VERSION="19.1 (Tessa)"
        ID=linuxmint
        ID_LIKE=ubuntu
        PRETTY_NAME="Linux Mint 19.1"
        VERSION_ID="19.1"
        HOME_URL="https://www.linuxmint.com/"
        SUPPORT_URL="https://forums.linuxmint.com/"
        BUG_REPORT_URL="http://linuxmint-troubleshooting-guide.readthedocs.io/en/latest/"
        PRIVACY_POLICY_URL="https://www.linuxmint.com/"
        VERSION_CODENAME=tessa
        UBUNTU_CODENAME=bionic
        
        Systemuptime and Load:
         16:21:23 up 20:38,  2 users,  load average: 0.10, 0.05, 0.02
        CPU threads: 4
        
        
        *** Time and Time Zones ***
                              Local time: Tue 2023-06-13 16:21:23 EDT
                          Universal time: Tue 2023-06-13 20:21:23 UTC
                                RTC time: Tue 2023-06-13 20:21:23
                               Time zone: America/New_York (EDT, -0400)
               System clock synchronized: yes
        systemd-timesyncd.service active: yes
                         RTC in local TZ: no
        
        *** User and Groups ***
        ap
        /home/ap
        ap adm dialout cdrom sudo dip plugdev lpadmin sambashare iobroker
        
        *** X-Server-Setup ***
        X-Server:       true
        Desktop:
        Terminal:
        Boot Target:    graphical.target
        
        *** MEMORY ***
                      total        used        free      shared  buff/cache   available
        Mem:           3.9G        494M        1.2G         45M        2.2G        3.0G
        Swap:          2.1G          0B        2.1G
        Total:         6.0G        494M        3.3G
        
                 3768 M total memory
                  483 M used memory
                 1418 M active memory
                  567 M inactive memory
                 1155 M free memory
                  666 M buffer memory
                 1462 M swap cache
                 2047 M total swap
                    0 M used swap
                 2047 M free swap
        
        *** FILESYSTEM ***
        Filesystem     Type      Size  Used Avail Use% Mounted on
        udev           devtmpfs  1.9G     0  1.9G   0% /dev
        tmpfs          tmpfs     377M  1.2M  376M   1% /run
        /dev/sda1      ext4      220G  131G   78G  63% /
        tmpfs          tmpfs     1.9G     0  1.9G   0% /dev/shm
        tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
        tmpfs          tmpfs     1.9G     0  1.9G   0% /sys/fs/cgroup
        tmpfs          tmpfs     377M   20K  377M   1% /run/user/1000
        
        Messages concerning ext4 filesystem in dmesg:
        [Mon Jun 12 19:42:48 2023] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
        [Mon Jun 12 19:42:49 2023] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
        
        Show mounted filesystems (real ones only):
        findmnt: unrecognized option '--real'
        Try 'findmnt --help' for more information.
        
        Files in neuralgic directories:
        
        /var:
        3.8G    /var/
        1.9G    /var/lib
        1.7G    /var/log/journal/82929df7ee394b73b81252fe3b4e5020
        1.7G    /var/log/journal
        1.7G    /var/log
        
        Archived and active journals take up 1.6G in the file system.
        
        /opt/iobroker/backups:
        24M     /opt/iobroker/backups/
        
        /opt/iobroker/iobroker-data:
        56G     /opt/iobroker/iobroker-data/
        55G     /opt/iobroker/iobroker-data/history
        429M    /opt/iobroker/iobroker-data/files
        125M    /opt/iobroker/iobroker-data/history/20210321
        125M    /opt/iobroker/iobroker-data/history/20210320
        
        The five largest files in iobroker-data are:
        23M     /opt/iobroker/iobroker-data/files/echarts/static/js/main.de9334af.js.map
        23M     /opt/iobroker/iobroker-data/files/echarts.admin/static/js/main.e7d9968b.js.map
        23M     /opt/iobroker/iobroker-data/files/echarts.admin/chart/static/js/main.de9334af.js.map
        20M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.becd2d7c.js.map
        17M     /opt/iobroker/iobroker-data/files/echarts/preview/static/js/main.52d0ccae.js.map
        
        *** NodeJS-Installation ***
        
        /home/iobroker/.diag.sh: line 166: nodejs: command not found
        
        /home/iobroker/.diag.sh: line 167: node: command not found
        
        /home/iobroker/.diag.sh: line 168: npm: command not found
        
        /home/iobroker/.diag.sh: line 169: npx: command not found
        
        /home/iobroker/.diag.sh: line 175: nodejs: command not found
        /home/iobroker/.diag.sh: line 176: node: command not found
        /home/iobroker/.diag.sh: line 177: npm: command not found
        /home/iobroker/.diag.sh: line 178: npx: command not found
        *** nodejs is NOT correctly installed ***
        
        nodejs:
          Installed: (none)
          Candidate: 18.16.0-deb-1nodesource1
          Version table:
             18.16.0-deb-1nodesource1 500
                500 https://deb.nodesource.com/node_18.x bionic/main amd64 Packages
             8.10.0~dfsg-2ubuntu0.4 500
                500 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages
             8.10.0~dfsg-2ubuntu0.2 500
                500 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages
             8.10.0~dfsg-2 500
                500 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
        
        Temp directories causing npm8 problem: 0
        No problems detected
        
        *** ioBroker-Installation ***
        
        ioBroker Status
        sudo: node: command not found
        
        sudo: node: command not found
        
        Core adapters versions
        sudo: node: command not found
        js-controller:
        sudo: node: command not found
        admin:
        sudo: node: command not found
        javascript:
        
        /home/iobroker/.diag.sh: line 248: npm: command not found
        Adapters from github:   0
        
        Adapter State
        sudo: node: command not found
        
        Enabled adapters with bindings
        sudo: node: command not found
        
        ioBroker-Repositories
        sudo: node: command not found
        
        Installed ioBroker-Instances
        sudo: node: command not found
        
        Objects and States
        Please stand by - This may take a while
        Objects:        0
        States:         0
        
        *** OS-Repositories and Updates ***
        Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease
        Hit:2 http://archive.canonical.com/ubuntu bionic InRelease
        Hit:3 http://archive.ubuntu.com/ubuntu bionic InRelease
        Ign:4 http://packages.linuxmint.com tessa InRelease
        Hit:5 http://archive.ubuntu.com/ubuntu bionic-updates InRelease
        Hit:6 http://archive.ubuntu.com/ubuntu bionic-backports InRelease
        Hit:7 https://deb.nodesource.com/node_18.x bionic InRelease
        Hit:8 http://packages.linuxmint.com tessa Release
        Hit:9 http://phoscon.de/apt/deconz bionic InRelease
        Reading package lists...
        Pending Updates: 133
        
        *** 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.53:53           0.0.0.0:*               LISTEN      101        17852      677/systemd-resolve
        tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          30232      818/sshd
        tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      0          494799     13412/cupsd
        tcp6       0      0 :::22                   :::*                    LISTEN      0          30234      818/sshd
        tcp6       0      0 ::1:631                 :::*                    LISTEN      0          494798     13412/cupsd
        udp        0      0 0.0.0.0:631             0.0.0.0:*                           0          494804     13414/cups-browsed
        udp        0      0 0.0.0.0:5353            0.0.0.0:*                           115        24257      690/avahi-daemon: r
        udp        0      0 0.0.0.0:57102           0.0.0.0:*                           115        24259      690/avahi-daemon: r
        udp        0      0 127.0.0.53:53           0.0.0.0:*                           101        17851      677/systemd-resolve
        udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          28412      1091/dhclient
        udp6       0      0 :::48359                :::*                                115        24260      690/avahi-daemon: r
        udp6       0      0 :::5353                 :::*                                115        24258      690/avahi-daemon: r
        
        *** Log File - Last 25 Lines ***
        
        2023-06-12 19:29:38.392  - debug: zigbee.0 (13952) DeviceAvailability:Publish available for 0xa4c138375c1e064d = false
        2023-06-12 19:29:38.394  - debug: zigbee.0 (13952) DeviceAvailability:Publish LQ for 0xa4c138375c1e064d = 0
        2023-06-12 19:29:38.397  - debug: zigbee.0 (13952) DeviceAvailability:Publish available for 0xa4c13855ba4e66b6 = false
        2023-06-12 19:29:38.399  - debug: zigbee.0 (13952) DeviceAvailability:Publish LQ for 0xa4c13855ba4e66b6 = 0
        2023-06-12 19:29:38.403  - info: zigbee.0 (13952) Zigbee: disabling joining new devices.
        2023-06-12 19:29:38.799  - info: zigbee.0 (13952) Got terminate signal TERMINATE_YOURSELF
        2023-06-12 19:29:38.884  - info: zwave2.0 (14596) terminating
        2023-06-12 19:29:38.885  - info: host.AP-Tiny instance system.adapter.info.0 terminated with code 0 (NO_ERROR)
        2023-06-12 19:29:38.896  - info: zigbee.0 (13952) terminating
        2023-06-12 19:29:38.897  - debug: zigbee.0 (13952) Plugin sentry destroyed
        2023-06-12 19:29:38.898  - info: zigbee.0 (13952) Terminated (NO_ERROR): Without reason
        2023-06-12 19:29:38.950  - info: host.AP-Tiny instance system.adapter.simple-api.0 terminated with code 0 (NO_ERROR)
        2023-06-12 19:29:38.998  - info: host.AP-Tiny instance system.adapter.admin.0 terminated with code 0 (NO_ERROR)
        2023-06-12 19:29:39.031  - info: host.AP-Tiny instance system.adapter.javascript.0 terminated with code 0 (NO_ERROR)
        2023-06-12 19:29:39.077  - info: host.AP-Tiny instance system.adapter.web.0 terminated with code 0 (NO_ERROR)
        2023-06-12 19:29:39.157  - info: host.AP-Tiny instance system.adapter.zwave2.0 terminated with code 0 (NO_ERROR)
        2023-06-12 19:29:39.247  - info: host.AP-Tiny instance system.adapter.telegram.0 terminated with code 0 (NO_ERROR)
        2023-06-12 19:29:39.324  - info: host.AP-Tiny stopInstance system.adapter.zigbee.0 killing pid 13952
        2023-06-12 19:29:39.370  - warn: host.AP-Tiny instance system.adapter.zigbee.0 terminated due to SIGTERM
        2023-06-12 19:29:39.370  - info: host.AP-Tiny instance system.adapter.zigbee.0 terminated with code null ()
        2023-06-12 19:29:39.789  - info: history.0 (13935) terminating
        2023-06-12 19:29:39.793  - info: history.0 (13935) Terminated (NO_ERROR): Without reason
        2023-06-12 19:29:40.348  - info: host.AP-Tiny instance system.adapter.history.0 terminated with code 0 (NO_ERROR)
        2023-06-12 19:29:40.349  - info: host.AP-Tiny All instances are stopped.
        2023-06-12 19:29:40.422  - info: host.AP-Tiny terminated
        
        ============ Mark until here for C&P =============
        
        iob diag has finished.
        
        

        Press any key for a summary
        Copy text starting here:

        ======================= SUMMARY =======================
                             v.2023-04-16
        
        
        Operatingsystem:        Linux Mint 19.1 Tessa
        Kernel:                 4.15.0-65-generic
        Installation:           Native
        Timezone:                zone: America/New_York (EDT, -0400)
        User-ID:                1000
        X-Server:               true
        Boot Target:            graphical.target
        
        Pending OS-Updates:     133
        sudo: node: command not found
        Pending iob updates:    0
        
        /home/iobroker/.diag.sh: line 340: nodejs: command not found
        Nodejs-Installation:
        /home/iobroker/.diag.sh: line 341: node: command not found
        
        /home/iobroker/.diag.sh: line 342: npm: command not found
        
        /home/iobroker/.diag.sh: line 343: npx: command not found
        
        
        Recommended versions are nodejs 18.x.y and npm 9.x.y
        *** nodejs is NOT correctly installed ***
        
        MEMORY:
                      total        used        free      shared  buff/cache   available
        Mem:           3.9G        496M        1.2G         45M        2.2G        3.0G
        Swap:          2.1G          0B        2.1G
        Total:         6.0G        496M        3.3G
        
        sudo: node: command not found
        Active iob-Instances:   0
        sudo: node: command not found
        
        sudo: node: command not found
        ioBroker Core:          js-controller
        sudo: node: command not found
                                admin
        
        sudo: node: command not found
        ioBroker Status:
        
        Status admin and web instance:
        sudo: node: command not found
        
        Objects:                0
        States:                 0
        
        Size of iob-Database:
        
        14M     /opt/iobroker/iobroker-data/objects.jsonl
        6.9M    /opt/iobroker/iobroker-data/objects.json.migrated
        6.9M    /opt/iobroker/iobroker-data/objects.json.bak.migrated
        9.0M    /opt/iobroker/iobroker-data/states.jsonl
        424K    /opt/iobroker/iobroker-data/states.json.migrated
        424K    /opt/iobroker/iobroker-data/states.json.bak.migrated
        0       /opt/iobroker/iobroker-data/states.json.broken
        
        
        
        =================== END OF SUMMARY ====================
        
        
        Thomas BraunT 1 Reply Last reply
        0
        • Thomas BraunT Thomas Braun

          @ap2017

          Check the situation:

          sudo ln -s /usr/bin/node /usr/bin/nodejs &> /dev/null
          uname -m && type -P nodejs node npm npx && nodejs -v && node -v && npm -v && npx -v && iob -v && whoami && groups && echo $XDG_SESSION_TYPE && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
          

          For even more details on your system use

          iob diag
          

          If you can understand German, please also check the instructions regarding nodejs in my signature.

          A Offline
          A Offline
          ap2017
          wrote on last edited by ap2017
          #4

          @thomas-braun said in Node.js update:

          sudo ln -s /usr/bin/node /usr/bin/nodejs &> /dev/null uname -m && type -P nodejs node npm npx && nodejs -v && node -v && npm -v && npx -v && iob -v && whoami && groups && echo $XDG_SESSION_TYPE && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs

          Not sure what you mean by checking situation. I am not getting any response from the system after running line 1 and 2

          sudo ln -s /usr/bin/node /usr/bin/nodejs &> /dev/null
          uname -m && type -P nodejs node npm npx && nodejs -v && node -v && npm -v && npx -v && iob -v && whoami && groups && echo $XDG_SESSION_TYPE && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
          
          
          Thomas BraunT 2 Replies Last reply
          0
          • A ap2017

            @thomas-braun said in Node.js update:

            iob diag

            
            *** ioBroker Diagnosis ***
            
            Please stretch the window of your terminal programm (puTTY) as wide as possible or switch to full screen
            
            The following checks may give hints to potential malconfigurations or errors, please post them in our forum:
            
            https://forum.iobroker.net
            
            Just copy and paste the Summary Page, including the ``` characters at start and end.
            It helps us to help you!
            
            Press any key to continue
            
            ======== Start marking the full check here =========
            
            Skript v.2023-04-16
            
            *** BASE SYSTEM ***
            Architecture    : x86_64
            Docker          : false
            Virtualization  : none
            Distributor ID: LinuxMint
            Description:    Linux Mint 19.1 Tessa
            Release:        19.1
            Codename:       tessa
            
            NAME="Linux Mint"
            VERSION="19.1 (Tessa)"
            ID=linuxmint
            ID_LIKE=ubuntu
            PRETTY_NAME="Linux Mint 19.1"
            VERSION_ID="19.1"
            HOME_URL="https://www.linuxmint.com/"
            SUPPORT_URL="https://forums.linuxmint.com/"
            BUG_REPORT_URL="http://linuxmint-troubleshooting-guide.readthedocs.io/en/latest/"
            PRIVACY_POLICY_URL="https://www.linuxmint.com/"
            VERSION_CODENAME=tessa
            UBUNTU_CODENAME=bionic
            
            Systemuptime and Load:
             16:21:23 up 20:38,  2 users,  load average: 0.10, 0.05, 0.02
            CPU threads: 4
            
            
            *** Time and Time Zones ***
                                  Local time: Tue 2023-06-13 16:21:23 EDT
                              Universal time: Tue 2023-06-13 20:21:23 UTC
                                    RTC time: Tue 2023-06-13 20:21:23
                                   Time zone: America/New_York (EDT, -0400)
                   System clock synchronized: yes
            systemd-timesyncd.service active: yes
                             RTC in local TZ: no
            
            *** User and Groups ***
            ap
            /home/ap
            ap adm dialout cdrom sudo dip plugdev lpadmin sambashare iobroker
            
            *** X-Server-Setup ***
            X-Server:       true
            Desktop:
            Terminal:
            Boot Target:    graphical.target
            
            *** MEMORY ***
                          total        used        free      shared  buff/cache   available
            Mem:           3.9G        494M        1.2G         45M        2.2G        3.0G
            Swap:          2.1G          0B        2.1G
            Total:         6.0G        494M        3.3G
            
                     3768 M total memory
                      483 M used memory
                     1418 M active memory
                      567 M inactive memory
                     1155 M free memory
                      666 M buffer memory
                     1462 M swap cache
                     2047 M total swap
                        0 M used swap
                     2047 M free swap
            
            *** FILESYSTEM ***
            Filesystem     Type      Size  Used Avail Use% Mounted on
            udev           devtmpfs  1.9G     0  1.9G   0% /dev
            tmpfs          tmpfs     377M  1.2M  376M   1% /run
            /dev/sda1      ext4      220G  131G   78G  63% /
            tmpfs          tmpfs     1.9G     0  1.9G   0% /dev/shm
            tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
            tmpfs          tmpfs     1.9G     0  1.9G   0% /sys/fs/cgroup
            tmpfs          tmpfs     377M   20K  377M   1% /run/user/1000
            
            Messages concerning ext4 filesystem in dmesg:
            [Mon Jun 12 19:42:48 2023] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
            [Mon Jun 12 19:42:49 2023] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
            
            Show mounted filesystems (real ones only):
            findmnt: unrecognized option '--real'
            Try 'findmnt --help' for more information.
            
            Files in neuralgic directories:
            
            /var:
            3.8G    /var/
            1.9G    /var/lib
            1.7G    /var/log/journal/82929df7ee394b73b81252fe3b4e5020
            1.7G    /var/log/journal
            1.7G    /var/log
            
            Archived and active journals take up 1.6G in the file system.
            
            /opt/iobroker/backups:
            24M     /opt/iobroker/backups/
            
            /opt/iobroker/iobroker-data:
            56G     /opt/iobroker/iobroker-data/
            55G     /opt/iobroker/iobroker-data/history
            429M    /opt/iobroker/iobroker-data/files
            125M    /opt/iobroker/iobroker-data/history/20210321
            125M    /opt/iobroker/iobroker-data/history/20210320
            
            The five largest files in iobroker-data are:
            23M     /opt/iobroker/iobroker-data/files/echarts/static/js/main.de9334af.js.map
            23M     /opt/iobroker/iobroker-data/files/echarts.admin/static/js/main.e7d9968b.js.map
            23M     /opt/iobroker/iobroker-data/files/echarts.admin/chart/static/js/main.de9334af.js.map
            20M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.becd2d7c.js.map
            17M     /opt/iobroker/iobroker-data/files/echarts/preview/static/js/main.52d0ccae.js.map
            
            *** NodeJS-Installation ***
            
            /home/iobroker/.diag.sh: line 166: nodejs: command not found
            
            /home/iobroker/.diag.sh: line 167: node: command not found
            
            /home/iobroker/.diag.sh: line 168: npm: command not found
            
            /home/iobroker/.diag.sh: line 169: npx: command not found
            
            /home/iobroker/.diag.sh: line 175: nodejs: command not found
            /home/iobroker/.diag.sh: line 176: node: command not found
            /home/iobroker/.diag.sh: line 177: npm: command not found
            /home/iobroker/.diag.sh: line 178: npx: command not found
            *** nodejs is NOT correctly installed ***
            
            nodejs:
              Installed: (none)
              Candidate: 18.16.0-deb-1nodesource1
              Version table:
                 18.16.0-deb-1nodesource1 500
                    500 https://deb.nodesource.com/node_18.x bionic/main amd64 Packages
                 8.10.0~dfsg-2ubuntu0.4 500
                    500 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages
                 8.10.0~dfsg-2ubuntu0.2 500
                    500 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages
                 8.10.0~dfsg-2 500
                    500 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
            
            Temp directories causing npm8 problem: 0
            No problems detected
            
            *** ioBroker-Installation ***
            
            ioBroker Status
            sudo: node: command not found
            
            sudo: node: command not found
            
            Core adapters versions
            sudo: node: command not found
            js-controller:
            sudo: node: command not found
            admin:
            sudo: node: command not found
            javascript:
            
            /home/iobroker/.diag.sh: line 248: npm: command not found
            Adapters from github:   0
            
            Adapter State
            sudo: node: command not found
            
            Enabled adapters with bindings
            sudo: node: command not found
            
            ioBroker-Repositories
            sudo: node: command not found
            
            Installed ioBroker-Instances
            sudo: node: command not found
            
            Objects and States
            Please stand by - This may take a while
            Objects:        0
            States:         0
            
            *** OS-Repositories and Updates ***
            Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease
            Hit:2 http://archive.canonical.com/ubuntu bionic InRelease
            Hit:3 http://archive.ubuntu.com/ubuntu bionic InRelease
            Ign:4 http://packages.linuxmint.com tessa InRelease
            Hit:5 http://archive.ubuntu.com/ubuntu bionic-updates InRelease
            Hit:6 http://archive.ubuntu.com/ubuntu bionic-backports InRelease
            Hit:7 https://deb.nodesource.com/node_18.x bionic InRelease
            Hit:8 http://packages.linuxmint.com tessa Release
            Hit:9 http://phoscon.de/apt/deconz bionic InRelease
            Reading package lists...
            Pending Updates: 133
            
            *** 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.53:53           0.0.0.0:*               LISTEN      101        17852      677/systemd-resolve
            tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          30232      818/sshd
            tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      0          494799     13412/cupsd
            tcp6       0      0 :::22                   :::*                    LISTEN      0          30234      818/sshd
            tcp6       0      0 ::1:631                 :::*                    LISTEN      0          494798     13412/cupsd
            udp        0      0 0.0.0.0:631             0.0.0.0:*                           0          494804     13414/cups-browsed
            udp        0      0 0.0.0.0:5353            0.0.0.0:*                           115        24257      690/avahi-daemon: r
            udp        0      0 0.0.0.0:57102           0.0.0.0:*                           115        24259      690/avahi-daemon: r
            udp        0      0 127.0.0.53:53           0.0.0.0:*                           101        17851      677/systemd-resolve
            udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          28412      1091/dhclient
            udp6       0      0 :::48359                :::*                                115        24260      690/avahi-daemon: r
            udp6       0      0 :::5353                 :::*                                115        24258      690/avahi-daemon: r
            
            *** Log File - Last 25 Lines ***
            
            2023-06-12 19:29:38.392  - debug: zigbee.0 (13952) DeviceAvailability:Publish available for 0xa4c138375c1e064d = false
            2023-06-12 19:29:38.394  - debug: zigbee.0 (13952) DeviceAvailability:Publish LQ for 0xa4c138375c1e064d = 0
            2023-06-12 19:29:38.397  - debug: zigbee.0 (13952) DeviceAvailability:Publish available for 0xa4c13855ba4e66b6 = false
            2023-06-12 19:29:38.399  - debug: zigbee.0 (13952) DeviceAvailability:Publish LQ for 0xa4c13855ba4e66b6 = 0
            2023-06-12 19:29:38.403  - info: zigbee.0 (13952) Zigbee: disabling joining new devices.
            2023-06-12 19:29:38.799  - info: zigbee.0 (13952) Got terminate signal TERMINATE_YOURSELF
            2023-06-12 19:29:38.884  - info: zwave2.0 (14596) terminating
            2023-06-12 19:29:38.885  - info: host.AP-Tiny instance system.adapter.info.0 terminated with code 0 (NO_ERROR)
            2023-06-12 19:29:38.896  - info: zigbee.0 (13952) terminating
            2023-06-12 19:29:38.897  - debug: zigbee.0 (13952) Plugin sentry destroyed
            2023-06-12 19:29:38.898  - info: zigbee.0 (13952) Terminated (NO_ERROR): Without reason
            2023-06-12 19:29:38.950  - info: host.AP-Tiny instance system.adapter.simple-api.0 terminated with code 0 (NO_ERROR)
            2023-06-12 19:29:38.998  - info: host.AP-Tiny instance system.adapter.admin.0 terminated with code 0 (NO_ERROR)
            2023-06-12 19:29:39.031  - info: host.AP-Tiny instance system.adapter.javascript.0 terminated with code 0 (NO_ERROR)
            2023-06-12 19:29:39.077  - info: host.AP-Tiny instance system.adapter.web.0 terminated with code 0 (NO_ERROR)
            2023-06-12 19:29:39.157  - info: host.AP-Tiny instance system.adapter.zwave2.0 terminated with code 0 (NO_ERROR)
            2023-06-12 19:29:39.247  - info: host.AP-Tiny instance system.adapter.telegram.0 terminated with code 0 (NO_ERROR)
            2023-06-12 19:29:39.324  - info: host.AP-Tiny stopInstance system.adapter.zigbee.0 killing pid 13952
            2023-06-12 19:29:39.370  - warn: host.AP-Tiny instance system.adapter.zigbee.0 terminated due to SIGTERM
            2023-06-12 19:29:39.370  - info: host.AP-Tiny instance system.adapter.zigbee.0 terminated with code null ()
            2023-06-12 19:29:39.789  - info: history.0 (13935) terminating
            2023-06-12 19:29:39.793  - info: history.0 (13935) Terminated (NO_ERROR): Without reason
            2023-06-12 19:29:40.348  - info: host.AP-Tiny instance system.adapter.history.0 terminated with code 0 (NO_ERROR)
            2023-06-12 19:29:40.349  - info: host.AP-Tiny All instances are stopped.
            2023-06-12 19:29:40.422  - info: host.AP-Tiny terminated
            
            ============ Mark until here for C&P =============
            
            iob diag has finished.
            
            

            Press any key for a summary
            Copy text starting here:

            ======================= SUMMARY =======================
                                 v.2023-04-16
            
            
            Operatingsystem:        Linux Mint 19.1 Tessa
            Kernel:                 4.15.0-65-generic
            Installation:           Native
            Timezone:                zone: America/New_York (EDT, -0400)
            User-ID:                1000
            X-Server:               true
            Boot Target:            graphical.target
            
            Pending OS-Updates:     133
            sudo: node: command not found
            Pending iob updates:    0
            
            /home/iobroker/.diag.sh: line 340: nodejs: command not found
            Nodejs-Installation:
            /home/iobroker/.diag.sh: line 341: node: command not found
            
            /home/iobroker/.diag.sh: line 342: npm: command not found
            
            /home/iobroker/.diag.sh: line 343: npx: command not found
            
            
            Recommended versions are nodejs 18.x.y and npm 9.x.y
            *** nodejs is NOT correctly installed ***
            
            MEMORY:
                          total        used        free      shared  buff/cache   available
            Mem:           3.9G        496M        1.2G         45M        2.2G        3.0G
            Swap:          2.1G          0B        2.1G
            Total:         6.0G        496M        3.3G
            
            sudo: node: command not found
            Active iob-Instances:   0
            sudo: node: command not found
            
            sudo: node: command not found
            ioBroker Core:          js-controller
            sudo: node: command not found
                                    admin
            
            sudo: node: command not found
            ioBroker Status:
            
            Status admin and web instance:
            sudo: node: command not found
            
            Objects:                0
            States:                 0
            
            Size of iob-Database:
            
            14M     /opt/iobroker/iobroker-data/objects.jsonl
            6.9M    /opt/iobroker/iobroker-data/objects.json.migrated
            6.9M    /opt/iobroker/iobroker-data/objects.json.bak.migrated
            9.0M    /opt/iobroker/iobroker-data/states.jsonl
            424K    /opt/iobroker/iobroker-data/states.json.migrated
            424K    /opt/iobroker/iobroker-data/states.json.bak.migrated
            0       /opt/iobroker/iobroker-data/states.json.broken
            
            
            
            =================== END OF SUMMARY ====================
            
            
            Thomas BraunT Online
            Thomas BraunT Online
            Thomas Braun
            Most Active
            wrote on last edited by
            #5

            @ap2017

            Too old.
            VERSION_CODENAME=tessa
            UBUNTU_CODENAME=bionic

            Keep your OS Up-to-date.
            Node@18 won't build on Bionic based Distributions.

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

            1 Reply Last reply
            1
            • A ap2017

              @thomas-braun said in Node.js update:

              sudo ln -s /usr/bin/node /usr/bin/nodejs &> /dev/null uname -m && type -P nodejs node npm npx && nodejs -v && node -v && npm -v && npx -v && iob -v && whoami && groups && echo $XDG_SESSION_TYPE && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs

              Not sure what you mean by checking situation. I am not getting any response from the system after running line 1 and 2

              sudo ln -s /usr/bin/node /usr/bin/nodejs &> /dev/null
              uname -m && type -P nodejs node npm npx && nodejs -v && node -v && npm -v && npx -v && iob -v && whoami && groups && echo $XDG_SESSION_TYPE && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
              
              
              Thomas BraunT Online
              Thomas BraunT Online
              Thomas Braun
              Most Active
              wrote on last edited by
              #6

              @ap2017
              Try

              sudo apt install nodejs
              

              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

              A DuffyD 2 Replies Last reply
              0
              • A ap2017

                @thomas-braun said in Node.js update:

                sudo ln -s /usr/bin/node /usr/bin/nodejs &> /dev/null uname -m && type -P nodejs node npm npx && nodejs -v && node -v && npm -v && npx -v && iob -v && whoami && groups && echo $XDG_SESSION_TYPE && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs

                Not sure what you mean by checking situation. I am not getting any response from the system after running line 1 and 2

                sudo ln -s /usr/bin/node /usr/bin/nodejs &> /dev/null
                uname -m && type -P nodejs node npm npx && nodejs -v && node -v && npm -v && npx -v && iob -v && whoami && groups && echo $XDG_SESSION_TYPE && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                
                
                Thomas BraunT Online
                Thomas BraunT Online
                Thomas Braun
                Most Active
                wrote on last edited by Thomas Braun
                #7

                @ap2017

                https://github.com/nodesource/distributions#deb

                Linux Mint 19.1 "Tessa" (via Ubuntu 18.04 LTS) WARNING: BUILD SYSTEM CURRENTLY BROKEN FOR NODEJS 18+

                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

                A 1 Reply Last reply
                0
                • Thomas BraunT Thomas Braun

                  @ap2017
                  Try

                  sudo apt install nodejs
                  
                  A Offline
                  A Offline
                  ap2017
                  wrote on last edited by
                  #8

                  @thomas-braun said in Node.js update:

                  sudo apt install nodejs

                  ap@AP-Tiny:~$ sudo apt install nodejs
                  Reading package lists... Done
                  Building dependency tree
                  Reading state information... Done
                  Some packages could not be installed. This may mean that you have
                  requested an impossible situation or if you are using the unstable
                  distribution that some required packages have not yet been created
                  or been moved out of Incoming.
                  The following information may help to resolve the situation:
                  
                  The following packages have unmet dependencies:
                   nodejs : Depends: libc6 (>= 2.28) but 2.27-3ubuntu1.6 is to be installed
                  N: Ignoring file 'deconz.list.save.2' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
                  N: Ignoring file 'deconz.list.save.1' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
                  N: Ignoring file 'deconz.list.save.3' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
                  E: Unable to correct problems, you have held broken packages.
                  ap@AP-Tiny:~$
                  
                  
                  1 Reply Last reply
                  0
                  • Thomas BraunT Thomas Braun

                    @ap2017

                    https://github.com/nodesource/distributions#deb

                    Linux Mint 19.1 "Tessa" (via Ubuntu 18.04 LTS) WARNING: BUILD SYSTEM CURRENTLY BROKEN FOR NODEJS 18+

                    A Offline
                    A Offline
                    ap2017
                    wrote on last edited by ap2017
                    #9

                    @thomas-braun Do I need to downgrade node.js to 16?

                    Thomas BraunT 1 Reply Last reply
                    0
                    • A ap2017

                      @thomas-braun Do I need to downgrade node.js to 16?

                      Thomas BraunT Online
                      Thomas BraunT Online
                      Thomas Braun
                      Most Active
                      wrote on last edited by
                      #10

                      @ap2017

                      No, you really really need to upgrade your operating 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

                      A 1 Reply Last reply
                      1
                      • Thomas BraunT Thomas Braun

                        @ap2017

                        No, you really really need to upgrade your operating system.

                        A Offline
                        A Offline
                        ap2017
                        wrote on last edited by
                        #11

                        @thomas-braun I updated OS within current release 19.1 - did not help, waiting for instructions from Mint on how to update to newer release.

                        In the mean time, I installed node.js 16 and everything started to work, I was able to log in to system from web interface. I started updating ADMIN adapter and lost ability to log in via web browser again. Interestingly, the control script is working - I see responses to sensors, but I am not able to get into system via browser, Any ideas?

                        Thomas BraunT 1 Reply Last reply
                        0
                        • A ap2017

                          @thomas-braun I updated OS within current release 19.1 - did not help, waiting for instructions from Mint on how to update to newer release.

                          In the mean time, I installed node.js 16 and everything started to work, I was able to log in to system from web interface. I started updating ADMIN adapter and lost ability to log in via web browser again. Interestingly, the control script is working - I see responses to sensors, but I am not able to get into system via browser, Any ideas?

                          Thomas BraunT Online
                          Thomas BraunT Online
                          Thomas Braun
                          Most Active
                          wrote on last edited by
                          #12

                          @ap2017 sagte in Node.js update:

                          I started updating ADMIN adapter and lost ability to log in via web browser again.

                          Run

                          iob diag
                          

                          again so I can see where you are at now.

                          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

                          A 2 Replies Last reply
                          1
                          • Thomas BraunT Thomas Braun

                            @ap2017 sagte in Node.js update:

                            I started updating ADMIN adapter and lost ability to log in via web browser again.

                            Run

                            iob diag
                            

                            again so I can see where you are at now.

                            A Offline
                            A Offline
                            ap2017
                            wrote on last edited by
                            #13

                            @thomas-braun said in Node.js update:

                            iob diag

                            
                            *** ioBroker Diagnosis ***
                            
                            Please stretch the window of your terminal programm (puTTY) as wide as possible or switch to full screen
                            
                            The following checks may give hints to potential malconfigurations or errors, please post them in our forum:
                            
                            https://forum.iobroker.net
                            
                            Just copy and paste the Summary Page, including the ``` characters at start and end.
                            It helps us to help you!
                            
                            Press any key to continue
                            
                            ======== Start marking the full check here =========
                            
                            Skript v.2023-04-16
                            
                            *** BASE SYSTEM ***
                            Architecture    : x86_64
                            Docker          : false
                            Virtualization  : none
                            Distributor ID: LinuxMint
                            Description:    Linux Mint 19.1 Tessa
                            Release:        19.1
                            Codename:       tessa
                            
                            NAME="Linux Mint"
                            VERSION="19.1 (Tessa)"
                            ID=linuxmint
                            ID_LIKE=ubuntu
                            PRETTY_NAME="Linux Mint 19.1"
                            VERSION_ID="19.1"
                            HOME_URL="https://www.linuxmint.com/"
                            SUPPORT_URL="https://forums.linuxmint.com/"
                            BUG_REPORT_URL="http://linuxmint-troubleshooting-guide.readthedocs.io/en/latest/"
                            PRIVACY_POLICY_URL="https://www.linuxmint.com/"
                            VERSION_CODENAME=tessa
                            UBUNTU_CODENAME=bionic
                            
                            Systemuptime and Load:
                             14:21:35 up 47 min,  2 users,  load average: 0.07, 0.04, 0.05
                            CPU threads: 4
                            
                            
                            *** Time and Time Zones ***
                                                  Local time: Wed 2023-06-14 14:21:36 EDT
                                              Universal time: Wed 2023-06-14 18:21:36 UTC
                                                    RTC time: Wed 2023-06-14 18:21:36
                                                   Time zone: America/New_York (EDT, -0400)
                                   System clock synchronized: yes
                            systemd-timesyncd.service active: yes
                                             RTC in local TZ: no
                            
                            *** User and Groups ***
                            ap
                            /home/ap
                            ap adm dialout cdrom sudo dip plugdev lpadmin sambashare iobroker
                            
                            *** X-Server-Setup ***
                            X-Server:       true
                            Desktop:
                            Terminal:
                            Boot Target:    graphical.target
                            
                            *** MEMORY ***
                                          total        used        free      shared  buff/cache   available
                            Mem:           3.9G        1.3G        478M        118M        2.1G        2.2G
                            Swap:          2.1G        262K        2.1G
                            Total:         6.0G        1.3G        2.6G
                            
                                     3768 M total memory
                                     1253 M used memory
                                     2134 M active memory
                                      810 M inactive memory
                                      467 M free memory
                                      136 M buffer memory
                                     1910 M swap cache
                                     2047 M total swap
                                        0 M used swap
                                     2047 M free swap
                            
                            *** FILESYSTEM ***
                            Filesystem     Type      Size  Used Avail Use% Mounted on
                            udev           devtmpfs  1.9G     0  1.9G   0% /dev
                            tmpfs          tmpfs     377M  1.3M  376M   1% /run
                            /dev/sda1      ext4      220G  132G   77G  64% /
                            tmpfs          tmpfs     1.9G     0  1.9G   0% /dev/shm
                            tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
                            tmpfs          tmpfs     1.9G     0  1.9G   0% /sys/fs/cgroup
                            tmpfs          tmpfs     377M   28K  377M   1% /run/user/1000
                            
                            Messages concerning ext4 filesystem in dmesg:
                            [Wed Jun 14 13:34:25 2023] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
                            [Wed Jun 14 13:34:27 2023] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
                            
                            Show mounted filesystems (real ones only):
                            findmnt: unrecognized option '--real'
                            Try 'findmnt --help' for more information.
                            
                            Files in neuralgic directories:
                            
                            /var:
                            4.2G    /var/
                            1.9G    /var/lib
                            1.7G    /var/log/journal/82929df7ee394b73b81252fe3b4e5020
                            1.7G    /var/log/journal
                            1.7G    /var/log
                            
                            Archived and active journals take up 1.6G in the file system.
                            
                            /opt/iobroker/backups:
                            24M     /opt/iobroker/backups/
                            
                            /opt/iobroker/iobroker-data:
                            56G     /opt/iobroker/iobroker-data/
                            55G     /opt/iobroker/iobroker-data/history
                            429M    /opt/iobroker/iobroker-data/files
                            125M    /opt/iobroker/iobroker-data/history/20210321
                            125M    /opt/iobroker/iobroker-data/history/20210320
                            
                            The five largest files in iobroker-data are:
                            23M     /opt/iobroker/iobroker-data/files/echarts/static/js/main.de9334af.js.map
                            23M     /opt/iobroker/iobroker-data/files/echarts.admin/static/js/main.e7d9968b.js.map
                            23M     /opt/iobroker/iobroker-data/files/echarts.admin/chart/static/js/main.de9334af.js.map
                            20M     /opt/iobroker/iobroker-data/objects.jsonl
                            20M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.becd2d7c.js.map
                            
                            *** NodeJS-Installation ***
                            
                            /usr/bin/nodejs         v16.20.0
                            /usr/bin/node           v16.20.0
                            /usr/bin/npm            8.19.4
                            /usr/bin/npx            8.19.4
                            
                            
                            nodejs:
                              Installed: 16.20.0-deb-1nodesource1
                              Candidate: 16.20.0-deb-1nodesource1
                              Version table:
                             *** 16.20.0-deb-1nodesource1 500
                                    500 https://deb.nodesource.com/node_16.x bionic/main amd64 Packages
                                    100 /var/lib/dpkg/status
                                 8.10.0~dfsg-2ubuntu0.4 500
                                    500 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages
                                 8.10.0~dfsg-2ubuntu0.2 500
                                    500 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages
                                 8.10.0~dfsg-2 500
                                    500 http://archive.ubuntu.com/ubuntu bionic/universe amd64 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:  5.0.2
                            admin:          6.5.7
                            javascript:     7.0.8
                            
                            Adapters from github:   0
                            
                            Adapter State
                              system.adapter.accuweather.0            : accuweather           : AP-Tiny                                  - disabled
                              system.adapter.admin.0                  : admin                 : AP-Tiny                                  - disabled, port: 8081, bind: 0.0.0.0, run as: admin
                              system.adapter.backitup.0               : backitup              : AP-Tiny                                  - disabled
                              system.adapter.cloud.0                  : cloud                 : AP-Tiny                                  - disabled
                              system.adapter.deconz.0                 : deconz                : AP-Tiny                                  - disabled, port: 8080
                            + system.adapter.discovery.0              : discovery             : AP-Tiny                                  -  enabled
                              system.adapter.echarts.0                : echarts               : AP-Tiny                                  -  enabled
                              system.adapter.flot.0                   : flot                  : AP-Tiny                                  -  enabled
                            + system.adapter.history.0                : history               : AP-Tiny                                  -  enabled
                              system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : AP-Tiny                                  -  enabled
                            + system.adapter.info.0                   : info                  : AP-Tiny                                  -  enabled
                            + system.adapter.javascript.0             : javascript            : AP-Tiny                                  -  enabled
                              system.adapter.mysensors.0              : mysensors             : AP-Tiny                                  - disabled, port: 5003, bind: 0.0.0.0
                            + system.adapter.simple-api.0             : simple-api            : AP-Tiny                                  -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                              system.adapter.socketio.0               : socketio              : AP-Tiny                                  - disabled, port: 8084, bind: 192.168.1.74, run as: admin
                              system.adapter.sonoff.0                 : sonoff                : AP-Tiny                                  - disabled, port: 1883, bind: 0.0.0.0
                            + system.adapter.telegram.0               : telegram              : AP-Tiny                                  -  enabled, port: 8443, bind: 0.0.0.0
                              system.adapter.vis-google-fonts.0       : vis-google-fonts      : AP-Tiny                                  -  enabled
                              system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : AP-Tiny                                  -  enabled
                              system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : AP-Tiny                                  -  enabled
                              system.adapter.vis-material-advanced.0  : vis-material-advanced : AP-Tiny                                  -  enabled
                              system.adapter.vis-material-webfont.0   : vis-material-webfont  : AP-Tiny                                  -  enabled
                              system.adapter.vis-material.0           : vis-material          : AP-Tiny                                  -  enabled
                              system.adapter.vis-materialdesign.0     : vis-materialdesign    : AP-Tiny                                  -  enabled
                              system.adapter.vis-metro.0              : vis-metro             : AP-Tiny                                  -  enabled
                              system.adapter.vis-timeandweather.0     : vis-timeandweather    : AP-Tiny                                  -  enabled
                              system.adapter.vis.0                    : vis                   : AP-Tiny                                  -  enabled
                            + system.adapter.web.0                    : web                   : AP-Tiny                                  -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                            + system.adapter.zigbee.0                 : zigbee                : AP-Tiny                                  -  enabled, port: /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_ba5ba26a021aec119f4c76e5f01c6278-if00-port0
                            + system.adapter.zwave2.0                 : zwave2                : AP-Tiny                                  -  enabled
                            
                            + instance is alive
                            
                            Enabled adapters with bindings
                            + system.adapter.simple-api.0             : simple-api            : AP-Tiny                                  -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                            + system.adapter.telegram.0               : telegram              : AP-Tiny                                  -  enabled, port: 8443, bind: 0.0.0.0
                            + system.adapter.web.0                    : web                   : AP-Tiny                                  -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                            + system.adapter.zigbee.0                 : zigbee                : AP-Tiny                                  -  enabled, port: /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_ba5ba26a021aec119f4c76e5f01c6278-if00-port0
                            
                            ioBroker-Repositories
                            Stable (default): http://download.iobroker.net/sources-dist.json
                            Beta (latest) : http://download.iobroker.net/sources-dist-latest.json
                            
                            Active repo(s): Beta (latest)
                            
                            Installed ioBroker-Instances
                            Used repository: Beta (latest)
                            Adapter    "accuweather"  : 1.2.4    , installed 1.2.4
                            Adapter    "admin"        : 6.5.8    , installed 6.5.7  [Updatable]
                            Adapter    "backitup"     : 2.6.23   , installed 2.6.23
                            Adapter    "cloud"        : 4.4.1    , installed 4.4.1
                            Adapter    "deconz"       : 1.3.21   , installed 1.3.21
                            Adapter    "discovery"    : 3.1.0    , installed 3.1.0
                            Adapter    "echarts"      : 1.5.1    , installed 1.4.15 [Updatable]
                            Adapter    "flot"         : 1.12.0   , installed 1.12.0
                            Adapter    "history"      : 2.2.4    , installed 2.2.4
                            Adapter    "icons-mfd-svg": 1.1.0    , installed 1.1.0
                            Adapter    "info"         : 1.9.26   , installed 1.9.26
                            Adapter    "javascript"   : 7.1.0    , installed 7.0.8  [Updatable]
                            Controller "js-controller": 5.0.3    , installed 5.0.2  [Updatable]
                            Adapter    "mqtt"         : 4.1.1    , installed 4.1.1
                            Adapter    "mysensors"    : 3.0.0    , installed 3.0.0
                            Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                            Adapter    "socketio"     : 6.3.5    , installed 6.3.5
                            Adapter    "sonoff"       : 2.5.3    , installed 2.5.3
                            Adapter    "telegram"     : 1.15.6   , installed 1.15.6
                            Adapter    "vis"          : 1.4.16   , installed 1.4.16
                            Adapter    "vis-google-fonts": 1.0.4 , installed 1.0.4
                            Adapter    "vis-hqwidgets": 1.4.0    , installed 1.4.0
                            Adapter    "vis-jqui-mfd" : 1.0.12   , installed 1.0.12
                            Adapter    "vis-material" : 0.1.3    , installed 0.1.3
                            Adapter    "vis-material-advanced": 1.7.2, installed 1.7.2
                            Adapter    "vis-material-webfont": 0.0.3, installed 0.0.3
                            Adapter    "vis-materialdesign": 0.5.9, installed 0.5.9
                            Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0
                            Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                            Adapter    "web"          : 5.5.3    , installed 5.5.3
                            Adapter    "ws"           : 2.3.6    , installed 2.3.6
                            Adapter    "zigbee"       : 1.8.10   , installed 1.8.10
                            Adapter    "zwave2"       : 3.0.5    , installed 3.0.5
                            
                            Objects and States
                            Please stand by - This may take a while
                            Objects:        3955
                            States:         3402
                            
                            *** OS-Repositories and Updates ***
                            Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease
                            Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease
                            Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease
                            Ign:4 http://packages.linuxmint.com tessa InRelease
                            Hit:5 http://archive.ubuntu.com/ubuntu bionic-backports InRelease
                            Hit:6 https://deb.nodesource.com/node_16.x bionic InRelease
                            Hit:7 http://packages.linuxmint.com tessa Release
                            Hit:8 http://archive.canonical.com/ubuntu bionic InRelease
                            Hit:9 http://phoscon.de/apt/deconz bionic 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       27152      807/iobroker.js-con
                            tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       27102      807/iobroker.js-con
                            tcp        0      0 127.0.0.53:53           0.0.0.0:*               LISTEN      101        22290      630/systemd-resolve
                            tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          27647      816/sshd
                            tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      0          23220      712/cupsd
                            tcp6       0      0 :::8082                 :::*                    LISTEN      1001       33556      1983/io.web.0
                            tcp6       0      0 :::22                   :::*                    LISTEN      0          32769      816/sshd
                            tcp6       0      0 :::8087                 :::*                    LISTEN      1001       33684      2397/io.simple-api.
                            tcp6       0      0 ::1:631                 :::*                    LISTEN      0          23219      712/cupsd
                            udp        0      0 0.0.0.0:5353            0.0.0.0:*                           115        25966      695/avahi-daemon: r
                            udp        0      0 127.0.0.53:53           0.0.0.0:*                           101        22289      630/systemd-resolve
                            udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          29500      1120/dhclient
                            udp        0      0 0.0.0.0:32983           0.0.0.0:*                           115        25968      695/avahi-daemon: r
                            udp        0      0 0.0.0.0:631             0.0.0.0:*                           0          23232      747/cups-browsed
                            udp6       0      0 :::5353                 :::*                                115        25967      695/avahi-daemon: r
                            udp6       0      0 :::58743                :::*                                115        25969      695/avahi-daemon: r
                            
                            *** Log File - Last 25 Lines ***
                            
                            2023-06-14 14:20:54.236  - debug: zigbee.0 (1725) Received Zigbee message from '0x00124b0022419f47', type 'attributeReport', cluster 'genOnOff', data '{"onOff":0}' from endpoint 1 with groupID 0
                            2023-06-14 14:20:54.236  - debug: zigbee.0 (1725) Type attributeReport device {"type":"device","device":{"_events":{},"_eventsCount":0,"_maxListeners":100,"ID":17,"_type":"Router","_ieeeAddr":"0x00124b0022419f47","_networkAddress":1904,"_manufacturerID":0,"_endpoints":[{"_events":{},"_eventsCount":0,"_maxListeners":100,"ID":1,"profileID":260,"deviceID":9,"inputClusters":[0,3,4,5,6],"outputClusters":[0],"deviceNetworkAddress":1904,"deviceIeeeAddress":"0x00124b0022419f47","clusters":{"genBasic":{"attributes":{"modelId":"SA-003-Zigbee","manufacturerName":"eWeLink","powerSource":1,"zclVersion":1,"appVersion":3,"hwVersion":1,"dateCode":"20200702","swBuildId":"1.0.3"}},"genOnOff":{"attributes":{"onOff":0}}},"_binds":[{"cluster":6,"type":"endpoint","deviceIeeeAddress":"0x00124b0014da43bb","endpointID":1}],"_configuredReportings":[],"meta":{},"pendingRequests":[]}],"_manufacturerName":"eWeLink","_powerSource":"Mains (single phase)","_modelID":"SA-003-Zigbee","_applicationVersion":3,"_zclVersion":1,"_hardwareVersion":1,"_dateCode":"20200702","_softwareBuildID":"1.0.3","_interviewCompleted":true,"_interviewing":false,"_skipDefaultResponse":true,"_skipTimeResponse":false,"meta":{"configured":1},"_lastSeen":1686766854235,"_defaultSendRequestWhen":"immediate","_linkquality":43},"mapped":{"exposes":[{"type":"switch","features":[{"type":"binary","name":"state","property":"state","access":7,"value_on":"ON","value_off":"OFF","description":"On/off state of the switch","value_toggle":"TOGGLE"}]},{"type":"enum","name":"power_on_behavior","property":"power_on_behavior","access":7,"values":["off","on","toggle","previous"],"description":"Controls the behavior when the device is powered on after power loss"},{"type":"numeric","name":"linkquality","property":"linkquality","access":1,"unit":"lqi","description":"Link quality (signal strength)","value_min":0,"value_max":255}],"fromZigbee":[{"cluster":"genOnOff","type":["attributeReport","readResponse"]}],"toZigbee":[{"key":["state","on_time","off_wait_time"]},{"key":["power_on_behavior"]},{"key":["scene_store"]},{"key":["scene_recall"]},{"key":["scene_add"]},{"key":["scene_remove"]},{"key":["scene_remove_all"]},{"key":["read"]},{"key":["write"]},{"key":["command"]},{"key":["reset"]}],"zigbeeModel":["SA-003-Zigbee"],"model":"SA-003-Zigbee","vendor":"eWeLink","description":"Zigbee smart plug","options":[]},"name":"0x00124b0022419f47"} incoming event: {"type":"attributeReport","device":{"_events":{},"_eventsCount":0,"_maxListeners":100,"ID":17,"_type":"Router","_ieeeAddr":"0x00124b0022419f47","_networkAddress":1904,"_manufacturerID":0,"_endpoints":[{"_events":{},"_eventsCount":0,"_maxListeners":100,"ID":1,"profileID":260,"deviceID":9,"inputClusters":[0,3,4,5,6],"outputClusters":[0],"deviceNetworkAddress":1904,"deviceIeeeAddress":"0x00124b0022419f47","clusters":{"genBasic":{"attributes":{"modelId":"SA-003-Zigbee","manufacturerName":"eWeLink","powerSource":1,"zclVersion":1,"appVersion":3,"hwVersion":1,"dateCode":"20200702","swBuildId":"1.0.3"}},"genOnOff":{"attributes":{"onOff":0}}},"_binds":[{"cluster":6,"type":"endpoint","deviceIeeeAddress":"0x00124b0014da43bb","endpointID":1}],"_configuredReportings":[],"meta":{},"pendingRequests":[]}],"_manufacturerName":"eWeLink","_powerSource":"Mains (single phase)","_modelID":"SA-003-Zigbee","_applicationVersion":3,"_zclVersion":1,"_hardwareVersion":1,"_dateCode":"20200702","_softwareBuildID":"1.0.3","_interviewCompleted":true,"_interviewing":false,"_skipDefaultResponse":true,"_skipTimeResponse":false,"meta":{"configured":1},"_lastSeen":1686766854235,"_defaultSendRequestWhen":"immediate","_linkquality":43},"endpoint":"[Circular]","data":{"onOff":0},"linkquality":43,"groupID":0,"cluster":"genOnOff","meta":{"zclTransactionSequenceNumber":56,"manufacturerCode":null,"frameControl":{"frameType":0,"manufacturerSpecific":false,"direction":1,"disableDefaultResponse":false,"reservedBits":0}}}
                            2023-06-14 14:20:54.237  - debug: zigbee.0 (1725) Received Zigbee message from '0x00124b0022419f47', type 'attributeReport', cluster 'genOnOff', data '{"onOff":0}' from endpoint 1 with groupID 0
                            2023-06-14 14:20:54.237  - debug: zigbee.0 (1725) Type attributeReport device {"type":"device","device":{"_events":{},"_eventsCount":0,"_maxListeners":100,"ID":17,"_type":"Router","_ieeeAddr":"0x00124b0022419f47","_networkAddress":1904,"_manufacturerID":0,"_endpoints":[{"_events":{},"_eventsCount":0,"_maxListeners":100,"ID":1,"profileID":260,"deviceID":9,"inputClusters":[0,3,4,5,6],"outputClusters":[0],"deviceNetworkAddress":1904,"deviceIeeeAddress":"0x00124b0022419f47","clusters":{"genBasic":{"attributes":{"modelId":"SA-003-Zigbee","manufacturerName":"eWeLink","powerSource":1,"zclVersion":1,"appVersion":3,"hwVersion":1,"dateCode":"20200702","swBuildId":"1.0.3"}},"genOnOff":{"attributes":{"onOff":0}}},"_binds":[{"cluster":6,"type":"endpoint","deviceIeeeAddress":"0x00124b0014da43bb","endpointID":1}],"_configuredReportings":[],"meta":{},"pendingRequests":[]}],"_manufacturerName":"eWeLink","_powerSource":"Mains (single phase)","_modelID":"SA-003-Zigbee","_applicationVersion":3,"_zclVersion":1,"_hardwareVersion":1,"_dateCode":"20200702","_softwareBuildID":"1.0.3","_interviewCompleted":true,"_interviewing":false,"_skipDefaultResponse":true,"_skipTimeResponse":false,"meta":{"configured":1},"_lastSeen":1686766854235,"_defaultSendRequestWhen":"immediate","_linkquality":43},"mapped":{"exposes":[{"type":"switch","features":[{"type":"binary","name":"state","property":"state","access":7,"value_on":"ON","value_off":"OFF","description":"On/off state of the switch","value_toggle":"TOGGLE"}]},{"type":"enum","name":"power_on_behavior","property":"power_on_behavior","access":7,"values":["off","on","toggle","previous"],"description":"Controls the behavior when the device is powered on after power loss"},{"type":"numeric","name":"linkquality","property":"linkquality","access":1,"unit":"lqi","description":"Link quality (signal strength)","value_min":0,"value_max":255}],"fromZigbee":[{"cluster":"genOnOff","type":["attributeReport","readResponse"]}],"toZigbee":[{"key":["state","on_time","off_wait_time"]},{"key":["power_on_behavior"]},{"key":["scene_store"]},{"key":["scene_recall"]},{"key":["scene_add"]},{"key":["scene_remove"]},{"key":["scene_remove_all"]},{"key":["read"]},{"key":["write"]},{"key":["command"]},{"key":["reset"]}],"zigbeeModel":["SA-003-Zigbee"],"model":"SA-003-Zigbee","vendor":"eWeLink","description":"Zigbee smart plug","options":[]},"name":"0x00124b0022419f47"} incoming event: {"type":"attributeReport","device":{"_events":{},"_eventsCount":0,"_maxListeners":100,"ID":17,"_type":"Router","_ieeeAddr":"0x00124b0022419f47","_networkAddress":1904,"_manufacturerID":0,"_endpoints":[{"_events":{},"_eventsCount":0,"_maxListeners":100,"ID":1,"profileID":260,"deviceID":9,"inputClusters":[0,3,4,5,6],"outputClusters":[0],"deviceNetworkAddress":1904,"deviceIeeeAddress":"0x00124b0022419f47","clusters":{"genBasic":{"attributes":{"modelId":"SA-003-Zigbee","manufacturerName":"eWeLink","powerSource":1,"zclVersion":1,"appVersion":3,"hwVersion":1,"dateCode":"20200702","swBuildId":"1.0.3"}},"genOnOff":{"attributes":{"onOff":0}}},"_binds":[{"cluster":6,"type":"endpoint","deviceIeeeAddress":"0x00124b0014da43bb","endpointID":1}],"_configuredReportings":[],"meta":{},"pendingRequests":[]}],"_manufacturerName":"eWeLink","_powerSource":"Mains (single phase)","_modelID":"SA-003-Zigbee","_applicationVersion":3,"_zclVersion":1,"_hardwareVersion":1,"_dateCode":"20200702","_softwareBuildID":"1.0.3","_interviewCompleted":true,"_interviewing":false,"_skipDefaultResponse":true,"_skipTimeResponse":false,"meta":{"configured":1},"_lastSeen":1686766854235,"_defaultSendRequestWhen":"immediate","_linkquality":43},"endpoint":"[Circular]","data":{"onOff":0},"linkquality":43,"groupID":0,"cluster":"genOnOff","meta":{"zclTransactionSequenceNumber":56,"manufacturerCode":null,"frameControl":{"frameType":0,"manufacturerSpecific":false,"direction":1,"disableDefaultResponse":false,"reservedBits":0}}}
                            2023-06-14 14:20:54.262  - debug: zigbee.0 (1725) Publish {"state":"OFF"} to "00124b0022419f47"
                            2023-06-14 14:20:54.266  - debug: zigbee.0 (1725) handleMessage. {"type":"attributeReport","device":{"_events":{},"_eventsCount":0,"_maxListeners":100,"ID":17,"_type":"Router","_ieeeAddr":"0x00124b0022419f47","_networkAddress":1904,"_manufacturerID":0,"_endpoints":[{"_events":{},"_eventsCount":0,"_maxListeners":100,"ID":1,"profileID":260,"deviceID":9,"inputClusters":[0,3,4,5,6],"outputClusters":[0],"deviceNetworkAddress":1904,"deviceIeeeAddress":"0x00124b0022419f47","clusters":{"genBasic":{"attributes":{"modelId":"SA-003-Zigbee","manufacturerName":"eWeLink","powerSource":1,"zclVersion":1,"appVersion":3,"hwVersion":1,"dateCode":"20200702","swBuildId":"1.0.3"}},"genOnOff":{"attributes":{"onOff":0}}},"_binds":[{"cluster":6,"type":"endpoint","deviceIeeeAddress":"0x00124b0014da43bb","endpointID":1}],"_configuredReportings":[],"meta":{},"pendingRequests":[]}],"_manufacturerName":"eWeLink","_powerSource":"Mains (single phase)","_modelID":"SA-003-Zigbee","_applicationVersion":3,"_zclVersion":1,"_hardwareVersion":1,"_dateCode":"20200702","_softwareBuildID":"1.0.3","_interviewCompleted":true,"_interviewing":false,"_skipDefaultResponse":true,"_skipTimeResponse":false,"meta":{"configured":1},"_lastSeen":1686766854266,"_defaultSendRequestWhen":"immediate","_linkquality":43},"endpoint":"[Circular]","data":{"onOff":0},"linkquality":43,"groupID":0,"cluster":"genOnOff","meta":{"zclTransactionSequenceNumber":56,"manufacturerCode":null,"frameControl":{"frameType":0,"manufacturerSpecific":false,"direction":1,"disableDefaultResponse":false,"reservedBits":0}}}
                            2023-06-14 14:20:54.267  - debug: zigbee.0 (1725) handleMessage. {"type":"attributeReport","device":{"_events":{},"_eventsCount":0,"_maxListeners":100,"ID":17,"_type":"Router","_ieeeAddr":"0x00124b0022419f47","_networkAddress":1904,"_manufacturerID":0,"_endpoints":[{"_events":{},"_eventsCount":0,"_maxListeners":100,"ID":1,"profileID":260,"deviceID":9,"inputClusters":[0,3,4,5,6],"outputClusters":[0],"deviceNetworkAddress":1904,"deviceIeeeAddress":"0x00124b0022419f47","clusters":{"genBasic":{"attributes":{"modelId":"SA-003-Zigbee","manufacturerName":"eWeLink","powerSource":1,"zclVersion":1,"appVersion":3,"hwVersion":1,"dateCode":"20200702","swBuildId":"1.0.3"}},"genOnOff":{"attributes":{"onOff":0}}},"_binds":[{"cluster":6,"type":"endpoint","deviceIeeeAddress":"0x00124b0014da43bb","endpointID":1}],"_configuredReportings":[],"meta":{},"pendingRequests":[]}],"_manufacturerName":"eWeLink","_powerSource":"Mains (single phase)","_modelID":"SA-003-Zigbee","_applicationVersion":3,"_zclVersion":1,"_hardwareVersion":1,"_dateCode":"20200702","_softwareBuildID":"1.0.3","_interviewCompleted":true,"_interviewing":false,"_skipDefaultResponse":true,"_skipTimeResponse":false,"meta":{"configured":1},"_lastSeen":1686766854267,"_defaultSendRequestWhen":"immediate","_linkquality":43},"endpoint":"[Circular]","data":{"onOff":0},"linkquality":43,"groupID":0,"cluster":"genOnOff","meta":{"zclTransactionSequenceNumber":56,"manufacturerCode":null,"frameControl":{"frameType":0,"manufacturerSpecific":false,"direction":1,"disableDefaultResponse":false,"reservedBits":0}}}
                            2023-06-14 14:20:54.268  - debug: zigbee.0 (1725) Received Zigbee message from '0x00124b0022419f47', type 'attributeReport', cluster 'genOnOff', data '{"onOff":0}' from endpoint 1 with groupID 0
                            2023-06-14 14:20:54.268  - debug: zigbee.0 (1725) Type attributeReport device {"type":"device","device":{"_events":{},"_eventsCount":0,"_maxListeners":100,"ID":17,"_type":"Router","_ieeeAddr":"0x00124b0022419f47","_networkAddress":1904,"_manufacturerID":0,"_endpoints":[{"_events":{},"_eventsCount":0,"_maxListeners":100,"ID":1,"profileID":260,"deviceID":9,"inputClusters":[0,3,4,5,6],"outputClusters":[0],"deviceNetworkAddress":1904,"deviceIeeeAddress":"0x00124b0022419f47","clusters":{"genBasic":{"attributes":{"modelId":"SA-003-Zigbee","manufacturerName":"eWeLink","powerSource":1,"zclVersion":1,"appVersion":3,"hwVersion":1,"dateCode":"20200702","swBuildId":"1.0.3"}},"genOnOff":{"attributes":{"onOff":0}}},"_binds":[{"cluster":6,"type":"endpoint","deviceIeeeAddress":"0x00124b0014da43bb","endpointID":1}],"_configuredReportings":[],"meta":{},"pendingRequests":[]}],"_manufacturerName":"eWeLink","_powerSource":"Mains (single phase)","_modelID":"SA-003-Zigbee","_applicationVersion":3,"_zclVersion":1,"_hardwareVersion":1,"_dateCode":"20200702","_softwareBuildID":"1.0.3","_interviewCompleted":true,"_interviewing":false,"_skipDefaultResponse":true,"_skipTimeResponse":false,"meta":{"configured":1},"_lastSeen":1686766854267,"_defaultSendRequestWhen":"immediate","_linkquality":43},"mapped":{"exposes":[{"type":"switch","features":[{"type":"binary","name":"state","property":"state","access":7,"value_on":"ON","value_off":"OFF","description":"On/off state of the switch","value_toggle":"TOGGLE"}]},{"type":"enum","name":"power_on_behavior","property":"power_on_behavior","access":7,"values":["off","on","toggle","previous"],"description":"Controls the behavior when the device is powered on after power loss"},{"type":"numeric","name":"linkquality","property":"linkquality","access":1,"unit":"lqi","description":"Link quality (signal strength)","value_min":0,"value_max":255}],"fromZigbee":[{"cluster":"genOnOff","type":["attributeReport","readResponse"]}],"toZigbee":[{"key":["state","on_time","off_wait_time"]},{"key":["power_on_behavior"]},{"key":["scene_store"]},{"key":["scene_recall"]},{"key":["scene_add"]},{"key":["scene_remove"]},{"key":["scene_remove_all"]},{"key":["read"]},{"key":["write"]},{"key":["command"]},{"key":["reset"]}],"zigbeeModel":["SA-003-Zigbee"],"model":"SA-003-Zigbee","vendor":"eWeLink","description":"Zigbee smart plug","options":[]},"name":"0x00124b0022419f47"} incoming event: {"type":"attributeReport","device":{"_events":{},"_eventsCount":0,"_maxListeners":100,"ID":17,"_type":"Router","_ieeeAddr":"0x00124b0022419f47","_networkAddress":1904,"_manufacturerID":0,"_endpoints":[{"_events":{},"_eventsCount":0,"_maxListeners":100,"ID":1,"profileID":260,"deviceID":9,"inputClusters":[0,3,4,5,6],"outputClusters":[0],"deviceNetworkAddress":1904,"deviceIeeeAddress":"0x00124b0022419f47","clusters":{"genBasic":{"attributes":{"modelId":"SA-003-Zigbee","manufacturerName":"eWeLink","powerSource":1,"zclVersion":1,"appVersion":3,"hwVersion":1,"dateCode":"20200702","swBuildId":"1.0.3"}},"genOnOff":{"attributes":{"onOff":0}}},"_binds":[{"cluster":6,"type":"endpoint","deviceIeeeAddress":"0x00124b0014da43bb","endpointID":1}],"_configuredReportings":[],"meta":{},"pendingRequests":[]}],"_manufacturerName":"eWeLink","_powerSource":"Mains (single phase)","_modelID":"SA-003-Zigbee","_applicationVersion":3,"_zclVersion":1,"_hardwareVersion":1,"_dateCode":"20200702","_softwareBuildID":"1.0.3","_interviewCompleted":true,"_interviewing":false,"_skipDefaultResponse":true,"_skipTimeResponse":false,"meta":{"configured":1},"_lastSeen":1686766854267,"_defaultSendRequestWhen":"immediate","_linkquality":43},"endpoint":"[Circular]","data":{"onOff":0},"linkquality":43,"groupID":0,"cluster":"genOnOff","meta":{"zclTransactionSequenceNumber":56,"manufacturerCode":null,"frameControl":{"frameType":0,"manufacturerSpecific":false,"direction":1,"disableDefaultResponse":false,"reservedBits":0}}}
                            2023-06-14 14:20:54.268  - debug: zigbee.0 (1725) Received Zigbee message from '0x00124b0022419f47', type 'attributeReport', cluster 'genOnOff', data '{"onOff":0}' from endpoint 1 with groupID 0
                            2023-06-14 14:20:54.269  - debug: zigbee.0 (1725) Type attributeReport device {"type":"device","device":{"_events":{},"_eventsCount":0,"_maxListeners":100,"ID":17,"_type":"Router","_ieeeAddr":"0x00124b0022419f47","_networkAddress":1904,"_manufacturerID":0,"_endpoints":[{"_events":{},"_eventsCount":0,"_maxListeners":100,"ID":1,"profileID":260,"deviceID":9,"inputClusters":[0,3,4,5,6],"outputClusters":[0],"deviceNetworkAddress":1904,"deviceIeeeAddress":"0x00124b0022419f47","clusters":{"genBasic":{"attributes":{"modelId":"SA-003-Zigbee","manufacturerName":"eWeLink","powerSource":1,"zclVersion":1,"appVersion":3,"hwVersion":1,"dateCode":"20200702","swBuildId":"1.0.3"}},"genOnOff":{"attributes":{"onOff":0}}},"_binds":[{"cluster":6,"type":"endpoint","deviceIeeeAddress":"0x00124b0014da43bb","endpointID":1}],"_configuredReportings":[],"meta":{},"pendingRequests":[]}],"_manufacturerName":"eWeLink","_powerSource":"Mains (single phase)","_modelID":"SA-003-Zigbee","_applicationVersion":3,"_zclVersion":1,"_hardwareVersion":1,"_dateCode":"20200702","_softwareBuildID":"1.0.3","_interviewCompleted":true,"_interviewing":false,"_skipDefaultResponse":true,"_skipTimeResponse":false,"meta":{"configured":1},"_lastSeen":1686766854267,"_defaultSendRequestWhen":"immediate","_linkquality":43},"mapped":{"exposes":[{"type":"switch","features":[{"type":"binary","name":"state","property":"state","access":7,"value_on":"ON","value_off":"OFF","description":"On/off state of the switch","value_toggle":"TOGGLE"}]},{"type":"enum","name":"power_on_behavior","property":"power_on_behavior","access":7,"values":["off","on","toggle","previous"],"description":"Controls the behavior when the device is powered on after power loss"},{"type":"numeric","name":"linkquality","property":"linkquality","access":1,"unit":"lqi","description":"Link quality (signal strength)","value_min":0,"value_max":255}],"fromZigbee":[{"cluster":"genOnOff","type":["attributeReport","readResponse"]}],"toZigbee":[{"key":["state","on_time","off_wait_time"]},{"key":["power_on_behavior"]},{"key":["scene_store"]},{"key":["scene_recall"]},{"key":["scene_add"]},{"key":["scene_remove"]},{"key":["scene_remove_all"]},{"key":["read"]},{"key":["write"]},{"key":["command"]},{"key":["reset"]}],"zigbeeModel":["SA-003-Zigbee"],"model":"SA-003-Zigbee","vendor":"eWeLink","description":"Zigbee smart plug","options":[]},"name":"0x00124b0022419f47"} incoming event: {"type":"attributeReport","device":{"_events":{},"_eventsCount":0,"_maxListeners":100,"ID":17,"_type":"Router","_ieeeAddr":"0x00124b0022419f47","_networkAddress":1904,"_manufacturerID":0,"_endpoints":[{"_events":{},"_eventsCount":0,"_maxListeners":100,"ID":1,"profileID":260,"deviceID":9,"inputClusters":[0,3,4,5,6],"outputClusters":[0],"deviceNetworkAddress":1904,"deviceIeeeAddress":"0x00124b0022419f47","clusters":{"genBasic":{"attributes":{"modelId":"SA-003-Zigbee","manufacturerName":"eWeLink","powerSource":1,"zclVersion":1,"appVersion":3,"hwVersion":1,"dateCode":"20200702","swBuildId":"1.0.3"}},"genOnOff":{"attributes":{"onOff":0}}},"_binds":[{"cluster":6,"type":"endpoint","deviceIeeeAddress":"0x00124b0014da43bb","endpointID":1}],"_configuredReportings":[],"meta":{},"pendingRequests":[]}],"_manufacturerName":"eWeLink","_powerSource":"Mains (single phase)","_modelID":"SA-003-Zigbee","_applicationVersion":3,"_zclVersion":1,"_hardwareVersion":1,"_dateCode":"20200702","_softwareBuildID":"1.0.3","_interviewCompleted":true,"_interviewing":false,"_skipDefaultResponse":true,"_skipTimeResponse":false,"meta":{"configured":1},"_lastSeen":1686766854267,"_defaultSendRequestWhen":"immediate","_linkquality":43},"endpoint":"[Circular]","data":{"onOff":0},"linkquality":43,"groupID":0,"cluster":"genOnOff","meta":{"zclTransactionSequenceNumber":56,"manufacturerCode":null,"frameControl":{"frameType":0,"manufacturerSpecific":false,"direction":1,"disableDefaultResponse":false,"reservedBits":0}}}
                            2023-06-14 14:21:22.550  - debug: zigbee.0 (1725) DeviceAvailability:Non-pingable device 0xa4c13895a0a783f8 TS0207 was last seen '5077.171' seconds ago.
                            2023-06-14 14:21:22.550  - debug: zigbee.0 (1725) DeviceAvailability:Non-pingable device 0x00158d00044678ff lumi.sensor_switch.aq3 was last seen '3689232.264' seconds ago.
                            2023-06-14 14:21:22.552  - debug: zigbee.0 (1725) DeviceAvailability:Non-pingable device 0x00124b0022658a2b WB01 was last seen '304.075' seconds ago.
                            2023-06-14 14:21:22.552  - debug: zigbee.0 (1725) DeviceAvailability:Non-pingable device 0x00158d00045a362e lumi.sensor_wleak.aq1 was last seen '703.242' seconds ago.
                            2023-06-14 14:21:22.552  - debug: zigbee.0 (1725) DeviceAvailability:Non-pingable device 0x04cf8cdf3c79009e lumi.sen_ill.mgl01 was last seen '177.775' seconds ago.
                            2023-06-14 14:21:22.554  - debug: zigbee.0 (1725) DeviceAvailability:Non-pingable device 0x00158d0006ea578f lumi.sensor_wleak.aq1 was last seen '1047.042' seconds ago.
                            2023-06-14 14:21:22.554  - debug: zigbee.0 (1725) DeviceAvailability:Non-pingable device 0x00158d0006e9796b lumi.sensor_wleak.aq1 was last seen '1620.726' seconds ago.
                            2023-06-14 14:21:22.554  - debug: zigbee.0 (1725) DeviceAvailability:Non-pingable device 0x00158d0006e97800 lumi.sensor_wleak.aq1 was last seen '917.723' seconds ago.
                            2023-06-14 14:21:22.555  - debug: zigbee.0 (1725) DeviceAvailability:Non-pingable device 0x00158d0006f93fb0 lumi.sensor_wleak.aq1 was last seen '561.83' seconds ago.
                            2023-06-14 14:21:22.556  - debug: zigbee.0 (1725) DeviceAvailability:Non-pingable device 0xa4c138206a165e63 TS0207 was last seen '1379.288' seconds ago.
                            2023-06-14 14:21:22.556  - debug: zigbee.0 (1725) DeviceAvailability:Non-pingable device 0xa4c13808caa1c4e6 TS0207 was last seen '4434.999' seconds ago.
                            2023-06-14 14:21:22.556  - debug: zigbee.0 (1725) DeviceAvailability:Non-pingable device 0xa4c138375c1e064d TS0207 was last seen '2260.278' seconds ago.
                            2023-06-14 14:21:22.557  - debug: zigbee.0 (1725) DeviceAvailability:Non-pingable device 0xa4c13855ba4e66b6 TS0207 was last seen '8996.791' seconds ago.
                            2023-06-14 14:21:22.557  - debug: zigbee.0 (1725) DeviceAvailability:Non-pingable device 0xa4c1388acbf249aa TS0011 was last seen '14447731.067' seconds ago.
                            
                            

                            ============ Mark until here for C&P =============

                            iob diag has finished.

                            1 Reply Last reply
                            0
                            • Thomas BraunT Thomas Braun

                              @ap2017 sagte in Node.js update:

                              I started updating ADMIN adapter and lost ability to log in via web browser again.

                              Run

                              iob diag
                              

                              again so I can see where you are at now.

                              A Offline
                              A Offline
                              ap2017
                              wrote on last edited by
                              #14

                              @thomas-braun I guess I need to execute admin adapter right?

                              Thomas BraunT HomoranH 2 Replies Last reply
                              0
                              • A ap2017

                                @thomas-braun I guess I need to execute admin adapter right?

                                Thomas BraunT Online
                                Thomas BraunT Online
                                Thomas Braun
                                Most Active
                                wrote on last edited by
                                #15

                                @ap2017

                                iob start admin
                                

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

                                1 Reply Last reply
                                1
                                • A ap2017

                                  @thomas-braun I guess I need to execute admin adapter right?

                                  HomoranH Do not disturb
                                  HomoranH Do not disturb
                                  Homoran
                                  Global Moderator Administrators
                                  wrote on last edited by Homoran
                                  #16

                                  @ap2017 sagte in Node.js update:

                                  @thomas-braun I guess I need to execute admin adapter right?

                                  yes, iob start admin

                                  but you will encounter a lot of more or less severe problens, because you have installed beta versions of several adapters and the brand new bleeding edge js-controller

                                  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 -

                                  A 1 Reply Last reply
                                  1
                                  • HomoranH Homoran

                                    @ap2017 sagte in Node.js update:

                                    @thomas-braun I guess I need to execute admin adapter right?

                                    yes, iob start admin

                                    but you will encounter a lot of more or less severe problens, because you have installed beta versions of several adapters and the brand new bleeding edge js-controller

                                    A Offline
                                    A Offline
                                    ap2017
                                    wrote on last edited by
                                    #17

                                    @homoran said in Node.js update:

                                    iob start admin

                                    Thank you, I am back in business (till the next time)...

                                    HomoranH Thomas BraunT 2 Replies Last reply
                                    0
                                    • A ap2017

                                      @homoran said in Node.js update:

                                      iob start admin

                                      Thank you, I am back in business (till the next time)...

                                      HomoranH Do not disturb
                                      HomoranH Do not disturb
                                      Homoran
                                      Global Moderator Administrators
                                      wrote on last edited by
                                      #18

                                      @ap2017 sagte in Node.js update:

                                      @homoran said in Node.js update:

                                      iob start admin

                                      Thank you, I am back in business (till the next time)...

                                      please read my edit!

                                      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 -

                                      1 Reply Last reply
                                      0
                                      • A ap2017

                                        @homoran said in Node.js update:

                                        iob start admin

                                        Thank you, I am back in business (till the next time)...

                                        Thomas BraunT Online
                                        Thomas BraunT Online
                                        Thomas Braun
                                        Most Active
                                        wrote on last edited by Thomas Braun
                                        #19

                                        @ap2017

                                        Now check how to upgrade your operating system to the current release.

                                        'Tessa' is out of any support.

                                        19.1 'Tessa' (LTS) 	
                                        Security Support Ended 2 months and 2 weeks ago
                                        (01 Apr 2023)
                                        

                                        And run your iob on 'stable' not beta-stage.

                                        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

                                        A 1 Reply Last reply
                                        0
                                        • Thomas BraunT Thomas Braun

                                          @ap2017

                                          Now check how to upgrade your operating system to the current release.

                                          'Tessa' is out of any support.

                                          19.1 'Tessa' (LTS) 	
                                          Security Support Ended 2 months and 2 weeks ago
                                          (01 Apr 2023)
                                          

                                          And run your iob on 'stable' not beta-stage.

                                          A Offline
                                          A Offline
                                          ap2017
                                          wrote on last edited by
                                          #20

                                          @thomas-braun Here is what I received from Mint support:

                                          Linux Mint 19.1 has reached end of life 2 months ago, so it's good to upgrade it. SO you'll keep getting security updates again for your software.
                                          
                                          The newest version of node.js on Linux Mint is 12 but you can add the NodeSource PPA on Linux Mint 20.x or 21.x to get node.js 18 (or newer). The instructions are here: https://github.com/nodesource/distribut ... /README.md. Use the Ubuntu instructions. So on Linux Mint 20.x or 21.x you would run this to add node.js 18.x:
                                          CODE: SELECT ALL
                                          
                                          curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash - &&\
                                          sudo apt-get install -y nodejs
                                          To upgrade from Linux Mint 19.1 to 20.x or 21.x you can follow the instructions here: viewtopic.php?t=235992. First upgrade to 19.3, then to 20 and if you want upgrade further to 20.3 and then 21. You can see till when each release is supported here: https://linuxmint.com/download_all.php.
                                          
                                          It will be some work to upgrade, and especially going from 19.3 to 20 is a hassle. Upgrading between major releases is easier and more reliable from 20 to 21. Still, because you're 2 major releases behind it may be recommended to instead do a fresh install of Linux Mint 21.x.
                                          

                                          I am wondering if it will be better to switch to different Linux version like Ubuntu. How difficult is to port ioBroker to new Linux installation?

                                          Thomas BraunT HomoranH 2 Replies Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          513

                                          Online

                                          32.5k

                                          Users

                                          81.7k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Home
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe