Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. hahne

    NEWS

    • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?

    • Monatsrückblick – September 2025

    • Neues Video "KI im Smart Home" - ioBroker plus n8n

    H
    • Profile
    • Following 0
    • Followers 0
    • Topics 14
    • Posts 136
    • Best 2
    • Groups 2

    hahne

    @hahne

    Pro

    2
    Reputation
    26
    Profile views
    136
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    hahne Follow
    Pro Starter

    Best posts made by hahne

    • RE: Test Adapter Awtrix-Light (Awtrix 3)

      Was noch toll wäre wenn in den den Adapter Einstellungen bei den Custom Apps gleich eine "Aufrundung-Abrundung" mit Implementiert werden würde. 🙂
      Sonst funktioniert er bis jetzt wunderbar.

      posted in Tester
      H
      hahne
    • RE: Test Adapter iobroker.Zigbee 1.10.10

      Moin,
      hab`s auch mal getestet.
      System:

      • js-controller: 7.0.1
      • coordinator: CC2652P
      • version: 2-1.2.7.1.
      • revision: 20240710
      • type: zStack3x0

      Alle Geräte lassen sich Steuern, keine Auffälligkeiten.
      Gruppen lassen sich erstellen, löschen und belegen.
      Nur das selbe verhalten wie bei @ilovegym das die Ordner der gelöschten Gruppen übrig bleiben.

      posted in Tester
      H
      hahne

    Latest posts made by hahne

    • RE: Datenausgabe von einem DP übersetzten

      @longbow
      Dieses Video schon geschaut?
      Alias YouTube

      posted in Visualisierung
      H
      hahne
    • RE: Datenausgabe von einem DP übersetzten

      @longbow Hast du dich schonmal mit dem Alias Adapter beschäftigt?

      posted in Visualisierung
      H
      hahne
    • RE: Datenausgabe von einem DP übersetzten

      @ro75
      Stimmt, bin jetzt davon ausgegangen das es nicht viel sind 😁

      posted in Visualisierung
      H
      hahne
    • RE: Datenausgabe von einem DP übersetzten

      Mit dem Alias Adapter geht doch das.

      Beim Wert Lesen einfach Konvertieren.
      Hier nur ein Beispiel :

      
      function (value) {
          if (value === 'closing') return 'schließen';
          if (value === 'opening') return 'öffnen';
          return value;
      }
      
      
      posted in Visualisierung
      H
      hahne
    • RE: Test DreameHome: 3D-Visualisierung und Alexa-Steuerung

      @wawyo
      Wie müsste denn die richtige Ordner Struktur aussehen?
      Könntest du mir mal einen Screenshot zur Verfügung stellen?
      Ich hab eben nochmal eine neue Mal über die Dreamehome App generiert und die Räume neu beschriftet + Adapter Neustart.Weiterhin keine Räume zu sehen.
      Wenn ich eine neue Map über den Adapter anfordere schmiert der Adapter ab.
      Hab hier mal den Log angehangen.

      
      2025-10-16 05:29:59.510 - info: dreamehome.0 (326583) Generate Map
      2025-10-16 05:29:59.820 - info: dreamehome.0 (326583) [SUCCESS] Received data: {"mapstr":[{"id":1,"name":"","angle":"0","map":"eF7tvVmzomq-oJ916uSH6Nu8TiJARusOkNGBUUVOVBCCgICiIjJ4...
      2025-10-16 05:30:00.635 - error: dreamehome.0 (326583) Error: Cannot read properties of undefined (reading 'map')
      2025-10-16 05:30:00.636 - error: dreamehome.0 (326583) 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().
      2025-10-16 05:30:00.636 - error: dreamehome.0 (326583) unhandled promise rejection: Cannot read properties of undefined (reading 'map')
      2025-10-16 05:30:00.638 - error: dreamehome.0 (326583) TypeError: Cannot read properties of undefined (reading 'map')
      at Dreamehome.DH_GenerateMap (/opt/iobroker/node_modules/iobroker.dreamehome/lib/generateMap.js:2032:39)
      at runNextTicks (node:internal/process/task_queues:60:5)
      at process.processImmediate (node:internal/timers:454:9)
      at async Dreamehome.onStateChange (/opt/iobroker/node_modules/iobroker.dreamehome/main.js:7345:11)
      2025-10-16 05:30:00.638 - error: dreamehome.0 (326583) Cannot read properties of undefined (reading 'map')
      2025-10-16 05:30:00.639 - info: dreamehome.0 (326583) Cleaning up resources...
      2025-10-16 05:30:00.639 - info: dreamehome.0 (326583) Resource monitor stopped
      2025-10-16 05:30:00.639 - info: dreamehome.0 (326583) Resource monitoring stopped
      2025-10-16 05:30:00.639 - info: dreamehome.0 (326583) Memory manager stopped
      2025-10-16 05:30:00.639 - info: dreamehome.0 (326583) terminating
      2025-10-16 05:30:00.639 - warn: dreamehome.0 (326583) Terminated (UNCAUGHT_EXCEPTION): Without reason
      2025-10-16 05:30:01.142 - info: dreamehome.0 (326583) terminating
      2025-10-16 05:30:01.178 - error: host.ioBroker instance system.adapter.dreamehome.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
      2025-10-16 05:30:32.430 - info: dreamehome.0 (337825) starting. Version 1.0.0 (non-npm: spayrosam/ioBroker.dreamehome#7893b33ffe944c9e017b2f64a3667fd98da6ddf1) in /opt/iobroker/node_modules/iobroker.dreamehome, node: v20.19.5, js-controller: 7.0.7
      2025-10-16 05:30:32.445 - info: dreamehome.0 (337825) Login and request Dreame data from cloud
      2025-10-16 05:30:32.474 - info: dreamehome.0 (337825) Profiling 103 whitelisted methods
      2025-10-16 05:30:32.474 - warn: dreamehome.0 (337825) GC not exposed. Start Node with "--expose-gc" for full functionality
      2025-10-16 05:30:32.475 - info: dreamehome.0 (337825) Auto-cleanup enabled (threshold: 300MB)
      2025-10-16 05:30:32.475 - info: dreamehome.0 (337825) Resource monitor started (interval: 0.005s)
      2025-10-16 05:30:32.489 - info: dreamehome.0 (337825) Auto-cleanup enabled (threshold: 300MB)
      2025-10-16 05:30:32.493 - info: dreamehome.0 (337825)
      ===== SYSTEM CONFIGURATION SNAPSHOT =====
      [Admin Configuration]
      - Cleaner Enabled: true
      - Threshold: 300 MB
      - Interval: 5 sec
      - Priority: medium
      - Heap Limit: 200 MB
      [Runtime States]
      - Cleaner Active: true
      - Current Heap: 34.57 MB
      - Heap Status: OK
      [Restart Manager]
      - No restart attempts
      [Process Metrics]
      - Heap Used: 27.62 MB
      - RSS: 106.20 MB
      - Uptime: 0h 0m 1s
      ========================================
      2025-10-16 05:30:32.493 - warn: dreamehome.0 (337825) GARBAGE COLLECTION NOT AVAILABLE! Start Node.js with --expose-gc for proper memory management
      2025-10-16 05:30:32.493 - warn: dreamehome.0 (337825) Current memory cleanup will be very limited in effectiveness
      2025-10-16 05:30:32.495 - info: dreamehome.0 (337825) Log status is set to false
      2025-10-16 05:30:32.673 - info: dreamehome.0 (337825) Login: Set login.access_token to "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ0ZW5hbnRfaWQiOiIwMDAwMDAiLCJjb3VudHJ5IjoiREUiLCJpc19uZXdfcmVnaXN0ZXIiOmZhbHNlLCJ1c2VyX25hbWUiOiJDRzMwNDE3OCIsImF1dGhvcml0aWVzIjpbInVzZXIiXSwiY2xpZW50X2lkIjoiZHJlYW1lX2FwcHYxIiwicm9sZV9uYW1lIjoidXNlciIsInVpZCI6IkNHMzA0MTc4IiwidCI6MTc2MDU4NTQzMiwicm9sZV9pZCI6Ii0xIiwidSI6ODU0MzI2NTksInNjb3BlIjpbImFsbCJdLCJ1c2VyX3Rva2VuIjp0cnVlLCJleHAiOjE3NjA1OTI2MzIsImxhbmciOiJkZSIsImRlcHRfaWQiOiItMSIsInJlZ2lvbiI6ImV1IiwianRpIjoiNTk2NWJmYmYtZTQxZC00NWZkLTkxOGUtMGFlOGRjZGMyMDQyIn0.PAOcz59W4STbOfmZREtyWW4tdN0XRiwZ1KWKX7igeV0"
      2025-10-16 05:30:32.678 - info: dreamehome.0 (337825) Login: Set login.token_type to "bearer"
      2025-10-16 05:30:32.682 - info: dreamehome.0 (337825) Login: Set login.refresh_token to "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ0ZW5hbnRfaWQiOiIwMDAwMDAiLCJjb3VudHJ5IjoiREUiLCJpc19uZXdfcmVnaXN0ZXIiOmZhbHNlLCJ1c2VyX25hbWUiOiJDRzMwNDE3OCIsImF1dGhvcml0aWVzIjpbInVzZXIiXSwiY2xpZW50X2lkIjoiZHJlYW1lX2FwcHYxIiwicm9sZV9uYW1lIjoidXNlciIsInVpZCI6IkNHMzA0MTc4IiwidCI6MTc2MDU4NTQzMiwicm9sZV9pZCI6Ii0xIiwidSI6ODU0MzI2NTksInNjb3BlIjpbImFsbCJdLCJhdGkiOiI1OTY1YmZiZi1lNDFkLTQ1ZmQtOTE4ZS0wYWU4ZGNkYzIwNDIiLCJ1c2VyX3Rva2VuIjp0cnVlLCJleHAiOjE3NjgzNjE0MzIsImxhbmciOiJkZSIsImRlcHRfaWQiOiItMSIsInJlZ2lvbiI6ImV1IiwianRpIjoiMDNlYzNkYWQtZTc4Ni00MjMxLWJlYzUtMDBmMzk1NzU0YjQ2In0.k1BgcFlcZigdGyULijxsB-g4puUAf2mTAQ42jnFy2B0"
      2025-10-16 05:30:32.686 - info: dreamehome.0 (337825) Login: Set login.expires_in to 7199
      2025-10-16 05:30:32.691 - info: dreamehome.0 (337825) Login: Set login.scope to "all"
      2025-10-16 05:30:32.694 - info: dreamehome.0 (337825) Login: Set login.tenant_id to "000000"
      2025-10-16 05:30:32.697 - info: dreamehome.0 (337825) Login: Set login.country to "DE"
      2025-10-16 05:30:32.701 - info: dreamehome.0 (337825) Login: Set login.is_new_register to false
      2025-10-16 05:30:32.704 - info: dreamehome.0 (337825) Login: Set login.client_id to "dreame_appv1"
      2025-10-16 05:30:32.707 - info: dreamehome.0 (337825) Login: Set login.role_name to "user"
      2025-10-16 05:30:32.710 - info: dreamehome.0 (337825) Login: Set login.uid to "CG304178"
      2025-10-16 05:30:32.713 - info: dreamehome.0 (337825) Login: Set login.t to 1760585432
      2025-10-16 05:30:32.717 - info: dreamehome.0 (337825) Login: Set login.role_id to "-1"
      2025-10-16 05:30:32.720 - info: dreamehome.0 (337825) Login: Set login.u to 85432659
      2025-10-16 05:30:32.723 - info: dreamehome.0 (337825) Login: Set login.user_token to true
      2025-10-16 05:30:32.726 - info: dreamehome.0 (337825) Login: Set login.lang to "de"
      2025-10-16 05:30:32.731 - info: dreamehome.0 (337825) Login: Set login.dept_id to "-1"
      2025-10-16 05:30:32.734 - info: dreamehome.0 (337825) Login: Set login.region to "eu"
      2025-10-16 05:30:32.738 - info: dreamehome.0 (337825) Login: Set login.jti to "5965bfbf-e41d-45fd-918e-0ae8dcdc2042"
      2025-10-16 05:30:32.789 - info: dreamehome.0 (337825) Selected device [1]: dreame.vacuum.r2228o (DID: 660831787)
      2025-10-16 05:30:32.789 - info: dreamehome.0 (337825) Get listV2: Set 660831787.general.id to "1771573680775221249"
      2025-10-16 05:30:32.792 - info: dreamehome.0 (337825) Get listV2: Set 660831787.general.did to "660831787"
      2025-10-16 05:30:32.797 - info: dreamehome.0 (337825) Get listV2: Set 660831787.general.model to "dreame.vacuum.r2228o"
      2025-10-16 05:30:32.801 - info: dreamehome.0 (337825) Get listV2: Set 660831787.general.subModel to "dreame.vacuum.r2228o"
      2025-10-16 05:30:32.805 - info: dreamehome.0 (337825) Get listV2: Set 660831787.general.ver to "4.3.9_3407"
      2025-10-16 05:30:32.809 - info: dreamehome.0 (337825) Get listV2: Set 660831787.general.customName to ""
      2025-10-16 05:30:32.812 - info: dreamehome.0 (337825) Get listV2: Set 660831787.general.property to "{\"lwt\":1,\"mac\":\"70:C9:32:1C:77:27\"}"
      2025-10-16 05:30:32.815 - info: dreamehome.0 (337825) Get listV2: Set 660831787.general.mac to "70:C9:32:1C:77:27"
      2025-10-16 05:30:32.818 - info: dreamehome.0 (337825) Get listV2: Set 660831787.general.vendor to ""
      2025-10-16 05:30:32.821 - info: dreamehome.0 (337825) Get listV2: Set 660831787.general.master to true
      2025-10-16 05:30:32.825 - info: dreamehome.0 (337825) Get listV2: Set 660831787.general.masterUid to "CG304178"
      2025-10-16 05:30:32.828 - info: dreamehome.0 (337825) Get listV2: Set 660831787.general.permissions to ""
      2025-10-16 05:30:32.831 - info: dreamehome.0 (337825) Get listV2: Set 660831787.general.bindDomain to "10000.mt.eu.iot.dreame.tech:19973"
      2025-10-16 05:30:32.835 - info: dreamehome.0 (337825) Get listV2: Set 660831787.general.sharedTimes to 0
      2025-10-16 05:30:32.838 - info: dreamehome.0 (337825) Get listV2: Set 660831787.general.sharedStatus to 1
      2025-10-16 05:30:32.841 - info: dreamehome.0 (337825) Get listV2: Set 660831787.general.updateTime to "2024-03-23 16:24:14"
      2025-10-16 05:30:32.844 - info: dreamehome.0 (337825) Get listV2: Set 660831787.general.devBindTime to 1711211054000
      2025-10-16 05:30:32.848 - info: dreamehome.0 (337825) Get listV2: Set 660831787.general.createTime to 1689929749000
      2025-10-16 05:30:32.853 - info: dreamehome.0 (337825) Get listV2: Set 660831787.general.deviceInfo.productId to "10071"
      2025-10-16 05:30:32.856 - info: dreamehome.0 (337825) Get listV2: Set 660831787.general.deviceInfo.categoryPath to "/lifeapps/vacuum"
      2025-10-16 05:30:32.860 - info: dreamehome.0 (337825) Get listV2: Set 660831787.general.deviceInfo.model to "dreame.vacuum.r2228o"
      2025-10-16 05:30:32.863 - info: dreamehome.0 (337825) Get listV2: Set 660831787.general.deviceInfo.submodel to "dreame.vacuum.r2228o"
      2025-10-16 05:30:32.866 - info: dreamehome.0 (337825) Get listV2: Set 660831787.general.deviceInfo.remark to ""
      2025-10-16 05:30:32.871 - info: dreamehome.0 (337825) Get listV2: Set 660831787.general.deviceInfo.feature to "video,fastCommand"
      2025-10-16 05:30:32.874 - info: dreamehome.0 (337825) Get listV2: Set 660831787.general.deviceInfo.videoDynamicVendor to false
      2025-10-16 05:30:32.877 - info: dreamehome.0 (337825) Get listV2: Set 660831787.general.deviceInfo.defaultVendors to []
      2025-10-16 05:30:32.881 - info: dreamehome.0 (337825) Get listV2: Set 660831787.general.deviceInfo.scType to "WIFI_BLE"
      2025-10-16 05:30:32.885 - info: dreamehome.0 (337825) Get listV2: Set 660831787.general.deviceInfo.extendScType to []
      2025-10-16 05:30:32.889 - info: dreamehome.0 (337825) Get listV2: Set 660831787.general.deviceInfo.status to "Live"
      2025-10-16 05:30:32.892 - info: dreamehome.0 (337825) Get listV2: Set 660831787.general.deviceInfo.mainImage.as to "1"
      2025-10-16 05:30:32.895 - info: dreamehome.0 (337825) Get listV2: Set 660831787.general.deviceInfo.mainImage.caption to "1"
      2025-10-16 05:30:32.899 - info: dreamehome.0 (337825) Get listV2: Set 660831787.general.deviceInfo.mainImage.height to 0
      2025-10-16 05:30:32.902 - info: dreamehome.0 (337825) Get listV2: Set 660831787.general.deviceInfo.mainImage.width to 0
      2025-10-16 05:30:32.905 - info: dreamehome.0 (337825) Get listV2: Set 660831787.general.deviceInfo.mainImage.imageUrl to "https://oss.iot.dreame.tech/dreame-public/prod/products/dreame.vacuum.r2228o/images/176e55352ac1568e63aa3970ab4fd7a6.png"
      2025-10-16 05:30:32.908 - info: dreamehome.0 (337825) Get listV2: Set 660831787.general.deviceInfo.mainImage.smallImageUrl to ""
      2025-10-16 05:30:32.913 - info: dreamehome.0 (337825) Get listV2: Set 660831787.general.deviceInfo.popup.as to "1"
      2025-10-16 05:30:32.917 - info: dreamehome.0 (337825) Get listV2: Set 660831787.general.deviceInfo.popup.caption to "1"
      2025-10-16 05:30:32.921 - info: dreamehome.0 (337825) Get listV2: Set 660831787.general.deviceInfo.popup.height to 0
      2025-10-16 05:30:32.923 - info: dreamehome.0 (337825) Get listV2: Set 660831787.general.deviceInfo.popup.width to 0
      2025-10-16 05:30:32.926 - info: dreamehome.0 (337825) Get listV2: Set 660831787.general.deviceInfo.popup.imageUrl to "https://oss.iot.dreame.tech/dreame-public/prod/products/dreame.vacuum.r2228o/images/71be149e9175b3d323bd39cf789263dc.png"
      2025-10-16 05:30:32.929 - info: dreamehome.0 (337825) Get listV2: Set 660831787.general.deviceInfo.popup.smallImageUrl to ""
      2025-10-16 05:30:32.932 - info: dreamehome.0 (337825) Get listV2: Set 660831787.general.deviceInfo.icon.as to "1"
      2025-10-16 05:30:32.935 - info: dreamehome.0 (337825) Get listV2: Set 660831787.general.deviceInfo.icon.caption to "1"
      2025-10-16 05:30:32.937 - info: dreamehome.0 (337825) Get listV2: Set 660831787.general.deviceInfo.icon.height to 0
      2025-10-16 05:30:32.940 - info: dreamehome.0 (337825) Get listV2: Set 660831787.general.deviceInfo.icon.width to 0
      2025-10-16 05:30:32.943 - info: dreamehome.0 (337825) Get listV2: Set 660831787.general.deviceInfo.icon.imageUrl to "https://oss.iot.dreame.tech/dreame-public/prod/products/dreame.vacuum.r2228o/images/71be149e9175b3d323bd39cf789263dc.png"
      2025-10-16 05:30:32.946 - info: dreamehome.0 (337825) Get listV2: Set 660831787.general.deviceInfo.icon.smallImageUrl to ""
      2025-10-16 05:30:32.948 - info: dreamehome.0 (337825) Get listV2: Set 660831787.general.deviceInfo.overlook.as to "1"
      2025-10-16 05:30:32.951 - info: dreamehome.0 (337825) Get listV2: Set 660831787.general.deviceInfo.overlook.caption to "1"
      2025-10-16 05:30:32.954 - info: dreamehome.0 (337825) Get listV2: Set 660831787.general.deviceInfo.overlook.height to 0
      2025-10-16 05:30:32.957 - info: dreamehome.0 (337825) Get listV2: Set 660831787.general.deviceInfo.overlook.width to 0
      2025-10-16 05:30:32.959 - info: dreamehome.0 (337825) Get listV2: Set 660831787.general.deviceInfo.overlook.imageUrl to "https://oss.iot.dreame.tech/dreame-public/prod/products/dreame.vacuum.r2228o/images/71be149e9175b3d323bd39cf789263dc.png"
      2025-10-16 05:30:32.963 - info: dreamehome.0 (337825) Get listV2: Set 660831787.general.deviceInfo.overlook.smallImageUrl to ""
      2025-10-16 05:30:32.966 - info: dreamehome.0 (337825) Get listV2: Set 660831787.general.deviceInfo.images to []
      2025-10-16 05:30:32.969 - info: dreamehome.0 (337825) Get listV2: Set 660831787.general.deviceInfo.extensionId to "1020"
      2025-10-16 05:30:32.972 - info: dreamehome.0 (337825) Get listV2: Set 660831787.general.deviceInfo.updatedAt to "1714387601950"
      2025-10-16 05:30:32.975 - info: dreamehome.0 (337825) Get listV2: Set 660831787.general.deviceInfo.createdAt to "1650959623874"
      2025-10-16 05:30:32.978 - info: dreamehome.0 (337825) Get listV2: Set 660831787.general.deviceInfo.releaseAt to "-1"
      2025-10-16 05:30:32.982 - info: dreamehome.0 (337825) Get listV2: Set 660831787.general.deviceInfo.quickConnectStatus to -1
      2025-10-16 05:30:32.985 - info: dreamehome.0 (337825) Get listV2: Set 660831787.general.deviceInfo.quickConnects.10254 to "dreame.vacuum.r2228z"
      2025-10-16 05:30:32.989 - info: dreamehome.0 (337825) Get listV2: Set 660831787.general.deviceInfo.permit to ""
      2025-10-16 05:30:32.993 - info: dreamehome.0 (337825) Get listV2: Set 660831787.general.deviceInfo.firmwareDevelopType to "SINGLE_PLATFORM"
      2025-10-16 05:30:32.996 - info: dreamehome.0 (337825) Get listV2: Set 660831787.general.deviceInfo.bindType to ""
      2025-10-16 05:30:32.998 - info: dreamehome.0 (337825) Get listV2: Set 660831787.general.deviceInfo.displayName to "L10s Ultra"
      2025-10-16 05:30:33.003 - info: dreamehome.0 (337825) Get listV2: Set 660831787.general.online to true
      2025-10-16 05:30:33.008 - info: dreamehome.0 (337825) Get listV2: Set 660831787.general.latestStatus to 13
      2025-10-16 05:30:33.011 - info: dreamehome.0 (337825) Get listV2: Set 660831787.general.battery to 100
      2025-10-16 05:30:33.014 - info: dreamehome.0 (337825) Get listV2: Set 660831787.general.videoStatus to "{\"operType\":\"end\",\"operation\":\"monitor\",\"result\":0,\"status\":0}"
      2025-10-16 05:30:33.017 - info: dreamehome.0 (337825) Get listV2: Set 660831787.general.featureCode to -1
      2025-10-16 05:30:33.019 - info: dreamehome.0 (337825) Get listV2: Set 660831787.general.featureCode2 to 7
      2025-10-16 05:30:33.054 - info: dreamehome.0 (337825) Fetching obj_name: ali_dreame/CG304178/660831787/9
      2025-10-16 05:30:33.097 - info: dreamehome.0 (337825) Get and update State value to: "13"
      2025-10-16 05:30:33.134 - info: dreamehome.0 (337825) Get and update Error value to: "0"
      2025-10-16 05:30:33.168 - info: dreamehome.0 (337825) Get and update Battery level value to: "100"
      2025-10-16 05:30:33.204 - info: dreamehome.0 (337825) Get and update Charging status value to: "1"
      2025-10-16 05:30:33.237 - info: dreamehome.0 (337825) Get and update Status value to: "14"
      2025-10-16 05:30:33.237 - info: dreamehome.0 (337825) =======> DH_NowStatus (S4P1) Set to : 14
      2025-10-16 05:30:33.272 - info: dreamehome.0 (337825) Get and update Cleaning time value to: "0"
      2025-10-16 05:30:33.310 - info: dreamehome.0 (337825) Get and update Cleaned area value to: "0"
      2025-10-16 05:30:33.347 - info: dreamehome.0 (337825) Get and update Suction level value to: "0"
      2025-10-16 05:30:33.379 - info: dreamehome.0 (337825) Get and update Water volume value to: "1"
      2025-10-16 05:30:33.413 - info: dreamehome.0 (337825) Get and update Water tank value to: "1"
      2025-10-16 05:30:33.449 - info: dreamehome.0 (337825) Get and update Task status value to: "0"
      2025-10-16 05:30:33.455 - info: dreamehome.0 (337825) =======> DH_NowTaskStatus (S4P7) Set to : 0
      2025-10-16 05:30:33.581 - info: dreamehome.0 (337825) Get and update Resume cleaning value to: "0"
      2025-10-16 05:30:33.614 - info: dreamehome.0 (337825) Get and update Carpet boost value to: "1"
      2025-10-16 05:30:33.767 - info: dreamehome.0 (337825) Get and update Cleaning paused value to: "0"
      2025-10-16 05:30:33.800 - info: dreamehome.0 (337825) Get and update Faults value to: "0"
      2025-10-16 05:30:33.860 - info: dreamehome.0 (337825) Get and update Relocation status value to: "0"
      2025-10-16 05:30:33.929 - info: dreamehome.0 (337825) Get and update Ai detection value to: "567"
      2025-10-16 05:30:33.971 - info: dreamehome.0 (337825) Get and update Cleaning mode value to: "134146"
      2025-10-16 05:30:34.002 - info: dreamehome.0 (337825) Get and update Upload map value to: "1"
      2025-10-16 05:30:34.034 - info: dreamehome.0 (337825) Get and update Self wash base status value to: "0"
      2025-10-16 05:30:34.066 - info: dreamehome.0 (337825) Get and update Customized cleaning value to: "0"
      2025-10-16 05:30:34.098 - info: dreamehome.0 (337825) Get and update Child lock value to: "0"
      2025-10-16 05:30:34.130 - info: dreamehome.0 (337825) Get and update Carpet sensitivity value to: "2"
      2025-10-16 05:30:34.165 - info: dreamehome.0 (337825) Get and update Tight mopping value to: "0"
      2025-10-16 05:30:34.226 - info: dreamehome.0 (337825) Get and update Y clean value to: "0"
      2025-10-16 05:30:34.289 - info: dreamehome.0 (337825) Get and update Carpet recognition value to: "1"
      2025-10-16 05:30:34.321 - info: dreamehome.0 (337825) Get and update Self clean value to: "1"
      2025-10-16 05:30:34.354 - info: dreamehome.0 (337825) Get and update Warn status value to: "101"
      2025-10-16 05:30:34.387 - info: dreamehome.0 (337825) Get and update Carpet avoidance value to: "2"
      2025-10-16 05:30:34.420 - info: dreamehome.0 (337825) Get and update Auto add detergent value to: "1"
      2025-10-16 05:30:34.453 - info: dreamehome.0 (337825) Get and update Capability value to: "-1"
      2025-10-16 05:30:34.486 - info: dreamehome.0 (337825) Get and update Save water tips value to: "0"
      2025-10-16 05:30:34.518 - info: dreamehome.0 (337825) Get and update Drying time value to: "2"
      2025-10-16 05:30:34.550 - info: dreamehome.0 (337825) Get and update Low water warning value to: "0"
      2025-10-16 05:30:34.582 - info: dreamehome.0 (337825) Get and update Auto mount mop value to: "0"
      2025-10-16 05:30:34.615 - info: dreamehome.0 (337825) Get and update Mop wash level value to: "1"
      2025-10-16 05:30:34.647 - info: dreamehome.0 (337825) Get and update Scheduled clean value to: "0"
      2025-10-16 05:30:34.678 - info: dreamehome.0 (337825) Get and update Quick command value to: "[]"
      2025-10-16 05:30:34.741 - info: dreamehome.0 (337825) Get and update Auto switch settings value to: "[{\"k\":\"AutoDry\",\"v\":1},{\"k\":\"CleanType\",\"v\":0},{\"k\":\"FillinLight\",\"v\":1},{\"k\":\"FluctuationConfirmResult\",\"v\":0},{\"k\":\"FluctuationTestResult\",\"v\":0},{\"k\":\"HotWash\",\"v\":1},{\"k\":\"LessColl\",\"v\":1},{\"k\":\"MaterialDirectionClean\",\"v\":0},{\"k\":\"MeticulousTwist\",\"v\":-1},{\"k\":\"MonitorHumanFollow\",\"v\":0},{\"k\":\"MopScalable\",\"v\":1},{\"k\":\"PetPartClean\",\"v\":0},{\"k\":\"SmartAutoMop\",\"v\":0},{\"k\":\"SmartAutoWash\",\"v\":0},{\"k\":\"SmartCharge\",\"v\":1},{\"k\":\"SmartDrying\",\"v\":0},{\"k\":\"SmartHost\",\"v\":0},{\"k\":\"StainIdentify\",\"v\":1},{\"k\":\"SuctionMax\",\"v\":0}]"
      2025-10-16 05:30:34.772 - info: dreamehome.0 (337825) Get and update Auto water refilling value to: "0"
      2025-10-16 05:30:34.803 - info: dreamehome.0 (337825) Get and update Mop in station value to: "0"
      2025-10-16 05:30:34.835 - info: dreamehome.0 (337825) Get and update Mop pad installed value to: "0"
      2025-10-16 05:30:35.167 - info: dreamehome.0 (337825) Get and update Object name value to: "ali_dreame/CG304178/660831787/0"
      2025-10-16 05:30:35.286 - info: dreamehome.0 (337825) Get and update Multi floor map value to: "1"
      2025-10-16 05:30:35.318 - info: dreamehome.0 (337825) Get and update Map list value to: "{\"obj_name\":\"ali_dreame/CG304178/660831787/9\",\"md5\":\"ca9f68dc50b24986a76e83c1d0617cf4\"}"
      2025-10-16 05:30:35.527 - info: dreamehome.0 (337825) Get and update Volume value to: "90"
      2025-10-16 05:30:35.591 - info: dreamehome.0 (337825) Get and update Voice change status value to: "{\"id\":\"DE\",\"state\":\"success\",\"progress\":100}"
      2025-10-16 05:30:35.652 - info: dreamehome.0 (337825) Get and update Timezone value to: "Europe/Berlin"
      2025-10-16 05:30:35.685 - info: dreamehome.0 (337825) Get and update Schedule value to: "3-0-07:45-0000000-0-1-0-9216-0;2-0-08:30-0000000-0-1-0-9728-0;4-0-10:30-0000000-0-1-0-8704-0;5-0-11:00-0111111-1-1-0-9216-0;1-0-12:00-0000000-0-1-0-9984-0"
      2025-10-16 05:30:35.806 - info: dreamehome.0 (337825) Get and update Main brush time left value to: "247"
      2025-10-16 05:30:35.837 - info: dreamehome.0 (337825) Get and update Main brush left value to: "82"
      2025-10-16 05:30:35.868 - info: dreamehome.0 (337825) Get and update Side brush time left value to: "147"
      2025-10-16 05:30:35.898 - info: dreamehome.0 (337825) Get and update Side brush left value to: "73"
      2025-10-16 05:30:35.930 - info: dreamehome.0 (337825) Get and update Filter left value to: "65"
      2025-10-16 05:30:35.959 - info: dreamehome.0 (337825) Get and update Filter time left value to: "97"
      2025-10-16 05:30:36.141 - info: dreamehome.0 (337825) Get and update Auto dust collecting value to: "1"
      2025-10-16 05:30:36.252 - info: dreamehome.0 (337825) Get and update Dust collection value to: "1"
      2025-10-16 05:30:36.288 - info: dreamehome.0 (337825) Get and update Auto empty status value to: "0"
      2025-10-16 05:30:36.320 - info: dreamehome.0 (337825) Get and update Sensor left value to: "28"
      2025-10-16 05:30:36.351 - info: dreamehome.0 (337825) Get and update Sensor time left value to: "8"
      2025-10-16 05:30:36.420 - info: dreamehome.0 (337825) Get and update Mop pad left value to: "93"
      2025-10-16 05:30:36.450 - info: dreamehome.0 (337825) Get and update Mop pad time left value to: "74"
      2025-10-16 05:30:36.540 - info: dreamehome.0 (337825) Get and update Detergent left value to: "31"
      2025-10-16 05:30:36.572 - info: dreamehome.0 (337825) Get and update Detergent time left value to: "5"
      2025-10-16 05:30:36.722 - info: dreamehome.0 (337825) Get and update Stream status value to: "{\"operType\":\"end\",\"operation\":\"monitor\",\"result\":0,\"status\":0}"
      2025-10-16 05:30:36.930 - info: dreamehome.0 (337825) Get and update Camera light value to: "0"
      2025-10-16 05:30:37.226 - info: dreamehome.0 (337825) Get OTCInfo: Set 660831787.general.otcInfo.partner_id to ""
      2025-10-16 05:30:37.229 - info: dreamehome.0 (337825) Get OTCInfo: Set 660831787.general.otcInfo.params.hw_ver to "Linux"
      2025-10-16 05:30:37.232 - info: dreamehome.0 (337825) Get OTCInfo: Set 660831787.general.otcInfo.params.fw_ver to "4.3.9_3407"
      2025-10-16 05:30:37.235 - info: dreamehome.0 (337825) Get OTCInfo: Set 660831787.general.otcInfo.params.ap.siid to "2.4G"
      2025-10-16 05:30:37.238 - info: dreamehome.0 (337825) Get OTCInfo: Set 660831787.general.otcInfo.params.ap.bssid to "9c:05:d6:20:ac:49"
      2025-10-16 05:30:37.240 - info: dreamehome.0 (337825) Get OTCInfo: Set 660831787.general.otcInfo.params.ap.rssi to -61
      2025-10-16 05:30:37.242 - info: dreamehome.0 (337825) Get OTCInfo: Set 660831787.general.otcInfo.params.netif.localIp to "192.168.0.27"
      2025-10-16 05:30:37.244 - info: dreamehome.0 (337825) Get OTCInfo: Set 660831787.general.otcInfo.params.netif.mask to "255.255.255.0"
      2025-10-16 05:30:37.248 - info: dreamehome.0 (337825) Get OTCInfo: Set 660831787.general.otcInfo.params.netif.gw to "192.168.0.1"
      2025-10-16 05:30:37.252 - info: dreamehome.0 (337825) Get OTCInfo: Set 660831787.general.otcInfo.params.model to "dreame.vacuum.r2228o"
      2025-10-16 05:30:37.370 - info: dreamehome.0 (337825) [SUCCESS] Received data: {"mapstr":[{"id":1,"name":"","angle":"0","map":"eF7tvVmzomq-oJ916uSH6Nu8TiJARusOkNGBUUVOVBCCgICiIjJ4...
      2025-10-16 05:30:37.954 - info: dreamehome.0 (337825)
      ===== SYSTEM CONFIGURATION SNAPSHOT =====
      [Admin Configuration]
      - Cleaner Enabled: true
      - Threshold: 300 MB
      - Interval: 5 sec
      - Priority: medium
      - Heap Limit: 200 MB
      [Runtime States]
      - Cleaner Active: true
      - Current Heap: 58.92 MB
      - Heap Status: OK
      [Restart Manager]
      - No restart attempts
      [Process Metrics]
      - Heap Used: 61.71 MB
      - RSS: 152.72 MB
      - Uptime: 0h 0m 6s
      ========================================
      2025-10-16 05:30:37.956 - info: dreamehome.0 (337825) Die aktuell eingestellte Standard-Kartennummer ist eingestellt auf 1
      2025-10-16 05:30:37.998 - warn: dreamehome.0 (337825) No rooms found in DH_Map.
      2025-10-16 05:30:38.000 - warn: dreamehome.0 (337825) CustomMap is not set to 1.
      2025-10-16 05:30:38.001 - info: dreamehome.0 (337825) Alexa ist aktiv, und der Roboter akzeptiert Sprachbefehle. Du kannst einfach sagen: "Alexa, Hilfe für den Roboter" oder "Alexa, Unterstützung für den Staubsauger" oder "Alexa, Anleitung für den Saugroboter" oder "Alexa, Assistenz für den Reinigungsroboter".
      2025-10-16 05:30:38.003 - info: dreamehome.0 (337825) Speak on both voice and input - Alexa will speak.
      2025-10-16 05:30:38.009 - info: dreamehome.0 (337825) Restored water level: 4500ml (from tankPercent: 100%)
      2025-10-16 05:30:38.083 - info: dreamehome.0 (337825) Connection to MQTT successfully established
      
      
      posted in Tester
      H
      hahne
    • RE: Test DreameHome: 3D-Visualisierung und Alexa-Steuerung

      für No rooms detected, no cleaning process started. das Update.
      Bei mir läuft es soweit, wenn ich z.B. den Status Abfrage bekomme ich folgenden [RobotStatus Final Report]Fehlermeldung: Kein FehlerDer Saugroboter befindet sich derzeit im: UnknownSaugroboter-Status: Aufladen abgeschlossenBatteriestand: 100%Sensor: 0% (Vorschlag zum Zurücksetzen)Filter: 69% bei 104 StundenHauptbürste: 84% bei 254 No rooms detected, no cleaning process started. StundenSeitenbürste: bei 154 Stunde"

      Wenn ich jetzt aber einen Raum reinigen lassen möchte kommt immer der Fehler :
      "No rooms detected, no cleaning process started."

      In der Dreame App habe ich alle meine Räume definiert. Wo muss ich das im Adapter machen bzw. Was mache ich falsch der er keine Räume erkennt?

      posted in Tester
      H
      hahne
    • RE: Test DreameHome: 3D-Visualisierung und Alexa-Steuerung

      @wawyo
      Nach komplettem Deinstallieren + Löschen der Verbindung zum ioBroker auf der Amazon Website bekomme ich jetzt werte im History Adapter angezeigt.

      Der Dreamehome Adapter versucht anscheinend auch etwas daraus zu lesen aber im log kommt immer die Meldung :

      dreamehome.0 2025-08-01 22:42:55.386 info	No rooms detected, no cleaning process started.
      
      posted in Tester
      H
      hahne
    • RE: Test DreameHome: 3D-Visualisierung und Alexa-Steuerung

      @wawyo

      Hab gerade den Alexa2 Adapter nochmal gelöscht und neu eingerichtet und beide Versionen Probiert. Leider bekomme ich keinen Wert bei dem Summary Datenpunkt.
      Ich probiere es morgen nochmal von Zuhause aus. Villeicht liegt es daran das ich es von meinem Handy aus probiert habe.

      Wenn man 2 oder 3 Roboter im Adapter integriert hat welchen nutzt er Standartmäßig bei Alexa Befehlen?
      Kann man das einstellen?

      posted in Tester
      H
      hahne
    • RE: Test DreameHome: 3D-Visualisierung und Alexa-Steuerung

      @wawyo
      Habe die version von dir Installiert, jedoch bleibt der Datenpunkt Summary bei mir leer.
      Ich muss aber sagen das ich Alexa grade vom Handy aus Kommandos gebe, das dürfte aber kaum einen Unterschied machen,oder?

      posted in Tester
      H
      hahne
    • RE: Test DreameHome: 3D-Visualisierung und Alexa-Steuerung

      @wawyo

      Zu 1.
      Im Log erscheinen die von dir gezeigten Meldungen.

      Zu 2.
      Wert steht auf :
      "On both voice and input commands"

      Zu 5.

      Habe Alexa ein paar Befehle gesagt. Auch mit Licht An z.b.
      Der Wert summary wurde nur 1 Mal am Anfang aktualisiert, egal was ich seitdem sage steht dort nicht.

      Habe den Alexa2 Adapter gelöscht und neu installiert und mich neu angemeldet. Keine Besserung.

      Welche Version vom Alexa2 Adapter hast du installiert?

      Grüße

      posted in Tester
      H
      hahne
    Community
    Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
    The ioBroker Community 2014-2023
    logo