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

  • Default (No Skin)
  • No Skin
Collapse
Logo
  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.0k

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

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

Roborock Adapter tester gesucht

Roborock Adapter tester gesucht

Scheduled Pinned Locked Moved JavaScript
766 Posts 51 Posters 245.4k Views 52 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • wendy2702W wendy2702

    @copystring Kann es sein das die Objekte 127, 126, 125 angaben für Wartung beinhalten?

    7795a1f4-5c4c-492b-bacf-7c21a608a220-grafik.png

    127 passt bei mir zum Filter
    126 passt bei mir zur Seitenbürste
    125 passt bei mir zur Hauptbürste

    Wie sieht das bei den anderen aus?

    D Offline
    D Offline
    DonToben
    wrote on last edited by
    #118

    @wendy2702 said in Roborock Adapter tester gesucht:

    @copystring Kann es sein das die Objekte 127, 126, 125 angaben für Wartung beinhalten?

    7795a1f4-5c4c-492b-bacf-7c21a608a220-grafik.png

    127 passt bei mir zum Filter
    126 passt bei mir zur Seitenbürste
    125 passt bei mir zur Hauptbürste

    Wie sieht das bei den anderen aus?

    Wenn ich die werte in der App vergleiche, dann stimmt es nicht ganz genau.
    Roborock s7 Pro Ultra.

    127 = Wert 48; in App 45 ; Filter
    126 = Wert 61; in App 59; Seitenbürste
    125 = Wert 74; in App 73; Hauptbürste

    M-A HuebM 1 Reply Last reply
    0
    • D DonToben

      @wendy2702 said in Roborock Adapter tester gesucht:

      @copystring Kann es sein das die Objekte 127, 126, 125 angaben für Wartung beinhalten?

      7795a1f4-5c4c-492b-bacf-7c21a608a220-grafik.png

      127 passt bei mir zum Filter
      126 passt bei mir zur Seitenbürste
      125 passt bei mir zur Hauptbürste

      Wie sieht das bei den anderen aus?

      Wenn ich die werte in der App vergleiche, dann stimmt es nicht ganz genau.
      Roborock s7 Pro Ultra.

      127 = Wert 48; in App 45 ; Filter
      126 = Wert 61; in App 59; Seitenbürste
      125 = Wert 74; in App 73; Hauptbürste

      M-A HuebM Offline
      M-A HuebM Offline
      M-A Hueb
      wrote on last edited by
      #119

      @dontoben Deckt sich bei mir S7 Maxv Ultra

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

      1 Reply Last reply
      0
      • copystringC Offline
        copystringC Offline
        copystring
        wrote on last edited by
        #120

        Ich habe begonnen die Basis für die verschiedenen Roboter zu schaffen.
        Nun müsste ich wissen welche Namen eure Roboter genau haben um die entsprechenden Dateien zu erstellen. Wenn ihr für mich https://github.com/copystring/ioBroker.roborock/tree/split_robots_into_classes testen könntet wäre das echt klasse. Im Log erscheint dann folgendes: 7901e7d4-6115-48ab-999f-7d0543e79228-image.png
        Wobei bei Test vacuum log kommt wahrscheinlich ein Fehler erscheinen wird da außer dem Roborock S7 nichts anderes unterstützt wird. Das baue ich dann entsprechend ein wenn ich die Namen aus dem entsprechenden log von euch erhalte.

        Interessant wären die dazugehörigen fehlenden Parameter wie hier z.B. zu sehen ist:

        @m-a-hueb said in Roborock Adapter tester gesucht:

        roborock.0
        	2023-01-23 10:02:19.049	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.14.map_flag" has no existing object, this might lead to an error in future versions
        roborock.0
        	2023-01-23 10:02:19.049	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.14.wash_count" has no existing object, this might lead to an error in future versions
        roborock.0
        	2023-01-23 10:02:19.049	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.14.avoid_count" has no existing object, this might lead to an error in future versions
        roborock.0

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

        wendy2702W M-A HuebM 2 Replies Last reply
        0
        • copystringC copystring

          Ich habe begonnen die Basis für die verschiedenen Roboter zu schaffen.
          Nun müsste ich wissen welche Namen eure Roboter genau haben um die entsprechenden Dateien zu erstellen. Wenn ihr für mich https://github.com/copystring/ioBroker.roborock/tree/split_robots_into_classes testen könntet wäre das echt klasse. Im Log erscheint dann folgendes: 7901e7d4-6115-48ab-999f-7d0543e79228-image.png
          Wobei bei Test vacuum log kommt wahrscheinlich ein Fehler erscheinen wird da außer dem Roborock S7 nichts anderes unterstützt wird. Das baue ich dann entsprechend ein wenn ich die Namen aus dem entsprechenden log von euch erhalte.

          Interessant wären die dazugehörigen fehlenden Parameter wie hier z.B. zu sehen ist:

          @m-a-hueb said in Roborock Adapter tester gesucht:

          roborock.0
          	2023-01-23 10:02:19.049	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.14.map_flag" has no existing object, this might lead to an error in future versions
          roborock.0
          	2023-01-23 10:02:19.049	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.14.wash_count" has no existing object, this might lead to an error in future versions
          roborock.0
          	2023-01-23 10:02:19.049	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.14.avoid_count" has no existing object, this might lead to an error in future versions
          roborock.0
          wendy2702W Online
          wendy2702W Online
          wendy2702
          wrote on last edited by wendy2702
          #121

          @copystring sagte in Roborock Adapter tester gesucht:

          https://github.com/copystring/ioBroker.roborock/tree/split_robots_into_classes

          EDIT:

          Hier ist es... schon zu spät heute:

          2023-01-24 22:18:55.403  - debug: roborock.0 (1033256) Detected robot name: Roborock S7
          2023-01-24 22:18:55.404  - debug: roborock.0 (1033256) Test vacuum log: roborock_s7
          
          

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

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

          1 Reply Last reply
          0
          • copystringC copystring

            Hallo Leute!

            Ich hab hier mal was gebaut: https://github.com/copystring/ioBroker.roborock
            Testet den mal bitte. Was aktuell funktioniert: start, stop, pause, zurück zum dock fahren und das ändern vom Wischmodus wenn nur gewischt und nicht gesaugt wird.
            Außerdem werden diverse Informationen angezeigt. Netzwerkstatus, verbraucht der Teile etc.
            Es fehlt aber noch einiges! Sehr viel gibt es noch gar nicht und aktuell werden standardmäßig alle 60 Sekunden die aktuellen Daten gezogen. Wenn z.B. der Wischmodus geändert wird, dann wird das direkt aktualisiert.

            Bitte habt Nachsicht. Ich habe noch nie einen Adapter für ioBroker erstellt und da sind bestimmt zich Fehler! 🙂 Ich weiß, @Acgua hat schon einen Adapter begonnen aber da ich noch nie einen selbst erstellt habe war ich sehr motiviert meinen eigenen zu erstellen. Danke

            CodierknechtC Offline
            CodierknechtC Offline
            Codierknecht
            Developer Most Active
            wrote on last edited by
            #122

            @copystring
            Frisch installiert und funzt auf Anhieb 😁
            Jede Menge Datenpunkte mit mehr oder weniger sinnvollen Werten.
            Aber gelaufen ist unser "Freddie" seit der Installation noch nicht - der hat für heute Feierabend 😴

            Für den ersten Adapter funktioniert das schon erfreulich gut.

            Was mir beim einen oder anderen Datenpunkt aufgefallen ist: Hier steht an diversen Stellen nur ein numerischer Wert. Hast Du die Doku zum API irgendwo greifbar? Dann könnte man diese numerischen Werte ja auch in Klartext übersetzen.

            Beispiele (u.a.)
            2ef91b65-282d-4e16-8dcf-135dff6be2da-grafik.png

            "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." (Martin Fowler, "Refactoring")

            Proxmox 8.2.4 LXC|8 GB|Core i7-6700
            HmIP|ZigBee|Tasmota|Unifi + dies & das
            Konnte ich Dir helfen? Dann benutze bitte das Voting unten rechts im Beitrag

            1 Reply Last reply
            0
            • copystringC copystring

              Ich habe begonnen die Basis für die verschiedenen Roboter zu schaffen.
              Nun müsste ich wissen welche Namen eure Roboter genau haben um die entsprechenden Dateien zu erstellen. Wenn ihr für mich https://github.com/copystring/ioBroker.roborock/tree/split_robots_into_classes testen könntet wäre das echt klasse. Im Log erscheint dann folgendes: 7901e7d4-6115-48ab-999f-7d0543e79228-image.png
              Wobei bei Test vacuum log kommt wahrscheinlich ein Fehler erscheinen wird da außer dem Roborock S7 nichts anderes unterstützt wird. Das baue ich dann entsprechend ein wenn ich die Namen aus dem entsprechenden log von euch erhalte.

              Interessant wären die dazugehörigen fehlenden Parameter wie hier z.B. zu sehen ist:

              @m-a-hueb said in Roborock Adapter tester gesucht:

              roborock.0
              	2023-01-23 10:02:19.049	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.14.map_flag" has no existing object, this might lead to an error in future versions
              roborock.0
              	2023-01-23 10:02:19.049	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.14.wash_count" has no existing object, this might lead to an error in future versions
              roborock.0
              	2023-01-23 10:02:19.049	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.14.avoid_count" has no existing object, this might lead to an error in future versions
              roborock.0
              M-A HuebM Offline
              M-A HuebM Offline
              M-A Hueb
              wrote on last edited by M-A Hueb
              #123

              @copystring

              Da bekomme ich eine Fehlermedlung im Log:

              roborock.0
              	2023-01-25 09:02:56.087	warn	Terminated (UNCAUGHT_EXCEPTION): Without reason
              roborock.0
              	2023-01-25 09:02:56.086	info	terminating
              roborock.0
              	2023-01-25 09:02:56.085	error	Exception-Code: MODULE_NOT_FOUND: Cannot find module './undefined' Require stack: - C:\Program Files\iobroker\SmartHome\node_modules\iobroker.roborock\lib\vacuum.js - C:\Program Files\iobroker\SmartHome\node_modules\iobroker.roborock\main.js
              roborock.0
              	2023-01-25 09:02:56.085	error	Error: Cannot find module './undefined' Require stack: - C:\Program Files\iobroker\SmartHome\node_modules\iobroker.roborock\lib\vacuum.js - C:\Program Files\iobroker\SmartHome\node_modules\iobroker.roborock\main.js at Function.Module._resolveFilename (node:internal/modules/cjs/loader:995:15) at Function.Module._load (node:internal/modules/cjs/loader:841:27) at Module.require (node:internal/modules/cjs/loader:1067:19) at require (node:internal/modules/cjs/helpers:103:18) at new vacuum (C:\Program Files\iobroker\SmartHome\node_modules\iobroker.roborock\lib\vacuum.js:19:31) at Roborock.onReady (C:\Program Files\iobroker\SmartHome\node_modules\iobroker.roborock\main.js:172:20)
              roborock.0
              	2023-01-25 09:02:56.085	error	unhandled promise rejection: Cannot find module './undefined' Require stack: - C:\Program Files\iobroker\SmartHome\node_modules\iobroker.roborock\lib\vacuum.js - C:\Program Files\iobroker\SmartHome\node_modules\iobroker.roborock\main.js
              roborock.0
              	2023-01-25 09:02:56.085	error	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().
              roborock.0
              	2023-01-25 09:02:56.082	info	MQTT initialized
              roborock.0
              	2023-01-25 09:02:55.464	info	starting. Version 0.0.1 (non-npm: copystring/ioBroker.roborock#split_robots_into_classes) in C:/Program Files/iobroker/SmartHome/node_modules/iobroker.roborock, node: v16.19.0, js-controller: 4.0.24
              

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

              copystringC 1 Reply Last reply
              0
              • M-A HuebM M-A Hueb

                @copystring

                Da bekomme ich eine Fehlermedlung im Log:

                roborock.0
                	2023-01-25 09:02:56.087	warn	Terminated (UNCAUGHT_EXCEPTION): Without reason
                roborock.0
                	2023-01-25 09:02:56.086	info	terminating
                roborock.0
                	2023-01-25 09:02:56.085	error	Exception-Code: MODULE_NOT_FOUND: Cannot find module './undefined' Require stack: - C:\Program Files\iobroker\SmartHome\node_modules\iobroker.roborock\lib\vacuum.js - C:\Program Files\iobroker\SmartHome\node_modules\iobroker.roborock\main.js
                roborock.0
                	2023-01-25 09:02:56.085	error	Error: Cannot find module './undefined' Require stack: - C:\Program Files\iobroker\SmartHome\node_modules\iobroker.roborock\lib\vacuum.js - C:\Program Files\iobroker\SmartHome\node_modules\iobroker.roborock\main.js at Function.Module._resolveFilename (node:internal/modules/cjs/loader:995:15) at Function.Module._load (node:internal/modules/cjs/loader:841:27) at Module.require (node:internal/modules/cjs/loader:1067:19) at require (node:internal/modules/cjs/helpers:103:18) at new vacuum (C:\Program Files\iobroker\SmartHome\node_modules\iobroker.roborock\lib\vacuum.js:19:31) at Roborock.onReady (C:\Program Files\iobroker\SmartHome\node_modules\iobroker.roborock\main.js:172:20)
                roborock.0
                	2023-01-25 09:02:56.085	error	unhandled promise rejection: Cannot find module './undefined' Require stack: - C:\Program Files\iobroker\SmartHome\node_modules\iobroker.roborock\lib\vacuum.js - C:\Program Files\iobroker\SmartHome\node_modules\iobroker.roborock\main.js
                roborock.0
                	2023-01-25 09:02:56.085	error	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().
                roborock.0
                	2023-01-25 09:02:56.082	info	MQTT initialized
                roborock.0
                	2023-01-25 09:02:55.464	info	starting. Version 0.0.1 (non-npm: copystring/ioBroker.roborock#split_robots_into_classes) in C:/Program Files/iobroker/SmartHome/node_modules/iobroker.roborock, node: v16.19.0, js-controller: 4.0.24
                
                copystringC Offline
                copystringC Offline
                copystring
                wrote on last edited by
                #124

                @m-a-hueb said in Roborock Adapter tester gesucht:

                @copystring

                Da bekomme ich eine Fehlermedlung im Log:

                roborock.0
                	2023-01-25 09:02:56.087	warn	Terminated (UNCAUGHT_EXCEPTION): Without reason
                roborock.0
                	2023-01-25 09:02:56.086	info	terminating
                roborock.0
                	2023-01-25 09:02:56.085	error	Exception-Code: MODULE_NOT_FOUND: Cannot find module './undefined' Require stack: - C:\Program Files\iobroker\SmartHome\node_modules\iobroker.roborock\lib\vacuum.js - C:\Program Files\iobroker\SmartHome\node_modules\iobroker.roborock\main.js
                roborock.0
                	2023-01-25 09:02:56.085	error	Error: Cannot find module './undefined' Require stack: - C:\Program Files\iobroker\SmartHome\node_modules\iobroker.roborock\lib\vacuum.js - C:\Program Files\iobroker\SmartHome\node_modules\iobroker.roborock\main.js at Function.Module._resolveFilename (node:internal/modules/cjs/loader:995:15) at Function.Module._load (node:internal/modules/cjs/loader:841:27) at Module.require (node:internal/modules/cjs/loader:1067:19) at require (node:internal/modules/cjs/helpers:103:18) at new vacuum (C:\Program Files\iobroker\SmartHome\node_modules\iobroker.roborock\lib\vacuum.js:19:31) at Roborock.onReady (C:\Program Files\iobroker\SmartHome\node_modules\iobroker.roborock\main.js:172:20)
                roborock.0
                	2023-01-25 09:02:56.085	error	unhandled promise rejection: Cannot find module './undefined' Require stack: - C:\Program Files\iobroker\SmartHome\node_modules\iobroker.roborock\lib\vacuum.js - C:\Program Files\iobroker\SmartHome\node_modules\iobroker.roborock\main.js
                roborock.0
                	2023-01-25 09:02:56.085	error	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().
                roborock.0
                	2023-01-25 09:02:56.082	info	MQTT initialized
                roborock.0
                	2023-01-25 09:02:55.464	info	starting. Version 0.0.1 (non-npm: copystring/ioBroker.roborock#split_robots_into_classes) in C:/Program Files/iobroker/SmartHome/node_modules/iobroker.roborock, node: v16.19.0, js-controller: 4.0.24
                

                Ist das ein debug Log? Es fehlt der Name vom Roboter der via debug angezeigt werden sollte.

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

                M-A HuebM 1 Reply Last reply
                0
                • copystringC copystring

                  @m-a-hueb said in Roborock Adapter tester gesucht:

                  @copystring

                  Da bekomme ich eine Fehlermedlung im Log:

                  roborock.0
                  	2023-01-25 09:02:56.087	warn	Terminated (UNCAUGHT_EXCEPTION): Without reason
                  roborock.0
                  	2023-01-25 09:02:56.086	info	terminating
                  roborock.0
                  	2023-01-25 09:02:56.085	error	Exception-Code: MODULE_NOT_FOUND: Cannot find module './undefined' Require stack: - C:\Program Files\iobroker\SmartHome\node_modules\iobroker.roborock\lib\vacuum.js - C:\Program Files\iobroker\SmartHome\node_modules\iobroker.roborock\main.js
                  roborock.0
                  	2023-01-25 09:02:56.085	error	Error: Cannot find module './undefined' Require stack: - C:\Program Files\iobroker\SmartHome\node_modules\iobroker.roborock\lib\vacuum.js - C:\Program Files\iobroker\SmartHome\node_modules\iobroker.roborock\main.js at Function.Module._resolveFilename (node:internal/modules/cjs/loader:995:15) at Function.Module._load (node:internal/modules/cjs/loader:841:27) at Module.require (node:internal/modules/cjs/loader:1067:19) at require (node:internal/modules/cjs/helpers:103:18) at new vacuum (C:\Program Files\iobroker\SmartHome\node_modules\iobroker.roborock\lib\vacuum.js:19:31) at Roborock.onReady (C:\Program Files\iobroker\SmartHome\node_modules\iobroker.roborock\main.js:172:20)
                  roborock.0
                  	2023-01-25 09:02:56.085	error	unhandled promise rejection: Cannot find module './undefined' Require stack: - C:\Program Files\iobroker\SmartHome\node_modules\iobroker.roborock\lib\vacuum.js - C:\Program Files\iobroker\SmartHome\node_modules\iobroker.roborock\main.js
                  roborock.0
                  	2023-01-25 09:02:56.085	error	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().
                  roborock.0
                  	2023-01-25 09:02:56.082	info	MQTT initialized
                  roborock.0
                  	2023-01-25 09:02:55.464	info	starting. Version 0.0.1 (non-npm: copystring/ioBroker.roborock#split_robots_into_classes) in C:/Program Files/iobroker/SmartHome/node_modules/iobroker.roborock, node: v16.19.0, js-controller: 4.0.24
                  

                  Ist das ein debug Log? Es fehlt der Name vom Roboter der via debug angezeigt werden sollte.

                  M-A HuebM Offline
                  M-A HuebM Offline
                  M-A Hueb
                  wrote on last edited by
                  #125

                  @copystring Sorry war zu schnell und hatte den neu installierten Adapter noch auf Info stehen.

                  roborock.0
                  	2023-01-25 09:09:53.586	warn	Terminated (UNCAUGHT_EXCEPTION): Without reason
                  roborock.0
                  	2023-01-25 09:09:53.586	info	terminating
                  roborock.0
                  	2023-01-25 09:09:53.584	error	Exception-Code: MODULE_NOT_FOUND: Cannot find module './undefined' Require stack: - C:\Program Files\iobroker\SmartHome\node_modules\iobroker.roborock\lib\vacuum.js - C:\Program Files\iobroker\SmartHome\node_modules\iobroker.roborock\main.js
                  roborock.0
                  	2023-01-25 09:09:53.584	error	Error: Cannot find module './undefined' Require stack: - C:\Program Files\iobroker\SmartHome\node_modules\iobroker.roborock\lib\vacuum.js - C:\Program Files\iobroker\SmartHome\node_modules\iobroker.roborock\main.js at Function.Module._resolveFilename (node:internal/modules/cjs/loader:995:15) at Function.Module._load (node:internal/modules/cjs/loader:841:27) at Module.require (node:internal/modules/cjs/loader:1067:19) at require (node:internal/modules/cjs/helpers:103:18) at new vacuum (C:\Program Files\iobroker\SmartHome\node_modules\iobroker.roborock\lib\vacuum.js:19:31) at Roborock.onReady (C:\Program Files\iobroker\SmartHome\node_modules\iobroker.roborock\main.js:172:20)
                  roborock.0
                  	2023-01-25 09:09:53.584	error	unhandled promise rejection: Cannot find module './undefined' Require stack: - C:\Program Files\iobroker\SmartHome\node_modules\iobroker.roborock\lib\vacuum.js - C:\Program Files\iobroker\SmartHome\node_modules\iobroker.roborock\main.js
                  roborock.0
                  	2023-01-25 09:09:53.583	error	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().
                  roborock.0
                  	2023-01-25 09:09:53.582	debug	Test vacuum log: undefined
                  roborock.0
                  	2023-01-25 09:09:53.582	debug	Detected robot name: Wall-E
                  roborock.0
                  	2023-01-25 09:09:53.581	info	MQTT initialized
                  roborock.0
                  	2023-01-25 09:09:53.565	debug	RoomIDs debug: {"7993732":"Schlafzimmer","7993746":"Flur","7993754":"Arbeitszimmer","7993760":"Gästezimmer","7993766":"Küche","7993774":"Badezimmer","7993881":"Toilette","7993886":"Wohnzimmer","7993887":"Esszimmer","7997563":"Standard"}
                  roborock.0
                  	2023-01-25 09:09:53.418	info	starting. Version 0.0.1 (non-npm: copystring/ioBroker.roborock#split_robots_into_classes) in C:/Program Files/iobroker/SmartHome/node_modules/iobroker.roborock, node: v16.19.0, js-controller: 4.0.24
                  

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

                  copystringC 1 Reply Last reply
                  0
                  • M-A HuebM M-A Hueb

                    @copystring Sorry war zu schnell und hatte den neu installierten Adapter noch auf Info stehen.

                    roborock.0
                    	2023-01-25 09:09:53.586	warn	Terminated (UNCAUGHT_EXCEPTION): Without reason
                    roborock.0
                    	2023-01-25 09:09:53.586	info	terminating
                    roborock.0
                    	2023-01-25 09:09:53.584	error	Exception-Code: MODULE_NOT_FOUND: Cannot find module './undefined' Require stack: - C:\Program Files\iobroker\SmartHome\node_modules\iobroker.roborock\lib\vacuum.js - C:\Program Files\iobroker\SmartHome\node_modules\iobroker.roborock\main.js
                    roborock.0
                    	2023-01-25 09:09:53.584	error	Error: Cannot find module './undefined' Require stack: - C:\Program Files\iobroker\SmartHome\node_modules\iobroker.roborock\lib\vacuum.js - C:\Program Files\iobroker\SmartHome\node_modules\iobroker.roborock\main.js at Function.Module._resolveFilename (node:internal/modules/cjs/loader:995:15) at Function.Module._load (node:internal/modules/cjs/loader:841:27) at Module.require (node:internal/modules/cjs/loader:1067:19) at require (node:internal/modules/cjs/helpers:103:18) at new vacuum (C:\Program Files\iobroker\SmartHome\node_modules\iobroker.roborock\lib\vacuum.js:19:31) at Roborock.onReady (C:\Program Files\iobroker\SmartHome\node_modules\iobroker.roborock\main.js:172:20)
                    roborock.0
                    	2023-01-25 09:09:53.584	error	unhandled promise rejection: Cannot find module './undefined' Require stack: - C:\Program Files\iobroker\SmartHome\node_modules\iobroker.roborock\lib\vacuum.js - C:\Program Files\iobroker\SmartHome\node_modules\iobroker.roborock\main.js
                    roborock.0
                    	2023-01-25 09:09:53.583	error	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().
                    roborock.0
                    	2023-01-25 09:09:53.582	debug	Test vacuum log: undefined
                    roborock.0
                    	2023-01-25 09:09:53.582	debug	Detected robot name: Wall-E
                    roborock.0
                    	2023-01-25 09:09:53.581	info	MQTT initialized
                    roborock.0
                    	2023-01-25 09:09:53.565	debug	RoomIDs debug: {"7993732":"Schlafzimmer","7993746":"Flur","7993754":"Arbeitszimmer","7993760":"Gästezimmer","7993766":"Küche","7993774":"Badezimmer","7993881":"Toilette","7993886":"Wohnzimmer","7993887":"Esszimmer","7997563":"Standard"}
                    roborock.0
                    	2023-01-25 09:09:53.418	info	starting. Version 0.0.1 (non-npm: copystring/ioBroker.roborock#split_robots_into_classes) in C:/Program Files/iobroker/SmartHome/node_modules/iobroker.roborock, node: v16.19.0, js-controller: 4.0.24
                    
                    copystringC Offline
                    copystringC Offline
                    copystring
                    wrote on last edited by
                    #126

                    @m-a-hueb said in Roborock Adapter tester gesucht:

                    @copystring Sorry war zu schnell und hatte den neu installierten Adapter noch auf Info stehen.

                    roborock.0
                    	2023-01-25 09:09:53.586	warn	Terminated (UNCAUGHT_EXCEPTION): Without reason
                    roborock.0
                    	2023-01-25 09:09:53.586	info	terminating
                    roborock.0
                    	2023-01-25 09:09:53.584	error	Exception-Code: MODULE_NOT_FOUND: Cannot find module './undefined' Require stack: - C:\Program Files\iobroker\SmartHome\node_modules\iobroker.roborock\lib\vacuum.js - C:\Program Files\iobroker\SmartHome\node_modules\iobroker.roborock\main.js
                    roborock.0
                    	2023-01-25 09:09:53.584	error	Error: Cannot find module './undefined' Require stack: - C:\Program Files\iobroker\SmartHome\node_modules\iobroker.roborock\lib\vacuum.js - C:\Program Files\iobroker\SmartHome\node_modules\iobroker.roborock\main.js at Function.Module._resolveFilename (node:internal/modules/cjs/loader:995:15) at Function.Module._load (node:internal/modules/cjs/loader:841:27) at Module.require (node:internal/modules/cjs/loader:1067:19) at require (node:internal/modules/cjs/helpers:103:18) at new vacuum (C:\Program Files\iobroker\SmartHome\node_modules\iobroker.roborock\lib\vacuum.js:19:31) at Roborock.onReady (C:\Program Files\iobroker\SmartHome\node_modules\iobroker.roborock\main.js:172:20)
                    roborock.0
                    	2023-01-25 09:09:53.584	error	unhandled promise rejection: Cannot find module './undefined' Require stack: - C:\Program Files\iobroker\SmartHome\node_modules\iobroker.roborock\lib\vacuum.js - C:\Program Files\iobroker\SmartHome\node_modules\iobroker.roborock\main.js
                    roborock.0
                    	2023-01-25 09:09:53.583	error	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().
                    roborock.0
                    	2023-01-25 09:09:53.582	debug	Test vacuum log: undefined
                    roborock.0
                    	2023-01-25 09:09:53.582	debug	Detected robot name: Wall-E
                    roborock.0
                    	2023-01-25 09:09:53.581	info	MQTT initialized
                    roborock.0
                    	2023-01-25 09:09:53.565	debug	RoomIDs debug: {"7993732":"Schlafzimmer","7993746":"Flur","7993754":"Arbeitszimmer","7993760":"Gästezimmer","7993766":"Küche","7993774":"Badezimmer","7993881":"Toilette","7993886":"Wohnzimmer","7993887":"Esszimmer","7997563":"Standard"}
                    roborock.0
                    	2023-01-25 09:09:53.418	info	starting. Version 0.0.1 (non-npm: copystring/ioBroker.roborock#split_robots_into_classes) in C:/Program Files/iobroker/SmartHome/node_modules/iobroker.roborock, node: v16.19.0, js-controller: 4.0.24
                    

                    Wall-E? Okay dann geht das nicht so wie ich mir das vorgestellt habe. Danke.

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

                    wendy2702W D 2 Replies Last reply
                    0
                    • copystringC copystring

                      @m-a-hueb said in Roborock Adapter tester gesucht:

                      @copystring Sorry war zu schnell und hatte den neu installierten Adapter noch auf Info stehen.

                      roborock.0
                      	2023-01-25 09:09:53.586	warn	Terminated (UNCAUGHT_EXCEPTION): Without reason
                      roborock.0
                      	2023-01-25 09:09:53.586	info	terminating
                      roborock.0
                      	2023-01-25 09:09:53.584	error	Exception-Code: MODULE_NOT_FOUND: Cannot find module './undefined' Require stack: - C:\Program Files\iobroker\SmartHome\node_modules\iobroker.roborock\lib\vacuum.js - C:\Program Files\iobroker\SmartHome\node_modules\iobroker.roborock\main.js
                      roborock.0
                      	2023-01-25 09:09:53.584	error	Error: Cannot find module './undefined' Require stack: - C:\Program Files\iobroker\SmartHome\node_modules\iobroker.roborock\lib\vacuum.js - C:\Program Files\iobroker\SmartHome\node_modules\iobroker.roborock\main.js at Function.Module._resolveFilename (node:internal/modules/cjs/loader:995:15) at Function.Module._load (node:internal/modules/cjs/loader:841:27) at Module.require (node:internal/modules/cjs/loader:1067:19) at require (node:internal/modules/cjs/helpers:103:18) at new vacuum (C:\Program Files\iobroker\SmartHome\node_modules\iobroker.roborock\lib\vacuum.js:19:31) at Roborock.onReady (C:\Program Files\iobroker\SmartHome\node_modules\iobroker.roborock\main.js:172:20)
                      roborock.0
                      	2023-01-25 09:09:53.584	error	unhandled promise rejection: Cannot find module './undefined' Require stack: - C:\Program Files\iobroker\SmartHome\node_modules\iobroker.roborock\lib\vacuum.js - C:\Program Files\iobroker\SmartHome\node_modules\iobroker.roborock\main.js
                      roborock.0
                      	2023-01-25 09:09:53.583	error	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().
                      roborock.0
                      	2023-01-25 09:09:53.582	debug	Test vacuum log: undefined
                      roborock.0
                      	2023-01-25 09:09:53.582	debug	Detected robot name: Wall-E
                      roborock.0
                      	2023-01-25 09:09:53.581	info	MQTT initialized
                      roborock.0
                      	2023-01-25 09:09:53.565	debug	RoomIDs debug: {"7993732":"Schlafzimmer","7993746":"Flur","7993754":"Arbeitszimmer","7993760":"Gästezimmer","7993766":"Küche","7993774":"Badezimmer","7993881":"Toilette","7993886":"Wohnzimmer","7993887":"Esszimmer","7997563":"Standard"}
                      roborock.0
                      	2023-01-25 09:09:53.418	info	starting. Version 0.0.1 (non-npm: copystring/ioBroker.roborock#split_robots_into_classes) in C:/Program Files/iobroker/SmartHome/node_modules/iobroker.roborock, node: v16.19.0, js-controller: 4.0.24
                      

                      Wall-E? Okay dann geht das nicht so wie ich mir das vorgestellt habe. Danke.

                      wendy2702W Online
                      wendy2702W Online
                      wendy2702
                      wrote on last edited by wendy2702
                      #127

                      @copystring den Namen kann man in der App frei einstellen.

                      Vielleicht sieht man in der API die Modell Bezeichnung!?

                      4392FFEE-FAEC-4583-9B5F-FCBF160A4B1C.jpeg

                      Bei mir halt ein S7+

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

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

                      1 Reply Last reply
                      0
                      • D Offline
                        D Offline
                        DonToben
                        wrote on last edited by
                        #128

                        Bei mir S7 Pro Ultra

                        Screenshot_20230125-113153_Roborock.jpg

                        M-A HuebM 1 Reply Last reply
                        0
                        • D DonToben

                          Bei mir S7 Pro Ultra

                          Screenshot_20230125-113153_Roborock.jpg

                          M-A HuebM Offline
                          M-A HuebM Offline
                          M-A Hueb
                          wrote on last edited by M-A Hueb
                          #129

                          roborock.vacuuum.a27 Roborrock Maxv Ultra

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

                          1 Reply Last reply
                          0
                          • copystringC copystring

                            @m-a-hueb said in Roborock Adapter tester gesucht:

                            @copystring Sorry war zu schnell und hatte den neu installierten Adapter noch auf Info stehen.

                            roborock.0
                            	2023-01-25 09:09:53.586	warn	Terminated (UNCAUGHT_EXCEPTION): Without reason
                            roborock.0
                            	2023-01-25 09:09:53.586	info	terminating
                            roborock.0
                            	2023-01-25 09:09:53.584	error	Exception-Code: MODULE_NOT_FOUND: Cannot find module './undefined' Require stack: - C:\Program Files\iobroker\SmartHome\node_modules\iobroker.roborock\lib\vacuum.js - C:\Program Files\iobroker\SmartHome\node_modules\iobroker.roborock\main.js
                            roborock.0
                            	2023-01-25 09:09:53.584	error	Error: Cannot find module './undefined' Require stack: - C:\Program Files\iobroker\SmartHome\node_modules\iobroker.roborock\lib\vacuum.js - C:\Program Files\iobroker\SmartHome\node_modules\iobroker.roborock\main.js at Function.Module._resolveFilename (node:internal/modules/cjs/loader:995:15) at Function.Module._load (node:internal/modules/cjs/loader:841:27) at Module.require (node:internal/modules/cjs/loader:1067:19) at require (node:internal/modules/cjs/helpers:103:18) at new vacuum (C:\Program Files\iobroker\SmartHome\node_modules\iobroker.roborock\lib\vacuum.js:19:31) at Roborock.onReady (C:\Program Files\iobroker\SmartHome\node_modules\iobroker.roborock\main.js:172:20)
                            roborock.0
                            	2023-01-25 09:09:53.584	error	unhandled promise rejection: Cannot find module './undefined' Require stack: - C:\Program Files\iobroker\SmartHome\node_modules\iobroker.roborock\lib\vacuum.js - C:\Program Files\iobroker\SmartHome\node_modules\iobroker.roborock\main.js
                            roborock.0
                            	2023-01-25 09:09:53.583	error	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().
                            roborock.0
                            	2023-01-25 09:09:53.582	debug	Test vacuum log: undefined
                            roborock.0
                            	2023-01-25 09:09:53.582	debug	Detected robot name: Wall-E
                            roborock.0
                            	2023-01-25 09:09:53.581	info	MQTT initialized
                            roborock.0
                            	2023-01-25 09:09:53.565	debug	RoomIDs debug: {"7993732":"Schlafzimmer","7993746":"Flur","7993754":"Arbeitszimmer","7993760":"Gästezimmer","7993766":"Küche","7993774":"Badezimmer","7993881":"Toilette","7993886":"Wohnzimmer","7993887":"Esszimmer","7997563":"Standard"}
                            roborock.0
                            	2023-01-25 09:09:53.418	info	starting. Version 0.0.1 (non-npm: copystring/ioBroker.roborock#split_robots_into_classes) in C:/Program Files/iobroker/SmartHome/node_modules/iobroker.roborock, node: v16.19.0, js-controller: 4.0.24
                            

                            Wall-E? Okay dann geht das nicht so wie ich mir das vorgestellt habe. Danke.

                            D Offline
                            D Offline
                            Dimi
                            wrote on last edited by
                            #130

                            @copystring

                            Hallo, tolle Arbeit.

                            Also ich habe einen Roborock S6 MaxV und der hat laut App die Modellbezeichnung roborock.vacuum.a10

                            1 Reply Last reply
                            0
                            • D Offline
                              D Offline
                              DonToben
                              wrote on last edited by
                              #131

                              @copystring
                              Hi, ich habe ein Problem mit dem Roborock Adapter festgestellt. Er reagiert nicht immer auf steuern app_segment_clean. Räume sind auf true gesetzt. Komplettreinigung über app_start funktioniert immer.
                              Nach Adapter Neustart geht dann wieder app_segment_clean für eine bestimmte Zeit.

                              1 Reply Last reply
                              0
                              • copystringC Offline
                                copystringC Offline
                                copystring
                                wrote on last edited by
                                #132

                                Die meisten Roboter sollten nun laufen.
                                Beim S4 scheint es keinen Mop zu geben. Für diesen habe ich das Feature entfernt.
                                https://github.com/copystring/ioBroker.roborock/tree/split_robots_into_classes

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

                                wendy2702W 1 Reply Last reply
                                0
                                • copystringC Offline
                                  copystringC Offline
                                  copystring
                                  wrote on last edited by copystring
                                  #133

                                  Wenn ihr euer homedata zuschicken könntet dann kann ich für jeden Roboter den deviceStatus vollständig erstellen.

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

                                  1 Reply Last reply
                                  0
                                  • copystringC copystring

                                    Die meisten Roboter sollten nun laufen.
                                    Beim S4 scheint es keinen Mop zu geben. Für diesen habe ich das Feature entfernt.
                                    https://github.com/copystring/ioBroker.roborock/tree/split_robots_into_classes

                                    wendy2702W Online
                                    wendy2702W Online
                                    wendy2702
                                    wrote on last edited by wendy2702
                                    #134

                                    @copystring sagte in Roborock Adapter tester gesucht:

                                    https://github.com/copystring/ioBroker.roborock/tree/split_robots_into_classes

                                    Woran kann man erkennen das der Typ erkannt wurde ?

                                    EDIT: Vielleicht kannst du die Versionsnummern mal hochzählen damit man sehen kann ob die richtige Version installiert wurde und läuft.

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

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

                                    D 1 Reply Last reply
                                    0
                                    • copystringC Offline
                                      copystringC Offline
                                      copystring
                                      wrote on last edited by
                                      #135

                                      Wenn keine Fehlermeldung erscheint 🙂

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

                                      wendy2702W 1 Reply Last reply
                                      0
                                      • copystringC copystring

                                        Wenn keine Fehlermeldung erscheint 🙂

                                        wendy2702W Online
                                        wendy2702W Online
                                        wendy2702
                                        wrote on last edited by
                                        #136

                                        @copystring Im Debug log beim Adpater start meinst du?

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

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

                                        1 Reply Last reply
                                        0
                                        • copystringC Offline
                                          copystringC Offline
                                          copystring
                                          wrote on last edited by
                                          #137

                                          Genau so ist es. Ansonsten meldet der Adapter, dass der Roboter nicht unterstützt ist.

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

                                          wendy2702W 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          511

                                          Online

                                          32.4k

                                          Users

                                          81.3k

                                          Topics

                                          1.3m

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

                                          • Don't have an account? Register

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