Replies: 4 comments 8 replies
-
There are multiple people using the LIDL lights, so it would be very nice to get them supported for the LUT mode.
There are no really strict rules about the granularity but with the default settings in the automatic measure script it will take the following amount of measurements. It's recommended to use this amount of measurements, because we try to be as precise as possible. It's only a one time effort to create the LUT files.
Almost all of the lights we measured didn't have really linear characteristics. I have seen some graphs of @nepozs proving this. Maybe he can share here.
See this chapter https://github.com/bramstroker/homeassistant-powercalc#lut-data-files, there is an explanation about the hue and sat ranges.
Which power meter did you use to measure the power? Most cheap power meters are very inaccurate or even incapable to measure very low current. So maybe you have inaccurate readings. Are you able to reproduce this when taking multiple measurements? |
Beta Was this translation helpful? Give feedback.
-
One more comment regarding the drop for low intensities: I did notice that the power factor changes from 1.0 to somewhere near 0.5 - that could be an explanation for the drop seen at low intensities. |
Beta Was this translation helpful? Give feedback.
-
@bennop (I've had only RGBW Livarno models in the past, but all of them I returned to the shop and it was before homeassistant-powercalc project started, so there are no measurements) Some words about linearity - most smart-bulbs work non-linear (in reality most of that non-linear characteristic is really "artificial" non-linearity created in design phase to form desired light characteristic, so it can have shape of polygonal chain, because it is created from line segments, but changing power factor can also mold it, so resultant shape is just non-linear). BUT in case of Tuya-based lights it could be almost linear, as Tuya based products are designed to be cheapest in production. example of non-linearity: #124
Maybe it is declared accuracy, because on the picture I see, that yours power meter has resolution 0,01W @bramstroker I've also thought about of possibility to linear estimate characteristics using polygonal chain - 5-6 line segments for brightness should be sufficient for any existing model (but it is so simple for brightness only, because CCT and RGB/RGBW lights should use correction factors as well, because efficiency of different monochromatic LEDs are different, and efficiency of cold-white and warm-white also are different). Some words about manual measure - in my opinion it is really possible only for brightness-only models (as 100 points is doable - I've measured "by hand" some models in that way). |
Beta Was this translation helpful? Give feedback.
-
Better example of artificial non-linearity |
Beta Was this translation helpful? Give feedback.
-
Thought I'd contribute by measuring one - maybe later some - of my bulbs.
As I don't have one of the supported devices I did a manual measurement of a Lidl/Livarno GU10 CCT/Color device.
Looking at the provided files I'm not quite clear on what granularity is required. So here some questions before I proceed:
For CCT I find pretty good linearity of wattage vs. brightness and almost no variation with color temperature so I'd think brightness values of 1 and 255 and mireds of 153 and 500 would make up a minimal table (2x2) from which all the other values can be interpolated.
For color it seems the R, G, and B are linear in themselves so I would do that with some more intermediate points.
At what hue values should the values be taken (actually how is hue encoded - seems like a 16bit integer)?
How many sat values are needed?
Benno
PS: Interestingly, I also find that power consumption is lower in low intensity color setting than in standby - suggesting to keep the light on for power savings. Do others see that, too?
Beta Was this translation helpful? Give feedback.
All reactions