Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Hilfe bei Adapter deinstalltion wird benötigt

    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

    Hilfe bei Adapter deinstalltion wird benötigt

    This topic has been deleted. Only users with topic management privileges can see it.
    • Thomas Braun
      Thomas Braun Most Active @MrSonei6 last edited by

      @mrsonei6

      Okay, alte Version von npm wohl.

      npm ls --depth=0
      

      mal versuchen.

      M 1 Reply Last reply Reply Quote 0
      • M
        MrSonei6 @Thomas Braun last edited by MrSonei6

        @thomas-braun ```

        Was noch komisch ist das mir unter Instanz eine Falsche Version angezeigt wird vom connector
        nämlihc 1.1.2 das ist die Version des alten Clode Connectors.
        Die des neuen offline Connectors hätte glaub ich 0.0.4

        2022-03-30 15_42_33-Window.png

        pi@raspberrypi:/opt/iobroker $ npm ls --depth=0
        iobroker.inst@2.0.3 /opt/iobroker
        ├── colors@1.4.0
        ├── fs-extra@7.0.1
        ├── iobroker@2.0.3
        ├── iobroker.admin@5.3.1
        ├── iobroker.alexa2@3.11.2
        ├── iobroker.backitup@2.3.3
        ├── iobroker.connector-local-control@0.0.4 (github:ConnectorGit/ioBroker.connector-local-control#af6ca3a95371ad333ec5e967fa33ce251bb87ad3)
        ├── iobroker.device-reminder@1.2.9
        ├── iobroker.discovery@2.7.5
        ├── iobroker.fakeroku@0.2.1
        ├── iobroker.harmony@1.2.2
        ├── iobroker.hmip@1.15.4
        ├── iobroker.hue@3.6.5
        ├── iobroker.ical@1.11.4
        ├── iobroker.info@1.9.8
        ├── iobroker.javascript@5.2.21
        ├── iobroker.js-controller@4.0.21
        ├── iobroker.shelly@5.3.2
        ├── iobroker.simple-api@2.6.3
        ├── iobroker.socketio@4.1.4
        ├── iobroker.telegram@1.11.1
        ├── iobroker.trashschedule@1.4.1
        ├── iobroker.web@4.2.0
        ├── semver@5.7.1
        └── yargs@7.1.0
        
        
        Thomas Braun 1 Reply Last reply Reply Quote 0
        • Thomas Braun
          Thomas Braun Most Active @MrSonei6 last edited by

          @mrsonei6 sagte in Hilfe bei Adapter deinstalltion wird benötigt:

          cd /opt/iobroker
          npm uninstall iobroker.connector-local-control
          
          M 1 Reply Last reply Reply Quote 0
          • M
            MrSonei6 @Thomas Braun last edited by MrSonei6

            @thom```

            Aus den Adaptern ist er jetzt weg aber unter Instanzen ist er jetzt plötzlich mit der richtigen Version 0.0.4
            Kann das überheupt sein wenn der Adapter deinstalliert ist das der Connector funktioiert?
            Soll ich die instanz jetzt auch noch entfernen?
            unter Instanzen auf den Müll Eimer klicken
            Oder soll ich den normalen Adapter 0.0.4 noch mal neu installieren ?

            pi@raspberrypi:/opt/iobroker $ cd /opt/iobroker
            pi@raspberrypi:/opt/iobroker $ npm uninstall iobroker.connector-local-control
            npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules/fsevents):
            npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
            npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@1.0.7 (node_modules/osx-temperature-sensor):
            npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
            
            removed 3 packages in 14.868s
            
            67 packages are looking for funding
              run `npm fund` for details
            
            pi@raspberrypi:/opt/iobroker $ 
            

            2022-03-30 15_53_33-Window.png

            
            pi@raspberrypi:/opt/iobroker $ npm ls --depth=0
            iobroker.inst@2.0.3 /opt/iobroker
            ├── colors@1.4.0
            ├── fs-extra@7.0.1
            ├── iobroker@2.0.3
            ├── iobroker.admin@5.3.1
            ├── iobroker.alexa2@3.11.2
            ├── iobroker.backitup@2.3.3
            ├── iobroker.device-reminder@1.2.9
            ├── iobroker.discovery@2.7.5
            ├── iobroker.fakeroku@0.2.1
            ├── iobroker.harmony@1.2.2
            ├── iobroker.hmip@1.15.4
            ├── iobroker.hue@3.6.5
            ├── iobroker.ical@1.11.4
            ├── iobroker.info@1.9.8
            ├── iobroker.javascript@5.2.21
            ├── iobroker.js-controller@4.0.21
            ├── iobroker.shelly@5.3.2
            ├── iobroker.simple-api@2.6.3
            ├── iobroker.socketio@4.1.4
            ├── iobroker.telegram@1.11.1
            ├── iobroker.trashschedule@1.4.1
            ├── iobroker.web@4.2.0
            ├── semver@5.7.1
            └── yargs@7.1.0
            
            pi@raspberrypi:/opt/iobroker $
            
            
            Thomas Braun 1 Reply Last reply Reply Quote 0
            • Thomas Braun
              Thomas Braun Most Active @MrSonei6 last edited by

              @mrsonei6

              So ganz habe ich noch nicht verstanden was da jetzt installert ist, installiert bleiben soll oder was da deinstalliert werden soll.

              iobroker list adapters && iobroker list instances
              

              Und wo du gerade da aktiv bist:

              sudo ln -s /usr/bin/node /usr/bin/nodejs
              which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
              
              M 1 Reply Last reply Reply Quote 0
              • M
                MrSonei6 @Thomas Braun last edited by MrSonei6

                @thomas-braun

                Ich möchte alles was mit den Siro Rollo Connectoren zu tun hat einmal komplet entfernen, da hier irgendwie der Hund drin ist.
                Es gibt zwei versionen eine siro Cloud adapter 1.1.12 und einen connectr local 0.0.4
                Beide sollten erst einmal komplett entfert werden. Unter Adapter sehe ich sie auch nicht mehr.
                Aber in der Instanz taucht plötzlich ein Instanz auf mit dem Connector Version 0.0.4
                Obwohl ja der Adpater oben deinstalliert wurde.
                Die instanz war vor der deinstallation nicht da.
                Da war eine Instanz vom cloud Adapter da aber nicht aktiv mit dem namen des localen connectors.
                Also die beiden Dinge haben sich irgendwie vermsicht

                pi@raspberrypi:/opt/iobroker $ iobroker list adapters && iobroker list instances
                system.adapter.admin                   : admin          - v5.3.1
                system.adapter.alexa2                  : alexa2         - v3.11.2
                system.adapter.backitup                : backitup       - v2.3.3
                system.adapter.connector-local-control : connector-local-control - v0.0.4
                system.adapter.device-reminder         : device-reminder - v1.2.9
                system.adapter.discovery               : discovery      - v2.7.5
                system.adapter.fakeroku                : fakeroku       - v0.2.1
                system.adapter.harmony                 : harmony        - v1.2.2
                system.adapter.hmip                    : hmip           - v1.15.4
                system.adapter.hue                     : hue            - v3.6.5
                system.adapter.ical                    : ical           - v1.11.4
                system.adapter.info                    : info           - v1.9.8
                system.adapter.javascript              : javascript     - v5.2.21
                system.adapter.shelly                  : shelly         - v5.3.2
                system.adapter.simple-api              : simple-api     - v2.6.1
                system.adapter.socketio                : socketio       - v4.1.4
                system.adapter.telegram                : telegram       - v1.11.1
                system.adapter.trashschedule           : trashschedule  - v1.4.1
                system.adapter.web                     : web            - v4.2.0
                + system.adapter.admin.0                  : admin                 : raspberrypi                              -  
                (SSL), run as: admin
                + system.adapter.alexa2.0                 : alexa2                : raspberrypi                              -  
                + system.adapter.backitup.0               : backitup              : raspberrypi                              -  
                n+ system.adapter.connector-local-control.0: connector-local-control: raspberrypi                              -  
                + system.adapter.device-reminder.0        : device-reminder       : raspberrypi                              
                + system.adapter.discovery.0              : discovery             : raspberrypi                              -  
                + system.adapter.fakeroku.0               : fakeroku              : raspberrypi                              -  
                + system.adapter.harmony.0                : harmony               : raspberrypi                              -  
                + system.adapter.hmip.0                   : hmip                  : raspberrypi                              -  
                + system.adapter.hue.0                    : hue                   : raspberrypi                              -  
                  system.adapter.ical.0                   : ical                  : raspberrypi                              -  
                + system.adapter.info.0                   : info                  : raspberrypi                              -  
                + system.adapter.javascript.0             : javascript            : raspberrypi                              -  
                + system.adapter.shelly.0                 : shelly                : raspberrypi                              -  
                + system.adapter.telegram.0               : telegram              : raspberrypi                              -  , 
                + system.adapter.trashschedule.0          : trashschedule         : raspberrypi                              -  
                  system.adapter.web.0                    : web                   : raspberrypi                              - , 
                 admin
                
                + instance is alive
                pi@raspberrypi:/opt/iobroker $
                
                
                pi@raspberrypi:/opt/iobroker $ sudo ln -s /usr/bin/node /usr/bin/nodejs
                ln: die symbolische Verknüpfung '/usr/bin/nodejs' konnte nicht angelegt werden: Die Datei existiert bereits
                pi@raspberrypi:/opt/iobroker $
                
                
                
                
                pi@raspberrypi:/opt/iobroker $ which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                /usr/bin/nodejs
                /usr/bin/node
                /usr/bin/npm
                v14.19.0
                v14.19.0
                6.14.16
                pi
                /opt/iobroker
                OK:1 http://raspbian.raspberrypi.org/raspbian buster InRelease
                OK:2 https://deb.nodesource.com/node_14.x buster InRelease
                OK:3 http://archive.raspberrypi.org/debian buster InRelease
                Paketlisten werden gelesen... Fertig
                Abhängigkeitsbaum wird aufgebaut.
                Statusinformationen werden eingelesen.... Fertig
                Aktualisierung für 36 Pakete verfügbar. Führen Sie »apt list --upgradable« aus, um sie anzuzeigen.
                nodejs:
                  Installiert:           14.19.0-deb-1nodesource1
                  Installationskandidat: 14.19.1-deb-1nodesource1
                  Versionstabelle:
                     14.19.1-deb-1nodesource1 500
                        500 https://deb.nodesource.com/node_14.x buster/main armhf Packages
                 *** 14.19.0-deb-1nodesource1 100
                        100 /var/lib/dpkg/status
                     10.24.0~dfsg-1~deb10u1 500
                        500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
                pi@raspberrypi:/opt/iobroker $
                
                
                Thomas Braun 2 Replies Last reply Reply Quote 0
                • Thomas Braun
                  Thomas Braun Most Active @MrSonei6 last edited by

                  @mrsonei6 sagte in Hilfe bei Adapter deinstalltion wird benötigt:

                  connector-local-control

                  iobroker del connector-local-control
                  
                  1 Reply Last reply Reply Quote 0
                  • Thomas Braun
                    Thomas Braun Most Active @MrSonei6 last edited by

                    @mrsonei6 sagte in Hilfe bei Adapter deinstalltion wird benötigt:

                    Aktualisierung für 36 Pakete verfügbar.

                    Danach bitte das System auf Stand bringen.

                    M 1 Reply Last reply Reply Quote 0
                    • M
                      MrSonei6 @Thomas Braun last edited by MrSonei6

                      @thomas-braun

                      Jetzt kommt am Ende wieder die Meldung das ich es selber löschen soll

                      pi@raspberrypi:/opt/iobroker $ iobroker del connector-local-control
                      Delete adapter "connector-local-control"
                      host.raspberrypi Counted 1 instances of connector-local-control
                      host.raspberrypi Counted 1 meta of connector-local-control
                      host.raspberrypi Counted 1 adapter for connector-local-control
                      host.raspberrypi Counted 1 devices of connector-local-control
                      host.raspberrypi Counted 4 channels of connector-local-control
                      host.raspberrypi Counted 40 states of connector-local-control
                      host.raspberrypi Counted 14 states of system.adapter.connector-local-control
                      host.raspberrypi Counted 12 states (io.connector-local-control.*) from states
                      host.raspberrypi Counted 15 states (system.adapter.connector-local-control.*) from states
                      host.raspberrypi file connector-local-control.admin deleted
                      host.raspberrypi object connector-local-control deleted
                      host.raspberrypi object connector-local-control.admin deleted
                      host.raspberrypi Deleting 62 object(s).
                      host.raspberrypi Deleting 27 state(s).
                      Error deleting adapter connector-local-control from disk: Cannot find module 'iobroker.connector-local-control/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!
                      pi@raspberrypi:/opt/iobroker $
                      
                      

                      Unter Instanzen ist jetzt aber kein Connector mehr

                      
                      pi@raspberrypi:/opt/iobroker $ iobroker list adapters && iobroker list instances
                      system.adapter.admin                   : admin          - v5.3.1
                      system.adapter.alexa2                  : alexa2         - v3.11.2
                      system.adapter.backitup                : backitup       - v2.3.3
                      system.adapter.device-reminder         : device-reminder - v1.2.9
                      system.adapter.discovery               : discovery      - v2.7.5
                      system.adapter.fakeroku                : fakeroku       - v0.2.1
                      system.adapter.harmony                 : harmony        - v1.2.2
                      system.adapter.hmip                    : hmip           - v1.15.4
                      system.adapter.hue                     : hue            - v3.6.5
                      system.adapter.ical                    : ical           - v1.11.4
                      system.adapter.info                    : info           - v1.9.8
                      system.adapter.javascript              : javascript     - v5.2.21
                      system.adapter.shelly                  : shelly         - v5.3.2
                      system.adapter.simple-api              : simple-api     - v2.6.1
                      system.adapter.socketio                : socketio       - v4.1.4
                      system.adapter.telegram                : telegram       - v1.11.1
                      system.adapter.trashschedule           : trashschedule  - v1.4.1
                      system.adapter.web                     : web            - v4.2.0
                      + system.adapter.admin.0                  : admin                 : raspberrypi                              -  , 
                      + system.adapter.alexa2.0                 : alexa2                : raspberrypi                              -  
                      + system.adapter.backitup.0               : backitup              : raspberrypi                              -  
                      + system.adapter.device-reminder.0        : device-reminder       : raspberrypi                              -  
                      + system.adapter.discovery.0              : discovery             : raspberrypi                              -  
                      + system.adapter.fakeroku.0               : fakeroku              : raspberrypi                              -  
                      + system.adapter.harmony.0                : harmony               : raspberrypi                              -  
                      + system.adapter.hmip.0                   : hmip                  : raspberrypi                              -  
                      + system.adapter.hue.0                    : hue                   : raspberrypi                              -  , 
                        system.adapter.ical.0                   : ical                  : raspberrypi                              -  
                      + system.adapter.info.0                   : info                  : raspberrypi                              -  
                      + system.adapter.javascript.0             : javascript            : raspberrypi                              -  
                      + system.adapter.shelly.0                 : shelly                : raspberrypi                              -  , : ,
                      + system.adapter.telegram.0               : telegram              : raspberrypi                              -  e
                      + system.adapter.trashschedule.0          : trashschedule         : raspberrypi                              -  
                        system.adapter.web.0                    : web                   : raspberrypi                              - 
                      
                      + instance is alive
                      pi@raspberrypi:/opt/iobroker $
                      
                      
                      Thomas Braun 1 Reply Last reply Reply Quote 0
                      • Thomas Braun
                        Thomas Braun Most Active @MrSonei6 last edited by Thomas Braun

                        @mrsonei6

                        Dann lösch das Verzeichnis des Moduls mal aus /opt/iobroker/node_modules raus.
                        Und dann:

                        iobroker stop
                        sudo apt full-upgrade
                        sudo reboot
                        

                        Und dann nochmal schauen.

                        M 1 Reply Last reply Reply Quote 0
                        • M
                          MrSonei6 @Thomas Braun last edited by MrSonei6

                          @thomas-braun

                          erledigt
                          Die Instanz war eh vorher schon weg
                          Aber die Fehlermeldung kahm hald beim deinstallieren der Instanz

                          Unter dem Pfad von dir oben ist auch kein Ordner mehr namens Connector etc

                          Update habe ich durch geführt
                          Kann ich den 004 Version connector noch mal installierne ; ) ?

                          Mit Link Installation
                          https://github.com/ConnectorGit/ioBroker.connector-local-control

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

                            @mrsonei6 sagte in Hilfe bei Adapter deinstalltion wird benötigt:

                            Kann ich den 004 Version connector noch mal installierne ; ) ?

                            Klar, würde ich in dem Fall 'über die Katze' machen.

                            M 1 Reply Last reply Reply Quote 0
                            • M
                              MrSonei6 @Thomas Braun last edited by

                              @thomas-braun

                              Vielen Dank genau über die Kazue und dann über Link
                              Wurde installiert.
                              Das der Adapter nicht funktioniert ist was anderes 😉
                              Wnn ich mit der Appdie Rollo runter fahren lasse steht zwar der Richtige % wert in der Instanz
                              Aber wenn ich in der Instanz dann einen anderen % wert eintrage fährt die Rollo nicht zu diesen Wert.
                              Das ist dann eher ein Programierfehler

                              Danke
                              Vielen Dank!!

                              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

                              692
                              Online

                              31.9k
                              Users

                              80.2k
                              Topics

                              1.3m
                              Posts

                              3
                              20
                              528
                              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