diff --git a/bundles/org.openhab.binding.miio/README.md b/bundles/org.openhab.binding.miio/README.md
index abe1121cbc7..e70966ddf3d 100644
--- a/bundles/org.openhab.binding.miio/README.md
+++ b/bundles/org.openhab.binding.miio/README.md
@@ -262,6 +262,7 @@ Currently the miio binding supports more than 360 different models.
| MOVA Z500 Robot Vacuum and Mop Cleaner | miio:basic | [dreame.vacuum.p2156o](#dreame-vacuum-p2156o) | Experimental | Experimental support. Please report back if all channels are functional. Preferably share the debug log of property refresh and command responses |
| MOVA L600 Robot Vacuum and Mop Cleaner | miio:basic | [dreame.vacuum.p2157](#dreame-vacuum-p2157) | Yes | |
| Dreame Bot D9 Max | miio:basic | [dreame.vacuum.p2259](#dreame-vacuum-p2259) | Experimental | Experimental support. Please report back if all channels are functional. Preferably share the debug log of property refresh and command responses |
+| Xiaomi Robot Vacuum X10 | miio:basic | [dreame.vacuum.r2209](#dreame-vacuum-r2209) | Yes | |
| DreameBot L10s Ultra | miio:basic | [dreame.vacuum.r2228o](#dreame-vacuum-r2228o) | Yes | |
| HUIZUO ARIES For Bedroom | miio:basic | [huayi.light.ari013](#huayi-light-ari013) | Experimental | Experimental support. Please report back if all channels are functional. Preferably share the debug log of property refresh and command responses |
| HUIZUO ARIES For Living Room | miio:basic | [huayi.light.aries](#huayi-light-aries) | Experimental | Experimental support. Please report back if all channels are functional. Preferably share the debug log of property refresh and command responses |
@@ -1676,6 +1677,59 @@ Note, not all the values need to be in the json file, e.g. a subset of the param
| total_clean_times | Number | Clean Logs - Total Clean Times | |
| total_clean_area | Number | Clean Logs - Total Clean Area | |
+### Xiaomi Robot Vacuum X10 (dreame.vacuum.r2209) Channels
+
+| Channel | Type | Description | Comment |
+|----------------------------|----------------------|------------------------------------------|------------|
+| actions | String | Actions | |
+| status | Number | Robot Cleaner - Status | Value mapping `["1"="Sweeping","2"="Idle","3"="Paused","4"="Error","5"="Go Charging","6"="Charging","7"="Mopping","11"="Building","13"="Charging Completed"]` |
+| fault | Number | Robot Cleaner - Device Fault | |
+| mode | Number | Robot Cleaner - Mode | Value mapping `["0"="Silent","1"="Basic","2"="Strong","3"="Full Speed"]` |
+| battery_level | Number:Dimensionless | Battery - Battery Level | |
+| charging_state | Number | Battery - Charging State | Value mapping `["1"="Charging","2"="Not Charging","5"="Go Charging"]` |
+| brush_left_time | Number:Time | Brush Cleaner - Brush Left Time | |
+| brush_life_level | Number:Dimensionless | Brush Cleaner - Brush Life Level | |
+| brush_left_time1 | Number:Time | Side Cleaning Brush - Brush Left Time | |
+| brush_life_level1 | Number:Dimensionless | Side Cleaning Brush - Brush Life Level | |
+| filter_life_level | Number:Dimensionless | Filter - Filter Life Level | |
+| filter_left_time | Number:Time | Filter - Filter Left Time | |
+| work_mode | Number | Vacuum Extend - Work Mode | |
+| cleaning_time | Number:Time | Vacuum Extend - Cleaning Time | |
+| cleaning_area | Number:Area | Vacuum Extend - Cleaning Area | |
+| cleaning_mode | Number | Vacuum Extend - Cleaning Mode | Value mapping `["0"="Quiet","1"="Standard","2"="Medium","3"="Strong"]` |
+| mop_mode | Number | Vacuum Extend - Mop Mode | Value mapping `["1"="Low","2"="Medium","3"="High"]` |
+| waterbox_status | Number | Vacuum Extend - Waterbox Status | Value mapping `["0"="No","1"="Yes"]` |
+| task_status | Number | Vacuum Extend - Task Status | |
+| clean_extend_data | String | Vacuum Extend - Clean Extend Data | |
+| break_point_restart | Number | Vacuum Extend - Break Point Restart | Value mapping `["0"="Off","1"="On"]` |
+| carpet_press | Number | Vacuum Extend - Carpet Press | Value mapping `["0"="Off","1"="On"]` |
+| serial_number | String | Vacuum Extend - Serial Number | |
+| remote_state | String | Vacuum Extend - Remote State | |
+| clean_rags_tip | Number:Time | Vacuum Extend - Clean Rags Tip | |
+| keep_sweeper_time | Number:Time | Vacuum Extend - Keep Sweeper Time | |
+| faults | String | Vacuum Extend - Faults | |
+| nation_matched | String | Vacuum Extend - Nation Matched | |
+| relocation_status | Number | Vacuum Extend - Relocation Status | |
+| enable | Switch | Do Not Disturb - Enable | |
+| start_time | String | Do Not Disturb - Start Time | |
+| end_time | String | Do Not Disturb - End Time | |
+| frame_info | String | Map - Frame Info | |
+| map_extend_data | String | Map - Map Extend Data | |
+| mult_map_info | String | Map - Mult Map Info | |
+| volume | Number:Dimensionless | Audio - Volume | |
+| voice_packet_id | String | Audio - Voice Packet Id | |
+| voice_change_state | String | Audio - Voice Change State | |
+| set_voice | String | Audio - Set Voice | |
+| time_zone | String | Time - Time Zone | |
+| timer_clean | String | Time - Timer Clean | |
+| first_clean_time | Number | Clean Logs - First Clean Time | |
+| total_clean_time | Number:Time | Clean Logs - Total Clean Time | |
+| total_clean_times | Number | Clean Logs - Total Clean Times | |
+| total_clean_area | Number | Clean Logs - Total Clean Area | |
+| auto_collect | Number | Collect Dust - Auto Collect | Value mapping `["0"="Close-auto-collect","1"="Open-auto-collect"]` |
+| clean_times | Number | Collect Dust - Clean Times | |
+| dust_enable | Number | Collect Dust - Dust Enable | Value mapping `["0"="Disable","1"="Enable"]` |
+
### DreameBot L10s Ultra (dreame.vacuum.r2228o) Channels
| Channel | Type | Description | Comment |
@@ -7494,6 +7548,62 @@ Number total_clean_times "Clean Logs - Total Clean Times" (G_vacuum) {channel="m
Number total_clean_area "Clean Logs - Total Clean Area" (G_vacuum) {channel="miio:basic:vacuum:total_clean_area"}
```
+### Xiaomi Robot Vacuum X10 (dreame.vacuum.r2209) item file lines
+
+note: Autogenerated example. Replace the id (vacuum) in the channel with your own. Replace `basic` with `generic` in the thing UID depending on how your thing was discovered.
+
+```java
+Group G_vacuum "Xiaomi Robot Vacuum X10"
+String actions "Actions" (G_vacuum) {channel="miio:basic:vacuum:actions"}
+Number status "Robot Cleaner - Status" (G_vacuum) {channel="miio:basic:vacuum:status"}
+Number fault "Robot Cleaner - Device Fault" (G_vacuum) {channel="miio:basic:vacuum:fault"}
+Number mode "Robot Cleaner - Mode" (G_vacuum) {channel="miio:basic:vacuum:mode"}
+Number:Dimensionless battery_level "Battery - Battery Level" (G_vacuum) {channel="miio:basic:vacuum:battery_level"}
+Number charging_state "Battery - Charging State" (G_vacuum) {channel="miio:basic:vacuum:charging_state"}
+Number:Time brush_left_time "Brush Cleaner - Brush Left Time" (G_vacuum) {channel="miio:basic:vacuum:brush_left_time"}
+Number:Dimensionless brush_life_level "Brush Cleaner - Brush Life Level" (G_vacuum) {channel="miio:basic:vacuum:brush_life_level"}
+Number:Time brush_left_time1 "Side Cleaning Brush - Brush Left Time" (G_vacuum) {channel="miio:basic:vacuum:brush_left_time1"}
+Number:Dimensionless brush_life_level1 "Side Cleaning Brush - Brush Life Level" (G_vacuum) {channel="miio:basic:vacuum:brush_life_level1"}
+Number:Dimensionless filter_life_level "Filter - Filter Life Level" (G_vacuum) {channel="miio:basic:vacuum:filter_life_level"}
+Number:Time filter_left_time "Filter - Filter Left Time" (G_vacuum) {channel="miio:basic:vacuum:filter_left_time"}
+Number work_mode "Vacuum Extend - Work Mode" (G_vacuum) {channel="miio:basic:vacuum:work_mode"}
+Number:Time cleaning_time "Vacuum Extend - Cleaning Time" (G_vacuum) {channel="miio:basic:vacuum:cleaning_time"}
+Number:Area cleaning_area "Vacuum Extend - Cleaning Area" (G_vacuum) {channel="miio:basic:vacuum:cleaning_area"}
+Number cleaning_mode "Vacuum Extend - Cleaning Mode" (G_vacuum) {channel="miio:basic:vacuum:cleaning_mode"}
+Number mop_mode "Vacuum Extend - Mop Mode" (G_vacuum) {channel="miio:basic:vacuum:mop_mode"}
+Number waterbox_status "Vacuum Extend - Waterbox Status" (G_vacuum) {channel="miio:basic:vacuum:waterbox_status"}
+Number task_status "Vacuum Extend - Task Status" (G_vacuum) {channel="miio:basic:vacuum:task_status"}
+String clean_extend_data "Vacuum Extend - Clean Extend Data" (G_vacuum) {channel="miio:basic:vacuum:clean_extend_data"}
+Number break_point_restart "Vacuum Extend - Break Point Restart" (G_vacuum) {channel="miio:basic:vacuum:break_point_restart"}
+Number carpet_press "Vacuum Extend - Carpet Press" (G_vacuum) {channel="miio:basic:vacuum:carpet_press"}
+String serial_number "Vacuum Extend - Serial Number" (G_vacuum) {channel="miio:basic:vacuum:serial_number"}
+String remote_state "Vacuum Extend - Remote State" (G_vacuum) {channel="miio:basic:vacuum:remote_state"}
+Number:Time clean_rags_tip "Vacuum Extend - Clean Rags Tip" (G_vacuum) {channel="miio:basic:vacuum:clean_rags_tip"}
+Number:Time keep_sweeper_time "Vacuum Extend - Keep Sweeper Time" (G_vacuum) {channel="miio:basic:vacuum:keep_sweeper_time"}
+String faults "Vacuum Extend - Faults" (G_vacuum) {channel="miio:basic:vacuum:faults"}
+String nation_matched "Vacuum Extend - Nation Matched" (G_vacuum) {channel="miio:basic:vacuum:nation_matched"}
+Number relocation_status "Vacuum Extend - Relocation Status" (G_vacuum) {channel="miio:basic:vacuum:relocation_status"}
+Switch enable "Do Not Disturb - Enable" (G_vacuum) {channel="miio:basic:vacuum:enable"}
+String start_time "Do Not Disturb - Start Time" (G_vacuum) {channel="miio:basic:vacuum:start_time"}
+String end_time "Do Not Disturb - End Time" (G_vacuum) {channel="miio:basic:vacuum:end_time"}
+String frame_info "Map - Frame Info" (G_vacuum) {channel="miio:basic:vacuum:frame_info"}
+String map_extend_data "Map - Map Extend Data" (G_vacuum) {channel="miio:basic:vacuum:map_extend_data"}
+String mult_map_info "Map - Mult Map Info" (G_vacuum) {channel="miio:basic:vacuum:mult_map_info"}
+Number:Dimensionless volume "Audio - Volume" (G_vacuum) {channel="miio:basic:vacuum:volume"}
+String voice_packet_id "Audio - Voice Packet Id" (G_vacuum) {channel="miio:basic:vacuum:voice_packet_id"}
+String voice_change_state "Audio - Voice Change State" (G_vacuum) {channel="miio:basic:vacuum:voice_change_state"}
+String set_voice "Audio - Set Voice" (G_vacuum) {channel="miio:basic:vacuum:set_voice"}
+String time_zone "Time - Time Zone" (G_vacuum) {channel="miio:basic:vacuum:time_zone"}
+String timer_clean "Time - Timer Clean" (G_vacuum) {channel="miio:basic:vacuum:timer_clean"}
+Number first_clean_time "Clean Logs - First Clean Time" (G_vacuum) {channel="miio:basic:vacuum:first_clean_time"}
+Number:Time total_clean_time "Clean Logs - Total Clean Time" (G_vacuum) {channel="miio:basic:vacuum:total_clean_time"}
+Number total_clean_times "Clean Logs - Total Clean Times" (G_vacuum) {channel="miio:basic:vacuum:total_clean_times"}
+Number total_clean_area "Clean Logs - Total Clean Area" (G_vacuum) {channel="miio:basic:vacuum:total_clean_area"}
+Number auto_collect "Collect Dust - Auto Collect" (G_vacuum) {channel="miio:basic:vacuum:auto_collect"}
+Number clean_times "Collect Dust - Clean Times" (G_vacuum) {channel="miio:basic:vacuum:clean_times"}
+Number dust_enable "Collect Dust - Dust Enable" (G_vacuum) {channel="miio:basic:vacuum:dust_enable"}
+```
+
### DreameBot L10s Ultra (dreame.vacuum.r2228o) item file lines
note: Autogenerated example. Replace the id (vacuum) in the channel with your own. Replace `basic` with `generic` in the thing UID depending on how your thing was discovered.
diff --git a/bundles/org.openhab.binding.miio/src/main/java/org/openhab/binding/miio/internal/MiIoDevices.java b/bundles/org.openhab.binding.miio/src/main/java/org/openhab/binding/miio/internal/MiIoDevices.java
index 61e652c4008..aafbac3c626 100644
--- a/bundles/org.openhab.binding.miio/src/main/java/org/openhab/binding/miio/internal/MiIoDevices.java
+++ b/bundles/org.openhab.binding.miio/src/main/java/org/openhab/binding/miio/internal/MiIoDevices.java
@@ -77,6 +77,7 @@ public enum MiIoDevices {
DREAME_VACUUM_P2156O("dreame.vacuum.p2156o", "MOVA Z500 Robot Vacuum and Mop Cleaner", THING_TYPE_BASIC),
DREAME_VACUUM_P2157("dreame.vacuum.p2157", "MOVA L600 Robot Vacuum and Mop Cleaner", THING_TYPE_BASIC),
DREAME_VACUUM_P2259("dreame.vacuum.p2259", "Dreame Bot D9 Max", THING_TYPE_BASIC),
+ DREAME_VACUUM_R2209("dreame.vacuum.r2209", "Xiaomi Robot Vacuum X10", THING_TYPE_BASIC),
DREAME_VACUUM_R2228O("dreame.vacuum.r2228o", "DreameBot L10s Ultra", THING_TYPE_BASIC),
HUAYI_LIGHT_ARI013("huayi.light.ari013", "HUIZUO ARIES For Bedroom", THING_TYPE_BASIC),
HUAYI_LIGHT_ARIES("huayi.light.aries", "HUIZUO ARIES For Living Room", THING_TYPE_BASIC),
diff --git a/bundles/org.openhab.binding.miio/src/main/resources/OH-INF/i18n/basic.properties b/bundles/org.openhab.binding.miio/src/main/resources/OH-INF/i18n/basic.properties
index 853b5847559..8ec7d2d72b9 100644
--- a/bundles/org.openhab.binding.miio/src/main/resources/OH-INF/i18n/basic.properties
+++ b/bundles/org.openhab.binding.miio/src/main/resources/OH-INF/i18n/basic.properties
@@ -54,6 +54,7 @@ thing.dreame.vacuum.p2114o = Mijia Omni Robot Vacuum-Mop
thing.dreame.vacuum.p2156o = MOVA Z500 Robot Vacuum and Mop Cleaner
thing.dreame.vacuum.p2157 = MOVA L600 Robot Vacuum and Mop Cleaner
thing.dreame.vacuum.p2259 = Dreame Bot D9 Max
+thing.dreame.vacuum.r2209 = Xiaomi Robot Vacuum X10
thing.dreame.vacuum.r2228o = DreameBot L10s Ultra
thing.huayi.light.ari013 = HUIZUO ARIES For Bedroom
thing.huayi.light.aries = HUIZUO ARIES For Living Room
@@ -1012,6 +1013,54 @@ ch.dreame.vacuum.p2259-miot.voice_packet_id = Audio - Voice Packet Id
ch.dreame.vacuum.p2259-miot.volume = Audio - Volume
ch.dreame.vacuum.p2259-miot.waterbox_status = Vacuum Extend - Waterbox Status
ch.dreame.vacuum.p2259-miot.work_mode = Vacuum Extend - Work Mode
+ch.dreame.vacuum.r2209-miot.actions = Actions
+ch.dreame.vacuum.r2209-miot.auto_collect = Collect Dust - Auto Collect
+ch.dreame.vacuum.r2209-miot.battery_level = Battery - Battery Level
+ch.dreame.vacuum.r2209-miot.break_point_restart = Vacuum Extend - Break Point Restart
+ch.dreame.vacuum.r2209-miot.brush_left_time = Brush Cleaner - Brush Left Time
+ch.dreame.vacuum.r2209-miot.brush_left_time1 = Side Cleaning Brush - Brush Left Time
+ch.dreame.vacuum.r2209-miot.brush_life_level = Brush Cleaner - Brush Life Level
+ch.dreame.vacuum.r2209-miot.brush_life_level1 = Side Cleaning Brush - Brush Life Level
+ch.dreame.vacuum.r2209-miot.carpet_press = Vacuum Extend - Carpet Press
+ch.dreame.vacuum.r2209-miot.charging_state = Battery - Charging State
+ch.dreame.vacuum.r2209-miot.clean_extend_data = Vacuum Extend - Clean Extend Data
+ch.dreame.vacuum.r2209-miot.clean_rags_tip = Vacuum Extend - Clean Rags Tip
+ch.dreame.vacuum.r2209-miot.clean_times = Collect Dust - Clean Times
+ch.dreame.vacuum.r2209-miot.cleaning_area = Vacuum Extend - Cleaning Area
+ch.dreame.vacuum.r2209-miot.cleaning_mode = Vacuum Extend - Cleaning Mode
+ch.dreame.vacuum.r2209-miot.cleaning_time = Vacuum Extend - Cleaning Time
+ch.dreame.vacuum.r2209-miot.dust_enable = Collect Dust - Dust Enable
+ch.dreame.vacuum.r2209-miot.enable = Do Not Disturb - Enable
+ch.dreame.vacuum.r2209-miot.end_time = Do Not Disturb - End Time
+ch.dreame.vacuum.r2209-miot.fault = Robot Cleaner - Device Fault
+ch.dreame.vacuum.r2209-miot.faults = Vacuum Extend - Faults
+ch.dreame.vacuum.r2209-miot.filter_left_time = Filter - Filter Left Time
+ch.dreame.vacuum.r2209-miot.filter_life_level = Filter - Filter Life Level
+ch.dreame.vacuum.r2209-miot.first_clean_time = Clean Logs - First Clean Time
+ch.dreame.vacuum.r2209-miot.frame_info = Map - Frame Info
+ch.dreame.vacuum.r2209-miot.keep_sweeper_time = Vacuum Extend - Keep Sweeper Time
+ch.dreame.vacuum.r2209-miot.map_extend_data = Map - Map Extend Data
+ch.dreame.vacuum.r2209-miot.mode = Robot Cleaner - Mode
+ch.dreame.vacuum.r2209-miot.mop_mode = Vacuum Extend - Mop Mode
+ch.dreame.vacuum.r2209-miot.mult_map_info = Map - Mult Map Info
+ch.dreame.vacuum.r2209-miot.nation_matched = Vacuum Extend - Nation Matched
+ch.dreame.vacuum.r2209-miot.relocation_status = Vacuum Extend - Relocation Status
+ch.dreame.vacuum.r2209-miot.remote_state = Vacuum Extend - Remote State
+ch.dreame.vacuum.r2209-miot.serial_number = Vacuum Extend - Serial Number
+ch.dreame.vacuum.r2209-miot.set_voice = Audio - Set Voice
+ch.dreame.vacuum.r2209-miot.start_time = Do Not Disturb - Start Time
+ch.dreame.vacuum.r2209-miot.status = Robot Cleaner - Status
+ch.dreame.vacuum.r2209-miot.task_status = Vacuum Extend - Task Status
+ch.dreame.vacuum.r2209-miot.time_zone = Time - Time Zone
+ch.dreame.vacuum.r2209-miot.timer_clean = Time - Timer Clean
+ch.dreame.vacuum.r2209-miot.total_clean_area = Clean Logs - Total Clean Area
+ch.dreame.vacuum.r2209-miot.total_clean_time = Clean Logs - Total Clean Time
+ch.dreame.vacuum.r2209-miot.total_clean_times = Clean Logs - Total Clean Times
+ch.dreame.vacuum.r2209-miot.voice_change_state = Audio - Voice Change State
+ch.dreame.vacuum.r2209-miot.voice_packet_id = Audio - Voice Packet Id
+ch.dreame.vacuum.r2209-miot.volume = Audio - Volume
+ch.dreame.vacuum.r2209-miot.waterbox_status = Vacuum Extend - Waterbox Status
+ch.dreame.vacuum.r2209-miot.work_mode = Vacuum Extend - Work Mode
ch.dreame.vacuum.r2228o-miot.actions = Actions
ch.dreame.vacuum.r2228o-miot.ai_switch = Vacuum Extend - Ai Switch
ch.dreame.vacuum.r2228o-miot.auto_add_detergent = Vacuum Extend - Auto Add Detergent
@@ -3026,6 +3075,53 @@ option.dreame.vacuum.p2259-miot.task_status-3 = SelectAreanClean
option.dreame.vacuum.p2259-miot.task_status-4 = SpotArea
option.dreame.vacuum.p2259-miot.waterbox_status-0 = Status 0
option.dreame.vacuum.p2259-miot.waterbox_status-1 = Status 1
+option.dreame.vacuum.r2209-miot.actions-audio-play-sound = Audio Play Sound
+option.dreame.vacuum.r2209-miot.actions-audio-position = Audio Position
+option.dreame.vacuum.r2209-miot.actions-battery-start-charge = Battery Start Charge
+option.dreame.vacuum.r2209-miot.actions-brush-cleaner-reset-brush-life = Brush Cleaner Reset Brush Life
+option.dreame.vacuum.r2209-miot.actions-collect-dust-start-collect = Collect Dust Start Collect
+option.dreame.vacuum.r2209-miot.actions-filter-reset-filter-life = Filter Reset Filter Life
+option.dreame.vacuum.r2209-miot.actions-map-map-req = Map Map Req
+option.dreame.vacuum.r2209-miot.actions-map-update-map = Map Update Map
+option.dreame.vacuum.r2209-miot.actions-time-delete-timer = Time Delete Timer
+option.dreame.vacuum.r2209-miot.actions-vacuum-extend-start-clean = Vacuum Extend Start Clean
+option.dreame.vacuum.r2209-miot.actions-vacuum-extend-stop-clean = Vacuum Extend Stop Clean
+option.dreame.vacuum.r2209-miot.actions-vacuum-start-room-sweep = Vacuum Start Room Sweep
+option.dreame.vacuum.r2209-miot.actions-vacuum-start-sweep = Vacuum Start Sweep
+option.dreame.vacuum.r2209-miot.actions-vacuum-stop-sweeping = Vacuum Stop Sweeping
+option.dreame.vacuum.r2209-miot.auto_collect-0 = Close-auto-collect
+option.dreame.vacuum.r2209-miot.auto_collect-1 = Open-auto-collect
+option.dreame.vacuum.r2209-miot.break_point_restart-0 = Off
+option.dreame.vacuum.r2209-miot.break_point_restart-1 = On
+option.dreame.vacuum.r2209-miot.carpet_press-0 = Off
+option.dreame.vacuum.r2209-miot.carpet_press-1 = On
+option.dreame.vacuum.r2209-miot.charging_state-1 = Charging
+option.dreame.vacuum.r2209-miot.charging_state-2 = Not Charging
+option.dreame.vacuum.r2209-miot.charging_state-5 = Go Charging
+option.dreame.vacuum.r2209-miot.cleaning_mode-0 = Quiet
+option.dreame.vacuum.r2209-miot.cleaning_mode-1 = Standard
+option.dreame.vacuum.r2209-miot.cleaning_mode-2 = Medium
+option.dreame.vacuum.r2209-miot.cleaning_mode-3 = Strong
+option.dreame.vacuum.r2209-miot.dust_enable-0 = Disable
+option.dreame.vacuum.r2209-miot.dust_enable-1 = Enable
+option.dreame.vacuum.r2209-miot.mode-0 = Silent
+option.dreame.vacuum.r2209-miot.mode-1 = Basic
+option.dreame.vacuum.r2209-miot.mode-2 = Strong
+option.dreame.vacuum.r2209-miot.mode-3 = Full Speed
+option.dreame.vacuum.r2209-miot.mop_mode-1 = Low
+option.dreame.vacuum.r2209-miot.mop_mode-2 = Medium
+option.dreame.vacuum.r2209-miot.mop_mode-3 = High
+option.dreame.vacuum.r2209-miot.status-1 = Sweeping
+option.dreame.vacuum.r2209-miot.status-11 = Building
+option.dreame.vacuum.r2209-miot.status-13 = Charging Completed
+option.dreame.vacuum.r2209-miot.status-2 = Idle
+option.dreame.vacuum.r2209-miot.status-3 = Paused
+option.dreame.vacuum.r2209-miot.status-4 = Error
+option.dreame.vacuum.r2209-miot.status-5 = Go Charging
+option.dreame.vacuum.r2209-miot.status-6 = Charging
+option.dreame.vacuum.r2209-miot.status-7 = Mopping
+option.dreame.vacuum.r2209-miot.waterbox_status-0 = No
+option.dreame.vacuum.r2209-miot.waterbox_status-1 = Yes
option.dreame.vacuum.r2228o-miot.actions-audio-play-sound = Audio Play Sound
option.dreame.vacuum.r2228o-miot.actions-audio-position = Audio Position
option.dreame.vacuum.r2228o-miot.actions-battery-start-charge = Battery Start Charge
diff --git a/bundles/org.openhab.binding.miio/src/main/resources/database/dreame.vacuum.r2209-miot.json b/bundles/org.openhab.binding.miio/src/main/resources/database/dreame.vacuum.r2209-miot.json
new file mode 100644
index 00000000000..e8ebf8886bf
--- /dev/null
+++ b/bundles/org.openhab.binding.miio/src/main/resources/database/dreame.vacuum.r2209-miot.json
@@ -0,0 +1,1216 @@
+{
+ "deviceMapping": {
+ "id": [
+ "dreame.vacuum.r2209"
+ ],
+ "propertyMethod": "get_properties",
+ "maxProperties": 1,
+ "channels": [
+ {
+ "property": "",
+ "friendlyName": "Actions",
+ "channel": "actions",
+ "type": "String",
+ "stateDescription": {
+ "options": [
+ {
+ "value": "vacuum-start-sweep",
+ "label": "Vacuum Start Sweep"
+ },
+ {
+ "value": "vacuum-stop-sweeping",
+ "label": "Vacuum Stop Sweeping"
+ },
+ {
+ "value": "vacuum-start-room-sweep",
+ "label": "Vacuum Start Room Sweep"
+ },
+ {
+ "value": "battery-start-charge",
+ "label": "Battery Start Charge"
+ },
+ {
+ "value": "brush-cleaner-reset-brush-life",
+ "label": "Brush Cleaner Reset Brush Life"
+ },
+ {
+ "value": "brush-cleaner-reset-brush-life",
+ "label": "Brush Cleaner Reset Brush Life"
+ },
+ {
+ "value": "filter-reset-filter-life",
+ "label": "Filter Reset Filter Life"
+ },
+ {
+ "value": "vacuum-extend-start-clean",
+ "label": "Vacuum Extend Start Clean"
+ },
+ {
+ "value": "vacuum-extend-stop-clean",
+ "label": "Vacuum Extend Stop Clean"
+ },
+ {
+ "value": "map-map-req",
+ "label": "Map Map Req"
+ },
+ {
+ "value": "map-update-map",
+ "label": "Map Update Map"
+ },
+ {
+ "value": "audio-position",
+ "label": "Audio Position"
+ },
+ {
+ "value": "audio-play-sound",
+ "label": "Audio Play Sound"
+ },
+ {
+ "value": "time-delete-timer",
+ "label": "Time Delete Timer"
+ },
+ {
+ "value": "collect-dust-start-collect",
+ "label": "Collect Dust Start Collect"
+ }
+ ]
+ },
+ "refresh": false,
+ "actions": [
+ {
+ "command": "action",
+ "parameterType": "EMPTY",
+ "siid": 2,
+ "aiid": 1,
+ "condition": {
+ "name": "matchValue",
+ "parameters": [
+ {
+ "matchValue": "vacuum-start-sweep"
+ }
+ ]
+ }
+ },
+ {
+ "command": "action",
+ "parameterType": "EMPTY",
+ "siid": 2,
+ "aiid": 2,
+ "condition": {
+ "name": "matchValue",
+ "parameters": [
+ {
+ "matchValue": "vacuum-stop-sweeping"
+ }
+ ]
+ }
+ },
+ {
+ "command": "action",
+ "parameterType": "NUMBER",
+ "parameters": [
+ 4.0
+ ],
+ "siid": 2,
+ "aiid": 3,
+ "condition": {
+ "name": "matchValue",
+ "parameters": [
+ {
+ "matchValue": "vacuum-start-room-sweep"
+ }
+ ]
+ }
+ },
+ {
+ "command": "action",
+ "parameterType": "EMPTY",
+ "siid": 3,
+ "aiid": 1,
+ "condition": {
+ "name": "matchValue",
+ "parameters": [
+ {
+ "matchValue": "battery-start-charge"
+ }
+ ]
+ }
+ },
+ {
+ "command": "action",
+ "parameterType": "EMPTY",
+ "siid": 9,
+ "aiid": 1,
+ "condition": {
+ "name": "matchValue",
+ "parameters": [
+ {
+ "matchValue": "brush-cleaner-reset-brush-life"
+ }
+ ]
+ }
+ },
+ {
+ "command": "action",
+ "parameterType": "EMPTY",
+ "siid": 10,
+ "aiid": 1,
+ "condition": {
+ "name": "matchValue",
+ "parameters": [
+ {
+ "matchValue": "brush-cleaner-reset-brush-life"
+ }
+ ]
+ }
+ },
+ {
+ "command": "action",
+ "parameterType": "EMPTY",
+ "siid": 11,
+ "aiid": 1,
+ "condition": {
+ "name": "matchValue",
+ "parameters": [
+ {
+ "matchValue": "filter-reset-filter-life"
+ }
+ ]
+ }
+ },
+ {
+ "command": "action",
+ "parameterType": "NUMBER",
+ "parameters": [
+ 10.0
+ ],
+ "siid": 4,
+ "aiid": 1,
+ "condition": {
+ "name": "matchValue",
+ "parameters": [
+ {
+ "matchValue": "vacuum-extend-start-clean"
+ }
+ ]
+ }
+ },
+ {
+ "command": "action",
+ "parameterType": "EMPTY",
+ "siid": 4,
+ "aiid": 2,
+ "condition": {
+ "name": "matchValue",
+ "parameters": [
+ {
+ "matchValue": "vacuum-extend-stop-clean"
+ }
+ ]
+ }
+ },
+ {
+ "command": "action",
+ "parameterType": "NUMBER",
+ "parameters": [
+ 2.0
+ ],
+ "siid": 6,
+ "aiid": 1,
+ "condition": {
+ "name": "matchValue",
+ "parameters": [
+ {
+ "matchValue": "map-map-req"
+ }
+ ]
+ }
+ },
+ {
+ "command": "action",
+ "parameterType": "NUMBER",
+ "parameters": [
+ 4.0
+ ],
+ "siid": 6,
+ "aiid": 2,
+ "condition": {
+ "name": "matchValue",
+ "parameters": [
+ {
+ "matchValue": "map-update-map"
+ }
+ ]
+ }
+ },
+ {
+ "command": "action",
+ "parameterType": "EMPTY",
+ "siid": 7,
+ "aiid": 1,
+ "condition": {
+ "name": "matchValue",
+ "parameters": [
+ {
+ "matchValue": "audio-position"
+ }
+ ]
+ }
+ },
+ {
+ "command": "action",
+ "parameterType": "EMPTY",
+ "siid": 7,
+ "aiid": 2,
+ "condition": {
+ "name": "matchValue",
+ "parameters": [
+ {
+ "matchValue": "audio-play-sound"
+ }
+ ]
+ }
+ },
+ {
+ "command": "action",
+ "parameterType": "NUMBER",
+ "parameters": [
+ 3.0
+ ],
+ "siid": 8,
+ "aiid": 1,
+ "condition": {
+ "name": "matchValue",
+ "parameters": [
+ {
+ "matchValue": "time-delete-timer"
+ }
+ ]
+ }
+ },
+ {
+ "command": "action",
+ "parameterType": "EMPTY",
+ "siid": 15,
+ "aiid": 1,
+ "condition": {
+ "name": "matchValue",
+ "parameters": [
+ {
+ "matchValue": "collect-dust-start-collect"
+ }
+ ]
+ }
+ }
+ ]
+ },
+ {
+ "property": "status",
+ "siid": 2,
+ "piid": 1,
+ "friendlyName": "Robot Cleaner - Status",
+ "channel": "status",
+ "type": "Number",
+ "stateDescription": {
+ "readOnly": true,
+ "options": [
+ {
+ "value": "1",
+ "label": "Sweeping"
+ },
+ {
+ "value": "2",
+ "label": "Idle"
+ },
+ {
+ "value": "3",
+ "label": "Paused"
+ },
+ {
+ "value": "4",
+ "label": "Error"
+ },
+ {
+ "value": "5",
+ "label": "Go Charging"
+ },
+ {
+ "value": "6",
+ "label": "Charging"
+ },
+ {
+ "value": "7",
+ "label": "Mopping"
+ },
+ {
+ "value": "11",
+ "label": "Building"
+ },
+ {
+ "value": "13",
+ "label": "Charging Completed"
+ }
+ ]
+ },
+ "refresh": true,
+ "actions": [],
+ "readmeComment": "Value mapping [\"1\"\u003d\"Sweeping\",\"2\"\u003d\"Idle\",\"3\"\u003d\"Paused\",\"4\"\u003d\"Error\",\"5\"\u003d\"Go Charging\",\"6\"\u003d\"Charging\",\"7\"\u003d\"Mopping\",\"11\"\u003d\"Building\",\"13\"\u003d\"Charging Completed\"]"
+ },
+ {
+ "property": "fault",
+ "siid": 2,
+ "piid": 2,
+ "friendlyName": "Robot Cleaner - Device Fault",
+ "channel": "fault",
+ "type": "Number",
+
+ "refresh": true,
+ "actions": []
+ },
+ {
+ "property": "mode",
+ "siid": 2,
+ "piid": 3,
+ "friendlyName": "Robot Cleaner - Mode",
+ "channel": "mode",
+ "type": "Number",
+ "stateDescription": {
+ "options": [
+ {
+ "value": "0",
+ "label": "Silent"
+ },
+ {
+ "value": "1",
+ "label": "Basic"
+ },
+ {
+ "value": "2",
+ "label": "Strong"
+ },
+ {
+ "value": "3",
+ "label": "Full Speed"
+ }
+ ]
+ },
+ "refresh": true,
+ "actions": [
+ {
+ "command": "set_properties",
+ "parameterType": "NUMBER"
+ }
+ ],
+ "readmeComment": "Value mapping [\"0\"\u003d\"Silent\",\"1\"\u003d\"Basic\",\"2\"\u003d\"Strong\",\"3\"\u003d\"Full Speed\"]"
+ },
+ {
+ "property": "battery-level",
+ "siid": 3,
+ "piid": 1,
+ "friendlyName": "Battery - Battery Level",
+ "channel": "battery_level",
+ "type": "Number:Dimensionless",
+ "unit": "percentage",
+ "stateDescription": {
+ "minimum": 0,
+ "maximum": 100,
+ "step": 1,
+ "pattern": "%.0f %unit%",
+ "readOnly": true
+ },
+ "refresh": true,
+ "actions": []
+ },
+ {
+ "property": "charging-state",
+ "siid": 3,
+ "piid": 2,
+ "friendlyName": "Battery - Charging State",
+ "channel": "charging_state",
+ "type": "Number",
+ "stateDescription": {
+ "readOnly": true,
+ "options": [
+ {
+ "value": "1",
+ "label": "Charging"
+ },
+ {
+ "value": "2",
+ "label": "Not Charging"
+ },
+ {
+ "value": "5",
+ "label": "Go Charging"
+ }
+ ]
+ },
+ "refresh": true,
+ "actions": [],
+ "readmeComment": "Value mapping [\"1\"\u003d\"Charging\",\"2\"\u003d\"Not Charging\",\"5\"\u003d\"Go Charging\"]"
+ },
+ {
+ "property": "brush-left-time",
+ "siid": 9,
+ "piid": 1,
+ "friendlyName": "Brush Cleaner - Brush Left Time",
+ "channel": "brush_left_time",
+ "type": "Number:Time",
+ "unit": "hours",
+ "stateDescription": {
+ "minimum": 0,
+ "maximum": 300,
+ "step": 1,
+ "pattern": "%.0f %unit%",
+ "readOnly": true
+ },
+ "refresh": true,
+ "actions": []
+ },
+ {
+ "property": "brush-life-level",
+ "siid": 9,
+ "piid": 2,
+ "friendlyName": "Brush Cleaner - Brush Life Level",
+ "channel": "brush_life_level",
+ "type": "Number:Dimensionless",
+ "unit": "percentage",
+ "stateDescription": {
+ "minimum": 0,
+ "maximum": 100,
+ "step": 1,
+ "pattern": "%.0f %unit%",
+ "readOnly": true
+ },
+ "refresh": true,
+ "actions": []
+ },
+ {
+ "property": "brush-left-time1",
+ "siid": 10,
+ "piid": 1,
+ "friendlyName": "Side Cleaning Brush - Brush Left Time",
+ "channel": "brush_left_time1",
+ "type": "Number:Time",
+ "unit": "hours",
+ "stateDescription": {
+ "minimum": 0,
+ "maximum": 200,
+ "step": 1,
+ "pattern": "%.0f %unit%",
+ "readOnly": true
+ },
+ "refresh": true,
+ "actions": []
+ },
+ {
+ "property": "brush-life-level1",
+ "siid": 10,
+ "piid": 2,
+ "friendlyName": "Side Cleaning Brush - Brush Life Level",
+ "channel": "brush_life_level1",
+ "type": "Number:Dimensionless",
+ "unit": "percentage",
+ "stateDescription": {
+ "minimum": 0,
+ "maximum": 100,
+ "step": 1,
+ "pattern": "%.0f %unit%",
+ "readOnly": true
+ },
+ "refresh": true,
+ "actions": []
+ },
+ {
+ "property": "filter-life-level",
+ "siid": 11,
+ "piid": 1,
+ "friendlyName": "Filter - Filter Life Level",
+ "channel": "filter_life_level",
+ "type": "Number:Dimensionless",
+ "unit": "percentage",
+ "stateDescription": {
+ "minimum": 0,
+ "maximum": 100,
+ "step": 1,
+ "pattern": "%.0f %unit%",
+ "readOnly": true
+ },
+ "refresh": true,
+ "actions": []
+ },
+ {
+ "property": "filter-left-time",
+ "siid": 11,
+ "piid": 2,
+ "friendlyName": "Filter - Filter Left Time",
+ "channel": "filter_left_time",
+ "type": "Number:Time",
+ "unit": "hours",
+ "stateDescription": {
+ "minimum": 0,
+ "maximum": 1000,
+ "step": 1,
+ "pattern": "%.0f %unit%",
+ "readOnly": true
+ },
+ "refresh": true,
+ "actions": []
+ },
+ {
+ "property": "work-mode",
+ "siid": 4,
+ "piid": 1,
+ "friendlyName": "Vacuum Extend - Work Mode",
+ "channel": "work_mode",
+ "type": "Number",
+ "stateDescription": {
+ "minimum": 0,
+ "maximum": 50,
+ "step": 1,
+ "pattern": "%.0f",
+ "readOnly": true
+ },
+ "refresh": true,
+ "actions": []
+ },
+ {
+ "property": "cleaning-time",
+ "siid": 4,
+ "piid": 2,
+ "friendlyName": "Vacuum Extend - Cleaning Time",
+ "channel": "cleaning_time",
+ "type": "Number:Time",
+ "unit": "minutes",
+ "stateDescription": {
+ "minimum": 0,
+ "maximum": 32767,
+ "step": 1,
+ "pattern": "%.0f %unit%",
+ "readOnly": true
+ },
+ "refresh": true,
+ "actions": []
+ },
+ {
+ "property": "cleaning-area",
+ "siid": 4,
+ "piid": 3,
+ "friendlyName": "Vacuum Extend - Cleaning Area",
+ "channel": "cleaning_area",
+ "type": "Number:Area",
+ "unit": "square_meter",
+ "stateDescription": {
+ "minimum": 0,
+ "maximum": 32767,
+ "step": 1,
+ "pattern": "%.1f %unit%",
+ "readOnly": true
+ },
+ "refresh": true,
+ "actions": []
+ },
+ {
+ "property": "cleaning-mode",
+ "siid": 4,
+ "piid": 4,
+ "friendlyName": "Vacuum Extend - Cleaning Mode",
+ "channel": "cleaning_mode",
+ "type": "Number",
+ "stateDescription": {
+ "readOnly": true,
+ "options": [
+ {
+ "value": "0",
+ "label": "Quiet"
+ },
+ {
+ "value": "1",
+ "label": "Standard"
+ },
+ {
+ "value": "2",
+ "label": "Medium"
+ },
+ {
+ "value": "3",
+ "label": "Strong"
+ }
+ ]
+ },
+ "refresh": true,
+ "actions": [],
+ "readmeComment": "Value mapping [\"0\"\u003d\"Quiet\",\"1\"\u003d\"Standard\",\"2\"\u003d\"Medium\",\"3\"\u003d\"Strong\"]"
+ },
+ {
+ "property": "mop-mode",
+ "siid": 4,
+ "piid": 5,
+ "friendlyName": "Vacuum Extend - Mop Mode",
+ "channel": "mop_mode",
+ "type": "Number",
+ "stateDescription": {
+ "options": [
+ {
+ "value": "1",
+ "label": "Low"
+ },
+ {
+ "value": "2",
+ "label": "Medium"
+ },
+ {
+ "value": "3",
+ "label": "High"
+ }
+ ]
+ },
+ "refresh": true,
+ "actions": [
+ {
+ "command": "set_properties",
+ "parameterType": "STRING"
+ }
+ ],
+ "readmeComment": "Value mapping [\"1\"\u003d\"Low\",\"2\"\u003d\"Medium\",\"3\"\u003d\"High\"]"
+ },
+ {
+ "property": "waterbox-status",
+ "siid": 4,
+ "piid": 6,
+ "friendlyName": "Vacuum Extend - Waterbox Status",
+ "channel": "waterbox_status",
+ "type": "Number",
+ "stateDescription": {
+ "readOnly": true,
+ "options": [
+ {
+ "value": "0",
+ "label": "No"
+ },
+ {
+ "value": "1",
+ "label": "Yes"
+ }
+ ]
+ },
+ "refresh": true,
+ "actions": [],
+ "readmeComment": "Value mapping [\"0\"\u003d\"No\",\"1\"\u003d\"Yes\"]"
+ },
+ {
+ "property": "task-status",
+ "siid": 4,
+ "piid": 7,
+ "friendlyName": "Vacuum Extend - Task Status",
+ "channel": "task_status",
+ "type": "Number",
+
+ "refresh": true,
+ "actions": []
+ },
+ {
+ "property": "clean-extend-data",
+ "siid": 4,
+ "piid": 10,
+ "friendlyName": "Vacuum Extend - Clean Extend Data",
+ "channel": "clean_extend_data",
+ "type": "String",
+ "refresh": false,
+ "actions": [
+ {
+ "command": "set_properties",
+ "parameterType": "STRING"
+ }
+ ]
+ },
+ {
+ "property": "break-point-restart",
+ "siid": 4,
+ "piid": 11,
+ "friendlyName": "Vacuum Extend - Break Point Restart",
+ "channel": "break_point_restart",
+ "type": "Number",
+ "stateDescription": {
+ "options": [
+ {
+ "value": "0",
+ "label": "Off"
+ },
+ {
+ "value": "1",
+ "label": "On"
+ }
+ ]
+ },
+ "refresh": true,
+ "actions": [
+ {
+ "command": "set_properties",
+ "parameterType": "NUMBER"
+ }
+ ],
+ "readmeComment": "Value mapping [\"0\"\u003d\"Close\",\"1\"\u003d\"Open\"]"
+ },
+ {
+ "property": "carpet-press",
+ "siid": 4,
+ "piid": 12,
+ "friendlyName": "Vacuum Extend - Carpet Press",
+ "channel": "carpet_press",
+ "type": "Number",
+ "stateDescription": {
+ "options": [
+ {
+ "value": "0",
+ "label": "Off"
+ },
+ {
+ "value": "1",
+ "label": "On"
+ }
+ ]
+ },
+ "refresh": true,
+ "actions": [
+ {
+ "command": "set_properties",
+ "parameterType": "NUMBER"
+ }
+ ],
+ "readmeComment": "Value mapping [\"0\"\u003d\"Close\",\"1\"\u003d\"Open\"]"
+ },
+ {
+ "property": "serial-number",
+ "siid": 4,
+ "piid": 14,
+ "friendlyName": "Vacuum Extend - Serial Number",
+ "channel": "serial_number",
+ "type": "String",
+ "stateDescription": {
+ "readOnly": true
+ },
+ "refresh": true,
+ "actions": []
+ },
+ {
+ "property": "remote-state",
+ "siid": 4,
+ "piid": 15,
+ "friendlyName": "Vacuum Extend - Remote State",
+ "channel": "remote_state",
+ "type": "String",
+ "refresh": false,
+ "actions": [
+ {
+ "command": "set_properties",
+ "parameterType": "STRING"
+ }
+ ]
+ },
+ {
+ "property": "clean-rags-tip",
+ "siid": 4,
+ "piid": 16,
+ "friendlyName": "Vacuum Extend - Clean Rags Tip",
+ "channel": "clean_rags_tip",
+ "type": "Number:Time",
+ "unit": "minutes",
+ "stateDescription": {
+ "minimum": 0,
+ "maximum": 120,
+ "step": 1,
+ "pattern": "%.0f %unit%"
+ },
+ "refresh": true,
+ "actions": [
+ {
+ "command": "set_properties",
+ "parameterType": "STRING"
+ }
+ ]
+ },
+ {
+ "property": "keep-sweeper-time",
+ "siid": 4,
+ "piid": 17,
+ "friendlyName": "Vacuum Extend - Keep Sweeper Time",
+ "channel": "keep_sweeper_time",
+ "type": "Number:Time",
+ "unit": "minutes",
+ "stateDescription": {
+ "minimum": -1,
+ "maximum": 1000000,
+ "step": 1,
+ "pattern": "%.0f %unit%",
+ "readOnly": true
+ },
+ "refresh": true,
+ "actions": []
+ },
+ {
+ "property": "faults",
+ "siid": 4,
+ "piid": 18,
+ "friendlyName": "Vacuum Extend - Faults",
+ "channel": "faults",
+ "type": "String",
+ "stateDescription": {
+ "readOnly": true
+ },
+ "refresh": true,
+ "actions": []
+ },
+ {
+ "property": "nation-matched",
+ "siid": 4,
+ "piid": 19,
+ "friendlyName": "Vacuum Extend - Nation Matched",
+ "channel": "nation_matched",
+ "type": "String",
+ "stateDescription": {
+ "readOnly": true
+ },
+ "refresh": true,
+ "actions": []
+ },
+ {
+ "property": "relocation-status",
+ "siid": 4,
+ "piid": 20,
+ "friendlyName": "Vacuum Extend - Relocation Status",
+ "channel": "relocation_status",
+ "type": "Number",
+ "stateDescription": {
+ "minimum": 0,
+ "maximum": 1000000,
+ "step": 1,
+ "pattern": "%.0f",
+ "readOnly": true
+ },
+ "refresh": true,
+ "actions": []
+ },
+ {
+ "property": "enable",
+ "siid": 5,
+ "piid": 1,
+ "friendlyName": "Do Not Disturb - Enable",
+ "channel": "enable",
+ "type": "Switch",
+ "refresh": true,
+ "actions": [
+ {
+ "command": "set_properties",
+ "parameterType": "ONOFFBOOL"
+ }
+ ]
+ },
+ {
+ "property": "start-time",
+ "siid": 5,
+ "piid": 2,
+ "friendlyName": "Do Not Disturb - Start Time",
+ "channel": "start_time",
+ "type": "String",
+ "refresh": true,
+ "actions": [
+ {
+ "command": "set_properties",
+ "parameterType": "STRING"
+ }
+ ]
+ },
+ {
+ "property": "end-time",
+ "siid": 5,
+ "piid": 3,
+ "friendlyName": "Do Not Disturb - End Time",
+ "channel": "end_time",
+ "type": "String",
+ "refresh": true,
+ "actions": [
+ {
+ "command": "set_properties",
+ "parameterType": "STRING"
+ }
+ ]
+ },
+ {
+ "property": "frame-info",
+ "siid": 6,
+ "piid": 2,
+ "friendlyName": "Map - Frame Info",
+ "channel": "frame_info",
+ "type": "String",
+ "refresh": false,
+ "actions": [
+ {
+ "command": "set_properties",
+ "parameterType": "STRING"
+ }
+ ]
+ },
+ {
+ "property": "map-extend-data",
+ "siid": 6,
+ "piid": 4,
+ "friendlyName": "Map - Map Extend Data",
+ "channel": "map_extend_data",
+ "type": "String",
+ "refresh": false,
+ "actions": [
+ {
+ "command": "set_properties",
+ "parameterType": "STRING"
+ }
+ ]
+ },
+ {
+ "property": "mult-map-info",
+ "siid": 6,
+ "piid": 8,
+ "friendlyName": "Map - Mult Map Info",
+ "channel": "mult_map_info",
+ "type": "String",
+ "stateDescription": {
+ "readOnly": true
+ },
+ "refresh": true,
+ "actions": []
+ },
+ {
+ "property": "volume",
+ "siid": 7,
+ "piid": 1,
+ "friendlyName": "Audio - Volume",
+ "channel": "volume",
+ "type": "Number:Dimensionless",
+ "unit": "PERCENT",
+ "stateDescription": {
+ "minimum": 0,
+ "maximum": 100,
+ "step": 1,
+ "pattern": "%.0f"
+ },
+ "refresh": true,
+ "actions": [
+ {
+ "command": "set_properties",
+ "parameterType": "NUMBER"
+ }
+ ]
+ },
+ {
+ "property": "voice-packet-id",
+ "siid": 7,
+ "piid": 2,
+ "friendlyName": "Audio - Voice Packet Id",
+ "channel": "voice_packet_id",
+ "type": "String",
+ "refresh": true,
+ "actions": [
+ {
+ "command": "set_properties",
+ "parameterType": "STRING"
+ }
+ ]
+ },
+ {
+ "property": "voice-change-state",
+ "siid": 7,
+ "piid": 3,
+ "friendlyName": "Audio - Voice Change State",
+ "channel": "voice_change_state",
+ "type": "String",
+ "stateDescription": {
+ "readOnly": true
+ },
+ "refresh": true,
+ "actions": []
+ },
+ {
+ "property": "set-voice",
+ "siid": 7,
+ "piid": 4,
+ "friendlyName": "Audio - Set Voice",
+ "channel": "set_voice",
+ "type": "String",
+ "refresh": false,
+ "actions": [
+ {
+ "command": "set_properties",
+ "parameterType": "STRING"
+ }
+ ]
+ },
+ {
+ "property": "time-zone",
+ "siid": 8,
+ "piid": 1,
+ "friendlyName": "Time - Time Zone",
+ "channel": "time_zone",
+ "type": "String",
+ "stateDescription": {
+ "readOnly": true
+ },
+ "refresh": true,
+ "actions": []
+ },
+ {
+ "property": "timer-clean",
+ "siid": 8,
+ "piid": 2,
+ "friendlyName": "Time - Timer Clean",
+ "channel": "timer_clean",
+ "type": "String",
+ "refresh": true,
+ "actions": [
+ {
+ "command": "set_properties",
+ "parameterType": "STRING"
+ }
+ ]
+ },
+ {
+ "property": "first-clean-time",
+ "siid": 12,
+ "piid": 1,
+ "friendlyName": "Clean Logs - First Clean Time",
+ "channel": "first_clean_time",
+ "type": "Number",
+ "stateDescription": {
+ "minimum": 0,
+ "step": 1,
+ "pattern": "%.0f",
+ "readOnly": true
+ },
+ "refresh": true,
+ "actions": []
+ },
+ {
+ "property": "total-clean-time",
+ "siid": 12,
+ "piid": 2,
+ "friendlyName": "Clean Logs - Total Clean Time",
+ "channel": "total_clean_time",
+ "type": "Number:Time",
+ "unit": "minutes",
+ "stateDescription": {
+ "minimum": 0,
+ "step": 1,
+ "pattern": "%.0f %unit%",
+ "readOnly": true
+ },
+ "refresh": true,
+ "actions": []
+ },
+ {
+ "property": "total-clean-times",
+ "siid": 12,
+ "piid": 3,
+ "friendlyName": "Clean Logs - Total Clean Times",
+ "channel": "total_clean_times",
+ "type": "Number",
+ "stateDescription": {
+ "minimum": 0,
+ "step": 1,
+ "pattern": "%.0f",
+ "readOnly": true
+ },
+ "refresh": true,
+ "actions": []
+ },
+ {
+ "property": "total-clean-area",
+ "siid": 12,
+ "piid": 4,
+ "friendlyName": "Clean Logs - Total Clean Area",
+ "channel": "total_clean_area",
+ "type": "Number",
+ "stateDescription": {
+ "minimum": 0,
+ "step": 1,
+ "pattern": "%.0f",
+ "readOnly": true
+ },
+ "refresh": true,
+ "actions": []
+ },
+ {
+ "property": "auto-collect",
+ "siid": 15,
+ "piid": 1,
+ "friendlyName": "Collect Dust - Auto Collect",
+ "channel": "auto_collect",
+ "type": "Number",
+ "stateDescription": {
+ "options": [
+ {
+ "value": "0",
+ "label": "Close-auto-collect"
+ },
+ {
+ "value": "1",
+ "label": "Open-auto-collect"
+ }
+ ]
+ },
+ "refresh": true,
+ "actions": [
+ {
+ "command": "set_properties",
+ "parameterType": "STRING"
+ }
+ ],
+ "readmeComment": "Value mapping [\"0\"\u003d\"Close-auto-collect\",\"1\"\u003d\"Open-auto-collect\"]"
+ },
+ {
+ "property": "clean-times",
+ "siid": 15,
+ "piid": 2,
+ "friendlyName": "Collect Dust - Clean Times",
+ "channel": "clean_times",
+ "type": "Number",
+ "stateDescription": {
+ "minimum": 1,
+ "maximum": 1000000,
+ "step": 1,
+ "pattern": "%.0f"
+ },
+ "refresh": true,
+ "actions": [
+ {
+ "command": "set_properties",
+ "parameterType": "STRING"
+ }
+ ]
+ },
+ {
+ "property": "dust-enable",
+ "siid": 15,
+ "piid": 3,
+ "friendlyName": "Collect Dust - Dust Enable",
+ "channel": "dust_enable",
+ "type": "Number",
+ "stateDescription": {
+ "readOnly": true,
+ "options": [
+ {
+ "value": "0",
+ "label": "Disable"
+ },
+ {
+ "value": "1",
+ "label": "Enable"
+ }
+ ]
+ },
+ "refresh": true,
+ "actions": [],
+ "readmeComment": "Value mapping [\"0\"\u003d\"Disable\",\"1\"\u003d\"Enable\"]"
+ }
+ ],
+ "experimental": false
+ }
+}