Introduction: WS2812B Reducing Power Consumption.

The drivers on WS2812B addressable neopixels are drawing current even when the neopixels are off, set to color 0 (no neopixels elements lit).
Under 1 milliamp per pixel, but with lots of pixels this could add up. It's also not so much compared to the current when they're active but certainly a major concern for a battery powered device.

Step 1: WS2812B Reducing Power Consumption.

I use the circuit in my Rainbow Word Clock. https://www.instructables.com/id/Rainbow-Letter-C... It contains 168 neopixels and I measure 169 mA to the neopixels when they are all out. The neopixels are turned on by a radar sensor. As long as someone is around, the clock is on. Assuming that the clock is off 12 hours a day, total shutdown then saves: 5 (Volt power supply) * 169/1000 (Miliampere / 1000 = Ampere) * 12 (Number of hours per day) * 365 (Number of days in a year) = 3701 Watt hours. So on an annual basis 3.7 Kwh.

I agree, it's not much in itself, but many small ones make a big one.

The circuit is simple. The plus of the power supply is switched by a P-channel MosFet. I have put two MosFet parrelel to keep the ON resistance as low as possible due to loss of the MosFets. In normal use I measure 4.5 mili volts over the MosFets. The gate is controlled by an output from the Arduino via a 470 ohm resistor. If the output goes to low (0) digitally, the neopixels are on and at a high (1) they are off.