Skip to content
  • Home
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • 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

  • Default (No Skin)
  • No Skin
Collapse
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Tester
  4. Test Adapter Mihome-vacuum v3.1.6 Next Generarition

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    16
    1
    276

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

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

Test Adapter Mihome-vacuum v3.1.6 Next Generarition

Scheduled Pinned Locked Moved Tester
1.2k Posts 100 Posters 407.6k Views 82 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D3ltoroxpD D3ltoroxp

    @diginix Genau hatte auch vor paar Tagen auf noddjs 14 geupadet. Mir aber jetzt erst aufgefallen das keine Map vorhanden ist. War allgemein auf ein neues System umgezogen.
    Hm also wenn das nichts zu sagen hat und man das System beruhigt weiter laufen lassen kann, dann werd ich das so noch mal machen. Hatte erst wieder den Snapshot eingespielt, weil das nicht gut aus sah.
    Dieses npm -i installiert nur canvas nach, oder fummelt das noch anderweitig rum ?

    DiginixD Offline
    DiginixD Offline
    Diginix
    wrote on last edited by
    #493

    @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.

    ..:: So long! Tom ::..

    NUC7i3 (Ubuntu Proxmox VM) | Echo Dots 2+3. Gen | Xiaomi Sensoren | Mi Robot 1S | Yeelight | Sonoff | Shelly | H801 RGB | Gosund SP1 | NodeMCU+ESP32 | Kostal Plenticore PV+BYD | openWB

    da_WoodyD 1 Reply Last reply
    0
    • DiginixD Diginix

      @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_WoodyD Offline
      da_WoodyD Offline
      da_Woody
      wrote on last edited by
      #494

      @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.

      gruß vom Woody
      HAPPINESS is not a DESTINATION, it's a WAY of LIFE!

      DiginixD da_WoodyD 2 Replies Last reply
      0
      • da_WoodyD da_Woody

        @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.

        DiginixD Offline
        DiginixD Offline
        Diginix
        wrote on last edited by
        #495

        @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.

        ..:: So long! Tom ::..

        NUC7i3 (Ubuntu Proxmox VM) | Echo Dots 2+3. Gen | Xiaomi Sensoren | Mi Robot 1S | Yeelight | Sonoff | Shelly | H801 RGB | Gosund SP1 | NodeMCU+ESP32 | Kostal Plenticore PV+BYD | openWB

        da_WoodyD 1 Reply Last reply
        0
        • DiginixD Diginix

          @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_WoodyD Offline
          da_WoodyD Offline
          da_Woody
          wrote on last edited by
          #496

          @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...

          gruß vom Woody
          HAPPINESS is not a DESTINATION, it's a WAY of LIFE!

          Thomas BraunT 1 Reply Last reply
          0
          • da_WoodyD da_Woody

            @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 BraunT Online
            Thomas BraunT Online
            Thomas Braun
            Most Active
            wrote on last edited by
            #497

            @da_woody

            cmake: not found

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

            sudo apt update
            sudo apt install cmake
            

            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

            da_WoodyD 1 Reply Last reply
            0
            • Thomas BraunT Thomas Braun

              @da_woody

              cmake: not found

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

              sudo apt update
              sudo apt install cmake
              
              da_WoodyD Offline
              da_WoodyD Offline
              da_Woody
              wrote on last edited by
              #498

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

              cd /opt/iobroker/node_modules && npm i
              

              jetzt nochmal laufen lassen?

              gruß vom Woody
              HAPPINESS is not a DESTINATION, it's a WAY of LIFE!

              Thomas BraunT 1 Reply Last reply
              0
              • da_WoodyD da_Woody

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

                cd /opt/iobroker/node_modules && npm i
                

                jetzt nochmal laufen lassen?

                Thomas BraunT Online
                Thomas BraunT Online
                Thomas Braun
                Most Active
                wrote on last edited by
                #499

                @da_woody

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

                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 Reply Last reply
                1
                • da_WoodyD da_Woody

                  @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.

                  da_WoodyD Offline
                  da_WoodyD Offline
                  da_Woody
                  wrote on last edited by
                  #500

                  @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. :face_with_head_bandage:

                  gruß vom Woody
                  HAPPINESS is not a DESTINATION, it's a WAY of LIFE!

                  1 Reply Last reply
                  0
                  • D3ltoroxpD Offline
                    D3ltoroxpD Offline
                    D3ltoroxp
                    wrote on last edited by
                    #501

                    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 BraunT 1 Reply Last reply
                    0
                    • D3ltoroxpD D3ltoroxp

                      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 BraunT Online
                      Thomas BraunT Online
                      Thomas Braun
                      Most Active
                      wrote on last edited by
                      #502

                      @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.

                      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 Reply Last reply
                      1
                      • D3ltoroxpD Offline
                        D3ltoroxpD Offline
                        D3ltoroxp
                        wrote on last edited by D3ltoroxp
                        #503

                        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 BraunT 1 Reply Last reply
                        0
                        • D3ltoroxpD 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 BraunT Online
                          Thomas BraunT Online
                          Thomas Braun
                          Most Active
                          wrote on last edited by
                          #504

                          @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

                          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

                          D3ltoroxpD 1 Reply Last reply
                          0
                          • Thomas BraunT Thomas Braun

                            @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

                            D3ltoroxpD Offline
                            D3ltoroxpD Offline
                            D3ltoroxp
                            wrote on last edited by
                            #505

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

                            Thomas BraunT ? 2 Replies Last reply
                            0
                            • D3ltoroxpD D3ltoroxp

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

                              Thomas BraunT Online
                              Thomas BraunT Online
                              Thomas Braun
                              Most Active
                              wrote on last edited by
                              #506

                              @d3ltoroxp

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

                              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 Reply Last reply
                              0
                              • D3ltoroxpD D3ltoroxp

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

                                ? Offline
                                ? Offline
                                A Former User
                                wrote on last edited by
                                #507

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

                                D3ltoroxpD 1 Reply Last reply
                                0
                                • ? A Former User

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

                                  D3ltoroxpD Offline
                                  D3ltoroxpD Offline
                                  D3ltoroxp
                                  wrote on last edited by
                                  #508

                                  @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

                                  MeistertrM 1 Reply Last reply
                                  0
                                  • D3ltoroxpD D3ltoroxp

                                    @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

                                    MeistertrM Offline
                                    MeistertrM Offline
                                    Meistertr
                                    Developer
                                    wrote on last edited by
                                    #509

                                    @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 :)

                                    D3ltoroxpD 1 Reply Last reply
                                    0
                                    • MeistertrM Meistertr

                                      @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 :)

                                      D3ltoroxpD Offline
                                      D3ltoroxpD Offline
                                      D3ltoroxp
                                      wrote on last edited by
                                      #510

                                      @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.

                                      ? 1 Reply Last reply
                                      0
                                      • D3ltoroxpD D3ltoroxp

                                        @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.

                                        ? Offline
                                        ? Offline
                                        A Former User
                                        wrote on last edited by
                                        #511

                                        @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
                                        0
                                        • D3ltoroxpD Offline
                                          D3ltoroxpD Offline
                                          D3ltoroxp
                                          wrote on last edited by D3ltoroxp
                                          #512

                                          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
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          300

                                          Online

                                          32.7k

                                          Users

                                          82.5k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Home
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe