Skip to content

ioBroker Allgemein

Integrationtsplattform für IoT
29.6k Themen 435.6k Beiträge

NEWS

  • [GELÖST] Dropdown-Objektwert setzen

    6
    2
    0 Stimmen
    6 Beiträge
    388 Aufrufe
    CodierknechtC
    @alexander-brömmelsiek sagte in [GELÖST] Dropdown-Objektwert setzen: habe ich das nicht schon ? Nein - gefragt waren die Objektdaten. Also sowas hier: { "common": { "name": "Wirkleistung", "desc": "Manuell erzeugt", "role": "state", "type": "number", "read": true, "write": true, "def": 0, "alias": { "id": "0_userdata.0.Strom.Total", "read": "parseFloat(val)" } }, "type": "state", "native": {}, "_id": "alias.0.Test.Wirkleistung", "acl": { "object": 1636, "state": 1636, "owner": "system.user.admin", "ownerGroup": "system.group.administrator" }, "from": "system.adapter.admin.0", "user": "system.user.admin", "ts": 1712088006385 }
  • Alexa2: Wie kann ich Smartdevices automatisch abfragen?

    1
    3
    0 Stimmen
    1 Beiträge
    183 Aufrufe
    Niemand hat geantwortet
  • Vis2 Adapter macht Probleme.

    22
    0 Stimmen
    22 Beiträge
    2k Aufrufe
    T
    @oliverio Vis2 ist zwar jetzt grün aber viele Fehler im LOG. 2024-11-03 13:34:24.290 - info: host.iobroker start controller for compactgroup 1 2024-11-03 13:34:24.308 - info: host.iobroker instance system.adapter.roborock.0 is handled by compact group controller pid 472710 2024-11-03 13:34:25.187 - info: host.iobroker.compactgroup1 iobroker.js-controller version 6.0.11 js-controller starting 2024-11-03 13:34:25.667 - info: host.iobroker.compactgroup1 connected to Objects and States 2024-11-03 13:34:25.685 - info: host.iobroker.compactgroup1 added notifications configuration of host 2024-11-03 13:34:26.209 - info: host.iobroker.compactgroup1 starting 1 instance 2024-11-03 13:34:27.848 - info: host.iobroker.compactgroup1 instance system.adapter.roborock.0 started in COMPACT mode 2024-11-03 13:34:28.828 - info: roborock.0 (COMPACT) starting. Version 0.6.16 in /opt/iobroker/node_modules/iobroker.roborock, node: v20.18.0, js-controller: 6.0.11 2024-11-03 13:34:28.831 - info: roborock.0 (COMPACT) Starting adapter. This might take a few minutes depending on your setup. Please wait. 2024-11-03 13:34:29.023 - error: roborock.0 (COMPACT) Error in getUserData: Login returned empty userdata. 2024-11-03 13:34:29.024 - info: roborock.0 (COMPACT) Method "deleteState" is deprecated and will be removed in js-controller 7, use "delObject" instead 2024-11-03 13:34:29.031 - info: roborock.0 (COMPACT) Method "deleteState" is deprecated and will be removed in js-controller 7, use "delObject" instead 2024-11-03 13:34:29.040 - info: host.iobroker.compactgroup1 stopInstance system.adapter.roborock.0 (force=false, process=true) 2024-11-03 13:34:29.041 - error: roborock.0 (COMPACT) 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(). 2024-11-03 13:34:29.041 - error: roborock.0 (COMPACT) unhandled promise rejection: Login returned empty userdata. 2024-11-03 13:34:29.042 - error: roborock.0 (COMPACT) Error: Login returned empty userdata. at Roborock.getUserData (/opt/iobroker/node_modules/iobroker.roborock/main.js:253:11) at processTicksAndRejections (node:internal/process/task_queues:95:5) at Roborock.onReady (/opt/iobroker/node_modules/iobroker.roborock/main.js:102:20) 2024-11-03 13:34:29.042 - error: roborock.0 (COMPACT) Login returned empty userdata. 2024-11-03 13:34:29.055 - info: roborock.0 (COMPACT) terminating 2024-11-03 13:34:29.056 - warn: roborock.0 (COMPACT) Terminated (UNCAUGHT_EXCEPTION): Without reason 2024-11-03 13:34:29.058 - info: roborock.0 (COMPACT) Got terminate signal TERMINATE_YOURSELF 2024-11-03 13:34:29.058 - info: host.iobroker.compactgroup1 stopInstance system.adapter.roborock.0 send kill signal 2024-11-03 13:34:29.557 - info: roborock.0 (COMPACT) terminating 2024-11-03 13:34:29.681 - info: host.iobroker.compactgroup1 instance system.adapter.roborock.0 terminated with code 6 (UNCAUGHT_EXCEPTION) 2024-11-03 13:34:29.682 - info: host.iobroker.compactgroup1 All instances are stopped. 2024-11-03 13:34:29.849 - info: host.iobroker.compactgroup1 terminated 2024-11-03 13:34:30.078 - info: host.iobroker compactgroup controller 1 terminated with code 6 (UNCAUGHT_EXCEPTION) 2024-11-03 13:34:30.185 - error: host.iobroker Caught by controller[0]: Uncaught Rejection: Error: Login returned empty userdata. 2024-11-03 13:34:30.185 - error: host.iobroker Caught by controller[0]: at Roborock.getUserData (/opt/iobroker/node_modules/iobroker.roborock/main.js:253:11) 2024-11-03 13:34:30.185 - error: host.iobroker Caught by controller[0]: at processTicksAndRejections (node:internal/process/task_queues:95:5) 2024-11-03 13:34:30.185 - error: host.iobroker Caught by controller[0]: at Roborock.onReady (/opt/iobroker/node_modules/iobroker.roborock/main.js:102:20) 2024-11-03 13:34:30.186 - error: host.iobroker Caught by controller[1]: Login returned empty userdata. 2024-11-03 13:34:30.186 - error: host.iobroker Caught by controller[2]: Error: Login returned empty userdata. 2024-11-03 13:34:30.186 - error: host.iobroker Caught by controller[2]: at Roborock.getUserData (/opt/iobroker/node_modules/iobroker.roborock/main.js:253:11) 2024-11-03 13:34:30.186 - error: host.iobroker Caught by controller[2]: at processTicksAndRejections (node:internal/process/task_queues:95:5) 2024-11-03 13:34:30.186 - error: host.iobroker Caught by controller[2]: at Roborock.onReady (/opt/iobroker/node_modules/iobroker.roborock/main.js:102:20) 2024-11-03 13:34:30.186 - error: host.iobroker Caught by controller[3]: 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: 2024-11-03 13:34:30.186 - error: host.iobroker Caught by controller[4]: Error: Login returned empty userdata. 2024-11-03 13:34:30.186 - error: host.iobroker Caught by controller[4]: at Roborock.getUserData (/opt/iobroker/node_modules/iobroker.roborock/main.js:253:11) 2024-11-03 13:34:30.186 - error: host.iobroker Caught by controller[4]: at processTicksAndRejections (node:internal/process/task_queues:95:5) 2024-11-03 13:34:30.186 - error: host.iobroker Caught by controller[4]: at Roborock.onReady (/opt/iobroker/node_modules/iobroker.roborock/main.js:102:20) 2024-11-03 13:34:30.186 - info: host.iobroker Restart compact group controller 1 2024-11-03 13:35:00.896 - info: host.iobroker start controller for compactgroup 1 2024-11-03 13:35:00.913 - info: host.iobroker instance system.adapter.roborock.0 is handled by compact group controller pid 472741 2024-11-03 13:35:02.000 - info: host.iobroker.compactgroup1 iobroker.js-controller version 6.0.11 js-controller starting 2024-11-03 13:35:02.354 - info: javascript.0 (471118) script.js.common.Solarweb: Solarweb Forecast Forecast Today konnte nicht abgefragt werden - Kein Premiumaccount 2024-11-03 13:35:02.596 - info: host.iobroker.compactgroup1 connected to Objects and States 2024-11-03 13:35:02.615 - info: host.iobroker.compactgroup1 added notifications configuration of host 2024-11-03 13:35:02.929 - info: web.0 (471869) ==> Connected system.user.admin from ::ffff:192.168.9.50 2024-11-03 13:35:03.182 - info: host.iobroker.compactgroup1 starting 1 instance 2024-11-03 13:35:05.671 - info: host.iobroker.compactgroup1 instance system.adapter.roborock.0 started in COMPACT mode 2024-11-03 13:35:06.138 - info: javascript.0 (471118) script.js.common.Solarweb: Solarweb Forecast Forecast Tomorrow konnte nicht abgefragt werden - Kein Premiumaccount 2024-11-03 13:35:07.456 - info: solax.0 (471456) State value to set for "solax.0.data.json" has to be type "string" but received type "number" 2024-11-03 13:35:07.719 - info: roborock.0 (COMPACT) starting. Version 0.6.16 in /opt/iobroker/node_modules/iobroker.roborock, node: v20.18.0, js-controller: 6.0.11 2024-11-03 13:35:07.722 - info: roborock.0 (COMPACT) Starting adapter. This might take a few minutes depending on your setup. Please wait. 2024-11-03 13:35:07.940 - error: roborock.0 (COMPACT) Error in getUserData: Login returned empty userdata. 2024-11-03 13:35:07.940 - info: roborock.0 (COMPACT) Method "deleteState" is deprecated and will be removed in js-controller 7, use "delObject" instead 2024-11-03 13:35:07.948 - info: roborock.0 (COMPACT) Method "deleteState" is deprecated and will be removed in js-controller 7, use "delObject" instead 2024-11-03 13:35:07.957 - info: host.iobroker.compactgroup1 stopInstance system.adapter.roborock.0 (force=false, process=true) 2024-11-03 13:35:07.959 - error: roborock.0 (COMPACT) 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(). 2024-11-03 13:35:07.959 - error: roborock.0 (COMPACT) unhandled promise rejection: Login returned empty userdata. 2024-11-03 13:35:07.960 - error: roborock.0 (COMPACT) Error: Login returned empty userdata. at Roborock.getUserData (/opt/iobroker/node_modules/iobroker.roborock/main.js:253:11) at processTicksAndRejections (node:internal/process/task_queues:95:5) at Roborock.onReady (/opt/iobroker/node_modules/iobroker.roborock/main.js:102:20) 2024-11-03 13:35:07.960 - error: roborock.0 (COMPACT) Login returned empty userdata. 2024-11-03 13:35:07.975 - info: roborock.0 (COMPACT) terminating 2024-11-03 13:35:07.976 - warn: roborock.0 (COMPACT) Terminated (UNCAUGHT_EXCEPTION): Without reason 2024-11-03 13:35:07.977 - info: roborock.0 (COMPACT) Got terminate signal TERMINATE_YOURSELF 2024-11-03 13:35:07.980 - info: host.iobroker.compactgroup1 stopInstance system.adapter.roborock.0 send kill signal 2024-11-03 13:35:08.477 - info: roborock.0 (COMPACT) terminating 2024-11-03 13:35:08.617 - info: host.iobroker.compactgroup1 instance system.adapter.roborock.0 terminated with code 6 (UNCAUGHT_EXCEPTION) 2024-11-03 13:35:08.617 - info: host.iobroker.compactgroup1 All instances are stopped. 2024-11-03 13:35:08.937 - info: host.iobroker.compactgroup1 terminated 2024-11-03 13:35:08.990 - info: host.iobroker compactgroup controller 1 terminated with code 6 (UNCAUGHT_EXCEPTION) 2024-11-03 13:35:09.092 - error: host.iobroker Caught by controller[0]: Uncaught Rejection: Error: Login returned empty userdata. 2024-11-03 13:35:09.092 - error: host.iobroker Caught by controller[0]: at Roborock.getUserData (/opt/iobroker/node_modules/iobroker.roborock/main.js:253:11) 2024-11-03 13:35:09.092 - error: host.iobroker Caught by controller[0]: at processTicksAndRejections (node:internal/process/task_queues:95:5) 2024-11-03 13:35:09.092 - error: host.iobroker Caught by controller[0]: at Roborock.onReady (/opt/iobroker/node_modules/iobroker.roborock/main.js:102:20) 2024-11-03 13:35:09.092 - error: host.iobroker Caught by controller[1]: Login returned empty userdata. 2024-11-03 13:35:09.092 - error: host.iobroker Caught by controller[2]: Error: Login returned empty userdata. 2024-11-03 13:35:09.093 - error: host.iobroker Caught by controller[2]: at Roborock.getUserData (/opt/iobroker/node_modules/iobroker.roborock/main.js:253:11) 2024-11-03 13:35:09.093 - error: host.iobroker Caught by controller[2]: at processTicksAndRejections (node:internal/process/task_queues:95:5) 2024-11-03 13:35:09.093 - error: host.iobroker Caught by controller[2]: at Roborock.onReady (/opt/iobroker/node_modules/iobroker.roborock/main.js:102:20) 2024-11-03 13:35:09.093 - error: host.iobroker Caught by controller[3]: 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: 2024-11-03 13:35:09.093 - error: host.iobroker Caught by controller[4]: Error: Login returned empty userdata. 2024-11-03 13:35:09.093 - error: host.iobroker Caught by controller[4]: at Roborock.getUserData (/opt/iobroker/node_modules/iobroker.roborock/main.js:253:11) 2024-11-03 13:35:09.093 - error: host.iobroker Caught by controller[4]: at processTicksAndRejections (node:internal/process/task_queues:95:5) 2024-11-03 13:35:09.093 - error: host.iobroker Caught by controller[4]: at Roborock.onReady (/opt/iobroker/node_modules/iobroker.roborock/main.js:102:20) 2024-11-03 13:35:09.093 - info: host.iobroker Restart compact group controller 1 2024-11-03 13:35:16.296 - info: web.0 (471869) ==> Connected system.user.admin from ::ffff:192.168.9.50 2024-11-03 13:35:39.650 - info: host.iobroker start controller for compactgroup 1 2024-11-03 13:35:39.673 - info: host.iobroker instance system.adapter.roborock.0 is handled by compact group controller pid 472759 2024-11-03 13:35:40.637 - info: host.iobroker.compactgroup1 iobroker.js-controller version 6.0.11 js-controller starting 2024-11-03 13:35:41.065 - info: host.iobroker.compactgroup1 connected to Objects and States 2024-11-03 13:35:41.082 - info: host.iobroker.compactgroup1 added notifications configuration of host 2024-11-03 13:35:41.644 - info: host.iobroker.compactgroup1 starting 1 instance 2024-11-03 13:35:43.850 - info: host.iobroker.compactgroup1 instance system.adapter.roborock.0 started in COMPACT mode 2024-11-03 13:35:44.642 - info: roborock.0 (COMPACT) starting. Version 0.6.16 in /opt/iobroker/node_modules/iobroker.roborock, node: v20.18.0, js-controller: 6.0.11 2024-11-03 13:35:44.645 - info: roborock.0 (COMPACT) Starting adapter. This might take a few minutes depending on your setup. Please wait. 2024-11-03 13:35:44.835 - error: roborock.0 (COMPACT) Error in getUserData: Login returned empty userdata. 2024-11-03 13:35:44.835 - info: roborock.0 (COMPACT) Method "deleteState" is deprecated and will be removed in js-controller 7, use "delObject" instead 2024-11-03 13:35:44.845 - info: roborock.0 (COMPACT) Method "deleteState" is deprecated and will be removed in js-controller 7, use "delObject" instead 2024-11-03 13:35:44.855 - info: host.iobroker.compactgroup1 stopInstance system.adapter.roborock.0 (force=false, process=true) 2024-11-03 13:35:44.857 - error: roborock.0 (COMPACT) 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(). 2024-11-03 13:35:44.857 - error: roborock.0 (COMPACT) unhandled promise rejection: Login returned empty userdata. 2024-11-03 13:35:44.857 - error: roborock.0 (COMPACT) Error: Login returned empty userdata. at Roborock.getUserData (/opt/iobroker/node_modules/iobroker.roborock/main.js:253:11) at processTicksAndRejections (node:internal/process/task_queues:95:5) at Roborock.onReady (/opt/iobroker/node_modules/iobroker.roborock/main.js:102:20) 2024-11-03 13:35:44.858 - error: roborock.0 (COMPACT) Login returned empty userdata. 2024-11-03 13:35:44.873 - info: roborock.0 (COMPACT) terminating 2024-11-03 13:35:44.874 - warn: roborock.0 (COMPACT) Terminated (UNCAUGHT_EXCEPTION): Without reason 2024-11-03 13:35:44.876 - info: roborock.0 (COMPACT) Got terminate signal TERMINATE_YOURSELF 2024-11-03 13:35:44.940 - info: host.iobroker.compactgroup1 stopInstance system.adapter.roborock.0 send kill signal 2024-11-03 13:35:45.375 - info: roborock.0 (COMPACT) terminating 2024-11-03 13:35:45.504 - info: host.iobroker.compactgroup1 instance system.adapter.roborock.0 terminated with code 6 (UNCAUGHT_EXCEPTION) 2024-11-03 13:35:45.505 - info: host.iobroker.compactgroup1 All instances are stopped. 2024-11-03 13:35:45.669 - info: host.iobroker.compactgroup1 terminated 2024-11-03 13:35:45.894 - info: host.iobroker compactgroup controller 1 terminated with code 6 (UNCAUGHT_EXCEPTION) 2024-11-03 13:35:46.064 - error: host.iobroker Caught by controller[0]: Uncaught Rejection: Error: Login returned empty userdata. 2024-11-03 13:35:46.064 - error: host.iobroker Caught by controller[0]: at Roborock.getUserData (/opt/iobroker/node_modules/iobroker.roborock/main.js:253:11) 2024-11-03 13:35:46.065 - error: host.iobroker Caught by controller[0]: at processTicksAndRejections (node:internal/process/task_queues:95:5) 2024-11-03 13:35:46.065 - error: host.iobroker Caught by controller[0]: at Roborock.onReady (/opt/iobroker/node_modules/iobroker.roborock/main.js:102:20) 2024-11-03 13:35:46.065 - error: host.iobroker Caught by controller[1]: Login returned empty userdata. 2024-11-03 13:35:46.065 - error: host.iobroker Caught by controller[1]: Error: Login returned empty userdata. 2024-11-03 13:35:46.065 - error: host.iobroker Caught by controller[1]: at Roborock.getUserData (/opt/iobroker/node_modules/iobroker.roborock/main.js:253:11) 2024-11-03 13:35:46.065 - error: host.iobroker Caught by controller[1]: at processTicksAndRejections (node:internal/process/task_queues:95:5) 2024-11-03 13:35:46.065 - error: host.iobroker Caught by controller[1]: at Roborock.onReady (/opt/iobroker/node_modules/iobroker.roborock/main.js:102:20) 2024-11-03 13:35:46.065 - error: host.iobroker Caught by controller[2]: 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: 2024-11-03 13:35:46.065 - error: host.iobroker Caught by controller[3]: Error: Login returned empty userdata. 2024-11-03 13:35:46.065 - error: host.iobroker Caught by controller[3]: at Roborock.getUserData (/opt/iobroker/node_modules/iobroker.roborock/main.js:253:11) 2024-11-03 13:35:46.065 - error: host.iobroker Caught by controller[3]: at processTicksAndRejections (node:internal/process/task_queues:95:5) 2024-11-03 13:35:46.065 - error: host.iobroker Caught by controller[3]: at Roborock.onReady (/opt/iobroker/node_modules/iobroker.roborock/main.js:102:20) 2024-11-03 13:35:46.065 - info: host.iobroker Restart compact group controller 1 2024-11-03 13:36:16.986 - info: host.iobroker start controller for compactgroup 1 2024-11-03 13:36:17.008 - info: host.iobroker instance system.adapter.roborock.0 is handled by compact group controller pid 472790 2024-11-03 13:36:17.899 - info: host.iobroker.compactgroup1 iobroker.js-controller version 6.0.11 js-controller starting 2024-11-03 13:36:18.281 - info: host.iobroker.compactgroup1 connected to Objects and States 2024-11-03 13:36:18.299 - info: host.iobroker.compactgroup1 added notifications configuration of host 2024-11-03 13:36:18.864 - info: host.iobroker.compactgroup1 starting 1 instance 2024-11-03 13:36:21.187 - info: host.iobroker.compactgroup1 instance system.adapter.roborock.0 started in COMPACT mode 2024-11-03 13:36:22.021 - info: roborock.0 (COMPACT) starting. Version 0.6.16 in /opt/iobroker/node_modules/iobroker.roborock, node: v20.18.0, js-controller: 6.0.11 2024-11-03 13:36:22.024 - info: roborock.0 (COMPACT) Starting adapter. This might take a few minutes depending on your setup. Please wait. 2024-11-03 13:36:22.210 - error: roborock.0 (COMPACT) Error in getUserData: Login returned empty userdata. 2024-11-03 13:36:22.210 - info: roborock.0 (COMPACT) Method "deleteState" is deprecated and will be removed in js-controller 7, use "delObject" instead 2024-11-03 13:36:22.217 - info: roborock.0 (COMPACT) Method "deleteState" is deprecated and will be removed in js-controller 7, use "delObject" instead 2024-11-03 13:36:22.226 - info: host.iobroker.compactgroup1 stopInstance system.adapter.roborock.0 (force=false, process=true) 2024-11-03 13:36:22.227 - error: roborock.0 (COMPACT) 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(). 2024-11-03 13:36:22.227 - error: roborock.0 (COMPACT) unhandled promise rejection: Login returned empty userdata. 2024-11-03 13:36:22.228 - error: roborock.0 (COMPACT) Error: Login returned empty userdata. at Roborock.getUserData (/opt/iobroker/node_modules/iobroker.roborock/main.js:253:11) at processTicksAndRejections (node:internal/process/task_queues:95:5) at Roborock.onReady (/opt/iobroker/node_modules/iobroker.roborock/main.js:102:20) 2024-11-03 13:36:22.228 - error: roborock.0 (COMPACT) Login returned empty userdata. 2024-11-03 13:36:22.243 - info: roborock.0 (COMPACT) terminating 2024-11-03 13:36:22.244 - warn: roborock.0 (COMPACT) Terminated (UNCAUGHT_EXCEPTION): Without reason 2024-11-03 13:36:22.246 - info: roborock.0 (COMPACT) Got terminate signal TERMINATE_YOURSELF 2024-11-03 13:36:22.249 - info: host.iobroker.compactgroup1 stopInstance system.adapter.roborock.0 send kill signal 2024-11-03 13:36:22.745 - info: roborock.0 (COMPACT) terminating 2024-11-03 13:36:22.879 - info: host.iobroker.compactgroup1 instance system.adapter.roborock.0 terminated with code 6 (UNCAUGHT_EXCEPTION) 2024-11-03 13:36:22.879 - info: host.iobroker.compactgroup1 All instances are stopped. 2024-11-03 13:36:23.035 - info: host.iobroker.compactgroup1 terminated 2024-11-03 13:36:23.264 - info: host.iobroker compactgroup controller 1 terminated with code 6 (UNCAUGHT_EXCEPTION) 2024-11-03 13:36:23.401 - error: host.iobroker Caught by controller[0]: Uncaught Rejection: Error: Login returned empty userdata. 2024-11-03 13:36:23.401 - error: host.iobroker Caught by controller[0]: at Roborock.getUserData (/opt/iobroker/node_modules/iobroker.roborock/main.js:253:11) 2024-11-03 13:36:23.401 - error: host.iobroker Caught by controller[0]: at processTicksAndRejections (node:internal/process/task_queues:95:5) 2024-11-03 13:36:23.401 - error: host.iobroker Caught by controller[0]: at Roborock.onReady (/opt/iobroker/node_modules/iobroker.roborock/main.js:102:20) 2024-11-03 13:36:23.401 - error: host.iobroker Caught by controller[1]: Login returned empty userdata. 2024-11-03 13:36:23.401 - error: host.iobroker Caught by controller[1]: Error: Login returned empty userdata. 2024-11-03 13:36:23.401 - error: host.iobroker Caught by controller[1]: at Roborock.getUserData (/opt/iobroker/node_modules/iobroker.roborock/main.js:253:11) 2024-11-03 13:36:23.401 - error: host.iobroker Caught by controller[1]: at processTicksAndRejections (node:internal/process/task_queues:95:5) 2024-11-03 13:36:23.401 - error: host.iobroker Caught by controller[1]: at Roborock.onReady (/opt/iobroker/node_modules/iobroker.roborock/main.js:102:20) 2024-11-03 13:36:23.401 - error: host.iobroker Caught by controller[2]: 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: 2024-11-03 13:36:23.401 - error: host.iobroker Caught by controller[3]: Error: Login returned empty userdata. 2024-11-03 13:36:23.402 - error: host.iobroker Caught by controller[3]: at Roborock.getUserData (/opt/iobroker/node_modules/iobroker.roborock/main.js:253:11) 2024-11-03 13:36:23.402 - error: host.iobroker Caught by controller[3]: at processTicksAndRejections (node:internal/process/task_queues:95:5) 2024-11-03 13:36:23.402 - error: host.iobroker Caught by controller[3]: at Roborock.onReady (/opt/iobroker/node_modules/iobroker.roborock/main.js:102:20) 2024-11-03 13:36:23.402 - info: host.iobroker Restart compact group controller 1 2024-11-03 13:36:53.978 - info: host.iobroker start controller for compactgroup 1 2024-11-03 13:36:54.001 - info: host.iobroker instance system.adapter.roborock.0 is handled by compact group controller pid 472807 2024-11-03 13:36:54.947 - info: host.iobroker.compactgroup1 iobroker.js-controller version 6.0.11 js-controller starting 2024-11-03 13:36:55.384 - info: host.iobroker.compactgroup1 connected to Objects and States 2024-11-03 13:36:55.415 - info: host.iobroker.compactgroup1 added notifications configuration of host 2024-11-03 13:36:55.943 - info: host.iobroker.compactgroup1 starting 1 instance 2024-11-03 13:36:58.109 - info: host.iobroker.compactgroup1 instance system.adapter.roborock.0 started in COMPACT mode 2024-11-03 13:36:58.906 - info: roborock.0 (COMPACT) starting. Version 0.6.16 in /opt/iobroker/node_modules/iobroker.roborock, node: v20.18.0, js-controller: 6.0.11 2024-11-03 13:36:58.909 - info: roborock.0 (COMPACT) Starting adapter. This might take a few minutes depending on your setup. Please wait. 2024-11-03 13:36:59.102 - error: roborock.0 (COMPACT) Error in getUserData: Login returned empty userdata. 2024-11-03 13:36:59.103 - info: roborock.0 (COMPACT) Method "deleteState" is deprecated and will be removed in js-controller 7, use "delObject" instead 2024-11-03 13:36:59.111 - info: roborock.0 (COMPACT) Method "deleteState" is deprecated and will be removed in js-controller 7, use "delObject" instead 2024-11-03 13:36:59.120 - info: host.iobroker.compactgroup1 stopInstance system.adapter.roborock.0 (force=false, process=true) 2024-11-03 13:36:59.122 - error: roborock.0 (COMPACT) 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(). 2024-11-03 13:36:59.122 - error: roborock.0 (COMPACT) unhandled promise rejection: Login returned empty userdata. 2024-11-03 13:36:59.122 - error: roborock.0 (COMPACT) Error: Login returned empty userdata. at Roborock.getUserData (/opt/iobroker/node_modules/iobroker.roborock/main.js:253:11) at processTicksAndRejections (node:internal/process/task_queues:95:5) at Roborock.onReady (/opt/iobroker/node_modules/iobroker.roborock/main.js:102:20) 2024-11-03 13:36:59.123 - error: roborock.0 (COMPACT) Login returned empty userdata. 2024-11-03 13:36:59.137 - info: roborock.0 (COMPACT) terminating 2024-11-03 13:36:59.138 - warn: roborock.0 (COMPACT) Terminated (UNCAUGHT_EXCEPTION): Without reason 2024-11-03 13:36:59.140 - info: roborock.0 (COMPACT) Got terminate signal TERMINATE_YOURSELF 2024-11-03 13:36:59.143 - info: host.iobroker.compactgroup1 stopInstance system.adapter.roborock.0 send kill signal 2024-11-03 13:36:59.640 - info: roborock.0 (COMPACT) terminating 2024-11-03 13:36:59.775 - info: host.iobroker.compactgroup1 instance system.adapter.roborock.0 terminated with code 6 (UNCAUGHT_EXCEPTION) 2024-11-03 13:36:59.775 - info: host.iobroker.compactgroup1 All instances are stopped. 2024-11-03 13:36:59.945 - info: host.iobroker.compactgroup1 terminated 2024-11-03 13:37:00.159 - info: host.iobroker compactgroup controller 1 terminated with code 6 (UNCAUGHT_EXCEPTION) 2024-11-03 13:37:00.267 - error: host.iobroker Caught by controller[0]: Uncaught Rejection: Error: Login returned empty userdata. 2024-11-03 13:37:00.268 - error: host.iobroker Caught by controller[0]: at Roborock.getUserData (/opt/iobroker/node_modules/iobroker.roborock/main.js:253:11) 2024-11-03 13:37:00.268 - error: host.iobroker Caught by controller[0]: at processTicksAndRejections (node:internal/process/task_queues:95:5) 2024-11-03 13:37:00.268 - error: host.iobroker Caught by controller[0]: at Roborock.onReady (/opt/iobroker/node_modules/iobroker.roborock/main.js:102:20) 2024-11-03 13:37:00.268 - error: host.iobroker Caught by controller[1]: Login returned empty userdata. 2024-11-03 13:37:00.268 - error: host.iobroker Caught by controller[2]: Error: Login returned empty userdata. 2024-11-03 13:37:00.268 - error: host.iobroker Caught by controller[2]: at Roborock.getUserData (/opt/iobroker/node_modules/iobroker.roborock/main.js:253:11) 2024-11-03 13:37:00.268 - error: host.iobroker Caught by controller[2]: at processTicksAndRejections (node:internal/process/task_queues:95:5) 2024-11-03 13:37:00.268 - error: host.iobroker Caught by controller[2]: at Roborock.onReady (/opt/iobroker/node_modules/iobroker.roborock/main.js:102:20) 2024-11-03 13:37:00.268 - error: host.iobroker Caught by controller[3]: 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: 2024-11-03 13:37:00.268 - error: host.iobroker Caught by controller[3]: Error: Login returned empty userdata. 2024-11-03 13:37:00.268 - error: host.iobroker Caught by controller[3]: at Roborock.getUserData (/opt/iobroker/node_modules/iobroker.roborock/main.js:253:11) 2024-11-03 13:37:00.268 - error: host.iobroker Caught by controller[3]: at processTicksAndRejections (node:internal/process/task_queues:95:5) 2024-11-03 13:37:00.268 - error: host.iobroker Caught by controller[3]: at Roborock.onReady (/opt/iobroker/node_modules/iobroker.roborock/main.js:102:20) 2024-11-03 13:37:00.268 - info: host.iobroker Restart compact group controller 1 2024-11-03 13:37:30.778 - info: host.iobroker start controller for compactgroup 1 2024-11-03 13:37:30.795 - info: host.iobroker instance system.adapter.roborock.0 is handled by compact group controller pid 472838 2024-11-03 13:37:31.747 - info: host.iobroker.compactgroup1 iobroker.js-controller version 6.0.11 js-controller starting 2024-11-03 13:37:32.127 - info: host.iobroker.compactgroup1 connected to Objects and States 2024-11-03 13:37:32.151 - info: host.iobroker.compactgroup1 added notifications configuration of host 2024-11-03 13:37:32.708 - info: host.iobroker.compactgroup1 starting 1 instance 2024-11-03 13:37:35.251 - info: host.iobroker.compactgroup1 instance system.adapter.roborock.0 started in COMPACT mode 2024-11-03 13:37:36.121 - info: roborock.0 (COMPACT) starting. Version 0.6.16 in /opt/iobroker/node_modules/iobroker.roborock, node: v20.18.0, js-controller: 6.0.11 2024-11-03 13:37:36.124 - info: roborock.0 (COMPACT) Starting adapter. This might take a few minutes depending on your setup. Please wait. 2024-11-03 13:37:36.311 - error: roborock.0 (COMPACT) Error in getUserData: Login returned empty userdata. 2024-11-03 13:37:36.311 - info: roborock.0 (COMPACT) Method "deleteState" is deprecated and will be removed in js-controller 7, use "delObject" instead 2024-11-03 13:37:36.318 - info: roborock.0 (COMPACT) Method "deleteState" is deprecated and will be removed in js-controller 7, use "delObject" instead 2024-11-03 13:37:36.326 - info: host.iobroker.compactgroup1 stopInstance system.adapter.roborock.0 (force=false, process=true) 2024-11-03 13:37:36.328 - error: roborock.0 (COMPACT) 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(). 2024-11-03 13:37:36.328 - error: roborock.0 (COMPACT) unhandled promise rejection: Login returned empty userdata. 2024-11-03 13:37:36.328 - error: roborock.0 (COMPACT) Error: Login returned empty userdata. at Roborock.getUserData (/opt/iobroker/node_modules/iobroker.roborock/main.js:253:11) at processTicksAndRejections (node:internal/process/task_queues:95:5) at Roborock.onReady (/opt/iobroker/node_modules/iobroker.roborock/main.js:102:20) 2024-11-03 13:37:36.329 - error: roborock.0 (COMPACT) Login returned empty userdata. 2024-11-03 13:37:36.344 - info: roborock.0 (COMPACT) terminating 2024-11-03 13:37:36.344 - warn: roborock.0 (COMPACT) Terminated (UNCAUGHT_EXCEPTION): Without reason 2024-11-03 13:37:36.346 - info: roborock.0 (COMPACT) Got terminate signal TERMINATE_YOURSELF 2024-11-03 13:37:36.349 - info: host.iobroker.compactgroup1 stopInstance system.adapter.roborock.0 send kill signal 2024-11-03 13:37:36.846 - info: roborock.0 (COMPACT) terminating 2024-11-03 13:37:36.984 - info: host.iobroker.compactgroup1 instance system.adapter.roborock.0 terminated with code 6 (UNCAUGHT_EXCEPTION) 2024-11-03 13:37:36.985 - info: host.iobroker.compactgroup1 All instances are stopped. 2024-11-03 13:37:37.135 - info: host.iobroker.compactgroup1 terminated 2024-11-03 13:37:37.370 - info: host.iobroker compactgroup controller 1 terminated with code 6 (UNCAUGHT_EXCEPTION) 2024-11-03 13:37:37.480 - error: host.iobroker Caught by controller[0]: Uncaught Rejection: Error: Login returned empty userdata. 2024-11-03 13:37:37.480 - error: host.iobroker Caught by controller[0]: at Roborock.getUserData (/opt/iobroker/node_modules/iobroker.roborock/main.js:253:11) 2024-11-03 13:37:37.480 - error: host.iobroker Caught by controller[0]: at processTicksAndRejections (node:internal/process/task_queues:95:5) 2024-11-03 13:37:37.481 - error: host.iobroker Caught by controller[0]: at Roborock.onReady (/opt/iobroker/node_modules/iobroker.roborock/main.js:102:20) 2024-11-03 13:37:37.481 - error: host.iobroker Caught by controller[1]: Login returned empty userdata. 2024-11-03 13:37:37.481 - error: host.iobroker Caught by controller[2]: Error: Login returned empty userdata. 2024-11-03 13:37:37.481 - error: host.iobroker Caught by controller[2]: at Roborock.getUserData (/opt/iobroker/node_modules/iobroker.roborock/main.js:253:11) 2024-11-03 13:37:37.481 - error: host.iobroker Caught by controller[2]: at processTicksAndRejections (node:internal/process/task_queues:95:5) 2024-11-03 13:37:37.481 - error: host.iobroker Caught by controller[2]: at Roborock.onReady (/opt/iobroker/node_modules/iobroker.roborock/main.js:102:20) 2024-11-03 13:37:37.481 - error: host.iobroker Caught by controller[3]: 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: 2024-11-03 13:37:37.481 - error: host.iobroker Caught by controller[3]: Error: Login returned empty userdata. 2024-11-03 13:37:37.481 - error: host.iobroker Caught by controller[3]: at Roborock.getUserData (/opt/iobroker/node_modules/iobroker.roborock/main.js:253:11) 2024-11-03 13:37:37.481 - error: host.iobroker Caught by controller[3]: at processTicksAndRejections (node:internal/process/task_queues:95:5) 2024-11-03 13:37:37.481 - error: host.iobroker Caught by controller[3]: at Roborock.onReady (/opt/iobroker/node_modules/iobroker.roborock/main.js:102:20) 2024-11-03 13:37:37.481 - info: host.iobroker Restart compact group controller 1 2024-11-03 13:38:08.127 - info: host.iobroker start controller for compactgroup 1 2024-11-03 13:38:08.148 - info: host.iobroker instance system.adapter.roborock.0 is handled by compact group controller pid 472869 2024-11-03 13:38:09.043 - info: host.iobroker.compactgroup1 iobroker.js-controller version 6.0.11 js-controller starting 2024-11-03 13:38:09.641 - info: host.iobroker.compactgroup1 connected to Objects and States 2024-11-03 13:38:09.659 - info: host.iobroker.compactgroup1 added notifications configuration of host 2024-11-03 13:38:10.203 - info: host.iobroker.compactgroup1 starting 1 instance 2024-11-03 13:38:12.253 - info: host.iobroker.compactgroup1 instance system.adapter.roborock.0 started in COMPACT mode 2024-11-03 13:38:13.094 - info: roborock.0 (COMPACT) starting. Version 0.6.16 in /opt/iobroker/node_modules/iobroker.roborock, node: v20.18.0, js-controller: 6.0.11 2024-11-03 13:38:13.097 - info: roborock.0 (COMPACT) Starting adapter. This might take a few minutes depending on your setup. Please wait. 2024-11-03 13:38:13.272 - error: roborock.0 (COMPACT) Error in getUserData: Login returned empty userdata. 2024-11-03 13:38:13.273 - info: roborock.0 (COMPACT) Method "deleteState" is deprecated and will be removed in js-controller 7, use "delObject" instead 2024-11-03 13:38:13.280 - info: roborock.0 (COMPACT) Method "deleteState" is deprecated and will be removed in js-controller 7, use "delObject" instead 2024-11-03 13:38:13.288 - info: host.iobroker.compactgroup1 stopInstance system.adapter.roborock.0 (force=false, process=true) 2024-11-03 13:38:13.289 - error: roborock.0 (COMPACT) 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(). 2024-11-03 13:38:13.289 - error: roborock.0 (COMPACT) unhandled promise rejection: Login returned empty userdata. 2024-11-03 13:38:13.290 - error: roborock.0 (COMPACT) Error: Login returned empty userdata. at Roborock.getUserData (/opt/iobroker/node_modules/iobroker.roborock/main.js:253:11) at processTicksAndRejections (node:internal/process/task_queues:95:5) at Roborock.onReady (/opt/iobroker/node_modules/iobroker.roborock/main.js:102:20) 2024-11-03 13:38:13.290 - error: roborock.0 (COMPACT) Login returned empty userdata. 2024-11-03 13:38:13.303 - info: roborock.0 (COMPACT) terminating 2024-11-03 13:38:13.304 - warn: roborock.0 (COMPACT) Terminated (UNCAUGHT_EXCEPTION): Without reason 2024-11-03 13:38:13.306 - info: roborock.0 (COMPACT) Got terminate signal TERMINATE_YOURSELF 2024-11-03 13:38:13.307 - info: host.iobroker.compactgroup1 stopInstance system.adapter.roborock.0 send kill signal 2024-11-03 13:38:13.805 - info: roborock.0 (COMPACT) terminating 2024-11-03 13:38:13.935 - info: host.iobroker.compactgroup1 instance system.adapter.roborock.0 terminated with code 6 (UNCAUGHT_EXCEPTION) 2024-11-03 13:38:13.935 - info: host.iobroker.compactgroup1 All instances are stopped. 2024-11-03 13:38:14.097 - info: host.iobroker.compactgroup1 terminated 2024-11-03 13:38:14.319 - info: host.iobroker compactgroup controller 1 terminated with code 6 (UNCAUGHT_EXCEPTION) 2024-11-03 13:38:14.427 - error: host.iobroker Caught by controller[0]: Uncaught Rejection: Error: Login returned empty userdata. 2024-11-03 13:38:14.428 - error: host.iobroker Caught by controller[0]: at Roborock.getUserData (/opt/iobroker/node_modules/iobroker.roborock/main.js:253:11) 2024-11-03 13:38:14.428 - error: host.iobroker Caught by controller[0]: at processTicksAndRejections (node:internal/process/task_queues:95:5) 2024-11-03 13:38:14.428 - error: host.iobroker Caught by controller[0]: at Roborock.onReady (/opt/iobroker/node_modules/iobroker.roborock/main.js:102:20) 2024-11-03 13:38:14.428 - error: host.iobroker Caught by controller[1]: Login returned empty userdata. 2024-11-03 13:38:14.428 - error: host.iobroker Caught by controller[1]: Error: Login returned empty userdata. 2024-11-03 13:38:14.428 - error: host.iobroker Caught by controller[1]: at Roborock.getUserData (/opt/iobroker/node_modules/iobroker.roborock/main.js:253:11) 2024-11-03 13:38:14.428 - error: host.iobroker Caught by controller[1]: at processTicksAndRejections (node:internal/process/task_queues:95:5) 2024-11-03 13:38:14.428 - error: host.iobroker Caught by controller[1]: at Roborock.onReady (/opt/iobroker/node_modules/iobroker.roborock/main.js:102:20) 2024-11-03 13:38:14.428 - error: host.iobroker Caught by controller[2]: 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: 2024-11-03 13:38:14.428 - error: host.iobroker Caught by controller[3]: Error: Login returned empty userdata. 2024-11-03 13:38:14.428 - error: host.iobroker Caught by controller[3]: at Roborock.getUserData (/opt/iobroker/node_modules/iobroker.roborock/main.js:253:11) 2024-11-03 13:38:14.428 - error: host.iobroker Caught by controller[3]: at processTicksAndRejections (node:internal/process/task_queues:95:5) 2024-11-03 13:38:14.428 - error: host.iobroker Caught by controller[3]: at Roborock.onReady (/opt/iobroker/node_modules/iobroker.roborock/main.js:102:20) 2024-11-03 13:38:14.428 - info: host.iobroker Restart compact group controller 1 2024-11-03 13:38:44.902 - info: host.iobroker start controller for compactgroup 1 2024-11-03 13:38:44.943 - info: host.iobroker instance system.adapter.roborock.0 is handled by compact group controller pid 472886 2024-11-03 13:38:46.006 - info: host.iobroker.compactgroup1 iobroker.js-controller version 6.0.11 js-controller starting 2024-11-03 13:38:46.478 - info: host.iobroker.compactgroup1 connected to Objects and States 2024-11-03 13:38:46.497 - info: host.iobroker.compactgroup1 added notifications configuration of host 2024-11-03 13:38:47.033 - info: host.iobroker.compactgroup1 starting 1 instance 2024-11-03 13:38:50.324 - info: host.iobroker.compactgroup1 instance system.adapter.roborock.0 started in COMPACT mode 2024-11-03 13:38:51.085 - info: roborock.0 (COMPACT) starting. Version 0.6.16 in /opt/iobroker/node_modules/iobroker.roborock, node: v20.18.0, js-controller: 6.0.11 2024-11-03 13:38:51.087 - info: roborock.0 (COMPACT) Starting adapter. This might take a few minutes depending on your setup. Please wait. 2024-11-03 13:38:51.297 - error: roborock.0 (COMPACT) Error in getUserData: Login returned empty userdata. 2024-11-03 13:38:51.297 - info: roborock.0 (COMPACT) Method "deleteState" is deprecated and will be removed in js-controller 7, use "delObject" instead 2024-11-03 13:38:51.305 - info: roborock.0 (COMPACT) Method "deleteState" is deprecated and will be removed in js-controller 7, use "delObject" instead 2024-11-03 13:38:51.314 - info: host.iobroker.compactgroup1 stopInstance system.adapter.roborock.0 (force=false, process=true) 2024-11-03 13:38:51.316 - error: roborock.0 (COMPACT) 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(). 2024-11-03 13:38:51.317 - error: roborock.0 (COMPACT) unhandled promise rejection: Login returned empty userdata. 2024-11-03 13:38:51.317 - error: roborock.0 (COMPACT) Error: Login returned empty userdata. at Roborock.getUserData (/opt/iobroker/node_modules/iobroker.roborock/main.js:253:11) at processTicksAndRejections (node:internal/process/task_queues:95:5) at Roborock.onReady (/opt/iobroker/node_modules/iobroker.roborock/main.js:102:20) 2024-11-03 13:38:51.317 - error: roborock.0 (COMPACT) Login returned empty userdata. 2024-11-03 13:38:51.333 - info: roborock.0 (COMPACT) terminating 2024-11-03 13:38:51.334 - warn: roborock.0 (COMPACT) Terminated (UNCAUGHT_EXCEPTION): Without reason 2024-11-03 13:38:51.336 - info: roborock.0 (COMPACT) Got terminate signal TERMINATE_YOURSELF 2024-11-03 13:38:51.339 - info: host.iobroker.compactgroup1 stopInstance system.adapter.roborock.0 send kill signal 2024-11-03 13:38:51.835 - info: roborock.0 (COMPACT) terminating 2024-11-03 13:38:51.966 - info: host.iobroker.compactgroup1 instance system.adapter.roborock.0 terminated with code 6 (UNCAUGHT_EXCEPTION) 2024-11-03 13:38:51.967 - info: host.iobroker.compactgroup1 All instances are stopped. 2024-11-03 13:38:52.124 - info: host.iobroker.compactgroup1 terminated 2024-11-03 13:38:52.350 - info: host.iobroker compactgroup controller 1 terminated with code 6 (UNCAUGHT_EXCEPTION) 2024-11-03 13:38:52.454 - error: host.iobroker Caught by controller[0]: Uncaught Rejection: Error: Login returned empty userdata. 2024-11-03 13:38:52.455 - error: host.iobroker Caught by controller[0]: at Roborock.getUserData (/opt/iobroker/node_modules/iobroker.roborock/main.js:253:11) 2024-11-03 13:38:52.455 - error: host.iobroker Caught by controller[0]: at processTicksAndRejections (node:internal/process/task_queues:95:5) 2024-11-03 13:38:52.455 - error: host.iobroker Caught by controller[0]: at Roborock.onReady (/opt/iobroker/node_modules/iobroker.roborock/main.js:102:20) 2024-11-03 13:38:52.455 - error: host.iobroker Caught by controller[1]: Login returned empty userdata. 2024-11-03 13:38:52.455 - error: host.iobroker Caught by controller[2]: Error: Login returned empty userdata. 2024-11-03 13:38:52.455 - error: host.iobroker Caught by controller[2]: at Roborock.getUserData (/opt/iobroker/node_modules/iobroker.roborock/main.js:253:11) 2024-11-03 13:38:52.455 - error: host.iobroker Caught by controller[2]: at processTicksAndRejections (node:internal/process/task_queues:95:5) 2024-11-03 13:38:52.455 - error: host.iobroker Caught by controller[2]: at Roborock.onReady (/opt/iobroker/node_modules/iobroker.roborock/main.js:102:20) 2024-11-03 13:38:52.456 - error: host.iobroker Caught by controller[3]: 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: 2024-11-03 13:38:52.456 - error: host.iobroker Caught by controller[3]: Error: Login returned empty userdata. 2024-11-03 13:38:52.456 - error: host.iobroker Caught by controller[3]: at Roborock.getUserData (/opt/iobroker/node_modules/iobroker.roborock/main.js:253:11) 2024-11-03 13:38:52.456 - error: host.iobroker Caught by controller[3]: at processTicksAndRejections (node:internal/process/task_queues:95:5) 2024-11-03 13:38:52.456 - error: host.iobroker Caught by controller[3]: at Roborock.onReady (/opt/iobroker/node_modules/iobroker.roborock/main.js:102:20) 2024-11-03 13:38:52.456 - info: host.iobroker Restart compact group controller 1 2024-11-03 13:39:23.053 - info: host.iobroker start controller for compactgroup 1 2024-11-03 13:39:23.070 - info: host.iobroker instance system.adapter.roborock.0 is handled by compact group controller pid 472917 2024-11-03 13:39:24.068 - info: host.iobroker.compactgroup1 iobroker.js-controller version 6.0.11 js-controller starting 2024-11-03 13:39:24.653 - info: host.iobroker.compactgroup1 connected to Objects and States 2024-11-03 13:39:24.668 - info: host.iobroker.compactgroup1 added notifications configuration of host 2024-11-03 13:39:25.226 - info: host.iobroker.compactgroup1 starting 1 instance 2024-11-03 13:39:27.421 - info: host.iobroker.compactgroup1 instance system.adapter.roborock.0 started in COMPACT mode 2024-11-03 13:39:28.199 - info: roborock.0 (COMPACT) starting. Version 0.6.16 in /opt/iobroker/node_modules/iobroker.roborock, node: v20.18.0, js-controller: 6.0.11 2024-11-03 13:39:28.202 - info: roborock.0 (COMPACT) Starting adapter. This might take a few minutes depending on your setup. Please wait. 2024-11-03 13:39:28.391 - error: roborock.0 (COMPACT) Error in getUserData: Login returned empty userdata. 2024-11-03 13:39:28.391 - info: roborock.0 (COMPACT) Method "deleteState" is deprecated and will be removed in js-controller 7, use "delObject" instead 2024-11-03 13:39:28.399 - info: roborock.0 (COMPACT) Method "deleteState" is deprecated and will be removed in js-controller 7, use "delObject" instead 2024-11-03 13:39:28.408 - info: host.iobroker.compactgroup1 stopInstance system.adapter.roborock.0 (force=false, process=true) 2024-11-03 13:39:28.409 - error: roborock.0 (COMPACT) 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(). 2024-11-03 13:39:28.409 - error: roborock.0 (COMPACT) unhandled promise rejection: Login returned empty userdata. 2024-11-03 13:39:28.410 - error: roborock.0 (COMPACT) Error: Login returned empty userdata. at Roborock.getUserData (/opt/iobroker/node_modules/iobroker.roborock/main.js:253:11) at processTicksAndRejections (node:internal/process/task_queues:95:5) at Roborock.onReady (/opt/iobroker/node_modules/iobroker.roborock/main.js:102:20) 2024-11-03 13:39:28.410 - error: roborock.0 (COMPACT) Login returned empty userdata. 2024-11-03 13:39:28.426 - info: roborock.0 (COMPACT) terminating 2024-11-03 13:39:28.427 - warn: roborock.0 (COMPACT) Terminated (UNCAUGHT_EXCEPTION): Without reason 2024-11-03 13:39:28.430 - info: roborock.0 (COMPACT) Got terminate signal TERMINATE_YOURSELF 2024-11-03 13:39:28.431 - info: host.iobroker.compactgroup1 stopInstance system.adapter.roborock.0 send kill signal 2024-11-03 13:39:28.929 - info: roborock.0 (COMPACT) terminating 2024-11-03 13:39:29.055 - info: host.iobroker.compactgroup1 instance system.adapter.roborock.0 terminated with code 6 (UNCAUGHT_EXCEPTION) 2024-11-03 13:39:29.055 - info: host.iobroker.compactgroup1 All instances are stopped. 2024-11-03 13:39:29.217 - info: host.iobroker.compactgroup1 terminated 2024-11-03 13:39:29.442 - info: host.iobroker compactgroup controller 1 terminated with code 6 (UNCAUGHT_EXCEPTION) 2024-11-03 13:39:29.545 - error: host.iobroker Caught by controller[0]: Uncaught Rejection: Error: Login returned empty userdata. 2024-11-03 13:39:29.545 - error: host.iobroker Caught by controller[0]: at Roborock.getUserData (/opt/iobroker/node_modules/iobroker.roborock/main.js:253:11) 2024-11-03 13:39:29.545 - error: host.iobroker Caught by controller[0]: at processTicksAndRejections (node:internal/process/task_queues:95:5) 2024-11-03 13:39:29.545 - error: host.iobroker Caught by controller[0]: at Roborock.onReady (/opt/iobroker/node_modules/iobroker.roborock/main.js:102:20) 2024-11-03 13:39:29.545 - error: host.iobroker Caught by controller[1]: Login returned empty userdata. 2024-11-03 13:39:29.545 - error: host.iobroker Caught by controller[2]: Error: Login returned empty userdata. 2024-11-03 13:39:29.545 - error: host.iobroker Caught by controller[2]: at Roborock.getUserData (/opt/iobroker/node_modules/iobroker.roborock/main.js:253:11) 2024-11-03 13:39:29.545 - error: host.iobroker Caught by controller[2]: at processTicksAndRejections (node:internal/process/task_queues:95:5) 2024-11-03 13:39:29.545 - error: host.iobroker Caught by controller[2]: at Roborock.onReady (/opt/iobroker/node_modules/iobroker.roborock/main.js:102:20) 2024-11-03 13:39:29.545 - error: host.iobroker Caught by controller[3]: 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: 2024-11-03 13:39:29.545 - error: host.iobroker Caught by controller[4]: Error: Login returned empty userdata. 2024-11-03 13:39:29.545 - error: host.iobroker Caught by controller[4]: at Roborock.getUserData (/opt/iobroker/node_modules/iobroker.roborock/main.js:253:11) 2024-11-03 13:39:29.545 - error: host.iobroker Caught by controller[4]: at processTicksAndRejections (node:internal/process/task_queues:95:5) 2024-11-03 13:39:29.545 - error: host.iobroker Caught by controller[4]: at Roborock.onReady (/opt/iobroker/node_modules/iobroker.roborock/main.js:102:20) 2024-11-03 13:39:29.545 - info: host.iobroker Restart compact group controller 1 2024-11-03 13:40:00.124 - info: host.iobroker start controller for compactgroup 1 2024-11-03 13:40:00.141 - info: host.iobroker instance system.adapter.roborock.0 is handled by compact group controller pid 472948 2024-11-03 13:40:01.074 - info: host.iobroker.compactgroup1 iobroker.js-controller version 6.0.11 js-controller starting 2024-11-03 13:40:01.526 - info: host.iobroker.compactgroup1 connected to Objects and States 2024-11-03 13:40:01.548 - info: host.iobroker.compactgroup1 added notifications configuration of host 2024-11-03 13:40:02.076 - info: host.iobroker.compactgroup1 starting 1 instance 2024-11-03 13:40:03.963 - info: host.iobroker.compactgroup1 instance system.adapter.roborock.0 started in COMPACT mode 2024-11-03 13:40:04.770 - info: roborock.0 (COMPACT) starting. Version 0.6.16 in /opt/iobroker/node_modules/iobroker.roborock, node: v20.18.0, js-controller: 6.0.11 2024-11-03 13:40:04.772 - info: roborock.0 (COMPACT) Starting adapter. This might take a few minutes depending on your setup. Please wait. 2024-11-03 13:40:04.949 - error: roborock.0 (COMPACT) Error in getUserData: Login returned empty userdata. 2024-11-03 13:40:04.950 - info: roborock.0 (COMPACT) Method "deleteState" is deprecated and will be removed in js-controller 7, use "delObject" instead 2024-11-03 13:40:04.957 - info: roborock.0 (COMPACT) Method "deleteState" is deprecated and will be removed in js-controller 7, use "delObject" instead 2024-11-03 13:40:04.968 - info: host.iobroker.compactgroup1 stopInstance system.adapter.roborock.0 (force=false, process=true) 2024-11-03 13:40:04.969 - error: roborock.0 (COMPACT) 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(). 2024-11-03 13:40:04.970 - error: roborock.0 (COMPACT) unhandled promise rejection: Login returned empty userdata. 2024-11-03 13:40:04.970 - error: roborock.0 (COMPACT) Error: Login returned empty userdata. at Roborock.getUserData (/opt/iobroker/node_modules/iobroker.roborock/main.js:253:11) at processTicksAndRejections (node:internal/process/task_queues:95:5) at Roborock.onReady (/opt/iobroker/node_modules/iobroker.roborock/main.js:102:20) 2024-11-03 13:40:04.971 - error: roborock.0 (COMPACT) Login returned empty userdata. 2024-11-03 13:40:04.985 - info: roborock.0 (COMPACT) terminating 2024-11-03 13:40:04.985 - warn: roborock.0 (COMPACT) Terminated (UNCAUGHT_EXCEPTION): Without reason 2024-11-03 13:40:04.987 - info: roborock.0 (COMPACT) Got terminate signal TERMINATE_YOURSELF 2024-11-03 13:40:04.990 - info: host.iobroker.compactgroup1 stopInstance system.adapter.roborock.0 send kill signal 2024-11-03 13:40:05.486 - info: roborock.0 (COMPACT) terminating 2024-11-03 13:40:05.610 - info: host.iobroker.compactgroup1 instance system.adapter.roborock.0 terminated with code 6 (UNCAUGHT_EXCEPTION) 2024-11-03 13:40:05.610 - info: host.iobroker.compactgroup1 All instances are stopped. 2024-11-03 13:40:05.777 - info: host.iobroker.compactgroup1 terminated 2024-11-03 13:40:06.004 - info: host.iobroker compactgroup controller 1 terminated with code 6 (UNCAUGHT_EXCEPTION) 2024-11-03 13:40:06.167 - error: host.iobroker Caught by controller[0]: Uncaught Rejection: Error: Login returned empty userdata. 2024-11-03 13:40:06.167 - error: host.iobroker Caught by controller[0]: at Roborock.getUserData (/opt/iobroker/node_modules/iobroker.roborock/main.js:253:11) 2024-11-03 13:40:06.167 - error: host.iobroker Caught by controller[0]: at processTicksAndRejections (node:internal/process/task_queues:95:5) 2024-11-03 13:40:06.168 - error: host.iobroker Caught by controller[0]: at Roborock.onReady (/opt/iobroker/node_modules/iobroker.roborock/main.js:102:20) 2024-11-03 13:40:06.168 - error: host.iobroker Caught by controller[1]: Login returned empty userdata. 2024-11-03 13:40:06.168 - error: host.iobroker Caught by controller[2]: Error: Login returned empty userdata. 2024-11-03 13:40:06.168 - error: host.iobroker Caught by controller[2]: at Roborock.getUserData (/opt/iobroker/node_modules/iobroker.roborock/main.js:253:11) 2024-11-03 13:40:06.168 - error: host.iobroker Caught by controller[2]: at processTicksAndRejections (node:internal/process/task_queues:95:5) 2024-11-03 13:40:06.168 - error: host.iobroker Caught by controller[2]: at Roborock.onReady (/opt/iobroker/node_modules/iobroker.roborock/main.js:102:20) 2024-11-03 13:40:06.168 - error: host.iobroker Caught by controller[3]: 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: 2024-11-03 13:40:06.168 - error: host.iobroker Caught by controller[3]: Error: Login returned empty userdata. 2024-11-03 13:40:06.168 - error: host.iobroker Caught by controller[3]: at Roborock.getUserData (/opt/iobroker/node_modules/iobroker.roborock/main.js:253:11) 2024-11-03 13:40:06.168 - error: host.iobroker Caught by controller[3]: at processTicksAndRejections (node:internal/process/task_queues:95:5) 2024-11-03 13:40:06.169 - error: host.iobroker Caught by controller[3]: at Roborock.onReady (/opt/iobroker/node_modules/iobroker.roborock/main.js:102:20) 2024-11-03 13:40:06.169 - info: host.iobroker Restart compact group controller 1 2024-11-03 13:40:06.753 - info: solax.0 (471456) State value to set for "solax.0.data.json" has to be type "string" but received type "number" 2024-11-03 13:40:36.641 - info: host.iobroker start controller for compactgroup 1 2024-11-03 13:40:36.664 - info: host.iobroker instance system.adapter.roborock.0 is handled by compact group controller pid 472965 2024-11-03 13:40:37.868 - info: host.iobroker.compactgroup1 iobroker.js-controller version 6.0.11 js-controller starting 2024-11-03 13:40:38.314 - info: host.iobroker.compactgroup1 connected to Objects and States 2024-11-03 13:40:38.334 - info: host.iobroker.compactgroup1 added notifications configuration of host 2024-11-03 13:40:38.886 - info: host.iobroker.compactgroup1 starting 1 instance 2024-11-03 13:40:41.216 - info: host.iobroker.compactgroup1 instance system.adapter.roborock.0 started in COMPACT mode 2024-11-03 13:40:42.087 - info: roborock.0 (COMPACT) starting. Version 0.6.16 in /opt/iobroker/node_modules/iobroker.roborock, node: v20.18.0, js-controller: 6.0.11 2024-11-03 13:40:42.090 - info: roborock.0 (COMPACT) Starting adapter. This might take a few minutes depending on your setup. Please wait. 2024-11-03 13:40:42.274 - error: roborock.0 (COMPACT) Error in getUserData: Login returned empty userdata. 2024-11-03 13:40:42.275 - info: roborock.0 (COMPACT) Method "deleteState" is deprecated and will be removed in js-controller 7, use "delObject" instead 2024-11-03 13:40:42.282 - info: roborock.0 (COMPACT) Method "deleteState" is deprecated and will be removed in js-controller 7, use "delObject" instead 2024-11-03 13:40:42.291 - info: host.iobroker.compactgroup1 stopInstance system.adapter.roborock.0 (force=false, process=true) 2024-11-03 13:40:42.292 - error: roborock.0 (COMPACT) 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(). 2024-11-03 13:40:42.293 - error: roborock.0 (COMPACT) unhandled promise rejection: Login returned empty userdata. 2024-11-03 13:40:42.293 - error: roborock.0 (COMPACT) Error: Login returned empty userdata. at Roborock.getUserData (/opt/iobroker/node_modules/iobroker.roborock/main.js:253:11) at processTicksAndRejections (node:internal/process/task_queues:95:5) at Roborock.onReady (/opt/iobroker/node_modules/iobroker.roborock/main.js:102:20) 2024-11-03 13:40:42.293 - error: roborock.0 (COMPACT) Login returned empty userdata. 2024-11-03 13:40:42.308 - info: roborock.0 (COMPACT) terminating 2024-11-03 13:40:42.309 - warn: roborock.0 (COMPACT) Terminated (UNCAUGHT_EXCEPTION): Without reason 2024-11-03 13:40:42.311 - info: roborock.0 (COMPACT) Got terminate signal TERMINATE_YOURSELF 2024-11-03 13:40:42.315 - info: host.iobroker.compactgroup1 stopInstance system.adapter.roborock.0 send kill signal 2024-11-03 13:40:42.810 - info: roborock.0 (COMPACT) terminating 2024-11-03 13:40:42.935 - info: host.iobroker.compactgroup1 instance system.adapter.roborock.0 terminated with code 6 (UNCAUGHT_EXCEPTION) 2024-11-03 13:40:42.936 - info: host.iobroker.compactgroup1 All instances are stopped. 2024-11-03 13:40:43.104 - info: host.iobroker.compactgroup1 terminated 2024-11-03 13:40:43.324 - info: host.iobroker compactgroup controller 1 terminated with code 6 (UNCAUGHT_EXCEPTION) 2024-11-03 13:40:43.453 - error: host.iobroker Caught by controller[0]: Uncaught Rejection: Error: Login returned empty userdata. 2024-11-03 13:40:43.453 - error: host.iobroker Caught by controller[0]: at Roborock.getUserData (/opt/iobroker/node_modules/iobroker.roborock/main.js:253:11) 2024-11-03 13:40:43.454 - error: host.iobroker Caught by controller[0]: at processTicksAndRejections (node:internal/process/task_queues:95:5) 2024-11-03 13:40:43.454 - error: host.iobroker Caught by controller[0]: at Roborock.onReady (/opt/iobroker/node_modules/iobroker.roborock/main.js:102:20) 2024-11-03 13:40:43.454 - error: host.iobroker Caught by controller[1]: Login returned empty userdata. 2024-11-03 13:40:43.454 - error: host.iobroker Caught by controller[1]: Error: Login returned empty userdata. 2024-11-03 13:40:43.454 - error: host.iobroker Caught by controller[1]: at Roborock.getUserData (/opt/iobroker/node_modules/iobroker.roborock/main.js:253:11) 2024-11-03 13:40:43.454 - error: host.iobroker Caught by controller[1]: at processTicksAndRejections (node:internal/process/task_queues:95:5) 2024-11-03 13:40:43.454 - error: host.iobroker Caught by controller[1]: at Roborock.onReady (/opt/iobroker/node_modules/iobroker.roborock/main.js:102:20) 2024-11-03 13:40:43.454 - error: host.iobroker Caught by controller[2]: 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: 2024-11-03 13:40:43.454 - error: host.iobroker Caught by controller[3]: Error: Login returned empty userdata. 2024-11-03 13:40:43.454 - error: host.iobroker Caught by controller[3]: at Roborock.getUserData (/opt/iobroker/node_modules/iobroker.roborock/main.js:253:11) 2024-11-03 13:40:43.454 - error: host.iobroker Caught by controller[3]: at processTicksAndRejections (node:internal/process/task_queues:95:5) 2024-11-03 13:40:43.455 - error: host.iobroker Caught by controller[3]: at Roborock.onReady (/opt/iobroker/node_modules/iobroker.roborock/main.js:102:20) 2024-11-03 13:40:43.455 - info: host.iobroker Restart compact group controller 1
  • Zigbee 1.10.11 läuft nicht

    3
    0 Stimmen
    3 Beiträge
    301 Aufrufe
    amg_666A
    @crunchip hatte mir die Suche nicht angezeigt, danke für den Hniweis
  • hm-rpc Unknown XML-RPC tag 'TITLE'

    2
    1
    0 Stimmen
    2 Beiträge
    210 Aufrufe
    haus-automatisierungH
    @stefanried sagte in hm-rpc Unknown XML-RPC tag 'TITLE': Unknown XML-RPC tag 'TITLE' Fehler gemelde Das liegt meistens an falschen Benutzerdaten. Viele schreiben admin statt Admin usw. Generell sollte man die Firewall, Port-Konfiguration usw. schon ordentlich setzen statt alles zu öffnen.
  • Login mit https Chrome

    4
    0 Stimmen
    4 Beiträge
    233 Aufrufe
    M
    @oliverio Hat sich durch den Daikin Adapter wohl heimlich eingeschlichen. Da ist es zwanghaft auf https zu wechseln. Da ich nicht 2 Admin Instanzen laufen lassen wollte nur wegen Daikin... Aber ich hab den Schwachsinns Cloud Zugriff sowieso in Kürze weg und auch das endlich lokal, dann werde ich auch wieder auf http wechseln und hoffe dass dann auch der Zugriff wieder normal funktioniert.
  • Datenbank für SQL Adapter auf Docker (Synology)

    4
    0 Stimmen
    4 Beiträge
    395 Aufrufe
    OliverIOO
    @telefisch sehr gut portainer, verwendeat du stacks (so nennt sich docker-compose im portainer) also ich habe mir so ein stacks/docker compose erstellt. wenn du bspw mysql nur für iobroker verwenden wills, dann würde das ungefähr so aussehen du siehst das hat 2 abschnitte, iobroker und mysql, daraus werden dann 2 container erstellt. beide sind netzwerktechnisch miteinander verschaltet. nur der iobroker erhält aus dem macvlan netz eine richtige ip (der andere auch, aber halt so eine aus dem 172... privaten docker netz, die du aber nicht kennen musst die datenbank ist vom iobroker aus mit dem hostname "iobmysql" erreichbar. d.h. überall wo nach ip des mysql servers gefragt wird trägst du einfach nur iobmysql ein. die bezeichnung kommt vom obersten knoten in der yaml angabe, die die servicebezeichnung darstellt. alles was dann darunter für mysql zu konfigurieren ist, findest du hier https://hub.docker.com/_/mysql die datenbank ist nicht für andere container erreichbar. man kann das zwar auch noch dazukonfigurieren (man fügt einfach in der netzauflistung noch das bridge netzwerk dazu. dann würde ich den aber auch nicht zusammen mit dem iobroker definieren, sondern separat. soviel dazu, wenn probleme dann schreiben version: '3' services: iobrokerprod6: container_name: iobrokerprod5 image: buanet/iobroker hostname: iobrokerprod6 restart: always ports: - "8081:8081" volumes: - /home/iobroker/docker/volume/iobroker/prod5/iobroker:/opt/iobroker networks: dockerMACVLAN: ipv4_address: 192.168.1.85 iobrokerprod6: iobmysql: image: mysql restart: always environment: networks: iobrokerprod6: networks: dockerMACVLAN: external: true iobrokerprod6:
  • Einbindung Sprechanlage HGG Villa

    11
    1 Stimmen
    11 Beiträge
    4k Aufrufe
    A
    Auch bei mir bestünde Interesse an einer Möglichkeit, den Videostream von meinem bestehenden Gesichtserkennungsterminal (HHG VILLA AP 1 AS FI) in meiner IOBroker-Visualisierung anzuzeigen. Idealerweise würde das Gateway eine URL zur Verfügung stellen, die in einem Widget eingefügt werden könnte. Bei HomeAssistant scheint es hier bereits eine Möglichkeit zu geben, obwohl es ein anderes Gateway zu sein scheint: https://github.com/timniklas/hass-ilifestyle Für mein Terminal wird wohl das Villa AV-Link Gateway notwendig sein. Wahrscheinlich wird vieles ähnlich sein. Doch ein Kauf des GWs macht für mich erst dann Sinn, wenn ich dies in den IOBroker einbinden kann. Die Cloud-Zwänge sind heute extrem lästig geworden. Und zudem sind dies sicherheitsrelevante Projekte, die meiner Meinung nach das interne Netzwerk nicht verlassen sollten (Türöffnung). Wie gross ist denn die Wahrscheinlichkeit, ohne grosses Umflashen zu einer Lösung zu kommen?
  • [Gelöst] deconz Adapter nicht verbunden

    12
    4
    0 Stimmen
    12 Beiträge
    1k Aufrufe
    F
    @smarti2015 Bei mir reichte es aus, den Port 443 als websocket eizutragen, dann musste ich auch nicht downgraden.
  • Welchen Wechselrichter setzt ihr mit IOB ein ?

    9
    0 Stimmen
    9 Beiträge
    921 Aufrufe
    L
    @samson71 sagte in Welchen Wechselrichter setzt ihr mit IOB ein ?: Zu der Wahrheit gehört dann aber auch, dass man sich VORHER einen Installateur suchen und das mit dem absprechen sollte. .. Zumindest die reine Wechselrichterinstallation wollen viele selber machen, weil sie sonst den Anschluss nicht abnehmen, für den sie ja in den Anmeldepapieren garantieren müssen. .. Grundsätzliches .. Wenn man an so etwas herumbastelt, sollte man unbedingt nicht nur über das nötige Fachwissen verfügen, auch eine gewisse praktische Erfahrung sollte man schon mitbringen! Die Anlage habe ich bezahlt und gehört somit mir. Das Vorgehen so mancher Hersteller, den Zutritt zu meinem Gerät durch Passwörter zu verwehren, mich zu zwingen, eine Cloud verwenden zu müssen, .. sind für mich Ausschlusskriterien für einen Kauf. Daher habe ich bei Vertragsabschluss darauf bestanden, dass ich das sog. Technician Passwort vergeben darf. Da Fronius Wechselrichter sich ohne Internetanschluss komplett lokal konfigurieren lassen, kann der Hersteller mich nicht hindern, mein Gerät in allen Optionen selbstständig einzurichten. Selbstverständlich hast du recht: Ohne einen zertifizierten Installateur für die ganzen Formalien geht es nicht - und von dem Netzanschluss sollte man nicht nur, sondern muss man auch die Finger lassen.
  • ical falsche zeiten?

    ical adapter ical datensatz google kalender
    14
    4
    0 Stimmen
    14 Beiträge
    1k Aufrufe
    da_WoodyD
    mit der version 1.16.1 ist das problem gelöst! :)
  • Aqara RTCGQ11LM - no_occupancy_since fehlt über Zigbee2MQTT

    zigbee2mqtt rtcgq11lm nooccupancysince
    5
    0 Stimmen
    5 Beiträge
    622 Aufrufe
    arteckA
    @amylopektin sagte in Aqara RTCGQ11LM - no_occupancy_since fehlt über Zigbee2MQTT: Laut Github Comments sieht es aktuell "dünn" aus, was eine Anpassung bzgl. "no_occupancy_since" angeht. aha... und das resultiert woraus ??? ich seh auf GIT kein issue dafür das Gerät kann [image: 1730484384440-20e27500-e609-4227-927a-7974602a5247-grafik.png] und das wird bestimmt auch so angezeigt... das von dir erwähnte no_motion ist eine besonderheit von zigbee2mqtt... das wird nicht DIREKT vom Gerät geliefert... ausserdem was ist das da im object [image: 1730484576758-78e88d4e-36c1-4a03-8b44-dd387db41a66-grafik.png] ich würde mal behaupten dass soll so nicht..
  • JS-Controller aktualisieren?

    17
    1
    0 Stimmen
    17 Beiträge
    1k Aufrufe
    Thomas BraunT
    @timowald sagte in JS-Controller aktualisieren?: Ich lasse es erstmal so laufen. Aber nicht allzulang... Ein aktueller Lauf von iob diag schaut nun wie aus?
  • Sonoff Adapter

    5
    0 Stimmen
    5 Beiträge
    457 Aufrufe
    da_WoodyD
    @fuxsism abgesehen von Meldungen in Codetages zu posten. Warum mehrere Instanzen? Bin kein Profi, aber für mich unlogisch.
  • WLED mit Alexa verknüpft (Farben und effekte)

    20
    0 Stimmen
    20 Beiträge
    2k Aufrufe
    J
    @ben1983 Auch wenn Du das 10 mal nachfragst, bleibt die Antwort trotzdem die Selbe. Warum sollte Alexa das nicht einfach so finden? Ist ne interne WLED Funktion und in 10 Sekunden selber ausprobiert. Kannte ich auch nicht, bis es oben angesprochen wurde. Den Haken gesetzt und Alexa suchen lassen, siehe da, es werden neue Geräte gefunden.
  • Shelly TRV in ioBroker.shelly einbinden

    107
    1 Stimmen
    107 Beiträge
    21k Aufrufe
    T
    Hallo, ich habe leider seid einem Update vom Shelly Adapter auch Probleme mit der Steuerung. Letzten Winter lief noch alles normal aber seid neusten bekomme ich immer diese Fehlermeldung. [http controlFunction] Error in function state.mqtt.http_cmd of state SHTRV-01#2C11654F1AAD#1.tmp.temperatureTargetC for 192.168.1.33 (shellytrv / shellytrv-2C11654F1AAD / SHTRV-01#2C11654F1AAD#1): AxiosError: timeout of 8000ms exceeded Jemand eine Idee was das Problem sein könnte?
  • Rechteprobleme von backitup nach fixer-Lauf

    18
    0 Stimmen
    18 Beiträge
    2k Aufrufe
    XxJooOX
    @thomas-braun, vielen Dank, morgen ist Zeit dafür. Schönes WE!
  • Eufy-Adapter Updates?

    9
    0 Stimmen
    9 Beiträge
    985 Aufrufe
    B
    Mal so in die Runde gefragt: Ich spiele mit dem Gedanken eine Homebase S380 anzuschaffen und noch weitere Kameras. Aktuell nutze ich den eusec Adapter eigentlich nur um automatisiert die Kameras scharf zu schalten, wenn ich nicht zuhause bin und wieder aus, wenn jemand da ist. In der Adapter-Doku steht, dass die Homebase 3 nur rudimetär unterstützt wird. Kann mir jemand sagen, ob diese Funktion auch mit dem Homebase 3 funktioniert? Vielen Dank schonmal!
  • Zigbee Temperatursensor kalibrieren

    16
    2
    0 Stimmen
    16 Beiträge
    1k Aufrufe
    MartinPM
    @snopy_16 Ja, die ist ja eh ziemlich stumpfsinnig, es wird nur ein Offset auf den gemessenen Wert aufgeschlagen ... Da könnte man mit der Alias-Funktion sogar noch genauer kalibrieren. (Offset, Steigung und vielleicht sogar Nichtlinearitäten)
  • [GELÖST] Ring Adapter manuell gelöscht

    adapter ring
    5
    0 Stimmen
    5 Beiträge
    415 Aufrufe
    Thomas BraunT
    @mymeyer Dann unterlasse künftig solche Holzhacker-Methoden.

659

Online

32.7k

Benutzer

82.5k

Themen

1.3m

Beiträge