copystring / ioBroker.roborock

Roborock ioBroker Adapter
MIT License
45 stars 21 forks source link

Support for Roborock Q8 Max (Plus) #436

Closed saint-hh closed 10 months ago

saint-hh commented 11 months ago

Hi, it would be nice if the Q8 Max Plus would be supported.

Currently, with version 0.4.4 the adapter is continuously crashing (tried production and dev).

My system is running on: Ubuntu Linux 22.04.3 Node.js v18.18.2

Please let me know how I can support.

Last log:


2023-11-24 20:28:04.712 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.raspberrypi
2023-11-24 20:28:04.712 error   instance system.adapter.roborock.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
host.raspberrypi
2023-11-24 20:28:04.712 error   Caught by controller[1]: at /opt/iobroker/node_modules/iobroker.roborock/main.js:208:29
host.raspberrypi
2023-11-24 20:28:04.712 error   Caught by controller[1]: at new vacuum (/opt/iobroker/node_modules/iobroker.roborock/lib/vacuum.js:45:31)
host.raspberrypi
2023-11-24 20:28:04.712 error   Caught by controller[1]: at require (node:internal/modules/cjs/helpers:119:18)
host.raspberrypi
2023-11-24 20:28:04.712 error   Caught by controller[1]: at Module.require (node:internal/modules/cjs/loader:1143:19)
host.raspberrypi
2023-11-24 20:28:04.711 error   Caught by controller[1]: at Function.Module._load (node:internal/modules/cjs/loader:922:27)
host.raspberrypi
2023-11-24 20:28:04.711 error   Caught by controller[1]: at Function.Module._resolveFilename (node:internal/modules/cjs/loader:1077:15)
host.raspberrypi
2023-11-24 20:28:04.711 error   Caught by controller[1]: - /opt/iobroker/node_modules/iobroker.roborock/main.js
host.raspberrypi
2023-11-24 20:28:04.711 error   Caught by controller[1]: - /opt/iobroker/node_modules/iobroker.roborock/lib/vacuum.js
host.raspberrypi
2023-11-24 20:28:04.711 error   Caught by controller[1]: Require stack:
host.raspberrypi
2023-11-24 20:28:04.711 error   Caught by controller[1]: Error: Cannot find module './undefined'
host.raspberrypi
2023-11-24 20:28:04.710 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-11-24 20:28:04.623 info    terminating

roborock.0
2023-11-24 20:28:04.121 warn    Terminated (UNCAUGHT_EXCEPTION): Without reason

roborock.0
2023-11-24 20:28:04.120 info    terminating

roborock.0
2023-11-24 20:28:04.105 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-11-24 20:28:04.104 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:1077:15) at Function.Module._load (node:internal/modules/cjs/loader:922:27) at Module.require (node:internal/modules/cjs/loader:1143:19) at require (node:internal/modules/cjs/helpers:119:18) at new vacuum (/opt/iobroker/node_modules/iobroker.roborock/lib/vacuum.js:45:31) at /opt/iobroker/node_modules/iobroker.roborock/main.js:208:29

roborock.0
2023-11-24 20:28:04.099 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-11-24 20:28:04.098 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-11-24 20:28:03.303 error   The model roborock.vacuum.a73 is not supported. Get in touch with the dev to get this robot supported.

roborock.0
2023-11-24 20:28:03.301 info    MQTT initialized

roborock.0
2023-11-24 20:28:02.588 info    starting. Version 0.4.4 in /opt/iobroker/node_modules/iobroker.roborock, node: v18.18.2, js-controller: 5.0.16```