Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Adapter marked as non-deletable - wie löschen

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    Adapter marked as non-deletable - wie löschen

    This topic has been deleted. Only users with topic management privileges can see it.
    • Glasfaser
      Glasfaser @spaceduck last edited by

      @spaceduck

      versuche mal mit :

      cd /opt/iobroker
      iobroker stop
      iobroker fix
      iobroker del hyperion
      sudo rm -r /opt/iobroker/node_modules/hyperion
      iobroker start 
      
      1 Reply Last reply Reply Quote 0
      • AlCalzone
        AlCalzone Developer @spaceduck last edited by AlCalzone

        @Glasfaser ich weiß nicht was das iobroker fix da soll. Das ist kein Rechteproblem des Betriebssytems

        @spaceduck schau mal im Expertenmodus, ob das Objekt system.adapter.hyperion (ohne .0!) im Reiter "Allgemein" eine Checkbox mit Text "nondeletable" oder so ähnlich hat. Wenn ja, mach den Haken weg und versuch den Adapter nochmal zu löschen.

        S 1 Reply Last reply Reply Quote 0
        • S
          spaceduck @AlCalzone last edited by

          @AlCalzone said in Adapter marked as non-deletable - wie löschen:

          ob das Objekt system.adapter.hyperion (ohne .0!) im Reiter "Allgemein" eine Checkbox mit Text "nondeletable" oder so ähnlich hat. Wenn ja, mach den Haken weg und versuch den Adapter nochmal zu löschen.

          Perfekt, das war‘s. Adapter ist weg! Vielen Dank!

          Thomas Braun 1 Reply Last reply Reply Quote 0
          • Thomas Braun
            Thomas Braun Most Active @spaceduck last edited by Thomas Braun

            @spaceduck @AlCalzone

            [Edit:] Hat sich erledigt.

            Könnt ihr mich mal draufstupsen? Ich finde das Objekt nicht bei mir...
            Ich weiß auch gar nicht von welchem Reiter "Allgemein" die Rede ist.

            AlCalzone 1 Reply Last reply Reply Quote 0
            • AlCalzone
              AlCalzone Developer @Thomas Braun last edited by

              @Thomas-Braun sagte in Adapter marked as non-deletable - wie löschen:

              Ich finde das Objekt nicht bei mir...

              Expertenmodus an

              @Thomas-Braun sagte in Adapter marked as non-deletable - wie löschen:

              von welchem Reiter "Allgemein" die Rede ist.

              Rechts auf den Bleistift neben dem Objekt klicken. Dort dann im Fenster findest du den Reiter.

              Thomas Braun 1 Reply Last reply Reply Quote 0
              • Thomas Braun
                Thomas Braun Most Active @AlCalzone last edited by Thomas Braun

                @AlCalzone
                Danke, das Objekt gab es irgendwie erst nach einem restart.

                Jetzt habe ich nur noch den Adapter als Installiert im Browser hängen:
                85a3100f-e8b2-4e4c-88bb-fad9cbd24e33-image.png

                Wobei auf der Konsole:

                pi@raspberrypi:/opt/iobroker $ iobroker list adapters | grep hyperion
                pi@raspberrypi:/opt/iobroker $
                

                Wie bekomm ich denn die Anzeige da angeglichen?

                Die Konsole hat auch noch was zu meckern:

                2020-11-28 12:35:49.122  - info: host.raspberrypi iobroker del hyperion
                2020-11-28 12:35:50.954  - info: host.raspberrypi iobroker Delete adapter "hyperion"
                2020-11-28 12:35:52.750  - warn: readDir will not read this directory (widgets/hyperion/) in future versions: vis is not an object of type "meta"
                2020-11-28 12:35:52.757  - warn: readDir will not read this directory (widgets/hyperion.html/) in future versions: vis is not an object of type "meta"
                2020-11-28 12:35:52.760  - warn: readDir will not read this directory () in future versions: hyperion is not an object of type "meta"
                2020-11-28 12:35:52.764  - warn: readDir will not read this directory () in future versions: hyperion.admin is not an object of type "meta"
                2020-11-28 12:35:53.803  - info: host.raspberrypi iobroker exit 0
                

                [Edit:] Mit einem beherzten

                sudo -u iobroker rm -rf /opt/iobroker/node_modules/hyperion-client/
                sudo -u iobroker rm -rf /opt/iobroker/node_modules/iobroker.hyperion/
                

                bin ich den Rest dann auch noch losgeworden.

                E 1 Reply Last reply Reply Quote 0
                • E
                  elsmarto @Thomas Braun last edited by elsmarto

                  Hi zusammen,

                  ich habe das gleiche Problem, jedoch bekomme ich den Adapter wie hier beschrieben nicht los, siehe:

                  pi@ioBroker:/opt/iobroker $ iobroker del hyperion
                  Delete adapter "hyperion"
                  host.ioBroker Adapter hyperion cannot be deleted completely, because it is marked non-deletable.
                  host.ioBroker object hyperion deleted
                  host.ioBroker object hyperion.admin deleted
                  

                  Als habe ich es manuell veruscht:

                  pi@ioBroker:/opt/iobroker $ sudo find / -name '*hyperion*'
                  /opt/iobroker/node_modules/hyperion-client
                  /opt/iobroker/node_modules/iobroker.hyperion
                  /opt/iobroker/node_modules/iobroker.hyperion/hyperion.js
                  /opt/iobroker/node_modules/iobroker.hyperion/admin/hyperion_teaser.png
                  /opt/iobroker/node_modules/iobroker.hyperion/admin/hyperion.png
                  
                  pi@ioBroker:/opt/iobroker $ sudo rm -rf /opt/iobroker/node_modules/hyperion-client
                  pi@ioBroker:/opt/iobroker $ sudo rm -rf /opt/iobroker/node_modules/iobroker.hyperion
                  
                  pi@ioBroker:/opt/iobroker $ iobroker list adapters | grep hyperion
                  system.adapter.hyperion                : hyperion       - v0.0.16
                  
                  pi@ioBroker:/opt/iobroker $ iobroker del hyperion
                  Delete adapter "hyperion"
                  host.ioBroker Adapter hyperion cannot be deleted completely, because it is marked non-deletable.
                  host.ioBroker object hyperion deleted
                  host.ioBroker object hyperion.admin deleted
                  Error deleting adapter hyperion from disk: Error: Cannot find module 'iobroker.hyperion/io-package.json'
                  Require stack:
                  - /opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupInstall.js
                  - /opt/iobroker/node_modules/iobroker.js-controller/lib/setup.js
                  - /opt/iobroker/node_modules/iobroker.js-controller/iobroker.js
                  You might have to delete it yourself!
                  

                  Leider auch erfolglos:

                  iobroker list adapters | grep hyperion
                  system.adapter.hyperion                : hyperion       - v0.0.16
                  

                  Wer hat noch Ideen?

                  wendy2702 1 Reply Last reply Reply Quote 0
                  • wendy2702
                    wendy2702 @elsmarto last edited by

                    @elsmarto sagte in Adapter marked as non-deletable - wie löschen:

                    ich habe das gleiche Problem, jedoch bekomme ich den Adapter wie hier beschrieben nicht los, siehe:

                    Bedeutet du hast das gemacht was @AlCalzone weiter oben beschrieben hat und den Haken entfernt?

                    E 1 Reply Last reply Reply Quote 0
                    • E
                      elsmarto @wendy2702 last edited by

                      @wendy2702 das Objekt "system.adapter.hyperion" ist leider nicht verfügbar.

                      eb853a99-433b-4a0b-a646-5f6af2e54669-image.png

                      wendy2702 1 Reply Last reply Reply Quote 0
                      • wendy2702
                        wendy2702 @elsmarto last edited by

                        @elsmarto Hast du den Rechner mal neu gestartet wie @Thomas-Braun ?

                        Der hatte das Object auch erst nach einem Restart.

                        Was mich allerdings wundert ist das "hyperion_ng.0".

                        Hast du noch einen anderen hyperion Adapter installiert ?

                        E 1 Reply Last reply Reply Quote 0
                        • E
                          elsmarto @wendy2702 last edited by elsmarto

                          @wendy2702 ja, habe ich bereits mehrfach. Ich habe das Objekt nun doch endlich gefunden. Es hat kein Ordner-Symbol, deshalb hatte ich es übersehen 🤷‍♂️

                          Danke euch

                          wendy2702 1 Reply Last reply Reply Quote 0
                          • wendy2702
                            wendy2702 @elsmarto last edited by

                            @elsmarto

                            Danke für die Info!

                            1 Reply Last reply Reply Quote 0
                            • First post
                              Last post

                            Support us

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

                            870
                            Online

                            31.8k
                            Users

                            80.0k
                            Topics

                            1.3m
                            Posts

                            adapter löschen
                            6
                            13
                            819
                            Loading More Posts
                            • Oldest to Newest
                            • Newest to Oldest
                            • Most Votes
                            Reply
                            • Reply as topic
                            Log in to reply
                            Community
                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                            The ioBroker Community 2014-2023
                            logo