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

New Staircase usermod with position measurements #3794

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

danielBreitlauch
Copy link

This is a user-mod for illuminating staircases. There is already one such user-mod but this one uses a ultrasound sensor to measure the position of a person walking the stairs.
Then only the path walked + some stairs ahead are turned on. This may help to not get blinded by turning on all lights ahead.
The important settings are all editable from the webUI but I guess this can also help others to build something similar.

Lmk what you guys think.

@softhack007 softhack007 added the usermod usermod related label Mar 16, 2024
@blazoncek
Copy link
Collaborator

Thanks for the effort and contribution.

As I am not the user of staircase usermods (there are currently two of them) I may not know every desire people may have with such usermod.
AFAIK the Animated Staircase usermods also uses ultrasonic sensors as well as PIR sensors for activation. How come you didn't modify the existing one? It may be difficult to justify yet another staircase usermod if there are no mayor differences between them.

@danielBreitlauch
Copy link
Author

I started out just modifying the existing one but then realized it is too different what they do.
The existing usermod uses either PIR or ultrasound sensors to trigger an animation. My usermod uses PIR for triggering the animation and additionally an ultrasound sensor to measure the position of someone walking on the stairs.
On the existing mod every stair is activated by time. On my mod every stair is activated if the person is standing on it.

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

Successfully merging this pull request may close these issues.

None yet

3 participants