Weiter zum Inhalt
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Hell
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dunkel
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

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

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Einsteigerfragen
  4. Installation
  5. History Adapter läßt sich nicht installieren

NEWS

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

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

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

History Adapter läßt sich nicht installieren

Geplant Angeheftet Gesperrt Verschoben Installation
45 Beiträge 6 Kommentatoren 3.6k Aufrufe 5 Beobachtet
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • B Bastel2021

    @thomas-braun
    habe die Adapter jetzt aktualisiert.
    Nur bei dem Javascript-Adapter gibt es Probleme: ERROR: Process exited with code 25

    Der History Adapter lässt sich jetzt installieren!

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

    @bastel2021 sagte in History Adapter läßt sich nicht installieren:

    Nur bei dem Javascript-Adapter gibt es Probleme: ERROR: Process exited with code 25

    Dann installier den mit --debug Option.

    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

    B 1 Antwort Letzte Antwort
    0
    • Thomas BraunT Thomas Braun

      @bastel2021 sagte in History Adapter läßt sich nicht installieren:

      Nur bei dem Javascript-Adapter gibt es Probleme: ERROR: Process exited with code 25

      Dann installier den mit --debug Option.

      B Offline
      B Offline
      Bastel2021
      schrieb am zuletzt editiert von
      #17

      @thomas-braun
      also du meinst im Terminal?
      Und wenn ja, wie muss ich dann eine Aktualisierung durchführen?

      GlasfaserG 1 Antwort Letzte Antwort
      0
      • B Bastel2021

        @thomas-braun
        also du meinst im Terminal?
        Und wenn ja, wie muss ich dann eine Aktualisierung durchführen?

        GlasfaserG Offline
        GlasfaserG Offline
        Glasfaser
        schrieb am zuletzt editiert von Glasfaser
        #18

        @bastel2021

        in der Konsole mit :

        iob upgrade javascript --debug
        

        dann die Ausgabe hier posten

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

        B 1 Antwort Letzte Antwort
        0
        • GlasfaserG Glasfaser

          @bastel2021

          in der Konsole mit :

          iob upgrade javascript --debug
          

          dann die Ausgabe hier posten

          B Offline
          B Offline
          Bastel2021
          schrieb am zuletzt editiert von
          #19

          @glasfaser

          pi@raspberrypi:~ $ iob upgrade javascript --debug
          
          This upgrade of "javascript" will introduce the following changes:
          ==========================================================================
          -> 6.1.4:
          Corrected small error in rules
          Tried to fix debug mode
          
          -> 6.1.3:
          Prevent adapter crash when script could not be compiled
          
          -> 6.1.2:
          Added ukrainian translation
          
          -> 6.1.0:
          Add a configurable check for number of setStates per Minute to prevent scripts f                                              rom taking down ioBroker. Default are 1000 setState per minute. Only stops if th                                              e number is reached 2 minutes in a row!
          Add createAlias method to create aliases for states
          Add setStateDelayed to selector
          Add options to exec command
          Fix issues with cancelling schedules when stopping scripts
          Corrected debug mode
          ==========================================================================
          
          Would you like to upgrade javascript from @6.0.3 to @6.1.4 now? [(y)es, (n)o]: y
          Update javascript from @6.0.3 to @6.1.4
          NPM version: 8.19.3
          Installing iobroker.javascript@6.1.4... (System call)
          npm ERR! code ENOTEMPTY
          npm ERR! syscall rename
          npm ERR! path /opt/iobroker/node_modules/iobroker.javascript
          npm ERR! dest /opt/iobroker/node_modules/.iobroker.javascript-5NZ432mn
          npm ERR! errno -39
          npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/iobr                                              oker.javascript' -> '/opt/iobroker/node_modules/.iobroker.javascript-5NZ432mn'
          
          npm ERR! A complete log of this run can be found in:
          npm ERR!     /home/iobroker/.npm/_logs/2023-02-05T19_03_34_717Z-debug-0.log
          host.raspberrypi Cannot install iobroker.javascript@6.1.4: 217
          pi@raspberrypi:~ $
          
          
          GlasfaserG 1 Antwort Letzte Antwort
          0
          • B Bastel2021

            @glasfaser

            pi@raspberrypi:~ $ iob upgrade javascript --debug
            
            This upgrade of "javascript" will introduce the following changes:
            ==========================================================================
            -> 6.1.4:
            Corrected small error in rules
            Tried to fix debug mode
            
            -> 6.1.3:
            Prevent adapter crash when script could not be compiled
            
            -> 6.1.2:
            Added ukrainian translation
            
            -> 6.1.0:
            Add a configurable check for number of setStates per Minute to prevent scripts f                                              rom taking down ioBroker. Default are 1000 setState per minute. Only stops if th                                              e number is reached 2 minutes in a row!
            Add createAlias method to create aliases for states
            Add setStateDelayed to selector
            Add options to exec command
            Fix issues with cancelling schedules when stopping scripts
            Corrected debug mode
            ==========================================================================
            
            Would you like to upgrade javascript from @6.0.3 to @6.1.4 now? [(y)es, (n)o]: y
            Update javascript from @6.0.3 to @6.1.4
            NPM version: 8.19.3
            Installing iobroker.javascript@6.1.4... (System call)
            npm ERR! code ENOTEMPTY
            npm ERR! syscall rename
            npm ERR! path /opt/iobroker/node_modules/iobroker.javascript
            npm ERR! dest /opt/iobroker/node_modules/.iobroker.javascript-5NZ432mn
            npm ERR! errno -39
            npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/iobr                                              oker.javascript' -> '/opt/iobroker/node_modules/.iobroker.javascript-5NZ432mn'
            
            npm ERR! A complete log of this run can be found in:
            npm ERR!     /home/iobroker/.npm/_logs/2023-02-05T19_03_34_717Z-debug-0.log
            host.raspberrypi Cannot install iobroker.javascript@6.1.4: 217
            pi@raspberrypi:~ $
            
            
            GlasfaserG Offline
            GlasfaserG Offline
            Glasfaser
            schrieb am zuletzt editiert von
            #20

            @bastel2021 sagte in History Adapter läßt sich nicht installieren:

            npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/iobr oker.javascript' -> '/opt/iobroker/node_modules/.iobroker.javascript-5NZ432mn'

            nochmal:

            for i in $(find /opt/iobroker/node_modules -type d -iname ".*-????????" ! -iname ".local-chromium"); do rm -rf ${i%%/}; done
            

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

            B 1 Antwort Letzte Antwort
            0
            • GlasfaserG Glasfaser

              @bastel2021 sagte in History Adapter läßt sich nicht installieren:

              npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/iobr oker.javascript' -> '/opt/iobroker/node_modules/.iobroker.javascript-5NZ432mn'

              nochmal:

              for i in $(find /opt/iobroker/node_modules -type d -iname ".*-????????" ! -iname ".local-chromium"); do rm -rf ${i%%/}; done
              
              B Offline
              B Offline
              Bastel2021
              schrieb am zuletzt editiert von
              #21

              @glasfaser
              Siehe Terminal

              
              pi@raspberrypi:~ $ for i in $(find /opt/iobroker/node_modules -type d -iname ".*-????????" ! -iname ".local-chromium"); do rm                         -rf ${i%%/}; done
              pi@raspberrypi:~ $ ^C
              pi@raspberrypi:~ $ iob upgrade javascript --debug
              
              This upgrade of "javascript" will introduce the following changes:
              ==========================================================================
              -> 6.1.4:
              Corrected small error in rules
              Tried to fix debug mode
              
              -> 6.1.3:
              Prevent adapter crash when script could not be compiled
              
              -> 6.1.2:
              Added ukrainian translation
              
              -> 6.1.0:
              Add a configurable check for number of setStates per Minute to prevent scripts from taking down ioBroker. Default are 1000 set                        State per minute. Only stops if the number is reached 2 minutes in a row!
              Add createAlias method to create aliases for states
              Add setStateDelayed to selector
              Add options to exec command
              Fix issues with cancelling schedules when stopping scripts
              Corrected debug mode
              ==========================================================================
              
              Would you like to upgrade javascript from @6.0.3 to @6.1.4 now? [(y)es, (n)o]: y
              Update javascript from @6.0.3 to @6.1.4
              NPM version: 8.19.3
              Installing iobroker.javascript@6.1.4... (System call)
              ^C
              pi@raspberrypi:~ $
              
              
              GlasfaserG crunchipC 2 Antworten Letzte Antwort
              0
              • B Bastel2021

                @glasfaser
                Siehe Terminal

                
                pi@raspberrypi:~ $ for i in $(find /opt/iobroker/node_modules -type d -iname ".*-????????" ! -iname ".local-chromium"); do rm                         -rf ${i%%/}; done
                pi@raspberrypi:~ $ ^C
                pi@raspberrypi:~ $ iob upgrade javascript --debug
                
                This upgrade of "javascript" will introduce the following changes:
                ==========================================================================
                -> 6.1.4:
                Corrected small error in rules
                Tried to fix debug mode
                
                -> 6.1.3:
                Prevent adapter crash when script could not be compiled
                
                -> 6.1.2:
                Added ukrainian translation
                
                -> 6.1.0:
                Add a configurable check for number of setStates per Minute to prevent scripts from taking down ioBroker. Default are 1000 set                        State per minute. Only stops if the number is reached 2 minutes in a row!
                Add createAlias method to create aliases for states
                Add setStateDelayed to selector
                Add options to exec command
                Fix issues with cancelling schedules when stopping scripts
                Corrected debug mode
                ==========================================================================
                
                Would you like to upgrade javascript from @6.0.3 to @6.1.4 now? [(y)es, (n)o]: y
                Update javascript from @6.0.3 to @6.1.4
                NPM version: 8.19.3
                Installing iobroker.javascript@6.1.4... (System call)
                ^C
                pi@raspberrypi:~ $
                
                
                GlasfaserG Offline
                GlasfaserG Offline
                Glasfaser
                schrieb am zuletzt editiert von
                #22

                @bastel2021

                sehe kein Fehler .. sollte jetzt die aktuelle 6.1.4 sein

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

                B 1 Antwort Letzte Antwort
                0
                • GlasfaserG Glasfaser

                  @bastel2021

                  sehe kein Fehler .. sollte jetzt die aktuelle 6.1.4 sein

                  B Offline
                  B Offline
                  Bastel2021
                  schrieb am zuletzt editiert von
                  #23

                  @glasfaser

                  pi@raspberrypi:/opt/iobroker $ npm ls
                  iobroker.inst@3.0.0 /opt/iobroker
                  ├── iobroker.admin@6.3.5
                  ├── iobroker.backitup@2.5.10
                  ├── iobroker.discovery@3.1.0
                  ├── iobroker.flot@1.11.0
                  ├── iobroker.history@2.2.4
                  ├── iobroker.javascript@6.0.3
                  ├── iobroker.js-controller@4.0.23
                  ├── iobroker.mqtt@4.0.7
                  ├── iobroker.node-red@4.0.0
                  ├── iobroker.pushover@3.0.3
                  ├── iobroker.sonoff@2.5.1
                  ├── iobroker.web@4.3.0
                  └── iobroker.zigbee@1.8.10
                  
                  pi@raspberrypi:/opt/iobroker $
                  
                  
                  GlasfaserG 1 Antwort Letzte Antwort
                  0
                  • B Bastel2021

                    @glasfaser

                    pi@raspberrypi:/opt/iobroker $ npm ls
                    iobroker.inst@3.0.0 /opt/iobroker
                    ├── iobroker.admin@6.3.5
                    ├── iobroker.backitup@2.5.10
                    ├── iobroker.discovery@3.1.0
                    ├── iobroker.flot@1.11.0
                    ├── iobroker.history@2.2.4
                    ├── iobroker.javascript@6.0.3
                    ├── iobroker.js-controller@4.0.23
                    ├── iobroker.mqtt@4.0.7
                    ├── iobroker.node-red@4.0.0
                    ├── iobroker.pushover@3.0.3
                    ├── iobroker.sonoff@2.5.1
                    ├── iobroker.web@4.3.0
                    └── iobroker.zigbee@1.8.10
                    
                    pi@raspberrypi:/opt/iobroker $
                    
                    
                    GlasfaserG Offline
                    GlasfaserG Offline
                    Glasfaser
                    schrieb am zuletzt editiert von
                    #24

                    @bastel2021

                    iob list adapters
                    

                    sagt

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

                    B 1 Antwort Letzte Antwort
                    0
                    • GlasfaserG Glasfaser

                      @bastel2021

                      iob list adapters
                      

                      sagt

                      B Offline
                      B Offline
                      Bastel2021
                      schrieb am zuletzt editiert von
                      #25

                      @glasfaser

                      pi@raspberrypi:/opt/iobroker $ iob list adapters
                      system.adapter.admin                   : admin          - v6.3.5
                      system.adapter.backitup                : backitup       - v2.5.10
                      system.adapter.discovery               : discovery      - v3.1.0
                      system.adapter.flot                    : flot           - v1.11.0
                      system.adapter.history                 : history        - v2.2.4
                      system.adapter.javascript              : javascript     - v6.0.3
                      system.adapter.mqtt                    : mqtt           - v4.0.7
                      system.adapter.node-red                : node-red       - v4.0.0
                      system.adapter.pushover                : pushover       - v3.0.3
                      system.adapter.sonoff                  : sonoff         - v2.5.1
                      system.adapter.web                     : web            - v4.3.0
                      system.adapter.zigbee                  : zigbee         - v1.8.10
                      pi@raspberrypi:/opt/iobroker $
                      
                      
                      GlasfaserG 1 Antwort Letzte Antwort
                      0
                      • B Bastel2021

                        @glasfaser

                        pi@raspberrypi:/opt/iobroker $ iob list adapters
                        system.adapter.admin                   : admin          - v6.3.5
                        system.adapter.backitup                : backitup       - v2.5.10
                        system.adapter.discovery               : discovery      - v3.1.0
                        system.adapter.flot                    : flot           - v1.11.0
                        system.adapter.history                 : history        - v2.2.4
                        system.adapter.javascript              : javascript     - v6.0.3
                        system.adapter.mqtt                    : mqtt           - v4.0.7
                        system.adapter.node-red                : node-red       - v4.0.0
                        system.adapter.pushover                : pushover       - v3.0.3
                        system.adapter.sonoff                  : sonoff         - v2.5.1
                        system.adapter.web                     : web            - v4.3.0
                        system.adapter.zigbee                  : zigbee         - v1.8.10
                        pi@raspberrypi:/opt/iobroker $
                        
                        
                        GlasfaserG Offline
                        GlasfaserG Offline
                        Glasfaser
                        schrieb am zuletzt editiert von
                        #26

                        @bastel2021

                        Mache mal ein

                        sudo reboot
                        

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

                        B 1 Antwort Letzte Antwort
                        0
                        • GlasfaserG Glasfaser

                          @bastel2021

                          Mache mal ein

                          sudo reboot
                          
                          B Offline
                          B Offline
                          Bastel2021
                          schrieb am zuletzt editiert von
                          #27

                          @glasfaser
                          nach Reboot

                          pi@raspberrypi:~ $ iob list adapters
                          system.adapter.admin                   : admin          - v6.3.5
                          system.adapter.backitup                : backitup       - v2.5.10
                          system.adapter.discovery               : discovery      - v3.1.0
                          system.adapter.flot                    : flot           - v1.11.0
                          system.adapter.history                 : history        - v2.2.4
                          system.adapter.javascript              : javascript     - v6.0.3
                          system.adapter.mqtt                    : mqtt           - v4.0.7
                          system.adapter.node-red                : node-red       - v4.0.0
                          system.adapter.pushover                : pushover       - v3.0.3
                          system.adapter.sonoff                  : sonoff         - v2.5.1
                          system.adapter.web                     : web            - v4.3.0
                          system.adapter.zigbee                  : zigbee         - v1.8.10
                          pi@raspberrypi:~ $
                          
                          
                          GlasfaserG 1 Antwort Letzte Antwort
                          0
                          • B Bastel2021

                            @glasfaser
                            nach Reboot

                            pi@raspberrypi:~ $ iob list adapters
                            system.adapter.admin                   : admin          - v6.3.5
                            system.adapter.backitup                : backitup       - v2.5.10
                            system.adapter.discovery               : discovery      - v3.1.0
                            system.adapter.flot                    : flot           - v1.11.0
                            system.adapter.history                 : history        - v2.2.4
                            system.adapter.javascript              : javascript     - v6.0.3
                            system.adapter.mqtt                    : mqtt           - v4.0.7
                            system.adapter.node-red                : node-red       - v4.0.0
                            system.adapter.pushover                : pushover       - v3.0.3
                            system.adapter.sonoff                  : sonoff         - v2.5.1
                            system.adapter.web                     : web            - v4.3.0
                            system.adapter.zigbee                  : zigbee         - v1.8.10
                            pi@raspberrypi:~ $
                            
                            
                            GlasfaserG Offline
                            GlasfaserG Offline
                            Glasfaser
                            schrieb am zuletzt editiert von
                            #28

                            @bastel2021

                            iobroker stop
                            rm /opt/iobroker/package*
                            iobroker start
                            
                            iob list adapters
                            

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

                            B 1 Antwort Letzte Antwort
                            0
                            • GlasfaserG Glasfaser

                              @bastel2021

                              iobroker stop
                              rm /opt/iobroker/package*
                              iobroker start
                              
                              iob list adapters
                              
                              B Offline
                              B Offline
                              Bastel2021
                              schrieb am zuletzt editiert von
                              #29

                              @glasfaser

                              pi@raspberrypi:~ $ iobroker stop
                              pi@raspberrypi:~ $ rm /opt/iobroker/package*
                              pi@raspberrypi:~ $ iobroker start
                              pi@raspberrypi:~ $ iob list adapters
                              system.adapter.admin                   : admin          - v6.3.5
                              system.adapter.backitup                : backitup       - v2.5.10
                              system.adapter.discovery               : discovery      - v3.1.0
                              system.adapter.flot                    : flot           - v1.11.0
                              system.adapter.history                 : history        - v2.2.4
                              system.adapter.javascript              : javascript     - v6.0.3
                              system.adapter.mqtt                    : mqtt           - v4.0.7
                              system.adapter.node-red                : node-red       - v4.0.0
                              system.adapter.pushover                : pushover       - v3.0.3
                              system.adapter.sonoff                  : sonoff         - v2.5.1
                              system.adapter.web                     : web            - v4.3.0
                              system.adapter.zigbee                  : zigbee         - v1.8.10
                              pi@raspberrypi:~ $
                              
                              
                              GlasfaserG 1 Antwort Letzte Antwort
                              0
                              • B Bastel2021

                                @glasfaser
                                Siehe Terminal

                                
                                pi@raspberrypi:~ $ for i in $(find /opt/iobroker/node_modules -type d -iname ".*-????????" ! -iname ".local-chromium"); do rm                         -rf ${i%%/}; done
                                pi@raspberrypi:~ $ ^C
                                pi@raspberrypi:~ $ iob upgrade javascript --debug
                                
                                This upgrade of "javascript" will introduce the following changes:
                                ==========================================================================
                                -> 6.1.4:
                                Corrected small error in rules
                                Tried to fix debug mode
                                
                                -> 6.1.3:
                                Prevent adapter crash when script could not be compiled
                                
                                -> 6.1.2:
                                Added ukrainian translation
                                
                                -> 6.1.0:
                                Add a configurable check for number of setStates per Minute to prevent scripts from taking down ioBroker. Default are 1000 set                        State per minute. Only stops if the number is reached 2 minutes in a row!
                                Add createAlias method to create aliases for states
                                Add setStateDelayed to selector
                                Add options to exec command
                                Fix issues with cancelling schedules when stopping scripts
                                Corrected debug mode
                                ==========================================================================
                                
                                Would you like to upgrade javascript from @6.0.3 to @6.1.4 now? [(y)es, (n)o]: y
                                Update javascript from @6.0.3 to @6.1.4
                                NPM version: 8.19.3
                                Installing iobroker.javascript@6.1.4... (System call)
                                ^C
                                pi@raspberrypi:~ $
                                
                                
                                crunchipC Abwesend
                                crunchipC Abwesend
                                crunchip
                                Forum Testing Most Active Developer
                                schrieb am zuletzt editiert von
                                #30

                                @bastel2021 sagte in History Adapter läßt sich nicht installieren:

                                ^C

                                ist das überhaupt durchgelaufen?

                                umgestiegen von Proxmox auf Unraid

                                B 1 Antwort Letzte Antwort
                                0
                                • B Bastel2021

                                  @glasfaser

                                  pi@raspberrypi:~ $ iobroker stop
                                  pi@raspberrypi:~ $ rm /opt/iobroker/package*
                                  pi@raspberrypi:~ $ iobroker start
                                  pi@raspberrypi:~ $ iob list adapters
                                  system.adapter.admin                   : admin          - v6.3.5
                                  system.adapter.backitup                : backitup       - v2.5.10
                                  system.adapter.discovery               : discovery      - v3.1.0
                                  system.adapter.flot                    : flot           - v1.11.0
                                  system.adapter.history                 : history        - v2.2.4
                                  system.adapter.javascript              : javascript     - v6.0.3
                                  system.adapter.mqtt                    : mqtt           - v4.0.7
                                  system.adapter.node-red                : node-red       - v4.0.0
                                  system.adapter.pushover                : pushover       - v3.0.3
                                  system.adapter.sonoff                  : sonoff         - v2.5.1
                                  system.adapter.web                     : web            - v4.3.0
                                  system.adapter.zigbee                  : zigbee         - v1.8.10
                                  pi@raspberrypi:~ $
                                  
                                  
                                  GlasfaserG Offline
                                  GlasfaserG Offline
                                  Glasfaser
                                  schrieb am zuletzt editiert von Glasfaser
                                  #31

                                  @bastel2021

                                  iob upgrade javascript --debug
                                  iob list instances
                                  

                                  EDIT :

                                  iob list adapters
                                  

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

                                  1 Antwort Letzte Antwort
                                  0
                                  • crunchipC crunchip

                                    @bastel2021 sagte in History Adapter läßt sich nicht installieren:

                                    ^C

                                    ist das überhaupt durchgelaufen?

                                    B Offline
                                    B Offline
                                    Bastel2021
                                    schrieb am zuletzt editiert von
                                    #32

                                    @crunchip
                                    erst hatte ich gedacht das das System sich aufgehangen hat.
                                    Nach "Installing iobroker.javascript@6.1.4... (System call)" kam lange Zeit nichts mehr.
                                    Was das ^C zu bedeuten hat...?

                                    GlasfaserG 1 Antwort Letzte Antwort
                                    0
                                    • B Bastel2021

                                      @crunchip
                                      erst hatte ich gedacht das das System sich aufgehangen hat.
                                      Nach "Installing iobroker.javascript@6.1.4... (System call)" kam lange Zeit nichts mehr.
                                      Was das ^C zu bedeuten hat...?

                                      GlasfaserG Offline
                                      GlasfaserG Offline
                                      Glasfaser
                                      schrieb am zuletzt editiert von
                                      #33

                                      @bastel2021

                                      Bitte nochmal die Befehle oben .....

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

                                      B 2 Antworten Letzte Antwort
                                      0
                                      • GlasfaserG Glasfaser

                                        @bastel2021

                                        Bitte nochmal die Befehle oben .....

                                        B Offline
                                        B Offline
                                        Bastel2021
                                        schrieb am zuletzt editiert von
                                        #34

                                        @glasfaser

                                        habe ich gemacht!
                                        System hat sich aufgehangen (Terminal Fenster ohne Reaktion)
                                        IOBroker über Admin nicht mehr erreichbar

                                        Werde den RPI neustarten

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

                                          @bastel2021 bitte immer alle Konsolen Einý und Ausgaben als Text in code-tags posten!
                                          https://forum.iobroker.net/topic/51555/hinweise-für-gute-forenbeiträge/1

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

                                          1 Antwort Letzte Antwort
                                          0

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

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

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

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


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          548

                                          Online

                                          32.8k

                                          Benutzer

                                          82.7k

                                          Themen

                                          1.3m

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

                                          • Du hast noch kein Konto? Registrieren

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