Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. English
    3. ioBroker general
    4. Update System iobroker failed

    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

    Update System iobroker failed

    This topic has been deleted. Only users with topic management privileges can see it.
    • T
      Tiger @mickym last edited by

      @mickym said in Update System iobroker failed:

      make sure that the rights are adapted.

      What do you mean by that?

      mickym 1 Reply Last reply Reply Quote 0
      • mickym
        mickym Most Active @Tiger last edited by

        @tiger If you copy with user pi - all files are owned by this user. As iobroker runs under user iobroker you need to change the owner of the files and directories.

        T 1 Reply Last reply Reply Quote 0
        • T
          Tiger @mickym last edited by

          @mickym
          ok I've same user name as before

          mickym 1 Reply Last reply Reply Quote 0
          • mickym
            mickym Most Active @Tiger last edited by

            @tiger So but I am not sure if the old node will work at all with the new node version. You should better think about a replacement.

            T 1 Reply Last reply Reply Quote 0
            • T
              Tiger @mickym last edited by

              @mickym
              So... if I'm understanding well...
              I've to let like that without copy the directory...
              install the new node of Alexa...
              and made a new programmation?

              as i wanted to have an installation up to date... if it's your recommandation... i'll do like that...

              mickym 1 Reply Last reply Reply Quote 0
              • T
                Tiger @Homoran last edited by

                @homoran

                No problem Now that I'd understood Filezilla 🙂

                I'm going to have all working, and after we'll see to the update.

                After Node-red.. that if I understand well I've to reprogram... for alexa
                I've to check VIS
                RFXCOM it seems that I've to pair everything as I've the devices but seems not connected
                Zigbee, probably same, I've to pair everything

                Homoran 1 Reply Last reply Reply Quote 0
                • crunchip
                  crunchip Forum Testing Most Active @Tiger last edited by

                  @tiger sagte in Update System iobroker failed:

                  don't remember if socketio is used but it was installed.

                  Not currently, you can switch and test it or use pure web sockets
                  69379e9f-cd05-4e19-ae30-5939c76d2576-image.png

                  T 1 Reply Last reply Reply Quote 0
                  • mickym
                    mickym Most Active @Tiger last edited by

                    @tiger sagte in Update System iobroker failed:

                    @mickym
                    So... if I'm understanding well...
                    I've to let like that without copy the directory...
                    install the new node of Alexa...
                    and made a new programmation?

                    as i wanted to have an installation up to date... if it's your recommandation... i'll do like that...

                    Yes my recommendation is to do not copy the old stuff. Edit your package.json and delete the line in the dependencies section which refers to the old- alexa node. Run npm install hopefully without errors. Activate in the node red adapter configuration that you use the pallet manager and install a different node. Then you need to rework all alexa flows

                    T 1 Reply Last reply Reply Quote 0
                    • Homoran
                      Homoran Global Moderator Administrators @Tiger last edited by

                      @tiger sagte in Update System iobroker failed:

                      Zigbee, probably same, I've to pair everything

                      i don't use zigbee and therefore I'm very sorry if there is a pitfall too.
                      But @Thomas-Braun may know wether there will be a solution.

                      T 1 Reply Last reply Reply Quote 0
                      • T
                        Tiger @mickym last edited by

                        @mickym said in Update System iobroker failed:

                        package.json

                        ok I'll do it...
                        but, how do you edit the package.json?

                        mickym 1 Reply Last reply Reply Quote 0
                        • T
                          Tiger @Homoran last edited by

                          @homoran

                          No it seems everything is working well...
                          Zigbee and Rfxcom... good news...

                          1 Reply Last reply Reply Quote 0
                          • T
                            Tiger @crunchip last edited by

                            @crunchip

                            it seems it's due to my version of iobroker.admin...

                            I thing we'll be able to solve it after upgrading system...

                            2022-08-16 18:10:28.357	error	startInstance system.adapter.web.0 Adapter dependency not fulfilled on any host: required adapter "admin" has wrong version. Installed "4.0.10", required ">=5.1.0"!
                            crunchip 1 Reply Last reply Reply Quote 0
                            • crunchip
                              crunchip Forum Testing Most Active @Tiger last edited by

                              @tiger I do not understand all the problems, that was a backup with the backitup adapter? Why admin 4

                              Homoran 1 Reply Last reply Reply Quote 0
                              • Homoran
                                Homoran Global Moderator Administrators @crunchip last edited by

                                @crunchip sagte in Update System iobroker failed:

                                that was a backup with the backitup adapter?

                                no manually by iobroker backup

                                the admin had been downgraded by the restore

                                crunchip 1 Reply Last reply Reply Quote 0
                                • crunchip
                                  crunchip Forum Testing Most Active @Homoran last edited by crunchip

                                  @homoran

                                  @tiger sagte in Update System iobroker failed:

                                  Vis installed
                                  Backup with --force done...
                                  ADmin version has beenn downgrade to 4.0 as before...

                                  Why
                                  itself or through backup

                                  @tiger sagte in Update System iobroker failed:

                                  Installed "4.0.10", required ">=5.1.0"

                                  then do the upgrade

                                  Homoran 1 Reply Last reply Reply Quote 0
                                  • mickym
                                    mickym Most Active @Tiger last edited by

                                    @tiger sagte in Update System iobroker failed:

                                    @mickym said in Update System iobroker failed:

                                    package.json

                                    ok I'll do it...
                                    but, how do you edit the package.json?

                                    Goto directory

                                    cd /opt/iobroker/iobroker-data/node-red
                                    nano package.json
                                    

                                    If a message occurs that file is write protected then use

                                    sudo nano package.json
                                    

                                    Search for the reference of the alexa node. CTRL + k should delete line. I’m typing on my mobile so you need to look at the bottom describing the short-cuts. CTRL + x to
                                    exit and confirm to write.

                                    Ensure that you run npm install in the directory /opt/iobroker/iobroker-data/node-red. After you started the Node Red Adapter using the pallet manager, remove all alexa nodes from your flows and update your nodes within the pallet manager, if updates are available. This should be done on a regular base. Keep your system up to date to avoid surprises like this.

                                    T 3 Replies Last reply Reply Quote 0
                                    • Homoran
                                      Homoran Global Moderator Administrators @crunchip last edited by

                                      @crunchip sagte in Update System iobroker failed:

                                      through backup

                                      as I understood

                                      1 Reply Last reply Reply Quote 0
                                      • T
                                        Tiger @mickym last edited by

                                        @mickym

                                        I made by another way as i've not a lot of node to install and needed.
                                        I installed node manually,
                                        Now I'm trying to find the correct alexa node...
                                        moreover The boolean-logic that was installed don't work now... I had a AND node, that works good... now don't work...

                                        So I'm truing to find these two solution.

                                        node-red is correctly connect to My LOGO !8 from siemens

                                        Regards

                                        1 Reply Last reply Reply Quote 0
                                        • T
                                          Tiger @mickym last edited by Tiger

                                          @mickym

                                          Alexa works... and boolean now too...

                                          So I'm going to made all as before with the new node...

                                          See you all after that to upgrade my system !

                                          1 Reply Last reply Reply Quote 0
                                          • T
                                            Tiger @mickym last edited by

                                            @mickym

                                            Don't know why,
                                            Was trying to add other functionnality that doesn't work with node amazon

                                            and connexion lost

                                            message in the log file are like that

                                            
                                            
                                            node-red.0	2022-08-16 21:00:26.108	info	(8145) node-red exited with 1
                                            node-red.0	2022-08-16 21:00:25.642	warn	(8145) 16 Aug 21:00:25 - [warn] Projects disabled : editorTheme.projects.enabled=false
                                            node-red.0	2022-08-16 21:00:21.074	warn	(8145) (node:8183) [DEP0128] DeprecationWarning: Invalid 'main' field in '/opt/iobroker/node_modules/@node-red/editor-client/package.json' of './lib/index.js'. Please either fix that or report it to t
                                            node-red.0	2022-08-16 21:00:21.067	warn	(8145) 16 Aug 21:00:21 - [warn] server.httpadminauth-deprecated
                                            node-red.0	2022-08-16 21:00:19.544	info	(8145) Starting node-red: --max-old-space-size=2048 /opt/iobroker/node_modules/node-red/red.js -v --settings /opt/iobroker/iobroker-data/node-red/settings.js
                                            
                                            
                                            mickym 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            933
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            update iobroker
                                            7
                                            164
                                            16009
                                            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