Skip to content

Commit

Permalink
Added 2 Ikea models (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
nepozs committed Jun 28, 2021
1 parent 4392f25 commit c058826
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,8 @@ I am using the "Shelly Plug S"

### Supported models
- Ikea LED1623G12 (brightness)
- Ikea LED1649C5 (brightness)
- Ikea LED1650R5 (brightness)
- innr RB175W (brightness)
- innr RS125 (brightness)
- Signify LCA001 (hs and color_temp)
Expand Down
6 changes: 5 additions & 1 deletion custom_components/powercalc/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,9 @@
}

MODEL_DIRECTORY_MAPPING = {
"IKEA of Sweden": {"TRADFRI bulb E14 W op/ch 400lm": "LED1649C5"},
"IKEA of Sweden": {
"TRADFRI bulb E27 opal 1000lm": "LED1623G12",
"TRADFRI bulb E14 W op/ch 400lm": "LED1649C5",
"TRADFRI bulb GU10 W 400lm": "LED1650R5",
}
}
Binary file not shown.
7 changes: 7 additions & 0 deletions custom_components/powercalc/data/ikea/LED1649C5/model.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "TRADFRI bulb E14 W op/ch 400lm LED1649C5",
"standby_usage": 0.40,
"supported_modes": [
"lut"
]
}
Binary file not shown.
7 changes: 7 additions & 0 deletions custom_components/powercalc/data/ikea/LED1650R5/model.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "TRADFRI bulb GU10 W 400lm LED1650R5",
"standby_usage": 0.38,
"supported_modes": [
"lut"
]
}

0 comments on commit c058826

Please sign in to comment.