Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Skripten / Logik
    4. JavaScript
    5. Roborock Adapter tester gesucht

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    Roborock Adapter tester gesucht

    This topic has been deleted. Only users with topic management privileges can see it.
    • copystring
      copystring last edited by

      Ich habe Fortschritte bezüglich des Abrufens der Fotos gemacht und es erfolgreich ein Bild heruntergeladen.
      Die Bilder sind im gzip format gepackt und entpackt sind diese dann in jfif format.
      In ein paar Tagen habe ich das implementiert. Dann können über das Webinterface die Bilder so wie in der App durch Anklicken des Hindernisses angezeigt werden.

      1 Reply Last reply Reply Quote 1
      • copystring
        copystring last edited by

        Es ist so weit. In der aktuellen dev kann man die Fotos der Hindernisse aufrufen, wenn der entsprechende Roboter eine Kamera hat. Aber leider sind die Fotos nicht wie in der App verschlüsselt, sondern werden unverschlüsselt übertragen.
        Bisher hatte ich nicht die Zeit, mir das verschlüsseln und entschlüsseln genauer anzugucken. Das hängt unter anderen auch daran, dass Roborock anscheinend mitbekommen hat, dass ich da reverse Engineering auf dem MQTT Server gemacht habe, und hat nun die Möglichkeit blockiert. 😅

        Auf der Karte einfach auf ein Hindernis klicken. Das Bild sollte ziemlich zügig erscheinen.

        Hier ein Beispiel von meinem gammeligen Schuh: 2a3550ef-6a0e-4d5b-9af2-a9971574185f-image.png

        Link zur dev die gehabt: https://github.com/copystring/ioBroker.roborock/tree/dev

        A 1 Reply Last reply Reply Quote 3
        • A
          Andy61 @copystring last edited by Andy61

          @copystring
          Hallo copystring, toller Adapter. Ich habe mir einen Roborock Q7 zugelegt. Leider wird dieses Modell noch nicht supported (The model roborock.vacuum.a40 is not supported). Ist es geplant, diesen noch einzupflegen? Wenn ich Daten liefern kann, sag mir welche. Vielen Dank für Deine Arbeit
          Andreas

          copystring 1 Reply Last reply Reply Quote 0
          • copystring
            copystring @Andy61 last edited by

            @andy61 In der neuen dev ist der Support dafür eingebaut. Bitte mal testen: https://github.com/copystring/ioBroker.roborock/tree/dev

            A jahnbes 2 Replies Last reply Reply Quote 0
            • A
              Andy61 @copystring last edited by

              @copystring
              Danke für die schnelle Info. Ich habe den Adapter deinstalliert und aus dem dev neu installiert. Nach dem Start kurz grün und dann rot. Einträge hat er unter Objekte keine angelegt. Interessan ist schon, das im log die Räume aufgeführt werden. Er muss also eine Verbindung haben. Hier die log-Infos:

              host.ioBroker
              2023-06-12 07:33:10.002 info Rebuild for adapter system.adapter.roborock.0 not successful in 3 tries. Adapter will not be restarted again. Please execute "npm install --production" in adapter directory manually.
              host.ioBroker
              2023-06-12 07:33:10.002 error instance system.adapter.roborock.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
              host.ioBroker
              2023-06-12 07:33:10.001 error Caught by controller[0]: at /opt/iobroker/node_modules/iobroker.roborock/main.js:195:28
              host.ioBroker
              2023-06-12 07:33:10.001 error Caught by controller[0]: at new vacuum (/opt/iobroker/node_modules/iobroker.roborock/lib/vacuum.js:46:31)
              host.ioBroker
              2023-06-12 07:33:10.001 error Caught by controller[0]: at require (node:internal/modules/cjs/helpers:110:18)
              host.ioBroker
              2023-06-12 07:33:10.001 error Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1141:19)
              host.ioBroker
              2023-06-12 07:33:10.001 error Caught by controller[0]: at Function.Module._load (node:internal/modules/cjs/loader:920:27)
              host.ioBroker
              2023-06-12 07:33:10.001 error Caught by controller[0]: at Function.Module._resolveFilename (node:internal/modules/cjs/loader:1075:15)
              host.ioBroker
              2023-06-12 07:33:10.000 error Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.roborock/main.js
              host.ioBroker
              2023-06-12 07:33:10.000 error Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.roborock/lib/vacuum.js
              host.ioBroker
              2023-06-12 07:33:10.000 error Caught by controller[0]: Require stack:
              host.ioBroker
              2023-06-12 07:33:10.000 error Caught by controller[0]: Error: Cannot find module './undefined'
              host.ioBroker
              2023-06-12 07:33:09.999 error Caught by controller[0]: 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(). The promise rejected with the reason:
              roborock.0
              2023-06-12 07:33:09.392 warn Terminated (UNCAUGHT_EXCEPTION): Without reason
              roborock.0
              2023-06-12 07:33:09.391 debug Plugin sentry destroyed
              roborock.0
              2023-06-12 07:33:09.389 info terminating
              roborock.0
              2023-06-12 07:33:09.359 error Exception-Code: MODULE_NOT_FOUND: Cannot find module './undefined' Require stack: - /opt/iobroker/node_modules/iobroker.roborock/lib/vacuum.js - /opt/iobroker/node_modules/iobroker.roborock/main.js
              roborock.0
              2023-06-12 07:33:09.358 error Error: Cannot find module './undefined' Require stack: - /opt/iobroker/node_modules/iobroker.roborock/lib/vacuum.js - /opt/iobroker/node_modules/iobroker.roborock/main.js at Function.Module._resolveFilename (node:internal/modules/cjs/loader:1075:15) at Function.Module._load (node:internal/modules/cjs/loader:920:27) at Module.require (node:internal/modules/cjs/loader:1141:19) at require (node:internal/modules/cjs/helpers:110:18) at new vacuum (/opt/iobroker/node_modules/iobroker.roborock/lib/vacuum.js:46:31) at /opt/iobroker/node_modules/iobroker.roborock/main.js:195:28
              roborock.0
              2023-06-12 07:33:09.349 error unhandled promise rejection: Cannot find module './undefined' Require stack: - /opt/iobroker/node_modules/iobroker.roborock/lib/vacuum.js - /opt/iobroker/node_modules/iobroker.roborock/main.js
              roborock.0
              2023-06-12 07:33:09.348 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-06-12 07:33:08.663 error The model roborock.vacuum.a40 is not supported. Get in touch with the dev to get this robot supported.
              roborock.0
              2023-06-12 07:33:08.660 debug RoomIDs debug: {"12378091":"Wohnzimmer","12378092":"Hauptschlafzimmer","12378099":"Badezimmer","12378103":"Badezimmer1","12378112":"Schlafzimmer","12393183":"Flur","12395035":"Gästezimmer","12395122":"Bad2"}
              roborock.0
              2023-06-12 07:33:08.657 info MQTT initialized
              roborock.0
              2023-06-12 07:33:06.016 info starting. Version 0.1.6 (non-npm: copystring/ioBroker.roborock#dev) in /opt/iobroker/node_modules/iobroker.roborock, node: v18.16.0, js-controller: 4.0.24
              roborock.0
              2023-06-12 07:33:05.552 debug Plugin sentry Initialize Plugin (enabled=true)
              host.ioBroker
              2023-06-12 07:33:02.697 info instance system.adapter.roborock.0 started with pid 2635
              host.ioBroker
              2023-06-12 07:33:02.535 info iobroker npm-rebuild: exit 0
              host.ioBroker
              2023-06-12 07:33:01.517 info iobroker npm-rebuild: Rebuilding native modules done
              host.ioBroker
              2023-06-12 07:33:01.516 info iobroker npm-rebuild:
              host.ioBroker
              2023-06-12 07:33:01.470 info iobroker npm-rebuild: rebuilt dependencies successfully
              host.ioBroker
              2023-06-12 07:32:22.132 info iobroker npm-rebuild: Rebuilding native modules ...
              host.ioBroker
              2023-06-12 07:32:20.786 info iobroker rebuild
              host.ioBroker
              2023-06-12 07:32:20.785 warn adapter "roborock" seems to be installed for a different version of Node.js. Trying to rebuild it... 3 attempt
              host.ioBroker
              2023-06-12 07:32:20.785 info system.adapter.roborock.0 will be rebuilt
              host.ioBroker
              2023-06-12 07:32:20.785 info Adapter system.adapter.roborock.0 needs rebuild and will be restarted afterwards.
              host.ioBroker
              2023-06-12 07:32:20.784 error instance system.adapter.roborock.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
              host.ioBroker
              2023-06-12 07:32:20.784 error Caught by controller[0]: at /opt/iobroker/node_modules/iobroker.roborock/main.js:195:28
              host.ioBroker
              2023-06-12 07:32:20.784 error Caught by controller[0]: at new vacuum (/opt/iobroker/node_modules/iobroker.roborock/lib/vacuum.js:46:31)
              host.ioBroker
              2023-06-12 07:32:20.783 error Caught by controller[0]: at require (node:internal/modules/cjs/helpers:110:18)
              host.ioBroker
              2023-06-12 07:32:20.783 error Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1141:19)
              host.ioBroker
              2023-06-12 07:32:20.782 error Caught by controller[0]: at Function.Module._load (node:internal/modules/cjs/loader:920:27)
              host.ioBroker
              2023-06-12 07:32:20.782 error Caught by controller[0]: at Function.Module._resolveFilename (node:internal/modules/cjs/loader:1075:15)
              host.ioBroker
              2023-06-12 07:32:20.782 error Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.roborock/main.js
              host.ioBroker
              2023-06-12 07:32:20.781 error Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.roborock/lib/vacuum.js
              host.ioBroker
              2023-06-12 07:32:20.781 error Caught by controller[0]: Require stack:
              host.ioBroker
              2023-06-12 07:32:20.781 error Caught by controller[0]: Error: Cannot find module './undefined'
              host.ioBroker
              2023-06-12 07:32:20.779 error Caught by controller[0]: 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(). The promise rejected with the reason:
              roborock.0
              2023-06-12 07:32:20.162 warn Terminated (UNCAUGHT_EXCEPTION): Without reason
              roborock.0
              2023-06-12 07:32:20.160 debug Plugin sentry destroyed
              roborock.0
              2023-06-12 07:32:20.158 info terminating
              roborock.0
              2023-06-12 07:32:20.132 error Exception-Code: MODULE_NOT_FOUND: Cannot find module './undefined'Require stack:- /opt/iobroker/node_modules/iobroker.roborock/lib/vacuum.js- /opt/iobroker/node_modules/iobroker.roborock/main.js
              roborock.0
              2023-06-12 07:32:20.131 error Error: Cannot find module './undefined'Require stack:- /opt/iobroker/node_modules/iobroker.roborock/lib/vacuum.js- /opt/iobroker/node_modules/iobroker.roborock/main.js at Function.Module._resolveFilename (node:internal/modules/cjs/loader:1075:15) at Function.Module._load (node:internal/modules/cjs/loader:920:27) at Module.require (node:internal/modules/cjs/loader:1141:19) at require (node:internal/modules/cjs/helpers:110:18) at new vacuum (/opt/iobroker/node_modules/iobroker.roborock/lib/vacuum.js:46:31) at /opt/iobroker/node_modules/iobroker.roborock/main.js:195:28
              roborock.0
              2023-06-12 07:32:20.121 error unhandled promise rejection: Cannot find module './undefined'Require stack:- /opt/iobroker/node_modules/iobroker.roborock/lib/vacuum.js- /opt/iobroker/node_modules/iobroker.roborock/main.js
              roborock.0
              2023-06-12 07:32:20.120 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-06-12 07:32:19.592 error The model roborock.vacuum.a40 is not supported. Get in touch with the dev to get this robot supported.
              roborock.0
              2023-06-12 07:32:19.590 debug RoomIDs debug: {"12378091":"Wohnzimmer","12378092":"Hauptschlafzimmer","12378099":"Badezimmer","12378103":"Badezimmer1","12378112":"Schlafzimmer","12393183":"Flur","12395035":"Gästezimmer","12395122":"Bad2"}
              roborock.0
              2023-06-12 07:32:19.588 info MQTT initialized
              roborock.0
              2023-06-12 07:32:17.596 info starting. Version 0.1.6 (non-npm: copystring/ioBroker.roborock#dev) in /opt/iobroker/node_modules/iobroker.roborock, node: v18.16.0, js-controller: 4.0.24
              roborock.0
              2023-06-12 07:32:17.114 debug Plugin sentry Initialize Plugin (enabled=true)
              roborock.0
              2023-06-12 07:32:16.911 debug States connected to redis: 127.0.0.1:9000
              roborock.0
              2023-06-12 07:32:16.808 debug States create User PubSub Client
              roborock.0
              2023-06-12 07:32:16.806 debug States create System PubSub Client
              roborock.0
              2023-06-12 07:32:16.770 debug Redis States: Use Redis connection: 127.0.0.1:9000
              roborock.0
              2023-06-12 07:32:16.713 debug Objects connected to redis: 127.0.0.1:9001
              roborock.0
              2023-06-12 07:32:16.700 debug Objects client initialize lua scripts
              roborock.0
              2023-06-12 07:32:16.592 debug Objects create User PubSub Client
              roborock.0
              2023-06-12 07:32:16.590 debug Objects create System PubSub Client
              roborock.0
              2023-06-12 07:32:16.587 debug Objects client ready ... initialize now
              roborock.0
              2023-06-12 07:32:16.500 debug Redis Objects: Use Redis connection: 127.0.0.1:9001
              host.ioBroker
              2023-06-12 07:32:14.146 info instance system.adapter.roborock.0 started with pid 2312
              host.ioBroker
              2023-06-12 07:32:14.004 info iobroker npm-rebuild: exit 0
              host.ioBroker
              2023-06-12 07:32:12.981 info iobroker npm-rebuild: Rebuilding native modules done
              host.ioBroker
              2023-06-12 07:32:12.980 info iobroker npm-rebuild:
              host.ioBroker
              2023-06-12 07:32:12.935 info iobroker npm-rebuild: rebuilt dependencies successfully
              host.ioBroker
              2023-06-12 07:31:36.116 info iobroker npm-rebuild: Rebuilding native modules ...
              host.ioBroker
              2023-06-12 07:31:34.817 info iobroker rebuild
              host.ioBroker
              2023-06-12 07:31:34.817 warn adapter "roborock" seems to be installed for a different version of Node.js. Trying to rebuild it... 2 attempt
              host.ioBroker
              2023-06-12 07:31:34.815 info system.adapter.roborock.0 will be rebuilt
              host.ioBroker
              2023-06-12 07:31:34.815 info Adapter system.adapter.roborock.0 needs rebuild and will be restarted afterwards.
              host.ioBroker
              2023-06-12 07:31:34.815 error instance system.adapter.roborock.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
              host.ioBroker
              2023-06-12 07:31:34.815 error Caught by controller[1]: at /opt/iobroker/node_modules/iobroker.roborock/main.js:195:28
              host.ioBroker
              2023-06-12 07:31:34.814 error Caught by controller[1]: at new vacuum (/opt/iobroker/node_modules/iobroker.roborock/lib/vacuum.js:46:31)
              host.ioBroker
              2023-06-12 07:31:34.814 error Caught by controller[1]: at require (node:internal/modules/cjs/helpers:110:18)
              host.ioBroker
              2023-06-12 07:31:34.814 error Caught by controller[1]: at Module.require (node:internal/modules/cjs/loader:1141:19)
              host.ioBroker
              2023-06-12 07:31:34.814 error Caught by controller[1]: at Function.Module._load (node:internal/modules/cjs/loader:920:27)
              host.ioBroker
              2023-06-12 07:31:34.813 error Caught by controller[1]: at Function.Module._resolveFilename (node:internal/modules/cjs/loader:1075:15)
              host.ioBroker
              2023-06-12 07:31:34.813 error Caught by controller[1]: - /opt/iobroker/node_modules/iobroker.roborock/main.js
              host.ioBroker
              2023-06-12 07:31:34.813 error Caught by controller[1]: - /opt/iobroker/node_modules/iobroker.roborock/lib/vacuum.js
              host.ioBroker
              2023-06-12 07:31:34.813 error Caught by controller[1]: Require stack:
              host.ioBroker
              2023-06-12 07:31:34.812 error Caught by controller[1]: Error: Cannot find module './undefined'
              host.ioBroker
              2023-06-12 07:31:34.812 error Caught by controller[0]: 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(). The promise rejected with the reason:
              roborock.0
              2023-06-12 07:31:34.209 warn Terminated (UNCAUGHT_EXCEPTION): Without reason
              roborock.0
              2023-06-12 07:31:34.206 info terminating
              roborock.0
              2023-06-12 07:31:34.183 error Exception-Code: MODULE_NOT_FOUND: Cannot find module './undefined'Require stack:- /opt/iobroker/node_modules/iobroker.roborock/lib/vacuum.js- /opt/iobroker/node_modules/iobroker.roborock/main.js
              roborock.0
              2023-06-12 07:31:34.182 error Error: Cannot find module './undefined'Require stack:- /opt/iobroker/node_modules/iobroker.roborock/lib/vacuum.js- /opt/iobroker/node_modules/iobroker.roborock/main.js at Function.Module._resolveFilename (node:internal/modules/cjs/loader:1075:15) at Function.Module._load (node:internal/modules/cjs/loader:920:27) at Module.require (node:internal/modules/cjs/loader:1141:19) at require (node:internal/modules/cjs/helpers:110:18) at new vacuum (/opt/iobroker/node_modules/iobroker.roborock/lib/vacuum.js:46:31) at /opt/iobroker/node_modules/iobroker.roborock/main.js:195:28
              roborock.0
              2023-06-12 07:31:34.173 error unhandled promise rejection: Cannot find module './undefined'Require stack:- /opt/iobroker/node_modules/iobroker.roborock/lib/vacuum.js- /opt/iobroker/node_modules/iobroker.roborock/main.js
              roborock.0
              2023-06-12 07:31:34.172 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-06-12 07:31:33.324 error The model roborock.vacuum.a40 is not supported. Get in touch with the dev to get this robot supported.
              roborock.0
              2023-06-12 07:31:33.321 info MQTT initialized
              roborock.0
              2023-06-12 07:31:29.836 info starting. Version 0.1.6 (non-npm: copystring/ioBroker.roborock#dev) in /opt/iobroker/node_modules/iobroker.roborock, node: v18.16.0, js-controller: 4.0.24
              host.ioBroker
              2023-06-12 07:31:26.450 info instance system.adapter.roborock.0 started with pid 1990
              host.ioBroker
              2023-06-12 07:31:23.923 info instance system.adapter.roborock.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
              host.ioBroker
              2023-06-12 07:31:23.365 info stopInstance system.adapter.roborock.0 send kill signal
              roborock.0
              2023-06-12 07:31:23.331 info Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
              roborock.0
              2023-06-12 07:31:23.329 info terminating
              roborock.0
              2023-06-12 07:31:23.326 info Got terminate signal TERMINATE_YOURSELF
              host.ioBroker
              2023-06-12 07:31:23.318 info stopInstance system.adapter.roborock.0 (force=false, process=true)
              roborock.0
              2023-06-12 07:30:33.623 error Username or password missing!
              roborock.0
              2023-06-12 07:30:33.486 info starting. Version 0.1.6 (non-npm: copystring/ioBroker.roborock#dev) in /opt/iobroker/node_modules/iobroker.roborock, node: v18.16.0, js-controller: 4.0.24
              host.ioBroker
              2023-06-12 07:30:29.914 info iobroker exit 0
              host.ioBroker
              2023-06-12 07:30:28.972 info instance system.adapter.roborock.0 started with pid 1975
              host.ioBroker
              2023-06-12 07:30:28.825 info iobroker host.ioBroker object system.adapter.roborock.0 created
              host.ioBroker
              2023-06-12 07:30:28.820 info "system.adapter.roborock.0" enabled
              host.ioBroker
              2023-06-12 07:30:28.807 info iobroker host.ioBroker Set default value of roborock.0.info.connection: false
              host.ioBroker
              2023-06-12 07:30:28.795 info iobroker host.ioBroker object roborock.0.info.connection created
              host.ioBroker
              2023-06-12 07:30:28.780 info iobroker host.ioBroker object roborock.0.info created
              host.ioBroker
              2023-06-12 07:30:28.769 info iobroker host.ioBroker object system.adapter.roborock.0.logLevel created
              host.ioBroker
              2023-06-12 07:30:28.755 info iobroker host.ioBroker object system.adapter.roborock.0.sigKill created
              host.ioBroker
              2023-06-12 07:30:28.742 info iobroker host.ioBroker object system.adapter.roborock.0.eventLoopLag created
              host.ioBroker
              2023-06-12 07:30:28.729 info iobroker host.ioBroker object system.adapter.roborock.0.outputCount created
              host.ioBroker
              2023-06-12 07:30:28.715 info iobroker host.ioBroker object system.adapter.roborock.0.inputCount created
              host.ioBroker
              2023-06-12 07:30:28.699 info iobroker host.ioBroker object system.adapter.roborock.0.uptime created
              host.ioBroker
              2023-06-12 07:30:28.684 info iobroker host.ioBroker object system.adapter.roborock.0.memRss created
              host.ioBroker
              2023-06-12 07:30:28.668 info iobroker host.ioBroker object system.adapter.roborock.0.memHeapTotal created
              host.ioBroker
              2023-06-12 07:30:28.652 info iobroker host.ioBroker object system.adapter.roborock.0.memHeapUsed created
              host.ioBroker
              2023-06-12 07:30:28.634 info iobroker host.ioBroker object system.adapter.roborock.0.cputime created
              host.ioBroker
              2023-06-12 07:30:28.623 info iobroker host.ioBroker object system.adapter.roborock.0.cpu created
              host.ioBroker
              2023-06-12 07:30:28.605 info iobroker host.ioBroker object system.adapter.roborock.0.compactMode created
              host.ioBroker
              2023-06-12 07:30:28.589 info iobroker host.ioBroker object system.adapter.roborock.0.connected created
              host.ioBroker
              2023-06-12 07:30:28.574 info iobroker host.ioBroker object system.adapter.roborock.0.alive created
              host.ioBroker
              2023-06-12 07:30:28.552 info iobroker host.ioBroker create instance roborock
              host.ioBroker
              2023-06-12 07:30:26.029 info iobroker add roborock 0 --host ioBroker --debug
              2023-06-12 07:29:58.716 info iobroker exit 0
              host.ioBroker
              2023-06-12 07:29:57.588 info iobroker upload [0] roborock.admin /opt/iobroker/node_modules/iobroker.roborock/admin/words.js words.js application/javascript
              host.ioBroker
              2023-06-12 07:29:57.575 info iobroker upload [1] roborock.admin /opt/iobroker/node_modules/iobroker.roborock/admin/roborock.png roborock.png image/png
              host.ioBroker
              2023-06-12 07:29:57.563 info iobroker upload [2] roborock.admin /opt/iobroker/node_modules/iobroker.roborock/admin/jsonConfig.json jsonConfig.json application/json
              host.ioBroker
              2023-06-12 07:29:57.550 info iobroker upload [3] roborock.admin /opt/iobroker/node_modules/iobroker.roborock/admin/i18n/zh-cn/translations.json i18n/zh-cn/translations.json application/json
              host.ioBroker
              2023-06-12 07:29:57.538 info iobroker upload [4] roborock.admin /opt/iobroker/node_modules/iobroker.roborock/admin/i18n/uk/translations.json i18n/uk/translations.json application/json
              host.ioBroker
              2023-06-12 07:29:57.523 info iobroker upload [5] roborock.admin /opt/iobroker/node_modules/iobroker.roborock/admin/i18n/ru/translations.json i18n/ru/translations.json application/json
              host.ioBroker
              2023-06-12 07:29:57.511 info iobroker upload [6] roborock.admin /opt/iobroker/node_modules/iobroker.roborock/admin/i18n/pt/translations.json i18n/pt/translations.json application/json
              host.ioBroker
              2023-06-12 07:29:57.499 info iobroker upload [7] roborock.admin /opt/iobroker/node_modules/iobroker.roborock/admin/i18n/pl/translations.json i18n/pl/translations.json application/json
              host.ioBroker
              2023-06-12 07:29:57.487 info iobroker upload [8] roborock.admin /opt/iobroker/node_modules/iobroker.roborock/admin/i18n/nl/translations.json i18n/nl/translations.json application/json
              host.ioBroker
              2023-06-12 07:29:57.474 info iobroker upload [9] roborock.admin /opt/iobroker/node_modules/iobroker.roborock/admin/i18n/it/translations.json i18n/it/translations.json application/json
              host.ioBroker
              2023-06-12 07:29:57.419 info iobroker upload [10] roborock.admin /opt/iobroker/node_modules/iobroker.roborock/admin/i18n/fr/translations.json i18n/fr/translations.json application/json
              host.ioBroker
              2023-06-12 07:29:57.408 info iobroker upload [11] roborock.admin /opt/iobroker/node_modules/iobroker.roborock/admin/i18n/es/translations.json i18n/es/translations.json application/json
              host.ioBroker
              2023-06-12 07:29:57.396 info iobroker upload [12] roborock.admin /opt/iobroker/node_modules/iobroker.roborock/admin/i18n/en/translations.json i18n/en/translations.json application/json
              host.ioBroker
              2023-06-12 07:29:57.294 info iobroker upload [13] roborock.admin /opt/iobroker/node_modules/iobroker.roborock/admin/i18n/de/translations.json i18n/de/translations.json application/json
              host.ioBroker
              2023-06-12 07:29:54.809 info iobroker upload roborock --debug
              host.ioBroker
              2023-06-12 07:29:17.588 info iobroker exit 0
              host.ioBroker
              2023-06-12 07:29:16.488 info iobroker upload [0] roborock.admin /opt/iobroker/node_modules/iobroker.roborock/admin/words.js words.js application/javascript
              host.ioBroker
              2023-06-12 07:29:16.477 info iobroker upload [1] roborock.admin /opt/iobroker/node_modules/iobroker.roborock/admin/roborock.png roborock.png image/png
              host.ioBroker
              2023-06-12 07:29:16.466 info iobroker upload [2] roborock.admin /opt/iobroker/node_modules/iobroker.roborock/admin/jsonConfig.json jsonConfig.json application/json
              host.ioBroker
              2023-06-12 07:29:16.453 info iobroker upload [3] roborock.admin /opt/iobroker/node_modules/iobroker.roborock/admin/i18n/zh-cn/translations.json i18n/zh-cn/translations.json application/json
              host.ioBroker
              2023-06-12 07:29:16.440 info iobroker upload [4] roborock.admin /opt/iobroker/node_modules/iobroker.roborock/admin/i18n/uk/translations.json i18n/uk/translations.json application/json
              host.ioBroker
              2023-06-12 07:29:16.429 info iobroker upload [5] roborock.admin /opt/iobroker/node_modules/iobroker.roborock/admin/i18n/ru/translations.json i18n/ru/translations.json application/json
              host.ioBroker
              2023-06-12 07:29:16.410 info iobroker upload [6] roborock.admin /opt/iobroker/node_modules/iobroker.roborock/admin/i18n/pt/translations.json i18n/pt/translations.json application/json
              host.ioBroker
              2023-06-12 07:29:16.387 info iobroker upload [7] roborock.admin /opt/iobroker/node_modules/iobroker.roborock/admin/i18n/pl/translations.json i18n/pl/translations.json application/json
              host.ioBroker
              2023-06-12 07:29:16.369 info iobroker upload [8] roborock.admin /opt/iobroker/node_modules/iobroker.roborock/admin/i18n/nl/translations.json i18n/nl/translations.json application/json
              host.ioBroker
              2023-06-12 07:29:16.358 info iobroker upload [9] roborock.admin /opt/iobroker/node_modules/iobroker.roborock/admin/i18n/it/translations.json i18n/it/translations.json application/json
              host.ioBroker
              2023-06-12 07:29:16.346 info iobroker upload [10] roborock.admin /opt/iobroker/node_modules/iobroker.roborock/admin/i18n/fr/translations.json i18n/fr/translations.json application/json
              host.ioBroker
              2023-06-12 07:29:16.335 info iobroker upload [11] roborock.admin /opt/iobroker/node_modules/iobroker.roborock/admin/i18n/es/translations.json i18n/es/translations.json application/json
              host.ioBroker
              2023-06-12 07:29:16.323 info iobroker upload [12] roborock.admin /opt/iobroker/node_modules/iobroker.roborock/admin/i18n/en/translations.json i18n/en/translations.json application/json
              host.ioBroker
              2023-06-12 07:29:16.218 info iobroker upload [13] roborock.admin /opt/iobroker/node_modules/iobroker.roborock/admin/i18n/de/translations.json i18n/de/translations.json application/json
              host.ioBroker
              2023-06-12 07:29:16.100 info iobroker added 224 packages in 49s76 packages are looking for funding run npm fund for details
              host.ioBroker
              2023-06-12 07:29:16.098 info iobroker
              host.ioBroker
              2023-06-12 07:28:25.355 info iobroker Installing copystring/ioBroker.roborock#dev... (System call)
              host.ioBroker
              2023-06-12 07:28:25.352 info iobroker NPM version: 9.5.1
              host.ioBroker
              2023-06-12 07:28:23.670 info iobroker install copystring/ioBroker.roborock#dev
              host.ioBroker
              2023-06-12 07:28:21.475 info iobroker url https://github.com/copystring/ioBroker.roborock/tree/dev --host ioBroker --debug

              copystring 1 Reply Last reply Reply Quote 0
              • copystring
                copystring @Andy61 last edited by

                @andy61 🤦 ich habe vergessen, ich muss das an zwei Ecken anpassen. Mache ich heute Abend.

                D A 2 Replies Last reply Reply Quote 0
                • D
                  Dimi @copystring last edited by Dimi

                  @copystring

                  Hi,

                  hattest du was an den consumables geändert? Ich habe den Adapter mal gelöscht und aus der dev neu installiert. Jedoch gehen Filter, Seitenbürste und Haupbürste % Angaben nicht mehr. Hat vorher beim S6 MaxV sehr gut funktioniert. Unter HomeData sind die Werte da. ("125":89,"126":83,"127":78). Könntest du 125,126 und 127 wieder unter consumables anzeigen lassen?

                  895344e3-9021-4ce3-9005-4df2d2cd468c-grafik.png

                  1 Reply Last reply Reply Quote 0
                  • A
                    Andy61 @copystring last edited by

                    @copystring
                    Super, schon einmal vielen Dank.

                    1 Reply Last reply Reply Quote 0
                    • copystring
                      copystring last edited by

                      @Andy61 @Dimi ist jetzt in dev behoben

                      D A 2 Replies Last reply Reply Quote 0
                      • D
                        Dimi @copystring last edited by

                        @copystring

                        Danke. Geht wieder.

                        1 Reply Last reply Reply Quote 1
                        • A
                          Andy61 @copystring last edited by

                          @copystring
                          Einfach klasse, geht jetzt auch mit dem Q7. Steuerung und Überwachung mittels iobroker möglich. Danke.

                          copystring 1 Reply Last reply Reply Quote 0
                          • copystring
                            copystring @Andy61 last edited by

                            @andy61 Kein Problem. Den Q7 kenne ich so nicht, ist aber wahrscheinlich ähnlich zu dem S7. Trotzdem könnte es sein, dass etwas nicht läuft.

                            A 1 Reply Last reply Reply Quote 0
                            • A
                              Andy61 @copystring last edited by

                              @copystring
                              es läuft alles gut, aber folgende Meldungen bekomme ich derzeit noch (1 x info, 2 x error):
                              info State value to set for "roborock.0.Devices.51za3aNnE2uYi7ZXXXXXXX.deviceStatus.water_box_custom_mode" has to be type "number" but received type "string"
                              error Unsported attribute: charge_status of get_status. Please contact the dev to add the newly found attribute of your robot.
                              error Unsported attribute: switch_map_mode of get_status. Please contact the dev to add the newly found attribute of your robot.

                              1 Reply Last reply Reply Quote 0
                              • copystring
                                copystring last edited by

                                @andy61 Bitte ein vollständiges debug log hier als Datei anhängen.

                                A M 2 Replies Last reply Reply Quote 0
                                • A
                                  Andy61 @copystring last edited by

                                  @copystring
                                  Hallo copystring, hier die Datei
                                  log_roborock_1406.txt
                                  LG Andreas

                                  copystring 1 Reply Last reply Reply Quote 0
                                  • M
                                    Malaus @copystring last edited by Malaus

                                    @copystring vielen Dank für deine Arbeit. Bin nun wieder zurück zur Roborock App, um den Adapter zu testen. Momentan vermisse ich die goto Funktion über die Datenpunkte. Oder heißen die hier anderst?
                                    Ich habe einen S7.

                                    Edit: Habe herausgefunden das ich die dev Version benötige

                                    1 Reply Last reply Reply Quote 0
                                    • copystring
                                      copystring @Andy61 last edited by

                                      @andy61 hat der Q7 keinen Wischmop?

                                      A 1 Reply Last reply Reply Quote 0
                                      • A
                                        Andy61 @copystring last edited by Andy61

                                        @copystring
                                        eigentlich schon. Der Wischmopp ist aber nur fest angefügt und die Wasserzufuhr ist auch nicht zu regulieren. Da ist nicht wirklich etwas einzustellen. Der Wischmopp wird nur hinterhergezogen und übt keinen Druck auf den Boden aus. Sie nennen das passive Wischfunktion. Beim max ist das anders.

                                        copystring 1 Reply Last reply Reply Quote 0
                                        • copystring
                                          copystring @Andy61 last edited by

                                          @andy61 Verstehe. Dann müsste die dev jetzt passen. Bitte mal testen und neues log anhängen. Es sollte ohne Fehler sein.

                                          A 1 Reply Last reply Reply Quote 0
                                          • A
                                            Andy61 @copystring last edited by Andy61

                                            @copystring
                                            ja, jetzt sind keine Fehler mehr zu erkennen. Super. Vielen Dank für die schnelle Hilfe.
                                            Die eine Meldung habe ich noch, bei der der Typ nicht stimmt;
                                            info State value to set for "roborock.0.Devices.51za3aNnE2uYi7ZXXXXXXX.deviceStatus.water_box_custom_mode" has to be type "number" but received type "string"

                                            copystring 1 Reply Last reply Reply Quote 1
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            920
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            51
                                            766
                                            164824
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo