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

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

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Error/Bug
  4. Plötzliche adapter fehler

NEWS

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

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

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    25
    1
    2.5k

Plötzliche adapter fehler

Geplant Angeheftet Gesperrt Verschoben Error/Bug
34 Beiträge 2 Kommentatoren 995 Aufrufe 2 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • B Billy 0

    @thomas-braun finde nix zum neu installieren!?

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

    @billy-0

    iobroker del iobroker.fronius
    iobroker restart
    iobroker add iobroker.fronius
    

    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

      @billy-0

      iobroker del iobroker.fronius
      iobroker restart
      iobroker add iobroker.fronius
      
      B Offline
      B Offline
      Billy 0
      schrieb am zuletzt editiert von
      #22

      @thomas-braun

      
      pi@raspberrypi:~ $ iobroker del iobroker.fronius
      Delete adapter "fronius"
      host.raspberrypi Counted 1 instances of fronius
      host.raspberrypi Counted 1 meta of fronius
      host.raspberrypi Counted 1 adapter for fronius
      host.raspberrypi Counted 4 channels of fronius
      host.raspberrypi Counted 27 states of fronius
      host.raspberrypi Counted 14 states of system.adapter.fronius
      host.raspberrypi Counted 27 states (io.fronius.*) from states
      host.raspberrypi Counted 14 states (system.adapter.fronius.*) from states
      host.raspberrypi file fronius.admin deleted
      host.raspberrypi object fronius deleted
      host.raspberrypi object fronius.admin deleted
      host.raspberrypi Deleting 48 object(s).
      host.raspberrypi Deleting 41 state(s).
      Error deleting adapter fronius from disk: SyntaxError: /opt/iobroker/node_modules/iobroker.fronius/io-package.json: Unexpected token ( in JSON at position 931
      You might have to delete it yourself!
      pi@raspberrypi:~ $ iobroker restart
      pi@raspberrypi:~ $ iobroker add iobroker.fronius
      host.raspberrypi install adapter fronius
      host.raspberrypi error: reading io-package.json SyntaxError: /opt/iobroker/node_modules/iobroker.fronius/io-package.json: Unexpected token ( in JSON at position 931
      Uncaught Rejection: TypeError: Cannot read property 'common' of undefined
          at Install.installAdapter (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupInstall.js:728:25)
          at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupInstall.js:842:29)
          at processImmediate (internal/timers.js:463:21)
      pi@raspberrypi:~ $
      
      
      Thomas BraunT 1 Antwort Letzte Antwort
      0
      • B Billy 0

        @thomas-braun

        
        pi@raspberrypi:~ $ iobroker del iobroker.fronius
        Delete adapter "fronius"
        host.raspberrypi Counted 1 instances of fronius
        host.raspberrypi Counted 1 meta of fronius
        host.raspberrypi Counted 1 adapter for fronius
        host.raspberrypi Counted 4 channels of fronius
        host.raspberrypi Counted 27 states of fronius
        host.raspberrypi Counted 14 states of system.adapter.fronius
        host.raspberrypi Counted 27 states (io.fronius.*) from states
        host.raspberrypi Counted 14 states (system.adapter.fronius.*) from states
        host.raspberrypi file fronius.admin deleted
        host.raspberrypi object fronius deleted
        host.raspberrypi object fronius.admin deleted
        host.raspberrypi Deleting 48 object(s).
        host.raspberrypi Deleting 41 state(s).
        Error deleting adapter fronius from disk: SyntaxError: /opt/iobroker/node_modules/iobroker.fronius/io-package.json: Unexpected token ( in JSON at position 931
        You might have to delete it yourself!
        pi@raspberrypi:~ $ iobroker restart
        pi@raspberrypi:~ $ iobroker add iobroker.fronius
        host.raspberrypi install adapter fronius
        host.raspberrypi error: reading io-package.json SyntaxError: /opt/iobroker/node_modules/iobroker.fronius/io-package.json: Unexpected token ( in JSON at position 931
        Uncaught Rejection: TypeError: Cannot read property 'common' of undefined
            at Install.installAdapter (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupInstall.js:728:25)
            at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupInstall.js:842:29)
            at processImmediate (internal/timers.js:463:21)
        pi@raspberrypi:~ $
        
        
        Thomas BraunT Online
        Thomas BraunT Online
        Thomas Braun
        Most Active
        schrieb am zuletzt editiert von
        #23

        @billy-0 sagte in Plötzliche adapter fehler:

        Error deleting adapter fronius from disk: SyntaxError: /opt/iobroker/node_modules/iobroker.fronius/io-package.json: Unexpected token ( in JSON at position 931 You might have to delete it yourself!

        Dann mach das mal.

        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

          @billy-0 sagte in Plötzliche adapter fehler:

          Error deleting adapter fronius from disk: SyntaxError: /opt/iobroker/node_modules/iobroker.fronius/io-package.json: Unexpected token ( in JSON at position 931 You might have to delete it yourself!

          Dann mach das mal.

          B Offline
          B Offline
          Billy 0
          schrieb am zuletzt editiert von
          #24

          @thomas-braun
          Im broker werden mir gar keine adapter mehr zum installieren angezeigt.

          Keine ahnung wie ich das lösche, sorry

          Thomas BraunT B 2 Antworten Letzte Antwort
          0
          • B Billy 0

            @thomas-braun
            Im broker werden mir gar keine adapter mehr zum installieren angezeigt.

            Keine ahnung wie ich das lösche, sorry

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

            @billy-0

            iobroker stop
            iobroker del iobroker.fronius
            iobroker rm /opt/iobroker/node_modules/iobroker.fronius/io-package.json
            iobroker restart 
            iobroker add iobroker.fronius
            

            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
            • B Billy 0

              @thomas-braun
              Im broker werden mir gar keine adapter mehr zum installieren angezeigt.

              Keine ahnung wie ich das lösche, sorry

              B Offline
              B Offline
              Billy 0
              schrieb am zuletzt editiert von
              #26

              Halt kommando zurück, adapter werden angezeigt, aber installieren kommt derselbe fehler

              1 Antwort Letzte Antwort
              0
              • Thomas BraunT Thomas Braun

                @billy-0

                iobroker stop
                iobroker del iobroker.fronius
                iobroker rm /opt/iobroker/node_modules/iobroker.fronius/io-package.json
                iobroker restart 
                iobroker add iobroker.fronius
                
                B Offline
                B Offline
                Billy 0
                schrieb am zuletzt editiert von
                #27

                @thomas-braun

                pi@raspberrypi:~ $ iobroker stop
                pi@raspberrypi:~ $ iobroker del iobroker.fronius
                Delete adapter "fronius"
                host.raspberrypi object fronius deleted
                host.raspberrypi object fronius.admin deleted
                Error deleting adapter fronius from disk: SyntaxError: /opt/iobroker/node_modules/iobroker.fronius/io-package.json: Unexpected token ( in JSON at position 931
                You might have to delete it yourself!
                pi@raspberrypi:~ $ iobroker rm /opt/iobroker/node_modules/iobroker.fronius/io-package.json
                Error: Not exists
                    at Object.maybeCallbackWithError (/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:2252:17)
                    at ObjectsInMemoryServerClass._rm (/opt/iobroker/node_modules/@iobroker/db-objects-redis/lib/objects/objectsInRedisClient.js:1391:30)
                    at processTicksAndRejections (internal/process/task_queues.js:97:5)
                pi@raspberrypi:~ $
                
                
                Thomas BraunT B 2 Antworten Letzte Antwort
                0
                • B Billy 0

                  @thomas-braun

                  pi@raspberrypi:~ $ iobroker stop
                  pi@raspberrypi:~ $ iobroker del iobroker.fronius
                  Delete adapter "fronius"
                  host.raspberrypi object fronius deleted
                  host.raspberrypi object fronius.admin deleted
                  Error deleting adapter fronius from disk: SyntaxError: /opt/iobroker/node_modules/iobroker.fronius/io-package.json: Unexpected token ( in JSON at position 931
                  You might have to delete it yourself!
                  pi@raspberrypi:~ $ iobroker rm /opt/iobroker/node_modules/iobroker.fronius/io-package.json
                  Error: Not exists
                      at Object.maybeCallbackWithError (/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:2252:17)
                      at ObjectsInMemoryServerClass._rm (/opt/iobroker/node_modules/@iobroker/db-objects-redis/lib/objects/objectsInRedisClient.js:1391:30)
                      at processTicksAndRejections (internal/process/task_queues.js:97:5)
                  pi@raspberrypi:~ $
                  
                  
                  Thomas BraunT Online
                  Thomas BraunT Online
                  Thomas Braun
                  Most Active
                  schrieb am zuletzt editiert von Thomas Braun
                  #28

                  @billy-0 sagte in Plötzliche adapter fehler:

                  Dann

                  sudo -u iobroker rm /opt/iobroker/node_modules/iobroker.fronius/io-package.json
                  

                  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
                  • B Billy 0

                    @thomas-braun

                    pi@raspberrypi:~ $ iobroker stop
                    pi@raspberrypi:~ $ iobroker del iobroker.fronius
                    Delete adapter "fronius"
                    host.raspberrypi object fronius deleted
                    host.raspberrypi object fronius.admin deleted
                    Error deleting adapter fronius from disk: SyntaxError: /opt/iobroker/node_modules/iobroker.fronius/io-package.json: Unexpected token ( in JSON at position 931
                    You might have to delete it yourself!
                    pi@raspberrypi:~ $ iobroker rm /opt/iobroker/node_modules/iobroker.fronius/io-package.json
                    Error: Not exists
                        at Object.maybeCallbackWithError (/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:2252:17)
                        at ObjectsInMemoryServerClass._rm (/opt/iobroker/node_modules/@iobroker/db-objects-redis/lib/objects/objectsInRedisClient.js:1391:30)
                        at processTicksAndRejections (internal/process/task_queues.js:97:5)
                    pi@raspberrypi:~ $
                    
                    
                    B Offline
                    B Offline
                    Billy 0
                    schrieb am zuletzt editiert von
                    #29
                    pi@raspberrypi:~ $ iobroker restart
                    pi@raspberrypi:~ $ iobroker add iobroker.fronius
                    host.raspberrypi install adapter fronius
                    host.raspberrypi error: reading io-package.json SyntaxError: /opt/iobroker/node_modules/iobroker.fronius/io-package.json: Unexpected token ( in JSON at position 931
                    Uncaught Rejection: TypeError: Cannot read property 'common' of undefined
                        at Install.installAdapter (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupInstall.js:728:25)
                        at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupInstall.js:842:29)
                        at processImmediate (internal/timers.js:463:21)
                    pi@raspberrypi:~ 
                    
                    B 1 Antwort Letzte Antwort
                    0
                    • B Billy 0
                      pi@raspberrypi:~ $ iobroker restart
                      pi@raspberrypi:~ $ iobroker add iobroker.fronius
                      host.raspberrypi install adapter fronius
                      host.raspberrypi error: reading io-package.json SyntaxError: /opt/iobroker/node_modules/iobroker.fronius/io-package.json: Unexpected token ( in JSON at position 931
                      Uncaught Rejection: TypeError: Cannot read property 'common' of undefined
                          at Install.installAdapter (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupInstall.js:728:25)
                          at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupInstall.js:842:29)
                          at processImmediate (internal/timers.js:463:21)
                      pi@raspberrypi:~ 
                      
                      B Offline
                      B Offline
                      Billy 0
                      schrieb am zuletzt editiert von
                      #30

                      Ok es installiert

                      1 Antwort Letzte Antwort
                      0
                      • Thomas BraunT Thomas Braun

                        @billy-0 sagte in Plötzliche adapter fehler:

                        Dann

                        sudo -u iobroker rm /opt/iobroker/node_modules/iobroker.fronius/io-package.json
                        
                        B Offline
                        B Offline
                        Billy 0
                        schrieb am zuletzt editiert von
                        #31

                        @thomas-braun danke dir, das hat geholfen.
                        Kannst du mir sagen wie sowas passieren kann oder wie ich abhilfe schaffe?

                        Thomas BraunT 1 Antwort Letzte Antwort
                        0
                        • B Billy 0

                          @thomas-braun danke dir, das hat geholfen.
                          Kannst du mir sagen wie sowas passieren kann oder wie ich abhilfe schaffe?

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

                          @billy-0 Nein, so genau weiß ich das nicht.
                          Kann aber sein, dass die Syntaxprüfung in aktuellen Versionen des js-controllers, von nodeJS und/oder des javaskript-Adapters da genauer prüfen und Dinge, die in früheren Versionen okay waren jetzt angemeckert werden.

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

                          B 1 Antwort Letzte Antwort
                          0
                          • Thomas BraunT Thomas Braun

                            @billy-0 Nein, so genau weiß ich das nicht.
                            Kann aber sein, dass die Syntaxprüfung in aktuellen Versionen des js-controllers, von nodeJS und/oder des javaskript-Adapters da genauer prüfen und Dinge, die in früheren Versionen okay waren jetzt angemeckert werden.

                            B Offline
                            B Offline
                            Billy 0
                            schrieb am zuletzt editiert von
                            #33

                            @thomas-braun Ok danke dir für deine schnelle Hilfe, die anderen beiden adapter versuche ich mal alleine ;-)

                            Thomas BraunT 1 Antwort Letzte Antwort
                            0
                            • B Billy 0

                              @thomas-braun Ok danke dir für deine schnelle Hilfe, die anderen beiden adapter versuche ich mal alleine ;-)

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

                              @billy-0
                              Ich vermute da ähnliches.

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

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


                              Support us

                              ioBroker
                              Community Adapters
                              Donate

                              520

                              Online

                              32.7k

                              Benutzer

                              82.4k

                              Themen

                              1.3m

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

                              • Du hast noch kein Konto? Registrieren

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