iklein99 / homebridge-smartthings

This is a plugin to Homebridge to connect your Smartthings network into Apple Home Kit.
Apache License 2.0
150 stars 52 forks source link

Three-prong switch operation issues #258

Open BBangSik opened 1 month ago

BBangSik commented 1 month ago

Describe The Bug:

In Smartthings, there are four actions for this switch, including global on/off and individual control of each switch. In Smartthings, individual control of each switch is fine, but in the Apple Home app, when you operate an individual switch, the rest of the switches turn on and off with it.

To Reproduce:

Operate individual switches from the Apple Home app

Expected behavior:

Only the switches you manipulate should turn on and off

Logs:

No logs are written when switching on and off

Plugin Config:


{
    "name": "Smartthings Plug (IK)",
    "BaseURL": "https://api.smartthings.com/v1/",
    "AccessToken": "",
    "GarageDoorMaxPoll": 40,
    "PollLocksSeconds": 10,
    "PollDoorsSeconds": 10,
    "PollSensorsSeconds": 5,
    "PollSwitchesAndLightsSeconds": 10,
    "PollWindowShadesSeconds": 20,
    "ExposeHumiditySensorForAirConditioners": false,
    "OptionalModeForAirConditioners": "None",
    "IgnoreLocations": [
        "ooo"
    ],
    "IgnoreDevices": [
        "oo",
        "ooooo"
    ],
    "platform": "HomeBridgeSmartThings"
}

Screenshots: IMG_3433 IMG_3432

Environment: