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

Guide Pixels and LDR Sensor Module #3056

Closed
SB-London opened this issue Jan 27, 2023 · 3 comments
Closed

Guide Pixels and LDR Sensor Module #3056

SB-London opened this issue Jan 27, 2023 · 3 comments
Labels
enhancement usermod usermod related

Comments

@SB-London
Copy link

Is your feature request related to a problem? Please describe.

  1. Living in the UK, it is common to have darkness in the house in the middle of the day and have plenty of brightness at 9PM in the summer days. Having stairs module be enabled at a scheduled time isn't feasible.
  2. Getting to stairs at night can be difficult unless you turn lights on or have some night night.
  3. PIR sensors can be blocked. It is common for people to hang coats and jackets on the stairs bannister. This would block the PIR sensor from working.

Describe the solution you'd like

  1. Implement LDR module integration so that stairs lights only come on when it is dark regardless of the time of the day.

  2. Implement pilot pixels. First LEDs on the top and bottoms stairs to remain on with random solid colour to enable walking in the dark to approach the stairs. Pilot LEDs can be an option so if a user does not want, they can leave it disabled. (They do help, I'm can vouch for that🤣)

  3. Implement Microwave Sensor so that these can be used instead of PIR (typically at the bottom of the stairs). This will go through clothes etc to trigger lights.

Describe alternatives you've considered
I have all of these options implemented using an Arduino and custom coding but being able to use wled would be great as it has many lovely effects.

In Arduino, I was able to replace a PIR sensor with a microwave sensor module without any changes to code.

Thanks

@softhack007 softhack007 added the usermod usermod related label Jan 27, 2023
@blazoncek
Copy link
Collaborator

Just create a usermod if you have your code written for Arduino.
There are plenty of usermods available as examples, including usermods for LDR and unltrasonic (ToF) sensors.

You can implement 2) with clever ledmaps and segments.

Please check KB and/or join WLED forum or Discord for further help and support.

@SB-London
Copy link
Author

Thanks. I'm not much good with code but I'll take a look at it.

@blazoncek
Copy link
Collaborator

Related to #857 implemented in #3490.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement usermod usermod related
Projects
None yet
Development

No branches or pull requests

3 participants