Weiter zum Inhalt
  • Home
  • Aktuell
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Hell
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dunkel
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Entwicklung
  4. Adapter mihome-vacuum anpassungen

NEWS

  • Monatsrückblick Juli / August 2026 ist online!
    BluefoxB
    Bluefox
    10
    1
    889

  • Der neue Monatsrückblick für Mai und Juni 2026 ist online!
    BluefoxB
    Bluefox
    8
    1
    1.4k

  • wichtiges UPDATE für controller 7.2.2 im stable
    HomoranH
    Homoran
    11
    1
    3.9k

Adapter mihome-vacuum anpassungen

Geplant Angeheftet Gesperrt Verschoben Entwicklung
vacuumadapterentwicklungtestroborockzeitplanraumreinigung
580 Beiträge 73 Kommentatoren 176.5k Aufrufe 73 Beobachtet
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • J jwerlsdf

    ok. Instanz gelöscht und wieder neu hinzugefügt, Login-Daten neu eingegeben. Jetzt bekomme ich endlich alle Daten.

    Canvas LOG:
    CANVAS package not installed....please install Canvas package manually or disable Map in config see also https://github.com/iobroker-community-adapters/ioBroker.mihome-vacuum#error-at-installation

    Screenshot 2026-08-06 213910.png

    Ist die Installation auf diesem Weg noch aktuell?
    Ich benutze rpi5 Trixi

    Edit:

    /opt/iobroker $ npm list canvas
    iobroker.inst@3.0.0 /opt/iobroker
    ├── canvas@3.2.3 extraneous
    └─┬ iobroker.mihome-vacuum@5.3.0 (git+ssh://git@github.com/xXBJXx/ioBroker.mihome-vacuum.git#bb9a5a1447dde68ab62bbf60ef9d6575d306e549)
    └── canvas@3.2.3

    IssiI Offline
    IssiI Offline
    Issi
    Developer
    schrieb am zuletzt editiert von
    #531

    @jwerlsdf

    hmm also Canvas musste ich nicht installieren, aber es solte denke ich, gleichbleiben. Daran habe ich ja nichts gemacht.
    Probiere es bitte aus und berichte. Wenn das der Fall ist, schaue ich mal ob ich da was machen kann für die zukunft

    @bahnuhr
    das ist derselbe, nur erst mal bei mir auf git da er komplett von JS auf TS umgeschrieben wurde und ich erst sehen möchte, ob er läuft
    Installiert wird er erst mal über Git. Hier der Link, kann zur Installation genutzt werden
    https://github.com/xXBJXx/ioBroker.mihome-vacuum/tree/fix/xiaomi-cloud-qr-login

    Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

    1 Antwort Letzte Antwort
    0
    • J Offline
      J Offline
      jwerlsdf
      schrieb am zuletzt editiert von
      #532

      Da ich das Betriebssystem komplett neu aufgesetzt hatte, habe ich ja jetzt keine Abhängigkeiten mehr. Wird Canvas mit dem Adapter mit installiert?

      Thomas BraunT 1 Antwort Letzte Antwort
      0
      • J jwerlsdf

        Da ich das Betriebssystem komplett neu aufgesetzt hatte, habe ich ja jetzt keine Abhängigkeiten mehr. Wird Canvas mit dem Adapter mit installiert?

        Thomas BraunT Offline
        Thomas BraunT Offline
        Thomas Braun
        Most Active
        schrieb am zuletzt editiert von
        #533

        @jwerlsdf

        echad@chet:/opt/iobroker $ npm ls canvas
        iobroker.inst@3.0.0 /opt/iobroker
        ├─┬ iobroker.echarts@5.0.0
        │ ├── canvas@3.2.3
        │ └─┬ jsdom@30.0.1
        │   └── canvas@3.2.3 deduped
        ├─┬ iobroker.mihome-vacuum@5.3.0
        │ └── canvas@3.2.3 deduped
        └─┬ iobroker.parcel@0.3.3
          └─┬ jsdom@29.1.1
            └── canvas@3.2.3 deduped
        
        echad@chet:/opt/iobroker $ 
        

        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 Antwort Letzte Antwort
        0
        • J Offline
          J Offline
          jwerlsdf
          schrieb am zuletzt editiert von jwerlsdf
          #534

          ok. Ich habe nun den Fehler herausgefunden. Aus irgendwelchen Gründen hatte ich eine beschädigte Cairo-Bibliothek. Canvas an sich war richtig installiert. Nach einer Neuinstallation der Cairo-Bibliothek hat es nun geklappt!

          (node -e "require('canvas'); console.log('canvas ok')")

          Kartendarstellung geht wieder. Super. Vielen Dank für den fix des Adapters!

          1 Antwort Letzte Antwort
          0
          • RevoboboR Offline
            RevoboboR Offline
            Revobobo
            schrieb am zuletzt editiert von
            #535

            Guten Morgen,

            Ein großes DANKE für die Aktualisierung.

            Habe allerdings das Problem, das die Adaptersettings noch von der vorherigen Version sind:

            Bild.png

            Woran kann das liegen?

            IssiI 1 Antwort Letzte Antwort
            0
            • RevoboboR Revobobo

              Guten Morgen,

              Ein großes DANKE für die Aktualisierung.

              Habe allerdings das Problem, das die Adaptersettings noch von der vorherigen Version sind:

              Bild.png

              Woran kann das liegen?

              IssiI Offline
              IssiI Offline
              Issi
              Developer
              schrieb am zuletzt editiert von
              #536

              @Revobobo

              Schau dir bitte den Text den ich geschrieben habe an da steht genau drin das der alte Komplett gelöscht werden soll da er nicht kompatibel mit dem alten ist du kannst auch Alternativ einen Upload versuchen bin gerade nicht zuhause kann kein Screenshot machen. Die sauberste Methode ist alles zu löschen und von gut installiert dann eine neue Instanz anlegen und der Anleitung folgen
              https://forum.iobroker.net/post/1350687

              Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

              RevoboboR 1 Antwort Letzte Antwort
              0
              • IssiI Issi

                @Revobobo

                Schau dir bitte den Text den ich geschrieben habe an da steht genau drin das der alte Komplett gelöscht werden soll da er nicht kompatibel mit dem alten ist du kannst auch Alternativ einen Upload versuchen bin gerade nicht zuhause kann kein Screenshot machen. Die sauberste Methode ist alles zu löschen und von gut installiert dann eine neue Instanz anlegen und der Anleitung folgen
                https://forum.iobroker.net/post/1350687

                RevoboboR Offline
                RevoboboR Offline
                Revobobo
                schrieb am zuletzt editiert von
                #537

                @Issi
                Ja - das hatte ich gemacht - habe es 2x probiert:

                • über die GUI
                • über Terminal
                  Das Settings-Fenster ist trotzdem von dem älteren Adapter.

                Viele Grüße

                IssiI 1 Antwort Letzte Antwort
                0
                • RevoboboR Revobobo

                  @Issi
                  Ja - das hatte ich gemacht - habe es 2x probiert:

                  • über die GUI
                  • über Terminal
                    Das Settings-Fenster ist trotzdem von dem älteren Adapter.

                  Viele Grüße

                  IssiI Offline
                  IssiI Offline
                  Issi
                  Developer
                  schrieb am zuletzt editiert von
                  #538

                  @Revobobo
                  das vollständige Löschen nicht der Instanz, sondern des adapters

                  af860614-d313-46f0-8093-5cd2d34dbc48-image.jpeg

                  da es bei allen anderen funktioniert, liegt es nicht am Adapter.

                  poste bitte das Installations log und den start des Adapters.

                  Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                  bahnuhrB 1 Antwort Letzte Antwort
                  0
                  • IssiI Issi

                    @Revobobo
                    das vollständige Löschen nicht der Instanz, sondern des adapters

                    af860614-d313-46f0-8093-5cd2d34dbc48-image.jpeg

                    da es bei allen anderen funktioniert, liegt es nicht am Adapter.

                    poste bitte das Installations log und den start des Adapters.

                    bahnuhrB Online
                    bahnuhrB Online
                    bahnuhr
                    Forum Testing Most Active
                    schrieb am zuletzt editiert von
                    #539

                    @Issi
                    so Rückinfo von mir.

                    Adapter gelöscht.
                    Dein neuer über git installiert.
                    Instanz bearbeitet.

                    Fazit:
                    Hat alles geklappt.
                    Map wird wieder angezeigt.

                    Danke für deine Arbeit.

                    mfg


                    Wenn ich helfen konnte, dann Daumen hoch (Pfeil nach oben)!
                    Danke.
                    gute Forenbeiträge: https://forum.iobroker.net/topic/51555/hinweise-für-gute-forenbeiträge
                    ScreenToGif :https://www.screentogif.com/downloads.html

                    1 Antwort Letzte Antwort
                    1
                    • Siggi0904S Offline
                      Siggi0904S Offline
                      Siggi0904
                      schrieb am zuletzt editiert von
                      #540

                      @issi kommt das von dir?

                      Ein ein Jahr altes Release?

                      23fab789-667c-4c80-926e-362b1571f95b-image.jpeg

                      IssiI 1 Antwort Letzte Antwort
                      0
                      • Siggi0904S Siggi0904

                        @issi kommt das von dir?

                        Ein ein Jahr altes Release?

                        23fab789-667c-4c80-926e-362b1571f95b-image.jpeg

                        IssiI Offline
                        IssiI Offline
                        Issi
                        Developer
                        schrieb am zuletzt editiert von
                        #541

                        @Siggi0904
                        nein das ist der Originaladapter. Mein Edit ist derzeit nur auf meinem git verfügbar

                        Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                        1 Antwort Letzte Antwort
                        0
                        • Siggi0904S Offline
                          Siggi0904S Offline
                          Siggi0904
                          schrieb am zuletzt editiert von
                          #542

                          Okay, dank dir für die Info.
                          Aber du aktualisierst irgendwann den Adapter, der stable steht?

                          Mit der neuen Version 5.3.0 bekomme ich folgende Warnung:

                          TypeError [ERR_INVALID_ARG_TYPE]: The "data" argument must be of type string or an instance of Buffer, TypedArray, or DataView. Received null
                          
                          IssiI 1 Antwort Letzte Antwort
                          0
                          • Siggi0904S Siggi0904

                            Okay, dank dir für die Info.
                            Aber du aktualisierst irgendwann den Adapter, der stable steht?

                            Mit der neuen Version 5.3.0 bekomme ich folgende Warnung:

                            TypeError [ERR_INVALID_ARG_TYPE]: The "data" argument must be of type string or an instance of Buffer, TypedArray, or DataView. Received null
                            
                            IssiI Offline
                            IssiI Offline
                            Issi
                            Developer
                            schrieb am zuletzt editiert von
                            #543

                            @Siggi0904
                            die eine Zeile sagt nicht viel aus da brauche ich mehr Infos. Hast du den vorherigen Adapter ganz gelöscht und neu über git instaliert ?

                            falls du noch mehr Log hast, bitte posten oder beschreiben, wann der Fehler kommt.

                            Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                            Siggi0904S 1 Antwort Letzte Antwort
                            0
                            • MichaelFM Offline
                              MichaelFM Offline
                              MichaelF
                              schrieb am zuletzt editiert von MichaelF
                              #544

                              Hab die Karte auch wieder am Laufen, echt Mega! Ich betreibe 2 Pi´s mit Iobroker der Adapter lief immer auf meinem zweiten allerdings bekomm ich en Adapter da nicht gelöscht und kann so den neuen nicht installieren. Die Installation auf meinem Master Funktioniert.

                              b65fe592-42cf-4691-9ff1-9434a2a5ede6-image.jpeg

                              Löschen geht nicht und bei der neu neuinstallation dieser Fehler:

                              $ iobroker url https://github.com/xXBJXx/ioBroker.mihome-vacuum/tree/fix/xiaomi-cloud-qr-login --host IoBroker64Bit --debug
                              
                              install xXBJXx/ioBroker.mihome-vacuum#fix/xiaomi-cloud-qr-login
                              
                              NPM version: 10.9.8
                              
                              Installing xXBJXx/ioBroker.mihome-vacuum#fix/xiaomi-cloud-qr-login... (System call)
                              
                              npm error code ENOTEMPTY
                              
                              npm error syscall renamenpm error path /opt/iobroker/node_modules/axiosnpm error dest /opt/iobroker/node_modules/.axios-5PaJDuuSnpm error errno -39npm error ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/axios' -> '/opt/iobroker/node_modules/.axios-5PaJDuuS'
                              
                              npm error A complete log of this run can be found in: /home/iobroker/.npm/_logs/2026-08-08T23_18_27_131Z-debug-0.log
                              
                              Try to solve ENOTEMPTY error automatically
                              
                              Could not handle ENOTEMPTY, because no deletable files were found
                              
                              npm error code ENOTEMPTYnpm error syscall renamenpm error path /opt/iobroker/node_modules/axiosnpm error dest /opt/iobroker/node_modules/.axios-5PaJDuuSnpm error errno -39npm error ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/axios' -> '/opt/iobroker/node_modules/.axios-5PaJDuuS'npm error A complete log of this run can be found in: /home/iobroker/.npm/_logs/2026-08-08T23_18_27_131Z-debug-0.loghost.IoBroker64Bit Cannot install xXBJXx/ioBroker.mihome-vacuum#fix/xiaomi-cloud-qr-login: 217
                              
                              ERROR: Process exited with code 25
                              

                              Aber funktioniert erst mal alles, würde mich nur interessieren wo das Problem ist.

                              0 verbose cli /usr/bin/node /usr/bin/npm
                              1 info using npm@10.9.8
                              2 info using node@v22.23.2
                              3 silly config load:file:/usr/lib/node_modules/npm/npmrc
                              4 silly config load:file:/opt/iobroker/.npmrc
                              5 silly config load:file:/home/iobroker/.npmrc
                              6 silly config load:file:/usr/etc/npmrc
                              7 verbose title npm install xXBJXx/ioBroker.mihome-vacuum#fix/xiaomi-cloud-qr-login
                              8 verbose argv "install" "xXBJXx/ioBroker.mihome-vacuum#fix/xiaomi-cloud-qr-login" "--foreground-scripts"
                              9 verbose logfile logs-max:10 dir:/home/iobroker/.npm/_logs/2026-08-08T23_18_27_131Z-
                              10 verbose logfile /home/iobroker/.npm/_logs/2026-08-08T23_18_27_131Z-debug-0.log
                              11 silly logfile start cleaning logs, removing 1 files
                              12 silly packumentCache heap:991952896 maxSize:247988224 maxEntrySize:123994112
                              13 silly logfile done cleaning log files
                              14 verbose shrinkwrap failed to load node_modules/.package-lock.json out of date, updated: node_modules
                              15 silly idealTree buildDeps
                              16 silly fetch manifest iobroker.mihome-vacuum@xXBJXx/ioBroker.mihome-vacuum#fix/xiaomi-cloud-qr-login
                              17 silly placeDep ROOT iobroker.mihome-vacuum@5.3.0 OK for: iobroker.inst@3.0.0 want: xXBJXx/ioBroker.mihome-vacuum#fix/xiaomi-cloud-qr-login
                              18 silly fetch manifest @iobroker/adapter-core@^3.4.3
                              19 silly packumentCache full:https://registry.npmjs.org/@iobroker%2fadapter-core cache-miss
                              20 silly fetch manifest axios@^1.19.0
                              21 silly packumentCache full:https://registry.npmjs.org/axios cache-miss
                              22 silly fetch manifest qs@6.15.3
                              23 silly packumentCache full:https://registry.npmjs.org/qs cache-miss
                              24 http fetch GET 200 https://registry.npmjs.org/qs 211ms (cache revalidated)
                              25 silly packumentCache full:https://registry.npmjs.org/qs set size:360318 disposed:false
                              26 silly fetch manifest canvas@^3.2.3
                              27 silly packumentCache full:https://registry.npmjs.org/canvas cache-miss
                              28 http fetch GET 200 https://registry.npmjs.org/axios 236ms (cache revalidated)
                              29 silly packumentCache full:https://registry.npmjs.org/axios set size:850874 disposed:false
                              30 http fetch GET 200 https://registry.npmjs.org/canvas 148ms (cache revalidated)
                              31 silly packumentCache full:https://registry.npmjs.org/canvas set size:349782 disposed:false
                              32 http fetch GET 200 https://registry.npmjs.org/@iobroker%2fadapter-core 518ms (cache revalidated)
                              33 silly packumentCache full:https://registry.npmjs.org/@iobroker%2fadapter-core set size:190880 disposed:false
                              34 silly fetch manifest @iobroker/js-controller-common-db@>=7.2.2
                              35 silly packumentCache full:https://registry.npmjs.org/@iobroker%2fjs-controller-common-db cache-miss
                              36 http fetch GET 200 https://registry.npmjs.org/@iobroker%2fjs-controller-common-db 374ms (cache revalidated)
                              37 silly packumentCache full:https://registry.npmjs.org/@iobroker%2fjs-controller-common-db set size:1613110 disposed:false
                              38 silly fetch manifest @iobroker/types@>=6.0.11
                              39 silly packumentCache full:https://registry.npmjs.org/@iobroker%2ftypes cache-miss
                              40 http fetch GET 200 https://registry.npmjs.org/@iobroker%2ftypes 361ms (cache revalidated)
                              41 silly packumentCache full:https://registry.npmjs.org/@iobroker%2ftypes set size:582229 disposed:false
                              42 silly placeDep ROOT @iobroker/adapter-core@3.4.3 REPLACE for: iobroker.mihome-vacuum@5.3.0 want: ^3.4.3
                              43 silly placeDep ROOT axios@1.19.0 REPLACE for: iobroker.mihome-vacuum@5.3.0 want: ^1.19.0
                              44 silly placeDep node_modules/iobroker.mihome-vacuum canvas@3.2.3 OK for: iobroker.mihome-vacuum@5.3.0 want: ^3.2.3
                              45 silly placeDep node_modules/iobroker.mihome-vacuum qs@6.15.3 OK for: iobroker.mihome-vacuum@5.3.0 want: 6.15.3
                              46 silly fetch manifest form-data@^4.0.6
                              47 silly packumentCache full:https://registry.npmjs.org/form-data cache-miss
                              48 silly fetch manifest prebuild-install@^7.1.3
                              49 silly packumentCache full:https://registry.npmjs.org/prebuild-install cache-miss
                              50 http fetch GET 200 https://registry.npmjs.org/form-data 35ms (cache revalidated)
                              51 silly packumentCache full:https://registry.npmjs.org/form-data set size:153174 disposed:false
                              52 http fetch GET 200 https://registry.npmjs.org/prebuild-install 49ms (cache revalidated)
                              53 silly packumentCache full:https://registry.npmjs.org/prebuild-install set size:184615 disposed:false
                              54 silly placeDep ROOT form-data@4.0.6 REPLACE for: axios@1.19.0 want: ^4.0.6
                              55 silly fetch manifest hasown@^2.0.4
                              56 silly packumentCache full:https://registry.npmjs.org/hasown cache-miss
                              57 http fetch GET 200 https://registry.npmjs.org/hasown 39ms (cache revalidated)
                              58 silly packumentCache full:https://registry.npmjs.org/hasown set size:18361 disposed:false
                              59 silly placeDep ROOT hasown@2.0.4 REPLACE for: form-data@4.0.6 want: ^2.0.4
                              60 silly placeDep ROOT prebuild-install@7.1.3 OK for: canvas@3.2.3 want: ^7.1.3
                              61 silly fetch manifest rc@^1.2.7
                              62 silly packumentCache full:https://registry.npmjs.org/rc cache-miss
                              63 silly fetch manifest tar-fs@^2.0.0
                              64 silly packumentCache full:https://registry.npmjs.org/tar-fs cache-miss
                              65 silly fetch manifest node-abi@^3.3.0
                              66 silly packumentCache full:https://registry.npmjs.org/node-abi cache-miss
                              67 http fetch GET 200 https://registry.npmjs.org/node-abi 37ms (cache revalidated)
                              68 silly packumentCache full:https://registry.npmjs.org/node-abi set size:380918 disposed:false
                              69 silly fetch manifest simple-get@^4.0.0
                              70 silly packumentCache full:https://registry.npmjs.org/simple-get cache-miss
                              71 http fetch GET 200 https://registry.npmjs.org/rc 92ms (cache revalidated)
                              72 silly packumentCache full:https://registry.npmjs.org/rc set size:70417 disposed:false
                              73 silly fetch manifest mkdirp-classic@^0.5.3
                              74 silly packumentCache full:https://registry.npmjs.org/mkdirp-classic cache-miss
                              75 http fetch GET 200 https://registry.npmjs.org/tar-fs 100ms (cache revalidated)
                              76 silly packumentCache full:https://registry.npmjs.org/tar-fs set size:126231 disposed:false
                              77 silly fetch manifest expand-template@^2.0.3
                              78 silly packumentCache full:https://registry.npmjs.org/expand-template cache-miss
                              79 http fetch GET 200 https://registry.npmjs.org/simple-get 69ms (cache revalidated)
                              80 silly packumentCache full:https://registry.npmjs.org/simple-get set size:90014 disposed:false
                              81 silly fetch manifest napi-build-utils@^2.0.0
                              82 silly packumentCache full:https://registry.npmjs.org/napi-build-utils cache-miss
                              83 http fetch GET 200 https://registry.npmjs.org/mkdirp-classic 46ms (cache revalidated)
                              84 silly packumentCache full:https://registry.npmjs.org/mkdirp-classic set size:5503 disposed:false
                              85 silly fetch manifest github-from-package@0.0.0
                              86 silly packumentCache full:https://registry.npmjs.org/github-from-package cache-miss
                              87 http fetch GET 200 https://registry.npmjs.org/expand-template 43ms (cache revalidated)
                              88 silly packumentCache full:https://registry.npmjs.org/expand-template set size:23203 disposed:false
                              89 http fetch GET 200 https://registry.npmjs.org/napi-build-utils 36ms (cache revalidated)
                              90 silly packumentCache full:https://registry.npmjs.org/napi-build-utils set size:13501 disposed:false
                              91 http fetch GET 200 https://registry.npmjs.org/github-from-package 34ms (cache revalidated)
                              92 silly packumentCache full:https://registry.npmjs.org/github-from-package set size:3718 disposed:false
                              93 silly placeDep ROOT expand-template@2.0.3 OK for: prebuild-install@7.1.3 want: ^2.0.3
                              94 silly placeDep ROOT github-from-package@0.0.0 OK for: prebuild-install@7.1.3 want: 0.0.0
                              95 silly placeDep ROOT mkdirp-classic@0.5.3 OK for: prebuild-install@7.1.3 want: ^0.5.3
                              96 silly placeDep ROOT napi-build-utils@2.0.0 OK for: prebuild-install@7.1.3 want: ^2.0.0
                              97 silly placeDep ROOT node-abi@3.94.0 OK for: prebuild-install@7.1.3 want: ^3.3.0
                              98 silly placeDep ROOT rc@1.2.8 OK for: prebuild-install@7.1.3 want: ^1.2.7
                              99 silly placeDep node_modules/prebuild-install simple-get@4.0.1 OK for: prebuild-install@7.1.3 want: ^4.0.0
                              100 silly placeDep node_modules/prebuild-install tar-fs@2.1.5 OK for: prebuild-install@7.1.3 want: ^2.0.0
                              101 silly fetch manifest ini@~1.3.0
                              102 silly packumentCache full:https://registry.npmjs.org/ini cache-miss
                              103 silly fetch manifest deep-extend@^0.6.0
                              104 silly packumentCache full:https://registry.npmjs.org/deep-extend cache-miss
                              105 silly fetch manifest strip-json-comments@~2.0.1
                              106 silly packumentCache full:https://registry.npmjs.org/strip-json-comments cache-miss
                              107 http fetch GET 200 https://registry.npmjs.org/deep-extend 40ms (cache revalidated)
                              108 silly packumentCache full:https://registry.npmjs.org/deep-extend set size:34472 disposed:false
                              109 silly fetch manifest decompress-response@^6.0.0
                              110 silly packumentCache full:https://registry.npmjs.org/decompress-response cache-miss
                              111 http fetch GET 200 https://registry.npmjs.org/strip-json-comments 50ms (cache revalidated)
                              112 silly packumentCache full:https://registry.npmjs.org/strip-json-comments set size:43569 disposed:false
                              113 silly fetch manifest chownr@^1.1.1
                              114 silly packumentCache full:https://registry.npmjs.org/chownr cache-miss
                              115 http fetch GET 200 https://registry.npmjs.org/ini 58ms (cache revalidated)
                              116 silly packumentCache full:https://registry.npmjs.org/ini set size:59124 disposed:false
                              117 silly fetch manifest tar-stream@^2.1.4
                              118 silly packumentCache full:https://registry.npmjs.org/tar-stream cache-miss
                              119 http fetch GET 200 https://registry.npmjs.org/decompress-response 30ms (cache revalidated)
                              120 silly packumentCache full:https://registry.npmjs.org/decompress-response set size:36213 disposed:false
                              121 http fetch GET 200 https://registry.npmjs.org/chownr 36ms (cache revalidated)
                              122 silly packumentCache full:https://registry.npmjs.org/chownr set size:22157 disposed:false
                              123 http fetch GET 200 https://registry.npmjs.org/tar-stream 38ms (cache revalidated)
                              124 silly packumentCache full:https://registry.npmjs.org/tar-stream set size:137875 disposed:false
                              125 silly placeDep ROOT deep-extend@0.6.0 OK for: rc@1.2.8 want: ^0.6.0
                              126 silly placeDep ROOT ini@1.3.8 OK for: rc@1.2.8 want: ~1.3.0
                              127 silly placeDep ROOT strip-json-comments@2.0.1 OK for: rc@1.2.8 want: ~2.0.1
                              128 silly placeDep node_modules/prebuild-install decompress-response@6.0.0 OK for: simple-get@4.0.1 want: ^6.0.0
                              129 silly fetch manifest mimic-response@^3.1.0
                              130 silly packumentCache full:https://registry.npmjs.org/mimic-response cache-miss
                              131 http fetch GET 200 https://registry.npmjs.org/mimic-response 24ms (cache revalidated)
                              132 silly packumentCache full:https://registry.npmjs.org/mimic-response set size:20174 disposed:false
                              133 silly placeDep node_modules/prebuild-install mimic-response@3.1.0 OK for: decompress-response@6.0.0 want: ^3.1.0
                              134 silly placeDep node_modules/prebuild-install chownr@1.1.4 OK for: tar-fs@2.1.5 want: ^1.1.1
                              135 silly placeDep node_modules/prebuild-install tar-stream@2.2.0 OK for: tar-fs@2.1.5 want: ^2.1.4
                              136 silly fetch manifest fs-constants@^1.0.0
                              137 silly packumentCache full:https://registry.npmjs.org/fs-constants cache-miss
                              138 silly fetch manifest readable-stream@^3.1.1
                              139 silly packumentCache full:https://registry.npmjs.org/readable-stream cache-miss
                              140 http fetch GET 200 https://registry.npmjs.org/fs-constants 32ms (cache revalidated)
                              141 silly packumentCache full:https://registry.npmjs.org/fs-constants set size:3522 disposed:false
                              142 http fetch GET 200 https://registry.npmjs.org/readable-stream 35ms (cache revalidated)
                              143 silly packumentCache full:https://registry.npmjs.org/readable-stream set size:261096 disposed:false
                              144 silly placeDep ROOT fs-constants@1.0.0 OK for: tar-stream@2.2.0 want: ^1.0.0
                              145 silly placeDep node_modules/prebuild-install readable-stream@3.6.2 OK for: tar-stream@2.2.0 want: ^3.1.1
                              146 silly fetch manifest string_decoder@^1.1.1
                              147 silly packumentCache full:https://registry.npmjs.org/string_decoder cache-miss
                              148 http fetch GET 200 https://registry.npmjs.org/string_decoder 31ms (cache revalidated)
                              149 silly packumentCache full:https://registry.npmjs.org/string_decoder set size:28441 disposed:false
                              150 silly placeDep node_modules/prebuild-install string_decoder@1.3.0 OK for: readable-stream@3.6.2 want: ^1.1.1
                              151 silly fetch manifest safe-buffer@~5.2.0
                              152 silly packumentCache full:https://registry.npmjs.org/safe-buffer cache-miss
                              153 http fetch GET 200 https://registry.npmjs.org/safe-buffer 25ms (cache revalidated)
                              154 silly packumentCache full:https://registry.npmjs.org/safe-buffer set size:41183 disposed:false
                              155 silly placeDep node_modules/prebuild-install safe-buffer@5.2.1 OK for: string_decoder@1.3.0 want: ~5.2.0
                              156 silly reify mark retired [ '/opt/iobroker/node_modules/fsevents' ]
                              157 silly reify mark retired [ '/opt/iobroker/node_modules/iobroker.mihome-vacuum' ]
                              158 silly reify mark retired [ '/opt/iobroker/node_modules/axios' ]
                              159 silly reify mark retired [ '/opt/iobroker/node_modules/deep-extend' ]
                              160 silly reify mark retired [ '/opt/iobroker/node_modules/expand-template' ]
                              161 silly reify mark retired [ '/opt/iobroker/node_modules/form-data' ]
                              162 silly reify mark retired [ '/opt/iobroker/node_modules/fs-constants' ]
                              163 silly reify mark retired [ '/opt/iobroker/node_modules/github-from-package' ]
                              164 silly reify mark retired [ '/opt/iobroker/node_modules/hasown' ]
                              165 silly reify mark retired [ '/opt/iobroker/node_modules/ini' ]
                              166 silly reify mark retired [ '/opt/iobroker/node_modules/mkdirp-classic' ]
                              167 silly reify mark retired [ '/opt/iobroker/node_modules/napi-build-utils' ]
                              168 silly reify mark retired [ '/opt/iobroker/node_modules/node-abi' ]
                              169 silly reify mark retired [
                              169 silly reify   '/opt/iobroker/node_modules/prebuild-install',
                              169 silly reify   '/opt/iobroker/node_modules/.bin/prebuild-install'
                              169 silly reify ]
                              170 silly reify mark retired [
                              170 silly reify   '/opt/iobroker/node_modules/rc',
                              170 silly reify   '/opt/iobroker/node_modules/.bin/rc'
                              170 silly reify ]
                              171 silly reify mark retired [ '/opt/iobroker/node_modules/strip-json-comments' ]
                              172 silly reify mark retired [ '/opt/iobroker/node_modules/@iobroker/adapter-core' ]
                              173 silly reify moves {
                              173 silly reify   '/opt/iobroker/node_modules/fsevents': '/opt/iobroker/node_modules/.fsevents-yNYMVUiI',
                              173 silly reify   '/opt/iobroker/node_modules/iobroker.mihome-vacuum': '/opt/iobroker/node_modules/.iobroker.mihome-vacuum-xC9m3xPP',
                              173 silly reify   '/opt/iobroker/node_modules/axios': '/opt/iobroker/node_modules/.axios-5PaJDuuS',
                              173 silly reify   '/opt/iobroker/node_modules/deep-extend': '/opt/iobroker/node_modules/.deep-extend-n1Gv3Z4n',
                              173 silly reify   '/opt/iobroker/node_modules/expand-template': '/opt/iobroker/node_modules/.expand-template-byEsrNZZ',
                              173 silly reify   '/opt/iobroker/node_modules/form-data': '/opt/iobroker/node_modules/.form-data-NBgyTDUC',
                              173 silly reify   '/opt/iobroker/node_modules/fs-constants': '/opt/iobroker/node_modules/.fs-constants-eSXZwKlh',
                              173 silly reify   '/opt/iobroker/node_modules/github-from-package': '/opt/iobroker/node_modules/.github-from-package-IVYY4Wlh',
                              173 silly reify   '/opt/iobroker/node_modules/hasown': '/opt/iobroker/node_modules/.hasown-yuWx1bW0',
                              173 silly reify   '/opt/iobroker/node_modules/ini': '/opt/iobroker/node_modules/.ini-HiLT2lH8',
                              173 silly reify   '/opt/iobroker/node_modules/mkdirp-classic': '/opt/iobroker/node_modules/.mkdirp-classic-HAXMCI8y',
                              173 silly reify   '/opt/iobroker/node_modules/napi-build-utils': '/opt/iobroker/node_modules/.napi-build-utils-uopoeL65',
                              173 silly reify   '/opt/iobroker/node_modules/node-abi': '/opt/iobroker/node_modules/.node-abi-RRzQb5v8',
                              173 silly reify   '/opt/iobroker/node_modules/prebuild-install': '/opt/iobroker/node_modules/.prebuild-install-aufwnSQB',
                              173 silly reify   '/opt/iobroker/node_modules/.bin/prebuild-install': '/opt/iobroker/node_modules/.bin/.prebuild-install-CBzAgHgG',
                              173 silly reify   '/opt/iobroker/node_modules/rc': '/opt/iobroker/node_modules/.rc-gvcQI4Vh',
                              173 silly reify   '/opt/iobroker/node_modules/.bin/rc': '/opt/iobroker/node_modules/.bin/.rc-zc8riCmu',
                              173 silly reify   '/opt/iobroker/node_modules/strip-json-comments': '/opt/iobroker/node_modules/.strip-json-comments-jaFn0cqx',
                              173 silly reify   '/opt/iobroker/node_modules/@iobroker/adapter-core': '/opt/iobroker/node_modules/@iobroker/.adapter-core-RS8CTvky'
                              173 silly reify }
                              174 verbose stack Error: ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/axios' -> '/opt/iobroker/node_modules/.axios-5PaJDuuS'
                              174 verbose stack     at async Object.rename (node:internal/fs/promises:784:10)
                              174 verbose stack     at async moveFile (/usr/lib/node_modules/npm/node_modules/@npmcli/fs/lib/move-file.js:30:5)
                              174 verbose stack     at async Promise.allSettled (index 2)
                              174 verbose stack     at async [reifyPackages] (/usr/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/reify.js:334:11)
                              174 verbose stack     at async Arborist.reify (/usr/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/reify.js:149:5)
                              174 verbose stack     at async Install.exec (/usr/lib/node_modules/npm/lib/commands/install.js:150:5)
                              174 verbose stack     at async Npm.exec (/usr/lib/node_modules/npm/lib/npm.js:207:9)
                              174 verbose stack     at async module.exports (/usr/lib/node_modules/npm/lib/cli/entry.js:74:5)
                              175 error code ENOTEMPTY
                              176 error syscall rename
                              177 error path /opt/iobroker/node_modules/axios
                              178 error dest /opt/iobroker/node_modules/.axios-5PaJDuuS
                              179 error errno -39
                              180 error ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/axios' -> '/opt/iobroker/node_modules/.axios-5PaJDuuS'
                              181 silly unfinished npm timer reify 1786231108018
                              182 silly unfinished npm timer reify:retireShallow 1786231114633
                              183 verbose cwd /opt/iobroker
                              184 verbose os Linux 6.18.39+rpt-rpi-v8
                              185 verbose node v22.23.2
                              186 verbose npm  v10.9.8
                              187 verbose exit -39
                              188 verbose code -39
                              189 error A complete log of this run can be found in: /home/iobroker/.npm/_logs/2026-08-08T23_18_27_131Z-debug-0.log
                              

                              Grüße

                              Thomas BraunT MichaelFM 2 Antworten Letzte Antwort
                              0
                              • MichaelFM Offline
                                MichaelFM Offline
                                MichaelF
                                schrieb am zuletzt editiert von
                                #545

                                Gestern Abend lief alles. Heute morgen dann diese Fehlermeldung. Kann jemand helfen ?

                                2026-08-09 08:36:42.764infoterminating
                                
                                mihome-vacuum.0
                                
                                2026-08-09 08:36:42.764infoterminating
                                
                                mihome-vacuum.0
                                
                                2026-08-09 08:36:42.265infoTerminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                
                                mihome-vacuum.0
                                
                                2026-08-09 08:36:42.264infoterminating
                                
                                mihome-vacuum.0
                                
                                2026-08-09 08:36:42.262infoGot terminate signal TERMINATE_YOURSELF
                                
                                mihome-vacuum.0
                                
                                2026-08-09 08:34:27.242infocreate state for carpet_mode
                                
                                mihome-vacuum.0
                                
                                2026-08-09 08:34:26.459warnCANVAS package not installed....please install Canvas package manually or disable Map in config see also https://github.com/iobroker-community-adapters/ioBroker.mihome-vacuum#error-at-installation
                                
                                mihome-vacuum.0
                                
                                2026-08-09 08:34:26.426warnCANVAS package not installed....please install Canvas package manually or disable Map in config see also https://github.com/iobroker-community-adapters/ioBroker.mihome-vacuum#error-at-installation
                                
                                mihome-vacuum.0
                                
                                2026-08-09 08:34:25.499infocreate states for dust collecting
                                
                                mihome-vacuum.0
                                
                                2026-08-09 08:34:25.495infocreate states for dock status
                                
                                mihome-vacuum.0
                                
                                2026-08-09 08:34:25.398infocreate states for mop mode
                                
                                mihome-vacuum.0
                                
                                2026-08-09 08:34:25.086infocreate states for water box mode
                                
                                mihome-vacuum.0
                                
                                2026-08-09 08:34:25.026infocreate states for water box
                                
                                mihome-vacuum.0
                                
                                2026-08-09 08:34:25.026infochange states from State control.fan_power
                                
                                mihome-vacuum.0
                                
                                2026-08-09 08:34:24.973infocreate states for mop
                                
                                mihome-vacuum.0
                                
                                2026-08-09 08:34:24.763infoUsing standard vacuum protocol
                                
                                mihome-vacuum.0
                                
                                2026-08-09 08:34:24.748infoDevice model detected: roborock.vacuum.a15
                                
                                mihome-vacuum.0
                                
                                2026-08-09 08:34:24.506infostarting. Version 5.3.0 (non-npm: xXBJXx/ioBroker.mihome-vacuum#fix/xiaomi-cloud-qr-login) in /opt/iobroker/node_modules/iobroker.mihome-vacuum, node: v22.23.2, js-controller: 7.2.2
                                
                                mihome-vacuum.0
                                
                                2026-08-09 08:33:49.253infoterminating
                                
                                mihome-vacuum.0
                                
                                2026-08-09 08:33:49.252infoterminating
                                
                                mihome-vacuum.0
                                
                                2026-08-09 08:33:48.752warnTerminated (UNCAUGHT_EXCEPTION): Without reason
                                
                                mihome-vacuum.0
                                
                                2026-08-09 08:33:48.752infoterminating
                                
                                mihome-vacuum.0
                                
                                2026-08-09 08:33:48.741errorCannot read properties of undefined (reading 'log')
                                
                                mihome-vacuum.0
                                
                                2026-08-09 08:33:48.741errorTypeError: Cannot read properties of undefined (reading 'log') at Timeout.setGetStatus [as _onTimeout] (/opt/iobroker/node_modules/iobroker.mihome-vacuum/build/lib/vacuum.js:726:26) at listOnTimeout (node:internal/timers:585:17) at processTimers (node:internal/timers:521:7)
                                
                                mihome-vacuum.0
                                
                                2026-08-09 08:33:48.734errorunhandled promise rejection: Cannot read properties of undefined (reading 'log')
                                
                                mihome-vacuum.0
                                
                                2026-08-09 08:33:48.734errorUnhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                                
                                mihome-vacuum.0
                                
                                2026-08-09 08:33:46.702infotrigger cleaning all
                                

                                Grüsse

                                1 Antwort Letzte Antwort
                                0
                                • MichaelFM MichaelF

                                  Hab die Karte auch wieder am Laufen, echt Mega! Ich betreibe 2 Pi´s mit Iobroker der Adapter lief immer auf meinem zweiten allerdings bekomm ich en Adapter da nicht gelöscht und kann so den neuen nicht installieren. Die Installation auf meinem Master Funktioniert.

                                  b65fe592-42cf-4691-9ff1-9434a2a5ede6-image.jpeg

                                  Löschen geht nicht und bei der neu neuinstallation dieser Fehler:

                                  $ iobroker url https://github.com/xXBJXx/ioBroker.mihome-vacuum/tree/fix/xiaomi-cloud-qr-login --host IoBroker64Bit --debug
                                  
                                  install xXBJXx/ioBroker.mihome-vacuum#fix/xiaomi-cloud-qr-login
                                  
                                  NPM version: 10.9.8
                                  
                                  Installing xXBJXx/ioBroker.mihome-vacuum#fix/xiaomi-cloud-qr-login... (System call)
                                  
                                  npm error code ENOTEMPTY
                                  
                                  npm error syscall renamenpm error path /opt/iobroker/node_modules/axiosnpm error dest /opt/iobroker/node_modules/.axios-5PaJDuuSnpm error errno -39npm error ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/axios' -> '/opt/iobroker/node_modules/.axios-5PaJDuuS'
                                  
                                  npm error A complete log of this run can be found in: /home/iobroker/.npm/_logs/2026-08-08T23_18_27_131Z-debug-0.log
                                  
                                  Try to solve ENOTEMPTY error automatically
                                  
                                  Could not handle ENOTEMPTY, because no deletable files were found
                                  
                                  npm error code ENOTEMPTYnpm error syscall renamenpm error path /opt/iobroker/node_modules/axiosnpm error dest /opt/iobroker/node_modules/.axios-5PaJDuuSnpm error errno -39npm error ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/axios' -> '/opt/iobroker/node_modules/.axios-5PaJDuuS'npm error A complete log of this run can be found in: /home/iobroker/.npm/_logs/2026-08-08T23_18_27_131Z-debug-0.loghost.IoBroker64Bit Cannot install xXBJXx/ioBroker.mihome-vacuum#fix/xiaomi-cloud-qr-login: 217
                                  
                                  ERROR: Process exited with code 25
                                  

                                  Aber funktioniert erst mal alles, würde mich nur interessieren wo das Problem ist.

                                  0 verbose cli /usr/bin/node /usr/bin/npm
                                  1 info using npm@10.9.8
                                  2 info using node@v22.23.2
                                  3 silly config load:file:/usr/lib/node_modules/npm/npmrc
                                  4 silly config load:file:/opt/iobroker/.npmrc
                                  5 silly config load:file:/home/iobroker/.npmrc
                                  6 silly config load:file:/usr/etc/npmrc
                                  7 verbose title npm install xXBJXx/ioBroker.mihome-vacuum#fix/xiaomi-cloud-qr-login
                                  8 verbose argv "install" "xXBJXx/ioBroker.mihome-vacuum#fix/xiaomi-cloud-qr-login" "--foreground-scripts"
                                  9 verbose logfile logs-max:10 dir:/home/iobroker/.npm/_logs/2026-08-08T23_18_27_131Z-
                                  10 verbose logfile /home/iobroker/.npm/_logs/2026-08-08T23_18_27_131Z-debug-0.log
                                  11 silly logfile start cleaning logs, removing 1 files
                                  12 silly packumentCache heap:991952896 maxSize:247988224 maxEntrySize:123994112
                                  13 silly logfile done cleaning log files
                                  14 verbose shrinkwrap failed to load node_modules/.package-lock.json out of date, updated: node_modules
                                  15 silly idealTree buildDeps
                                  16 silly fetch manifest iobroker.mihome-vacuum@xXBJXx/ioBroker.mihome-vacuum#fix/xiaomi-cloud-qr-login
                                  17 silly placeDep ROOT iobroker.mihome-vacuum@5.3.0 OK for: iobroker.inst@3.0.0 want: xXBJXx/ioBroker.mihome-vacuum#fix/xiaomi-cloud-qr-login
                                  18 silly fetch manifest @iobroker/adapter-core@^3.4.3
                                  19 silly packumentCache full:https://registry.npmjs.org/@iobroker%2fadapter-core cache-miss
                                  20 silly fetch manifest axios@^1.19.0
                                  21 silly packumentCache full:https://registry.npmjs.org/axios cache-miss
                                  22 silly fetch manifest qs@6.15.3
                                  23 silly packumentCache full:https://registry.npmjs.org/qs cache-miss
                                  24 http fetch GET 200 https://registry.npmjs.org/qs 211ms (cache revalidated)
                                  25 silly packumentCache full:https://registry.npmjs.org/qs set size:360318 disposed:false
                                  26 silly fetch manifest canvas@^3.2.3
                                  27 silly packumentCache full:https://registry.npmjs.org/canvas cache-miss
                                  28 http fetch GET 200 https://registry.npmjs.org/axios 236ms (cache revalidated)
                                  29 silly packumentCache full:https://registry.npmjs.org/axios set size:850874 disposed:false
                                  30 http fetch GET 200 https://registry.npmjs.org/canvas 148ms (cache revalidated)
                                  31 silly packumentCache full:https://registry.npmjs.org/canvas set size:349782 disposed:false
                                  32 http fetch GET 200 https://registry.npmjs.org/@iobroker%2fadapter-core 518ms (cache revalidated)
                                  33 silly packumentCache full:https://registry.npmjs.org/@iobroker%2fadapter-core set size:190880 disposed:false
                                  34 silly fetch manifest @iobroker/js-controller-common-db@>=7.2.2
                                  35 silly packumentCache full:https://registry.npmjs.org/@iobroker%2fjs-controller-common-db cache-miss
                                  36 http fetch GET 200 https://registry.npmjs.org/@iobroker%2fjs-controller-common-db 374ms (cache revalidated)
                                  37 silly packumentCache full:https://registry.npmjs.org/@iobroker%2fjs-controller-common-db set size:1613110 disposed:false
                                  38 silly fetch manifest @iobroker/types@>=6.0.11
                                  39 silly packumentCache full:https://registry.npmjs.org/@iobroker%2ftypes cache-miss
                                  40 http fetch GET 200 https://registry.npmjs.org/@iobroker%2ftypes 361ms (cache revalidated)
                                  41 silly packumentCache full:https://registry.npmjs.org/@iobroker%2ftypes set size:582229 disposed:false
                                  42 silly placeDep ROOT @iobroker/adapter-core@3.4.3 REPLACE for: iobroker.mihome-vacuum@5.3.0 want: ^3.4.3
                                  43 silly placeDep ROOT axios@1.19.0 REPLACE for: iobroker.mihome-vacuum@5.3.0 want: ^1.19.0
                                  44 silly placeDep node_modules/iobroker.mihome-vacuum canvas@3.2.3 OK for: iobroker.mihome-vacuum@5.3.0 want: ^3.2.3
                                  45 silly placeDep node_modules/iobroker.mihome-vacuum qs@6.15.3 OK for: iobroker.mihome-vacuum@5.3.0 want: 6.15.3
                                  46 silly fetch manifest form-data@^4.0.6
                                  47 silly packumentCache full:https://registry.npmjs.org/form-data cache-miss
                                  48 silly fetch manifest prebuild-install@^7.1.3
                                  49 silly packumentCache full:https://registry.npmjs.org/prebuild-install cache-miss
                                  50 http fetch GET 200 https://registry.npmjs.org/form-data 35ms (cache revalidated)
                                  51 silly packumentCache full:https://registry.npmjs.org/form-data set size:153174 disposed:false
                                  52 http fetch GET 200 https://registry.npmjs.org/prebuild-install 49ms (cache revalidated)
                                  53 silly packumentCache full:https://registry.npmjs.org/prebuild-install set size:184615 disposed:false
                                  54 silly placeDep ROOT form-data@4.0.6 REPLACE for: axios@1.19.0 want: ^4.0.6
                                  55 silly fetch manifest hasown@^2.0.4
                                  56 silly packumentCache full:https://registry.npmjs.org/hasown cache-miss
                                  57 http fetch GET 200 https://registry.npmjs.org/hasown 39ms (cache revalidated)
                                  58 silly packumentCache full:https://registry.npmjs.org/hasown set size:18361 disposed:false
                                  59 silly placeDep ROOT hasown@2.0.4 REPLACE for: form-data@4.0.6 want: ^2.0.4
                                  60 silly placeDep ROOT prebuild-install@7.1.3 OK for: canvas@3.2.3 want: ^7.1.3
                                  61 silly fetch manifest rc@^1.2.7
                                  62 silly packumentCache full:https://registry.npmjs.org/rc cache-miss
                                  63 silly fetch manifest tar-fs@^2.0.0
                                  64 silly packumentCache full:https://registry.npmjs.org/tar-fs cache-miss
                                  65 silly fetch manifest node-abi@^3.3.0
                                  66 silly packumentCache full:https://registry.npmjs.org/node-abi cache-miss
                                  67 http fetch GET 200 https://registry.npmjs.org/node-abi 37ms (cache revalidated)
                                  68 silly packumentCache full:https://registry.npmjs.org/node-abi set size:380918 disposed:false
                                  69 silly fetch manifest simple-get@^4.0.0
                                  70 silly packumentCache full:https://registry.npmjs.org/simple-get cache-miss
                                  71 http fetch GET 200 https://registry.npmjs.org/rc 92ms (cache revalidated)
                                  72 silly packumentCache full:https://registry.npmjs.org/rc set size:70417 disposed:false
                                  73 silly fetch manifest mkdirp-classic@^0.5.3
                                  74 silly packumentCache full:https://registry.npmjs.org/mkdirp-classic cache-miss
                                  75 http fetch GET 200 https://registry.npmjs.org/tar-fs 100ms (cache revalidated)
                                  76 silly packumentCache full:https://registry.npmjs.org/tar-fs set size:126231 disposed:false
                                  77 silly fetch manifest expand-template@^2.0.3
                                  78 silly packumentCache full:https://registry.npmjs.org/expand-template cache-miss
                                  79 http fetch GET 200 https://registry.npmjs.org/simple-get 69ms (cache revalidated)
                                  80 silly packumentCache full:https://registry.npmjs.org/simple-get set size:90014 disposed:false
                                  81 silly fetch manifest napi-build-utils@^2.0.0
                                  82 silly packumentCache full:https://registry.npmjs.org/napi-build-utils cache-miss
                                  83 http fetch GET 200 https://registry.npmjs.org/mkdirp-classic 46ms (cache revalidated)
                                  84 silly packumentCache full:https://registry.npmjs.org/mkdirp-classic set size:5503 disposed:false
                                  85 silly fetch manifest github-from-package@0.0.0
                                  86 silly packumentCache full:https://registry.npmjs.org/github-from-package cache-miss
                                  87 http fetch GET 200 https://registry.npmjs.org/expand-template 43ms (cache revalidated)
                                  88 silly packumentCache full:https://registry.npmjs.org/expand-template set size:23203 disposed:false
                                  89 http fetch GET 200 https://registry.npmjs.org/napi-build-utils 36ms (cache revalidated)
                                  90 silly packumentCache full:https://registry.npmjs.org/napi-build-utils set size:13501 disposed:false
                                  91 http fetch GET 200 https://registry.npmjs.org/github-from-package 34ms (cache revalidated)
                                  92 silly packumentCache full:https://registry.npmjs.org/github-from-package set size:3718 disposed:false
                                  93 silly placeDep ROOT expand-template@2.0.3 OK for: prebuild-install@7.1.3 want: ^2.0.3
                                  94 silly placeDep ROOT github-from-package@0.0.0 OK for: prebuild-install@7.1.3 want: 0.0.0
                                  95 silly placeDep ROOT mkdirp-classic@0.5.3 OK for: prebuild-install@7.1.3 want: ^0.5.3
                                  96 silly placeDep ROOT napi-build-utils@2.0.0 OK for: prebuild-install@7.1.3 want: ^2.0.0
                                  97 silly placeDep ROOT node-abi@3.94.0 OK for: prebuild-install@7.1.3 want: ^3.3.0
                                  98 silly placeDep ROOT rc@1.2.8 OK for: prebuild-install@7.1.3 want: ^1.2.7
                                  99 silly placeDep node_modules/prebuild-install simple-get@4.0.1 OK for: prebuild-install@7.1.3 want: ^4.0.0
                                  100 silly placeDep node_modules/prebuild-install tar-fs@2.1.5 OK for: prebuild-install@7.1.3 want: ^2.0.0
                                  101 silly fetch manifest ini@~1.3.0
                                  102 silly packumentCache full:https://registry.npmjs.org/ini cache-miss
                                  103 silly fetch manifest deep-extend@^0.6.0
                                  104 silly packumentCache full:https://registry.npmjs.org/deep-extend cache-miss
                                  105 silly fetch manifest strip-json-comments@~2.0.1
                                  106 silly packumentCache full:https://registry.npmjs.org/strip-json-comments cache-miss
                                  107 http fetch GET 200 https://registry.npmjs.org/deep-extend 40ms (cache revalidated)
                                  108 silly packumentCache full:https://registry.npmjs.org/deep-extend set size:34472 disposed:false
                                  109 silly fetch manifest decompress-response@^6.0.0
                                  110 silly packumentCache full:https://registry.npmjs.org/decompress-response cache-miss
                                  111 http fetch GET 200 https://registry.npmjs.org/strip-json-comments 50ms (cache revalidated)
                                  112 silly packumentCache full:https://registry.npmjs.org/strip-json-comments set size:43569 disposed:false
                                  113 silly fetch manifest chownr@^1.1.1
                                  114 silly packumentCache full:https://registry.npmjs.org/chownr cache-miss
                                  115 http fetch GET 200 https://registry.npmjs.org/ini 58ms (cache revalidated)
                                  116 silly packumentCache full:https://registry.npmjs.org/ini set size:59124 disposed:false
                                  117 silly fetch manifest tar-stream@^2.1.4
                                  118 silly packumentCache full:https://registry.npmjs.org/tar-stream cache-miss
                                  119 http fetch GET 200 https://registry.npmjs.org/decompress-response 30ms (cache revalidated)
                                  120 silly packumentCache full:https://registry.npmjs.org/decompress-response set size:36213 disposed:false
                                  121 http fetch GET 200 https://registry.npmjs.org/chownr 36ms (cache revalidated)
                                  122 silly packumentCache full:https://registry.npmjs.org/chownr set size:22157 disposed:false
                                  123 http fetch GET 200 https://registry.npmjs.org/tar-stream 38ms (cache revalidated)
                                  124 silly packumentCache full:https://registry.npmjs.org/tar-stream set size:137875 disposed:false
                                  125 silly placeDep ROOT deep-extend@0.6.0 OK for: rc@1.2.8 want: ^0.6.0
                                  126 silly placeDep ROOT ini@1.3.8 OK for: rc@1.2.8 want: ~1.3.0
                                  127 silly placeDep ROOT strip-json-comments@2.0.1 OK for: rc@1.2.8 want: ~2.0.1
                                  128 silly placeDep node_modules/prebuild-install decompress-response@6.0.0 OK for: simple-get@4.0.1 want: ^6.0.0
                                  129 silly fetch manifest mimic-response@^3.1.0
                                  130 silly packumentCache full:https://registry.npmjs.org/mimic-response cache-miss
                                  131 http fetch GET 200 https://registry.npmjs.org/mimic-response 24ms (cache revalidated)
                                  132 silly packumentCache full:https://registry.npmjs.org/mimic-response set size:20174 disposed:false
                                  133 silly placeDep node_modules/prebuild-install mimic-response@3.1.0 OK for: decompress-response@6.0.0 want: ^3.1.0
                                  134 silly placeDep node_modules/prebuild-install chownr@1.1.4 OK for: tar-fs@2.1.5 want: ^1.1.1
                                  135 silly placeDep node_modules/prebuild-install tar-stream@2.2.0 OK for: tar-fs@2.1.5 want: ^2.1.4
                                  136 silly fetch manifest fs-constants@^1.0.0
                                  137 silly packumentCache full:https://registry.npmjs.org/fs-constants cache-miss
                                  138 silly fetch manifest readable-stream@^3.1.1
                                  139 silly packumentCache full:https://registry.npmjs.org/readable-stream cache-miss
                                  140 http fetch GET 200 https://registry.npmjs.org/fs-constants 32ms (cache revalidated)
                                  141 silly packumentCache full:https://registry.npmjs.org/fs-constants set size:3522 disposed:false
                                  142 http fetch GET 200 https://registry.npmjs.org/readable-stream 35ms (cache revalidated)
                                  143 silly packumentCache full:https://registry.npmjs.org/readable-stream set size:261096 disposed:false
                                  144 silly placeDep ROOT fs-constants@1.0.0 OK for: tar-stream@2.2.0 want: ^1.0.0
                                  145 silly placeDep node_modules/prebuild-install readable-stream@3.6.2 OK for: tar-stream@2.2.0 want: ^3.1.1
                                  146 silly fetch manifest string_decoder@^1.1.1
                                  147 silly packumentCache full:https://registry.npmjs.org/string_decoder cache-miss
                                  148 http fetch GET 200 https://registry.npmjs.org/string_decoder 31ms (cache revalidated)
                                  149 silly packumentCache full:https://registry.npmjs.org/string_decoder set size:28441 disposed:false
                                  150 silly placeDep node_modules/prebuild-install string_decoder@1.3.0 OK for: readable-stream@3.6.2 want: ^1.1.1
                                  151 silly fetch manifest safe-buffer@~5.2.0
                                  152 silly packumentCache full:https://registry.npmjs.org/safe-buffer cache-miss
                                  153 http fetch GET 200 https://registry.npmjs.org/safe-buffer 25ms (cache revalidated)
                                  154 silly packumentCache full:https://registry.npmjs.org/safe-buffer set size:41183 disposed:false
                                  155 silly placeDep node_modules/prebuild-install safe-buffer@5.2.1 OK for: string_decoder@1.3.0 want: ~5.2.0
                                  156 silly reify mark retired [ '/opt/iobroker/node_modules/fsevents' ]
                                  157 silly reify mark retired [ '/opt/iobroker/node_modules/iobroker.mihome-vacuum' ]
                                  158 silly reify mark retired [ '/opt/iobroker/node_modules/axios' ]
                                  159 silly reify mark retired [ '/opt/iobroker/node_modules/deep-extend' ]
                                  160 silly reify mark retired [ '/opt/iobroker/node_modules/expand-template' ]
                                  161 silly reify mark retired [ '/opt/iobroker/node_modules/form-data' ]
                                  162 silly reify mark retired [ '/opt/iobroker/node_modules/fs-constants' ]
                                  163 silly reify mark retired [ '/opt/iobroker/node_modules/github-from-package' ]
                                  164 silly reify mark retired [ '/opt/iobroker/node_modules/hasown' ]
                                  165 silly reify mark retired [ '/opt/iobroker/node_modules/ini' ]
                                  166 silly reify mark retired [ '/opt/iobroker/node_modules/mkdirp-classic' ]
                                  167 silly reify mark retired [ '/opt/iobroker/node_modules/napi-build-utils' ]
                                  168 silly reify mark retired [ '/opt/iobroker/node_modules/node-abi' ]
                                  169 silly reify mark retired [
                                  169 silly reify   '/opt/iobroker/node_modules/prebuild-install',
                                  169 silly reify   '/opt/iobroker/node_modules/.bin/prebuild-install'
                                  169 silly reify ]
                                  170 silly reify mark retired [
                                  170 silly reify   '/opt/iobroker/node_modules/rc',
                                  170 silly reify   '/opt/iobroker/node_modules/.bin/rc'
                                  170 silly reify ]
                                  171 silly reify mark retired [ '/opt/iobroker/node_modules/strip-json-comments' ]
                                  172 silly reify mark retired [ '/opt/iobroker/node_modules/@iobroker/adapter-core' ]
                                  173 silly reify moves {
                                  173 silly reify   '/opt/iobroker/node_modules/fsevents': '/opt/iobroker/node_modules/.fsevents-yNYMVUiI',
                                  173 silly reify   '/opt/iobroker/node_modules/iobroker.mihome-vacuum': '/opt/iobroker/node_modules/.iobroker.mihome-vacuum-xC9m3xPP',
                                  173 silly reify   '/opt/iobroker/node_modules/axios': '/opt/iobroker/node_modules/.axios-5PaJDuuS',
                                  173 silly reify   '/opt/iobroker/node_modules/deep-extend': '/opt/iobroker/node_modules/.deep-extend-n1Gv3Z4n',
                                  173 silly reify   '/opt/iobroker/node_modules/expand-template': '/opt/iobroker/node_modules/.expand-template-byEsrNZZ',
                                  173 silly reify   '/opt/iobroker/node_modules/form-data': '/opt/iobroker/node_modules/.form-data-NBgyTDUC',
                                  173 silly reify   '/opt/iobroker/node_modules/fs-constants': '/opt/iobroker/node_modules/.fs-constants-eSXZwKlh',
                                  173 silly reify   '/opt/iobroker/node_modules/github-from-package': '/opt/iobroker/node_modules/.github-from-package-IVYY4Wlh',
                                  173 silly reify   '/opt/iobroker/node_modules/hasown': '/opt/iobroker/node_modules/.hasown-yuWx1bW0',
                                  173 silly reify   '/opt/iobroker/node_modules/ini': '/opt/iobroker/node_modules/.ini-HiLT2lH8',
                                  173 silly reify   '/opt/iobroker/node_modules/mkdirp-classic': '/opt/iobroker/node_modules/.mkdirp-classic-HAXMCI8y',
                                  173 silly reify   '/opt/iobroker/node_modules/napi-build-utils': '/opt/iobroker/node_modules/.napi-build-utils-uopoeL65',
                                  173 silly reify   '/opt/iobroker/node_modules/node-abi': '/opt/iobroker/node_modules/.node-abi-RRzQb5v8',
                                  173 silly reify   '/opt/iobroker/node_modules/prebuild-install': '/opt/iobroker/node_modules/.prebuild-install-aufwnSQB',
                                  173 silly reify   '/opt/iobroker/node_modules/.bin/prebuild-install': '/opt/iobroker/node_modules/.bin/.prebuild-install-CBzAgHgG',
                                  173 silly reify   '/opt/iobroker/node_modules/rc': '/opt/iobroker/node_modules/.rc-gvcQI4Vh',
                                  173 silly reify   '/opt/iobroker/node_modules/.bin/rc': '/opt/iobroker/node_modules/.bin/.rc-zc8riCmu',
                                  173 silly reify   '/opt/iobroker/node_modules/strip-json-comments': '/opt/iobroker/node_modules/.strip-json-comments-jaFn0cqx',
                                  173 silly reify   '/opt/iobroker/node_modules/@iobroker/adapter-core': '/opt/iobroker/node_modules/@iobroker/.adapter-core-RS8CTvky'
                                  173 silly reify }
                                  174 verbose stack Error: ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/axios' -> '/opt/iobroker/node_modules/.axios-5PaJDuuS'
                                  174 verbose stack     at async Object.rename (node:internal/fs/promises:784:10)
                                  174 verbose stack     at async moveFile (/usr/lib/node_modules/npm/node_modules/@npmcli/fs/lib/move-file.js:30:5)
                                  174 verbose stack     at async Promise.allSettled (index 2)
                                  174 verbose stack     at async [reifyPackages] (/usr/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/reify.js:334:11)
                                  174 verbose stack     at async Arborist.reify (/usr/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/reify.js:149:5)
                                  174 verbose stack     at async Install.exec (/usr/lib/node_modules/npm/lib/commands/install.js:150:5)
                                  174 verbose stack     at async Npm.exec (/usr/lib/node_modules/npm/lib/npm.js:207:9)
                                  174 verbose stack     at async module.exports (/usr/lib/node_modules/npm/lib/cli/entry.js:74:5)
                                  175 error code ENOTEMPTY
                                  176 error syscall rename
                                  177 error path /opt/iobroker/node_modules/axios
                                  178 error dest /opt/iobroker/node_modules/.axios-5PaJDuuS
                                  179 error errno -39
                                  180 error ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/axios' -> '/opt/iobroker/node_modules/.axios-5PaJDuuS'
                                  181 silly unfinished npm timer reify 1786231108018
                                  182 silly unfinished npm timer reify:retireShallow 1786231114633
                                  183 verbose cwd /opt/iobroker
                                  184 verbose os Linux 6.18.39+rpt-rpi-v8
                                  185 verbose node v22.23.2
                                  186 verbose npm  v10.9.8
                                  187 verbose exit -39
                                  188 verbose code -39
                                  189 error A complete log of this run can be found in: /home/iobroker/.npm/_logs/2026-08-08T23_18_27_131Z-debug-0.log
                                  

                                  Grüße

                                  Thomas BraunT Offline
                                  Thomas BraunT Offline
                                  Thomas Braun
                                  Most Active
                                  schrieb am zuletzt editiert von
                                  #546

                                  @MichaelF sagte:

                                  npm error code ENOTEMPTY

                                  Jag den

                                  iob fix
                                  

                                  über das System.

                                  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

                                  MichaelFM 1 Antwort Letzte Antwort
                                  0
                                  • Thomas BraunT Thomas Braun

                                    @MichaelF sagte:

                                    npm error code ENOTEMPTY

                                    Jag den

                                    iob fix
                                    

                                    über das System.

                                    MichaelFM Offline
                                    MichaelFM Offline
                                    MichaelF
                                    schrieb am zuletzt editiert von
                                    #547

                                    @Thomas-Braun

                                    Danke, der Fehler ist weg.

                                    Jetzt hab ich nur noch den canvas Fehler.

                                    mihome-vacuum.0
                                    
                                    2026-08-09 09:11:32.888infocreate state for carpet_mode
                                    
                                    mihome-vacuum.0
                                    
                                    2026-08-09 09:11:30.739warnCANVAS package not installed....please install Canvas package manually or disable Map in config see also https://github.com/iobroker-community-adapters/ioBroker.mihome-vacuum#error-at-installation
                                    
                                    mihome-vacuum.0
                                    
                                    2026-08-09 09:11:30.699warnCANVAS package not installed....please install Canvas package manually or disable Map in config see also https://github.com/iobroker-community-adapters/ioBroker.mihome-vacuum#error-at-installation
                                    
                                    mihome-vacuum.0
                                    
                                    2026-08-09 09:11:30.434infocreate states for dust collecting
                                    
                                    mihome-vacuum.0
                                    
                                    2026-08-09 09:11:30.338infocreate states for dock status
                                    
                                    mihome-vacuum.0
                                    
                                    2026-08-09 09:11:30.183infocreate states for mop mode
                                    
                                    mihome-vacuum.0
                                    
                                    2026-08-09 09:11:29.550infocreate states for water box mode
                                    
                                    mihome-vacuum.0
                                    
                                    2026-08-09 09:11:29.400infocreate states for water box
                                    
                                    mihome-vacuum.0
                                    
                                    2026-08-09 09:11:29.398infochange states from State control.fan_power
                                    
                                    mihome-vacuum.0
                                    
                                    2026-08-09 09:11:29.332infocreate states for mop
                                    
                                    mihome-vacuum.0
                                    
                                    2026-08-09 09:11:28.830infoUsing standard vacuum protocol
                                    
                                    mihome-vacuum.0
                                    
                                    2026-08-09 09:11:28.815infoDevice model detected: roborock.vacuum.a15
                                    
                                    mihome-vacuum.0
                                    
                                    2026-08-09 09:11:28.568infostarting. Version 5.3.0 (non-npm: xXBJXx/ioBroker.mihome-vacuum#fix/xiaomi-cloud-qr-login) in /opt/iobroker/node_modules/iobroker.mihome-vacuum, node: v22.23.2, js-controller: 7.2.2
                                    
                                    mihome-vacuum.0
                                    
                                    2026-08-09 09:11:20.038infoterminating
                                    
                                    mihome-vacuum.0
                                    
                                    2026-08-09 09:11:20.037infoterminating
                                    
                                    mihome-vacuum.0
                                    
                                    2026-08-09 09:11:19.534infoTerminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                    
                                    mihome-vacuum.0
                                    
                                    2026-08-09 09:11:19.533infoterminating
                                    
                                    mihome-vacuum.0
                                    
                                    2026-08-09 09:11:19.527infoGot terminate signal TERMINATE_YOURSELF
                                    
                                    MichaelFM 1 Antwort Letzte Antwort
                                    0
                                    • MichaelFM MichaelF

                                      Hab die Karte auch wieder am Laufen, echt Mega! Ich betreibe 2 Pi´s mit Iobroker der Adapter lief immer auf meinem zweiten allerdings bekomm ich en Adapter da nicht gelöscht und kann so den neuen nicht installieren. Die Installation auf meinem Master Funktioniert.

                                      b65fe592-42cf-4691-9ff1-9434a2a5ede6-image.jpeg

                                      Löschen geht nicht und bei der neu neuinstallation dieser Fehler:

                                      $ iobroker url https://github.com/xXBJXx/ioBroker.mihome-vacuum/tree/fix/xiaomi-cloud-qr-login --host IoBroker64Bit --debug
                                      
                                      install xXBJXx/ioBroker.mihome-vacuum#fix/xiaomi-cloud-qr-login
                                      
                                      NPM version: 10.9.8
                                      
                                      Installing xXBJXx/ioBroker.mihome-vacuum#fix/xiaomi-cloud-qr-login... (System call)
                                      
                                      npm error code ENOTEMPTY
                                      
                                      npm error syscall renamenpm error path /opt/iobroker/node_modules/axiosnpm error dest /opt/iobroker/node_modules/.axios-5PaJDuuSnpm error errno -39npm error ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/axios' -> '/opt/iobroker/node_modules/.axios-5PaJDuuS'
                                      
                                      npm error A complete log of this run can be found in: /home/iobroker/.npm/_logs/2026-08-08T23_18_27_131Z-debug-0.log
                                      
                                      Try to solve ENOTEMPTY error automatically
                                      
                                      Could not handle ENOTEMPTY, because no deletable files were found
                                      
                                      npm error code ENOTEMPTYnpm error syscall renamenpm error path /opt/iobroker/node_modules/axiosnpm error dest /opt/iobroker/node_modules/.axios-5PaJDuuSnpm error errno -39npm error ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/axios' -> '/opt/iobroker/node_modules/.axios-5PaJDuuS'npm error A complete log of this run can be found in: /home/iobroker/.npm/_logs/2026-08-08T23_18_27_131Z-debug-0.loghost.IoBroker64Bit Cannot install xXBJXx/ioBroker.mihome-vacuum#fix/xiaomi-cloud-qr-login: 217
                                      
                                      ERROR: Process exited with code 25
                                      

                                      Aber funktioniert erst mal alles, würde mich nur interessieren wo das Problem ist.

                                      0 verbose cli /usr/bin/node /usr/bin/npm
                                      1 info using npm@10.9.8
                                      2 info using node@v22.23.2
                                      3 silly config load:file:/usr/lib/node_modules/npm/npmrc
                                      4 silly config load:file:/opt/iobroker/.npmrc
                                      5 silly config load:file:/home/iobroker/.npmrc
                                      6 silly config load:file:/usr/etc/npmrc
                                      7 verbose title npm install xXBJXx/ioBroker.mihome-vacuum#fix/xiaomi-cloud-qr-login
                                      8 verbose argv "install" "xXBJXx/ioBroker.mihome-vacuum#fix/xiaomi-cloud-qr-login" "--foreground-scripts"
                                      9 verbose logfile logs-max:10 dir:/home/iobroker/.npm/_logs/2026-08-08T23_18_27_131Z-
                                      10 verbose logfile /home/iobroker/.npm/_logs/2026-08-08T23_18_27_131Z-debug-0.log
                                      11 silly logfile start cleaning logs, removing 1 files
                                      12 silly packumentCache heap:991952896 maxSize:247988224 maxEntrySize:123994112
                                      13 silly logfile done cleaning log files
                                      14 verbose shrinkwrap failed to load node_modules/.package-lock.json out of date, updated: node_modules
                                      15 silly idealTree buildDeps
                                      16 silly fetch manifest iobroker.mihome-vacuum@xXBJXx/ioBroker.mihome-vacuum#fix/xiaomi-cloud-qr-login
                                      17 silly placeDep ROOT iobroker.mihome-vacuum@5.3.0 OK for: iobroker.inst@3.0.0 want: xXBJXx/ioBroker.mihome-vacuum#fix/xiaomi-cloud-qr-login
                                      18 silly fetch manifest @iobroker/adapter-core@^3.4.3
                                      19 silly packumentCache full:https://registry.npmjs.org/@iobroker%2fadapter-core cache-miss
                                      20 silly fetch manifest axios@^1.19.0
                                      21 silly packumentCache full:https://registry.npmjs.org/axios cache-miss
                                      22 silly fetch manifest qs@6.15.3
                                      23 silly packumentCache full:https://registry.npmjs.org/qs cache-miss
                                      24 http fetch GET 200 https://registry.npmjs.org/qs 211ms (cache revalidated)
                                      25 silly packumentCache full:https://registry.npmjs.org/qs set size:360318 disposed:false
                                      26 silly fetch manifest canvas@^3.2.3
                                      27 silly packumentCache full:https://registry.npmjs.org/canvas cache-miss
                                      28 http fetch GET 200 https://registry.npmjs.org/axios 236ms (cache revalidated)
                                      29 silly packumentCache full:https://registry.npmjs.org/axios set size:850874 disposed:false
                                      30 http fetch GET 200 https://registry.npmjs.org/canvas 148ms (cache revalidated)
                                      31 silly packumentCache full:https://registry.npmjs.org/canvas set size:349782 disposed:false
                                      32 http fetch GET 200 https://registry.npmjs.org/@iobroker%2fadapter-core 518ms (cache revalidated)
                                      33 silly packumentCache full:https://registry.npmjs.org/@iobroker%2fadapter-core set size:190880 disposed:false
                                      34 silly fetch manifest @iobroker/js-controller-common-db@>=7.2.2
                                      35 silly packumentCache full:https://registry.npmjs.org/@iobroker%2fjs-controller-common-db cache-miss
                                      36 http fetch GET 200 https://registry.npmjs.org/@iobroker%2fjs-controller-common-db 374ms (cache revalidated)
                                      37 silly packumentCache full:https://registry.npmjs.org/@iobroker%2fjs-controller-common-db set size:1613110 disposed:false
                                      38 silly fetch manifest @iobroker/types@>=6.0.11
                                      39 silly packumentCache full:https://registry.npmjs.org/@iobroker%2ftypes cache-miss
                                      40 http fetch GET 200 https://registry.npmjs.org/@iobroker%2ftypes 361ms (cache revalidated)
                                      41 silly packumentCache full:https://registry.npmjs.org/@iobroker%2ftypes set size:582229 disposed:false
                                      42 silly placeDep ROOT @iobroker/adapter-core@3.4.3 REPLACE for: iobroker.mihome-vacuum@5.3.0 want: ^3.4.3
                                      43 silly placeDep ROOT axios@1.19.0 REPLACE for: iobroker.mihome-vacuum@5.3.0 want: ^1.19.0
                                      44 silly placeDep node_modules/iobroker.mihome-vacuum canvas@3.2.3 OK for: iobroker.mihome-vacuum@5.3.0 want: ^3.2.3
                                      45 silly placeDep node_modules/iobroker.mihome-vacuum qs@6.15.3 OK for: iobroker.mihome-vacuum@5.3.0 want: 6.15.3
                                      46 silly fetch manifest form-data@^4.0.6
                                      47 silly packumentCache full:https://registry.npmjs.org/form-data cache-miss
                                      48 silly fetch manifest prebuild-install@^7.1.3
                                      49 silly packumentCache full:https://registry.npmjs.org/prebuild-install cache-miss
                                      50 http fetch GET 200 https://registry.npmjs.org/form-data 35ms (cache revalidated)
                                      51 silly packumentCache full:https://registry.npmjs.org/form-data set size:153174 disposed:false
                                      52 http fetch GET 200 https://registry.npmjs.org/prebuild-install 49ms (cache revalidated)
                                      53 silly packumentCache full:https://registry.npmjs.org/prebuild-install set size:184615 disposed:false
                                      54 silly placeDep ROOT form-data@4.0.6 REPLACE for: axios@1.19.0 want: ^4.0.6
                                      55 silly fetch manifest hasown@^2.0.4
                                      56 silly packumentCache full:https://registry.npmjs.org/hasown cache-miss
                                      57 http fetch GET 200 https://registry.npmjs.org/hasown 39ms (cache revalidated)
                                      58 silly packumentCache full:https://registry.npmjs.org/hasown set size:18361 disposed:false
                                      59 silly placeDep ROOT hasown@2.0.4 REPLACE for: form-data@4.0.6 want: ^2.0.4
                                      60 silly placeDep ROOT prebuild-install@7.1.3 OK for: canvas@3.2.3 want: ^7.1.3
                                      61 silly fetch manifest rc@^1.2.7
                                      62 silly packumentCache full:https://registry.npmjs.org/rc cache-miss
                                      63 silly fetch manifest tar-fs@^2.0.0
                                      64 silly packumentCache full:https://registry.npmjs.org/tar-fs cache-miss
                                      65 silly fetch manifest node-abi@^3.3.0
                                      66 silly packumentCache full:https://registry.npmjs.org/node-abi cache-miss
                                      67 http fetch GET 200 https://registry.npmjs.org/node-abi 37ms (cache revalidated)
                                      68 silly packumentCache full:https://registry.npmjs.org/node-abi set size:380918 disposed:false
                                      69 silly fetch manifest simple-get@^4.0.0
                                      70 silly packumentCache full:https://registry.npmjs.org/simple-get cache-miss
                                      71 http fetch GET 200 https://registry.npmjs.org/rc 92ms (cache revalidated)
                                      72 silly packumentCache full:https://registry.npmjs.org/rc set size:70417 disposed:false
                                      73 silly fetch manifest mkdirp-classic@^0.5.3
                                      74 silly packumentCache full:https://registry.npmjs.org/mkdirp-classic cache-miss
                                      75 http fetch GET 200 https://registry.npmjs.org/tar-fs 100ms (cache revalidated)
                                      76 silly packumentCache full:https://registry.npmjs.org/tar-fs set size:126231 disposed:false
                                      77 silly fetch manifest expand-template@^2.0.3
                                      78 silly packumentCache full:https://registry.npmjs.org/expand-template cache-miss
                                      79 http fetch GET 200 https://registry.npmjs.org/simple-get 69ms (cache revalidated)
                                      80 silly packumentCache full:https://registry.npmjs.org/simple-get set size:90014 disposed:false
                                      81 silly fetch manifest napi-build-utils@^2.0.0
                                      82 silly packumentCache full:https://registry.npmjs.org/napi-build-utils cache-miss
                                      83 http fetch GET 200 https://registry.npmjs.org/mkdirp-classic 46ms (cache revalidated)
                                      84 silly packumentCache full:https://registry.npmjs.org/mkdirp-classic set size:5503 disposed:false
                                      85 silly fetch manifest github-from-package@0.0.0
                                      86 silly packumentCache full:https://registry.npmjs.org/github-from-package cache-miss
                                      87 http fetch GET 200 https://registry.npmjs.org/expand-template 43ms (cache revalidated)
                                      88 silly packumentCache full:https://registry.npmjs.org/expand-template set size:23203 disposed:false
                                      89 http fetch GET 200 https://registry.npmjs.org/napi-build-utils 36ms (cache revalidated)
                                      90 silly packumentCache full:https://registry.npmjs.org/napi-build-utils set size:13501 disposed:false
                                      91 http fetch GET 200 https://registry.npmjs.org/github-from-package 34ms (cache revalidated)
                                      92 silly packumentCache full:https://registry.npmjs.org/github-from-package set size:3718 disposed:false
                                      93 silly placeDep ROOT expand-template@2.0.3 OK for: prebuild-install@7.1.3 want: ^2.0.3
                                      94 silly placeDep ROOT github-from-package@0.0.0 OK for: prebuild-install@7.1.3 want: 0.0.0
                                      95 silly placeDep ROOT mkdirp-classic@0.5.3 OK for: prebuild-install@7.1.3 want: ^0.5.3
                                      96 silly placeDep ROOT napi-build-utils@2.0.0 OK for: prebuild-install@7.1.3 want: ^2.0.0
                                      97 silly placeDep ROOT node-abi@3.94.0 OK for: prebuild-install@7.1.3 want: ^3.3.0
                                      98 silly placeDep ROOT rc@1.2.8 OK for: prebuild-install@7.1.3 want: ^1.2.7
                                      99 silly placeDep node_modules/prebuild-install simple-get@4.0.1 OK for: prebuild-install@7.1.3 want: ^4.0.0
                                      100 silly placeDep node_modules/prebuild-install tar-fs@2.1.5 OK for: prebuild-install@7.1.3 want: ^2.0.0
                                      101 silly fetch manifest ini@~1.3.0
                                      102 silly packumentCache full:https://registry.npmjs.org/ini cache-miss
                                      103 silly fetch manifest deep-extend@^0.6.0
                                      104 silly packumentCache full:https://registry.npmjs.org/deep-extend cache-miss
                                      105 silly fetch manifest strip-json-comments@~2.0.1
                                      106 silly packumentCache full:https://registry.npmjs.org/strip-json-comments cache-miss
                                      107 http fetch GET 200 https://registry.npmjs.org/deep-extend 40ms (cache revalidated)
                                      108 silly packumentCache full:https://registry.npmjs.org/deep-extend set size:34472 disposed:false
                                      109 silly fetch manifest decompress-response@^6.0.0
                                      110 silly packumentCache full:https://registry.npmjs.org/decompress-response cache-miss
                                      111 http fetch GET 200 https://registry.npmjs.org/strip-json-comments 50ms (cache revalidated)
                                      112 silly packumentCache full:https://registry.npmjs.org/strip-json-comments set size:43569 disposed:false
                                      113 silly fetch manifest chownr@^1.1.1
                                      114 silly packumentCache full:https://registry.npmjs.org/chownr cache-miss
                                      115 http fetch GET 200 https://registry.npmjs.org/ini 58ms (cache revalidated)
                                      116 silly packumentCache full:https://registry.npmjs.org/ini set size:59124 disposed:false
                                      117 silly fetch manifest tar-stream@^2.1.4
                                      118 silly packumentCache full:https://registry.npmjs.org/tar-stream cache-miss
                                      119 http fetch GET 200 https://registry.npmjs.org/decompress-response 30ms (cache revalidated)
                                      120 silly packumentCache full:https://registry.npmjs.org/decompress-response set size:36213 disposed:false
                                      121 http fetch GET 200 https://registry.npmjs.org/chownr 36ms (cache revalidated)
                                      122 silly packumentCache full:https://registry.npmjs.org/chownr set size:22157 disposed:false
                                      123 http fetch GET 200 https://registry.npmjs.org/tar-stream 38ms (cache revalidated)
                                      124 silly packumentCache full:https://registry.npmjs.org/tar-stream set size:137875 disposed:false
                                      125 silly placeDep ROOT deep-extend@0.6.0 OK for: rc@1.2.8 want: ^0.6.0
                                      126 silly placeDep ROOT ini@1.3.8 OK for: rc@1.2.8 want: ~1.3.0
                                      127 silly placeDep ROOT strip-json-comments@2.0.1 OK for: rc@1.2.8 want: ~2.0.1
                                      128 silly placeDep node_modules/prebuild-install decompress-response@6.0.0 OK for: simple-get@4.0.1 want: ^6.0.0
                                      129 silly fetch manifest mimic-response@^3.1.0
                                      130 silly packumentCache full:https://registry.npmjs.org/mimic-response cache-miss
                                      131 http fetch GET 200 https://registry.npmjs.org/mimic-response 24ms (cache revalidated)
                                      132 silly packumentCache full:https://registry.npmjs.org/mimic-response set size:20174 disposed:false
                                      133 silly placeDep node_modules/prebuild-install mimic-response@3.1.0 OK for: decompress-response@6.0.0 want: ^3.1.0
                                      134 silly placeDep node_modules/prebuild-install chownr@1.1.4 OK for: tar-fs@2.1.5 want: ^1.1.1
                                      135 silly placeDep node_modules/prebuild-install tar-stream@2.2.0 OK for: tar-fs@2.1.5 want: ^2.1.4
                                      136 silly fetch manifest fs-constants@^1.0.0
                                      137 silly packumentCache full:https://registry.npmjs.org/fs-constants cache-miss
                                      138 silly fetch manifest readable-stream@^3.1.1
                                      139 silly packumentCache full:https://registry.npmjs.org/readable-stream cache-miss
                                      140 http fetch GET 200 https://registry.npmjs.org/fs-constants 32ms (cache revalidated)
                                      141 silly packumentCache full:https://registry.npmjs.org/fs-constants set size:3522 disposed:false
                                      142 http fetch GET 200 https://registry.npmjs.org/readable-stream 35ms (cache revalidated)
                                      143 silly packumentCache full:https://registry.npmjs.org/readable-stream set size:261096 disposed:false
                                      144 silly placeDep ROOT fs-constants@1.0.0 OK for: tar-stream@2.2.0 want: ^1.0.0
                                      145 silly placeDep node_modules/prebuild-install readable-stream@3.6.2 OK for: tar-stream@2.2.0 want: ^3.1.1
                                      146 silly fetch manifest string_decoder@^1.1.1
                                      147 silly packumentCache full:https://registry.npmjs.org/string_decoder cache-miss
                                      148 http fetch GET 200 https://registry.npmjs.org/string_decoder 31ms (cache revalidated)
                                      149 silly packumentCache full:https://registry.npmjs.org/string_decoder set size:28441 disposed:false
                                      150 silly placeDep node_modules/prebuild-install string_decoder@1.3.0 OK for: readable-stream@3.6.2 want: ^1.1.1
                                      151 silly fetch manifest safe-buffer@~5.2.0
                                      152 silly packumentCache full:https://registry.npmjs.org/safe-buffer cache-miss
                                      153 http fetch GET 200 https://registry.npmjs.org/safe-buffer 25ms (cache revalidated)
                                      154 silly packumentCache full:https://registry.npmjs.org/safe-buffer set size:41183 disposed:false
                                      155 silly placeDep node_modules/prebuild-install safe-buffer@5.2.1 OK for: string_decoder@1.3.0 want: ~5.2.0
                                      156 silly reify mark retired [ '/opt/iobroker/node_modules/fsevents' ]
                                      157 silly reify mark retired [ '/opt/iobroker/node_modules/iobroker.mihome-vacuum' ]
                                      158 silly reify mark retired [ '/opt/iobroker/node_modules/axios' ]
                                      159 silly reify mark retired [ '/opt/iobroker/node_modules/deep-extend' ]
                                      160 silly reify mark retired [ '/opt/iobroker/node_modules/expand-template' ]
                                      161 silly reify mark retired [ '/opt/iobroker/node_modules/form-data' ]
                                      162 silly reify mark retired [ '/opt/iobroker/node_modules/fs-constants' ]
                                      163 silly reify mark retired [ '/opt/iobroker/node_modules/github-from-package' ]
                                      164 silly reify mark retired [ '/opt/iobroker/node_modules/hasown' ]
                                      165 silly reify mark retired [ '/opt/iobroker/node_modules/ini' ]
                                      166 silly reify mark retired [ '/opt/iobroker/node_modules/mkdirp-classic' ]
                                      167 silly reify mark retired [ '/opt/iobroker/node_modules/napi-build-utils' ]
                                      168 silly reify mark retired [ '/opt/iobroker/node_modules/node-abi' ]
                                      169 silly reify mark retired [
                                      169 silly reify   '/opt/iobroker/node_modules/prebuild-install',
                                      169 silly reify   '/opt/iobroker/node_modules/.bin/prebuild-install'
                                      169 silly reify ]
                                      170 silly reify mark retired [
                                      170 silly reify   '/opt/iobroker/node_modules/rc',
                                      170 silly reify   '/opt/iobroker/node_modules/.bin/rc'
                                      170 silly reify ]
                                      171 silly reify mark retired [ '/opt/iobroker/node_modules/strip-json-comments' ]
                                      172 silly reify mark retired [ '/opt/iobroker/node_modules/@iobroker/adapter-core' ]
                                      173 silly reify moves {
                                      173 silly reify   '/opt/iobroker/node_modules/fsevents': '/opt/iobroker/node_modules/.fsevents-yNYMVUiI',
                                      173 silly reify   '/opt/iobroker/node_modules/iobroker.mihome-vacuum': '/opt/iobroker/node_modules/.iobroker.mihome-vacuum-xC9m3xPP',
                                      173 silly reify   '/opt/iobroker/node_modules/axios': '/opt/iobroker/node_modules/.axios-5PaJDuuS',
                                      173 silly reify   '/opt/iobroker/node_modules/deep-extend': '/opt/iobroker/node_modules/.deep-extend-n1Gv3Z4n',
                                      173 silly reify   '/opt/iobroker/node_modules/expand-template': '/opt/iobroker/node_modules/.expand-template-byEsrNZZ',
                                      173 silly reify   '/opt/iobroker/node_modules/form-data': '/opt/iobroker/node_modules/.form-data-NBgyTDUC',
                                      173 silly reify   '/opt/iobroker/node_modules/fs-constants': '/opt/iobroker/node_modules/.fs-constants-eSXZwKlh',
                                      173 silly reify   '/opt/iobroker/node_modules/github-from-package': '/opt/iobroker/node_modules/.github-from-package-IVYY4Wlh',
                                      173 silly reify   '/opt/iobroker/node_modules/hasown': '/opt/iobroker/node_modules/.hasown-yuWx1bW0',
                                      173 silly reify   '/opt/iobroker/node_modules/ini': '/opt/iobroker/node_modules/.ini-HiLT2lH8',
                                      173 silly reify   '/opt/iobroker/node_modules/mkdirp-classic': '/opt/iobroker/node_modules/.mkdirp-classic-HAXMCI8y',
                                      173 silly reify   '/opt/iobroker/node_modules/napi-build-utils': '/opt/iobroker/node_modules/.napi-build-utils-uopoeL65',
                                      173 silly reify   '/opt/iobroker/node_modules/node-abi': '/opt/iobroker/node_modules/.node-abi-RRzQb5v8',
                                      173 silly reify   '/opt/iobroker/node_modules/prebuild-install': '/opt/iobroker/node_modules/.prebuild-install-aufwnSQB',
                                      173 silly reify   '/opt/iobroker/node_modules/.bin/prebuild-install': '/opt/iobroker/node_modules/.bin/.prebuild-install-CBzAgHgG',
                                      173 silly reify   '/opt/iobroker/node_modules/rc': '/opt/iobroker/node_modules/.rc-gvcQI4Vh',
                                      173 silly reify   '/opt/iobroker/node_modules/.bin/rc': '/opt/iobroker/node_modules/.bin/.rc-zc8riCmu',
                                      173 silly reify   '/opt/iobroker/node_modules/strip-json-comments': '/opt/iobroker/node_modules/.strip-json-comments-jaFn0cqx',
                                      173 silly reify   '/opt/iobroker/node_modules/@iobroker/adapter-core': '/opt/iobroker/node_modules/@iobroker/.adapter-core-RS8CTvky'
                                      173 silly reify }
                                      174 verbose stack Error: ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/axios' -> '/opt/iobroker/node_modules/.axios-5PaJDuuS'
                                      174 verbose stack     at async Object.rename (node:internal/fs/promises:784:10)
                                      174 verbose stack     at async moveFile (/usr/lib/node_modules/npm/node_modules/@npmcli/fs/lib/move-file.js:30:5)
                                      174 verbose stack     at async Promise.allSettled (index 2)
                                      174 verbose stack     at async [reifyPackages] (/usr/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/reify.js:334:11)
                                      174 verbose stack     at async Arborist.reify (/usr/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/reify.js:149:5)
                                      174 verbose stack     at async Install.exec (/usr/lib/node_modules/npm/lib/commands/install.js:150:5)
                                      174 verbose stack     at async Npm.exec (/usr/lib/node_modules/npm/lib/npm.js:207:9)
                                      174 verbose stack     at async module.exports (/usr/lib/node_modules/npm/lib/cli/entry.js:74:5)
                                      175 error code ENOTEMPTY
                                      176 error syscall rename
                                      177 error path /opt/iobroker/node_modules/axios
                                      178 error dest /opt/iobroker/node_modules/.axios-5PaJDuuS
                                      179 error errno -39
                                      180 error ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/axios' -> '/opt/iobroker/node_modules/.axios-5PaJDuuS'
                                      181 silly unfinished npm timer reify 1786231108018
                                      182 silly unfinished npm timer reify:retireShallow 1786231114633
                                      183 verbose cwd /opt/iobroker
                                      184 verbose os Linux 6.18.39+rpt-rpi-v8
                                      185 verbose node v22.23.2
                                      186 verbose npm  v10.9.8
                                      187 verbose exit -39
                                      188 verbose code -39
                                      189 error A complete log of this run can be found in: /home/iobroker/.npm/_logs/2026-08-08T23_18_27_131Z-debug-0.log
                                      

                                      Grüße

                                      MichaelFM Offline
                                      MichaelFM Offline
                                      MichaelF
                                      schrieb am zuletzt editiert von
                                      #548

                                      Hab es gefunden.....

                                      Der Arbeitsspeicher war voll und hat deshalb die Installation mitten drin abgebrochen.

                                      1 Antwort Letzte Antwort
                                      0
                                      • MichaelFM MichaelF

                                        @Thomas-Braun

                                        Danke, der Fehler ist weg.

                                        Jetzt hab ich nur noch den canvas Fehler.

                                        mihome-vacuum.0
                                        
                                        2026-08-09 09:11:32.888infocreate state for carpet_mode
                                        
                                        mihome-vacuum.0
                                        
                                        2026-08-09 09:11:30.739warnCANVAS package not installed....please install Canvas package manually or disable Map in config see also https://github.com/iobroker-community-adapters/ioBroker.mihome-vacuum#error-at-installation
                                        
                                        mihome-vacuum.0
                                        
                                        2026-08-09 09:11:30.699warnCANVAS package not installed....please install Canvas package manually or disable Map in config see also https://github.com/iobroker-community-adapters/ioBroker.mihome-vacuum#error-at-installation
                                        
                                        mihome-vacuum.0
                                        
                                        2026-08-09 09:11:30.434infocreate states for dust collecting
                                        
                                        mihome-vacuum.0
                                        
                                        2026-08-09 09:11:30.338infocreate states for dock status
                                        
                                        mihome-vacuum.0
                                        
                                        2026-08-09 09:11:30.183infocreate states for mop mode
                                        
                                        mihome-vacuum.0
                                        
                                        2026-08-09 09:11:29.550infocreate states for water box mode
                                        
                                        mihome-vacuum.0
                                        
                                        2026-08-09 09:11:29.400infocreate states for water box
                                        
                                        mihome-vacuum.0
                                        
                                        2026-08-09 09:11:29.398infochange states from State control.fan_power
                                        
                                        mihome-vacuum.0
                                        
                                        2026-08-09 09:11:29.332infocreate states for mop
                                        
                                        mihome-vacuum.0
                                        
                                        2026-08-09 09:11:28.830infoUsing standard vacuum protocol
                                        
                                        mihome-vacuum.0
                                        
                                        2026-08-09 09:11:28.815infoDevice model detected: roborock.vacuum.a15
                                        
                                        mihome-vacuum.0
                                        
                                        2026-08-09 09:11:28.568infostarting. Version 5.3.0 (non-npm: xXBJXx/ioBroker.mihome-vacuum#fix/xiaomi-cloud-qr-login) in /opt/iobroker/node_modules/iobroker.mihome-vacuum, node: v22.23.2, js-controller: 7.2.2
                                        
                                        mihome-vacuum.0
                                        
                                        2026-08-09 09:11:20.038infoterminating
                                        
                                        mihome-vacuum.0
                                        
                                        2026-08-09 09:11:20.037infoterminating
                                        
                                        mihome-vacuum.0
                                        
                                        2026-08-09 09:11:19.534infoTerminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                        
                                        mihome-vacuum.0
                                        
                                        2026-08-09 09:11:19.533infoterminating
                                        
                                        mihome-vacuum.0
                                        
                                        2026-08-09 09:11:19.527infoGot terminate signal TERMINATE_YOURSELF
                                        
                                        MichaelFM Offline
                                        MichaelFM Offline
                                        MichaelF
                                        schrieb am zuletzt editiert von MichaelF
                                        #549

                                        Läuft wieder auf dem alten Pi mit Karte und Canvas.

                                        Grüße

                                        1 Antwort Letzte Antwort
                                        0
                                        • IssiI Issi

                                          @Siggi0904
                                          die eine Zeile sagt nicht viel aus da brauche ich mehr Infos. Hast du den vorherigen Adapter ganz gelöscht und neu über git instaliert ?

                                          falls du noch mehr Log hast, bitte posten oder beschreiben, wann der Fehler kommt.

                                          Siggi0904S Offline
                                          Siggi0904S Offline
                                          Siggi0904
                                          schrieb am zuletzt editiert von
                                          #550

                                          @Issi Da dies der "alte" Adapter aus dem offiziellen Repo ist, habe ich vorher nicht den Adapter deinstalliert. Dein Adapter kommt ja erst noch ins offizielle Repo, oder?

                                          IssiI 1 Antwort Letzte Antwort
                                          0

                                          Hey! Du scheinst an dieser Unterhaltung interessiert zu sein, hast aber noch kein Konto.

                                          Hast du es satt, bei jedem Besuch durch die gleichen Beiträge zu scrollen? Wenn du dich für ein Konto anmeldest, kommst du immer genau dorthin zurück, wo du zuvor warst, und kannst dich über neue Antworten benachrichtigen lassen (entweder per E-Mail oder Push-Benachrichtigung). Du kannst auch Lesezeichen speichern und Beiträge positiv bewerten, um anderen Community-Mitgliedern deine Wertschätzung zu zeigen.

                                          Mit deinem Input könnte dieser Beitrag noch besser werden 💗

                                          Registrieren Anmelden
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          291

                                          Online

                                          33.1k

                                          Benutzende

                                          83.7k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2026
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe