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

  • Wartung am 15.11. – Forum ab 22:00 Uhr nicht erreichbar
    BluefoxB
    Bluefox
    11
    2
    218

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

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

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.
  • copystringC copystring

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

    A Offline
    A Offline
    Andy61
    wrote on last edited by
    #685

    @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

    copystringC 1 Reply Last reply
    0
    • A Andy61

      @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

      copystringC Offline
      copystringC Offline
      copystring
      wrote on last edited by
      #686

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

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

      D A 2 Replies Last reply
      0
      • copystringC copystring

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

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

        @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
        0
        • copystringC copystring

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

          A Offline
          A Offline
          Andy61
          wrote on last edited by
          #688

          @copystring
          Super, schon einmal vielen Dank.

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

            @Andy61 @Dimi ist jetzt in dev behoben

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

            D A 2 Replies Last reply
            0
            • copystringC copystring

              @Andy61 @Dimi ist jetzt in dev behoben

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

              @copystring

              Danke. Geht wieder.

              1 Reply Last reply
              1
              • copystringC copystring

                @Andy61 @Dimi ist jetzt in dev behoben

                A Offline
                A Offline
                Andy61
                wrote on last edited by
                #691

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

                copystringC 1 Reply Last reply
                0
                • A Andy61

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

                  copystringC Offline
                  copystringC Offline
                  copystring
                  wrote on last edited by
                  #692

                  @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.

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

                  A 1 Reply Last reply
                  0
                  • copystringC copystring

                    @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 Offline
                    A Offline
                    Andy61
                    wrote on last edited by
                    #693

                    @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
                    0
                    • copystringC Offline
                      copystringC Offline
                      copystring
                      wrote on last edited by
                      #694

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

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

                      A M 2 Replies Last reply
                      0
                      • copystringC copystring

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

                        A Offline
                        A Offline
                        Andy61
                        wrote on last edited by
                        #695

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

                        copystringC 1 Reply Last reply
                        0
                        • copystringC copystring

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

                          M Offline
                          M Offline
                          Malaus
                          wrote on last edited by Malaus
                          #696

                          @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
                          0
                          • A Andy61

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

                            copystringC Offline
                            copystringC Offline
                            copystring
                            wrote on last edited by
                            #697

                            @andy61 hat der Q7 keinen Wischmop?

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

                            A 1 Reply Last reply
                            0
                            • copystringC copystring

                              @andy61 hat der Q7 keinen Wischmop?

                              A Offline
                              A Offline
                              Andy61
                              wrote on last edited by Andy61
                              #698

                              @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.

                              copystringC 1 Reply Last reply
                              0
                              • A 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.

                                copystringC Offline
                                copystringC Offline
                                copystring
                                wrote on last edited by
                                #699

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

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

                                A 1 Reply Last reply
                                0
                                • copystringC copystring

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

                                  A Offline
                                  A Offline
                                  Andy61
                                  wrote on last edited by Andy61
                                  #700

                                  @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"

                                  copystringC 1 Reply Last reply
                                  1
                                  • A 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"

                                    copystringC Offline
                                    copystringC Offline
                                    copystring
                                    wrote on last edited by
                                    #701

                                    @andy61 Hm, merkwürdig. Ich dachte, das habe ich behoben. Brauche nochmal ein debug log.

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

                                    A 1 Reply Last reply
                                    0
                                    • copystringC copystring

                                      @andy61 Hm, merkwürdig. Ich dachte, das habe ich behoben. Brauche nochmal ein debug log.

                                      A Offline
                                      A Offline
                                      Andy61
                                      wrote on last edited by
                                      #702

                                      @copystring Hallo copystring, habe den iobroker noch einmal durchgestatet. Jetzt ist alles ok. Keine Meldungen mehr. Super Job. Vielen Dank.

                                      1 Reply Last reply
                                      0
                                      • jahnbesJ Offline
                                        jahnbesJ Offline
                                        jahnbes
                                        wrote on last edited by jahnbes
                                        #703

                                        Hallo Mitstreiter,
                                        ich habe heute versucht, die Zimmerreinigung (einzelne Zimmer getrennt) wie hier im Forum beschrieben zu installieren:
                                        "Für die Raumreinigung die Räume unter Floors entsprechend auf true oder false setzen und anschließend unter commands app_segment_clean auf true setzen."
                                        Hat auch exakt einmal geklappt, seitdem geht diesbezüglich nichts mehr, egal, wie ich die Räume gesetzt habe, commands app_segment_clean springt nicht mehr an.
                                        Nur wenn ich alle Räume auf true setze, dann säubert er mit commands app_segment_clean wieder alle Räume. Setze ich danach nur einen Raum auf true, egal, welchen, verweigert commands app_segment_clean den Dienst.
                                        Ich habe das Forum auf Antworten hin geflöht und alles dort beschriebene versucht (App neu starten, Etagennamen vergeben, ...), allein commands app_segment_clean schweigt.
                                        Zur Etage, ich habe nur eine, die hat einen Namen, "Wohnung Bert".
                                        Hat jemand eine Idee, wie ich zu einer funktionierenden Einzelzimmerreinigung kommen kann?
                                        Ein schönes Wochenende noch, Gruß, Bert.
                                        (roborock S7 MAXV, iobroker auf einem Raspberry 4 Pi mit 8GByte, HabPanel)

                                        David G.D 1 Reply Last reply
                                        0
                                        • jahnbesJ jahnbes

                                          Hallo Mitstreiter,
                                          ich habe heute versucht, die Zimmerreinigung (einzelne Zimmer getrennt) wie hier im Forum beschrieben zu installieren:
                                          "Für die Raumreinigung die Räume unter Floors entsprechend auf true oder false setzen und anschließend unter commands app_segment_clean auf true setzen."
                                          Hat auch exakt einmal geklappt, seitdem geht diesbezüglich nichts mehr, egal, wie ich die Räume gesetzt habe, commands app_segment_clean springt nicht mehr an.
                                          Nur wenn ich alle Räume auf true setze, dann säubert er mit commands app_segment_clean wieder alle Räume. Setze ich danach nur einen Raum auf true, egal, welchen, verweigert commands app_segment_clean den Dienst.
                                          Ich habe das Forum auf Antworten hin geflöht und alles dort beschriebene versucht (App neu starten, Etagennamen vergeben, ...), allein commands app_segment_clean schweigt.
                                          Zur Etage, ich habe nur eine, die hat einen Namen, "Wohnung Bert".
                                          Hat jemand eine Idee, wie ich zu einer funktionierenden Einzelzimmerreinigung kommen kann?
                                          Ein schönes Wochenende noch, Gruß, Bert.
                                          (roborock S7 MAXV, iobroker auf einem Raspberry 4 Pi mit 8GByte, HabPanel)

                                          David G.D Offline
                                          David G.D Offline
                                          David G.
                                          wrote on last edited by
                                          #704

                                          @jahnbes
                                          Hast du denn die entsprechende Etage der ausgewählten Räume geladen?
                                          Unter load_multimap.

                                          Sonst geht es nicht.

                                          Zeigt eure Lovelace-Visualisierung klick
                                          (Auch ideal um sich Anregungen zu holen)

                                          Meine Tabellen für eure Visualisierung klick

                                          jahnbesJ 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

                                          52

                                          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