homebridge-plugins / homebridge-roomba2

Homebridge plugin to connect iRobot Roomba devices with Homebridge/HomeKit.
MIT License
145 stars 17 forks source link

Question on the "Home" switch options in configuration #131

Open recoi1er opened 1 year ago

recoi1er commented 1 year ago

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 up ### Current Behavior

Steps to Reproduce (for bugs)

Versions

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

2023-01-16_20-18-56

LittleLittleCloud commented 1 year ago

set HomeSwitch to false help me reduce dup switch (although doesn't know why)