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

feature/LED1624G9 #451

Merged
merged 4 commits into from
Dec 28, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions custom_components/powercalc/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
"TRADFRI bulb E27 WS opal 980lm": "LED1545G12",
"TRADFRI bulb E27 WS clear 950lm": "LED1546G12",
"TRADFRI bulb E27 opal 1000lm": "LED1623G12",
"TRADFRI bulb E27 CWS opal 600lm": "LED1624G9",
"TRADFRI bulb E14 W op/ch 400lm": "LED1649C5",
"TRADFRI bulb GU10 W 400lm": "LED1650R5",
"TRADFRI bulb E27 WS opal 1000lm": "LED1732G11",
Expand Down
Binary file not shown.
Binary file not shown.
15 changes: 15 additions & 0 deletions custom_components/powercalc/data/ikea/LED1624G9/model.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"measure_description": "Measured with utils/measure script, manually added values approximately corresponding with xy_color: [0.458, 0.41]",
"measure_device": "Shelly 1PM",
"measure_method": "script",
"measure_settings": {
"SAMPLE_COUNT": 1,
"SLEEP_TIME": 2,
"VERSION": "v0.13.4"
},
"name": "TRADFRI bulb E27 CWS opal 600lm",
"standby_power": 0.48,
"supported_modes": [
"lut"
]
}