bramstroker / homeassistant-powercalc

Custom component to calculate estimated power consumption of lights and other appliances
MIT License
956 stars 252 forks source link

Add Signify LCL002 #2307

Closed stuartp44 closed 3 months ago

stuartp44 commented 3 months ago

Device information

https://zigbee.blakadder.com/Philips_LCL002.html

Home Assistant Device information

Hue lightstrip outdoor (LCL002) by Signify Netherlands B.V. Connected via [Hue Bridge] Firmware: 1.116.3

Checklist

Additional info

The light was tested with its included PSU but I do know that this model of light can be used with larger PSU's and cables, so this will skew the results. I did notice in both times that the idle wattage was 0 and this created a error. I only have one of these so I cannot add anymore of the lights to get that figure!

github-actions[bot] commented 3 months ago

Thank you for submitting light measurements! Here are some visualizations for the CSV files.

Image Image

bramstroker commented 3 months ago

@stuartp44 Thanks for the PR. When you were unable to measure the idle power as it's too low to be picked up by your smart plug I suggest to set it similar to LCL002 (which we already have in library) which is 0.25W. That would be a good guesstimate.

It's actually perfect you used the included PSU as that's what most people would use. You might add a note to model.json using the config_flow_discovery_remarks property. That will show an extra note in the dialog when setting up the light when discovered in a users system.

stuartp44 commented 3 months ago

@bramstroker done both suggestions!