Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Three-prong switch operation issues #258

Open
BBangSik opened this issue May 22, 2024 · 0 comments
Open

Three-prong switch operation issues #258

BBangSik opened this issue May 22, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@BBangSik
Copy link

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:

  • Plugin Version: 1.5.21
  • Homebridge Version: 1.8.2
  • Node.js Version: 20.13.1
  • NPM Version:
  • Operating System: Debian 12
@BBangSik BBangSik added the bug Something isn't working label May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant