Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Hue LWB006 and Belkin Wemo bulbs #75

Merged
merged 16 commits into from
Aug 17, 2021
Binary file not shown.
10 changes: 10 additions & 0 deletions custom_components/powercalc/data/belkin/F7C033/model.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "WeMo smart LED bulb",
"standby_usage": 0.4,
"supported_modes": [
"lut"
],
"measure_method": "manual",
"measure_device": "RRPM02 (Model); 4897037690801 (Barcode); Reduction Revolution Plug-in Power Meter",
"measure_description": "Was not able to measure the standby usage, the value is assumed"
}
Binary file not shown.
10 changes: 10 additions & 0 deletions custom_components/powercalc/data/signify/LWB006/model.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "Hue White A60 E27 800lm",
"standby_usage": 0.4,
"supported_modes": [
"lut"
],
"measure_method": "manual",
"measure_device": "RRPM02 (Model); 4897037690801 (Barcode); Reduction Revolution Plug-in Power Meter",
"measure_description": "Was not able to measure the standby usage, the value is assumed. Two bulbs were measured and the higher reading at each dim setting (0-100) was used"
}