8caeddde15
A lot of spelling corrections. Now repo will sound like educated person :) Co-authored-by: Bill Thomson <bt@kattt.org>
15 lines
944 B
Markdown
15 lines
944 B
Markdown
### Stairway lighting
|
|
|
|
Quick usermod to accomplish something similar to [this video](https://www.youtube.com/watch?v=NHkju5ncC4A).
|
|
|
|
This usermod enables you to add a lightstrip alongside or on the steps of a staircase.
|
|
When the `userVar0` variable is set, the LEDs will gradually turn on in a Wipe effect.
|
|
Both directions are supported by setting userVar0 to 1 and 2, respectively (HTTP API commands `U0=1` and `U0=2`).
|
|
|
|
After the Wipe is complete, the light will either stay on (Solid effect) indefinitely or extinguish after `userVar1` seconds have elapsed.
|
|
If userVar0 is updated (e.g. by triggering a second sensor) the light will fade slowly until it's off.
|
|
This could be extended to also run a Wipe effect in reverse order to turn the LEDs off.
|
|
|
|
This is just a basic version to accomplish this using HTTP API calls `U0` and `U1` and/or macros.
|
|
It should be easy to adapt this code to interface with motion sensors or other input devices.
|