Skip to content

Commit

Permalink
Add power measure data for Yeelight YLDP02YL and Osram PAR16 (#1828)
Browse files Browse the repository at this point in the history
* Add Yeelight YLDP02YL

* Add osram PAR16 50 TW
  • Loading branch information
hekm77 authored Aug 17, 2023
1 parent 7ecf309 commit 3416508
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 0 deletions.
Binary file not shown.
13 changes: 13 additions & 0 deletions custom_components/powercalc/data/osram/PAR16 50 TW/model.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"calculation_strategy": "lut",
"measure_description": "Measured with utils/measure script",
"measure_device": "TP-Link Tapo P115",
"measure_method": "script",
"measure_settings": {
"SAMPLE_COUNT": 2,
"SLEEP_TIME": 3,
"VERSION": "master"
},
"name": "Osram LIGHTIFY 6W GU10",
"standby_power": 0.3
}
Binary file not shown.
Binary file not shown.
13 changes: 13 additions & 0 deletions custom_components/powercalc/data/yeelight/YLDP02YL/model.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"calculation_strategy": "lut",
"measure_description": "Measured with utils/measure script",
"measure_device": "TP-Link Tapo P115",
"measure_method": "script",
"measure_settings": {
"SAMPLE_COUNT": 2,
"SLEEP_TIME": 3,
"VERSION": "master"
},
"name": "Yeelight RGBW E27 Smart LED Bulb",
"standby_power": 1.29
}

0 comments on commit 3416508

Please sign in to comment.