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

Kelvin is turning on unassociated lights #94

Open
billyjanitsch opened this issue Aug 24, 2021 · 0 comments · May be fixed by #118
Open

Kelvin is turning on unassociated lights #94

billyjanitsch opened this issue Aug 24, 2021 · 0 comments · May be fixed by #118

Comments

@billyjanitsch
Copy link

Hi! I have one room with two devices (1 and 2) and one switch. In that room, I have a scene called Kelvin foo. The switch is configured to enable the Kelvin foo scene on first press. In the Hue app, I've configured that scene to turn on device 1 but not device 2.

Kelvin is configured with a single schedule associated with only device 1:

{
  "schedules": [
    {
      "name": "foo",
      "associatedDeviceIds": [1],
      "enableWhenLightsAppear": false
    }
  ]
}

Therefore, I'd expect that when everything is off and I press the switch, device 1 should turn on (and be controlled by Kelvin) and device 2 should stay off. Instead, both device 1 and device 2 turn on, and it appears that Kelvin permanently alters the Kelvin foo scene to turn on device 2.

(In case it's relevant, device 2 in my case happens to be a smart plug.)

This may or may not be related to #85.

P.S. Thanks so much for your work on this project! ❤️

@pokeylope pokeylope linked a pull request Aug 27, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant