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. Skripten / Logik
  4. JavaScript
  5. Roborock Adapter tester gesucht

NEWS

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

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

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

Roborock Adapter tester gesucht

Geplant Angeheftet Gesperrt Verschoben JavaScript
766 Beiträge 51 Kommentatoren 247.1k Aufrufe 52 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.
  • copystringC Offline
    copystringC Offline
    copystring
    schrieb am zuletzt editiert von wendy2702
    #230

    Vergiss was ich gesagt habe. canvas wurde anschließend erfolgreich kompiliert.
    Der eigentliche Fehler ist bei:

    npm WARN crc@4.1.1 requires a peer of buffer@>=6.0.3 but none is installed.
    

    Unterstütze meine Arbeit gerne mit einer Spende über PayPal:
    https://paypal.me/copystring

    1 Antwort Letzte Antwort
    0
    • wendy2702W Offline
      wendy2702W Offline
      wendy2702
      schrieb am zuletzt editiert von
      #231

      @copystring sagte in Roborock Adapter tester gesucht:

      buffer@>=6.0.3

      Da habe ich ja Glueck gehabt das es die bei mir gibt:

       npm ls buffer
      [sudo] password for mi:
      iobroker.inst@2.0.3 /opt/iobroker
      +-- iobroker.modbus@5.0.11
      | `-- crc@4.1.1
      |   `-- buffer@6.0.3
      +-- iobroker.mqtt@4.0.7
      | `-- mqtt-connection@4.1.0
      |   `-- mqtt-packet@6.10.0
      |     `-- bl@4.1.0
      |       `-- buffer@5.7.1
      +-- iobroker.sayit@1.12.6
      | `-- aws-sdk@2.1071.0
      |   `-- buffer@4.9.2
      `-- iobroker.shelly@6.3.1
        `-- shelly-iot@1.1.2
          `-- coap@0.26.0
            `-- bl@5.1.0
              `-- buffer@6.0.3 deduped
      
      

      Bitte keine Fragen per PN, die gehören ins Forum!

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

      1 Antwort Letzte Antwort
      0
      • copystringC copystring

        @dontoben said in Roborock Adapter tester gesucht:

        @hunter-0 said in Roborock Adapter tester gesucht:

        @dontoben
        Ist Node v16 nicht voraussetzen? Du hast: (node: v14.18.1)

        Gleiches Problem mit Node v16.19.0

        Hier mal der Log vom installieren des Adapters. Waren das schon immer so viele Meldungen?

        $ iobroker url copystring/ioBroker.roborock --host raspberrypi --debug
        
        install copystring/ioBroker.roborock
        
        NPM version: 6.14.5
        
        Installing copystring/ioBroker.roborock... (System call)
        
        > canvas@2.11.0 install /opt/iobroker/node_modules/canvas> node-pre-gyp install --fallback-to-build --update-binary
        
        node-pre-gyp ERR! install response status 404 Not Found on https://github.com/Automattic/node-canvas/releases/download/v2.11.0/canvas-v2.11.0-node-v93-linux-glibc-arm.tar.gz
        
        node-pre-gyp WARN Pre-built binaries not installable for canvas@2.11.0 and node@16.19.0 (node-v93 ABI, glibc) (falling back to source compile with node-gyp) node-pre-gyp WARN Hit error response status 404 Not Found on https://github.com/Automattic/node-canvas/releases/download/v2.11.0/canvas-v2.11.0-node-v93-linux-glibc-arm.tar.gz
        
        (node:4471) [DEP0150] DeprecationWarning: Setting process.config is deprecated. In the future the property will be read-only.
        
        (Use `node --trace-deprecation ...` to show where the warning was created)
        
        make: Verzeichnis „/opt/iobroker/node_modules/canvas/build“ wird betreten
        
        SOLINK_MODULE(target) Release/obj.target/canvas-postbuild.node
        
        CXX(target) Release/obj.target/canvas/src/backend/Backend.o
        
        CXX(target) Release/obj.target/canvas/src/backend/ImageBackend.o
        
        CXX(target) Release/obj.target/canvas/src/backend/PdfBackend.o
        
        CXX(target) Release/obj.target/canvas/src/backend/SvgBackend.o
        
        CXX(target) Release/obj.target/canvas/src/bmp/BMPParser.o
        
        ../src/bmp/BMPParser.cc: In member function ‘void BMPParser::Parser::parse(uint8_t*, int, uint8_t*)’:../src/bmp/BMPParser.cc:186:16: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] E(ptr - data > imgdOffset, "image data overlaps with another structure"); ~~~~~~~~~~~^~~~~~~~~~~~../src/bmp/BMPParser.cc:10:25: note: in definition of macro ‘E’ #define E(cond, msg) if(cond) return setErr(msg) ^~~~../src/bmp/BMPParser.cc:201:27: warning: comparison of integer expressions of different signedness: ‘uint32_t’ {aka ‘unsigned int’} and ‘int’ [-Wsign-compare] E(ptr - data + imgdSize > len, "not enough image data"); ~~~~~~~~~~~~~~~~~~~~~~^~~~~../src/bmp/BMPParser.cc:10:25: note: in definition of macro ‘E’ #define E(cond, msg) if(cond) return setErr(msg) ^~~~
        
        CXX(target) Release/obj.target/canvas/src/Backends.o
        
        CXX(target) Release/obj.target/canvas/src/Canvas.o
        
        CXX(target) Release/obj.target/canvas/src/CanvasGradient.o
        
        CXX(target) Release/obj.target/canvas/src/CanvasPattern.o
        
        CXX(target) Release/obj.target/canvas/src/CanvasRenderingContext2d.o
        
        ../src/CanvasRenderingContext2d.cc: In member function ‘void Context2d::setTextPath(double, double)’:../src/CanvasRenderingContext2d.cc:2494:10: warning: enumeration value ‘TEXT_ALIGNMENT_LEFT’ not handled in switch [-Wswitch] switch (state->textAlignment) { ^../src/CanvasRenderingContext2d.cc:2494:10: warning: enumeration value ‘TEXT_ALIGNMENT_START’ not handled in switch [-Wswitch]
        
        CXX(target) Release/obj.target/canvas/src/closure.o
        
        CXX(target) Release/obj.target/canvas/src/color.o
        
        CXX(target) Release/obj.target/canvas/src/Image.o
        
        CXX(target) Release/obj.target/canvas/src/ImageData.o
        
        CXX(target) Release/obj.target/canvas/src/init.o
        
        CXX(target) Release/obj.target/canvas/src/register_font.o
        
        SOLINK_MODULE(target) Release/obj.target/canvas.node
        
        COPY Release/canvas.node
        
        make: Verzeichnis „/opt/iobroker/node_modules/canvas/build“ wird verlassen
        
        npm WARN crc@4.1.1 requires a peer of buffer@>=6.0.3 but none is installed. You must install peer dependencies yourself.npm WARN http-cookie-agent@4.0.2 requires a peer of tough-cookie@^4.0.0 but none is installed. You must install peer dependencies yourself.npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules/fsevents):npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@1.0.8 (node_modules/osx-temperature-sensor):npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.8: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
        
        + iobroker.roborock@0.0.6-alpha.0added 45 packages from 35 contributors and updated 1 package in 346.618s
        
        48 packages are looking for funding run `npm fund` for details
        
        upload [11] roborock.admin /opt/iobroker/node_modules/iobroker.roborock/admin/i18n/de/translations.json i18n/de/translations.json application/json
        
        upload [10] roborock.admin /opt/iobroker/node_modules/iobroker.roborock/admin/i18n/en/translations.json i18n/en/translations.json application/json
        
        upload [9] roborock.admin /opt/iobroker/node_modules/iobroker.roborock/admin/i18n/es/translations.json i18n/es/translations.json application/json
        
        upload [6] roborock.admin /opt/iobroker/node_modules/iobroker.roborock/admin/i18n/nl/translations.json i18n/nl/translations.json application/json
        
        upload [5] roborock.admin /opt/iobroker/node_modules/iobroker.roborock/admin/i18n/pl/translations.json i18n/pl/translations.json application/json
        
        upload [4] roborock.admin /opt/iobroker/node_modules/iobroker.roborock/admin/i18n/pt/translations.json i18n/pt/translations.json application/json
        
        upload [3] roborock.admin /opt/iobroker/node_modules/iobroker.roborock/admin/i18n/ru/translations.json i18n/ru/translations.json application/json
        
        upload [0] roborock.admin /opt/iobroker/node_modules/iobroker.roborock/admin/roborock.png roborock.png image/png
        
        Process exited with code 0
        

        Ist dies das selbe Problem https://github.com/copystring/ioBroker.roborock/issues/40?
        Für die Karte wird canvas benötigt und canvas scheint es für RPi (bzw. für arm) nicht zu geben... Daher 404 beim Herunterladen von canvas. Es scheint auch keine ältere Version von canvas für den RPi (arm) zu geben.
        Vielleicht gibt es eine alternative, welche auch auf dem RPi läuft...

        D Offline
        D Offline
        DonToben
        schrieb am zuletzt editiert von DonToben
        #232

        @copystring said in Roborock Adapter tester gesucht:

        @dontoben said in Roborock Adapter tester gesucht:

        @hunter-0 said in Roborock Adapter tester gesucht:

        @dontoben
        Ist Node v16 nicht voraussetzen? Du hast: (node: v14.18.1)

        Gleiches Problem mit Node v16.19.0

        Hier mal der Log vom installieren des Adapters. Waren das schon immer so viele Meldungen?

        $ iobroker url copystring/ioBroker.roborock --host raspberrypi --debug
        
        install copystring/ioBroker.roborock
        
        NPM version: 6.14.5
        
        Installing copystring/ioBroker.roborock... (System call)
        
        > canvas@2.11.0 install /opt/iobroker/node_modules/canvas> node-pre-gyp install --fallback-to-build --update-binary
        
        node-pre-gyp ERR! install response status 404 Not Found on https://github.com/Automattic/node-canvas/releases/download/v2.11.0/canvas-v2.11.0-node-v93-linux-glibc-arm.tar.gz
        
        node-pre-gyp WARN Pre-built binaries not installable for canvas@2.11.0 and node@16.19.0 (node-v93 ABI, glibc) (falling back to source compile with node-gyp) node-pre-gyp WARN Hit error response status 404 Not Found on https://github.com/Automattic/node-canvas/releases/download/v2.11.0/canvas-v2.11.0-node-v93-linux-glibc-arm.tar.gz
        
        (node:4471) [DEP0150] DeprecationWarning: Setting process.config is deprecated. In the future the property will be read-only.
        
        (Use `node --trace-deprecation ...` to show where the warning was created)
        
        make: Verzeichnis „/opt/iobroker/node_modules/canvas/build“ wird betreten
        
        SOLINK_MODULE(target) Release/obj.target/canvas-postbuild.node
        
        CXX(target) Release/obj.target/canvas/src/backend/Backend.o
        
        CXX(target) Release/obj.target/canvas/src/backend/ImageBackend.o
        
        CXX(target) Release/obj.target/canvas/src/backend/PdfBackend.o
        
        CXX(target) Release/obj.target/canvas/src/backend/SvgBackend.o
        
        CXX(target) Release/obj.target/canvas/src/bmp/BMPParser.o
        
        ../src/bmp/BMPParser.cc: In member function ‘void BMPParser::Parser::parse(uint8_t*, int, uint8_t*)’:../src/bmp/BMPParser.cc:186:16: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] E(ptr - data > imgdOffset, "image data overlaps with another structure"); ~~~~~~~~~~~^~~~~~~~~~~~../src/bmp/BMPParser.cc:10:25: note: in definition of macro ‘E’ #define E(cond, msg) if(cond) return setErr(msg) ^~~~../src/bmp/BMPParser.cc:201:27: warning: comparison of integer expressions of different signedness: ‘uint32_t’ {aka ‘unsigned int’} and ‘int’ [-Wsign-compare] E(ptr - data + imgdSize > len, "not enough image data"); ~~~~~~~~~~~~~~~~~~~~~~^~~~~../src/bmp/BMPParser.cc:10:25: note: in definition of macro ‘E’ #define E(cond, msg) if(cond) return setErr(msg) ^~~~
        
        CXX(target) Release/obj.target/canvas/src/Backends.o
        
        CXX(target) Release/obj.target/canvas/src/Canvas.o
        
        CXX(target) Release/obj.target/canvas/src/CanvasGradient.o
        
        CXX(target) Release/obj.target/canvas/src/CanvasPattern.o
        
        CXX(target) Release/obj.target/canvas/src/CanvasRenderingContext2d.o
        
        ../src/CanvasRenderingContext2d.cc: In member function ‘void Context2d::setTextPath(double, double)’:../src/CanvasRenderingContext2d.cc:2494:10: warning: enumeration value ‘TEXT_ALIGNMENT_LEFT’ not handled in switch [-Wswitch] switch (state->textAlignment) { ^../src/CanvasRenderingContext2d.cc:2494:10: warning: enumeration value ‘TEXT_ALIGNMENT_START’ not handled in switch [-Wswitch]
        
        CXX(target) Release/obj.target/canvas/src/closure.o
        
        CXX(target) Release/obj.target/canvas/src/color.o
        
        CXX(target) Release/obj.target/canvas/src/Image.o
        
        CXX(target) Release/obj.target/canvas/src/ImageData.o
        
        CXX(target) Release/obj.target/canvas/src/init.o
        
        CXX(target) Release/obj.target/canvas/src/register_font.o
        
        SOLINK_MODULE(target) Release/obj.target/canvas.node
        
        COPY Release/canvas.node
        
        make: Verzeichnis „/opt/iobroker/node_modules/canvas/build“ wird verlassen
        
        npm WARN crc@4.1.1 requires a peer of buffer@>=6.0.3 but none is installed. You must install peer dependencies yourself.npm WARN http-cookie-agent@4.0.2 requires a peer of tough-cookie@^4.0.0 but none is installed. You must install peer dependencies yourself.npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules/fsevents):npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@1.0.8 (node_modules/osx-temperature-sensor):npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.8: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
        
        + iobroker.roborock@0.0.6-alpha.0added 45 packages from 35 contributors and updated 1 package in 346.618s
        
        48 packages are looking for funding run `npm fund` for details
        
        upload [11] roborock.admin /opt/iobroker/node_modules/iobroker.roborock/admin/i18n/de/translations.json i18n/de/translations.json application/json
        
        upload [10] roborock.admin /opt/iobroker/node_modules/iobroker.roborock/admin/i18n/en/translations.json i18n/en/translations.json application/json
        
        upload [9] roborock.admin /opt/iobroker/node_modules/iobroker.roborock/admin/i18n/es/translations.json i18n/es/translations.json application/json
        
        upload [6] roborock.admin /opt/iobroker/node_modules/iobroker.roborock/admin/i18n/nl/translations.json i18n/nl/translations.json application/json
        
        upload [5] roborock.admin /opt/iobroker/node_modules/iobroker.roborock/admin/i18n/pl/translations.json i18n/pl/translations.json application/json
        
        upload [4] roborock.admin /opt/iobroker/node_modules/iobroker.roborock/admin/i18n/pt/translations.json i18n/pt/translations.json application/json
        
        upload [3] roborock.admin /opt/iobroker/node_modules/iobroker.roborock/admin/i18n/ru/translations.json i18n/ru/translations.json application/json
        
        upload [0] roborock.admin /opt/iobroker/node_modules/iobroker.roborock/admin/roborock.png roborock.png image/png
        
        Process exited with code 0
        

        Ist dies das selbe Problem https://github.com/copystring/ioBroker.roborock/issues/40?
        Für die Karte wird canvas benötigt und canvas scheint es für RPi (bzw. für arm) nicht zu geben... Daher 404 beim Herunterladen von canvas. Es scheint auch keine ältere Version von canvas für den RPi (arm) zu geben.
        Vielleicht gibt es eine alternative, welche auch auf dem RPi läuft...

        @copystring
        Ja das ist issue 40.
        Ich mache dann heute mit deinen Anweisungen aus issue 40 weiter. Oder soll ich noch etwas anderes installieren?

        copystringC 1 Antwort Letzte Antwort
        0
        • D DonToben

          @copystring said in Roborock Adapter tester gesucht:

          @dontoben said in Roborock Adapter tester gesucht:

          @hunter-0 said in Roborock Adapter tester gesucht:

          @dontoben
          Ist Node v16 nicht voraussetzen? Du hast: (node: v14.18.1)

          Gleiches Problem mit Node v16.19.0

          Hier mal der Log vom installieren des Adapters. Waren das schon immer so viele Meldungen?

          $ iobroker url copystring/ioBroker.roborock --host raspberrypi --debug
          
          install copystring/ioBroker.roborock
          
          NPM version: 6.14.5
          
          Installing copystring/ioBroker.roborock... (System call)
          
          > canvas@2.11.0 install /opt/iobroker/node_modules/canvas> node-pre-gyp install --fallback-to-build --update-binary
          
          node-pre-gyp ERR! install response status 404 Not Found on https://github.com/Automattic/node-canvas/releases/download/v2.11.0/canvas-v2.11.0-node-v93-linux-glibc-arm.tar.gz
          
          node-pre-gyp WARN Pre-built binaries not installable for canvas@2.11.0 and node@16.19.0 (node-v93 ABI, glibc) (falling back to source compile with node-gyp) node-pre-gyp WARN Hit error response status 404 Not Found on https://github.com/Automattic/node-canvas/releases/download/v2.11.0/canvas-v2.11.0-node-v93-linux-glibc-arm.tar.gz
          
          (node:4471) [DEP0150] DeprecationWarning: Setting process.config is deprecated. In the future the property will be read-only.
          
          (Use `node --trace-deprecation ...` to show where the warning was created)
          
          make: Verzeichnis „/opt/iobroker/node_modules/canvas/build“ wird betreten
          
          SOLINK_MODULE(target) Release/obj.target/canvas-postbuild.node
          
          CXX(target) Release/obj.target/canvas/src/backend/Backend.o
          
          CXX(target) Release/obj.target/canvas/src/backend/ImageBackend.o
          
          CXX(target) Release/obj.target/canvas/src/backend/PdfBackend.o
          
          CXX(target) Release/obj.target/canvas/src/backend/SvgBackend.o
          
          CXX(target) Release/obj.target/canvas/src/bmp/BMPParser.o
          
          ../src/bmp/BMPParser.cc: In member function ‘void BMPParser::Parser::parse(uint8_t*, int, uint8_t*)’:../src/bmp/BMPParser.cc:186:16: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] E(ptr - data > imgdOffset, "image data overlaps with another structure"); ~~~~~~~~~~~^~~~~~~~~~~~../src/bmp/BMPParser.cc:10:25: note: in definition of macro ‘E’ #define E(cond, msg) if(cond) return setErr(msg) ^~~~../src/bmp/BMPParser.cc:201:27: warning: comparison of integer expressions of different signedness: ‘uint32_t’ {aka ‘unsigned int’} and ‘int’ [-Wsign-compare] E(ptr - data + imgdSize > len, "not enough image data"); ~~~~~~~~~~~~~~~~~~~~~~^~~~~../src/bmp/BMPParser.cc:10:25: note: in definition of macro ‘E’ #define E(cond, msg) if(cond) return setErr(msg) ^~~~
          
          CXX(target) Release/obj.target/canvas/src/Backends.o
          
          CXX(target) Release/obj.target/canvas/src/Canvas.o
          
          CXX(target) Release/obj.target/canvas/src/CanvasGradient.o
          
          CXX(target) Release/obj.target/canvas/src/CanvasPattern.o
          
          CXX(target) Release/obj.target/canvas/src/CanvasRenderingContext2d.o
          
          ../src/CanvasRenderingContext2d.cc: In member function ‘void Context2d::setTextPath(double, double)’:../src/CanvasRenderingContext2d.cc:2494:10: warning: enumeration value ‘TEXT_ALIGNMENT_LEFT’ not handled in switch [-Wswitch] switch (state->textAlignment) { ^../src/CanvasRenderingContext2d.cc:2494:10: warning: enumeration value ‘TEXT_ALIGNMENT_START’ not handled in switch [-Wswitch]
          
          CXX(target) Release/obj.target/canvas/src/closure.o
          
          CXX(target) Release/obj.target/canvas/src/color.o
          
          CXX(target) Release/obj.target/canvas/src/Image.o
          
          CXX(target) Release/obj.target/canvas/src/ImageData.o
          
          CXX(target) Release/obj.target/canvas/src/init.o
          
          CXX(target) Release/obj.target/canvas/src/register_font.o
          
          SOLINK_MODULE(target) Release/obj.target/canvas.node
          
          COPY Release/canvas.node
          
          make: Verzeichnis „/opt/iobroker/node_modules/canvas/build“ wird verlassen
          
          npm WARN crc@4.1.1 requires a peer of buffer@>=6.0.3 but none is installed. You must install peer dependencies yourself.npm WARN http-cookie-agent@4.0.2 requires a peer of tough-cookie@^4.0.0 but none is installed. You must install peer dependencies yourself.npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules/fsevents):npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@1.0.8 (node_modules/osx-temperature-sensor):npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.8: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
          
          + iobroker.roborock@0.0.6-alpha.0added 45 packages from 35 contributors and updated 1 package in 346.618s
          
          48 packages are looking for funding run `npm fund` for details
          
          upload [11] roborock.admin /opt/iobroker/node_modules/iobroker.roborock/admin/i18n/de/translations.json i18n/de/translations.json application/json
          
          upload [10] roborock.admin /opt/iobroker/node_modules/iobroker.roborock/admin/i18n/en/translations.json i18n/en/translations.json application/json
          
          upload [9] roborock.admin /opt/iobroker/node_modules/iobroker.roborock/admin/i18n/es/translations.json i18n/es/translations.json application/json
          
          upload [6] roborock.admin /opt/iobroker/node_modules/iobroker.roborock/admin/i18n/nl/translations.json i18n/nl/translations.json application/json
          
          upload [5] roborock.admin /opt/iobroker/node_modules/iobroker.roborock/admin/i18n/pl/translations.json i18n/pl/translations.json application/json
          
          upload [4] roborock.admin /opt/iobroker/node_modules/iobroker.roborock/admin/i18n/pt/translations.json i18n/pt/translations.json application/json
          
          upload [3] roborock.admin /opt/iobroker/node_modules/iobroker.roborock/admin/i18n/ru/translations.json i18n/ru/translations.json application/json
          
          upload [0] roborock.admin /opt/iobroker/node_modules/iobroker.roborock/admin/roborock.png roborock.png image/png
          
          Process exited with code 0
          

          Ist dies das selbe Problem https://github.com/copystring/ioBroker.roborock/issues/40?
          Für die Karte wird canvas benötigt und canvas scheint es für RPi (bzw. für arm) nicht zu geben... Daher 404 beim Herunterladen von canvas. Es scheint auch keine ältere Version von canvas für den RPi (arm) zu geben.
          Vielleicht gibt es eine alternative, welche auch auf dem RPi läuft...

          @copystring
          Ja das ist issue 40.
          Ich mache dann heute mit deinen Anweisungen aus issue 40 weiter. Oder soll ich noch etwas anderes installieren?

          copystringC Offline
          copystringC Offline
          copystring
          schrieb am zuletzt editiert von
          #233

          @dontoben Siehe github.

          Unterstütze meine Arbeit gerne mit einer Spende über PayPal:
          https://paypal.me/copystring

          1 Antwort Letzte Antwort
          0
          • H Offline
            H Offline
            Hunter 0
            schrieb am zuletzt editiert von
            #234

            Da es noch keine neue Version ist, weiß ich nicht ob es ein Issue für Github ist. Main Branch stand jetzt:

            7cd7913e-bf82-4187-a7b8-7215639b4d14-grafik.png

            wendy2702W 1 Antwort Letzte Antwort
            0
            • H Hunter 0

              Da es noch keine neue Version ist, weiß ich nicht ob es ein Issue für Github ist. Main Branch stand jetzt:

              7cd7913e-bf82-4187-a7b8-7215639b4d14-grafik.png

              wendy2702W Offline
              wendy2702W Offline
              wendy2702
              schrieb am zuletzt editiert von wendy2702
              #235

              @hunter-0 Bitte vollständiges Log als text in Code Tags </> posten.

              Und vielleicht noch mitteilen was für ein System das ist.

              Bitte keine Fragen per PN, die gehören ins Forum!

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

              1 Antwort Letzte Antwort
              0
              • wendy2702W Offline
                wendy2702W Offline
                wendy2702
                schrieb am zuletzt editiert von wendy2702
                #236

                Hi,

                aktualisieren sich bei euch die Objekte noch?

                Unser Sauger ist eben gefahren und ich kann keine Änderung in den Objekten feststellen.

                Batterie z.B.

                5a9042d0-3407-47c1-9d2b-009e5da13712-grafik.png

                Nach knapp 45 minuten Arbeit unverändert.

                Bisschen was RAM belegt er auch:

                03ad756a-f681-465d-be1e-9c224b365418-grafik.png

                Und im Log passiert zum Adapter nichts mehr.

                Erst nach restart kommen die neuen Werte aber beim RAM hochzählen kann ich zugucken:

                RAM.gif

                Restart log ohne Debug:

                mirko@iobroker:~$ tail -f /opt/iobroker/log/iobroker.current.log |grep roborock
                2023-02-02 15:50:38.847  - info: host.iobroker stopInstance system.adapter.roborock.0 (force=false, process=true)
                2023-02-02 15:50:38.851  - info: roborock.0 (77838) Got terminate signal TERMINATE_YOURSELF
                2023-02-02 15:50:38.853  - info: roborock.0 (77838) terminating
                2023-02-02 15:50:38.854  - info: roborock.0 (77838) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                2023-02-02 15:50:39.007  - info: host.iobroker stopInstance system.adapter.roborock.0 send kill signal
                2023-02-02 15:50:40.012  - info: host.iobroker stopInstance system.adapter.roborock.0 killing pid 77838
                2023-02-02 15:50:40.323  - info: host.iobroker instance system.adapter.roborock.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                2023-02-02 15:50:42.148  - info: host.iobroker instance system.adapter.roborock.0 started with pid 89295
                2023-02-02 15:50:43.974  - info: roborock.0 (89295) starting. Version 0.0.6-alpha.0 (non-npm: copystring/ioBroker.roborock) in /opt/iobroker/node_modules/iobroker.roborock, node: v16.19.0, js-controller: 4.0.24
                2023-02-02 15:50:44.177  - info: roborock.0 (89295) MQTT initialized
                2023-02-02 15:51:23.345  - info: host.iobroker "system.adapter.roborock.0" disabled
                2023-02-02 15:51:23.346  - info: host.iobroker stopInstance system.adapter.roborock.0 (force=false, process=true)
                2023-02-02 15:51:23.360  - info: roborock.0 (89295) Got terminate signal TERMINATE_YOURSELF
                2023-02-02 15:51:23.364  - info: roborock.0 (89295) terminating
                2023-02-02 15:51:23.365  - info: roborock.0 (89295) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                2023-02-02 15:51:23.392  - info: host.iobroker stopInstance system.adapter.roborock.0 send kill signal
                2023-02-02 15:51:23.954  - warn: roborock.0 (89295) get state error: Connection is closed.
                2023-02-02 15:51:23.956  - error: roborock.0 (89295) Unhandled 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().
                2023-02-02 15:51:23.956  - error: roborock.0 (89295) unhandled promise rejection: DB closed
                2023-02-02 15:51:23.956  - error: roborock.0 (89295) Error: DB closed
                2023-02-02 15:51:23.956  - error: roborock.0 (89295) DB closed
                2023-02-02 15:51:24.059  - info: host.iobroker instance system.adapter.roborock.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                2023-02-02 15:52:43.193  - info: host.iobroker "system.adapter.roborock.0" enabled
                2023-02-02 15:52:43.422  - info: host.iobroker instance system.adapter.roborock.0 started with pid 89332
                2023-02-02 15:52:44.603  - info: roborock.0 (89332) starting. Version 0.0.6-alpha.0 (non-npm: copystring/ioBroker.roborock) in /opt/iobroker/node_modules/iobroker.roborock, node: v16.19.0, js-controller: 4.0.24
                2023-02-02 15:52:44.827  - info: roborock.0 (89332) MQTT initialized
                2023-02-02 15:54:25.755  - info: host.iobroker "system.adapter.roborock.0" disabled
                2023-02-02 15:54:25.756  - info: host.iobroker stopInstance system.adapter.roborock.0 (force=false, process=true)
                2023-02-02 15:54:25.769  - info: roborock.0 (89332) Got terminate signal TERMINATE_YOURSELF
                2023-02-02 15:54:25.772  - info: roborock.0 (89332) terminating
                2023-02-02 15:54:25.772  - info: roborock.0 (89332) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                2023-02-02 15:54:25.800  - info: host.iobroker stopInstance system.adapter.roborock.0 send kill signal
                2023-02-02 15:54:26.440  - warn: roborock.0 (89332) get state error: Connection is closed.
                2023-02-02 15:54:26.441  - error: roborock.0 (89332) Unhandled 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().
                2023-02-02 15:54:26.441  - error: roborock.0 (89332) unhandled promise rejection: DB closed
                2023-02-02 15:54:26.442  - error: roborock.0 (89332) Error: DB closed
                2023-02-02 15:54:26.442  - error: roborock.0 (89332) DB closed
                2023-02-02 15:54:26.533  - info: host.iobroker instance system.adapter.roborock.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                
                

                @copystring : soll ich ein Issue aufmachen?

                Desweiteren, kann man es vielleicht so machen das die Karte nur aktualisiert wird wenn das Kerlchen fährt?

                Bitte keine Fragen per PN, die gehören ins Forum!

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

                copystringC 1 Antwort Letzte Antwort
                0
                • wendy2702W wendy2702

                  Hi,

                  aktualisieren sich bei euch die Objekte noch?

                  Unser Sauger ist eben gefahren und ich kann keine Änderung in den Objekten feststellen.

                  Batterie z.B.

                  5a9042d0-3407-47c1-9d2b-009e5da13712-grafik.png

                  Nach knapp 45 minuten Arbeit unverändert.

                  Bisschen was RAM belegt er auch:

                  03ad756a-f681-465d-be1e-9c224b365418-grafik.png

                  Und im Log passiert zum Adapter nichts mehr.

                  Erst nach restart kommen die neuen Werte aber beim RAM hochzählen kann ich zugucken:

                  RAM.gif

                  Restart log ohne Debug:

                  mirko@iobroker:~$ tail -f /opt/iobroker/log/iobroker.current.log |grep roborock
                  2023-02-02 15:50:38.847  - info: host.iobroker stopInstance system.adapter.roborock.0 (force=false, process=true)
                  2023-02-02 15:50:38.851  - info: roborock.0 (77838) Got terminate signal TERMINATE_YOURSELF
                  2023-02-02 15:50:38.853  - info: roborock.0 (77838) terminating
                  2023-02-02 15:50:38.854  - info: roborock.0 (77838) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                  2023-02-02 15:50:39.007  - info: host.iobroker stopInstance system.adapter.roborock.0 send kill signal
                  2023-02-02 15:50:40.012  - info: host.iobroker stopInstance system.adapter.roborock.0 killing pid 77838
                  2023-02-02 15:50:40.323  - info: host.iobroker instance system.adapter.roborock.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                  2023-02-02 15:50:42.148  - info: host.iobroker instance system.adapter.roborock.0 started with pid 89295
                  2023-02-02 15:50:43.974  - info: roborock.0 (89295) starting. Version 0.0.6-alpha.0 (non-npm: copystring/ioBroker.roborock) in /opt/iobroker/node_modules/iobroker.roborock, node: v16.19.0, js-controller: 4.0.24
                  2023-02-02 15:50:44.177  - info: roborock.0 (89295) MQTT initialized
                  2023-02-02 15:51:23.345  - info: host.iobroker "system.adapter.roborock.0" disabled
                  2023-02-02 15:51:23.346  - info: host.iobroker stopInstance system.adapter.roborock.0 (force=false, process=true)
                  2023-02-02 15:51:23.360  - info: roborock.0 (89295) Got terminate signal TERMINATE_YOURSELF
                  2023-02-02 15:51:23.364  - info: roborock.0 (89295) terminating
                  2023-02-02 15:51:23.365  - info: roborock.0 (89295) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                  2023-02-02 15:51:23.392  - info: host.iobroker stopInstance system.adapter.roborock.0 send kill signal
                  2023-02-02 15:51:23.954  - warn: roborock.0 (89295) get state error: Connection is closed.
                  2023-02-02 15:51:23.956  - error: roborock.0 (89295) Unhandled 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().
                  2023-02-02 15:51:23.956  - error: roborock.0 (89295) unhandled promise rejection: DB closed
                  2023-02-02 15:51:23.956  - error: roborock.0 (89295) Error: DB closed
                  2023-02-02 15:51:23.956  - error: roborock.0 (89295) DB closed
                  2023-02-02 15:51:24.059  - info: host.iobroker instance system.adapter.roborock.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                  2023-02-02 15:52:43.193  - info: host.iobroker "system.adapter.roborock.0" enabled
                  2023-02-02 15:52:43.422  - info: host.iobroker instance system.adapter.roborock.0 started with pid 89332
                  2023-02-02 15:52:44.603  - info: roborock.0 (89332) starting. Version 0.0.6-alpha.0 (non-npm: copystring/ioBroker.roborock) in /opt/iobroker/node_modules/iobroker.roborock, node: v16.19.0, js-controller: 4.0.24
                  2023-02-02 15:52:44.827  - info: roborock.0 (89332) MQTT initialized
                  2023-02-02 15:54:25.755  - info: host.iobroker "system.adapter.roborock.0" disabled
                  2023-02-02 15:54:25.756  - info: host.iobroker stopInstance system.adapter.roborock.0 (force=false, process=true)
                  2023-02-02 15:54:25.769  - info: roborock.0 (89332) Got terminate signal TERMINATE_YOURSELF
                  2023-02-02 15:54:25.772  - info: roborock.0 (89332) terminating
                  2023-02-02 15:54:25.772  - info: roborock.0 (89332) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                  2023-02-02 15:54:25.800  - info: host.iobroker stopInstance system.adapter.roborock.0 send kill signal
                  2023-02-02 15:54:26.440  - warn: roborock.0 (89332) get state error: Connection is closed.
                  2023-02-02 15:54:26.441  - error: roborock.0 (89332) Unhandled 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().
                  2023-02-02 15:54:26.441  - error: roborock.0 (89332) unhandled promise rejection: DB closed
                  2023-02-02 15:54:26.442  - error: roborock.0 (89332) Error: DB closed
                  2023-02-02 15:54:26.442  - error: roborock.0 (89332) DB closed
                  2023-02-02 15:54:26.533  - info: host.iobroker instance system.adapter.roborock.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                  
                  

                  @copystring : soll ich ein Issue aufmachen?

                  Desweiteren, kann man es vielleicht so machen das die Karte nur aktualisiert wird wenn das Kerlchen fährt?

                  copystringC Offline
                  copystringC Offline
                  copystring
                  schrieb am zuletzt editiert von copystring
                  #237

                  @wendy2702 Ja bitte ein Issue öffnen. Es scheint so zu sein, dass viel RAM belegt wird wenn unbekannte Befehle oder Statusnachrichten vorliegen. Siehe https://github.com/copystring/ioBroker.roborock/issues/34 und https://github.com/copystring/ioBroker.roborock/issues/49
                  Für solche Probleme brauche ich Tester da ich den passenden Saugroboter nicht habe. Hier z.B. den Roborock S7 MaxV (Ultra). Für den Roboter kann https://github.com/copystring/ioBroker.roborock/compare/update_robot_attributes getestet werden.

                  Unterstütze meine Arbeit gerne mit einer Spende über PayPal:
                  https://paypal.me/copystring

                  wendy2702W 1 Antwort Letzte Antwort
                  0
                  • copystringC copystring

                    @wendy2702 Ja bitte ein Issue öffnen. Es scheint so zu sein, dass viel RAM belegt wird wenn unbekannte Befehle oder Statusnachrichten vorliegen. Siehe https://github.com/copystring/ioBroker.roborock/issues/34 und https://github.com/copystring/ioBroker.roborock/issues/49
                    Für solche Probleme brauche ich Tester da ich den passenden Saugroboter nicht habe. Hier z.B. den Roborock S7 MaxV (Ultra). Für den Roboter kann https://github.com/copystring/ioBroker.roborock/compare/update_robot_attributes getestet werden.

                    wendy2702W Offline
                    wendy2702W Offline
                    wendy2702
                    schrieb am zuletzt editiert von
                    #238

                    @copystring sagte in Roborock Adapter tester gesucht:

                    a bitte ein Issue öffnen

                    Ich habe mich an das Issue dran gehangen, oder wolltest du zwingend ein neues?

                    https://github.com/copystring/ioBroker.roborock/issues/49

                    Für das Map Update neues Issue:

                    https://github.com/copystring/ioBroker.roborock/issues/50

                    Bitte keine Fragen per PN, die gehören ins Forum!

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

                    copystringC 1 Antwort Letzte Antwort
                    0
                    • wendy2702W wendy2702

                      @copystring sagte in Roborock Adapter tester gesucht:

                      a bitte ein Issue öffnen

                      Ich habe mich an das Issue dran gehangen, oder wolltest du zwingend ein neues?

                      https://github.com/copystring/ioBroker.roborock/issues/49

                      Für das Map Update neues Issue:

                      https://github.com/copystring/ioBroker.roborock/issues/50

                      copystringC Offline
                      copystringC Offline
                      copystring
                      schrieb am zuletzt editiert von
                      #239

                      @wendy2702 Ist schon ok so.

                      Unterstütze meine Arbeit gerne mit einer Spende über PayPal:
                      https://paypal.me/copystring

                      M-A HuebM 1 Antwort Letzte Antwort
                      0
                      • copystringC copystring

                        @wendy2702 Ist schon ok so.

                        M-A HuebM Offline
                        M-A HuebM Offline
                        M-A Hueb
                        schrieb am zuletzt editiert von M-A Hueb
                        #240

                        Hab mir jetzt mal Seq installiert, dann kann man besser das Log ziehen.
                        Seq
                        Gibts auch nen Adapter dazu

                        iobroker unter Win10. NPM 10.9.3 Node.js v22.18.0 js-controller 7.0.7

                        S 1 Antwort Letzte Antwort
                        0
                        • M-A HuebM M-A Hueb

                          Hab mir jetzt mal Seq installiert, dann kann man besser das Log ziehen.
                          Seq
                          Gibts auch nen Adapter dazu

                          S Offline
                          S Offline
                          simplyclever
                          schrieb am zuletzt editiert von
                          #241

                          @m-a-hueb Die Funktion suche ich auch. Aktuell lade ich den Log runter und (Linux/Mac) führe dann dieses Kommando in einer Shell aus:
                          grep ": roborock" log.txt | sed 's/Name1/Kind1/' | sed 's/Name2/Kind2/' > robolog.txt

                          Das grep filtert die roborock Eintröge aus dem Log, die beiden sed ersetzen die realen Namen meiner Kinder (die Räume sind so benannt) durch KindX..

                          M-A HuebM 1 Antwort Letzte Antwort
                          0
                          • S simplyclever

                            @m-a-hueb Die Funktion suche ich auch. Aktuell lade ich den Log runter und (Linux/Mac) führe dann dieses Kommando in einer Shell aus:
                            grep ": roborock" log.txt | sed 's/Name1/Kind1/' | sed 's/Name2/Kind2/' > robolog.txt

                            Das grep filtert die roborock Eintröge aus dem Log, die beiden sed ersetzen die realen Namen meiner Kinder (die Räume sind so benannt) durch KindX..

                            M-A HuebM Offline
                            M-A HuebM Offline
                            M-A Hueb
                            schrieb am zuletzt editiert von
                            #242

                            @simplyclever Danke aber bin unter Windows unterwegs. Mit dem Seq Tool ist das recht easy jetzt

                            iobroker unter Win10. NPM 10.9.3 Node.js v22.18.0 js-controller 7.0.7

                            1 Antwort Letzte Antwort
                            0
                            • wendy2702W Offline
                              wendy2702W Offline
                              wendy2702
                              schrieb am zuletzt editiert von
                              #243

                              Log in Notepad++ geht auch

                              Bitte keine Fragen per PN, die gehören ins Forum!

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

                              M-A HuebM 1 Antwort Letzte Antwort
                              0
                              • wendy2702W wendy2702

                                Log in Notepad++ geht auch

                                M-A HuebM Offline
                                M-A HuebM Offline
                                M-A Hueb
                                schrieb am zuletzt editiert von
                                #244

                                @wendy2702 Wie meinst du?

                                iobroker unter Win10. NPM 10.9.3 Node.js v22.18.0 js-controller 7.0.7

                                wendy2702W 1 Antwort Letzte Antwort
                                0
                                • M-A HuebM M-A Hueb

                                  @wendy2702 Wie meinst du?

                                  wendy2702W Offline
                                  wendy2702W Offline
                                  wendy2702
                                  schrieb am zuletzt editiert von
                                  #245

                                  @m-a-hueb Das Log kann man auch in Notepad++ öffnen und einfach nach Roborock filtern. bzw. suchen.

                                  Dann erhält man auch eine Ausgabe in der nur die Daten vom Roborock Adapter stehen.

                                  Könnte dann z.B. so aus sehen mit FTP Plugin rechts auf iobroker und dort direkt das log anklicken. Dann mit STRG+F im Beispiel nach allen "ical.2" einträgen in der offenen Datei gesucht. Ergebnis dann unten.

                                  f5101111-cc3b-4d48-a23d-0447e705e3f1-grafik.png

                                  Bitte keine Fragen per PN, die gehören ins Forum!

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

                                  1 Antwort Letzte Antwort
                                  0
                                  • H Offline
                                    H Offline
                                    Hunter 0
                                    schrieb am zuletzt editiert von
                                    #246

                                    Das ist der aktuelle Main Branch, soll ich ein Issue auf machen?

                                    2023-02-04 15:43:18.241 - info: host.pIOBroker "system.adapter.roborock.0" enabled
                                    2023-02-04 15:43:18.283 - info: host.pIOBroker instance system.adapter.roborock.0 started with pid 285887
                                    2023-02-04 15:43:18.728 - debug: roborock.0 (285887) Redis Objects: Use Redis connection: 0.0.0.0:9001
                                    2023-02-04 15:43:18.745 - debug: roborock.0 (285887) Objects client ready ... initialize now
                                    2023-02-04 15:43:18.746 - debug: roborock.0 (285887) Objects create System PubSub Client
                                    2023-02-04 15:43:18.746 - debug: roborock.0 (285887) Objects create User PubSub Client
                                    2023-02-04 15:43:18.771 - debug: roborock.0 (285887) Objects client initialize lua scripts
                                    2023-02-04 15:43:18.774 - debug: roborock.0 (285887) Objects connected to redis: 0.0.0.0:9001
                                    2023-02-04 15:43:18.788 - debug: roborock.0 (285887) Redis States: Use Redis connection: 0.0.0.0:9000
                                    2023-02-04 15:43:18.797 - debug: roborock.0 (285887) States create System PubSub Client
                                    2023-02-04 15:43:18.797 - debug: roborock.0 (285887) States create User PubSub Client
                                    2023-02-04 15:43:18.856 - debug: roborock.0 (285887) States connected to redis: 0.0.0.0:9000
                                    2023-02-04 15:43:18.936 - info: roborock.0 (285887) starting. Version 0.0.6-alpha.0 (non-npm: copystring/ioBroker.roborock#681304095ec6fa6391041cb23d70c746ec79c93e) in /opt/iobroker/node_modules/iobroker.roborock, node: v16.19.0, js-controller: 4.0.24
                                    2023-02-04 15:43:19.338 - error: roborock.0 (285887) Unhandled 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().
                                    2023-02-04 15:43:19.339 - error: roborock.0 (285887) unhandled promise rejection: Cannot set properties of undefined (setting 'Authorization')
                                    2023-02-04 15:43:19.339 - error: roborock.0 (285887) TypeError: Cannot set properties of undefined (setting 'Authorization')
                                    at /opt/iobroker/node_modules/iobroker.roborock/main.js:133:43
                                    at async Roborock.onReady (/opt/iobroker/node_modules/iobroker.roborock/main.js:160:15)
                                    2023-02-04 15:43:19.339 - error: roborock.0 (285887) Cannot set properties of undefined (setting 'Authorization')
                                    2023-02-04 15:43:19.340 - info: roborock.0 (285887) terminating
                                    2023-02-04 15:43:19.341 - warn: roborock.0 (285887) Terminated (UNCAUGHT_EXCEPTION): Without reason
                                    2023-02-04 15:43:19.881 - error: host.pIOBroker instance system.adapter.roborock.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
                                    2023-02-04 15:43:19.881 - info: host.pIOBroker Restart adapter system.adapter.roborock.0 because enabled
                                    2023-02-04 15:43:19.881 - warn: host.pIOBroker Do not restart adapter system.adapter.roborock.0 because restart loop detected
                                    
                                    copystringC 1 Antwort Letzte Antwort
                                    0
                                    • H Hunter 0

                                      Das ist der aktuelle Main Branch, soll ich ein Issue auf machen?

                                      2023-02-04 15:43:18.241 - info: host.pIOBroker "system.adapter.roborock.0" enabled
                                      2023-02-04 15:43:18.283 - info: host.pIOBroker instance system.adapter.roborock.0 started with pid 285887
                                      2023-02-04 15:43:18.728 - debug: roborock.0 (285887) Redis Objects: Use Redis connection: 0.0.0.0:9001
                                      2023-02-04 15:43:18.745 - debug: roborock.0 (285887) Objects client ready ... initialize now
                                      2023-02-04 15:43:18.746 - debug: roborock.0 (285887) Objects create System PubSub Client
                                      2023-02-04 15:43:18.746 - debug: roborock.0 (285887) Objects create User PubSub Client
                                      2023-02-04 15:43:18.771 - debug: roborock.0 (285887) Objects client initialize lua scripts
                                      2023-02-04 15:43:18.774 - debug: roborock.0 (285887) Objects connected to redis: 0.0.0.0:9001
                                      2023-02-04 15:43:18.788 - debug: roborock.0 (285887) Redis States: Use Redis connection: 0.0.0.0:9000
                                      2023-02-04 15:43:18.797 - debug: roborock.0 (285887) States create System PubSub Client
                                      2023-02-04 15:43:18.797 - debug: roborock.0 (285887) States create User PubSub Client
                                      2023-02-04 15:43:18.856 - debug: roborock.0 (285887) States connected to redis: 0.0.0.0:9000
                                      2023-02-04 15:43:18.936 - info: roborock.0 (285887) starting. Version 0.0.6-alpha.0 (non-npm: copystring/ioBroker.roborock#681304095ec6fa6391041cb23d70c746ec79c93e) in /opt/iobroker/node_modules/iobroker.roborock, node: v16.19.0, js-controller: 4.0.24
                                      2023-02-04 15:43:19.338 - error: roborock.0 (285887) Unhandled 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().
                                      2023-02-04 15:43:19.339 - error: roborock.0 (285887) unhandled promise rejection: Cannot set properties of undefined (setting 'Authorization')
                                      2023-02-04 15:43:19.339 - error: roborock.0 (285887) TypeError: Cannot set properties of undefined (setting 'Authorization')
                                      at /opt/iobroker/node_modules/iobroker.roborock/main.js:133:43
                                      at async Roborock.onReady (/opt/iobroker/node_modules/iobroker.roborock/main.js:160:15)
                                      2023-02-04 15:43:19.339 - error: roborock.0 (285887) Cannot set properties of undefined (setting 'Authorization')
                                      2023-02-04 15:43:19.340 - info: roborock.0 (285887) terminating
                                      2023-02-04 15:43:19.341 - warn: roborock.0 (285887) Terminated (UNCAUGHT_EXCEPTION): Without reason
                                      2023-02-04 15:43:19.881 - error: host.pIOBroker instance system.adapter.roborock.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
                                      2023-02-04 15:43:19.881 - info: host.pIOBroker Restart adapter system.adapter.roborock.0 because enabled
                                      2023-02-04 15:43:19.881 - warn: host.pIOBroker Do not restart adapter system.adapter.roborock.0 because restart loop detected
                                      
                                      copystringC Offline
                                      copystringC Offline
                                      copystring
                                      schrieb am zuletzt editiert von
                                      #247

                                      @hunter-0 Bitte hier mit einklinken: https://github.com/copystring/ioBroker.roborock/issues/57

                                      Unterstütze meine Arbeit gerne mit einer Spende über PayPal:
                                      https://paypal.me/copystring

                                      1 Antwort Letzte Antwort
                                      0
                                      • copystringC copystring

                                        Kartensupport ist da.
                                        Die Karte wird als base64 bereitgestellt und kann z.B. über lovelace so verwendet werden:

                                        type: markdown
                                        content: <img src="{roborock.0.Devices.3UGDpwnSbiyhmcbVPLDRJV.map.mapBase64}" />
                                        title: Roborock Map
                                        

                                        27821f37-d70a-4f84-b1d4-b03beb6a7583-image.png

                                        Die Karte wird jede Sekunde aktualisiert... ich hoffe, dass die Roborockserver da nicht blöd machen. Ist aber bei der App ähnlich oft. Mal schauen was passiert :)

                                        O Offline
                                        O Offline
                                        oxident
                                        schrieb am zuletzt editiert von
                                        #248

                                        Ich hab mal eine blöde Frage zur Kartendarstellung.
                                        Derzeit habe ich sie als einfaches Image-Element im Vis dargestellt. Quelle ist der Datenpunkt der Map.

                                        Das klappt auch super, aber die Skalierung ist natürlich Käse. Da ich versuche, es responsive zu gestalten, dachte ich, ein simples Setzen der Breite auf "calc (100% - 50px)" würde funktionieren. Die Karte bleibt aber viel zu breit.

                                        Die "Strecken"-Eigenschaft vom Image-Widget bringt es zwar auf die richtige Breite, aber natürlich nicht proportional.

                                        Habt ihr einen Tipp für mich?

                                        CodierknechtC 1 Antwort Letzte Antwort
                                        0
                                        • J Offline
                                          J Offline
                                          joerg0085
                                          schrieb am zuletzt editiert von
                                          #249

                                          Hallo zusammen, ich hatte den Adapter letzte Woche "eigentlich" schon am laufen.
                                          Nach dem letzten Update auf die aktuelle GIT Version wird er nur einmal kurz Grün, in der Roborock app bekomme mich auch eine Push Notification dass jemand anderes sich eingeloggt hat.

                                          Ohne Zugangsdaten bleibt der Adapter auch Grün

                                          Könnt ihr was mit der Log Meldung anfangen?
                                          JS NPM ..alles aktuell

                                          Bildschirmfoto 2023-02-05 um 16.10.03.png

                                          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

                                          845

                                          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