Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. Test Adapter Mihome-vacuum v3.1.6 Next Generarition

    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

    Test Adapter Mihome-vacuum v3.1.6 Next Generarition

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

      @d3ltoroxp Das installiert alle node_module die im System gelistet sind und als Abhängigkeiten bekannt sind. Man kann auch nur canvas mit "npm i canvas" installieren. Aber wenn das node Update nach Anleitung inkl aller Schritte gemacht wurde, verschlimmbessert ein npm i nichts.
      rebuild gehört ja eh zum Update dazu. Nur dass das eben manche Zusatzmodule wie canvas anscheinend nicht neu baut. Deswegen muss man es löschen und from scratch mit der neuen node Version installieren.

      da_Woody 1 Reply Last reply Reply Quote 0
      • da_Woody
        da_Woody @Diginix last edited by

        @diginix so, hab da auch mal mitgemacht...
        mit winscp den canvas ordner gelöscht, dann mit putty drauf,

        cd /opt/iobroker/node_modules && npm i
        
        woody@ioBroker:~$ cd /opt/iobroker/node_modules && npm i
        [sudo] Passwort für woody:
        
        > canvas@2.8.0 install /opt/iobroker/node_modules/canvas
        > node-pre-gyp install --fallback-to-build
        
        [canvas] Success: "/opt/iobroker/node_modules/canvas/build/Release/canvas.node" is installed via remote
        
        > cpu-features@0.0.2 install /opt/iobroker/node_modules/cpu-features
        > node-gyp rebuild
        
        make: Verzeichnis „/opt/iobroker/node_modules/cpu-features/build“ wird betreten
          ACTION Configuring dependencies /opt/iobroker/node_modules/cpu-features/deps/cpu_features/build/Makefile
        /bin/sh: 1: cmake: not found
        make: *** [config_deps.target.mk:13: /opt/iobroker/node_modules/cpu-features/deps/cpu_features/build/Makefile] Fehler 127
        make: Verzeichnis „/opt/iobroker/node_modules/cpu-features/build“ wird verlassen
        gyp ERR! build error
        gyp ERR! stack Error: `make` failed with exit code: 2
        gyp ERR! stack     at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23)
        gyp ERR! stack     at ChildProcess.emit (events.js:400:28)
        gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:282:12)
        gyp ERR! System Linux 4.19.0-18-amd64
        gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
        gyp ERR! cwd /opt/iobroker/node_modules/cpu-features
        gyp ERR! node -v v14.18.2
        gyp ERR! node-gyp -v v5.1.0
        gyp ERR! not ok
        npm WARN xmlhttprequest-ts@1.0.1 requires a peer of @angular/common@>= 5.0.0 but none is installed. You must install peer dependencies yourself.
        npm WARN xmlhttprequest-ts@1.0.1 requires a peer of @angular/core@>= 5.0.0 but none is installed. You must install peer dependencies yourself.
        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":"x64"})
        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":"x64"})
        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: cpu-features@0.0.2 (node_modules/cpu-features):
        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: cpu-features@0.0.2 install: `node-gyp rebuild`
        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1
        
        added 1 package from 4 contributors and removed 31 packages in 12.548s
        
        77 packages are looking for funding
          run `npm fund` for details
        
        woody@ioBroker:/opt/iobroker/node_modules$
        
        

        strange, aber ok. hatte dann zumindest mal in map64 was stehn. hab dann mal auf loadMap geklickt und dann auch wieder /mihome-vacuum.admin/actualMap_0.png unter mapURL drinnen.
        in iQontrol seh ich allerdings die karte nicht... aber, immerhin.

        Diginix da_Woody 2 Replies Last reply Reply Quote 0
        • Diginix
          Diginix @da_Woody last edited by

          @da_woody sagte in Test Adapter Mihome-vacuum v3.1.6 Next Generarition:

          added 1 package from 4 contributors and removed 31 packages
          

          Zeigt aber auch dass da noch mehr nicht passte. Bin da auch kein Profi, aber wenn er Dinge removed dann waren die nicht korrekt angemeldet und da stellt sich die Frage woher kamen diese Pakete.
          "cpu-features" ist bei dir ja auch als zusätzliches Paket installiert und wurde durch npm i angefasst. Zu welchem iobroker Adapter das aber gehört, k.a.

          da_Woody 1 Reply Last reply Reply Quote 0
          • da_Woody
            da_Woody @Diginix last edited by

            @diginix sagte in Test Adapter Mihome-vacuum v3.1.6 Next Generarition:

            "cpu-features" ist bei dir ja auch als zusätzliches Paket installiert

            hmm, cpu wird ja von einigen adaptern abgefragt...
            was mich in letzter zeit allerdings mehr stört, ist der gyp ERR!. der taucht da auf und auch bei diversen updates lese ich den öfter...

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

              @da_woody

              cmake: not found

              Wenn da was nicht gefunden wird muss man es halt nachinstallieren:

              sudo apt update
              sudo apt install cmake
              
              da_Woody 1 Reply Last reply Reply Quote 0
              • da_Woody
                da_Woody @Thomas Braun last edited by

                @thomas-braun ok, thnx. erledigt.
                soll ich

                cd /opt/iobroker/node_modules && npm i
                

                jetzt nochmal laufen lassen?

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

                  @da_woody

                  Kannst du machen, kannst aber auch einfach abwarten bis npm bei irgendeiner künftigen Aktion wieder von alleine aktiv wird.

                  1 Reply Last reply Reply Quote 1
                  • da_Woody
                    da_Woody @da_Woody last edited by

                    @da_woody sagte in Test Adapter Mihome-vacuum v3.1.6 Next Generarition:

                    in iQontrol seh ich allerdings die karte nicht...

                    klassischer selbstleger. wenn man datenpunkt statt konstante als background_URL nimmt...
                    ist wohl beim rumprobieren passiert. 🤕

                    1 Reply Last reply Reply Quote 0
                    • D3ltoroxp
                      D3ltoroxp last edited by

                      Bin mal gespannt ob nun alles noch läuft.

                      36bc0518-c146-4344-983a-5700195bca95-grafik.png

                      Davon hat er ganz viel removed. @Diginix aber du sagtest ja, wenn der andere Sachen removed, dann hat da auch was nicht gestimmt.

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

                        @d3ltoroxp sagte in Test Adapter Mihome-vacuum v3.1.6 Next Generarition:

                        wenn der andere Sachen removed, dann hat da auch was nicht gestimmt.

                        Das sind nicht unbedingt Fehler, da hat sich nur in den Dependencies was getan.

                        1 Reply Last reply Reply Quote 1
                        • D3ltoroxp
                          D3ltoroxp last edited by D3ltoroxp

                          So mal noch was anderes. Ich habe mir mal Valetudo drauf geflashed. Was muss ich am Adapter ändern, das er sich verbindet. Ich habe unter Map Valetudo aktiviert, aber auf der Hauptseite, will er doch was mit der Cloud, immer noch. Kann man das umstellen ? Der Adapter wird nicht mehr grün...

                          mihome-vacuum.0
                          	2022-01-05 13:04:05.368	info	settest next timer: not available
                          mihome-vacuum.0
                          	2022-01-05 13:04:05.057	info	Map selected create states...
                          mihome-vacuum.0
                          	2022-01-05 13:04:04.647	info	select standard vacuum protocol....
                          mihome-vacuum.0
                          	2022-01-05 13:04:04.316	warn	No Answer for DeviceModel use model from Config
                          mihome-vacuum.0
                          	2022-01-05 13:04:04.315	warn	No Answer for DeviceModel use old one
                          mihome-vacuum.0
                          	2022-01-05 13:04:04.315	warn	YOUR DEVICE IS CONNECTED BUT DID NOT ANSWER YET - CONNECTION CAN TAKE UP TO 10 MINUTES - PLEASE BE PATIENT AND DO NOT TURN THE ADAPTER OFF
                          mihome-vacuum.0
                          	2022-01-05 13:03:54.281	info	IOT enabled, create state
                          mihome-vacuum.0
                          	2022-01-05 13:03:54.146	info	starting. Version 3.3.1 in /opt/iobroker/node_modules/iobroker.mihome-vacuum, node: v14.18.2, js-controller: 3.3.22
                          mihome-vacuum.0
                          	2022-01-05 13:03:41.539	info	Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                          mihome-vacuum.0
                          	2022-01-05 13:03:41.538	info	terminating
                          mihome-vacuum.0
                          	2022-01-05 13:03:41.537	error	Socket Close
                          
                          Thomas Braun 1 Reply Last reply Reply Quote 0
                          • Thomas Braun
                            Thomas Braun Most Active @D3ltoroxp last edited by

                            @d3ltoroxp sagte in Test Adapter Mihome-vacuum v3.1.6 Next Generarition:

                            CONNECTION CAN TAKE UP TO 10 MINUTES - PLEASE BE PATIENT AND DO NOT TURN THE ADAPTER OFF

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

                              @thomas-braun Die 10min habe ich schon lange überschritten... Muss man auf der Hauptseite des Adapters etwas ändern ?

                              Thomas Braun Neuschwansteini 2 Replies Last reply Reply Quote 0
                              • Thomas Braun
                                Thomas Braun Most Active @D3ltoroxp last edited by

                                @d3ltoroxp

                                Bei mir läuft die originale FW. Bei Valetudo kann ich nicht weiterhelfen.

                                1 Reply Last reply Reply Quote 0
                                • Neuschwansteini
                                  Neuschwansteini @D3ltoroxp last edited by

                                  @d3ltoroxp war da nicht mal was, dass der Adapter die neueste Version von Valetudo nicht mehr unterstuetzt..??
                                  Muesste hier im Thread irgendwo stehen...

                                  D3ltoroxp 1 Reply Last reply Reply Quote 0
                                  • D3ltoroxp
                                    D3ltoroxp @Neuschwansteini last edited by

                                    @ilovegym said in Test Adapter Mihome-vacuum v3.1.6 Next Generarition:

                                    @d3ltoroxp war da nicht mal was, dass der Adapter die neueste Version von Valetudo nicht mehr unterstuetzt..??
                                    Muesste hier im Thread irgendwo stehen...

                                    Ai, des wäre natürlich nicht so toll. Muss ich hier mal suchen, ob dort vllt auch steht warum und ob es ein Update gibt, damit der Adapter damit wieder funktioniert.
                                    @Meistertr

                                    Meistertr 1 Reply Last reply Reply Quote 0
                                    • Meistertr
                                      Meistertr Developer @D3ltoroxp last edited by

                                      @d3ltoroxp ja das ist so. Hypfer hat ab der Version 0.6 das bereitstellen der Mandaten geändert, was ich nie eingebunden habe. Da ich mich auf die map aus der cloud konzentriert habe. Wenn jemand ein persönliches Interesse hat das zu integrieren, kann es gerne machen 🙂

                                      D3ltoroxp 1 Reply Last reply Reply Quote 0
                                      • D3ltoroxp
                                        D3ltoroxp @Meistertr last edited by

                                        @meistertr Ok, ich hab nun alles zurück gespielt die original FW ist wieder drauf, per App habe ich auch eine Verbindung, der Robo macht seine Arbeit, aber in ioB bekomme ich ihn nicht mehr.

                                        mihome-vacuum.0
                                        	2022-01-05 23:24:05.609	info	settest next timer: not available
                                        mihome-vacuum.0
                                        	2022-01-05 23:24:05.180	info	Map selected create states...
                                        mihome-vacuum.0
                                        	2022-01-05 23:24:05.090	info	select standard vacuum protocol....
                                        mihome-vacuum.0
                                        	2022-01-05 23:24:05.076	warn	No Answer for DeviceModel use model from Config
                                        mihome-vacuum.0
                                        	2022-01-05 23:24:05.075	warn	No Answer for DeviceModel use old one
                                        mihome-vacuum.0
                                        	2022-01-05 23:24:05.075	warn	YOUR DEVICE IS CONNECTED BUT DID NOT ANSWER YET - CONNECTION CAN TAKE UP TO 10 MINUTES - PLEASE BE PATIENT AND DO NOT TURN THE ADAPTER OFF
                                        mihome-vacuum.0
                                        	2022-01-05 23:23:54.999	info	IOT enabled, create state
                                        mihome-vacuum.0
                                        	2022-01-05 23:23:54.908	info	starting. Version 3.3.1 in /opt/iobroker/node_modules/iobroker.mihome-vacuum, node: v14.18.2, js-controller: 3.3.22
                                        mihome-vacuum.0
                                        	2022-01-05 23:23:50.650	info	Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                        mihome-vacuum.0
                                        	2022-01-05 23:23:50.649	info	terminating
                                        mihome-vacuum.0
                                        	2022-01-05 23:23:50.649	error	Socket Close
                                        

                                        Hier passiert gar nichts mehr.

                                        Neuschwansteini 1 Reply Last reply Reply Quote 0
                                        • Neuschwansteini
                                          Neuschwansteini @D3ltoroxp last edited by

                                          @d3ltoroxp mal den Adapter auf debug stellen, und das vollstaendige logfile vom Start des Adapters bitte zeigen..
                                          mit so bruchstuecken kann keiner viel anfangen, finde ich.. 🙂

                                          Vorher nochmal bei laufenden Adapter in die Konfig gehen und alles neu einstellen und abspeichern.

                                          1 Reply Last reply Reply Quote 0
                                          • D3ltoroxp
                                            D3ltoroxp last edited by D3ltoroxp

                                            Guten Morgen,

                                            bitteschön Log vom Start ab.

                                            logf.txt

                                            Das Token vom Setting hab ich raus gelöscht, da sind noch mal zwei Token in der Log, kann man aber drin lassen ?

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            788
                                            Online

                                            31.8k
                                            Users

                                            80.0k
                                            Topics

                                            1.3m
                                            Posts

                                            100
                                            1198
                                            317867
                                            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