Navigation

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

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    Roborock Adapter tester gesucht

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

      @copystring

      Hier steht immer nur "0h", keine Ahnung ob das so sein soll:

      94f74087-a288-48a2-8273-ac66f0eb6e32-grafik.png

      Und dann hier einige von denen welche von Interesse sein könnten, wie z.B Akku

      3d4573f0-41ff-4511-8a01-c6d4f4674148-grafik.png

      Dann z.B. hier

      45d4829d-5cf8-4e91-a92e-a5948053a5c6-grafik.png

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

        @wendy2702 hm ja es scheint so, als ob der S7 und seine variationen dust_collection_work_times und filter_element_work_time gar nicht unterstützen. Daher kommt da auch kein Wert.
        Warum bei dir Bettery etc aber (null) ist verstehe ich nicht. Schick mal bitte ein debug log nach dem Start des Adapters.
        Bei deviceInfo gucke ich nochmal rein. Da werden anscheinend nicht alle Parameter sauber abgefragt.

        wendy2702 1 Reply Last reply Reply Quote 0
        • Black Thunder
          Black Thunder Developer last edited by Black Thunder

          @copystring Erstmal vielen Dank, dass du dich um einen dedizierten Roborock-Adapter kümmerst. 👍

          Hab gerade mal meinen Roborock S7 von der Xiaomi Home App in die Roborock-App umgezogen und die aktuelle Version deines Adapters aus dem "split_robots_into_classes"-Branch installiert. Grundsätzlich klappt die Verbindung auf jeden Fall schon mal und es werden auch einige Daten vom Roboter abgerufen. Allerdings ebenso mit den bereits hier berichteten teils fehlenden/falschen Zuordnungen zu den korrekten States (speziell unter "roborock.0.Devices.XXX.deviceStatus").

          39a3bd67-5489-4e2d-9499-8af5c6794924-image.png

          Zusätzlich habe ich aber noch das Problem, dass der Adapter abstürzt, sobald ein beliebiges Kommando unter "roborock.0.Devices.XXX.commands" gesetzt wird. Im Log sieht das dann z.B. für "commands.load_multi_map" so aus:

          2023-01-26 22:31:46.562 - info: host.raspberrypi-gang "system.adapter.roborock.0" enabled
          2023-01-26 22:31:47.186 - info: host.raspberrypi-gang instance system.adapter.roborock.0 started with pid 7107
          2023-01-26 22:31:48.988 - debug: roborock.0 (7107) Redis Objects: Use Redis connection: 127.0.0.1:9001
          2023-01-26 22:31:49.067 - debug: roborock.0 (7107) Objects client ready ... initialize now
          2023-01-26 22:31:49.070 - debug: roborock.0 (7107) Objects create System PubSub Client
          2023-01-26 22:31:49.071 - debug: roborock.0 (7107) Objects create User PubSub Client
          2023-01-26 22:31:49.214 - debug: roborock.0 (7107) Objects client initialize lua scripts
          2023-01-26 22:31:49.222 - debug: roborock.0 (7107) Objects connected to redis: 127.0.0.1:9001
          2023-01-26 22:31:49.226 - silly: roborock.0 (7107) redis psubscribe cfg.o.system.user.*
          2023-01-26 22:31:49.285 - silly: roborock.0 (7107) redis psubscribe cfg.o.enum.*
          2023-01-26 22:31:49.292 - silly: roborock.0 (7107) objectDB connected
          2023-01-26 22:31:49.296 - debug: roborock.0 (7107) Redis States: Use Redis connection: 127.0.0.1:6379
          2023-01-26 22:31:49.305 - debug: roborock.0 (7107) States create System PubSub Client
          2023-01-26 22:31:49.307 - debug: roborock.0 (7107) States create User PubSub Client
          2023-01-26 22:31:49.320 - debug: roborock.0 (7107) States connected to redis: 127.0.0.1:6379
          2023-01-26 22:31:49.322 - silly: roborock.0 (7107) statesDB connected
          2023-01-26 22:31:49.599 - info: roborock.0 (7107) starting. Version 0.0.1 (non-npm: copystring/ioBroker.roborock#split_robots_into_classes) in /opt/iobroker/node_modules/iobroker.roborock, node: v16.19.0, js-controller: 4.0.24
          2023-01-26 22:31:49.741 - silly: roborock.0 (7107) States system redis pmessage io.system.adapter.roborock.0.logLevel/io.system.adapter.roborock.0.logLevel:{"val":"silly","ack":true,"ts":1674768709647,"q":0,"from":"system.adapter.roborock.0","lc":1674260525427}
          2023-01-26 22:31:49.853 - debug: roborock.0 (7107) RoomIDs debug: {"10467471":"Wohnzimmer","10467473":"Zimmer Domi","10467476":"Küche","10467477":"Schlafzimmer","10467479":"Bad","10467481":"Balkon","10467484":"Gang"}
          2023-01-26 22:31:49.931 - info: roborock.0 (7107) MQTT initialized
          2023-01-26 22:31:49.979 - debug: roborock.0 (7107) Robot key: roborock.vacuum.a15
          2023-01-26 22:31:50.437 - debug: roborock.0 (7107) Latest data requested
          2023-01-26 22:31:50.441 - debug: roborock.0 (7107) getParameter: get_mop_mode
          2023-01-26 22:31:50.446 - debug: roborock.0 (7107) getParameter: get_water_box_custom_mode
          2023-01-26 22:31:50.449 - debug: roborock.0 (7107) getParameter: get_status
          2023-01-26 22:31:50.450 - debug: roborock.0 (7107) getParameter: get_consumable
          2023-01-26 22:31:50.452 - debug: roborock.0 (7107) getParameter: get_network_info
          2023-01-26 22:31:50.454 - debug: roborock.0 (7107) getParameter: get_carpet_mode
          2023-01-26 22:31:50.456 - debug: roborock.0 (7107) getParameter: get_carpet_cleaning_mode
          2023-01-26 22:31:50.458 - debug: roborock.0 (7107) getParameter: get_fw_features
          2023-01-26 22:31:50.458 - debug: roborock.0 (7107) Firmware features request
          2023-01-26 22:31:50.459 - debug: roborock.0 (7107) getParameter: get_multi_maps_list
          2023-01-26 22:31:50.461 - debug: roborock.0 (7107) getParameter: get_room_mapping
          2023-01-26 22:31:50.461 - debug: roborock.0 (7107) get_room_mapping
          2023-01-26 22:31:50.545 - debug: roborock.0 (7107) dps debug: {"id":3,"result":[203]}
          2023-01-26 22:31:50.550 - debug: roborock.0 (7107) dps debug: {"id":4,"result":[{"msg_ver":2,"msg_seq":1521,"state":8,"battery":100,"clean_time":5104,"clean_area":46190000,"error_code":0,"map_present":1,"in_cleaning":0,"in_returning":0,"in_fresh_state":1,"lab_status":1,"water_box_status":1,"fan_power":102,"dnd_enabled":1,"map_status":3,"is_locating":0,"lock_status":0,"water_box_mode":203,"water_box_carriage_status":0,"mop_forbidden_enable":0,"adbumper_status":[0,0,0],"water_shortage_status":0,"dock_type":0,"dust_collection_status":0,"auto_dust_collection":1,"mop_mode":300,"debug_mode":0,"dock_error_status":0,"unsave_map_reason":0,"unsave_map_flag":0}]}
          2023-01-26 22:31:50.559 - debug: roborock.0 (7107) dps debug: {"id":1,"result":[300]}
          2023-01-26 22:31:50.563 - debug: roborock.0 (7107) dps debug: {"id":7,"result":{"clean_time":863797,"clean_area":13435762500,"clean_count":336,"dust_collection_count":0,"records":[1674725138,1674725117,1674725026,1674643201,1674470400,1674211201,1674038400,1673865601,1673606401,1673433600,1673260802,1673001600,1672828801,1672656000,1672396799,1672224000,1672051200,1671791332,1671619200,1671446400]}}
          2023-01-26 22:31:50.584 - debug: roborock.0 (7107) dps debug: {"id":9,"result":"unknown_method"}
          2023-01-26 22:31:50.586 - debug: roborock.0 (7107) Unknown parameter: "unknown_method"
          2023-01-26 22:31:50.588 - debug: roborock.0 (7107) dps debug: {"id":2,"result":[{"msg_ver":2,"msg_seq":1522,"state":8,"battery":100,"clean_time":5104,"clean_area":46190000,"error_code":0,"map_present":1,"in_cleaning":0,"in_returning":0,"in_fresh_state":1,"lab_status":1,"water_box_status":1,"fan_power":102,"dnd_enabled":1,"map_status":3,"is_locating":0,"lock_status":0,"water_box_mode":203,"water_box_carriage_status":0,"mop_forbidden_enable":0,"adbumper_status":[0,0,0],"water_shortage_status":0,"dock_type":0,"dust_collection_status":0,"auto_dust_collection":1,"mop_mode":300,"debug_mode":0,"dock_error_status":0,"unsave_map_reason":0,"unsave_map_flag":0}]}
          2023-01-26 22:31:50.591 - debug: roborock.0 (7107) dps debug: {"id":8,"result":[{"enable":1,"current_integral":450,"current_high":500,"current_low":400,"stall_time":10}]}
          2023-01-26 22:31:50.615 - debug: roborock.0 (7107) dps debug: {"id":10,"result":[111,112,113,114,115,116,117,118,119,120,122,123,124,125]}
          2023-01-26 22:31:50.619 - debug: roborock.0 (7107) dps debug: {"id":6,"result":{"ssid":"1.FCGlucke","ip":"192.168.2.102","mac":"b0:4a:39:04:69:e9","bssid":"44:4e:6d:69:b7:f1","rssi":-62}}
          2023-01-26 22:31:50.623 - debug: roborock.0 (7107) dps debug: {"id":11,"result":[{"max_multi_map":1,"max_bak_map":1,"multi_map_count":1,"map_info":[{"mapFlag":0,"add_time":1674730815,"length":10,"name":"Hauptkarte","bak_maps":[{"mapFlag":4,"add_time":1674646243}]}]}]}
          2023-01-26 22:31:50.627 - debug: roborock.0 (7107) dps debug: {"id":5,"result":[{"main_brush_work_time":863894,"side_brush_work_time":0,"filter_work_time":313720,"filter_element_work_time":0,"sensor_dirty_time":58909,"dust_collection_work_times":0}]}
          2023-01-26 22:31:50.632 - debug: roborock.0 (7107) dps debug: {"id":12,"result":[[16,"10467476"],[17,"10467479"],[18,"10467477"],[19,"10467481"],[20,"10467473"],[22,"10467471"],[23,"10467484"]]}
          2023-01-26 22:31:50.633 - debug: roborock.0 (7107) get_room_mapping: [[16,"10467476"],[17,"10467479"],[18,"10467477"],[19,"10467481"],[20,"10467473"],[22,"10467471"],[23,"10467484"]]
          2023-01-26 22:31:50.695 - debug: roborock.0 (7107) dps debug: {"id":13,"result":[{"begin":1674725138,"end":1674730242,"duration":5104,"area":46190000,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":0}]}
          2023-01-26 22:31:50.698 - debug: roborock.0 (7107) dps debug: {"id":17,"result":[{"begin":1674470400,"end":1674473247,"duration":2847,"area":45627500,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":0}]}
          2023-01-26 22:31:50.700 - debug: roborock.0 (7107) dps debug: {"id":14,"result":[{"begin":1674725117,"end":1674725124,"duration":2,"area":0,"error":0,"complete":0,"start_type":2,"clean_type":1,"finish_reason":43,"dust_collection_status":0}]}
          2023-01-26 22:31:50.703 - debug: roborock.0 (7107) dps debug: {"id":18,"result":[{"begin":1674211201,"end":1674214020,"duration":2819,"area":45745000,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":0}]}
          2023-01-26 22:31:50.705 - debug: roborock.0 (7107) dps debug: {"id":15,"result":[{"begin":1674725026,"end":1674725079,"duration":41,"area":920000,"error":0,"complete":0,"start_type":2,"clean_type":3,"finish_reason":43,"dust_collection_status":0}]}
          2023-01-26 22:31:50.707 - debug: roborock.0 (7107) dps debug: {"id":16,"result":[{"begin":1674643201,"end":1674646187,"duration":2986,"area":45902500,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":0}]}
          2023-01-26 22:31:50.709 - debug: roborock.0 (7107) dps debug: {"id":19,"result":[{"begin":1674038400,"end":1674041195,"duration":2795,"area":45662500,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":0}]}
          2023-01-26 22:31:50.712 - debug: roborock.0 (7107) dps debug: {"id":20,"result":[{"begin":1673865601,"end":1673868654,"duration":3053,"area":45852500,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":0}]}
          2023-01-26 22:31:50.714 - debug: roborock.0 (7107) dps debug: {"id":24,"result":[{"begin":1673001600,"end":1673001754,"duration":147,"area":3327500,"error":0,"complete":0,"start_type":2,"clean_type":3,"finish_reason":60,"dust_collection_status":0}]}
          2023-01-26 22:31:50.716 - debug: roborock.0 (7107) dps debug: {"id":25,"result":[{"begin":1672828801,"end":1672831852,"duration":3051,"area":45580000,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":0}]}
          2023-01-26 22:31:50.718 - debug: roborock.0 (7107) dps debug: {"id":27,"result":[{"begin":1672396799,"end":1672399678,"duration":2879,"area":46062500,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":0}]}
          2023-01-26 22:31:50.720 - debug: roborock.0 (7107) dps debug: {"id":30,"result":[{"begin":1671791332,"end":1671794384,"duration":3051,"area":46140000,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":0}]}
          2023-01-26 22:31:50.721 - debug: roborock.0 (7107) dps debug: {"id":31,"result":[{"begin":1671619200,"end":1671622099,"duration":2898,"area":45690000,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":0}]}
          2023-01-26 22:31:50.723 - debug: roborock.0 (7107) dps debug: {"id":28,"result":[{"begin":1672224000,"end":1672226907,"duration":2907,"area":45725000,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":0}]}
          2023-01-26 22:31:50.725 - debug: roborock.0 (7107) dps debug: {"id":32,"result":[{"begin":1671446400,"end":1671449983,"duration":3583,"area":45985000,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":0}]}
          2023-01-26 22:31:50.727 - debug: roborock.0 (7107) dps debug: {"id":21,"result":[{"begin":1673606401,"end":1673609286,"duration":2885,"area":45722500,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":0}]}
          2023-01-26 22:31:50.729 - debug: roborock.0 (7107) dps debug: {"id":29,"result":[{"begin":1672051200,"end":1672054195,"duration":2995,"area":46020000,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":0}]}
          2023-01-26 22:31:50.731 - debug: roborock.0 (7107) dps debug: {"id":26,"result":[{"begin":1672656000,"end":1672658889,"duration":2888,"area":45622500,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":0}]}
          2023-01-26 22:31:50.733 - debug: roborock.0 (7107) dps debug: {"id":23,"result":[{"begin":1673260802,"end":1673263712,"duration":2910,"area":45922500,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":0}]}
          2023-01-26 22:31:50.865 - debug: roborock.0 (7107) dps debug: {"id":22,"result":[{"begin":1673433600,"end":1673436525,"duration":2925,"area":45552500,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":0}]}
          2023-01-26 22:31:54.524 - silly: roborock.0 (7107) States user redis pmessage io.roborock.0.Devices.BzoCkI61lkZZ4dPedPre6.commands.*/io.roborock.0.Devices.BzoCkI61lkZZ4dPedPre6.commands.load_multi_map:{"val":0,"ack":false,"ts":1674768714518,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":1674726972089}
          2023-01-26 22:31:54.528 - debug: roborock.0 (7107) onStateChange: load_multi_map with value: 0
          2023-01-26 22:31:54.532 - error: roborock.0 (7107) 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().
          2023-01-26 22:31:54.533 - error: roborock.0 (7107) unhandled promise rejection: Cannot read properties of undefined (reading 'command')
          2023-01-26 22:31:54.543 - error: roborock.0 (7107) TypeError: Cannot read properties of undefined (reading 'command')
          at Roborock.onStateChange (/opt/iobroker/node_modules/iobroker.roborock/main.js:274:25)
          at Roborock.emit (node:events:513:28)
          at Immediate. (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/build/lib/adapter/adapter.js:5385:53)
          at processImmediate (node:internal/timers:466:21)
          2023-01-26 22:31:54.544 - error: roborock.0 (7107) Cannot read properties of undefined (reading 'command')
          2023-01-26 22:31:54.558 - info: roborock.0 (7107) terminating
          2023-01-26 22:31:54.561 - warn: roborock.0 (7107) Terminated (UNCAUGHT_EXCEPTION): Without reason
          2023-01-26 22:31:55.212 - error: host.raspberrypi-gang instance system.adapter.roborock.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
          2023-01-26 22:31:55.212 - info: host.raspberrypi-gang Restart adapter system.adapter.roborock.0 because enabled
          2023-01-26 22:31:57.948 - info: host.raspberrypi-gang "system.adapter.roborock.0" disabled
          2023-01-26 22:32:27.491 - debug: roborock.0 (7494) Redis Objects: Use Redis connection: 127.0.0.1:9001
          2023-01-26 22:32:27.577 - debug: roborock.0 (7494) Objects client ready ... initialize now
          2023-01-26 22:32:27.579 - debug: roborock.0 (7494) Objects create System PubSub Client
          2023-01-26 22:32:27.581 - debug: roborock.0 (7494) Objects create User PubSub Client
          2023-01-26 22:32:27.730 - debug: roborock.0 (7494) Objects client initialize lua scripts
          2023-01-26 22:32:27.750 - debug: roborock.0 (7494) Objects connected to redis: 127.0.0.1:9001
          2023-01-26 22:32:27.754 - silly: roborock.0 (7494) redis psubscribe cfg.o.system.user.*
          2023-01-26 22:32:27.819 - silly: roborock.0 (7494) redis psubscribe cfg.o.enum.*
          2023-01-26 22:32:27.826 - silly: roborock.0 (7494) objectDB connected
          2023-01-26 22:32:27.830 - debug: roborock.0 (7494) Redis States: Use Redis connection: 127.0.0.1:6379
          2023-01-26 22:32:27.839 - debug: roborock.0 (7494) States create System PubSub Client
          2023-01-26 22:32:27.842 - debug: roborock.0 (7494) States create User PubSub Client
          2023-01-26 22:32:27.853 - debug: roborock.0 (7494) States connected to redis: 127.0.0.1:6379
          2023-01-26 22:32:27.855 - silly: roborock.0 (7494) statesDB connected
          2023-01-26 22:32:27.892 - error: roborock.0 (7494) adapter disabled
          2023-01-26 22:32:27.903 - warn: roborock.0 (7494) Terminated (NO_ADAPTER_CONFIG_FOUND): Without reason
          2023-01-26 22:32:28.611 - error: host.raspberrypi-gang instance system.adapter.roborock.0 terminated with code 3 (NO_ADAPTER_CONFIG_FOUND)
          

          Ist das schon bekannt bzw. soll das in diesem Branch noch gar nicht funktionieren?

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

            @black-thunder Das sollte in der branch laufen. Habe auch den S7 und da läuft es.

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

              @copystring sagte in Roborock Adapter tester gesucht:

              Schick mal bitte ein debug log nach dem Start des Adapters.

              Bitte schön:

              2023-01-26 22:42:29.674  - info: host.iobroker stopInstance system.adapter.roborock.0 (force=false, process=true)
              false2023-01-26 22:42:29.679  - info: roborock.0 (1067687) Got terminate signal TERMINATE_YOURSELF
              false2023-01-26 22:42:29.681  - info: roborock.0 (1067687) terminating
              false2023-01-26 22:42:29.682  - info: roborock.0 (1067687) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
              false2023-01-26 22:42:29.716  - info: host.iobroker stopInstance system.adapter.roborock.0 send kill signal
              false2023-01-26 22:42:30.371  - info: host.iobroker instance system.adapter.roborock.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
              false2023-01-26 22:42:32.877  - info: host.iobroker instance system.adapter.roborock.0 started with pid 1068227
              false2023-01-26 22:42:33.813  - debug: roborock.0 (1068227) Redis Objects: Use Redis connection: 0.0.0.0:9001
              false2023-01-26 22:42:33.855  - debug: roborock.0 (1068227) Objects client ready ... initialize now
              false2023-01-26 22:42:33.856  - debug: roborock.0 (1068227) Objects create System PubSub Client
              false2023-01-26 22:42:33.857  - debug: roborock.0 (1068227) Objects create User PubSub Client
              false2023-01-26 22:42:33.933  - debug: roborock.0 (1068227) Objects client initialize lua scripts
              false2023-01-26 22:42:33.938  - debug: roborock.0 (1068227) Objects connected to redis: 0.0.0.0:9001
              false2023-01-26 22:42:33.965  - debug: roborock.0 (1068227) Redis States: Use Redis connection: 0.0.0.0:9000
              false2023-01-26 22:42:33.991  - debug: roborock.0 (1068227) States create System PubSub Client
              false2023-01-26 22:42:33.992  - debug: roborock.0 (1068227) States create User PubSub Client
              false2023-01-26 22:42:34.072  - debug: roborock.0 (1068227) States connected to redis: 0.0.0.0:9000
              false2023-01-26 22:42:34.278  - info: roborock.0 (1068227) starting. Version 0.0.1 (non-npm: copystring/ioBroker.roborock#split_robots_into_classes) in /opt/iobroker/node_modules/iobroker.roborock, node: v16.19.0, js-controller: 4.0.24
              false2023-01-26 22:42:34.443  - debug: roborock.0 (1068227) RoomIDs debug: {"10397445":"Flur","10397450":"Schlafzimmer","10397453":"Bad","10397457":"Arbeitszimmer","10397459":"Wohnzimmer","10397463":"Küche"}
              false2023-01-26 22:42:34.473  - info: roborock.0 (1068227) MQTT initialized
              false2023-01-26 22:42:34.475  - debug: roborock.0 (1068227) Robot key: roborock.vacuum.a15
              false2023-01-26 22:42:34.632  - debug: roborock.0 (1068227) Latest data requested
              false2023-01-26 22:42:34.633  - debug: roborock.0 (1068227) getParameter: get_mop_mode
              false2023-01-26 22:42:34.635  - debug: roborock.0 (1068227) getParameter: get_water_box_custom_mode
              false2023-01-26 22:42:34.636  - debug: roborock.0 (1068227) getParameter: get_status
              false2023-01-26 22:42:34.637  - debug: roborock.0 (1068227) getParameter: get_consumable
              false2023-01-26 22:42:34.637  - debug: roborock.0 (1068227) getParameter: get_network_info
              false2023-01-26 22:42:34.637  - debug: roborock.0 (1068227) getParameter: get_carpet_mode
              false2023-01-26 22:42:34.638  - debug: roborock.0 (1068227) getParameter: get_carpet_cleaning_mode
              false2023-01-26 22:42:34.638  - debug: roborock.0 (1068227) getParameter: get_fw_features
              false2023-01-26 22:42:34.638  - debug: roborock.0 (1068227) Firmware features request
              false2023-01-26 22:42:34.638  - debug: roborock.0 (1068227) getParameter: get_multi_maps_list
              false2023-01-26 22:42:34.639  - debug: roborock.0 (1068227) getParameter: get_room_mapping
              false2023-01-26 22:42:34.639  - debug: roborock.0 (1068227) get_room_mapping
              false2023-01-26 22:42:34.688  - debug: roborock.0 (1068227) dps debug: {"id":2,"result":[{"msg_ver":2,"msg_seq":4527,"state":8,"battery":100,"clean_time":1975,"clean_area":30992500,"error_code":0,"map_present":1,"in_cleaning":0,"in_returning":0,"in_fresh_state":1,"lab_status":1,"water_box_status":1,"fan_power":104,"dnd_enabled":1,"map_status":3,"is_locating":0,"lock_status":0,"water_box_mode":203,"water_box_carriage_status":1,"mop_forbidden_enable":1,"adbumper_status":[0,0,0],"water_shortage_status":0,"dock_type":1,"dust_collection_status":0,"auto_dust_collection":1,"mop_mode":302,"debug_mode":0,"dock_error_status":0,"unsave_map_reason":0,"unsave_map_flag":0}]}
              false2023-01-26 22:42:34.689  - debug: roborock.0 (1068227) dps debug: {"id":1,"result":[302]}
              false2023-01-26 22:42:34.691  - debug: roborock.0 (1068227) dps debug: {"id":4,"result":[{"msg_ver":2,"msg_seq":4528,"state":8,"battery":100,"clean_time":1975,"clean_area":30992500,"error_code":0,"map_present":1,"in_cleaning":0,"in_returning":0,"in_fresh_state":1,"lab_status":1,"water_box_status":1,"fan_power":104,"dnd_enabled":1,"map_status":3,"is_locating":0,"lock_status":0,"water_box_mode":203,"water_box_carriage_status":1,"mop_forbidden_enable":1,"adbumper_status":[0,0,0],"water_shortage_status":0,"dock_type":1,"dust_collection_status":0,"auto_dust_collection":1,"mop_mode":302,"debug_mode":0,"dock_error_status":0,"unsave_map_reason":0,"unsave_map_flag":0}]}
              false2023-01-26 22:42:34.692  - debug: roborock.0 (1068227) dps debug: {"id":5,"result":[{"main_brush_work_time":581958,"side_brush_work_time":581958,"filter_work_time":36866,"filter_element_work_time":0,"sensor_dirty_time":50176,"dust_collection_work_times":26}]}
              false2023-01-26 22:42:34.702  - debug: roborock.0 (1068227) dps debug: {"id":3,"result":[203]}
              false2023-01-26 22:42:34.733  - debug: roborock.0 (1068227) dps debug: {"id":6,"result":{"ssid":"WXXXXO","ip":"192.168.178.73","mac":"b0:xxxx:72","bssid":"6a:d7:9a:18:ce:bb","rssi":-58}}
              false2023-01-26 22:42:34.770  - debug: roborock.0 (1068227) dps debug: {"id":11,"result":[{"max_multi_map":1,"max_bak_map":1,"multi_map_count":1,"map_info":[{"mapFlag":0,"add_time":1674662405,"length":12,"name":"Erdgeschoss ","bak_maps":[{"mapFlag":4,"add_time":1674310084}]}]}]}
              false2023-01-26 22:42:34.776  - debug: roborock.0 (1068227) dps debug: {"id":12,"result":[[23,"10397453"],[16,"10397445"],[17,"10397459"],[18,"10397463"],[20,"10397450"],[22,"10397457"]]}
              false2023-01-26 22:42:34.776  - debug: roborock.0 (1068227) get_room_mapping: [[23,"10397453"],[16,"10397445"],[17,"10397459"],[18,"10397463"],[20,"10397450"],[22,"10397457"]]
              false2023-01-26 22:42:34.777  - debug: roborock.0 (1068227) dps debug: {"id":8,"result":[{"enable":1,"current_integral":450,"current_high":500,"current_low":400,"stall_time":10}]}
              false2023-01-26 22:42:34.778  - debug: roborock.0 (1068227) dps debug: {"id":10,"result":[111,112,113,114,115,116,117,118,119,120,122,123,124,125]}
              false2023-01-26 22:42:34.785  - debug: roborock.0 (1068227) dps debug: {"id":9,"result":"unknown_method"}
              false2023-01-26 22:42:34.786  - debug: roborock.0 (1068227) Unknown parameter: "unknown_method"
              false2023-01-26 22:42:34.786  - debug: roborock.0 (1068227) dps debug: {"id":7,"result":{"clean_time":581938,"clean_area":8566392500,"clean_count":355,"dust_collection_count":292,"records":[1674660336,1674660313,1674577216,1674310611,1673963198,1673962557,1673625667,1673624409,1673450020,1673279186,1673177137,1673177094,1672931751,1672839102,1672839052,1672676949,1672483666,1671550852,1671550717,1671292694]}}
              false2023-01-26 22:42:34.834  - debug: roborock.0 (1068227) dps debug: {"id":13,"result":[{"begin":1674660336,"end":1674662311,"duration":1975,"area":30992500,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":1}]}
              false2023-01-26 22:42:34.838  - debug: roborock.0 (1068227) dps debug: {"id":14,"result":[{"begin":1674660313,"end":1674660315,"duration":2,"area":0,"error":0,"complete":0,"start_type":2,"clean_type":1,"finish_reason":37,"dust_collection_status":0}]}
              false2023-01-26 22:42:34.840  - debug: roborock.0 (1068227) dps debug: {"id":15,"result":[{"begin":1674577216,"end":1674583431,"duration":3658,"area":39990000,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":1}]}
              false2023-01-26 22:42:34.841  - debug: roborock.0 (1068227) dps debug: {"id":20,"result":[{"begin":1673624409,"end":1673624479,"duration":70,"area":1490000,"error":0,"complete":0,"start_type":2,"clean_type":3,"finish_reason":60,"dust_collection_status":1}]}
              false2023-01-26 22:42:34.841  - debug: roborock.0 (1068227) dps debug: {"id":16,"result":[{"begin":1674310611,"end":1674311055,"duration":444,"area":6152500,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":1}]}
              false2023-01-26 22:42:34.841  - debug: roborock.0 (1068227) dps debug: {"id":21,"result":[{"begin":1673450020,"end":1673452606,"duration":2586,"area":39457500,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":1}]}
              false2023-01-26 22:42:34.842  - debug: roborock.0 (1068227) dps debug: {"id":17,"result":[{"begin":1673963198,"end":1673970437,"duration":2672,"area":37172500,"error":0,"complete":1,"start_type":1,"clean_type":1,"finish_reason":52,"dust_collection_status":1}]}
              false2023-01-26 22:42:34.842  - debug: roborock.0 (1068227) dps debug: {"id":18,"result":[{"begin":1673962557,"end":1673962598,"duration":15,"area":0,"error":0,"complete":0,"start_type":1,"clean_type":1,"finish_reason":21,"dust_collection_status":0}]}
              false2023-01-26 22:42:34.843  - debug: roborock.0 (1068227) dps debug: {"id":22,"result":[{"begin":1673279186,"end":1673280386,"duration":1200,"area":18042500,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":1}]}
              false2023-01-26 22:42:34.843  - debug: roborock.0 (1068227) dps debug: {"id":26,"result":[{"begin":1672839102,"end":1672847459,"duration":2861,"area":39335000,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":1}]}
              false2023-01-26 22:42:34.843  - debug: roborock.0 (1068227) dps debug: {"id":29,"result":[{"begin":1672483666,"end":1672484896,"duration":1230,"area":17945000,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":1}]}
              false2023-01-26 22:42:34.854  - debug: roborock.0 (1068227) dps debug: {"id":25,"result":[{"begin":1672931751,"end":1672934471,"duration":2720,"area":40607500,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":1}]}
              false2023-01-26 22:42:34.854  - debug: roborock.0 (1068227) dps debug: {"id":28,"result":[{"begin":1672676949,"end":1672678212,"duration":1263,"area":17982500,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":1}]}
              false2023-01-26 22:42:34.855  - debug: roborock.0 (1068227) dps debug: {"id":30,"result":[{"begin":1671550852,"end":1671553922,"duration":3062,"area":39902500,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":1}]}
              false2023-01-26 22:42:34.855  - debug: roborock.0 (1068227) dps debug: {"id":19,"result":[{"begin":1673625667,"end":1673628366,"duration":2699,"area":39452500,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":1}]}
              false2023-01-26 22:42:34.856  - debug: roborock.0 (1068227) dps debug: {"id":27,"result":[{"begin":1672839052,"end":1672839065,"duration":13,"area":0,"error":0,"complete":0,"start_type":2,"clean_type":1,"finish_reason":60,"dust_collection_status":0}]}
              false2023-01-26 22:42:34.856  - debug: roborock.0 (1068227) dps debug: {"id":23,"result":[{"begin":1673177137,"end":1673179722,"duration":2585,"area":36967500,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":1}]}
              false2023-01-26 22:42:34.857  - debug: roborock.0 (1068227) dps debug: {"id":24,"result":[{"begin":1673177094,"end":1673177102,"duration":8,"area":0,"error":0,"complete":0,"start_type":4,"clean_type":1,"finish_reason":60,"dust_collection_status":0}]}
              false2023-01-26 22:42:34.857  - debug: roborock.0 (1068227) dps debug: {"id":31,"result":[{"begin":1671550717,"end":1671550797,"duration":80,"area":1050000,"error":0,"complete":0,"start_type":2,"clean_type":3,"finish_reason":60,"dust_collection_status":1}]}
              false2023-01-26 22:42:34.857  - debug: roborock.0 (1068227) dps debug: {"id":32,"result":[{"begin":1671292694,"end":1671294598,"duration":1904,"area":27470000,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":1}]}
              
              copystring 1 Reply Last reply Reply Quote 0
              • copystring
                copystring @wendy2702 last edited by

                @wendy2702 @Black-Thunder Danke für die logs. Ich denke das gucke ich mir am Wochenende mal genauer an aber ist schon irgendwie merkwürdig, dass bei euch nicht läuft und ich mir wie ihr auch von Github die branch ziehe und bei mir dann diese Probleme nicht auftauchen...

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

                  ich habe mal für das Setzen der Parameter ein zusätzliches Debuglogging eingefügt. Bitte die neue Version ausprobieren und mir ein neues Log schicken: https://github.com/copystring/ioBroker.roborock/tree/split_robots_into_classes

                  Bei mir steht z.B. deviceInfo battery set with value: 100 und
                  deviceInfo filter_life set with value: 58 und wurde dementsprechend sauber gesetzt. Steht das bei euch nicht drin dann ruft er die Funktion gar nicht auf was aber eigentlich gar nicht sein kann...

                  Black Thunder 1 Reply Last reply Reply Quote 0
                  • Black Thunder
                    Black Thunder Developer @copystring last edited by Black Thunder

                    @copystring Also ich hab jetzt nochmal den kompletten Adapter inkl. aller Objekte gelöscht und alles frisch geholt, damit ich nen sauberen Stand habe. Jetzt sind auch etliche zusätzliche Warnings im Log.

                    Zum Beispiel "deviceStatus 125 set with value: 21" sollte vermutlich in meinem Fall die Lebensdauer der Hauptbürste sein. Das wäre zumindest der einzige Wert mit 21, den ich in der App sehe.
                    EDIT: Ja, das steht auch so in HomeData:

                    //// schnipp
                            {
                              "id": "125",
                              "name": "主刷寿命",
                              "code": "main_brush_life",
                              "mode": "rw",
                              "type": "VALUE",
                              "property": "{\"max\": 100, \"min\": 0, \"step\": 1, \"unit\": null, \"scale\": 1}",
                              "desc": null
                            },
                    //// schnipp
                    
                    2023-01-26 23:39:55.542 - info: host.raspberrypi-gang "system.adapter.roborock.0" enabled
                    2023-01-26 23:39:56.157 - info: host.raspberrypi-gang instance system.adapter.roborock.0 started with pid 22375
                    2023-01-26 23:39:57.793 - debug: roborock.0 (22375) Redis Objects: Use Redis connection: 127.0.0.1:9001
                    2023-01-26 23:39:57.874 - debug: roborock.0 (22375) Objects client ready ... initialize now
                    2023-01-26 23:39:57.877 - debug: roborock.0 (22375) Objects create System PubSub Client
                    2023-01-26 23:39:57.879 - debug: roborock.0 (22375) Objects create User PubSub Client
                    2023-01-26 23:39:58.029 - debug: roborock.0 (22375) Objects client initialize lua scripts
                    2023-01-26 23:39:58.038 - debug: roborock.0 (22375) Objects connected to redis: 127.0.0.1:9001
                    2023-01-26 23:39:58.041 - silly: roborock.0 (22375) redis psubscribe cfg.o.system.user.*
                    2023-01-26 23:39:58.098 - silly: roborock.0 (22375) redis psubscribe cfg.o.enum.*
                    2023-01-26 23:39:58.105 - silly: roborock.0 (22375) objectDB connected
                    2023-01-26 23:39:58.109 - debug: roborock.0 (22375) Redis States: Use Redis connection: 127.0.0.1:6379
                    2023-01-26 23:39:58.118 - debug: roborock.0 (22375) States create System PubSub Client
                    2023-01-26 23:39:58.120 - debug: roborock.0 (22375) States create User PubSub Client
                    2023-01-26 23:39:58.133 - debug: roborock.0 (22375) States connected to redis: 127.0.0.1:6379
                    2023-01-26 23:39:58.135 - silly: roborock.0 (22375) statesDB connected
                    2023-01-26 23:39:58.459 - info: roborock.0 (22375) starting. Version 0.0.1 (non-npm: copystring/ioBroker.roborock#split_robots_into_classes) in /opt/iobroker/node_modules/iobroker.roborock, node: v16.19.0, js-controller: 4.0.24
                    2023-01-26 23:39:58.592 - silly: roborock.0 (22375) States system redis pmessage io.system.adapter.roborock.0.logLevel/io.system.adapter.roborock.0.logLevel:{"val":"silly","ack":true,"ts":1674772798507,"q":0,"from":"system.adapter.roborock.0","lc":1674772798507}
                    2023-01-26 23:39:58.912 - debug: roborock.0 (22375) UserData: [object Object]
                    2023-01-26 23:39:59.220 - debug: roborock.0 (22375) RoomIDs debug: {"10467471":"Wohnzimmer","10467473":"Zimmer Domi","10467476":"Küche","10467477":"Schlafzimmer","10467479":"Bad","10467481":"Balkon","10467484":"Gang"}
                    2023-01-26 23:39:59.335 - info: roborock.0 (22375) MQTT initialized
                    2023-01-26 23:39:59.427 - debug: roborock.0 (22375) Robot key: roborock.vacuum.a15
                    2023-01-26 23:40:07.824 - debug: roborock.0 (22375) Latest data requested
                    2023-01-26 23:40:07.826 - debug: roborock.0 (22375) getParameter: get_mop_mode
                    2023-01-26 23:40:07.838 - debug: roborock.0 (22375) getParameter: get_water_box_custom_mode
                    2023-01-26 23:40:07.841 - debug: roborock.0 (22375) getParameter: get_status
                    2023-01-26 23:40:07.843 - debug: roborock.0 (22375) getParameter: get_consumable
                    2023-01-26 23:40:07.845 - debug: roborock.0 (22375) getParameter: get_network_info
                    2023-01-26 23:40:07.851 - debug: roborock.0 (22375) getParameter: get_carpet_mode
                    2023-01-26 23:40:07.853 - debug: roborock.0 (22375) getParameter: get_carpet_cleaning_mode
                    2023-01-26 23:40:07.856 - debug: roborock.0 (22375) getParameter: get_fw_features
                    2023-01-26 23:40:07.857 - debug: roborock.0 (22375) Firmware features request
                    2023-01-26 23:40:07.859 - debug: roborock.0 (22375) getParameter: get_multi_maps_list
                    2023-01-26 23:40:07.863 - debug: roborock.0 (22375) getParameter: get_room_mapping
                    2023-01-26 23:40:07.864 - debug: roborock.0 (22375) get_room_mapping
                    2023-01-26 23:40:07.944 - debug: roborock.0 (22375) dps debug: {"id":4,"result":[{"msg_ver":2,"msg_seq":1536,"state":8,"battery":100,"clean_time":5104,"clean_area":46190000,"error_code":0,"map_present":1,"in_cleaning":0,"in_returning":0,"in_fresh_state":1,"lab_status":1,"water_box_status":1,"fan_power":102,"dnd_enabled":1,"map_status":3,"is_locating":0,"lock_status":0,"water_box_mode":203,"water_box_carriage_status":0,"mop_forbidden_enable":0,"adbumper_status":[0,0,0],"water_shortage_status":0,"dock_type":0,"dust_collection_status":0,"auto_dust_collection":1,"mop_mode":300,"debug_mode":0,"dock_error_status":0,"unsave_map_reason":0,"unsave_map_flag":0}]}
                    2023-01-26 23:40:07.965 - debug: roborock.0 (22375) dps debug: {"id":8,"result":[{"enable":1,"current_integral":450,"current_high":500,"current_low":400,"stall_time":10}]}
                    2023-01-26 23:40:07.968 - debug: roborock.0 (22375) dps debug: {"id":5,"result":[{"main_brush_work_time":863894,"side_brush_work_time":0,"filter_work_time":313720,"filter_element_work_time":0,"sensor_dirty_time":58909,"dust_collection_work_times":0}]}
                    2023-01-26 23:40:07.971 - debug: roborock.0 (22375) dps debug: {"id":7,"result":{"clean_time":863797,"clean_area":13435762500,"clean_count":336,"dust_collection_count":0,"records":[1674725138,1674725117,1674725026,1674643201,1674470400,1674211201,1674038400,1673865601,1673606401,1673433600,1673260802,1673001600,1672828801,1672656000,1672396799,1672224000,1672051200,1671791332,1671619200,1671446400]}}
                    2023-01-26 23:40:07.998 - debug: roborock.0 (22375) dps debug: {"id":1,"result":[300]}
                    2023-01-26 23:40:08.001 - debug: roborock.0 (22375) dps debug: {"id":2,"result":[{"msg_ver":2,"msg_seq":1537,"state":8,"battery":100,"clean_time":5104,"clean_area":46190000,"error_code":0,"map_present":1,"in_cleaning":0,"in_returning":0,"in_fresh_state":1,"lab_status":1,"water_box_status":1,"fan_power":102,"dnd_enabled":1,"map_status":3,"is_locating":0,"lock_status":0,"water_box_mode":203,"water_box_carriage_status":0,"mop_forbidden_enable":0,"adbumper_status":[0,0,0],"water_shortage_status":0,"dock_type":0,"dust_collection_status":0,"auto_dust_collection":1,"mop_mode":300,"debug_mode":0,"dock_error_status":0,"unsave_map_reason":0,"unsave_map_flag":0}]}
                    2023-01-26 23:40:08.007 - debug: roborock.0 (22375) dps debug: {"id":9,"result":"unknown_method"}
                    2023-01-26 23:40:08.009 - debug: roborock.0 (22375) Unknown parameter: "unknown_method"
                    2023-01-26 23:40:08.023 - warn: roborock.0 (22375) State "roborock.0.Devices.BzoCkI61lkZZ4dPedPre6.deviceStatus.msg_ver" has no existing object, this might lead to an error in future versions
                    2023-01-26 23:40:08.024 - warn: roborock.0 (22375) State "roborock.0.Devices.BzoCkI61lkZZ4dPedPre6.deviceStatus.msg_seq" has no existing object, this might lead to an error in future versions
                    2023-01-26 23:40:08.026 - warn: roborock.0 (22375) State "roborock.0.Devices.BzoCkI61lkZZ4dPedPre6.deviceStatus.clean_time" has no existing object, this might lead to an error in future versions
                    2023-01-26 23:40:08.027 - warn: roborock.0 (22375) State "roborock.0.Devices.BzoCkI61lkZZ4dPedPre6.deviceStatus.clean_area" has no existing object, this might lead to an error in future versions
                    2023-01-26 23:40:08.029 - warn: roborock.0 (22375) State "roborock.0.Devices.BzoCkI61lkZZ4dPedPre6.deviceStatus.error_code" has no existing object, this might lead to an error in future versions
                    2023-01-26 23:40:08.030 - warn: roborock.0 (22375) State "roborock.0.Devices.BzoCkI61lkZZ4dPedPre6.deviceStatus.map_present" has no existing object, this might lead to an error in future versions
                    2023-01-26 23:40:08.031 - warn: roborock.0 (22375) State "roborock.0.Devices.BzoCkI61lkZZ4dPedPre6.deviceStatus.in_cleaning" has no existing object, this might lead to an error in future versions
                    2023-01-26 23:40:08.033 - warn: roborock.0 (22375) State "roborock.0.Devices.BzoCkI61lkZZ4dPedPre6.deviceStatus.in_returning" has no existing object, this might lead to an error in future versions
                    2023-01-26 23:40:08.035 - warn: roborock.0 (22375) State "roborock.0.Devices.BzoCkI61lkZZ4dPedPre6.deviceStatus.in_fresh_state" has no existing object, this might lead to an error in future versions
                    2023-01-26 23:40:08.036 - warn: roborock.0 (22375) State "roborock.0.Devices.BzoCkI61lkZZ4dPedPre6.deviceStatus.lab_status" has no existing object, this might lead to an error in future versions
                    2023-01-26 23:40:08.038 - warn: roborock.0 (22375) State "roborock.0.Devices.BzoCkI61lkZZ4dPedPre6.deviceStatus.water_box_status" has no existing object, this might lead to an error in future versions
                    2023-01-26 23:40:08.039 - warn: roborock.0 (22375) State "roborock.0.Devices.BzoCkI61lkZZ4dPedPre6.deviceStatus.dnd_enabled" has no existing object, this might lead to an error in future versions
                    2023-01-26 23:40:08.040 - warn: roborock.0 (22375) State "roborock.0.Devices.BzoCkI61lkZZ4dPedPre6.deviceStatus.map_status" has no existing object, this might lead to an error in future versions
                    2023-01-26 23:40:08.041 - warn: roborock.0 (22375) State "roborock.0.Devices.BzoCkI61lkZZ4dPedPre6.deviceStatus.is_locating" has no existing object, this might lead to an error in future versions
                    2023-01-26 23:40:08.042 - warn: roborock.0 (22375) State "roborock.0.Devices.BzoCkI61lkZZ4dPedPre6.deviceStatus.lock_status" has no existing object, this might lead to an error in future versions
                    2023-01-26 23:40:08.043 - warn: roborock.0 (22375) State "roborock.0.Devices.BzoCkI61lkZZ4dPedPre6.deviceStatus.water_box_carriage_status" has no existing object, this might lead to an error in future versions
                    2023-01-26 23:40:08.044 - warn: roborock.0 (22375) State "roborock.0.Devices.BzoCkI61lkZZ4dPedPre6.deviceStatus.mop_forbidden_enable" has no existing object, this might lead to an error in future versions
                    2023-01-26 23:40:08.045 - warn: roborock.0 (22375) State "roborock.0.Devices.BzoCkI61lkZZ4dPedPre6.deviceStatus.adbumper_status" has no existing object, this might lead to an error in future versions
                    2023-01-26 23:40:08.046 - warn: roborock.0 (22375) State "roborock.0.Devices.BzoCkI61lkZZ4dPedPre6.deviceStatus.water_shortage_status" has no existing object, this might lead to an error in future versions
                    2023-01-26 23:40:08.047 - warn: roborock.0 (22375) State "roborock.0.Devices.BzoCkI61lkZZ4dPedPre6.deviceStatus.dock_type" has no existing object, this might lead to an error in future versions
                    2023-01-26 23:40:08.048 - warn: roborock.0 (22375) State "roborock.0.Devices.BzoCkI61lkZZ4dPedPre6.deviceStatus.dust_collection_status" has no existing object, this might lead to an error in future versions
                    2023-01-26 23:40:08.049 - warn: roborock.0 (22375) State "roborock.0.Devices.BzoCkI61lkZZ4dPedPre6.deviceStatus.auto_dust_collection" has no existing object, this might lead to an error in future versions
                    2023-01-26 23:40:08.051 - warn: roborock.0 (22375) State "roborock.0.Devices.BzoCkI61lkZZ4dPedPre6.deviceStatus.mop_mode" has no existing object, this might lead to an error in future versions
                    2023-01-26 23:40:08.053 - warn: roborock.0 (22375) State "roborock.0.Devices.BzoCkI61lkZZ4dPedPre6.deviceStatus.debug_mode" has no existing object, this might lead to an error in future versions
                    2023-01-26 23:40:08.054 - warn: roborock.0 (22375) State "roborock.0.Devices.BzoCkI61lkZZ4dPedPre6.deviceStatus.dock_error_status" has no existing object, this might lead to an error in future versions
                    2023-01-26 23:40:08.056 - warn: roborock.0 (22375) State "roborock.0.Devices.BzoCkI61lkZZ4dPedPre6.deviceStatus.unsave_map_reason" has no existing object, this might lead to an error in future versions
                    2023-01-26 23:40:08.057 - warn: roborock.0 (22375) State "roborock.0.Devices.BzoCkI61lkZZ4dPedPre6.deviceStatus.unsave_map_flag" has no existing object, this might lead to an error in future versions
                    2023-01-26 23:40:08.059 - debug: roborock.0 (22375) dps debug: {"id":3,"result":[203]}
                    2023-01-26 23:40:08.062 - debug: roborock.0 (22375) dps debug: {"id":12,"result":[[16,"10467476"],[17,"10467479"],[18,"10467477"],[19,"10467481"],[20,"10467473"],[22,"10467471"],[23,"10467484"]]}
                    2023-01-26 23:40:08.064 - debug: roborock.0 (22375) get_room_mapping: [[16,"10467476"],[17,"10467479"],[18,"10467477"],[19,"10467481"],[20,"10467473"],[22,"10467471"],[23,"10467484"]]
                    2023-01-26 23:40:08.067 - debug: roborock.0 (22375) dps debug: {"id":10,"result":[111,112,113,114,115,116,117,118,119,120,122,123,124,125]}
                    2023-01-26 23:40:08.073 - debug: roborock.0 (22375) dps debug: {"id":11,"result":[{"max_multi_map":1,"max_bak_map":1,"multi_map_count":1,"map_info":[{"mapFlag":0,"add_time":1674730815,"length":10,"name":"Hauptkarte","bak_maps":[{"mapFlag":4,"add_time":1674646243}]}]}]}
                    2023-01-26 23:40:08.076 - debug: roborock.0 (22375) dps debug: {"id":6,"result":{"ssid":"1.FCGlucke","ip":"192.168.2.102","mac":"b0:4a:39:04:69:e9","bssid":"44:4e:6d:69:b7:f1","rssi":-62}}
                    2023-01-26 23:40:08.079 - debug: roborock.0 (22375) dps debug: {"id":14,"result":[{"begin":1674725117,"end":1674725124,"duration":2,"area":0,"error":0,"complete":0,"start_type":2,"clean_type":1,"finish_reason":43,"dust_collection_status":0}]}
                    2023-01-26 23:40:08.083 - debug: roborock.0 (22375) dps debug: {"id":16,"result":[{"begin":1674643201,"end":1674646187,"duration":2986,"area":45902500,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":0}]}
                    2023-01-26 23:40:08.088 - debug: roborock.0 (22375) dps debug: {"id":13,"result":[{"begin":1674725138,"end":1674730242,"duration":5104,"area":46190000,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":0}]}
                    2023-01-26 23:40:08.158 - warn: roborock.0 (22375) State "roborock.0.Devices.BzoCkI61lkZZ4dPedPre6.deviceStatus.msg_ver" has no existing object, this might lead to an error in future versions
                    2023-01-26 23:40:08.159 - warn: roborock.0 (22375) State "roborock.0.Devices.BzoCkI61lkZZ4dPedPre6.deviceStatus.msg_seq" has no existing object, this might lead to an error in future versions
                    2023-01-26 23:40:08.161 - warn: roborock.0 (22375) State "roborock.0.Devices.BzoCkI61lkZZ4dPedPre6.deviceStatus.clean_time" has no existing object, this might lead to an error in future versions
                    2023-01-26 23:40:08.164 - warn: roborock.0 (22375) State "roborock.0.Devices.BzoCkI61lkZZ4dPedPre6.deviceStatus.clean_area" has no existing object, this might lead to an error in future versions
                    2023-01-26 23:40:08.164 - warn: roborock.0 (22375) State "roborock.0.Devices.BzoCkI61lkZZ4dPedPre6.deviceStatus.error_code" has no existing object, this might lead to an error in future versions
                    2023-01-26 23:40:08.165 - warn: roborock.0 (22375) State "roborock.0.Devices.BzoCkI61lkZZ4dPedPre6.deviceStatus.map_present" has no existing object, this might lead to an error in future versions
                    2023-01-26 23:40:08.166 - warn: roborock.0 (22375) State "roborock.0.Devices.BzoCkI61lkZZ4dPedPre6.deviceStatus.in_cleaning" has no existing object, this might lead to an error in future versions
                    2023-01-26 23:40:08.167 - warn: roborock.0 (22375) State "roborock.0.Devices.BzoCkI61lkZZ4dPedPre6.deviceStatus.in_returning" has no existing object, this might lead to an error in future versions
                    2023-01-26 23:40:08.168 - warn: roborock.0 (22375) State "roborock.0.Devices.BzoCkI61lkZZ4dPedPre6.deviceStatus.in_fresh_state" has no existing object, this might lead to an error in future versions
                    2023-01-26 23:40:08.169 - warn: roborock.0 (22375) State "roborock.0.Devices.BzoCkI61lkZZ4dPedPre6.deviceStatus.lab_status" has no existing object, this might lead to an error in future versions
                    2023-01-26 23:40:08.170 - warn: roborock.0 (22375) State "roborock.0.Devices.BzoCkI61lkZZ4dPedPre6.deviceStatus.water_box_status" has no existing object, this might lead to an error in future versions
                    2023-01-26 23:40:08.172 - warn: roborock.0 (22375) State "roborock.0.Devices.BzoCkI61lkZZ4dPedPre6.deviceStatus.dnd_enabled" has no existing object, this might lead to an error in future versions
                    2023-01-26 23:40:08.173 - warn: roborock.0 (22375) State "roborock.0.Devices.BzoCkI61lkZZ4dPedPre6.deviceStatus.map_status" has no existing object, this might lead to an error in future versions
                    2023-01-26 23:40:08.174 - warn: roborock.0 (22375) State "roborock.0.Devices.BzoCkI61lkZZ4dPedPre6.deviceStatus.is_locating" has no existing object, this might lead to an error in future versions
                    2023-01-26 23:40:08.175 - warn: roborock.0 (22375) State "roborock.0.Devices.BzoCkI61lkZZ4dPedPre6.deviceStatus.lock_status" has no existing object, this might lead to an error in future versions
                    2023-01-26 23:40:08.176 - warn: roborock.0 (22375) State "roborock.0.Devices.BzoCkI61lkZZ4dPedPre6.deviceStatus.water_box_carriage_status" has no existing object, this might lead to an error in future versions
                    2023-01-26 23:40:08.177 - warn: roborock.0 (22375) State "roborock.0.Devices.BzoCkI61lkZZ4dPedPre6.deviceStatus.mop_forbidden_enable" has no existing object, this might lead to an error in future versions
                    2023-01-26 23:40:08.178 - warn: roborock.0 (22375) State "roborock.0.Devices.BzoCkI61lkZZ4dPedPre6.deviceStatus.adbumper_status" has no existing object, this might lead to an error in future versions
                    2023-01-26 23:40:08.179 - warn: roborock.0 (22375) State "roborock.0.Devices.BzoCkI61lkZZ4dPedPre6.deviceStatus.water_shortage_status" has no existing object, this might lead to an error in future versions
                    2023-01-26 23:40:08.180 - warn: roborock.0 (22375) State "roborock.0.Devices.BzoCkI61lkZZ4dPedPre6.deviceStatus.dock_type" has no existing object, this might lead to an error in future versions
                    2023-01-26 23:40:08.181 - warn: roborock.0 (22375) State "roborock.0.Devices.BzoCkI61lkZZ4dPedPre6.deviceStatus.dust_collection_status" has no existing object, this might lead to an error in future versions
                    2023-01-26 23:40:08.182 - warn: roborock.0 (22375) State "roborock.0.Devices.BzoCkI61lkZZ4dPedPre6.deviceStatus.auto_dust_collection" has no existing object, this might lead to an error in future versions
                    2023-01-26 23:40:08.183 - warn: roborock.0 (22375) State "roborock.0.Devices.BzoCkI61lkZZ4dPedPre6.deviceStatus.mop_mode" has no existing object, this might lead to an error in future versions
                    2023-01-26 23:40:08.185 - warn: roborock.0 (22375) State "roborock.0.Devices.BzoCkI61lkZZ4dPedPre6.deviceStatus.debug_mode" has no existing object, this might lead to an error in future versions
                    2023-01-26 23:40:08.187 - warn: roborock.0 (22375) State "roborock.0.Devices.BzoCkI61lkZZ4dPedPre6.deviceStatus.dock_error_status" has no existing object, this might lead to an error in future versions
                    2023-01-26 23:40:08.188 - warn: roborock.0 (22375) State "roborock.0.Devices.BzoCkI61lkZZ4dPedPre6.deviceStatus.unsave_map_reason" has no existing object, this might lead to an error in future versions
                    2023-01-26 23:40:08.194 - warn: roborock.0 (22375) State "roborock.0.Devices.BzoCkI61lkZZ4dPedPre6.deviceStatus.unsave_map_flag" has no existing object, this might lead to an error in future versions
                    2023-01-26 23:40:08.199 - debug: roborock.0 (22375) dps debug: {"id":15,"result":[{"begin":1674725026,"end":1674725079,"duration":41,"area":920000,"error":0,"complete":0,"start_type":2,"clean_type":3,"finish_reason":43,"dust_collection_status":0}]}
                    2023-01-26 23:40:08.204 - debug: roborock.0 (22375) dps debug: {"id":27,"result":[{"begin":1672396799,"end":1672399678,"duration":2879,"area":46062500,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":0}]}
                    2023-01-26 23:40:08.211 - debug: roborock.0 (22375) dps debug: {"id":23,"result":[{"begin":1673260802,"end":1673263712,"duration":2910,"area":45922500,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":0}]}
                    2023-01-26 23:40:08.214 - debug: roborock.0 (22375) dps debug: {"id":17,"result":[{"begin":1674470400,"end":1674473247,"duration":2847,"area":45627500,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":0}]}
                    2023-01-26 23:40:08.217 - debug: roborock.0 (22375) dps debug: {"id":18,"result":[{"begin":1674211201,"end":1674214020,"duration":2819,"area":45745000,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":0}]}
                    2023-01-26 23:40:08.220 - debug: roborock.0 (22375) dps debug: {"id":24,"result":[{"begin":1673001600,"end":1673001754,"duration":147,"area":3327500,"error":0,"complete":0,"start_type":2,"clean_type":3,"finish_reason":60,"dust_collection_status":0}]}
                    2023-01-26 23:40:08.223 - debug: roborock.0 (22375) dps debug: {"id":19,"result":[{"begin":1674038400,"end":1674041195,"duration":2795,"area":45662500,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":0}]}
                    2023-01-26 23:40:08.226 - debug: roborock.0 (22375) dps debug: {"id":25,"result":[{"begin":1672828801,"end":1672831852,"duration":3051,"area":45580000,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":0}]}
                    2023-01-26 23:40:08.228 - debug: roborock.0 (22375) dps debug: {"id":28,"result":[{"begin":1672224000,"end":1672226907,"duration":2907,"area":45725000,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":0}]}
                    2023-01-26 23:40:08.230 - debug: roborock.0 (22375) dps debug: {"id":20,"result":[{"begin":1673865601,"end":1673868654,"duration":3053,"area":45852500,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":0}]}
                    2023-01-26 23:40:08.232 - debug: roborock.0 (22375) dps debug: {"id":22,"result":[{"begin":1673433600,"end":1673436525,"duration":2925,"area":45552500,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":0}]}
                    2023-01-26 23:40:08.237 - debug: roborock.0 (22375) dps debug: {"id":30,"result":[{"begin":1671791332,"end":1671794384,"duration":3051,"area":46140000,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":0}]}
                    2023-01-26 23:40:08.239 - debug: roborock.0 (22375) dps debug: {"id":26,"result":[{"begin":1672656000,"end":1672658889,"duration":2888,"area":45622500,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":0}]}
                    2023-01-26 23:40:08.241 - debug: roborock.0 (22375) dps debug: {"id":21,"result":[{"begin":1673606401,"end":1673609286,"duration":2885,"area":45722500,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":0}]}
                    2023-01-26 23:40:08.242 - debug: roborock.0 (22375) dps debug: {"id":32,"result":[{"begin":1671446400,"end":1671449983,"duration":3583,"area":45985000,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":0}]}
                    2023-01-26 23:40:08.244 - debug: roborock.0 (22375) dps debug: {"id":29,"result":[{"begin":1672051200,"end":1672054195,"duration":2995,"area":46020000,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":0}]}
                    2023-01-26 23:40:08.246 - debug: roborock.0 (22375) dps debug: {"id":31,"result":[{"begin":1671619200,"end":1671622099,"duration":2898,"area":45690000,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":0}]}
                    2023-01-26 23:40:08.531 - silly: roborock.0 (22375) States user redis pmessage io.roborock.0.Devices.BzoCkI61lkZZ4dPedPre6.commands.*/io.roborock.0.Devices.BzoCkI61lkZZ4dPedPre6.commands.load_multi_map:{"val":0,"ack":true,"ts":1674772808526,"q":32,"from":"system.adapter.roborock.0","user":"system.user.admin","lc":1674772808526}
                    2023-01-26 23:40:08.539 - debug: roborock.0 (22375) onStateChange: load_multi_map with value: 0
                    2023-01-26 23:40:08.541 - error: roborock.0 (22375) 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().
                    2023-01-26 23:40:08.541 - error: roborock.0 (22375) unhandled promise rejection: Cannot read properties of undefined (reading 'command')
                    2023-01-26 23:40:08.544 - error: roborock.0 (22375) TypeError: Cannot read properties of undefined (reading 'command')
                    at Roborock.onStateChange (/opt/iobroker/node_modules/iobroker.roborock/main.js:274:25)
                    at Roborock.emit (node:events:513:28)
                    at Immediate. (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/build/lib/adapter/adapter.js:5385:53)
                    at processImmediate (node:internal/timers:466:21)
                    2023-01-26 23:40:08.545 - error: roborock.0 (22375) Cannot read properties of undefined (reading 'command')
                    2023-01-26 23:40:08.553 - info: roborock.0 (22375) terminating
                    2023-01-26 23:40:08.554 - warn: roborock.0 (22375) Terminated (UNCAUGHT_EXCEPTION): Without reason
                    2023-01-26 23:40:08.729 - debug: roborock.0 (22375) deviceStatus 120 set with value: 0
                    2023-01-26 23:40:08.739 - debug: roborock.0 (22375) deviceStatus 121 set with value: 8
                    2023-01-26 23:40:08.750 - debug: roborock.0 (22375) deviceStatus 122 set with value: 100
                    2023-01-26 23:40:08.760 - debug: roborock.0 (22375) deviceStatus 123 set with value: 102
                    2023-01-26 23:40:08.777 - debug: roborock.0 (22375) deviceStatus 124 set with value: 203
                    2023-01-26 23:40:08.789 - debug: roborock.0 (22375) deviceStatus 125 set with value: 21
                    2023-01-26 23:40:08.816 - debug: roborock.0 (22375) deviceStatus 126 set with value: 100
                    2023-01-26 23:40:08.825 - debug: roborock.0 (22375) deviceStatus 127 set with value: 43
                    2023-01-26 23:40:09.286 - error: host.raspberrypi-gang instance system.adapter.roborock.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
                    
                    1 Reply Last reply Reply Quote 0
                    • D
                      DonToben @wendy2702 last edited by

                      @wendy2702 said in Roborock Adapter tester gesucht:

                      @copystring sagte in Roborock Adapter tester gesucht:

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

                      Woran kann man erkennen das der Typ erkannt wurde ?

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

                      Ja eine Versionierung wäre wirklich nicht schlecht. Aktuell verliere ich auch bisschen den Überblick.

                      1 Reply Last reply Reply Quote 0
                      • D
                        DonToben last edited by DonToben

                        @copystring
                        Hier ein aktueller Log mit der aktuellsten Version.
                        Die Warnmeldungen sind nicht wirklich weniger geworden.

                        2023-01-27 07:15:30.980 - info: roborock.0 (1849) starting. Version 0.0.1 (non-npm: copystring/ioBroker.roborock#split_robots_into_classes) in /opt/iobroker/node_modules/iobroker.roborock, node: v14.18.1, js-controller: 4.0.24
                        2023-01-27 07:15:31.179 - debug: roborock.0 (1849) RoomIDs debug: {"8917356":"Küche","8917361":"Esszimmer","8917365":"Wohnzimmer","8917371":"Toilette","8917375":"Hauswirtschaftsraum","8917377":"Gang","8937845":"Badezimmer","8937849":"Büro","8937851":"Bügelzimmer","8937852":"Kinderzimmer B","8937854":"Kinderzimmer L","8937856":"Schlafzimmer","10093883":"Bad"}
                        2023-01-27 07:15:31.259 - info: roborock.0 (1849) MQTT initialized
                        2023-01-27 07:15:31.264 - debug: roborock.0 (1849) Robot key: roborock.vacuum.a62
                        2023-01-27 07:15:31.686 - debug: roborock.0 (1849) Latest data requested
                        2023-01-27 07:15:31.689 - debug: roborock.0 (1849) getParameter: get_mop_mode
                        2023-01-27 07:15:31.694 - debug: roborock.0 (1849) getParameter: get_water_box_custom_mode
                        2023-01-27 07:15:31.696 - debug: roborock.0 (1849) getParameter: get_status
                        2023-01-27 07:15:31.697 - debug: roborock.0 (1849) getParameter: get_consumable
                        2023-01-27 07:15:31.698 - debug: roborock.0 (1849) getParameter: get_network_info
                        2023-01-27 07:15:31.701 - debug: roborock.0 (1849) getParameter: get_carpet_mode
                        2023-01-27 07:15:31.702 - debug: roborock.0 (1849) getParameter: get_carpet_cleaning_mode
                        2023-01-27 07:15:31.703 - debug: roborock.0 (1849) getParameter: get_fw_features
                        2023-01-27 07:15:31.703 - debug: roborock.0 (1849) Firmware features request
                        2023-01-27 07:15:31.704 - debug: roborock.0 (1849) getParameter: get_multi_maps_list
                        2023-01-27 07:15:31.705 - debug: roborock.0 (1849) getParameter: get_room_mapping
                        2023-01-27 07:15:31.706 - debug: roborock.0 (1849) get_room_mapping
                        2023-01-27 07:15:31.785 - debug: roborock.0 (1849) dps debug: {"id":3,"result":{"water_box_mode":202}}
                        2023-01-27 07:15:31.788 - debug: roborock.0 (1849) dps debug: {"id":5,"result":[{"main_brush_work_time":314911,"side_brush_work_time":314911,"filter_work_time":314911,"filter_element_work_time":0,"sensor_dirty_time":93051,"strainer_work_times":112,"dust_collection_work_times":172,"cleaning_brush_work_times":266}]}
                        2023-01-27 07:15:31.791 - debug: roborock.0 (1849) dps debug: {"id":1,"result":[300]}
                        2023-01-27 07:15:31.793 - debug: roborock.0 (1849) dps debug: {"id":9,"result":"unknown_method"}
                        2023-01-27 07:15:31.794 - debug: roborock.0 (1849) Unknown parameter: "unknown_method"
                        2023-01-27 07:15:31.800 - debug: roborock.0 (1849) dps debug: {"id":2,"result":[{"msg_ver":2,"msg_seq":498,"state":8,"battery":100,"clean_time":19,"clean_area":155000,"error_code":0,"map_present":1,"in_cleaning":0,"in_returning":0,"in_fresh_state":1,"lab_status":3,"water_box_status":1,"back_type":-1,"wash_phase":0,"wash_ready":0,"fan_power":102,"dnd_enabled":1,"map_status":3,"is_locating":0,"lock_status":0,"water_box_mode":202,"water_box_carriage_status":1,"mop_forbidden_enable":1,"adbumper_status":[0,0,0],"water_shortage_status":0,"dock_type":3,"dust_collection_status":0,"auto_dust_collection":1,"mop_mode":300,"debug_mode":0,"switch_map_mode":0,"dock_error_status":0,"charge_status":1}]}
                        2023-01-27 07:15:31.814 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.consumables.strainer_work_times" has no existing object, this might lead to an error in future versions
                        2023-01-27 07:15:31.815 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.consumables.cleaning_brush_work_times" has no existing object, this might lead to an error in future versions
                        2023-01-27 07:15:31.817 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.msg_ver" has no existing object, this might lead to an error in future versions
                        2023-01-27 07:15:31.818 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.msg_seq" has no existing object, this might lead to an error in future versions
                        2023-01-27 07:15:31.819 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.clean_time" has no existing object, this might lead to an error in future versions
                        2023-01-27 07:15:31.820 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.clean_area" has no existing object, this might lead to an error in future versions
                        2023-01-27 07:15:31.821 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.error_code" has no existing object, this might lead to an error in future versions
                        2023-01-27 07:15:31.822 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.map_present" has no existing object, this might lead to an error in future versions
                        2023-01-27 07:15:31.823 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.in_cleaning" has no existing object, this might lead to an error in future versions
                        2023-01-27 07:15:31.823 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.in_returning" has no existing object, this might lead to an error in future versions
                        2023-01-27 07:15:31.824 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.in_fresh_state" has no existing object, this might lead to an error in future versions
                        2023-01-27 07:15:31.825 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.lab_status" has no existing object, this might lead to an error in future versions
                        2023-01-27 07:15:31.826 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.water_box_status" has no existing object, this might lead to an error in future versions
                        2023-01-27 07:15:31.827 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.back_type" has no existing object, this might lead to an error in future versions
                        2023-01-27 07:15:31.828 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.wash_phase" has no existing object, this might lead to an error in future versions
                        2023-01-27 07:15:31.829 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.wash_ready" has no existing object, this might lead to an error in future versions
                        2023-01-27 07:15:31.830 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.dnd_enabled" has no existing object, this might lead to an error in future versions
                        2023-01-27 07:15:31.831 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.map_status" has no existing object, this might lead to an error in future versions
                        2023-01-27 07:15:31.831 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.is_locating" has no existing object, this might lead to an error in future versions
                        2023-01-27 07:15:31.832 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.lock_status" has no existing object, this might lead to an error in future versions
                        2023-01-27 07:15:31.833 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.water_box_carriage_status" has no existing object, this might lead to an error in future versions
                        2023-01-27 07:15:31.834 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.mop_forbidden_enable" has no existing object, this might lead to an error in future versions
                        2023-01-27 07:15:31.835 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.adbumper_status" has no existing object, this might lead to an error in future versions
                        2023-01-27 07:15:31.836 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.water_shortage_status" has no existing object, this might lead to an error in future versions
                        2023-01-27 07:15:31.837 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.dock_type" has no existing object, this might lead to an error in future versions
                        2023-01-27 07:15:31.838 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.dust_collection_status" has no existing object, this might lead to an error in future versions
                        2023-01-27 07:15:31.839 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.auto_dust_collection" has no existing object, this might lead to an error in future versions
                        2023-01-27 07:15:31.839 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.mop_mode" has no existing object, this might lead to an error in future versions
                        2023-01-27 07:15:31.840 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.debug_mode" has no existing object, this might lead to an error in future versions
                        2023-01-27 07:15:31.841 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.switch_map_mode" has no existing object, this might lead to an error in future versions
                        2023-01-27 07:15:31.842 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.dock_error_status" has no existing object, this might lead to an error in future versions
                        2023-01-27 07:15:31.852 - debug: roborock.0 (1849) dps debug: {"id":6,"result":{"ssid":"FRITZ!Box 7490","ip":"192.168.178.84","mac":"b0:4a:39:3e:2a:b2","bssid":"cc:ce:1e:2b:39:8c","rssi":-75}}
                        2023-01-27 07:15:31.866 - debug: roborock.0 (1849) dps debug: {"id":4,"result":[{"msg_ver":2,"msg_seq":499,"state":8,"battery":100,"clean_time":19,"clean_area":155000,"error_code":0,"map_present":1,"in_cleaning":0,"in_returning":0,"in_fresh_state":1,"lab_status":3,"water_box_status":1,"back_type":-1,"wash_phase":0,"wash_ready":0,"fan_power":102,"dnd_enabled":1,"map_status":3,"is_locating":0,"lock_status":0,"water_box_mode":202,"water_box_carriage_status":1,"mop_forbidden_enable":1,"adbumper_status":[0,0,0],"water_shortage_status":0,"dock_type":3,"dust_collection_status":0,"auto_dust_collection":1,"mop_mode":300,"debug_mode":0,"switch_map_mode":0,"dock_error_status":0,"charge_status":1}]}
                        2023-01-27 07:15:31.870 - debug: roborock.0 (1849) dps debug: {"id":8,"result":[{"enable":1,"current_integral":450,"current_high":500,"current_low":400,"stall_time":10}]}
                        2023-01-27 07:15:31.872 - debug: roborock.0 (1849) dps debug: {"id":10,"result":[111,112,113,114,115,116,117,118,119,120,122,123,124,125]}
                        2023-01-27 07:15:31.875 - debug: roborock.0 (1849) dps debug: {"id":7,"result":{"clean_time":314911,"clean_area":5200022500,"clean_count":256,"dust_collection_count":172,"records":[1674754825,1674742452,1674729983,1674669094,1674664205,1674664145,1674663820,1674663752,1674663532,1674663218,1674662179,1674662106,1674661947,1674661250,1674587117,1674582931,1674582605,1674577286,1674558275,1674554746]}}
                        2023-01-27 07:15:31.905 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.charge_status" has no existing object, this might lead to an error in future versions
                        2023-01-27 07:15:31.912 - debug: roborock.0 (1849) dps debug: {"id":12,"result":[[16,"8917365",6],[17,"8917361",13],[18,"8917356",14],[19,"8917377",12],[20,"8917375",12],[22,"8917371",12]]}
                        2023-01-27 07:15:31.913 - debug: roborock.0 (1849) get_room_mapping: [[16,"8917365",6],[17,"8917361",13],[18,"8917356",14],[19,"8917377",12],[20,"8917375",12],[22,"8917371",12]]
                        2023-01-27 07:15:31.915 - debug: roborock.0 (1849) dps debug: {"id":11,"result":[{"max_multi_map":4,"max_bak_map":0,"multi_map_count":2,"map_info":[{"mapFlag":0,"add_time":1674743903,"length":11,"name":"Erdgeschoss","bak_maps":[]},{"mapFlag":1,"add_time":1672833022,"length":12,"name":"Obergeschoss","bak_maps":[]}]}]}
                        2023-01-27 07:15:31.924 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.msg_ver" has no existing object, this might lead to an error in future versions
                        2023-01-27 07:15:31.927 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.msg_seq" has no existing object, this might lead to an error in future versions
                        2023-01-27 07:15:31.929 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.clean_time" has no existing object, this might lead to an error in future versions
                        2023-01-27 07:15:31.929 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.clean_area" has no existing object, this might lead to an error in future versions
                        2023-01-27 07:15:31.930 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.error_code" has no existing object, this might lead to an error in future versions
                        2023-01-27 07:15:31.931 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.map_present" has no existing object, this might lead to an error in future versions
                        2023-01-27 07:15:31.932 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.in_cleaning" has no existing object, this might lead to an error in future versions
                        2023-01-27 07:15:31.945 - debug: roborock.0 (1849) dps debug: {"id":23,"result":[{"begin":1674662179,"end":1674662208,"duration":29,"area":410000,"error":0,"complete":0,"start_type":2,"clean_type":3,"finish_reason":60,"dust_collection_status":0,"wash_count":0}]}
                        2023-01-27 07:15:31.950 - debug: roborock.0 (1849) dps debug: {"id":18,"result":[{"begin":1674664145,"end":1674664166,"duration":21,"area":452500,"error":0,"complete":0,"start_type":2,"clean_type":3,"finish_reason":60,"dust_collection_status":0,"wash_count":0}]}
                        2023-01-27 07:15:31.953 - debug: roborock.0 (1849) dps debug: {"id":14,"result":[{"begin":1674742452,"end":1674743822,"duration":1370,"area":20887500,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":1,"wash_count":0}]}
                        2023-01-27 07:15:31.956 - debug: roborock.0 (1849) dps debug: {"id":13,"result":[{"begin":1674754825,"end":1674754844,"duration":19,"area":155000,"error":0,"complete":0,"start_type":2,"clean_type":3,"finish_reason":60,"dust_collection_status":0,"wash_count":0}]}
                        2023-01-27 07:15:31.958 - debug: roborock.0 (1849) dps debug: {"id":16,"result":[{"begin":1674669094,"end":1674671507,"duration":2094,"area":40292500,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":1,"wash_count":3}]}
                        2023-01-27 07:15:31.963 - debug: roborock.0 (1849) dps debug: {"id":20,"result":[{"begin":1674663752,"end":1674663777,"duration":25,"area":662500,"error":0,"complete":0,"start_type":2,"clean_type":3,"finish_reason":60,"dust_collection_status":0,"wash_count":0}]}
                        2023-01-27 07:15:31.966 - debug: roborock.0 (1849) dps debug: {"id":17,"result":[{"begin":1674664205,"end":1674664243,"duration":38,"area":860000,"error":0,"complete":0,"start_type":2,"clean_type":3,"finish_reason":60,"dust_collection_status":0,"wash_count":0}]}
                        2023-01-27 07:15:31.968 - debug: roborock.0 (1849) dps debug: {"id":25,"result":[{"begin":1674661947,"end":1674661968,"duration":21,"area":417500,"error":0,"complete":0,"start_type":2,"clean_type":3,"finish_reason":60,"dust_collection_status":0,"wash_count":0}]}
                        2023-01-27 07:15:31.971 - debug: roborock.0 (1849) dps debug: {"id":24,"result":[{"begin":1674662106,"end":1674662127,"duration":21,"area":122500,"error":0,"complete":0,"start_type":2,"clean_type":3,"finish_reason":60,"dust_collection_status":0,"wash_count":0}]}
                        2023-01-27 07:15:31.973 - debug: roborock.0 (1849) dps debug: {"id":19,"result":[{"begin":1674663820,"end":1674663840,"duration":20,"area":467500,"error":0,"complete":0,"start_type":2,"clean_type":3,"finish_reason":60,"dust_collection_status":0,"wash_count":0}]}
                        2023-01-27 07:15:31.976 - debug: roborock.0 (1849) dps debug: {"id":15,"result":[{"begin":1674729983,"end":1674735263,"duration":4614,"area":81692500,"error":0,"complete":1,"start_type":101,"clean_type":1,"finish_reason":52,"dust_collection_status":1,"wash_count":0}]}
                        2023-01-27 07:15:31.978 - debug: roborock.0 (1849) dps debug: {"id":21,"result":[{"begin":1674663532,"end":1674663569,"duration":37,"area":885000,"error":0,"complete":0,"start_type":2,"clean_type":3,"finish_reason":60,"dust_collection_status":1,"wash_count":0}]}
                        2023-01-27 07:15:31.980 - debug: roborock.0 (1849) dps debug: {"id":22,"result":[{"begin":1674663218,"end":1674663240,"duration":22,"area":420000,"error":0,"complete":0,"start_type":2,"clean_type":3,"finish_reason":60,"dust_collection_status":0,"wash_count":0}]}
                        2023-01-27 07:15:31.981 - debug: roborock.0 (1849) dps debug: {"id":27,"result":[{"begin":1674587117,"end":1674587629,"duration":512,"area":5695000,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":1,"wash_count":0}]}
                        2023-01-27 07:15:31.987 - debug: roborock.0 (1849) dps debug: {"id":30,"result":[{"begin":1674577286,"end":1674577646,"duration":221,"area":3375000,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":1,"wash_count":2}]}
                        2023-01-27 07:15:31.989 - debug: roborock.0 (1849) dps debug: {"id":28,"result":[{"begin":1674582931,"end":1674584850,"duration":1919,"area":40270000,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":1,"wash_count":0}]}
                        2023-01-27 07:15:31.992 - debug: roborock.0 (1849) dps debug: {"id":26,"result":[{"begin":1674661250,"end":1674661308,"duration":14,"area":0,"error":0,"complete":0,"start_type":2,"clean_type":1,"finish_reason":60,"dust_collection_status":0,"wash_count":1}]}
                        2023-01-27 07:15:31.994 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.in_returning" has no existing object, this might lead to an error in future versions
                        2023-01-27 07:15:31.995 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.in_fresh_state" has no existing object, this might lead to an error in future versions
                        2023-01-27 07:15:31.996 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.lab_status" has no existing object, this might lead to an error in future versions
                        2023-01-27 07:15:31.996 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.water_box_status" has no existing object, this might lead to an error in future versions
                        2023-01-27 07:15:31.997 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.back_type" has no existing object, this might lead to an error in future versions
                        2023-01-27 07:15:31.998 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.wash_phase" has no existing object, this might lead to an error in future versions
                        2023-01-27 07:15:31.999 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.wash_ready" has no existing object, this might lead to an error in future versions
                        2023-01-27 07:15:32.000 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.dnd_enabled" has no existing object, this might lead to an error in future versions
                        2023-01-27 07:15:32.001 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.map_status" has no existing object, this might lead to an error in future versions
                        2023-01-27 07:15:32.002 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.is_locating" has no existing object, this might lead to an error in future versions
                        2023-01-27 07:15:32.003 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.lock_status" has no existing object, this might lead to an error in future versions
                        2023-01-27 07:15:32.004 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.water_box_carriage_status" has no existing object, this might lead to an error in future versions
                        2023-01-27 07:15:32.004 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.mop_forbidden_enable" has no existing object, this might lead to an error in future versions
                        2023-01-27 07:15:32.005 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.adbumper_status" has no existing object, this might lead to an error in future versions
                        2023-01-27 07:15:32.006 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.water_shortage_status" has no existing object, this might lead to an error in future versions
                        2023-01-27 07:15:32.007 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.dock_type" has no existing object, this might lead to an error in future versions
                        2023-01-27 07:15:32.008 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.dust_collection_status" has no existing object, this might lead to an error in future versions
                        2023-01-27 07:15:32.008 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.auto_dust_collection" has no existing object, this might lead to an error in future versions
                        2023-01-27 07:15:32.009 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.mop_mode" has no existing object, this might lead to an error in future versions
                        2023-01-27 07:15:32.010 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.debug_mode" has no existing object, this might lead to an error in future versions
                        2023-01-27 07:15:32.011 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.switch_map_mode" has no existing object, this might lead to an error in future versions
                        2023-01-27 07:15:32.011 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.dock_error_status" has no existing object, this might lead to an error in future versions
                        2023-01-27 07:15:32.012 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.charge_status" has no existing object, this might lead to an error in future versions
                        2023-01-27 07:15:32.097 - debug: roborock.0 (1849) dps debug: {"id":32,"result":[{"begin":1674554746,"end":1674556140,"duration":1394,"area":20745000,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":1,"wash_count":1}]}
                        2023-01-27 07:15:32.100 - debug: roborock.0 (1849) dps debug: {"id":31,"result":[{"begin":1674558275,"end":1674559264,"duration":989,"area":11415000,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":0,"wash_count":0}]}
                        2023-01-27 07:15:32.102 - debug: roborock.0 (1849) dps debug: {"id":29,"result":[{"begin":1674582605,"end":1674582695,"duration":90,"area":3110000,"error":0,"complete":0,"start_type":2,"clean_type":3,"finish_reason":60,"dust_collection_status":1,"wash_count":0}]}
                        2023-01-27 07:15:32.116 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.cleaningInfo.Records.10.wash_count" has no existing object, this might lead to an error in future versions
                        2023-01-27 07:15:32.118 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.cleaningInfo.Records.5.wash_count" has no existing object, this might lead to an error in future versions
                        2023-01-27 07:15:32.120 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.cleaningInfo.Records.1.wash_count" has no existing object, this might lead to an error in future versions
                        2023-01-27 07:15:32.123 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.cleaningInfo.Records.0.wash_count" has no existing object, this might lead to an error in future versions
                        2023-01-27 07:15:32.125 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.cleaningInfo.Records.3.wash_count" has no existing object, this might lead to an error in future versions
                        2023-01-27 07:15:32.127 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.cleaningInfo.Records.7.wash_count" has no existing object, this might lead to an error in future versions
                        2023-01-27 07:15:32.129 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.cleaningInfo.Records.4.wash_count" has no existing object, this might lead to an error in future versions
                        2023-01-27 07:15:32.130 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.cleaningInfo.Records.12.wash_count" has no existing object, this might lead to an error in future versions
                        2023-01-27 07:15:32.132 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.cleaningInfo.Records.11.wash_count" has no existing object, this might lead to an error in future versions
                        2023-01-27 07:15:32.134 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.cleaningInfo.Records.6.wash_count" has no existing object, this might lead to an error in future versions
                        2023-01-27 07:15:32.136 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.cleaningInfo.Records.2.wash_count" has no existing object, this might lead to an error in future versions
                        2023-01-27 07:15:32.138 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.cleaningInfo.Records.8.wash_count" has no existing object, this might lead to an error in future versions
                        2023-01-27 07:15:32.140 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.cleaningInfo.Records.9.wash_count" has no existing object, this might lead to an error in future versions
                        2023-01-27 07:15:32.143 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.cleaningInfo.Records.14.wash_count" has no existing object, this might lead to an error in future versions
                        2023-01-27 07:15:32.145 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.cleaningInfo.Records.17.wash_count" has no existing object, this might lead to an error in future versions
                        2023-01-27 07:15:32.148 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.cleaningInfo.Records.15.wash_count" has no existing object, this might lead to an error in future versions
                        2023-01-27 07:15:32.150 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.cleaningInfo.Records.13.wash_count" has no existing object, this might lead to an error in future versions
                        2023-01-27 07:15:32.215 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.cleaningInfo.Records.19.wash_count" has no existing object, this might lead to an error in future versions
                        2023-01-27 07:15:32.217 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.cleaningInfo.Records.18.wash_count" has no existing object, this might lead to an error in future versions
                        2023-01-27 07:15:32.228 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.cleaningInfo.Records.16.wash_count" has no existing object, this might lead to an error in future versions
                        2023-01-27 07:15:32.472 - debug: roborock.0 (1849) deviceStatus 120 set with value: 0
                        2023-01-27 07:15:32.476 - debug: roborock.0 (1849) deviceStatus 121 set with value: 8
                        2023-01-27 07:15:32.481 - debug: roborock.0 (1849) deviceStatus 122 set with value: 100
                        2023-01-27 07:15:32.485 - debug: roborock.0 (1849) deviceStatus 123 set with value: 102
                        2023-01-27 07:15:32.489 - debug: roborock.0 (1849) deviceStatus 124 set with value: 202
                        2023-01-27 07:15:32.494 - debug: roborock.0 (1849) deviceStatus 125 set with value: 71
                        2023-01-27 07:15:32.498 - debug: roborock.0 (1849) deviceStatus 126 set with value: 57
                        2023-01-27 07:15:32.502 - debug: roborock.0 (1849) deviceStatus 127 set with value: 42
                        2023-01-27 07:15:32.507 - debug: roborock.0 (1849) deviceStatus 128 set with value: 0
                        2023-01-27 07:15:32.509 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.128" has no existing object, this might lead to an error in future versions
                        2023-01-27 07:15:32.558 - debug: roborock.0 (1849) deviceStatus 133 set with value: 1
                        2023-01-27 07:15:32.560 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.133" has no existing object, this might lead to an error in future versions
                        
                        M-A Hueb D 2 Replies Last reply Reply Quote 0
                        • M-A Hueb
                          M-A Hueb @DonToben last edited by M-A Hueb

                          @copystring Habe gerade die aktuellste Version aus dem Tree installiert. sieht gut. Meldungen decken sich mit dennen von @DonToben wenn gewünscht poste ich gerne auch das Log.
                          Ich habe 2 Etagen, EG und OG. Ausgelesen wird nur das EG. Liegt es daran das er gerade dort aktiv ist?

                          D 1 Reply Last reply Reply Quote 0
                          • D
                            DonToben @M-A Hueb last edited by

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

                            @copystring Habe gerade die aktuellste Version aus dem Tree installiert. sieht gut. Meldungen decken sich mit dennen von @DonToben wenn gewünscht poste ich gerne auch das Log.
                            Ich habe 2 Etagen, EG und OG. Ausgelesen wird nur das EG. Liegt es daran das er gerade dort aktiv ist?

                            Sende mal das Command load_multi_map mit dem Wert für das OG.
                            Aber wahrscheinlich sollte er gerade nicht reinigen ...

                            1 Reply Last reply Reply Quote 0
                            • D
                              DonToben @DonToben last edited by

                              @dontoben said in Roborock Adapter tester gesucht:

                              @copystring
                              Hier ein aktueller Log mit der aktuellsten Version.
                              Die Warnmeldungen sind nicht wirklich weniger geworden.

                              2023-01-27 07:15:30.980 - info: roborock.0 (1849) starting. Version 0.0.1 (non-npm: copystring/ioBroker.roborock#split_robots_into_classes) in /opt/iobroker/node_modules/iobroker.roborock, node: v14.18.1, js-controller: 4.0.24
                              2023-01-27 07:15:31.179 - debug: roborock.0 (1849) RoomIDs debug: {"8917356":"Küche","8917361":"Esszimmer","8917365":"Wohnzimmer","8917371":"Toilette","8917375":"Hauswirtschaftsraum","8917377":"Gang","8937845":"Badezimmer","8937849":"Büro","8937851":"Bügelzimmer","8937852":"Kinderzimmer B","8937854":"Kinderzimmer L","8937856":"Schlafzimmer","10093883":"Bad"}
                              2023-01-27 07:15:31.259 - info: roborock.0 (1849) MQTT initialized
                              2023-01-27 07:15:31.264 - debug: roborock.0 (1849) Robot key: roborock.vacuum.a62
                              2023-01-27 07:15:31.686 - debug: roborock.0 (1849) Latest data requested
                              2023-01-27 07:15:31.689 - debug: roborock.0 (1849) getParameter: get_mop_mode
                              2023-01-27 07:15:31.694 - debug: roborock.0 (1849) getParameter: get_water_box_custom_mode
                              2023-01-27 07:15:31.696 - debug: roborock.0 (1849) getParameter: get_status
                              2023-01-27 07:15:31.697 - debug: roborock.0 (1849) getParameter: get_consumable
                              2023-01-27 07:15:31.698 - debug: roborock.0 (1849) getParameter: get_network_info
                              2023-01-27 07:15:31.701 - debug: roborock.0 (1849) getParameter: get_carpet_mode
                              2023-01-27 07:15:31.702 - debug: roborock.0 (1849) getParameter: get_carpet_cleaning_mode
                              2023-01-27 07:15:31.703 - debug: roborock.0 (1849) getParameter: get_fw_features
                              2023-01-27 07:15:31.703 - debug: roborock.0 (1849) Firmware features request
                              2023-01-27 07:15:31.704 - debug: roborock.0 (1849) getParameter: get_multi_maps_list
                              2023-01-27 07:15:31.705 - debug: roborock.0 (1849) getParameter: get_room_mapping
                              2023-01-27 07:15:31.706 - debug: roborock.0 (1849) get_room_mapping
                              2023-01-27 07:15:31.785 - debug: roborock.0 (1849) dps debug: {"id":3,"result":{"water_box_mode":202}}
                              2023-01-27 07:15:31.788 - debug: roborock.0 (1849) dps debug: {"id":5,"result":[{"main_brush_work_time":314911,"side_brush_work_time":314911,"filter_work_time":314911,"filter_element_work_time":0,"sensor_dirty_time":93051,"strainer_work_times":112,"dust_collection_work_times":172,"cleaning_brush_work_times":266}]}
                              2023-01-27 07:15:31.791 - debug: roborock.0 (1849) dps debug: {"id":1,"result":[300]}
                              2023-01-27 07:15:31.793 - debug: roborock.0 (1849) dps debug: {"id":9,"result":"unknown_method"}
                              2023-01-27 07:15:31.794 - debug: roborock.0 (1849) Unknown parameter: "unknown_method"
                              2023-01-27 07:15:31.800 - debug: roborock.0 (1849) dps debug: {"id":2,"result":[{"msg_ver":2,"msg_seq":498,"state":8,"battery":100,"clean_time":19,"clean_area":155000,"error_code":0,"map_present":1,"in_cleaning":0,"in_returning":0,"in_fresh_state":1,"lab_status":3,"water_box_status":1,"back_type":-1,"wash_phase":0,"wash_ready":0,"fan_power":102,"dnd_enabled":1,"map_status":3,"is_locating":0,"lock_status":0,"water_box_mode":202,"water_box_carriage_status":1,"mop_forbidden_enable":1,"adbumper_status":[0,0,0],"water_shortage_status":0,"dock_type":3,"dust_collection_status":0,"auto_dust_collection":1,"mop_mode":300,"debug_mode":0,"switch_map_mode":0,"dock_error_status":0,"charge_status":1}]}
                              2023-01-27 07:15:31.814 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.consumables.strainer_work_times" has no existing object, this might lead to an error in future versions
                              2023-01-27 07:15:31.815 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.consumables.cleaning_brush_work_times" has no existing object, this might lead to an error in future versions
                              2023-01-27 07:15:31.817 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.msg_ver" has no existing object, this might lead to an error in future versions
                              2023-01-27 07:15:31.818 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.msg_seq" has no existing object, this might lead to an error in future versions
                              2023-01-27 07:15:31.819 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.clean_time" has no existing object, this might lead to an error in future versions
                              2023-01-27 07:15:31.820 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.clean_area" has no existing object, this might lead to an error in future versions
                              2023-01-27 07:15:31.821 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.error_code" has no existing object, this might lead to an error in future versions
                              2023-01-27 07:15:31.822 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.map_present" has no existing object, this might lead to an error in future versions
                              2023-01-27 07:15:31.823 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.in_cleaning" has no existing object, this might lead to an error in future versions
                              2023-01-27 07:15:31.823 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.in_returning" has no existing object, this might lead to an error in future versions
                              2023-01-27 07:15:31.824 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.in_fresh_state" has no existing object, this might lead to an error in future versions
                              2023-01-27 07:15:31.825 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.lab_status" has no existing object, this might lead to an error in future versions
                              2023-01-27 07:15:31.826 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.water_box_status" has no existing object, this might lead to an error in future versions
                              2023-01-27 07:15:31.827 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.back_type" has no existing object, this might lead to an error in future versions
                              2023-01-27 07:15:31.828 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.wash_phase" has no existing object, this might lead to an error in future versions
                              2023-01-27 07:15:31.829 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.wash_ready" has no existing object, this might lead to an error in future versions
                              2023-01-27 07:15:31.830 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.dnd_enabled" has no existing object, this might lead to an error in future versions
                              2023-01-27 07:15:31.831 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.map_status" has no existing object, this might lead to an error in future versions
                              2023-01-27 07:15:31.831 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.is_locating" has no existing object, this might lead to an error in future versions
                              2023-01-27 07:15:31.832 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.lock_status" has no existing object, this might lead to an error in future versions
                              2023-01-27 07:15:31.833 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.water_box_carriage_status" has no existing object, this might lead to an error in future versions
                              2023-01-27 07:15:31.834 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.mop_forbidden_enable" has no existing object, this might lead to an error in future versions
                              2023-01-27 07:15:31.835 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.adbumper_status" has no existing object, this might lead to an error in future versions
                              2023-01-27 07:15:31.836 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.water_shortage_status" has no existing object, this might lead to an error in future versions
                              2023-01-27 07:15:31.837 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.dock_type" has no existing object, this might lead to an error in future versions
                              2023-01-27 07:15:31.838 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.dust_collection_status" has no existing object, this might lead to an error in future versions
                              2023-01-27 07:15:31.839 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.auto_dust_collection" has no existing object, this might lead to an error in future versions
                              2023-01-27 07:15:31.839 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.mop_mode" has no existing object, this might lead to an error in future versions
                              2023-01-27 07:15:31.840 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.debug_mode" has no existing object, this might lead to an error in future versions
                              2023-01-27 07:15:31.841 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.switch_map_mode" has no existing object, this might lead to an error in future versions
                              2023-01-27 07:15:31.842 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.dock_error_status" has no existing object, this might lead to an error in future versions
                              2023-01-27 07:15:31.852 - debug: roborock.0 (1849) dps debug: {"id":6,"result":{"ssid":"FRITZ!Box 7490","ip":"192.168.178.84","mac":"b0:4a:39:3e:2a:b2","bssid":"cc:ce:1e:2b:39:8c","rssi":-75}}
                              2023-01-27 07:15:31.866 - debug: roborock.0 (1849) dps debug: {"id":4,"result":[{"msg_ver":2,"msg_seq":499,"state":8,"battery":100,"clean_time":19,"clean_area":155000,"error_code":0,"map_present":1,"in_cleaning":0,"in_returning":0,"in_fresh_state":1,"lab_status":3,"water_box_status":1,"back_type":-1,"wash_phase":0,"wash_ready":0,"fan_power":102,"dnd_enabled":1,"map_status":3,"is_locating":0,"lock_status":0,"water_box_mode":202,"water_box_carriage_status":1,"mop_forbidden_enable":1,"adbumper_status":[0,0,0],"water_shortage_status":0,"dock_type":3,"dust_collection_status":0,"auto_dust_collection":1,"mop_mode":300,"debug_mode":0,"switch_map_mode":0,"dock_error_status":0,"charge_status":1}]}
                              2023-01-27 07:15:31.870 - debug: roborock.0 (1849) dps debug: {"id":8,"result":[{"enable":1,"current_integral":450,"current_high":500,"current_low":400,"stall_time":10}]}
                              2023-01-27 07:15:31.872 - debug: roborock.0 (1849) dps debug: {"id":10,"result":[111,112,113,114,115,116,117,118,119,120,122,123,124,125]}
                              2023-01-27 07:15:31.875 - debug: roborock.0 (1849) dps debug: {"id":7,"result":{"clean_time":314911,"clean_area":5200022500,"clean_count":256,"dust_collection_count":172,"records":[1674754825,1674742452,1674729983,1674669094,1674664205,1674664145,1674663820,1674663752,1674663532,1674663218,1674662179,1674662106,1674661947,1674661250,1674587117,1674582931,1674582605,1674577286,1674558275,1674554746]}}
                              2023-01-27 07:15:31.905 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.charge_status" has no existing object, this might lead to an error in future versions
                              2023-01-27 07:15:31.912 - debug: roborock.0 (1849) dps debug: {"id":12,"result":[[16,"8917365",6],[17,"8917361",13],[18,"8917356",14],[19,"8917377",12],[20,"8917375",12],[22,"8917371",12]]}
                              2023-01-27 07:15:31.913 - debug: roborock.0 (1849) get_room_mapping: [[16,"8917365",6],[17,"8917361",13],[18,"8917356",14],[19,"8917377",12],[20,"8917375",12],[22,"8917371",12]]
                              2023-01-27 07:15:31.915 - debug: roborock.0 (1849) dps debug: {"id":11,"result":[{"max_multi_map":4,"max_bak_map":0,"multi_map_count":2,"map_info":[{"mapFlag":0,"add_time":1674743903,"length":11,"name":"Erdgeschoss","bak_maps":[]},{"mapFlag":1,"add_time":1672833022,"length":12,"name":"Obergeschoss","bak_maps":[]}]}]}
                              2023-01-27 07:15:31.924 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.msg_ver" has no existing object, this might lead to an error in future versions
                              2023-01-27 07:15:31.927 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.msg_seq" has no existing object, this might lead to an error in future versions
                              2023-01-27 07:15:31.929 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.clean_time" has no existing object, this might lead to an error in future versions
                              2023-01-27 07:15:31.929 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.clean_area" has no existing object, this might lead to an error in future versions
                              2023-01-27 07:15:31.930 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.error_code" has no existing object, this might lead to an error in future versions
                              2023-01-27 07:15:31.931 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.map_present" has no existing object, this might lead to an error in future versions
                              2023-01-27 07:15:31.932 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.in_cleaning" has no existing object, this might lead to an error in future versions
                              2023-01-27 07:15:31.945 - debug: roborock.0 (1849) dps debug: {"id":23,"result":[{"begin":1674662179,"end":1674662208,"duration":29,"area":410000,"error":0,"complete":0,"start_type":2,"clean_type":3,"finish_reason":60,"dust_collection_status":0,"wash_count":0}]}
                              2023-01-27 07:15:31.950 - debug: roborock.0 (1849) dps debug: {"id":18,"result":[{"begin":1674664145,"end":1674664166,"duration":21,"area":452500,"error":0,"complete":0,"start_type":2,"clean_type":3,"finish_reason":60,"dust_collection_status":0,"wash_count":0}]}
                              2023-01-27 07:15:31.953 - debug: roborock.0 (1849) dps debug: {"id":14,"result":[{"begin":1674742452,"end":1674743822,"duration":1370,"area":20887500,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":1,"wash_count":0}]}
                              2023-01-27 07:15:31.956 - debug: roborock.0 (1849) dps debug: {"id":13,"result":[{"begin":1674754825,"end":1674754844,"duration":19,"area":155000,"error":0,"complete":0,"start_type":2,"clean_type":3,"finish_reason":60,"dust_collection_status":0,"wash_count":0}]}
                              2023-01-27 07:15:31.958 - debug: roborock.0 (1849) dps debug: {"id":16,"result":[{"begin":1674669094,"end":1674671507,"duration":2094,"area":40292500,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":1,"wash_count":3}]}
                              2023-01-27 07:15:31.963 - debug: roborock.0 (1849) dps debug: {"id":20,"result":[{"begin":1674663752,"end":1674663777,"duration":25,"area":662500,"error":0,"complete":0,"start_type":2,"clean_type":3,"finish_reason":60,"dust_collection_status":0,"wash_count":0}]}
                              2023-01-27 07:15:31.966 - debug: roborock.0 (1849) dps debug: {"id":17,"result":[{"begin":1674664205,"end":1674664243,"duration":38,"area":860000,"error":0,"complete":0,"start_type":2,"clean_type":3,"finish_reason":60,"dust_collection_status":0,"wash_count":0}]}
                              2023-01-27 07:15:31.968 - debug: roborock.0 (1849) dps debug: {"id":25,"result":[{"begin":1674661947,"end":1674661968,"duration":21,"area":417500,"error":0,"complete":0,"start_type":2,"clean_type":3,"finish_reason":60,"dust_collection_status":0,"wash_count":0}]}
                              2023-01-27 07:15:31.971 - debug: roborock.0 (1849) dps debug: {"id":24,"result":[{"begin":1674662106,"end":1674662127,"duration":21,"area":122500,"error":0,"complete":0,"start_type":2,"clean_type":3,"finish_reason":60,"dust_collection_status":0,"wash_count":0}]}
                              2023-01-27 07:15:31.973 - debug: roborock.0 (1849) dps debug: {"id":19,"result":[{"begin":1674663820,"end":1674663840,"duration":20,"area":467500,"error":0,"complete":0,"start_type":2,"clean_type":3,"finish_reason":60,"dust_collection_status":0,"wash_count":0}]}
                              2023-01-27 07:15:31.976 - debug: roborock.0 (1849) dps debug: {"id":15,"result":[{"begin":1674729983,"end":1674735263,"duration":4614,"area":81692500,"error":0,"complete":1,"start_type":101,"clean_type":1,"finish_reason":52,"dust_collection_status":1,"wash_count":0}]}
                              2023-01-27 07:15:31.978 - debug: roborock.0 (1849) dps debug: {"id":21,"result":[{"begin":1674663532,"end":1674663569,"duration":37,"area":885000,"error":0,"complete":0,"start_type":2,"clean_type":3,"finish_reason":60,"dust_collection_status":1,"wash_count":0}]}
                              2023-01-27 07:15:31.980 - debug: roborock.0 (1849) dps debug: {"id":22,"result":[{"begin":1674663218,"end":1674663240,"duration":22,"area":420000,"error":0,"complete":0,"start_type":2,"clean_type":3,"finish_reason":60,"dust_collection_status":0,"wash_count":0}]}
                              2023-01-27 07:15:31.981 - debug: roborock.0 (1849) dps debug: {"id":27,"result":[{"begin":1674587117,"end":1674587629,"duration":512,"area":5695000,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":1,"wash_count":0}]}
                              2023-01-27 07:15:31.987 - debug: roborock.0 (1849) dps debug: {"id":30,"result":[{"begin":1674577286,"end":1674577646,"duration":221,"area":3375000,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":1,"wash_count":2}]}
                              2023-01-27 07:15:31.989 - debug: roborock.0 (1849) dps debug: {"id":28,"result":[{"begin":1674582931,"end":1674584850,"duration":1919,"area":40270000,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":1,"wash_count":0}]}
                              2023-01-27 07:15:31.992 - debug: roborock.0 (1849) dps debug: {"id":26,"result":[{"begin":1674661250,"end":1674661308,"duration":14,"area":0,"error":0,"complete":0,"start_type":2,"clean_type":1,"finish_reason":60,"dust_collection_status":0,"wash_count":1}]}
                              2023-01-27 07:15:31.994 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.in_returning" has no existing object, this might lead to an error in future versions
                              2023-01-27 07:15:31.995 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.in_fresh_state" has no existing object, this might lead to an error in future versions
                              2023-01-27 07:15:31.996 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.lab_status" has no existing object, this might lead to an error in future versions
                              2023-01-27 07:15:31.996 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.water_box_status" has no existing object, this might lead to an error in future versions
                              2023-01-27 07:15:31.997 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.back_type" has no existing object, this might lead to an error in future versions
                              2023-01-27 07:15:31.998 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.wash_phase" has no existing object, this might lead to an error in future versions
                              2023-01-27 07:15:31.999 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.wash_ready" has no existing object, this might lead to an error in future versions
                              2023-01-27 07:15:32.000 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.dnd_enabled" has no existing object, this might lead to an error in future versions
                              2023-01-27 07:15:32.001 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.map_status" has no existing object, this might lead to an error in future versions
                              2023-01-27 07:15:32.002 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.is_locating" has no existing object, this might lead to an error in future versions
                              2023-01-27 07:15:32.003 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.lock_status" has no existing object, this might lead to an error in future versions
                              2023-01-27 07:15:32.004 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.water_box_carriage_status" has no existing object, this might lead to an error in future versions
                              2023-01-27 07:15:32.004 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.mop_forbidden_enable" has no existing object, this might lead to an error in future versions
                              2023-01-27 07:15:32.005 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.adbumper_status" has no existing object, this might lead to an error in future versions
                              2023-01-27 07:15:32.006 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.water_shortage_status" has no existing object, this might lead to an error in future versions
                              2023-01-27 07:15:32.007 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.dock_type" has no existing object, this might lead to an error in future versions
                              2023-01-27 07:15:32.008 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.dust_collection_status" has no existing object, this might lead to an error in future versions
                              2023-01-27 07:15:32.008 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.auto_dust_collection" has no existing object, this might lead to an error in future versions
                              2023-01-27 07:15:32.009 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.mop_mode" has no existing object, this might lead to an error in future versions
                              2023-01-27 07:15:32.010 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.debug_mode" has no existing object, this might lead to an error in future versions
                              2023-01-27 07:15:32.011 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.switch_map_mode" has no existing object, this might lead to an error in future versions
                              2023-01-27 07:15:32.011 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.dock_error_status" has no existing object, this might lead to an error in future versions
                              2023-01-27 07:15:32.012 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.charge_status" has no existing object, this might lead to an error in future versions
                              2023-01-27 07:15:32.097 - debug: roborock.0 (1849) dps debug: {"id":32,"result":[{"begin":1674554746,"end":1674556140,"duration":1394,"area":20745000,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":1,"wash_count":1}]}
                              2023-01-27 07:15:32.100 - debug: roborock.0 (1849) dps debug: {"id":31,"result":[{"begin":1674558275,"end":1674559264,"duration":989,"area":11415000,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":0,"wash_count":0}]}
                              2023-01-27 07:15:32.102 - debug: roborock.0 (1849) dps debug: {"id":29,"result":[{"begin":1674582605,"end":1674582695,"duration":90,"area":3110000,"error":0,"complete":0,"start_type":2,"clean_type":3,"finish_reason":60,"dust_collection_status":1,"wash_count":0}]}
                              2023-01-27 07:15:32.116 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.cleaningInfo.Records.10.wash_count" has no existing object, this might lead to an error in future versions
                              2023-01-27 07:15:32.118 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.cleaningInfo.Records.5.wash_count" has no existing object, this might lead to an error in future versions
                              2023-01-27 07:15:32.120 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.cleaningInfo.Records.1.wash_count" has no existing object, this might lead to an error in future versions
                              2023-01-27 07:15:32.123 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.cleaningInfo.Records.0.wash_count" has no existing object, this might lead to an error in future versions
                              2023-01-27 07:15:32.125 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.cleaningInfo.Records.3.wash_count" has no existing object, this might lead to an error in future versions
                              2023-01-27 07:15:32.127 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.cleaningInfo.Records.7.wash_count" has no existing object, this might lead to an error in future versions
                              2023-01-27 07:15:32.129 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.cleaningInfo.Records.4.wash_count" has no existing object, this might lead to an error in future versions
                              2023-01-27 07:15:32.130 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.cleaningInfo.Records.12.wash_count" has no existing object, this might lead to an error in future versions
                              2023-01-27 07:15:32.132 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.cleaningInfo.Records.11.wash_count" has no existing object, this might lead to an error in future versions
                              2023-01-27 07:15:32.134 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.cleaningInfo.Records.6.wash_count" has no existing object, this might lead to an error in future versions
                              2023-01-27 07:15:32.136 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.cleaningInfo.Records.2.wash_count" has no existing object, this might lead to an error in future versions
                              2023-01-27 07:15:32.138 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.cleaningInfo.Records.8.wash_count" has no existing object, this might lead to an error in future versions
                              2023-01-27 07:15:32.140 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.cleaningInfo.Records.9.wash_count" has no existing object, this might lead to an error in future versions
                              2023-01-27 07:15:32.143 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.cleaningInfo.Records.14.wash_count" has no existing object, this might lead to an error in future versions
                              2023-01-27 07:15:32.145 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.cleaningInfo.Records.17.wash_count" has no existing object, this might lead to an error in future versions
                              2023-01-27 07:15:32.148 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.cleaningInfo.Records.15.wash_count" has no existing object, this might lead to an error in future versions
                              2023-01-27 07:15:32.150 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.cleaningInfo.Records.13.wash_count" has no existing object, this might lead to an error in future versions
                              2023-01-27 07:15:32.215 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.cleaningInfo.Records.19.wash_count" has no existing object, this might lead to an error in future versions
                              2023-01-27 07:15:32.217 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.cleaningInfo.Records.18.wash_count" has no existing object, this might lead to an error in future versions
                              2023-01-27 07:15:32.228 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.cleaningInfo.Records.16.wash_count" has no existing object, this might lead to an error in future versions
                              2023-01-27 07:15:32.472 - debug: roborock.0 (1849) deviceStatus 120 set with value: 0
                              2023-01-27 07:15:32.476 - debug: roborock.0 (1849) deviceStatus 121 set with value: 8
                              2023-01-27 07:15:32.481 - debug: roborock.0 (1849) deviceStatus 122 set with value: 100
                              2023-01-27 07:15:32.485 - debug: roborock.0 (1849) deviceStatus 123 set with value: 102
                              2023-01-27 07:15:32.489 - debug: roborock.0 (1849) deviceStatus 124 set with value: 202
                              2023-01-27 07:15:32.494 - debug: roborock.0 (1849) deviceStatus 125 set with value: 71
                              2023-01-27 07:15:32.498 - debug: roborock.0 (1849) deviceStatus 126 set with value: 57
                              2023-01-27 07:15:32.502 - debug: roborock.0 (1849) deviceStatus 127 set with value: 42
                              2023-01-27 07:15:32.507 - debug: roborock.0 (1849) deviceStatus 128 set with value: 0
                              2023-01-27 07:15:32.509 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.128" has no existing object, this might lead to an error in future versions
                              2023-01-27 07:15:32.558 - debug: roborock.0 (1849) deviceStatus 133 set with value: 1
                              2023-01-27 07:15:32.560 - warn: roborock.0 (1849) State "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.133" has no existing object, this might lead to an error in future versions
                              

                              127 = Filter
                              126 = Seitenbürste
                              125 = Hauptbürste
                              muss noch zugeordnet werden.

                              Bei 120 bis 124 habe ich noch keine Ahnung, was das sein könnte.

                              Screenshot 2023-01-27 083643.jpeg

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

                                @copystring sagte in Roborock Adapter tester gesucht:

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

                                Habe auch gerade mal komplett gelöscht und neu installiert. So sieht das log aus:

                                2023-01-27 09:11:45.094  - info: host.iobroker instance system.adapter.roborock.0 started with pid 1075557
                                2023-01-27 09:11:46.186  - debug: roborock.0 (1075557) Redis Objects: Use Redis connection: 0.0.0.0:9001
                                2023-01-27 09:11:46.247  - debug: roborock.0 (1075557) Objects client ready ... initialize now
                                2023-01-27 09:11:46.252  - debug: roborock.0 (1075557) Objects create System PubSub Client
                                2023-01-27 09:11:46.253  - debug: roborock.0 (1075557) Objects create User PubSub Client
                                2023-01-27 09:11:46.331  - debug: roborock.0 (1075557) Objects client initialize lua scripts
                                2023-01-27 09:11:46.334  - debug: roborock.0 (1075557) Objects connected to redis: 0.0.0.0:9001
                                2023-01-27 09:11:46.369  - debug: roborock.0 (1075557) Redis States: Use Redis connection: 0.0.0.0:9000
                                2023-01-27 09:11:46.405  - debug: roborock.0 (1075557) States create System PubSub Client
                                2023-01-27 09:11:46.405  - debug: roborock.0 (1075557) States create User PubSub Client
                                2023-01-27 09:11:46.493  - debug: roborock.0 (1075557) States connected to redis: 0.0.0.0:9000
                                2023-01-27 09:11:46.769  - info: roborock.0 (1075557) starting. Version 0.0.1 (non-npm: copystring/ioBroker.roborock#split_robots_into_classes) in /opt/iobroker/node_modules/iobroker.roborock, node: v16.19.0, js-controller: 4.0.24
                                2023-01-27 09:11:46.912  - debug: roborock.0 (1075557) RoomIDs debug: {"10397445":"Flur","10397450":"Schlafzimmer","10397453":"Bad","10397457":"Arbeitszimmer","10397459":"Wohnzimmer","10397463":"Küche"}
                                2023-01-27 09:11:46.940  - info: roborock.0 (1075557) MQTT initialized
                                2023-01-27 09:11:46.953  - debug: roborock.0 (1075557) Robot key: roborock.vacuum.a15
                                2023-01-27 09:11:47.081  - debug: roborock.0 (1075557) Latest data requested
                                2023-01-27 09:11:47.083  - debug: roborock.0 (1075557) getParameter: get_mop_mode
                                2023-01-27 09:11:47.085  - debug: roborock.0 (1075557) getParameter: get_water_box_custom_mode
                                2023-01-27 09:11:47.086  - debug: roborock.0 (1075557) getParameter: get_status
                                2023-01-27 09:11:47.087  - debug: roborock.0 (1075557) getParameter: get_consumable
                                2023-01-27 09:11:47.087  - debug: roborock.0 (1075557) getParameter: get_network_info
                                2023-01-27 09:11:47.088  - debug: roborock.0 (1075557) getParameter: get_carpet_mode
                                2023-01-27 09:11:47.088  - debug: roborock.0 (1075557) getParameter: get_carpet_cleaning_mode
                                2023-01-27 09:11:47.089  - debug: roborock.0 (1075557) getParameter: get_fw_features
                                2023-01-27 09:11:47.089  - debug: roborock.0 (1075557) Firmware features request
                                2023-01-27 09:11:47.089  - debug: roborock.0 (1075557) getParameter: get_multi_maps_list
                                2023-01-27 09:11:47.090  - debug: roborock.0 (1075557) getParameter: get_room_mapping
                                2023-01-27 09:11:47.090  - debug: roborock.0 (1075557) get_room_mapping
                                2023-01-27 09:11:47.146  - debug: roborock.0 (1075557) dps debug: {"id":3,"result":[203]}
                                2023-01-27 09:11:47.147  - debug: roborock.0 (1075557) dps debug: {"id":5,"result":[{"main_brush_work_time":581958,"side_brush_work_time":581958,"filter_work_time":36866,"filter_element_work_time":0,"sensor_dirty_time":50176,"dust_collection_work_times":26}]}
                                2023-01-27 09:11:47.207  - debug: roborock.0 (1075557) dps debug: {"id":6,"result":{"ssid":"WXXXXXXXSOHO","ip":"192.168.178.73","mac":"b0XXX:72","bssid":"76:83:c2:9a:11:5d","rssi":-64}}
                                2023-01-27 09:11:47.214  - debug: roborock.0 (1075557) dps debug: {"id":1,"result":[302]}
                                2023-01-27 09:11:47.215  - debug: roborock.0 (1075557) dps debug: {"id":8,"result":[{"enable":1,"current_integral":450,"current_high":500,"current_low":400,"stall_time":10}]}
                                2023-01-27 09:11:47.216  - debug: roborock.0 (1075557) dps debug: {"id":7,"result":{"clean_time":581938,"clean_area":8566392500,"clean_count":355,"dust_collection_count":292,"records":[1674660336,1674660313,1674577216,1674310611,1673963198,1673962557,1673625667,1673624409,1673450020,1673279186,1673177137,1673177094,1672931751,1672839102,1672839052,1672676949,1672483666,1671550852,1671550717,1671292694]}}
                                2023-01-27 09:11:47.223  - debug: roborock.0 (1075557) dps debug: {"id":4,"result":[{"msg_ver":2,"msg_seq":1311,"state":8,"battery":100,"clean_time":1975,"clean_area":30992500,"error_code":0,"map_present":1,"in_cleaning":0,"in_returning":0,"in_fresh_state":1,"lab_status":1,"water_box_status":1,"fan_power":104,"dnd_enabled":0,"map_status":3,"is_locating":0,"lock_status":0,"water_box_mode":203,"water_box_carriage_status":1,"mop_forbidden_enable":1,"adbumper_status":[0,0,0],"water_shortage_status":0,"dock_type":1,"dust_collection_status":0,"auto_dust_collection":1,"mop_mode":302,"debug_mode":0,"dock_error_status":0,"unsave_map_reason":0,"unsave_map_flag":0}]}
                                2023-01-27 09:11:47.225  - debug: roborock.0 (1075557) dps debug: {"id":12,"result":[[23,"10397453"],[16,"10397445"],[17,"10397459"],[18,"10397463"],[20,"10397450"],[22,"10397457"]]}
                                2023-01-27 09:11:47.225  - debug: roborock.0 (1075557) get_room_mapping: [[23,"10397453"],[16,"10397445"],[17,"10397459"],[18,"10397463"],[20,"10397450"],[22,"10397457"]]
                                2023-01-27 09:11:47.228  - debug: roborock.0 (1075557) dps debug: {"id":11,"result":[{"max_multi_map":1,"max_bak_map":1,"multi_map_count":1,"map_info":[{"mapFlag":0,"add_time":1674662405,"length":12,"name":"Erdgeschoss ","bak_maps":[{"mapFlag":4,"add_time":1674310084}]}]}]}
                                2023-01-27 09:11:47.228  - debug: roborock.0 (1075557) dps debug: {"id":9,"result":"unknown_method"}
                                2023-01-27 09:11:47.229  - debug: roborock.0 (1075557) Unknown parameter: "unknown_method"
                                2023-01-27 09:11:47.229  - debug: roborock.0 (1075557) dps debug: {"id":10,"result":[111,112,113,114,115,116,117,118,119,120,122,123,124,125]}
                                2023-01-27 09:11:47.230  - debug: roborock.0 (1075557) dps debug: {"id":2,"result":[{"msg_ver":2,"msg_seq":1312,"state":8,"battery":100,"clean_time":1975,"clean_area":30992500,"error_code":0,"map_present":1,"in_cleaning":0,"in_returning":0,"in_fresh_state":1,"lab_status":1,"water_box_status":1,"fan_power":104,"dnd_enabled":0,"map_status":3,"is_locating":0,"lock_status":0,"water_box_mode":203,"water_box_carriage_status":1,"mop_forbidden_enable":1,"adbumper_status":[0,0,0],"water_shortage_status":0,"dock_type":1,"dust_collection_status":0,"auto_dust_collection":1,"mop_mode":302,"debug_mode":0,"dock_error_status":0,"unsave_map_reason":0,"unsave_map_flag":0}]}
                                2023-01-27 09:11:47.233  - warn: roborock.0 (1075557) State "roborock.0.Devices.52m2c9HI3hPqZNb571xDmr.deviceStatus.msg_ver" has no existing object, this might lead to an error in future versions
                                2023-01-27 09:11:47.234  - warn: roborock.0 (1075557) State "roborock.0.Devices.52m2c9HI3hPqZNb571xDmr.deviceStatus.msg_seq" has no existing object, this might lead to an error in future versions
                                2023-01-27 09:11:47.234  - warn: roborock.0 (1075557) State "roborock.0.Devices.52m2c9HI3hPqZNb571xDmr.deviceStatus.clean_time" has no existing object, this might lead to an error in future versions
                                2023-01-27 09:11:47.234  - warn: roborock.0 (1075557) State "roborock.0.Devices.52m2c9HI3hPqZNb571xDmr.deviceStatus.clean_area" has no existing object, this might lead to an error in future versions
                                2023-01-27 09:11:47.235  - warn: roborock.0 (1075557) State "roborock.0.Devices.52m2c9HI3hPqZNb571xDmr.deviceStatus.error_code" has no existing object, this might lead to an error in future versions
                                2023-01-27 09:11:47.235  - warn: roborock.0 (1075557) State "roborock.0.Devices.52m2c9HI3hPqZNb571xDmr.deviceStatus.map_present" has no existing object, this might lead to an error in future versions
                                2023-01-27 09:11:47.235  - warn: roborock.0 (1075557) State "roborock.0.Devices.52m2c9HI3hPqZNb571xDmr.deviceStatus.in_cleaning" has no existing object, this might lead to an error in future versions
                                2023-01-27 09:11:47.236  - warn: roborock.0 (1075557) State "roborock.0.Devices.52m2c9HI3hPqZNb571xDmr.deviceStatus.in_returning" has no existing object, this might lead to an error in future versions
                                2023-01-27 09:11:47.236  - warn: roborock.0 (1075557) State "roborock.0.Devices.52m2c9HI3hPqZNb571xDmr.deviceStatus.in_fresh_state" has no existing object, this might lead to an error in future versions
                                2023-01-27 09:11:47.237  - warn: roborock.0 (1075557) State "roborock.0.Devices.52m2c9HI3hPqZNb571xDmr.deviceStatus.lab_status" has no existing object, this might lead to an error in future versions
                                2023-01-27 09:11:47.237  - warn: roborock.0 (1075557) State "roborock.0.Devices.52m2c9HI3hPqZNb571xDmr.deviceStatus.water_box_status" has no existing object, this might lead to an error in future versions
                                2023-01-27 09:11:47.237  - warn: roborock.0 (1075557) State "roborock.0.Devices.52m2c9HI3hPqZNb571xDmr.deviceStatus.dnd_enabled" has no existing object, this might lead to an error in future versions
                                2023-01-27 09:11:47.238  - warn: roborock.0 (1075557) State "roborock.0.Devices.52m2c9HI3hPqZNb571xDmr.deviceStatus.map_status" has no existing object, this might lead to an error in future versions
                                2023-01-27 09:11:47.238  - warn: roborock.0 (1075557) State "roborock.0.Devices.52m2c9HI3hPqZNb571xDmr.deviceStatus.is_locating" has no existing object, this might lead to an error in future versions
                                2023-01-27 09:11:47.238  - warn: roborock.0 (1075557) State "roborock.0.Devices.52m2c9HI3hPqZNb571xDmr.deviceStatus.lock_status" has no existing object, this might lead to an error in future versions
                                2023-01-27 09:11:47.238  - warn: roborock.0 (1075557) State "roborock.0.Devices.52m2c9HI3hPqZNb571xDmr.deviceStatus.water_box_carriage_status" has no existing object, this might lead to an error in future versions
                                2023-01-27 09:11:47.239  - warn: roborock.0 (1075557) State "roborock.0.Devices.52m2c9HI3hPqZNb571xDmr.deviceStatus.mop_forbidden_enable" has no existing object, this might lead to an error in future versions
                                2023-01-27 09:11:47.239  - warn: roborock.0 (1075557) State "roborock.0.Devices.52m2c9HI3hPqZNb571xDmr.deviceStatus.adbumper_status" has no existing object, this might lead to an error in future versions
                                2023-01-27 09:11:47.239  - warn: roborock.0 (1075557) State "roborock.0.Devices.52m2c9HI3hPqZNb571xDmr.deviceStatus.water_shortage_status" has no existing object, this might lead to an error in future versions
                                2023-01-27 09:11:47.239  - warn: roborock.0 (1075557) State "roborock.0.Devices.52m2c9HI3hPqZNb571xDmr.deviceStatus.dock_type" has no existing object, this might lead to an error in future versions
                                2023-01-27 09:11:47.239  - warn: roborock.0 (1075557) State "roborock.0.Devices.52m2c9HI3hPqZNb571xDmr.deviceStatus.dust_collection_status" has no existing object, this might lead to an error in future versions
                                2023-01-27 09:11:47.240  - warn: roborock.0 (1075557) State "roborock.0.Devices.52m2c9HI3hPqZNb571xDmr.deviceStatus.auto_dust_collection" has no existing object, this might lead to an error in future versions
                                2023-01-27 09:11:47.240  - warn: roborock.0 (1075557) State "roborock.0.Devices.52m2c9HI3hPqZNb571xDmr.deviceStatus.mop_mode" has no existing object, this might lead to an error in future versions
                                2023-01-27 09:11:47.240  - warn: roborock.0 (1075557) State "roborock.0.Devices.52m2c9HI3hPqZNb571xDmr.deviceStatus.debug_mode" has no existing object, this might lead to an error in future versions
                                2023-01-27 09:11:47.240  - warn: roborock.0 (1075557) State "roborock.0.Devices.52m2c9HI3hPqZNb571xDmr.deviceStatus.dock_error_status" has no existing object, this might lead to an error in future versions
                                2023-01-27 09:11:47.240  - warn: roborock.0 (1075557) State "roborock.0.Devices.52m2c9HI3hPqZNb571xDmr.deviceStatus.unsave_map_reason" has no existing object, this might lead to an error in future versions
                                2023-01-27 09:11:47.250  - warn: roborock.0 (1075557) State "roborock.0.Devices.52m2c9HI3hPqZNb571xDmr.deviceStatus.unsave_map_flag" has no existing object, this might lead to an error in future versions
                                2023-01-27 09:11:47.252  - warn: roborock.0 (1075557) State "roborock.0.Devices.52m2c9HI3hPqZNb571xDmr.deviceStatus.msg_ver" has no existing object, this might lead to an error in future versions
                                2023-01-27 09:11:47.252  - warn: roborock.0 (1075557) State "roborock.0.Devices.52m2c9HI3hPqZNb571xDmr.deviceStatus.msg_seq" has no existing object, this might lead to an error in future versions
                                2023-01-27 09:11:47.253  - warn: roborock.0 (1075557) State "roborock.0.Devices.52m2c9HI3hPqZNb571xDmr.deviceStatus.clean_time" has no existing object, this might lead to an error in future versions
                                2023-01-27 09:11:47.253  - warn: roborock.0 (1075557) State "roborock.0.Devices.52m2c9HI3hPqZNb571xDmr.deviceStatus.clean_area" has no existing object, this might lead to an error in future versions
                                2023-01-27 09:11:47.253  - warn: roborock.0 (1075557) State "roborock.0.Devices.52m2c9HI3hPqZNb571xDmr.deviceStatus.error_code" has no existing object, this might lead to an error in future versions
                                2023-01-27 09:11:47.254  - warn: roborock.0 (1075557) State "roborock.0.Devices.52m2c9HI3hPqZNb571xDmr.deviceStatus.map_present" has no existing object, this might lead to an error in future versions
                                2023-01-27 09:11:47.254  - warn: roborock.0 (1075557) State "roborock.0.Devices.52m2c9HI3hPqZNb571xDmr.deviceStatus.in_cleaning" has no existing object, this might lead to an error in future versions
                                2023-01-27 09:11:47.254  - warn: roborock.0 (1075557) State "roborock.0.Devices.52m2c9HI3hPqZNb571xDmr.deviceStatus.in_returning" has no existing object, this might lead to an error in future versions
                                2023-01-27 09:11:47.254  - warn: roborock.0 (1075557) State "roborock.0.Devices.52m2c9HI3hPqZNb571xDmr.deviceStatus.in_fresh_state" has no existing object, this might lead to an error in future versions
                                2023-01-27 09:11:47.255  - warn: roborock.0 (1075557) State "roborock.0.Devices.52m2c9HI3hPqZNb571xDmr.deviceStatus.lab_status" has no existing object, this might lead to an error in future versions
                                2023-01-27 09:11:47.255  - warn: roborock.0 (1075557) State "roborock.0.Devices.52m2c9HI3hPqZNb571xDmr.deviceStatus.water_box_status" has no existing object, this might lead to an error in future versions
                                2023-01-27 09:11:47.255  - warn: roborock.0 (1075557) State "roborock.0.Devices.52m2c9HI3hPqZNb571xDmr.deviceStatus.dnd_enabled" has no existing object, this might lead to an error in future versions
                                2023-01-27 09:11:47.255  - warn: roborock.0 (1075557) State "roborock.0.Devices.52m2c9HI3hPqZNb571xDmr.deviceStatus.map_status" has no existing object, this might lead to an error in future versions
                                2023-01-27 09:11:47.256  - warn: roborock.0 (1075557) State "roborock.0.Devices.52m2c9HI3hPqZNb571xDmr.deviceStatus.is_locating" has no existing object, this might lead to an error in future versions
                                2023-01-27 09:11:47.256  - warn: roborock.0 (1075557) State "roborock.0.Devices.52m2c9HI3hPqZNb571xDmr.deviceStatus.lock_status" has no existing object, this might lead to an error in future versions
                                2023-01-27 09:11:47.256  - warn: roborock.0 (1075557) State "roborock.0.Devices.52m2c9HI3hPqZNb571xDmr.deviceStatus.water_box_carriage_status" has no existing object, this might lead to an error in future versions
                                2023-01-27 09:11:47.257  - warn: roborock.0 (1075557) State "roborock.0.Devices.52m2c9HI3hPqZNb571xDmr.deviceStatus.mop_forbidden_enable" has no existing object, this might lead to an error in future versions
                                2023-01-27 09:11:47.257  - warn: roborock.0 (1075557) State "roborock.0.Devices.52m2c9HI3hPqZNb571xDmr.deviceStatus.adbumper_status" has no existing object, this might lead to an error in future versions
                                2023-01-27 09:11:47.257  - warn: roborock.0 (1075557) State "roborock.0.Devices.52m2c9HI3hPqZNb571xDmr.deviceStatus.water_shortage_status" has no existing object, this might lead to an error in future versions
                                2023-01-27 09:11:47.257  - warn: roborock.0 (1075557) State "roborock.0.Devices.52m2c9HI3hPqZNb571xDmr.deviceStatus.dock_type" has no existing object, this might lead to an error in future versions
                                2023-01-27 09:11:47.257  - warn: roborock.0 (1075557) State "roborock.0.Devices.52m2c9HI3hPqZNb571xDmr.deviceStatus.dust_collection_status" has no existing object, this might lead to an error in future versions
                                2023-01-27 09:11:47.261  - warn: roborock.0 (1075557) State "roborock.0.Devices.52m2c9HI3hPqZNb571xDmr.deviceStatus.auto_dust_collection" has no existing object, this might lead to an error in future versions
                                2023-01-27 09:11:47.261  - warn: roborock.0 (1075557) State "roborock.0.Devices.52m2c9HI3hPqZNb571xDmr.deviceStatus.mop_mode" has no existing object, this might lead to an error in future versions
                                2023-01-27 09:11:47.261  - warn: roborock.0 (1075557) State "roborock.0.Devices.52m2c9HI3hPqZNb571xDmr.deviceStatus.debug_mode" has no existing object, this might lead to an error in future versions
                                2023-01-27 09:11:47.262  - warn: roborock.0 (1075557) State "roborock.0.Devices.52m2c9HI3hPqZNb571xDmr.deviceStatus.dock_error_status" has no existing object, this might lead to an error in future versions
                                2023-01-27 09:11:47.267  - warn: roborock.0 (1075557) State "roborock.0.Devices.52m2c9HI3hPqZNb571xDmr.deviceStatus.unsave_map_reason" has no existing object, this might lead to an error in future versions
                                2023-01-27 09:11:47.268  - warn: roborock.0 (1075557) State "roborock.0.Devices.52m2c9HI3hPqZNb571xDmr.deviceStatus.unsave_map_flag" has no existing object, this might lead to an error in future versions
                                2023-01-27 09:11:47.269  - debug: roborock.0 (1075557) dps debug: {"id":15,"result":[{"begin":1674577216,"end":1674583431,"duration":3658,"area":39990000,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":1}]}
                                2023-01-27 09:11:47.271  - debug: roborock.0 (1075557) dps debug: {"id":13,"result":[{"begin":1674660336,"end":1674662311,"duration":1975,"area":30992500,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":1}]}
                                2023-01-27 09:11:47.272  - debug: roborock.0 (1075557) dps debug: {"id":14,"result":[{"begin":1674660313,"end":1674660315,"duration":2,"area":0,"error":0,"complete":0,"start_type":2,"clean_type":1,"finish_reason":37,"dust_collection_status":0}]}
                                2023-01-27 09:11:47.273  - debug: roborock.0 (1075557) dps debug: {"id":18,"result":[{"begin":1673962557,"end":1673962598,"duration":15,"area":0,"error":0,"complete":0,"start_type":1,"clean_type":1,"finish_reason":21,"dust_collection_status":0}]}
                                2023-01-27 09:11:47.274  - debug: roborock.0 (1075557) dps debug: {"id":17,"result":[{"begin":1673963198,"end":1673970437,"duration":2672,"area":37172500,"error":0,"complete":1,"start_type":1,"clean_type":1,"finish_reason":52,"dust_collection_status":1}]}
                                2023-01-27 09:11:47.293  - debug: roborock.0 (1075557) dps debug: {"id":19,"result":[{"begin":1673625667,"end":1673628366,"duration":2699,"area":39452500,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":1}]}
                                2023-01-27 09:11:47.294  - debug: roborock.0 (1075557) dps debug: {"id":16,"result":[{"begin":1674310611,"end":1674311055,"duration":444,"area":6152500,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":1}]}
                                2023-01-27 09:11:47.294  - debug: roborock.0 (1075557) dps debug: {"id":22,"result":[{"begin":1673279186,"end":1673280386,"duration":1200,"area":18042500,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":1}]}
                                2023-01-27 09:11:47.295  - debug: roborock.0 (1075557) dps debug: {"id":23,"result":[{"begin":1673177137,"end":1673179722,"duration":2585,"area":36967500,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":1}]}
                                2023-01-27 09:11:47.295  - debug: roborock.0 (1075557) dps debug: {"id":26,"result":[{"begin":1672839102,"end":1672847459,"duration":2861,"area":39335000,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":1}]}
                                2023-01-27 09:11:47.296  - debug: roborock.0 (1075557) dps debug: {"id":28,"result":[{"begin":1672676949,"end":1672678212,"duration":1263,"area":17982500,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":1}]}
                                2023-01-27 09:11:47.296  - debug: roborock.0 (1075557) dps debug: {"id":20,"result":[{"begin":1673624409,"end":1673624479,"duration":70,"area":1490000,"error":0,"complete":0,"start_type":2,"clean_type":3,"finish_reason":60,"dust_collection_status":1}]}
                                2023-01-27 09:11:47.296  - debug: roborock.0 (1075557) dps debug: {"id":29,"result":[{"begin":1672483666,"end":1672484896,"duration":1230,"area":17945000,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":1}]}
                                2023-01-27 09:11:47.297  - debug: roborock.0 (1075557) dps debug: {"id":21,"result":[{"begin":1673450020,"end":1673452606,"duration":2586,"area":39457500,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":1}]}
                                2023-01-27 09:11:47.297  - debug: roborock.0 (1075557) dps debug: {"id":30,"result":[{"begin":1671550852,"end":1671553922,"duration":3062,"area":39902500,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":1}]}
                                2023-01-27 09:11:47.298  - debug: roborock.0 (1075557) dps debug: {"id":25,"result":[{"begin":1672931751,"end":1672934471,"duration":2720,"area":40607500,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":1}]}
                                2023-01-27 09:11:47.301  - debug: roborock.0 (1075557) dps debug: {"id":27,"result":[{"begin":1672839052,"end":1672839065,"duration":13,"area":0,"error":0,"complete":0,"start_type":2,"clean_type":1,"finish_reason":60,"dust_collection_status":0}]}
                                2023-01-27 09:11:47.302  - debug: roborock.0 (1075557) dps debug: {"id":32,"result":[{"begin":1671292694,"end":1671294598,"duration":1904,"area":27470000,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":1}]}
                                2023-01-27 09:11:47.302  - debug: roborock.0 (1075557) dps debug: {"id":31,"result":[{"begin":1671550717,"end":1671550797,"duration":80,"area":1050000,"error":0,"complete":0,"start_type":2,"clean_type":3,"finish_reason":60,"dust_collection_status":1}]}
                                2023-01-27 09:11:47.303  - debug: roborock.0 (1075557) dps debug: {"id":24,"result":[{"begin":1673177094,"end":1673177102,"duration":8,"area":0,"error":0,"complete":0,"start_type":4,"clean_type":1,"finish_reason":60,"dust_collection_status":0}]}
                                2023-01-27 09:11:48.417  - debug: roborock.0 (1075557) deviceStatus 120 set with value: 0
                                2023-01-27 09:11:48.423  - debug: roborock.0 (1075557) deviceStatus 121 set with value: 8
                                2023-01-27 09:11:48.426  - debug: roborock.0 (1075557) deviceStatus 122 set with value: 100
                                2023-01-27 09:11:48.430  - debug: roborock.0 (1075557) deviceStatus 123 set with value: 104
                                2023-01-27 09:11:48.433  - debug: roborock.0 (1075557) deviceStatus 124 set with value: 203
                                2023-01-27 09:11:48.437  - debug: roborock.0 (1075557) deviceStatus 125 set with value: 47
                                2023-01-27 09:11:48.440  - debug: roborock.0 (1075557) deviceStatus 126 set with value: 20
                                2023-01-27 09:11:48.446  - debug: roborock.0 (1075557) deviceStatus 127 set with value: 94
                                
                                

                                So die Objekte:

                                3b6ce44c-982e-41ba-9306-8b7edbdd5f59-grafik.png

                                Gibt es in der API eine Übersicht was die "8" bei Device State bedeutet? Bei Xiaomi war es "Lädt"

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

                                  Danke für die vielen logs. Ich habe schon ein paar gute Ideen und werde die sehr wahrscheinlich am Wochenende umsetzen können.

                                  Black Thunder 1 Reply Last reply Reply Quote 0
                                  • Black Thunder
                                    Black Thunder Developer @copystring last edited by

                                    @copystring Weiß zwar nicht, ob du es vielleicht schon selbst rausgefunden hast, aber ich konnte mein Absturzproblem beim Absetzen von Kommandos lösen. Und zwar funktioniert die Art, wie du das Extrahieren der Device-ID aus dem State implementiert hast, in meinem Fall nicht sauber. Meine Device-ID ist 21 Stellen lang, dein Code geht aber fix von 22 Stellen aus. Deswegen kommt es zu der Exception beim Zugriff auf das "vacuums"-Array.

                                    Hab dir gerade mal auf GitHub einen PR als Vorschlag geschickt, wie man das lösen könnte, ohne eine fixe Länge zu erwarten. Kannst dir ja mal bei Gelegenheit angucken. 😉

                                    O 1 Reply Last reply Reply Quote 0
                                    • O
                                      oxident @Black Thunder last edited by

                                      @black-thunder @copystring Ich habe mal den Branch nach dem Merge des PR getestet und leider mit meinen S7 Max ProV keinen Erfolg gehabt:

                                      host.iobroker
                                      2023-01-28 12:39:50.439	error	instance system.adapter.roborock.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
                                      
                                      roborock.0
                                      2023-01-28 12:39:50.000	debug	dps debug: {"id":28,"result":[{"begin":1673098529,"end":1673100615,"duration":1955,"area":14240000,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":1,"avoid_count":67,"wash_count":2,"map_flag":0}]}
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.924	debug	dps debug: {"id":26,"result":[{"begin":1673443346,"end":1673445453,"duration":1823,"area":12277500,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":1,"avoid_count":82,"wash_count":1,"map_flag":0}]}
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.923	debug	dps debug: {"id":25,"result":[{"begin":1673709970,"end":1673711137,"duration":1036,"area":8980000,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":1,"avoid_count":15,"wash_count":2,"map_flag":0}]}
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.923	debug	dps debug: {"id":30,"result":[{"begin":1672816905,"end":1672819367,"duration":2105,"area":30145000,"error":0,"complete":1,"start_type":2,"clean_type":1,"finish_reason":52,"dust_collection_status":1,"avoid_count":73,"wash_count":3,"map_flag":0}]}
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.921	debug	dps debug: {"id":22,"result":[{"begin":1673792905,"end":1673793280,"duration":375,"area":3085000,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":1,"avoid_count":12,"wash_count":1,"map_flag":0}]}
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.920	debug	dps debug: {"id":23,"result":[{"begin":1673790868,"end":1673791759,"duration":757,"area":6572500,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":1,"avoid_count":25,"wash_count":2,"map_flag":0}]}
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.919	debug	dps debug: {"id":21,"result":[{"begin":1673794518,"end":1673796598,"duration":2080,"area":14382500,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":1,"avoid_count":91,"wash_count":1,"map_flag":0}]}
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.918	debug	dps debug: {"id":27,"result":[{"begin":1673441693,"end":1673442596,"duration":770,"area":6805000,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":1,"avoid_count":24,"wash_count":2,"map_flag":0}]}
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.917	debug	dps debug: {"id":24,"result":[{"begin":1673725522,"end":1673727792,"duration":2150,"area":14295000,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":1,"avoid_count":62,"wash_count":2,"map_flag":0}]}
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.916	debug	dps debug: {"id":17,"result":[{"begin":1674381086,"end":1674383413,"duration":2199,"area":14752500,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":1,"avoid_count":70,"wash_count":2,"map_flag":0}]}
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.915	debug	dps debug: {"id":29,"result":[{"begin":1673087904,"end":1673088810,"duration":778,"area":6795000,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":1,"avoid_count":32,"wash_count":2,"map_flag":0}]}
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.886	debug	dps debug: {"id":14,"result":[{"begin":1674542249,"end":1674542741,"duration":366,"area":6537500,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":0,"avoid_count":13,"wash_count":2,"map_flag":0}]}
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.884	debug	dps debug: {"id":18,"result":[{"begin":1674377442,"end":1674378273,"duration":701,"area":6650000,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":1,"avoid_count":27,"wash_count":2,"map_flag":0}]}
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.881	debug	dps debug: {"id":13,"result":[{"begin":1674546431,"end":1674546433,"duration":2,"area":0,"error":0,"complete":0,"start_type":2,"clean_type":1,"finish_reason":37,"dust_collection_status":0,"avoid_count":0,"wash_count":0,"map_flag":0}]}
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.878	debug	dps debug: {"id":15,"result":[{"begin":1674522197,"end":1674524890,"duration":2341,"area":14192500,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":0,"avoid_count":82,"wash_count":3,"map_flag":0}]}
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.877	debug	dps debug: {"id":20,"result":[{"begin":1673806389,"end":1673807002,"duration":479,"area":4270000,"error":0,"complete":1,"start_type":2,"clean_type":2,"finish_reason":54,"dust_collection_status":1,"avoid_count":3,"wash_count":2,"map_flag":0}]}
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.875	debug	dps debug: {"id":19,"result":[{"begin":1674292081,"end":1674294350,"duration":2154,"area":14755000,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":1,"avoid_count":60,"wash_count":2,"map_flag":0}]}
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.872	debug	dps debug: {"id":12,"result":[{"begin":1674546444,"end":1674548420,"duration":1632,"area":14375000,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":1,"avoid_count":53,"wash_count":3,"map_flag":0}]}
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.869	debug	dps debug: {"id":16,"result":[{"begin":1674408702,"end":1674409650,"duration":813,"area":14437500,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":1,"avoid_count":21,"wash_count":2,"map_flag":0}]}
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.861	debug	dps debug: {"id":11,"result":[{"begin":1674766662,"end":1674768345,"duration":1563,"area":14082500,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":1,"avoid_count":34,"wash_count":2,"map_flag":0}]}
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.847	debug	get_room_mapping: [[16,"8113307",1],[17,"8043479",15],[18,"8113298",1],[19,"8070271",8],[20,"8168423",8]]
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.846	debug	dps debug: {"id":6,"result":[{"enable":1,"current_integral":450,"current_high":500,"current_low":400,"stall_time":10}]}
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.844	debug	dps debug: {"id":10,"result":[[16,"8113307",1],[17,"8043479",15],[18,"8113298",1],[19,"8070271",8],[20,"8168423",8]]}
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.819	debug	dps debug: {"id":7,"result":[{"carpet_clean_mode":1}]}
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.817	warn	State "roborock.0.Devices.3d0nqqH2ONtxeYVtkE3H4d.consumables.cleaning_brush_work_times" has no existing object, this might lead to an error in future versions
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.816	warn	State "roborock.0.Devices.3d0nqqH2ONtxeYVtkE3H4d.consumables.strainer_work_times" has no existing object, this might lead to an error in future versions
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.807	debug	dps debug: {"id":4,"result":{"ssid":"bwnetz","ip":"192.168.37.142","mac":"b0:4a:39:4b:a5:11","bssid":"b4:fb:e4:d5:64:a3","rssi":-61}}
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.804	debug	dps debug: {"id":9,"result":[{"max_multi_map":1,"max_bak_map":1,"multi_map_count":1,"map_info":[{"mapFlag":0,"add_time":1674768662,"length":13,"name":"Obergeschoss ","bak_maps":[{"mapFlag":4,"add_time":1671647485}]}]}]}
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.794	debug	dps debug: {"id":3,"result":[{"main_brush_work_time":233648,"side_brush_work_time":233648,"filter_work_time":233648,"filter_element_work_time":0,"sensor_dirty_time":14330,"strainer_work_times":53,"dust_collection_work_times":179,"cleaning_brush_work_times":53}]}
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.791	debug	dps debug: {"id":2,"result":{"water_box_mode":203}}
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.789	debug	dps debug: {"id":8,"result":[111,112,113,114,115,116,117,118,119,120,121,122,123,124,125]}
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.774	debug	dps debug: {"id":5,"result":{"clean_time":233648,"clean_area":2087355000,"clean_count":221,"dust_collection_count":179,"records":[1674766662,1674546444,1674546431,1674542249,1674522197,1674408702,1674381086,1674377442,1674292081,1673806389,1673794518,1673792905,1673790868,1673725522,1673709970,1673443346,1673441693,1673098529,1673087904,1672816905]}}
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.765	error	Cannot read properties of undefined (reading 'divider')
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.764	error	TypeError: Cannot read properties of undefined (reading 'divider') at /opt/iobroker/node_modules/iobroker.roborock/lib/vacuum.js:166:52 at processTicksAndRejections (node:internal/process/task_queues:96:5)
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.764	error	unhandled promise rejection: Cannot read properties of undefined (reading 'divider')
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.763	error	Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.759	debug	get_status: {"msg_ver":2,"msg_seq":1091,"state":8,"battery":100,"clean_time":1563,"clean_area":14082500,"error_code":0,"map_present":1,"in_cleaning":0,"in_returning":0,"in_fresh_state":1,"lab_status":1,"water_box_status":1,"back_type":-1,"wash_phase":0,"wash_ready":0,"fan_power":104,"dnd_enabled":0,"map_status":3,"is_locating":0,"lock_status":0,"water_box_mode":203,"water_box_carriage_status":1,"mop_forbidden_enable":1,"camera_status":3493,"is_exploring":0,"home_sec_status":0,"home_sec_enable_password":0,"adbumper_status":[0,0,0],"water_shortage_status":0,"dock_type":3,"dust_collection_status":0,"auto_dust_collection":1,"avoid_count":34,"mop_mode":300,"debug_mode":0,"collision_avoid_status":0,"switch_map_mode":0,"dock_error_status":0,"charge_status":1,"unsave_map_reason":0,"unsave_map_flag":0}
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.757	debug	dps debug: {"id":1,"result":[{"msg_ver":2,"msg_seq":1091,"state":8,"battery":100,"clean_time":1563,"clean_area":14082500,"error_code":0,"map_present":1,"in_cleaning":0,"in_returning":0,"in_fresh_state":1,"lab_status":1,"water_box_status":1,"back_type":-1,"wash_phase":0,"wash_ready":0,"fan_power":104,"dnd_enabled":0,"map_status":3,"is_locating":0,"lock_status":0,"water_box_mode":203,"water_box_carriage_status":1,"mop_forbidden_enable":1,"camera_status":3493,"is_exploring":0,"home_sec_status":0,"home_sec_enable_password":0,"adbumper_status":[0,0,0],"water_shortage_status":0,"dock_type":3,"dust_collection_status":0,"auto_dust_collection":1,"avoid_count":34,"mop_mode":300,"debug_mode":0,"collision_avoid_status":0,"switch_map_mode":0,"dock_error_status":0,"charge_status":1,"unsave_map_reason":0,"unsave_map_flag":0}]}
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.691	warn	Terminated (UNCAUGHT_EXCEPTION): Without reason
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.690	info	terminating
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.683	error	Cannot read properties of undefined (reading 'model')
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.682	error	TypeError: Cannot read properties of undefined (reading 'model') at Roborock.onReady (/opt/iobroker/node_modules/iobroker.roborock/main.js:170:39)
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.681	error	unhandled promise rejection: Cannot read properties of undefined (reading 'model')
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.680	error	Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.676	debug	get_room_mapping
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.675	debug	getParameter: get_room_mapping
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.673	debug	getParameter: get_multi_maps_list
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.672	debug	Firmware features request
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.672	debug	getParameter: get_fw_features
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.670	debug	getParameter: get_carpet_clean_mode
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.668	debug	getParameter: get_carpet_mode
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.666	debug	getParameter: get_network_info
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.664	debug	getParameter: get_consumable
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.663	debug	getParameter: get_water_box_custom_mode
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.657	debug	getParameter: get_status
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.655	debug	Latest data requested
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.227	debug	Robot key: roborock.vacuum.a27
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.222	info	MQTT initialized
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.135	debug	RoomIDs debug: {"8043477":"Wohnzimmer","8043479":"Badezimmer","8070271":"Flur","8113298":"Schlafzimmer","8113299":"Schlafzimmer1","8113307":"Laura","8168423":"Schrank","10294341":"Treppenhaus"}
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.924	debug	dps debug: {"id":26,"result":[{"begin":1673443346,"end":1673445453,"duration":1823,"area":12277500,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":1,"avoid_count":82,"wash_count":1,"map_flag":0}]}
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.923	debug	dps debug: {"id":25,"result":[{"begin":1673709970,"end":1673711137,"duration":1036,"area":8980000,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":1,"avoid_count":15,"wash_count":2,"map_flag":0}]}
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.923	debug	dps debug: {"id":30,"result":[{"begin":1672816905,"end":1672819367,"duration":2105,"area":30145000,"error":0,"complete":1,"start_type":2,"clean_type":1,"finish_reason":52,"dust_collection_status":1,"avoid_count":73,"wash_count":3,"map_flag":0}]}
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.921	debug	dps debug: {"id":22,"result":[{"begin":1673792905,"end":1673793280,"duration":375,"area":3085000,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":1,"avoid_count":12,"wash_count":1,"map_flag":0}]}
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.920	debug	dps debug: {"id":23,"result":[{"begin":1673790868,"end":1673791759,"duration":757,"area":6572500,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":1,"avoid_count":25,"wash_count":2,"map_flag":0}]}
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.919	debug	dps debug: {"id":21,"result":[{"begin":1673794518,"end":1673796598,"duration":2080,"area":14382500,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":1,"avoid_count":91,"wash_count":1,"map_flag":0}]}
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.918	debug	dps debug: {"id":27,"result":[{"begin":1673441693,"end":1673442596,"duration":770,"area":6805000,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":1,"avoid_count":24,"wash_count":2,"map_flag":0}]}
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.917	debug	dps debug: {"id":24,"result":[{"begin":1673725522,"end":1673727792,"duration":2150,"area":14295000,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":1,"avoid_count":62,"wash_count":2,"map_flag":0}]}
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.916	debug	dps debug: {"id":17,"result":[{"begin":1674381086,"end":1674383413,"duration":2199,"area":14752500,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":1,"avoid_count":70,"wash_count":2,"map_flag":0}]}
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.915	debug	dps debug: {"id":29,"result":[{"begin":1673087904,"end":1673088810,"duration":778,"area":6795000,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":1,"avoid_count":32,"wash_count":2,"map_flag":0}]}
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.886	debug	dps debug: {"id":14,"result":[{"begin":1674542249,"end":1674542741,"duration":366,"area":6537500,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":0,"avoid_count":13,"wash_count":2,"map_flag":0}]}
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.884	debug	dps debug: {"id":18,"result":[{"begin":1674377442,"end":1674378273,"duration":701,"area":6650000,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":1,"avoid_count":27,"wash_count":2,"map_flag":0}]}
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.881	debug	dps debug: {"id":13,"result":[{"begin":1674546431,"end":1674546433,"duration":2,"area":0,"error":0,"complete":0,"start_type":2,"clean_type":1,"finish_reason":37,"dust_collection_status":0,"avoid_count":0,"wash_count":0,"map_flag":0}]}
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.878	debug	dps debug: {"id":15,"result":[{"begin":1674522197,"end":1674524890,"duration":2341,"area":14192500,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":0,"avoid_count":82,"wash_count":3,"map_flag":0}]}
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.877	debug	dps debug: {"id":20,"result":[{"begin":1673806389,"end":1673807002,"duration":479,"area":4270000,"error":0,"complete":1,"start_type":2,"clean_type":2,"finish_reason":54,"dust_collection_status":1,"avoid_count":3,"wash_count":2,"map_flag":0}]}
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.875	debug	dps debug: {"id":19,"result":[{"begin":1674292081,"end":1674294350,"duration":2154,"area":14755000,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":1,"avoid_count":60,"wash_count":2,"map_flag":0}]}
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.872	debug	dps debug: {"id":12,"result":[{"begin":1674546444,"end":1674548420,"duration":1632,"area":14375000,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":1,"avoid_count":53,"wash_count":3,"map_flag":0}]}
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.869	debug	dps debug: {"id":16,"result":[{"begin":1674408702,"end":1674409650,"duration":813,"area":14437500,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":1,"avoid_count":21,"wash_count":2,"map_flag":0}]}
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.861	debug	dps debug: {"id":11,"result":[{"begin":1674766662,"end":1674768345,"duration":1563,"area":14082500,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":1,"avoid_count":34,"wash_count":2,"map_flag":0}]}
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.847	debug	get_room_mapping: [[16,"8113307",1],[17,"8043479",15],[18,"8113298",1],[19,"8070271",8],[20,"8168423",8]]
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.846	debug	dps debug: {"id":6,"result":[{"enable":1,"current_integral":450,"current_high":500,"current_low":400,"stall_time":10}]}
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.844	debug	dps debug: {"id":10,"result":[[16,"8113307",1],[17,"8043479",15],[18,"8113298",1],[19,"8070271",8],[20,"8168423",8]]}
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.819	debug	dps debug: {"id":7,"result":[{"carpet_clean_mode":1}]}
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.817	warn	State "roborock.0.Devices.3d0nqqH2ONtxeYVtkE3H4d.consumables.cleaning_brush_work_times" has no existing object, this might lead to an error in future versions
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.816	warn	State "roborock.0.Devices.3d0nqqH2ONtxeYVtkE3H4d.consumables.strainer_work_times" has no existing object, this might lead to an error in future versions
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.807	debug	dps debug: {"id":4,"result":{"ssid":"bwnetz","ip":"192.168.37.142","mac":"b0:4a:39:4b:a5:11","bssid":"b4:fb:e4:d5:64:a3","rssi":-61}}
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.804	debug	dps debug: {"id":9,"result":[{"max_multi_map":1,"max_bak_map":1,"multi_map_count":1,"map_info":[{"mapFlag":0,"add_time":1674768662,"length":13,"name":"Obergeschoss ","bak_maps":[{"mapFlag":4,"add_time":1671647485}]}]}]}
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.794	debug	dps debug: {"id":3,"result":[{"main_brush_work_time":233648,"side_brush_work_time":233648,"filter_work_time":233648,"filter_element_work_time":0,"sensor_dirty_time":14330,"strainer_work_times":53,"dust_collection_work_times":179,"cleaning_brush_work_times":53}]}
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.791	debug	dps debug: {"id":2,"result":{"water_box_mode":203}}
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.789	debug	dps debug: {"id":8,"result":[111,112,113,114,115,116,117,118,119,120,121,122,123,124,125]}
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.774	debug	dps debug: {"id":5,"result":{"clean_time":233648,"clean_area":2087355000,"clean_count":221,"dust_collection_count":179,"records":[1674766662,1674546444,1674546431,1674542249,1674522197,1674408702,1674381086,1674377442,1674292081,1673806389,1673794518,1673792905,1673790868,1673725522,1673709970,1673443346,1673441693,1673098529,1673087904,1672816905]}}
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.765	error	Cannot read properties of undefined (reading 'divider')
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.764	error	TypeError: Cannot read properties of undefined (reading 'divider') at /opt/iobroker/node_modules/iobroker.roborock/lib/vacuum.js:166:52 at processTicksAndRejections (node:internal/process/task_queues:96:5)
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.764	error	unhandled promise rejection: Cannot read properties of undefined (reading 'divider')
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.763	error	Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.759	debug	get_status: {"msg_ver":2,"msg_seq":1091,"state":8,"battery":100,"clean_time":1563,"clean_area":14082500,"error_code":0,"map_present":1,"in_cleaning":0,"in_returning":0,"in_fresh_state":1,"lab_status":1,"water_box_status":1,"back_type":-1,"wash_phase":0,"wash_ready":0,"fan_power":104,"dnd_enabled":0,"map_status":3,"is_locating":0,"lock_status":0,"water_box_mode":203,"water_box_carriage_status":1,"mop_forbidden_enable":1,"camera_status":3493,"is_exploring":0,"home_sec_status":0,"home_sec_enable_password":0,"adbumper_status":[0,0,0],"water_shortage_status":0,"dock_type":3,"dust_collection_status":0,"auto_dust_collection":1,"avoid_count":34,"mop_mode":300,"debug_mode":0,"collision_avoid_status":0,"switch_map_mode":0,"dock_error_status":0,"charge_status":1,"unsave_map_reason":0,"unsave_map_flag":0}
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.757	debug	dps debug: {"id":1,"result":[{"msg_ver":2,"msg_seq":1091,"state":8,"battery":100,"clean_time":1563,"clean_area":14082500,"error_code":0,"map_present":1,"in_cleaning":0,"in_returning":0,"in_fresh_state":1,"lab_status":1,"water_box_status":1,"back_type":-1,"wash_phase":0,"wash_ready":0,"fan_power":104,"dnd_enabled":0,"map_status":3,"is_locating":0,"lock_status":0,"water_box_mode":203,"water_box_carriage_status":1,"mop_forbidden_enable":1,"camera_status":3493,"is_exploring":0,"home_sec_status":0,"home_sec_enable_password":0,"adbumper_status":[0,0,0],"water_shortage_status":0,"dock_type":3,"dust_collection_status":0,"auto_dust_collection":1,"avoid_count":34,"mop_mode":300,"debug_mode":0,"collision_avoid_status":0,"switch_map_mode":0,"dock_error_status":0,"charge_status":1,"unsave_map_reason":0,"unsave_map_flag":0}]}
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.691	warn	Terminated (UNCAUGHT_EXCEPTION): Without reason
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.690	info	terminating
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.683	error	Cannot read properties of undefined (reading 'model')
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.682	error	TypeError: Cannot read properties of undefined (reading 'model') at Roborock.onReady (/opt/iobroker/node_modules/iobroker.roborock/main.js:170:39)
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.681	error	unhandled promise rejection: Cannot read properties of undefined (reading 'model')
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.680	error	Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.676	debug	get_room_mapping
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.675	debug	getParameter: get_room_mapping
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.673	debug	getParameter: get_multi_maps_list
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.672	debug	Firmware features request
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.672	debug	getParameter: get_fw_features
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.670	debug	getParameter: get_carpet_clean_mode
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.668	debug	getParameter: get_carpet_mode
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.666	debug	getParameter: get_network_info
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.664	debug	getParameter: get_consumable
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.663	debug	getParameter: get_water_box_custom_mode
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.657	debug	getParameter: get_status
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.655	debug	Latest data requested
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.227	debug	Robot key: roborock.vacuum.a27
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.222	info	MQTT initialized
                                      
                                      roborock.0
                                      2023-01-28 12:39:49.135	debug	RoomIDs debug: {"8043477":"Wohnzimmer","8043479":"Badezimmer","8070271":"Flur","8113298":"Schlafzimmer","8113299":"Schlafzimmer1","8113307":"Laura","8168423":"Schrank","10294341":"Treppenhaus"}
                                      
                                      roborock.0
                                      2023-01-28 12:39:48.829	info	starting. Version 0.0.1 (non-npm: copystring/ioBroker.roborock#split_robots_into_classes) in /opt/iobroker/node_modules/iobroker.roborock, node: v16.19.0, js-controller: 4.0.24
                                      
                                      roborock.0
                                      2023-01-28 12:39:48.544	debug	States connected to redis: 127.0.0.1:6379
                                      
                                      roborock.0
                                      2023-01-28 12:39:48.532	debug	States create User PubSub Client
                                      
                                      roborock.0
                                      2023-01-28 12:39:48.530	debug	States create System PubSub Client
                                      
                                      roborock.0
                                      2023-01-28 12:39:48.514	debug	Redis States: Use Redis connection: 127.0.0.1:6379
                                      
                                      roborock.0
                                      2023-01-28 12:39:48.481	debug	Objects connected to redis: 127.0.0.1:6379
                                      
                                      roborock.0
                                      2023-01-28 12:39:48.474	debug	Objects client initialize lua scripts
                                      
                                      roborock.0
                                      2023-01-28 12:39:48.034	debug	Objects create User PubSub Client
                                      
                                      roborock.0
                                      2023-01-28 12:39:48.033	debug	Objects create System PubSub Client
                                      
                                      roborock.0
                                      2023-01-28 12:39:48.031	debug	Objects client ready ... initialize now
                                      
                                      roborock.0
                                      2023-01-28 12:39:47.999	debug	Redis Objects: Use Redis connection: 127.0.0.1:6379
                                      host.iobroker
                                      2023-01-28 12:39:40.788	error	instance system.adapter.roborock.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
                                      
                                      roborock.0
                                      2023-01-28 12:39:40.407	debug	dps debug: {"id":23,"result":[{"begin":1673790868,"end":1673791759,"duration":757,"area":6572500,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":1,"avoid_count":25,"wash_count":2,"map_flag":0}]}
                                      
                                      roborock.0
                                      2023-01-28 12:39:40.406	debug	dps debug: {"id":30,"result":[{"begin":1672816905,"end":1672819367,"duration":2105,"area":30145000,"error":0,"complete":1,"start_type":2,"clean_type":1,"finish_reason":52,"dust_collection_status":1,"avoid_count":73,"wash_count":3,"map_flag":0}]}
                                      
                                      roborock.0
                                      2023-01-28 12:39:40.404	debug	dps debug: {"id":26,"result":[{"begin":1673443346,"end":1673445453,"duration":1823,"area":12277500,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":1,"avoid_count":82,"wash_count":1,"map_flag":0}]}
                                      
                                      roborock.0
                                      2023-01-28 12:39:40.402	debug	dps debug: {"id":27,"result":[{"begin":1673441693,"end":1673442596,"duration":770,"area":6805000,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":1,"avoid_count":24,"wash_count":2,"map_flag":0}]}
                                      
                                      roborock.0
                                      2023-01-28 12:39:40.346	debug	dps debug: {"id":29,"result":[{"begin":1673087904,"end":1673088810,"duration":778,"area":6795000,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":1,"avoid_count":32,"wash_count":2,"map_flag":0}]}
                                      
                                      roborock.0
                                      2023-01-28 12:39:40.343	debug	dps debug: {"id":21,"result":[{"begin":1673794518,"end":1673796598,"duration":2080,"area":14382500,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":1,"avoid_count":91,"wash_count":1,"map_flag":0}]}
                                      
                                      roborock.0
                                      2023-01-28 12:39:40.342	debug	dps debug: {"id":18,"result":[{"begin":1674377442,"end":1674378273,"duration":701,"area":6650000,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":1,"avoid_count":27,"wash_count":2,"map_flag":0}]}
                                      
                                      roborock.0
                                      2023-01-28 12:39:40.339	debug	dps debug: {"id":16,"result":[{"begin":1674408702,"end":1674409650,"duration":813,"area":14437500,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":1,"avoid_count":21,"wash_count":2,"map_flag":0}]}
                                      
                                      roborock.0
                                      2023-01-28 12:39:40.336	debug	dps debug: {"id":28,"result":[{"begin":1673098529,"end":1673100615,"duration":1955,"area":14240000,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":1,"avoid_count":67,"wash_count":2,"map_flag":0}]}
                                      
                                      roborock.0
                                      2023-01-28 12:39:40.335	debug	dps debug: {"id":22,"result":[{"begin":1673792905,"end":1673793280,"duration":375,"area":3085000,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":1,"avoid_count":12,"wash_count":1,"map_flag":0}]}
                                      
                                      roborock.0
                                      2023-01-28 12:39:40.333	debug	dps debug: {"id":19,"result":[{"begin":1674292081,"end":1674294350,"duration":2154,"area":14755000,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":1,"avoid_count":60,"wash_count":2,"map_flag":0}]}
                                      
                                      roborock.0
                                      2023-01-28 12:39:40.330	debug	dps debug: {"id":24,"result":[{"begin":1673725522,"end":1673727792,"duration":2150,"area":14295000,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":1,"avoid_count":62,"wash_count":2,"map_flag":0}]}
                                      
                                      roborock.0
                                      2023-01-28 12:39:40.329	debug	dps debug: {"id":25,"result":[{"begin":1673709970,"end":1673711137,"duration":1036,"area":8980000,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":1,"avoid_count":15,"wash_count":2,"map_flag":0}]}
                                      
                                      roborock.0
                                      2023-01-28 12:39:40.325	debug	dps debug: {"id":12,"result":[{"begin":1674546444,"end":1674548420,"duration":1632,"area":14375000,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":1,"avoid_count":53,"wash_count":3,"map_flag":0}]}
                                      
                                      roborock.0
                                      2023-01-28 12:39:40.324	debug	dps debug: {"id":11,"result":[{"begin":1674766662,"end":1674768345,"duration":1563,"area":14082500,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":1,"avoid_count":34,"wash_count":2,"map_flag":0}]}
                                      
                                      roborock.0
                                      2023-01-28 12:39:40.322	debug	dps debug: {"id":17,"result":[{"begin":1674381086,"end":1674383413,"duration":2199,"area":14752500,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":1,"avoid_count":70,"wash_count":2,"map_flag":0}]}
                                      
                                      roborock.0
                                      2023-01-28 12:39:40.320	debug	dps debug: {"id":20,"result":[{"begin":1673806389,"end":1673807002,"duration":479,"area":4270000,"error":0,"complete":1,"start_type":2,"clean_type":2,"finish_reason":54,"dust_collection_status":1,"avoid_count":3,"wash_count":2,"map_flag":0}]}
                                      
                                      roborock.0
                                      2023-01-28 12:39:40.317	debug	dps debug: {"id":14,"result":[{"begin":1674542249,"end":1674542741,"duration":366,"area":6537500,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":0,"avoid_count":13,"wash_count":2,"map_flag":0}]}
                                      
                                      roborock.0
                                      2023-01-28 12:39:40.302	debug	dps debug: {"id":13,"result":[{"begin":1674546431,"end":1674546433,"duration":2,"area":0,"error":0,"complete":0,"start_type":2,"clean_type":1,"finish_reason":37,"dust_collection_status":0,"avoid_count":0,"wash_count":0,"map_flag":0}]}
                                      
                                      roborock.0
                                      2023-01-28 12:39:40.298	debug	dps debug: {"id":15,"result":[{"begin":1674522197,"end":1674524890,"duration":2341,"area":14192500,"error":0,"complete":1,"start_type":2,"clean_type":3,"finish_reason":56,"dust_collection_status":0,"avoid_count":82,"wash_count":3,"map_flag":0}]}
                                      
                                      roborock.0
                                      2023-01-28 12:39:40.263	warn	State "roborock.0.Devices.3d0nqqH2ONtxeYVtkE3H4d.consumables.cleaning_brush_work_times" has no existing object, this might lead to an error in future versions
                                      
                                      roborock.0
                                      2023-01-28 12:39:40.262	warn	State "roborock.0.Devices.3d0nqqH2ONtxeYVtkE3H4d.consumables.strainer_work_times" has no existing object, this might lead to an error in future versions
                                      
                                      roborock.0
                                      2023-01-28 12:39:40.255	debug	dps debug: {"id":9,"result":[{"max_multi_map":1,"max_bak_map":1,"multi_map_count":1,"map_info":[{"mapFlag":0,"add_time":1674768662,"length":13,"name":"Obergeschoss ","bak_maps":[{"mapFlag":4,"add_time":1671647485}]}]}]}
                                      
                                      roborock.0
                                      2023-01-28 12:39:40.253	debug	get_room_mapping: [[16,"8113307",1],[17,"8043479",15],[18,"8113298",1],[19,"8070271",8],[20,"8168423",8]]
                                      
                                      roborock.0
                                      2023-01-28 12:39:40.252	debug	dps debug: {"id":10,"result":[[16,"8113307",1],[17,"8043479",15],[18,"8113298",1],[19,"8070271",8],[20,"8168423",8]]}
                                      
                                      roborock.0
                                      2023-01-28 12:39:40.241	debug	dps debug: {"id":7,"result":[{"carpet_clean_mode":1}]}
                                      
                                      roborock.0
                                      2023-01-28 12:39:40.239	debug	dps debug: {"id":4,"result":{"ssid":"bwnetz","ip":"192.168.37.142","mac":"b0:4a:39:4b:a5:11","bssid":"b4:fb:e4:d5:64:a3","rssi":-62}}
                                      
                                      roborock.0
                                      2023-01-28 12:39:40.237	error	Cannot read properties of undefined (reading 'divider')
                                      
                                      roborock.0
                                      2023-01-28 12:39:40.236	error	TypeError: Cannot read properties of undefined (reading 'divider') at /opt/iobroker/node_modules/iobroker.roborock/lib/vacuum.js:166:52 at processTicksAndRejections (node:internal/process/task_queues:96:5)
                                      
                                      roborock.0
                                      2023-01-28 12:39:40.236	error	unhandled promise rejection: Cannot read properties of undefined (reading 'divider')
                                      
                                      roborock.0
                                      2023-01-28 12:39:40.235	error	Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                                      
                                      roborock.0
                                      2023-01-28 12:39:40.232	debug	get_status: {"msg_ver":2,"msg_seq":1090,"state":8,"battery":100,"clean_time":1563,"clean_area":14082500,"error_code":0,"map_present":1,"in_cleaning":0,"in_returning":0,"in_fresh_state":1,"lab_status":1,"water_box_status":1,"back_type":-1,"wash_phase":0,"wash_ready":0,"fan_power":104,"dnd_enabled":0,"map_status":3,"is_locating":0,"lock_status":0,"water_box_mode":203,"water_box_carriage_status":1,"mop_forbidden_enable":1,"camera_status":3493,"is_exploring":0,"home_sec_status":0,"home_sec_enable_password":0,"adbumper_status":[0,0,0],"water_shortage_status":0,"dock_type":3,"dust_collection_status":0,"auto_dust_collection":1,"avoid_count":34,"mop_mode":300,"debug_mode":0,"collision_avoid_status":0,"switch_map_mode":0,"dock_error_status":0,"charge_status":1,"unsave_map_reason":0,"unsave_map_flag":0}
                                      
                                      roborock.0
                                      2023-01-28 12:39:40.231	debug	dps debug: {"id":1,"result":[{"msg_ver":2,"msg_seq":1090,"state":8,"battery":100,"clean_time":1563,"clean_area":14082500,"error_code":0,"map_present":1,"in_cleaning":0,"in_returning":0,"in_fresh_state":1,"lab_status":1,"water_box_status":1,"back_type":-1,"wash_phase":0,"wash_ready":0,"fan_power":104,"dnd_enabled":0,"map_status":3,"is_locating":0,"lock_status":0,"water_box_mode":203,"water_box_carriage_status":1,"mop_forbidden_enable":1,"camera_status":3493,"is_exploring":0,"home_sec_status":0,"home_sec_enable_password":0,"adbumper_status":[0,0,0],"water_shortage_status":0,"dock_type":3,"dust_collection_status":0,"auto_dust_collection":1,"avoid_count":34,"mop_mode":300,"debug_mode":0,"collision_avoid_status":0,"switch_map_mode":0,"dock_error_status":0,"charge_status":1,"unsave_map_reason":0,"unsave_map_flag":0}]}
                                      
                                      roborock.0
                                      2023-01-28 12:39:40.229	debug	dps debug: {"id":8,"result":[111,112,113,114,115,116,117,118,119,120,121,122,123,124,125]}
                                      
                                      roborock.0
                                      2023-01-28 12:39:40.227	debug	dps debug: {"id":2,"result":{"water_box_mode":203}}
                                      
                                      roborock.0
                                      2023-01-28 12:39:40.225	debug	dps debug: {"id":6,"result":[{"enable":1,"current_integral":450,"current_high":500,"current_low":400,"stall_time":10}]}
                                      
                                      roborock.0
                                      2023-01-28 12:39:40.221	debug	dps debug: {"id":3,"result":[{"main_brush_work_time":233648,"side_brush_work_time":233648,"filter_work_time":233648,"filter_element_work_time":0,"sensor_dirty_time":14330,"strainer_work_times":53,"dust_collection_work_times":179,"cleaning_brush_work_times":53}]}
                                      
                                      roborock.0
                                      2023-01-28 12:39:40.199	debug	dps debug: {"id":5,"result":{"clean_time":233648,"clean_area":2087355000,"clean_count":221,"dust_collection_count":179,"records":[1674766662,1674546444,1674546431,1674542249,1674522197,1674408702,1674381086,1674377442,1674292081,1673806389,1673794518,1673792905,1673790868,1673725522,1673709970,1673443346,1673441693,1673098529,1673087904,1672816905]}}
                                      
                                      roborock.0
                                      2023-01-28 12:39:40.096	warn	Terminated (UNCAUGHT_EXCEPTION): Without reason
                                      
                                      roborock.0
                                      2023-01-28 12:39:40.095	info	terminating
                                      
                                      roborock.0
                                      2023-01-28 12:39:40.091	error	Cannot read properties of undefined (reading 'model')
                                      
                                      roborock.0
                                      2023-01-28 12:39:40.091	error	TypeError: Cannot read properties of undefined (reading 'model') at Roborock.onReady (/opt/iobroker/node_modules/iobroker.roborock/main.js:170:39)
                                      
                                      roborock.0
                                      2023-01-28 12:39:40.091	error	unhandled promise rejection: Cannot read properties of undefined (reading 'model')
                                      
                                      roborock.0
                                      2023-01-28 12:39:40.090	error	Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                                      
                                      roborock.0
                                      2023-01-28 12:39:40.088	debug	get_room_mapping
                                      
                                      roborock.0
                                      2023-01-28 12:39:40.088	debug	getParameter: get_room_mapping
                                      
                                      roborock.0
                                      2023-01-28 12:39:40.087	debug	getParameter: get_multi_maps_list
                                      
                                      roborock.0
                                      2023-01-28 12:39:40.087	debug	Firmware features request
                                      
                                      roborock.0
                                      2023-01-28 12:39:40.086	debug	getParameter: get_fw_features
                                      
                                      roborock.0
                                      2023-01-28 12:39:40.086	debug	getParameter: get_carpet_clean_mode
                                      
                                      roborock.0
                                      2023-01-28 12:39:40.085	debug	getParameter: get_carpet_mode
                                      
                                      roborock.0
                                      2023-01-28 12:39:40.084	debug	getParameter: get_network_info
                                      
                                      roborock.0
                                      2023-01-28 12:39:40.083	debug	getParameter: get_consumable
                                      
                                      roborock.0
                                      2023-01-28 12:39:40.082	debug	getParameter: get_water_box_custom_mode
                                      
                                      roborock.0
                                      2023-01-28 12:39:40.079	debug	getParameter: get_status
                                      
                                      roborock.0
                                      2023-01-28 12:39:40.078	debug	Latest data requested
                                      
                                      roborock.0
                                      2023-01-28 12:39:39.756	debug	Robot key: roborock.vacuum.a27
                                      
                                      roborock.0
                                      2023-01-28 12:39:39.752	info	MQTT initialized
                                      
                                      roborock.0
                                      2023-01-28 12:39:39.655	debug	RoomIDs debug: {"8043477":"Wohnzimmer","8043479":"Badezimmer","8070271":"Flur","8113298":"Schlafzimmer","8113299":"Schlafzimmer1","8113307":"Laura","8168423":"Schrank","10294341":"Treppenhaus"}
                                      
                                      roborock.0
                                      2023-01-28 12:39:39.390	info	starting. Version 0.0.1 (non-npm: copystring/ioBroker.roborock#split_robots_into_classes) in /opt/iobroker/node_modules/iobroker.roborock, node: v16.19.0, js-controller: 4.0.24
                                      
                                      roborock.0
                                      2023-01-28 12:39:39.036	debug	States connected to redis: 127.0.0.1:6379
                                      
                                      roborock.0
                                      2023-01-28 12:39:39.025	debug	States create User PubSub Client
                                      
                                      roborock.0
                                      2023-01-28 12:39:39.023	debug	States create System PubSub Client
                                      
                                      roborock.0
                                      2023-01-28 12:39:39.011	debug	Redis States: Use Redis connection: 127.0.0.1:6379
                                      
                                      roborock.0
                                      2023-01-28 12:39:38.983	debug	Objects connected to redis: 127.0.0.1:6379
                                      
                                      roborock.0
                                      2023-01-28 12:39:38.976	debug	Objects client initialize lua scripts
                                      
                                      roborock.0
                                      2023-01-28 12:39:38.572	debug	Objects create User PubSub Client
                                      
                                      roborock.0
                                      2023-01-28 12:39:38.571	debug	Objects create System PubSub Client
                                      
                                      roborock.0
                                      2023-01-28 12:39:38.570	debug	Objects client ready ... initialize now
                                      
                                      1 Reply Last reply Reply Quote 0
                                      • copystring
                                        copystring last edited by copystring

                                        Ich bedanke mich für das fleißige Testen! Dadurch konnte ich einen ersten alpha release erstellen.
                                        https://github.com/copystring/ioBroker.roborock hat jetzt einen alpha (v0.0.2-alpha.0) release. Bitte testen und bei Fehlern mit entsprechenden Log ein Issue auf Github öffnen. Die ganzen Protokolle sind mir hier zu viel geworden ich und weiß gar nicht mehr welche tatsächlich noch relevant sind.
                                        Es kann dadurch vorkommen, dass ihr den gleiche Fehler (@oxident) nochmal posten müsst aber nur dadurch kann ich die Fehler sauber im Blick behalten.

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

                                          @copystring sagte in Roborock Adapter tester gesucht:

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

                                          Danke für deine Arbeit!

                                          Installiert und Issue angelegt.

                                          https://github.com/copystring/ioBroker.roborock/issues/14

                                          wendy2702 created this issue in copystring/ioBroker.roborock

                                          closed Alpha 0.0.2 Some states are not showing data S7+ #14

                                          1 Reply Last reply Reply Quote 0
                                          • D
                                            DonToben last edited by

                                            Aktuelle 0.0.5 Alpha funktioniert bei mir überhaupt nicht. Adapter startet ständig neu.
                                            Wie kommt man auf einen älteren Stand? Mir wird in iobroker keine andere Version angezeigt ...

                                            wendy2702 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            773
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

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