Bumped version to v0.7.0-beta.4
This commit is contained in:
parent
139f415a42
commit
e49b4af85a
36
README.md
36
README.md
@ -14,16 +14,20 @@ Feel free to leave any feedback [here](https://github.com/naofireblade/homebridg
|
|||||||
## Features
|
## Features
|
||||||
|
|
||||||
- Start and pause cleaning
|
- Start and pause cleaning
|
||||||
|
- Eco mode
|
||||||
|
- Extra care navigation
|
||||||
|
- Nogo lines
|
||||||
|
- Zone cleaning
|
||||||
- Return to dock
|
- Return to dock
|
||||||
- Scheduling
|
- Find the robot
|
||||||
- Eco mode
|
- Enable/Disable the schedule
|
||||||
- Extra care navigation
|
- Robot information
|
||||||
- Nogo lines
|
- battery level
|
||||||
- Zone cleaning
|
- charging state
|
||||||
- Get battery info
|
- dock occupancy
|
||||||
- Get dock info
|
- model and firmware version
|
||||||
- Periodic refresh of robot state
|
- Automatic and periodic refresh for notifications
|
||||||
- Support for multiple robots
|
- Multiple robots
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
@ -52,9 +56,9 @@ Add the following information to your config file. Change the values for email a
|
|||||||
|
|
||||||
The following config contains advanced optional settings.
|
The following config contains advanced optional settings.
|
||||||
|
|
||||||
The parameter **refresh** sets an interval in seconds that is used to update the robot state in the background. This is only required for automations based on the robot state. The default value is `auto` which means that the update is automatically enabled while cleaning and disabled while not cleaning. You can set a value in seconds e.g. `120` to enable background updates even when the robot is not cleaning. You can also disable background updates completely by setting the value `0`. This might be required if you experience timeouts in the app because you have other home automation apps that are connected to your robot.
|
The parameter **refresh** is default set to auto and updates the robot state when the cleaning was started via homekit so that you can activate automations after the cleaning is done. If you want to get robot state updates after starting the cleaning from the neato app or a schedule, you have to set refresh to a static value in seconds e.g. `120`. You can disable background updates completely by setting this to `0`.
|
||||||
|
|
||||||
The parameter **disabled** accepts a list of switches/sensors that can be disabled in the neato homekit plugin (e.g. dock, dockstate, eco, schedule).
|
The parameter **disabled** accepts a list of switches/sensors that can be disabled in the neato homekit plugin (e.g. `dock`, `dockstate`, `eco`, `schedule`, `find`).
|
||||||
|
|
||||||
```json
|
```json
|
||||||
"platforms": [
|
"platforms": [
|
||||||
@ -70,16 +74,16 @@ The parameter **disabled** accepts a list of switches/sensors that can be disabl
|
|||||||
|
|
||||||
## Tested robots
|
## Tested robots
|
||||||
|
|
||||||
- BotVac Connected (Firmware 2.2.0)
|
- BotVac Connected
|
||||||
- BotVac D3 Connected
|
- BotVac D3 Connected
|
||||||
- BotVac D5 Connected (Firmware 4.0.0, 4.3.0)
|
- BotVac D4 Connected
|
||||||
|
- BotVac D5 Connected
|
||||||
|
- BotVac D6 Connected
|
||||||
- BotVac D7 Connected
|
- BotVac D7 Connected
|
||||||
|
|
||||||
The plugin should work with D4 and D6 as well. If you have connected neato robot, please [tell me](https://github.com/naofireblade/homebridge-neato/issues) about your experience with this plugin.
|
|
||||||
|
|
||||||
## Contributors
|
## Contributors
|
||||||
Many thanks go to
|
Many thanks go to
|
||||||
- [ghulands](https://github.com/ghulands) for finding and fixing a bug when no robot is associated with the neato account
|
- [ghulands](https://github.com/ghulands) for finding and fixing a bug when no robot is associated with the neato account
|
||||||
- [Berkay](https://github.com/btutal) for adding the schema file to use the plugin with homebridge-config-ui-x
|
- [Berkay](https://github.com/btutal) for adding the schema file to use the plugin with homebridge-config-ui-x
|
||||||
- [Antoine de Maleprade](https://github.com/az0uz) for adding the zone cleaning feature
|
- [Antoine de Maleprade](https://github.com/az0uz) for adding the zone cleaning feature
|
||||||
- [DJay](https://github.com/DJay-X) for testing new beta versions
|
- [DJay](https://github.com/DJay-X) for testing out new beta versions
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "homebridge-neato",
|
"name": "homebridge-neato",
|
||||||
"version": "0.7.0-beta.3",
|
"version": "0.7.0-beta.4",
|
||||||
"description": "A Neato vacuum robot plugin for homebridge.",
|
"description": "A Neato vacuum robot plugin for homebridge.",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
Loading…
Reference in New Issue
Block a user