The unit itself will limit the current to 2 amps (regardless of the power supply used going into the box). The device will automatically lower the brightness if it exceeds 2A current draw. If you want to exceed this value, you would need to insert 12v power into the strip itself.
Here is the power usage on my LED strip using various colors at maximum brightness, measured with a kill-a-watt meter. The LED strip is 6 feet in length.
Yea it looks like 20W is the limit then, probably not suitable for my application I should have waited to see more user reports before buying these. I donāt think many people will use all the LEDās at once but I would have hoped it could at least support it at the standard length. Maybe thereās a firmware update in the future to allow a flag to allow this to jump up to 4-10A with a different supply
For power injection - its probably not a big deal to do it from the opposite end or to mockup a connector to allow it in-line but its my first addressable strip so im not sure how it would deal with on/off/brightness/etc. Got some reading to do on my end. I also havenāt used two power supplies before, always a single one
My apologies if this has been asked already, itās hard to search these on mobile. Just a couple of questionsā¦
I see that the maximum length is 8ft before lumen drop. Does that mean 8ft of lighted sections or 8ft total? Like, if I did 12ft of extension cords (no lights) and then 8ft of lights would I get full lumens?
Any plans for other 90 degree turn adapters, like if we wanted to lay the strip flat and go around a corner?
Whatās the status of the tariffs and pricing? Are prices still expected to go up this year?
I just tested 8 1ft sections and 1, 2, and 3 extensions (4, 8, 12ft)
On the default settings (WW, CW illuminated)
4ft - 95%
8ft - 95%
12ft - 90%, 95%. Sometimes it dimmed to 90, sometimes it didnāt
My big concern was the LEDās were probably only getting 10-11v after the extension but it looks ok. I think you would be fine so long as you used one white or the other, plus the RGB
FWIW - 8ft of extension plus 12ft of LED ran 65%, and so did 8+13.5ft for some reason, as well as 12+13.5 ft
@Eric_Inovelli Do you have any thoughts on the light output dropping and/or getting an injector option going? I know length output wasnāt a big part of the beta testing, but Iām guessing it came up in initial hardware testing?
Gave it a perfunctory test and it did not appear to work yet. I turned on the option, saved, set color and the strip turned on. I re-tested with a LZW42 to make sure I wasnāt forgetting how prestaging worked, and it works properly there.
I just sent a message to the manufacturer. I personally hadnāt tested for this and it never came up in beta testing to my knowledge. We were told weād have full output up to 16ft, so this is definitely news to me
We have a call with them tonight too if they donāt respond before.
I think this may be firmware related. I checked and we are only sending a setColor command which shouldnāt turn on the strip (unless the Z-Wave Alliance did something), but it is.
which doesnāt even work because itās beyond the highest allowable value.
EDIT: after further investigation, just using color temp instead of the color wheel is equal to the max that that field allows according to the docs. The max should be 4294967295.
EDIT 2: The docs are misleading. Off is not the first bit, the first bit is 0 = off 1 = solid. With that being saidā¦ The correct value for your inputs would be:
Thanks for the reply @petro! So it looks like I had two problems, as you point out:
Byte 1: I was using the equation given in the documentation for this (x/255*(6500-2700)+2700), which as you point out, is incorrect. Your equation works!
Byte 4: Looks like I needed 65 (64 + 1) rather than 9 (8 + 1).
Putting all of that together I calculate the same as you for static warm white: 1107233280, which I have also confirmed works.
Thanks also for putting the guide together - that is a great contribution!
or is it possible to achieve the pixel effect option 1 with blue? or red? or a custom color?
my second question is regarding the 4 foot extension cordsā¦ can these be cut and trimmed shorter? I really need like 4 inch extenders to get up and over the little humps under each cabinet in the kitchen.
Pixel Effect 1 is static, but it will display the last color you selected within the parent device. For example, turn on the parent LED strip and use the color wheel to set the color to red. Turning the child Pixel Effect 1,x will result in red. Go back to the parent object again and use the color wheel to set the color to yellow. Turn the same child object on and the strips will display yellow.
Option 46 is green/white. If you want a multi-color Aurora effect, you want 45:
Iām not sure about the extensions, but buying a 4ā extension for 4" seems like a waste. Iād just use a router to cut notches in the side panels. If you can solder, you can also lop the plastic connectors off and make the connections using 18 or 20 ga wire.
@nappyjim was talking about shortening an extension, so he should be able to coment.
I needed a longer extension but not 8 ft, so I used one 4ft and cut a second 4ft in half, re-soldered wires and taped em up.If I had to do it again, Iād buy some off those solder butt connectors that you just heat with a shrink gun.
The following effects used pre-set colors and can not be changed:
6,7,8,9,10,11,17,19,24,28,30,31,33,34,36,37,41,42,43,44,45
All other effects can be changed. How I personally do it (using HA and node red) is I created drop down menus for color and effect. So lets say I want effect 2 (blink) in red. Ill select red in my color drop down (strips change to solid red), I then select blink in the effect drop down (now I have the blink effect in red color).