Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
avgays committed Mar 15, 2019
1 parent c0f28d4 commit 0365908
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,12 +123,16 @@ Now go to **Setup** -> **Hardware** in your Domoticz interface and add type with
| Data Timeout | Keep Disabled |
| MIIOServer IP Address: | by default 127.0.0.1 |
| MIIOServer Port: | by default 22222 |
| Zones: | JSON ```{"10":["bedroom",[[23700,24900,30300,28700,1]]], "20":["kitchen", [[17800,27800,22400,31000,1]]]}``` Level, Zone name, 4 Zone coordinates, times to repeat |
| Targets: | JSON ```{"10":["Target",[21700,27400]]}``` Level, Target name, Target coordinates |
| Zones: | JSON eg ```{"10":["bedroom",[[23700,24900,30300,28700,1]]], "20":["kitchen", [[17800,27800,22400,31000,1]]]}``` Level, Zone name, 4 Zone coordinates, times to repeat |
| Targets: | JSON eg ```{"10":["Target",[21700,27400]]}``` Level, Target name, Target coordinates |
| Update interval | In seconds, this determines with which interval the plugin polls the status of Vacuum. Suggested is no lower then 5 sec due timeout in python-mirobo lib, but you can try any. |
| Fan Level Type | ```Standard``` - standard set of buttons (values supported by MiHome); ```Slider``` - allow to set custom values, up to 100 (in standard Max=90) (values not supported by MiHome) |
| Debug | When set to true the plugin shows additional information in the Domoticz log |

##How to find zone cordinates

Check the [instruction](https://www.npmjs.com/package/homebridge-xiaomi-roborock-vacuum-zones)

After clicking on the Add button the new devices are available in **Setup** -> **Devices**.

If you want to change ```Fan Level Type``` just disable hardware, update type and enable again. Old device can be deleted manually in Devices menu.
Expand Down

0 comments on commit 0365908

Please sign in to comment.