[miio] additional vacuum channels for advanced rules (#10180)
* [miio] add feature channels * [miio] additional vacuum channels for advanced rules * [miio] update readme Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
This commit is contained in:
@@ -2663,7 +2663,7 @@ e.g. `openhab:send actionCommand 'upd_timer["1498595904821", "on"]'` would enabl
|
||||
|----------------------|----------------------|------------------------------------------|------------|
|
||||
| power | Switch | Power | |
|
||||
| brightness | Dimmer | Brightness | |
|
||||
| ambientBrightness | Number | Ambient Brightness | |
|
||||
| ambientBrightness | Dimmer | Ambient Brightness | |
|
||||
| delayoff | Number:Time | Shutdown Timer | |
|
||||
| colorTemperature | Number | Color Temperature | |
|
||||
| colorMode | Number | Color Mode | |
|
||||
@@ -2759,7 +2759,7 @@ e.g. `openhab:send actionCommand 'upd_timer["1498595904821", "on"]'` would enabl
|
||||
|----------------------|----------------------|------------------------------------------|------------|
|
||||
| power | Switch | Power | |
|
||||
| brightness | Dimmer | Brightness | |
|
||||
| ambientBrightness | Number | Ambient Brightness | |
|
||||
| ambientBrightness | Dimmer | Ambient Brightness | |
|
||||
| delayoff | Number:Time | Shutdown Timer | |
|
||||
| colorTemperature | Number | Color Temperature | |
|
||||
| colorMode | Number | Color Mode | |
|
||||
@@ -4543,8 +4543,20 @@ Image map "Cleaning Map" (gVacLast) {channel="miio:vacuum:034F0E45:cleaning#map"
|
||||
|
||||
Note: cleaning map is only available with cloud access.
|
||||
|
||||
Additionally depending on the capabilities of your robot vacuum other channels may be enabled at runtime
|
||||
There are several advanced channels, which may be useful in rules (e.g. for individual room cleaning etc)
|
||||
In case your vacuum does not support one of these commands, it will show "unsupported_method" for string channels or no value for numeric channels.
|
||||
|
||||
| Type | Channel | Description |
|
||||
|---------|-----------------------------------|----------------------------|
|
||||
| Number | status#segment_status | Segment Status |
|
||||
| Number | status#map_status | Map Box Status |
|
||||
| Number | status#led_status | Led Box Status |
|
||||
| String | info#carpet_mode | Carpet Mode details |
|
||||
| String | info#fw_features | Firmware Features |
|
||||
| String | info#room_mapping | Room Mapping details |
|
||||
| String | info#multi_maps_list | Maps Listing details |
|
||||
|
||||
Additionally depending on the capabilities of your robot vacuum other channels may be enabled at runtime
|
||||
|
||||
| Type | Channel | Description |
|
||||
|---------|-----------------------------------|----------------------------|
|
||||
@@ -7155,7 +7167,7 @@ note: Autogenerated example. Replace the id (light) in the channel with your own
|
||||
Group G_light "Yeelight LED Ceiling Light" <status>
|
||||
Switch power "Power" (G_light) {channel="miio:basic:light:power"}
|
||||
Dimmer brightness "Brightness" (G_light) {channel="miio:basic:light:brightness"}
|
||||
Number ambientBrightness "Ambient Brightness" (G_light) {channel="miio:basic:light:ambientBrightness"}
|
||||
Dimmer ambientBrightness "Ambient Brightness" (G_light) {channel="miio:basic:light:ambientBrightness"}
|
||||
Number:Time delayoff "Shutdown Timer" (G_light) {channel="miio:basic:light:delayoff"}
|
||||
Number colorTemperature "Color Temperature" (G_light) {channel="miio:basic:light:colorTemperature"}
|
||||
Number colorMode "Color Mode" (G_light) {channel="miio:basic:light:colorMode"}
|
||||
@@ -7272,7 +7284,7 @@ note: Autogenerated example. Replace the id (light) in the channel with your own
|
||||
Group G_light "Yeelight Crystal Pendant Lamp" <status>
|
||||
Switch power "Power" (G_light) {channel="miio:basic:light:power"}
|
||||
Dimmer brightness "Brightness" (G_light) {channel="miio:basic:light:brightness"}
|
||||
Number ambientBrightness "Ambient Brightness" (G_light) {channel="miio:basic:light:ambientBrightness"}
|
||||
Dimmer ambientBrightness "Ambient Brightness" (G_light) {channel="miio:basic:light:ambientBrightness"}
|
||||
Number:Time delayoff "Shutdown Timer" (G_light) {channel="miio:basic:light:delayoff"}
|
||||
Number colorTemperature "Color Temperature" (G_light) {channel="miio:basic:light:colorTemperature"}
|
||||
Number colorMode "Color Mode" (G_light) {channel="miio:basic:light:colorMode"}
|
||||
|
||||
Reference in New Issue
Block a user