bramstroker / homeassistant-powercalc

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

Add Hue LTW015 #2241

Closed dxmnkd316 closed 1 month ago

dxmnkd316 commented 1 month ago

Device information

Philips Hue LTW015 - 75W White Ambiance A19 E26 https://www.philips-hue.com/en-us/p/hue-white-ambiance-a19---e26-smart-bulb---75-w/046677563233

Home Assistant Device information

Device info Hue ambiance lamp (LTW015) by Signify Netherlands B.V. Connected via [Hue Bridge] Firmware: 1.101.2

Checklist

Additional info

This is my first PR of a public repository on Github! Let me know if I've missed anything.

I was unable to successfully measure standby draw using the original measurement and could not get it to work with a pair of bulbs using the script. Following the measure script I plugged two different light fixtures, each with two LTW015 bulbs, and allowed the Eve to run for about 10 minutes with the bulbs on standby. The Eve registered 0.7 W for both sets of bulbs, hence the 0.35 W/bulb on standby.

There are a few errant readings on the list but I wasn't sure how to correct them. I originally tried deleting the rows in the CSV and reran the script It would either give me an error OR it would skip those settings altogether, hence the gaps. I was not able to rerun the script because it took several hours due to the Eve's slower response time even with the "force update" on HASS on. Happy to submit a bug report or feature request separately.

github-actions[bot] commented 1 month ago

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

Image

bramstroker commented 1 month ago

Thanks for your first PR! Everything looks fine to me. The visulalisations show a good pattern regarding the measurements. So let's mwerge.