-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
Description
Expected Behavior
Just wanting to know why there are 2 "Home" check boxes and what each do (labeled Vacuum and Vacuum1 while I figure what each does)? Enabling each provides a switch into HomeKit and flipping them starts the vacuum upCurrent Behavior
Steps to Reproduce (for bugs)
Versions
- HOOBS: 4.2.8
- Homebridge: 1.5.0
- Node: 16.19.0
- Plugin: 1.4.0
Configuration
{
"accessories": [
{
"name": "Roomba2",
"model": "Roomba j8+",
"ipaddress": "192.168.1.62",
"dockContactSensor": true,
"runningContactSensor": true,
"binContactSensor": true,
"dockingContactSensor": true,
"homeSwitch": true,
"stopBehaviour": "home",
"accessory": "Roomba2",
"plugin_map": {
"plugin_name": "homebridge-roomba2"
},
"blid": "blobbleepbloob",
"robotpwd": "bleepbloopblerp"
}
]
}
Homebridge Log / Command Output