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

Craft room motion sensors rule #1

Open
mschwartz opened this issue Dec 30, 2021 · 1 comment
Open

Craft room motion sensors rule #1

mschwartz opened this issue Dec 30, 2021 · 1 comment

Comments

@mschwartz
Copy link
Contributor

Logic to turn on and off light based upon motion.

This is not so simple. We don't want to turn on the light if someone is sitting at the desk working. We don't want to turn off the light if someone has manually turned it on, except when away.

Turn on rules:

  • If away and then motion is detected (as in entering the room)
  • If away and lock is unlocked
  • If home and no motion for a long time
  • leave on if manually turned on

Turn off rules:

  • when away, turn off the lights
  • when no motion for a long time and lights are on
  • leave off if manually turned off
@mschwartz
Copy link
Contributor Author

Allow multiple sensors.

Use luminance values?

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

No branches or pull requests

1 participant