@@ -67,24 +67,25 @@ configure your accessory using JSON:
67
67
"ipaddress" : " 192.168.x.xxx" ,
68
68
"dockContactSensor" : true ,
69
69
"runningContactSensor" : true ,
70
- "binContactSensor" : true
70
+ "binContactSensor" : true ,
71
+ "dockOnStop" : true
71
72
}
72
73
```
73
74
74
- | Key| Description|
75
- | ---| -----------|
76
- | ` accessory ` | Loads this plugin. Must be set to ` Roomba2 ` |
77
- | ` name ` | The name of your Roomb as it should appear in Homebridge and HomeKit|
78
- | ` model ` | The model of your Roomba as you'd like it to appear in HomeKit|
79
- | ` serialnum ` | The serial number as you'd like it to appear in HomeKit|
80
- | ` blid ` | The ` blid ` of your Roomba, obtained during setup|
81
- | ` robotpwd ` | The password for your Roomba, obtained during setup|
82
- | ` ipaddress ` | The IP address of your Roomba on your network|
83
- | ` dockContactSensor ` | Add a contact sensor to HomeKit that's _ closed_ when Roomba is docked|
84
- | ` runningContactSensor ` | Add a contact sensor to HomeKit that's _ open_ when Roomba is running|
85
- | ` binContactSensor ` | Add a contact sensor to HomeKit that's _ open_ when Roomba's bin is full|
86
- | ` dockingContactSensor ` | Add a contact sensor to HomeKit that's _ open_ when Roomba is docking|
87
- | ` noDockOnStop ` | Do not send home when stopped|
75
+ | Key| Description| Default Value |
76
+ | ---| -----------| --- |
77
+ | ` accessory ` | Loads this plugin. Must be set to ` Roomba2 ` ||
78
+ | ` name ` | The name of your Roomb as it should appear in Homebridge and HomeKit||
79
+ | ` model ` | The model of your Roomba as you'd like it to appear in HomeKit||
80
+ | ` serialnum ` | The serial number as you'd like it to appear in HomeKit||
81
+ | ` blid ` | The ` blid ` of your Roomba, obtained during setup||
82
+ | ` robotpwd ` | The password for your Roomba, obtained during setup||
83
+ | ` ipaddress ` | The [ IP address] ( #troubleshooting ) of your Roomba on your network| |
84
+ | ` dockContactSensor ` | Add a contact sensor to HomeKit that's _ closed_ when Roomba is docked| ` true ` |
85
+ | ` runningContactSensor ` | Add a contact sensor to HomeKit that's _ open_ when Roomba is running| ` false ` |
86
+ | ` binContactSensor ` | Add a contact sensor to HomeKit that's _ open_ when Roomba's bin is full| ` false ` |
87
+ | ` dockingContactSensor ` | Add a contact sensor to HomeKit that's _ open_ when Roomba is docking| ` false ` |
88
+ | ` dockOnStop ` | Send home to dock when stopped| ` true ` |
88
89
89
90
### Deprecated configuration
90
91
0 commit comments