Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

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

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. IRobot Roomba Adapter

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.7k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    2.1k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    16
    1
    3.0k

IRobot Roomba Adapter

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
851 Beiträge 101 Kommentatoren 312.4k Aufrufe 65 Watching
  • Ä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.
  • C Offline
    C Offline
    ctnnemo
    schrieb am zuletzt editiert von
    #269

    Meine 980 gibt bei Problemen eine Sprachnachricht mit einer Fehler Nummer aus.
    Ist diese Fehler Nummer irgendwo bei den Daten zu finden? Irgendwie finde ich da nichts passendeS.

    Wichtig ist mir, wenn ihr stecken bleibt das ich dort ein Ereignis bezüglich Informationen über Alexa oder Telegramm starten kann.

    Vielleicht hat jemand ja eine Alternative.

    Und natürlich herzlichen Dank für den Adapter :+1: :heart_eyes:

    ZefauZ 1 Antwort Letzte Antwort
    0
    • C ctnnemo

      Meine 980 gibt bei Problemen eine Sprachnachricht mit einer Fehler Nummer aus.
      Ist diese Fehler Nummer irgendwo bei den Daten zu finden? Irgendwie finde ich da nichts passendeS.

      Wichtig ist mir, wenn ihr stecken bleibt das ich dort ein Ereignis bezüglich Informationen über Alexa oder Telegramm starten kann.

      Vielleicht hat jemand ja eine Alternative.

      Und natürlich herzlichen Dank für den Adapter :+1: :heart_eyes:

      ZefauZ Offline
      ZefauZ Offline
      Zefau
      schrieb am zuletzt editiert von
      #270

      @ctnnemo Die Sprachnachricht von Roomba selbst ist Roomba spezifisch (nicht Adapter-spezifisch). Was gibt er denn aus? Bei mir (auch 980) sagt er nach der Fehler Nummer auch den Fehler selbst an.

      Auf Github findest du ein Skript, um die Karte über Telegram zu schicken, wenn die Mission beendet ist (siehe https://github.com/Zefau/ioBroker.roomba#send-map-via-telegram-when-mission-is-finished).

      Du kannst den State roomba.0.missions.current.error überwachen. Dieser geht auf true, wenn es zu einem Fehler kommt.

      Meine Adapter: https://zefau.github.io/iobroker/

      1 Antwort Letzte Antwort
      0
      • JB_SullivanJ Offline
        JB_SullivanJ Offline
        JB_Sullivan
        schrieb am zuletzt editiert von
        #271

        @Zefau - hast du evtl. nochmal in meine LOG Dateien geschaut, wo bei meiner Installation der Wurm drin sein kann?

        ioBroker auf Intel Core i3-5005U NUC und Windwos10 Pro

        ZefauZ 1 Antwort Letzte Antwort
        0
        • JB_SullivanJ JB_Sullivan

          @Zefau - hast du evtl. nochmal in meine LOG Dateien geschaut, wo bei meiner Installation der Wurm drin sein kann?

          ZefauZ Offline
          ZefauZ Offline
          Zefau
          schrieb am zuletzt editiert von
          #272

          @JB_Sullivan Leider sehr herausfordernd. :-D

          Kannst du mal mit node-gyp -v prüfen, welche Version du hast? Bei mir ist es die v5.0.3.
          Ggf. nachinstallieren mit npm install -g node-gyp und den Python Pfad setzen (siehe https://github.com/nodejs/node-gyp#configuring-python-dependency).

          Meine Adapter: https://zefau.github.io/iobroker/

          1 Antwort Letzte Antwort
          0
          • JB_SullivanJ Offline
            JB_SullivanJ Offline
            JB_Sullivan
            schrieb am zuletzt editiert von
            #273

            @Zefau sagte in IRobot Roomba Adapter:

            node-gyp -v

            Also bei mir zeigt er auch 5.0.3 an - Python Pfad guck ich mir gleich man an.

            ioBroker auf Intel Core i3-5005U NUC und Windwos10 Pro

            1 Antwort Letzte Antwort
            0
            • JB_SullivanJ Offline
              JB_SullivanJ Offline
              JB_Sullivan
              schrieb am zuletzt editiert von
              #274

              Also Python liegt hier - C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Python 2.7

              Aber dein Github Link sind Böhmische Dörfer für mich. Ich bin nicht so fit in sowas. Ich kann ganz gut Copy& Paste ;) aber was da auf Github geschrieben steht, bringe ich nicht zusammen.

              ioBroker auf Intel Core i3-5005U NUC und Windwos10 Pro

              ZefauZ 1 Antwort Letzte Antwort
              0
              • JB_SullivanJ JB_Sullivan

                Also Python liegt hier - C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Python 2.7

                Aber dein Github Link sind Böhmische Dörfer für mich. Ich bin nicht so fit in sowas. Ich kann ganz gut Copy& Paste ;) aber was da auf Github geschrieben steht, bringe ich nicht zusammen.

                ZefauZ Offline
                ZefauZ Offline
                Zefau
                schrieb am zuletzt editiert von Zefau
                #275

                @JB_Sullivan Hast du Visual Studio manuell nachinstalliert (https://visualstudio.microsoft.com/pl/thank-you-downloading-visual-studio/?sku=Community)? Ist oben im Screenshot ja fehlgeschlagen?

                Meine Adapter: https://zefau.github.io/iobroker/

                1 Antwort Letzte Antwort
                0
                • JB_SullivanJ Offline
                  JB_SullivanJ Offline
                  JB_Sullivan
                  schrieb am zuletzt editiert von
                  #276

                  Ja, hatte ich auch schon versucht - aber da kommt wieder die Meldung das es nicht installiert werden konnte.

                  [>                                            ] 0.0% (0 B/s)
                  Downloaded vs_BuildTools.exe. Saved to C:\Users\SmartHome\.windows-build-tools\vs_BuildTools.exe.
                  
                  Starting installation...
                  Launched installers, now waiting for them to finish.
                  This will likely take some time - please be patient!
                  
                  Status from the installers:
                  ---------- Visual Studio Build Tools ----------
                  2019-08-17T16:37:34 : Verbose : [InstalledProductsProviderImpl]: Stream was closed
                  2019-08-17T16:37:34 : Verbose : [InstallerImpl]: Rpc connection was closed.
                  2019-08-17T16:37:34 : Verbose : [InstallerImpl]: Stream was closed
                  2019-08-17T16:37:34 : Verbose : [SetupUpdaterImpl]: Rpc connection was closed.
                  2019-08-17T16:37:34 : Verbose : [SetupUpdaterImpl]: Stream was closed
                  ------------------- Python --------------------
                  Python 2.7.15 is already installed, not installing again.
                  
                  
                  Could not install Visual Studio Build Tools.
                  Please find more details in the log files, which can be found at
                  C:\Users\SmartHome\.windows-build-tools
                  
                  Skipping configuration: No configuration for Python or Visual Studio Build Tools required.
                  
                  All done!
                  
                  + windows-build-tools@5.2.2
                  updated 2 packages in 13.44s
                  
                  C:\>
                  
                  

                  ioBroker auf Intel Core i3-5005U NUC und Windwos10 Pro

                  ZefauZ 1 Antwort Letzte Antwort
                  0
                  • JB_SullivanJ JB_Sullivan

                    Ja, hatte ich auch schon versucht - aber da kommt wieder die Meldung das es nicht installiert werden konnte.

                    [>                                            ] 0.0% (0 B/s)
                    Downloaded vs_BuildTools.exe. Saved to C:\Users\SmartHome\.windows-build-tools\vs_BuildTools.exe.
                    
                    Starting installation...
                    Launched installers, now waiting for them to finish.
                    This will likely take some time - please be patient!
                    
                    Status from the installers:
                    ---------- Visual Studio Build Tools ----------
                    2019-08-17T16:37:34 : Verbose : [InstalledProductsProviderImpl]: Stream was closed
                    2019-08-17T16:37:34 : Verbose : [InstallerImpl]: Rpc connection was closed.
                    2019-08-17T16:37:34 : Verbose : [InstallerImpl]: Stream was closed
                    2019-08-17T16:37:34 : Verbose : [SetupUpdaterImpl]: Rpc connection was closed.
                    2019-08-17T16:37:34 : Verbose : [SetupUpdaterImpl]: Stream was closed
                    ------------------- Python --------------------
                    Python 2.7.15 is already installed, not installing again.
                    
                    
                    Could not install Visual Studio Build Tools.
                    Please find more details in the log files, which can be found at
                    C:\Users\SmartHome\.windows-build-tools
                    
                    Skipping configuration: No configuration for Python or Visual Studio Build Tools required.
                    
                    All done!
                    
                    + windows-build-tools@5.2.2
                    updated 2 packages in 13.44s
                    
                    C:\>
                    
                    
                    ZefauZ Offline
                    ZefauZ Offline
                    Zefau
                    schrieb am zuletzt editiert von
                    #277

                    @JB_Sullivan Einfach normal als .exe über die GUI installieren, oder hast du nur Shell Zugriff? Download: https://visualstudio.microsoft.com/pl/thank-you-downloading-visual-studio/?sku=Community

                    Meine Adapter: https://zefau.github.io/iobroker/

                    1 Antwort Letzte Antwort
                    0
                    • JB_SullivanJ Offline
                      JB_SullivanJ Offline
                      JB_Sullivan
                      schrieb am zuletzt editiert von JB_Sullivan
                      #278

                      Ich habe es jetzt nochmal über die .exe angestoßen. Also drauf war es auf jeden Fall, denn es hat sich jetzt "nur" ein Update auf 15.5.15 gezogen.

                      2019-08-20 21_32_27-10.122.60.63 - Remotedesktopverbindung.png

                      AHA - sieht jetzt schonmal besser aus.

                      ---------- Visual Studio Build Tools ----------
                      Successfully installed Visual Studio Build Tools.
                      ------------------- Python --------------------
                      Python 2.7.15 is already installed, not installing again.
                      
                      Now configuring the Visual Studio Build Tools..
                      
                      All done!
                      
                      + windows-build-tools@5.2.2
                      updated 1 package in 22.454s
                      
                      C:\>
                      

                      :( Leider immer noch keine Karte ladbar .....

                      ioBroker auf Intel Core i3-5005U NUC und Windwos10 Pro

                      ZefauZ 1 Antwort Letzte Antwort
                      0
                      • JB_SullivanJ JB_Sullivan

                        Ich habe es jetzt nochmal über die .exe angestoßen. Also drauf war es auf jeden Fall, denn es hat sich jetzt "nur" ein Update auf 15.5.15 gezogen.

                        2019-08-20 21_32_27-10.122.60.63 - Remotedesktopverbindung.png

                        AHA - sieht jetzt schonmal besser aus.

                        ---------- Visual Studio Build Tools ----------
                        Successfully installed Visual Studio Build Tools.
                        ------------------- Python --------------------
                        Python 2.7.15 is already installed, not installing again.
                        
                        Now configuring the Visual Studio Build Tools..
                        
                        All done!
                        
                        + windows-build-tools@5.2.2
                        updated 1 package in 22.454s
                        
                        C:\>
                        

                        :( Leider immer noch keine Karte ladbar .....

                        ZefauZ Offline
                        ZefauZ Offline
                        Zefau
                        schrieb am zuletzt editiert von
                        #279

                        @JB_Sullivan sagte in IRobot Roomba Adapter:

                        Leider immer noch keine Karte ladbar .....

                        Ist ja alles nur eine Voraussetzung canvas zu installieren. Also nochmal

                        npm install canvas@2.6.0 --unsafe-perm=true
                        

                        Meine Adapter: https://zefau.github.io/iobroker/

                        1 Antwort Letzte Antwort
                        0
                        • JB_SullivanJ Offline
                          JB_SullivanJ Offline
                          JB_Sullivan
                          schrieb am zuletzt editiert von
                          #280

                          Leider immer noch einen Arsch voll Fehlermeldungen bei der Installation.

                          C:\>npm install canvas@2.6.0 --unsafe-perm=true
                          
                          > canvas@2.6.0 install C:\node_modules\canvas
                          > node-pre-gyp install --fallback-to-build
                          
                          node-pre-gyp WARN Using needle for node-pre-gyp https download
                          node-pre-gyp WARN Tried to download(404): https://github.com/node-gfx/node-canvas-prebuilt/releases/download/v2.6.0/canvas-v2.6.0-node-v64-win32-unknown-ia32.tar.gz
                          node-pre-gyp WARN Pre-built binaries not found for canvas@2.6.0 and node@10.16.0 (node-v64 ABI, unknown) (falling back to source compile with node-gyp)
                          gyp ERR! configure error
                          gyp ERR! stack Error: Can't find Python executable "python2.7", you can set the PYTHON env variable.
                          gyp ERR! stack     at PythonFinder.failNoPython (C:\Users\SmartHome\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp\lib\configure.js:484:19)
                          gyp ERR! stack     at PythonFinder.<anonymous> (C:\Users\SmartHome\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp\lib\configure.js:509:16)
                          gyp ERR! stack     at C:\Users\SmartHome\AppData\Roaming\npm\node_modules\npm\node_modules\graceful-fs\polyfills.js:282:31
                          gyp ERR! stack     at FSReqWrap.oncomplete (fs.js:153:21)
                          gyp ERR! System Windows_NT 10.0.17763
                          gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\SmartHome\\AppData\\Roaming\\npm\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "configure" "--fallback-to-build" "--module=C:\\node_modules\\canvas\\build\\Release\\canvas.node" "--module_name=canvas" "--module_path=C:\\node_modules\\canvas\\build\\Release" "--napi_version=4" "--node_abi_napi=napi" "--napi_build_version=0" "--node_napi_label=node-v64" "--python=python2.7" "--msvs_version=2017"
                          gyp ERR! cwd C:\node_modules\canvas
                          gyp ERR! node -v v10.16.0
                          gyp ERR! node-gyp -v v3.8.0
                          gyp ERR! not ok
                          node-pre-gyp ERR! build error
                          node-pre-gyp ERR! stack Error: Failed to execute 'C:\Program Files\nodejs\node.exe C:\Users\SmartHome\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js configure --fallback-to-build --module=C:\node_modules\canvas\build\Release\canvas.node --module_name=canvas --module_path=C:\node_modules\canvas\build\Release --napi_version=4 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v64 --python=python2.7 --msvs_version=2017' (1)
                          node-pre-gyp ERR! stack     at ChildProcess.<anonymous> (C:\node_modules\node-pre-gyp\lib\util\compile.js:83:29)
                          node-pre-gyp ERR! stack     at ChildProcess.emit (events.js:198:13)
                          node-pre-gyp ERR! stack     at maybeClose (internal/child_process.js:982:16)
                          node-pre-gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:259:5)
                          node-pre-gyp ERR! System Windows_NT 10.0.17763
                          node-pre-gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\node_modules\\node-pre-gyp\\bin\\node-pre-gyp" "install" "--fallback-to-build"
                          node-pre-gyp ERR! cwd C:\node_modules\canvas
                          node-pre-gyp ERR! node -v v10.16.0
                          node-pre-gyp ERR! node-pre-gyp -v v0.11.0
                          node-pre-gyp ERR! not ok
                          Failed to execute 'C:\Program Files\nodejs\node.exe C:\Users\SmartHome\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js configure --fallback-to-build --module=C:\node_modules\canvas\build\Release\canvas.node --module_name=canvas --module_path=C:\node_modules\canvas\build\Release --napi_version=4 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v64 --python=python2.7 --msvs_version=2017' (1)
                          npm WARN enoent ENOENT: no such file or directory, open 'C:\package.json'
                          npm WARN !invalid#1 No description
                          npm WARN !invalid#1 No repository field.
                          npm WARN !invalid#1 No README data
                          npm WARN !invalid#1 No license field.
                          
                          npm ERR! code ELIFECYCLE
                          npm ERR! errno 1
                          npm ERR! canvas@2.6.0 install: `node-pre-gyp install --fallback-to-build`
                          npm ERR! Exit status 1
                          npm ERR!
                          npm ERR! Failed at the canvas@2.6.0 install script.
                          npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
                          
                          npm ERR! A complete log of this run can be found in:
                          npm ERR!     C:\Users\SmartHome\AppData\Roaming\npm-cache\_logs\2019-08-20T19_49_18_807Z-debug.log
                          
                          C:\>
                          

                          ioBroker auf Intel Core i3-5005U NUC und Windwos10 Pro

                          ZefauZ 1 Antwort Letzte Antwort
                          0
                          • JB_SullivanJ JB_Sullivan

                            Leider immer noch einen Arsch voll Fehlermeldungen bei der Installation.

                            C:\>npm install canvas@2.6.0 --unsafe-perm=true
                            
                            > canvas@2.6.0 install C:\node_modules\canvas
                            > node-pre-gyp install --fallback-to-build
                            
                            node-pre-gyp WARN Using needle for node-pre-gyp https download
                            node-pre-gyp WARN Tried to download(404): https://github.com/node-gfx/node-canvas-prebuilt/releases/download/v2.6.0/canvas-v2.6.0-node-v64-win32-unknown-ia32.tar.gz
                            node-pre-gyp WARN Pre-built binaries not found for canvas@2.6.0 and node@10.16.0 (node-v64 ABI, unknown) (falling back to source compile with node-gyp)
                            gyp ERR! configure error
                            gyp ERR! stack Error: Can't find Python executable "python2.7", you can set the PYTHON env variable.
                            gyp ERR! stack     at PythonFinder.failNoPython (C:\Users\SmartHome\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp\lib\configure.js:484:19)
                            gyp ERR! stack     at PythonFinder.<anonymous> (C:\Users\SmartHome\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp\lib\configure.js:509:16)
                            gyp ERR! stack     at C:\Users\SmartHome\AppData\Roaming\npm\node_modules\npm\node_modules\graceful-fs\polyfills.js:282:31
                            gyp ERR! stack     at FSReqWrap.oncomplete (fs.js:153:21)
                            gyp ERR! System Windows_NT 10.0.17763
                            gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\SmartHome\\AppData\\Roaming\\npm\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "configure" "--fallback-to-build" "--module=C:\\node_modules\\canvas\\build\\Release\\canvas.node" "--module_name=canvas" "--module_path=C:\\node_modules\\canvas\\build\\Release" "--napi_version=4" "--node_abi_napi=napi" "--napi_build_version=0" "--node_napi_label=node-v64" "--python=python2.7" "--msvs_version=2017"
                            gyp ERR! cwd C:\node_modules\canvas
                            gyp ERR! node -v v10.16.0
                            gyp ERR! node-gyp -v v3.8.0
                            gyp ERR! not ok
                            node-pre-gyp ERR! build error
                            node-pre-gyp ERR! stack Error: Failed to execute 'C:\Program Files\nodejs\node.exe C:\Users\SmartHome\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js configure --fallback-to-build --module=C:\node_modules\canvas\build\Release\canvas.node --module_name=canvas --module_path=C:\node_modules\canvas\build\Release --napi_version=4 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v64 --python=python2.7 --msvs_version=2017' (1)
                            node-pre-gyp ERR! stack     at ChildProcess.<anonymous> (C:\node_modules\node-pre-gyp\lib\util\compile.js:83:29)
                            node-pre-gyp ERR! stack     at ChildProcess.emit (events.js:198:13)
                            node-pre-gyp ERR! stack     at maybeClose (internal/child_process.js:982:16)
                            node-pre-gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:259:5)
                            node-pre-gyp ERR! System Windows_NT 10.0.17763
                            node-pre-gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\node_modules\\node-pre-gyp\\bin\\node-pre-gyp" "install" "--fallback-to-build"
                            node-pre-gyp ERR! cwd C:\node_modules\canvas
                            node-pre-gyp ERR! node -v v10.16.0
                            node-pre-gyp ERR! node-pre-gyp -v v0.11.0
                            node-pre-gyp ERR! not ok
                            Failed to execute 'C:\Program Files\nodejs\node.exe C:\Users\SmartHome\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js configure --fallback-to-build --module=C:\node_modules\canvas\build\Release\canvas.node --module_name=canvas --module_path=C:\node_modules\canvas\build\Release --napi_version=4 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v64 --python=python2.7 --msvs_version=2017' (1)
                            npm WARN enoent ENOENT: no such file or directory, open 'C:\package.json'
                            npm WARN !invalid#1 No description
                            npm WARN !invalid#1 No repository field.
                            npm WARN !invalid#1 No README data
                            npm WARN !invalid#1 No license field.
                            
                            npm ERR! code ELIFECYCLE
                            npm ERR! errno 1
                            npm ERR! canvas@2.6.0 install: `node-pre-gyp install --fallback-to-build`
                            npm ERR! Exit status 1
                            npm ERR!
                            npm ERR! Failed at the canvas@2.6.0 install script.
                            npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
                            
                            npm ERR! A complete log of this run can be found in:
                            npm ERR!     C:\Users\SmartHome\AppData\Roaming\npm-cache\_logs\2019-08-20T19_49_18_807Z-debug.log
                            
                            C:\>
                            
                            ZefauZ Offline
                            ZefauZ Offline
                            Zefau
                            schrieb am zuletzt editiert von
                            #281

                            @JB_Sullivan Sehr gut!! Das ist tatsächlich ein Fortschritt. Er versucht jetzt endlich canvas zu compilen.

                            node-gyp kennt den Python Pfad nicht.

                            node-gyp --python "C:/ProgramData/Microsoft/Windows/Start Menu/Programs/Python 2.7"
                            

                            und

                            npm set python "C:/ProgramData/Microsoft/Windows/Start Menu/Programs/Python 2.7"
                            

                            Meine Adapter: https://zefau.github.io/iobroker/

                            1 Antwort Letzte Antwort
                            0
                            • JB_SullivanJ Offline
                              JB_SullivanJ Offline
                              JB_Sullivan
                              schrieb am zuletzt editiert von
                              #282

                              @Zefau sagte in IRobot Roomba Adapter:

                              npm set python "C:/ProgramData/Microsoft/Windows/Start Menu/Programs/Python 2.7"

                              Na du kriegst noch graue Haare mit mir :D

                              Habe ich gemacht, aber leider immer noch alles voller Fehler

                              
                              C:\>node-gyp --python "C:/ProgramData/Microsoft/Windows/Start Menu/Programs/Python 2.7"
                              
                                Usage: node-gyp <command> [options]
                              
                                where <command> is one of:
                                  - build - undefined
                                  - clean - Removes any generated build files and the "out" dir
                                  - configure - Generates MSVC project files for the current module
                                  - rebuild - Runs "clean", "configure" and "build" all at once
                                  - install - Install node development files for the specified node version.
                                  - list - undefined
                                  - remove - Removes the node development files for the specified version
                              
                              node-gyp@5.0.3  C:\Users\SmartHome\AppData\Roaming\npm\node_modules\node-gyp
                              node@10.16.0
                              
                              C:\>npm set python "C:/ProgramData/Microsoft/Windows/Start Menu/Programs/Python 2.7"
                              
                              C:\>npm install canvas@2.6.0 --unsafe-perm=true
                              
                              > canvas@2.6.0 install C:\node_modules\canvas
                              > node-pre-gyp install --fallback-to-build
                              
                              node-pre-gyp WARN Using needle for node-pre-gyp https download
                              node-pre-gyp WARN Tried to download(404): https://github.com/node-gfx/node-canvas-prebuilt/releases/download/v2.6.0/canvas-v2.6.0-node-v64-win32-unknown-ia32.tar.gz
                              node-pre-gyp WARN Pre-built binaries not found for canvas@2.6.0 and node@10.16.0 (node-v64 ABI, unknown) (falling back to source compile with node-gyp)
                              gyp ERR! configure error
                              gyp ERR! stack Error: Can't find Python executable "C:/ProgramData/Microsoft/Windows/Start Menu/Programs/Python 2.7", you can set the PYTHON env variable.
                              gyp ERR! stack     at PythonFinder.failNoPython (C:\Users\SmartHome\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp\lib\configure.js:484:19)
                              gyp ERR! stack     at PythonFinder.<anonymous> (C:\Users\SmartHome\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp\lib\configure.js:509:16)
                              gyp ERR! stack     at C:\Users\SmartHome\AppData\Roaming\npm\node_modules\npm\node_modules\graceful-fs\polyfills.js:282:31
                              gyp ERR! stack     at FSReqWrap.oncomplete (fs.js:153:21)
                              gyp ERR! System Windows_NT 10.0.17763
                              gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\SmartHome\\AppData\\Roaming\\npm\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "configure" "--fallback-to-build" "--module=C:\\node_modules\\canvas\\build\\Release\\canvas.node" "--module_name=canvas" "--module_path=C:\\node_modules\\canvas\\build\\Release" "--napi_version=4" "--node_abi_napi=napi" "--napi_build_version=0" "--node_napi_label=node-v64" "--python=C:/ProgramData/Microsoft/Windows/Start Menu/Programs/Python 2.7" "--msvs_version=2017"
                              gyp ERR! cwd C:\node_modules\canvas
                              gyp ERR! node -v v10.16.0
                              gyp ERR! node-gyp -v v3.8.0
                              gyp ERR! not ok
                              node-pre-gyp ERR! build error
                              node-pre-gyp ERR! stack Error: Failed to execute 'C:\Program Files\nodejs\node.exe C:\Users\SmartHome\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js configure --fallback-to-build --module=C:\node_modules\canvas\build\Release\canvas.node --module_name=canvas --module_path=C:\node_modules\canvas\build\Release --napi_version=4 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v64 --python=C:/ProgramData/Microsoft/Windows/Start Menu/Programs/Python 2.7 --msvs_version=2017' (1)
                              node-pre-gyp ERR! stack     at ChildProcess.<anonymous> (C:\node_modules\node-pre-gyp\lib\util\compile.js:83:29)
                              node-pre-gyp ERR! stack     at ChildProcess.emit (events.js:198:13)
                              node-pre-gyp ERR! stack     at maybeClose (internal/child_process.js:982:16)
                              node-pre-gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:259:5)
                              node-pre-gyp ERR! System Windows_NT 10.0.17763
                              node-pre-gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\node_modules\\node-pre-gyp\\bin\\node-pre-gyp" "install" "--fallback-to-build"
                              node-pre-gyp ERR! cwd C:\node_modules\canvas
                              node-pre-gyp ERR! node -v v10.16.0
                              node-pre-gyp ERR! node-pre-gyp -v v0.11.0
                              node-pre-gyp ERR! not ok
                              Failed to execute 'C:\Program Files\nodejs\node.exe C:\Users\SmartHome\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js configure --fallback-to-build --module=C:\node_modules\canvas\build\Release\canvas.node --module_name=canvas --module_path=C:\node_modules\canvas\build\Release --napi_version=4 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v64 --python=C:/ProgramData/Microsoft/Windows/Start Menu/Programs/Python 2.7 --msvs_version=2017' (1)
                              npm WARN enoent ENOENT: no such file or directory, open 'C:\package.json'
                              npm WARN !invalid#1 No description
                              npm WARN !invalid#1 No repository field.
                              npm WARN !invalid#1 No README data
                              npm WARN !invalid#1 No license field.
                              
                              npm ERR! code ELIFECYCLE
                              npm ERR! errno 1
                              npm ERR! canvas@2.6.0 install: `node-pre-gyp install --fallback-to-build`
                              npm ERR! Exit status 1
                              npm ERR!
                              npm ERR! Failed at the canvas@2.6.0 install script.
                              npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
                              
                              npm ERR! A complete log of this run can be found in:
                              npm ERR!     C:\Users\SmartHome\AppData\Roaming\npm-cache\_logs\2019-08-20T19_59_21_725Z-debug.log
                              
                              C:\>
                              

                              ioBroker auf Intel Core i3-5005U NUC und Windwos10 Pro

                              ZefauZ 1 Antwort Letzte Antwort
                              0
                              • JB_SullivanJ JB_Sullivan

                                @Zefau sagte in IRobot Roomba Adapter:

                                npm set python "C:/ProgramData/Microsoft/Windows/Start Menu/Programs/Python 2.7"

                                Na du kriegst noch graue Haare mit mir :D

                                Habe ich gemacht, aber leider immer noch alles voller Fehler

                                
                                C:\>node-gyp --python "C:/ProgramData/Microsoft/Windows/Start Menu/Programs/Python 2.7"
                                
                                  Usage: node-gyp <command> [options]
                                
                                  where <command> is one of:
                                    - build - undefined
                                    - clean - Removes any generated build files and the "out" dir
                                    - configure - Generates MSVC project files for the current module
                                    - rebuild - Runs "clean", "configure" and "build" all at once
                                    - install - Install node development files for the specified node version.
                                    - list - undefined
                                    - remove - Removes the node development files for the specified version
                                
                                node-gyp@5.0.3  C:\Users\SmartHome\AppData\Roaming\npm\node_modules\node-gyp
                                node@10.16.0
                                
                                C:\>npm set python "C:/ProgramData/Microsoft/Windows/Start Menu/Programs/Python 2.7"
                                
                                C:\>npm install canvas@2.6.0 --unsafe-perm=true
                                
                                > canvas@2.6.0 install C:\node_modules\canvas
                                > node-pre-gyp install --fallback-to-build
                                
                                node-pre-gyp WARN Using needle for node-pre-gyp https download
                                node-pre-gyp WARN Tried to download(404): https://github.com/node-gfx/node-canvas-prebuilt/releases/download/v2.6.0/canvas-v2.6.0-node-v64-win32-unknown-ia32.tar.gz
                                node-pre-gyp WARN Pre-built binaries not found for canvas@2.6.0 and node@10.16.0 (node-v64 ABI, unknown) (falling back to source compile with node-gyp)
                                gyp ERR! configure error
                                gyp ERR! stack Error: Can't find Python executable "C:/ProgramData/Microsoft/Windows/Start Menu/Programs/Python 2.7", you can set the PYTHON env variable.
                                gyp ERR! stack     at PythonFinder.failNoPython (C:\Users\SmartHome\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp\lib\configure.js:484:19)
                                gyp ERR! stack     at PythonFinder.<anonymous> (C:\Users\SmartHome\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp\lib\configure.js:509:16)
                                gyp ERR! stack     at C:\Users\SmartHome\AppData\Roaming\npm\node_modules\npm\node_modules\graceful-fs\polyfills.js:282:31
                                gyp ERR! stack     at FSReqWrap.oncomplete (fs.js:153:21)
                                gyp ERR! System Windows_NT 10.0.17763
                                gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\SmartHome\\AppData\\Roaming\\npm\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "configure" "--fallback-to-build" "--module=C:\\node_modules\\canvas\\build\\Release\\canvas.node" "--module_name=canvas" "--module_path=C:\\node_modules\\canvas\\build\\Release" "--napi_version=4" "--node_abi_napi=napi" "--napi_build_version=0" "--node_napi_label=node-v64" "--python=C:/ProgramData/Microsoft/Windows/Start Menu/Programs/Python 2.7" "--msvs_version=2017"
                                gyp ERR! cwd C:\node_modules\canvas
                                gyp ERR! node -v v10.16.0
                                gyp ERR! node-gyp -v v3.8.0
                                gyp ERR! not ok
                                node-pre-gyp ERR! build error
                                node-pre-gyp ERR! stack Error: Failed to execute 'C:\Program Files\nodejs\node.exe C:\Users\SmartHome\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js configure --fallback-to-build --module=C:\node_modules\canvas\build\Release\canvas.node --module_name=canvas --module_path=C:\node_modules\canvas\build\Release --napi_version=4 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v64 --python=C:/ProgramData/Microsoft/Windows/Start Menu/Programs/Python 2.7 --msvs_version=2017' (1)
                                node-pre-gyp ERR! stack     at ChildProcess.<anonymous> (C:\node_modules\node-pre-gyp\lib\util\compile.js:83:29)
                                node-pre-gyp ERR! stack     at ChildProcess.emit (events.js:198:13)
                                node-pre-gyp ERR! stack     at maybeClose (internal/child_process.js:982:16)
                                node-pre-gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:259:5)
                                node-pre-gyp ERR! System Windows_NT 10.0.17763
                                node-pre-gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\node_modules\\node-pre-gyp\\bin\\node-pre-gyp" "install" "--fallback-to-build"
                                node-pre-gyp ERR! cwd C:\node_modules\canvas
                                node-pre-gyp ERR! node -v v10.16.0
                                node-pre-gyp ERR! node-pre-gyp -v v0.11.0
                                node-pre-gyp ERR! not ok
                                Failed to execute 'C:\Program Files\nodejs\node.exe C:\Users\SmartHome\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js configure --fallback-to-build --module=C:\node_modules\canvas\build\Release\canvas.node --module_name=canvas --module_path=C:\node_modules\canvas\build\Release --napi_version=4 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v64 --python=C:/ProgramData/Microsoft/Windows/Start Menu/Programs/Python 2.7 --msvs_version=2017' (1)
                                npm WARN enoent ENOENT: no such file or directory, open 'C:\package.json'
                                npm WARN !invalid#1 No description
                                npm WARN !invalid#1 No repository field.
                                npm WARN !invalid#1 No README data
                                npm WARN !invalid#1 No license field.
                                
                                npm ERR! code ELIFECYCLE
                                npm ERR! errno 1
                                npm ERR! canvas@2.6.0 install: `node-pre-gyp install --fallback-to-build`
                                npm ERR! Exit status 1
                                npm ERR!
                                npm ERR! Failed at the canvas@2.6.0 install script.
                                npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
                                
                                npm ERR! A complete log of this run can be found in:
                                npm ERR!     C:\Users\SmartHome\AppData\Roaming\npm-cache\_logs\2019-08-20T19_59_21_725Z-debug.log
                                
                                C:\>
                                
                                ZefauZ Offline
                                ZefauZ Offline
                                Zefau
                                schrieb am zuletzt editiert von
                                #283

                                @JB_Sullivan Er braucht die genaue .exe, nicht nur den Pfad. Diese befindet sich bei mir unter C:\Users\<User>\.windows-build-tools\python27\python.exe. Bei dir auch?

                                Dann einfach

                                node-gyp --python "C:\Users\<User>\.windows-build-tools\python27\python.exe"
                                

                                und

                                npm set python "C:\Users\<User>\.windows-build-tools\python27\python.exe"
                                

                                Meine Adapter: https://zefau.github.io/iobroker/

                                1 Antwort Letzte Antwort
                                0
                                • JB_SullivanJ Offline
                                  JB_SullivanJ Offline
                                  JB_Sullivan
                                  schrieb am zuletzt editiert von JB_Sullivan
                                  #284

                                  @Zefau sagte in IRobot Roomba Adapter:

                                  npm set python "C:\Users<User>.windows-build-tools\python27\python.exe"

                                  Nein, ich habe einen anderen Installationspfad - ob der richtig ist - don`t know.

                                  Ich habe es jetzt damit mal versucht und anschließend CANVAS nochmal installiert. Offensichtlich war es zum Teil wohl nicht ganz verkehrt, denn jetzt habe ich einen ganzen Sack voll neuer Meldungen bekommen. Leider waren auch da wieder ein paar Errors dabei.

                                  ..... achso - immer noch keine Karte. Ich denke für Heute lassen wir es gut sein ;) Ich muss morgen wieder raus - Danke erstmal


                                  C:>node-gyp --python "C:\Program Files\Python\python.exe"

                                  Usage: node-gyp <command> [options]

                                  where <command> is one of:
                                  - build - undefined
                                  - clean - Removes any generated build files and the "out" dir
                                  - configure - Generates MSVC project files for the current module
                                  - rebuild - Runs "clean", "configure" and "build" all at once
                                  - install - Install node development files for the specified node version.
                                  - list - undefined
                                  - remove - Removes the node development files for the specified version

                                  node-gyp@5.0.3 C:\Users\SmartHome\AppData\Roaming\npm\node_modules\node-gyp
                                  node@10.16.0

                                  C:>npm set python "C:\Program Files\Python\python.exe"

                                  C:>npm install canvas@2.6.0 --unsafe-perm=true

                                  canvas@2.6.0 install C:\node_modules\canvas
                                  node-pre-gyp install --fallback-to-build

                                  node-pre-gyp WARN Using needle for node-pre-gyp https download
                                  node-pre-gyp WARN Tried to download(404): https://github.com/node-gfx/node-canvas-prebuilt/releases/download/v2.6.0/canvas-v2.6.0-node-v64-win32-unknown-ia32.tar.gz
                                  node-pre-gyp WARN Pre-built binaries not found for canvas@2.6.0 and node@10.16.0 (node-v64 ABI, unknown) (falling back to source compile with node-gyp)
                                  Warning: Missing input files:
                                  C:\GTK\bin\libfreetype-6.dll
                                  C:\GTK\bin\libintl-8.dll
                                  Die Projekte in dieser Projektmappe werden nacheinander erstellt. Um eine parallele Erstellung zu ermöglichen, müssen Sie den Schalter "/m" hinzufügen.
                                  Copying C:/libjpeg-turbo/bin/jpeg62.dll to C:\node_modules\canvas\build\Release\jpeg62.dll
                                  1 Datei(en) kopiert.
                                  Backend.cc
                                  ImageBackend.cc
                                  PdfBackend.cc
                                  SvgBackend.cc
                                  BMPParser.cc
                                  Backends.cc
                                  c:\node_modules\canvas\src\bmp\bmpparser.cc(189): warning C4018: ">": Konflikt zwischen "signed" und "unsigned" [C:\nod
                                  e_modules\canvas\build\canvas.vcxproj]
                                  c:\node_modules\canvas\src\bmp\bmpparser.cc(204): warning C4018: ">": Konflikt zwischen "signed" und "unsigned" [C:\nod
                                  e_modules\canvas\build\canvas.vcxproj]
                                  Canvas.cc
                                  CanvasGradient.cc
                                  CanvasPattern.cc
                                  CanvasRenderingContext2d.cc
                                  closure.cc
                                  color.cc
                                  Image.cc
                                  ImageData.cc
                                  init.cc
                                  register_font.cc
                                  win_delay_load_hook.cc
                                  Bibliothek "C:\node_modules\canvas\build\Release\canvas.lib" und Objekt "C:\node_modules\canvas\build\Release\canv
                                  as.exp" werden erstellt.
                                  Code wird generiert.
                                  All 2104 functions were compiled because no usable IPDB/IOBJ from previous compilation was found.
                                  Codegenerierung ist abgeschlossen.
                                  canvas.vcxproj -> C:\node_modules\canvas\build\Release\canvas.node
                                  Copying C:/GTK/bin/libpangoft2-1.0-0.dll to C:\node_modules\canvas\build\Release\libpangoft2-1.0-0.dll
                                  1 Datei(en) kopiert.
                                  Copying C:/GTK/bin/libgthread-2.0-0.dll to C:\node_modules\canvas\build\Release\libgthread-2.0-0.dll
                                  1 Datei(en) kopiert.
                                  Copying C:/GTK/bin/libpangowin32-1.0-0.dll to C:\node_modules\canvas\build\Release\libpangowin32-1.0-0.dll
                                  1 Datei(en) kopiert.
                                  Copying C:/GTK/bin/libglib-2.0-0.dll to C:\node_modules\canvas\build\Release\libglib-2.0-0.dll
                                  1 Datei(en) kopiert.
                                  Copying C:/GTK/bin/libcairo-2.dll to C:\node_modules\canvas\build\Release\libcairo-2.dll
                                  1 Datei(en) kopiert.
                                  Copying C:/GTK/bin/libpango-1.0-0.dll to C:\node_modules\canvas\build\Release\libpango-1.0-0.dll
                                  1 Datei(en) kopiert.
                                  Copying C:/GTK/bin/libfontconfig-1.dll to C:\node_modules\canvas\build\Release\libfontconfig-1.dll
                                  1 Datei(en) kopiert.
                                  Copying C:/GTK/bin/libintl-8.dll to C:\node_modules\canvas\build\Release\libintl-8.dll
                                  Das System kann die angegebene Datei nicht finden.
                                  Copying C:/GTK/bin/libfreetype-6.dll to C:\node_modules\canvas\build\Release\libfreetype-6.dll
                                  Das System kann die angegebene Datei nicht finden.
                                  Copying C:/GTK/bin/libgmodule-2.0-0.dll to C:\node_modules\canvas\build\Release\libgmodule-2.0-0.dll
                                  1 Datei(en) kopiert.
                                  Copying C:/GTK/bin/libpangocairo-1.0-0.dll to C:\node_modules\canvas\build\Release\libpangocairo-1.0-0.dll
                                  1 Datei(en) kopiert.
                                  Copying C:/GTK/bin/libgobject-2.0-0.dll to C:\node_modules\canvas\build\Release\libgobject-2.0-0.dll
                                  1 Datei(en) kopiert.
                                  Copying C:/GTK/bin/libpng14-14.dll to C:\node_modules\canvas\build\Release\libpng14-14.dll
                                  1 Datei(en) kopiert.
                                  Copying C:/GTK/bin/zlib1.dll to C:\node_modules\canvas\build\Release\zlib1.dll
                                  1 Datei(en) kopiert.
                                  Copying C:/GTK/bin/libexpat-1.dll to C:\node_modules\canvas\build\Release\libexpat-1.dll
                                  1 Datei(en) kopiert.
                                  win_delay_load_hook.cc
                                  Code wird generiert.
                                  All 1 functions were compiled because no usable IPDB/IOBJ from previous compilation was found.
                                  Codegenerierung ist abgeschlossen.
                                  canvas-postbuild.vcxproj -> C:\node_modules\canvas\build\Release\canvas-postbuild.node
                                  npm WARN saveError ENOENT: no such file or directory, open 'C:\package.json'
                                  npm WARN enoent ENOENT: no such file or directory, open 'C:\package.json'
                                  npm WARN !invalid#1 No description
                                  npm WARN !invalid#1 No repository field.
                                  npm WARN !invalid#1 No README data
                                  npm WARN !invalid#1 No license field.

                                  • canvas@2.6.0
                                    added 72 packages from 36 contributors and audited 103 packages in 42.706s
                                    found 0 vulnerabilities

                                  C:>

                                  ioBroker auf Intel Core i3-5005U NUC und Windwos10 Pro

                                  ZefauZ 2 Antworten Letzte Antwort
                                  0
                                  • JB_SullivanJ JB_Sullivan

                                    @Zefau sagte in IRobot Roomba Adapter:

                                    npm set python "C:\Users<User>.windows-build-tools\python27\python.exe"

                                    Nein, ich habe einen anderen Installationspfad - ob der richtig ist - don`t know.

                                    Ich habe es jetzt damit mal versucht und anschließend CANVAS nochmal installiert. Offensichtlich war es zum Teil wohl nicht ganz verkehrt, denn jetzt habe ich einen ganzen Sack voll neuer Meldungen bekommen. Leider waren auch da wieder ein paar Errors dabei.

                                    ..... achso - immer noch keine Karte. Ich denke für Heute lassen wir es gut sein ;) Ich muss morgen wieder raus - Danke erstmal


                                    C:>node-gyp --python "C:\Program Files\Python\python.exe"

                                    Usage: node-gyp <command> [options]

                                    where <command> is one of:
                                    - build - undefined
                                    - clean - Removes any generated build files and the "out" dir
                                    - configure - Generates MSVC project files for the current module
                                    - rebuild - Runs "clean", "configure" and "build" all at once
                                    - install - Install node development files for the specified node version.
                                    - list - undefined
                                    - remove - Removes the node development files for the specified version

                                    node-gyp@5.0.3 C:\Users\SmartHome\AppData\Roaming\npm\node_modules\node-gyp
                                    node@10.16.0

                                    C:>npm set python "C:\Program Files\Python\python.exe"

                                    C:>npm install canvas@2.6.0 --unsafe-perm=true

                                    canvas@2.6.0 install C:\node_modules\canvas
                                    node-pre-gyp install --fallback-to-build

                                    node-pre-gyp WARN Using needle for node-pre-gyp https download
                                    node-pre-gyp WARN Tried to download(404): https://github.com/node-gfx/node-canvas-prebuilt/releases/download/v2.6.0/canvas-v2.6.0-node-v64-win32-unknown-ia32.tar.gz
                                    node-pre-gyp WARN Pre-built binaries not found for canvas@2.6.0 and node@10.16.0 (node-v64 ABI, unknown) (falling back to source compile with node-gyp)
                                    Warning: Missing input files:
                                    C:\GTK\bin\libfreetype-6.dll
                                    C:\GTK\bin\libintl-8.dll
                                    Die Projekte in dieser Projektmappe werden nacheinander erstellt. Um eine parallele Erstellung zu ermöglichen, müssen Sie den Schalter "/m" hinzufügen.
                                    Copying C:/libjpeg-turbo/bin/jpeg62.dll to C:\node_modules\canvas\build\Release\jpeg62.dll
                                    1 Datei(en) kopiert.
                                    Backend.cc
                                    ImageBackend.cc
                                    PdfBackend.cc
                                    SvgBackend.cc
                                    BMPParser.cc
                                    Backends.cc
                                    c:\node_modules\canvas\src\bmp\bmpparser.cc(189): warning C4018: ">": Konflikt zwischen "signed" und "unsigned" [C:\nod
                                    e_modules\canvas\build\canvas.vcxproj]
                                    c:\node_modules\canvas\src\bmp\bmpparser.cc(204): warning C4018: ">": Konflikt zwischen "signed" und "unsigned" [C:\nod
                                    e_modules\canvas\build\canvas.vcxproj]
                                    Canvas.cc
                                    CanvasGradient.cc
                                    CanvasPattern.cc
                                    CanvasRenderingContext2d.cc
                                    closure.cc
                                    color.cc
                                    Image.cc
                                    ImageData.cc
                                    init.cc
                                    register_font.cc
                                    win_delay_load_hook.cc
                                    Bibliothek "C:\node_modules\canvas\build\Release\canvas.lib" und Objekt "C:\node_modules\canvas\build\Release\canv
                                    as.exp" werden erstellt.
                                    Code wird generiert.
                                    All 2104 functions were compiled because no usable IPDB/IOBJ from previous compilation was found.
                                    Codegenerierung ist abgeschlossen.
                                    canvas.vcxproj -> C:\node_modules\canvas\build\Release\canvas.node
                                    Copying C:/GTK/bin/libpangoft2-1.0-0.dll to C:\node_modules\canvas\build\Release\libpangoft2-1.0-0.dll
                                    1 Datei(en) kopiert.
                                    Copying C:/GTK/bin/libgthread-2.0-0.dll to C:\node_modules\canvas\build\Release\libgthread-2.0-0.dll
                                    1 Datei(en) kopiert.
                                    Copying C:/GTK/bin/libpangowin32-1.0-0.dll to C:\node_modules\canvas\build\Release\libpangowin32-1.0-0.dll
                                    1 Datei(en) kopiert.
                                    Copying C:/GTK/bin/libglib-2.0-0.dll to C:\node_modules\canvas\build\Release\libglib-2.0-0.dll
                                    1 Datei(en) kopiert.
                                    Copying C:/GTK/bin/libcairo-2.dll to C:\node_modules\canvas\build\Release\libcairo-2.dll
                                    1 Datei(en) kopiert.
                                    Copying C:/GTK/bin/libpango-1.0-0.dll to C:\node_modules\canvas\build\Release\libpango-1.0-0.dll
                                    1 Datei(en) kopiert.
                                    Copying C:/GTK/bin/libfontconfig-1.dll to C:\node_modules\canvas\build\Release\libfontconfig-1.dll
                                    1 Datei(en) kopiert.
                                    Copying C:/GTK/bin/libintl-8.dll to C:\node_modules\canvas\build\Release\libintl-8.dll
                                    Das System kann die angegebene Datei nicht finden.
                                    Copying C:/GTK/bin/libfreetype-6.dll to C:\node_modules\canvas\build\Release\libfreetype-6.dll
                                    Das System kann die angegebene Datei nicht finden.
                                    Copying C:/GTK/bin/libgmodule-2.0-0.dll to C:\node_modules\canvas\build\Release\libgmodule-2.0-0.dll
                                    1 Datei(en) kopiert.
                                    Copying C:/GTK/bin/libpangocairo-1.0-0.dll to C:\node_modules\canvas\build\Release\libpangocairo-1.0-0.dll
                                    1 Datei(en) kopiert.
                                    Copying C:/GTK/bin/libgobject-2.0-0.dll to C:\node_modules\canvas\build\Release\libgobject-2.0-0.dll
                                    1 Datei(en) kopiert.
                                    Copying C:/GTK/bin/libpng14-14.dll to C:\node_modules\canvas\build\Release\libpng14-14.dll
                                    1 Datei(en) kopiert.
                                    Copying C:/GTK/bin/zlib1.dll to C:\node_modules\canvas\build\Release\zlib1.dll
                                    1 Datei(en) kopiert.
                                    Copying C:/GTK/bin/libexpat-1.dll to C:\node_modules\canvas\build\Release\libexpat-1.dll
                                    1 Datei(en) kopiert.
                                    win_delay_load_hook.cc
                                    Code wird generiert.
                                    All 1 functions were compiled because no usable IPDB/IOBJ from previous compilation was found.
                                    Codegenerierung ist abgeschlossen.
                                    canvas-postbuild.vcxproj -> C:\node_modules\canvas\build\Release\canvas-postbuild.node
                                    npm WARN saveError ENOENT: no such file or directory, open 'C:\package.json'
                                    npm WARN enoent ENOENT: no such file or directory, open 'C:\package.json'
                                    npm WARN !invalid#1 No description
                                    npm WARN !invalid#1 No repository field.
                                    npm WARN !invalid#1 No README data
                                    npm WARN !invalid#1 No license field.

                                    • canvas@2.6.0
                                      added 72 packages from 36 contributors and audited 103 packages in 42.706s
                                      found 0 vulnerabilities

                                    C:>

                                    ZefauZ Offline
                                    ZefauZ Offline
                                    Zefau
                                    schrieb am zuletzt editiert von
                                    #285

                                    @JB_Sullivan Sieht erfolgreich aus. Adapter neustarten und gucken, ob er eine Karte erstellt, wenn der Roomba fährt :-)

                                    Meine Adapter: https://zefau.github.io/iobroker/

                                    1 Antwort Letzte Antwort
                                    0
                                    • JB_SullivanJ JB_Sullivan

                                      @Zefau sagte in IRobot Roomba Adapter:

                                      npm set python "C:\Users<User>.windows-build-tools\python27\python.exe"

                                      Nein, ich habe einen anderen Installationspfad - ob der richtig ist - don`t know.

                                      Ich habe es jetzt damit mal versucht und anschließend CANVAS nochmal installiert. Offensichtlich war es zum Teil wohl nicht ganz verkehrt, denn jetzt habe ich einen ganzen Sack voll neuer Meldungen bekommen. Leider waren auch da wieder ein paar Errors dabei.

                                      ..... achso - immer noch keine Karte. Ich denke für Heute lassen wir es gut sein ;) Ich muss morgen wieder raus - Danke erstmal


                                      C:>node-gyp --python "C:\Program Files\Python\python.exe"

                                      Usage: node-gyp <command> [options]

                                      where <command> is one of:
                                      - build - undefined
                                      - clean - Removes any generated build files and the "out" dir
                                      - configure - Generates MSVC project files for the current module
                                      - rebuild - Runs "clean", "configure" and "build" all at once
                                      - install - Install node development files for the specified node version.
                                      - list - undefined
                                      - remove - Removes the node development files for the specified version

                                      node-gyp@5.0.3 C:\Users\SmartHome\AppData\Roaming\npm\node_modules\node-gyp
                                      node@10.16.0

                                      C:>npm set python "C:\Program Files\Python\python.exe"

                                      C:>npm install canvas@2.6.0 --unsafe-perm=true

                                      canvas@2.6.0 install C:\node_modules\canvas
                                      node-pre-gyp install --fallback-to-build

                                      node-pre-gyp WARN Using needle for node-pre-gyp https download
                                      node-pre-gyp WARN Tried to download(404): https://github.com/node-gfx/node-canvas-prebuilt/releases/download/v2.6.0/canvas-v2.6.0-node-v64-win32-unknown-ia32.tar.gz
                                      node-pre-gyp WARN Pre-built binaries not found for canvas@2.6.0 and node@10.16.0 (node-v64 ABI, unknown) (falling back to source compile with node-gyp)
                                      Warning: Missing input files:
                                      C:\GTK\bin\libfreetype-6.dll
                                      C:\GTK\bin\libintl-8.dll
                                      Die Projekte in dieser Projektmappe werden nacheinander erstellt. Um eine parallele Erstellung zu ermöglichen, müssen Sie den Schalter "/m" hinzufügen.
                                      Copying C:/libjpeg-turbo/bin/jpeg62.dll to C:\node_modules\canvas\build\Release\jpeg62.dll
                                      1 Datei(en) kopiert.
                                      Backend.cc
                                      ImageBackend.cc
                                      PdfBackend.cc
                                      SvgBackend.cc
                                      BMPParser.cc
                                      Backends.cc
                                      c:\node_modules\canvas\src\bmp\bmpparser.cc(189): warning C4018: ">": Konflikt zwischen "signed" und "unsigned" [C:\nod
                                      e_modules\canvas\build\canvas.vcxproj]
                                      c:\node_modules\canvas\src\bmp\bmpparser.cc(204): warning C4018: ">": Konflikt zwischen "signed" und "unsigned" [C:\nod
                                      e_modules\canvas\build\canvas.vcxproj]
                                      Canvas.cc
                                      CanvasGradient.cc
                                      CanvasPattern.cc
                                      CanvasRenderingContext2d.cc
                                      closure.cc
                                      color.cc
                                      Image.cc
                                      ImageData.cc
                                      init.cc
                                      register_font.cc
                                      win_delay_load_hook.cc
                                      Bibliothek "C:\node_modules\canvas\build\Release\canvas.lib" und Objekt "C:\node_modules\canvas\build\Release\canv
                                      as.exp" werden erstellt.
                                      Code wird generiert.
                                      All 2104 functions were compiled because no usable IPDB/IOBJ from previous compilation was found.
                                      Codegenerierung ist abgeschlossen.
                                      canvas.vcxproj -> C:\node_modules\canvas\build\Release\canvas.node
                                      Copying C:/GTK/bin/libpangoft2-1.0-0.dll to C:\node_modules\canvas\build\Release\libpangoft2-1.0-0.dll
                                      1 Datei(en) kopiert.
                                      Copying C:/GTK/bin/libgthread-2.0-0.dll to C:\node_modules\canvas\build\Release\libgthread-2.0-0.dll
                                      1 Datei(en) kopiert.
                                      Copying C:/GTK/bin/libpangowin32-1.0-0.dll to C:\node_modules\canvas\build\Release\libpangowin32-1.0-0.dll
                                      1 Datei(en) kopiert.
                                      Copying C:/GTK/bin/libglib-2.0-0.dll to C:\node_modules\canvas\build\Release\libglib-2.0-0.dll
                                      1 Datei(en) kopiert.
                                      Copying C:/GTK/bin/libcairo-2.dll to C:\node_modules\canvas\build\Release\libcairo-2.dll
                                      1 Datei(en) kopiert.
                                      Copying C:/GTK/bin/libpango-1.0-0.dll to C:\node_modules\canvas\build\Release\libpango-1.0-0.dll
                                      1 Datei(en) kopiert.
                                      Copying C:/GTK/bin/libfontconfig-1.dll to C:\node_modules\canvas\build\Release\libfontconfig-1.dll
                                      1 Datei(en) kopiert.
                                      Copying C:/GTK/bin/libintl-8.dll to C:\node_modules\canvas\build\Release\libintl-8.dll
                                      Das System kann die angegebene Datei nicht finden.
                                      Copying C:/GTK/bin/libfreetype-6.dll to C:\node_modules\canvas\build\Release\libfreetype-6.dll
                                      Das System kann die angegebene Datei nicht finden.
                                      Copying C:/GTK/bin/libgmodule-2.0-0.dll to C:\node_modules\canvas\build\Release\libgmodule-2.0-0.dll
                                      1 Datei(en) kopiert.
                                      Copying C:/GTK/bin/libpangocairo-1.0-0.dll to C:\node_modules\canvas\build\Release\libpangocairo-1.0-0.dll
                                      1 Datei(en) kopiert.
                                      Copying C:/GTK/bin/libgobject-2.0-0.dll to C:\node_modules\canvas\build\Release\libgobject-2.0-0.dll
                                      1 Datei(en) kopiert.
                                      Copying C:/GTK/bin/libpng14-14.dll to C:\node_modules\canvas\build\Release\libpng14-14.dll
                                      1 Datei(en) kopiert.
                                      Copying C:/GTK/bin/zlib1.dll to C:\node_modules\canvas\build\Release\zlib1.dll
                                      1 Datei(en) kopiert.
                                      Copying C:/GTK/bin/libexpat-1.dll to C:\node_modules\canvas\build\Release\libexpat-1.dll
                                      1 Datei(en) kopiert.
                                      win_delay_load_hook.cc
                                      Code wird generiert.
                                      All 1 functions were compiled because no usable IPDB/IOBJ from previous compilation was found.
                                      Codegenerierung ist abgeschlossen.
                                      canvas-postbuild.vcxproj -> C:\node_modules\canvas\build\Release\canvas-postbuild.node
                                      npm WARN saveError ENOENT: no such file or directory, open 'C:\package.json'
                                      npm WARN enoent ENOENT: no such file or directory, open 'C:\package.json'
                                      npm WARN !invalid#1 No description
                                      npm WARN !invalid#1 No repository field.
                                      npm WARN !invalid#1 No README data
                                      npm WARN !invalid#1 No license field.

                                      • canvas@2.6.0
                                        added 72 packages from 36 contributors and audited 103 packages in 42.706s
                                        found 0 vulnerabilities

                                      C:>

                                      ZefauZ Offline
                                      ZefauZ Offline
                                      Zefau
                                      schrieb am zuletzt editiert von
                                      #286

                                      @JB_Sullivan Sehe gerade, dass du canvas nicht im iobroker.roomba Ordner installiert hast, oder? Wechsel nochmal in den iobroker.roomba Ordner und installiere canvas dort, dann sollte es klappen.

                                      Meine Adapter: https://zefau.github.io/iobroker/

                                      1 Antwort Letzte Antwort
                                      0
                                      • JB_SullivanJ Offline
                                        JB_SullivanJ Offline
                                        JB_Sullivan
                                        schrieb am zuletzt editiert von
                                        #287

                                        Also nochmal von Anfang an? .... und dann hier hin C:\ioBroker\iobroker-data\files\roomba ?

                                        Also quasi so - C:\ioBroker\iobroker-data\files\roomba>npm install canvas@2.6.0 --unsafe-perm=true

                                        ioBroker auf Intel Core i3-5005U NUC und Windwos10 Pro

                                        ZefauZ 1 Antwort Letzte Antwort
                                        0
                                        • JB_SullivanJ JB_Sullivan

                                          Also nochmal von Anfang an? .... und dann hier hin C:\ioBroker\iobroker-data\files\roomba ?

                                          Also quasi so - C:\ioBroker\iobroker-data\files\roomba>npm install canvas@2.6.0 --unsafe-perm=true

                                          ZefauZ Offline
                                          ZefauZ Offline
                                          Zefau
                                          schrieb am zuletzt editiert von
                                          #288

                                          @JB_Sullivan Ne C:\ioBroker\node_modules\iobroker.roomba

                                          Meine Adapter: https://zefau.github.io/iobroker/

                                          1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate
                                          FAQ Cloud / IOT
                                          HowTo: Node.js-Update
                                          HowTo: Backup/Restore
                                          Downloads
                                          BLOG

                                          364

                                          Online

                                          32.4k

                                          Benutzer

                                          81.5k

                                          Themen

                                          1.3m

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

                                          • Du hast noch kein Konto? Registrieren

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