-
-
Notifications
You must be signed in to change notification settings - Fork 31
Power saving features
Davide Perini edited this page Jul 18, 2021
·
13 revisions
Luciferin
is able to detect inactivity on the LEDs strip, you can choose to turn off LEDs if there is no activity for the configured number of minutes.
There is one tiny controller for each LED on the LED strip, this means that the LED strip continue to consume power even when all the LEDs are powered off. A WS2812B LED strip with 300 LEDs consume up to 6W when all the LEDs are powered off.
Including a power relay can prevent this energy being wasted.
You have two options:
- Add a relay in the DC path after the LED's power supply.
- Add a relay in the AC path before the LED's power supply. You can still power the ESP via a USB cable using a separate power supply like a phone charger.
Luciferin
sends an HIGH signal to GPIO some milliseconds before the LEDs are turned on and a LOW signal some seconds after the LEDs are powered off.
- Relay is controlled via GPIO12 on ESP8266
- Relay is controlled via GPIO23 on ESP32
- Compatible hardware
- Official PCBs (with Case)
- RGB and RGBW support
- Supported GPIO and Baud Rate
- Device reset
- How to set up multiple monitors
- Power saving features
- Hardware button
- Surround lighting with satellites
- Color temperature and Gamma
- Color grading: HSL tuning
- Light effects
- Smoothing color transitions
- Aspect ratio
- Eye care and night mode
- Themes
- Profiles
- Group LEDs
- Test image and latency test
- Update management
- Static IP and auto discovery
- Tray icon shortcuts
- Linux support
- Using the Access Point
- Home Assistant integration