-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
⬆️ Update Powercalc integration to v1.9.9
- Loading branch information
1 parent
6712da5
commit d530ab9
Showing
15 changed files
with
90 additions
and
16 deletions.
There are no files selected for viewing
Binary file added
BIN
+4.42 KB
custom_components/powercalc/data/3a smarthome/LXN60-LS27-Z30/color_temp.csv.gz
Binary file not shown.
Binary file added
BIN
+8.78 KB
custom_components/powercalc/data/3a smarthome/LXN60-LS27-Z30/hs.csv.gz
Binary file not shown.
13 changes: 13 additions & 0 deletions
13
custom_components/powercalc/data/3a smarthome/LXN60-LS27-Z30/model.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"measure_description": "Measured with utils/measure script", | ||
"measure_device": "TP-Link Tapo P110", | ||
"measure_method": "script", | ||
"measure_settings": { | ||
"SAMPLE_COUNT": 2, | ||
"SLEEP_TIME": 3, | ||
"VERSION": "v1.9.8:docker" | ||
}, | ||
"name": "Smart Nue ZigBee 9W RGBW downlight", | ||
"standby_power": 0.64, | ||
"calculation_strategy": "lut" | ||
} |
Binary file not shown.
16 changes: 16 additions & 0 deletions
16
custom_components/powercalc/data/ikea/LED2107C4/model.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"calculation_strategy": "lut", | ||
"measure_description": "Measured with utils/measure script; 2.99 Watts dummy load", | ||
"measure_device": "Shelly Plus Plug S", | ||
"measure_method": "script", | ||
"measure_settings": { | ||
"SAMPLE_COUNT": 5, | ||
"SLEEP_TIME": 3, | ||
"VERSION": "v1.9.5:docker" | ||
}, | ||
"name": "TRADFRI bulb E14 WS candle 470lm", | ||
"standby_power": 0.15, | ||
"aliases": [ | ||
"TRADFRI bulb E14 WS candle 470lm" | ||
] | ||
} |
2 changes: 1 addition & 1 deletion
2
custom_components/powercalc/data/manufacturer_device_types.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"neo-coolcam": ["smart_switch"], "sonoff": ["light", "smart_switch"], "blitzwolf": ["smart_switch"], "zipato": ["light"], "lifx": ["light"], "paulmann licht": ["light"], "malmbergs": ["light"], "nous": ["smart_switch"], "fibaro": ["smart_switch"], "qubino": ["smart_switch"], "trust": ["light"], "apple": ["smart_speaker"], "lexman": ["light"], "3a smarthome": ["light"], "avm": ["smart_switch", "light", "network"], "gledopto": ["light"], "ynoa": ["light"], "bose": ["smart_speaker"], "mueller-licht": ["light"], "cree": ["light"], "elgato": ["light"], "genio": ["light"], "oz smart things": ["light"], "ge": ["light"], "athom": ["light"], "zengge": ["light"], "shelly": ["smart_switch"], "nodon": ["smart_switch"], "eufy": ["camera"], "greenwave": ["smart_switch"], "lenovo": ["smart_speaker"], "osram": ["light", "smart_switch"], "meross": ["light"], "lidl": ["light"], "belkin": ["light"], "signify": ["light", "smart_switch"], "innr": ["light", "smart_switch"], "ledvance": ["light"], "zemismart": ["light"], "melitec": ["light"], "aqara": ["light"], "yeelight": ["light"], "google": ["smart_speaker"], "denon": ["smart_speaker"], "sonos": ["smart_speaker"], "harman kardon": ["smart_speaker"], "govee": ["light"], "tp-link": ["smart_switch", "light"], "arlec": ["smart_switch", "light"], "linkind": ["light"], "ajax online": ["light"], "bosch": ["smart_switch"], "rye": ["light"], "ikea": ["light", "smart_switch"], "teckin": ["light"], "tuya": ["smart_switch", "light"], "amazon": ["smart_speaker"], "wiz": ["light"], "anko": ["light"], "everspring": ["smart_switch"]} | ||
{"neo-coolcam": ["smart_switch"], "zemismart": ["light"], "zengge": ["light"], "qubino": ["smart_switch"], "elgato": ["light"], "3a smarthome": ["light"], "sonoff": ["smart_switch", "light"], "rye": ["light"], "signify": ["light", "smart_switch"], "apple": ["smart_speaker"], "everspring": ["smart_switch"], "greenwave": ["smart_switch"], "ge": ["light"], "mueller-licht": ["light"], "oz smart things": ["light"], "aqara": ["light"], "ledvance": ["light"], "denon": ["smart_speaker"], "govee": ["light"], "lenovo": ["smart_speaker"], "genio": ["light"], "meross": ["light"], "ikea": ["light", "smart_switch"], "athom": ["light"], "melitec": ["light"], "sonos": ["smart_speaker"], "ajax online": ["light"], "yeelight": ["light"], "paulmann licht": ["light"], "arlec": ["smart_switch", "light"], "lidl": ["light"], "zipato": ["light"], "trust": ["light"], "fibaro": ["smart_switch"], "tp-link": ["light", "smart_switch"], "lifx": ["light"], "harman kardon": ["smart_speaker"], "blitzwolf": ["smart_switch"], "lexman": ["light"], "belkin": ["light"], "ynoa": ["light"], "google": ["smart_speaker"], "teckin": ["light"], "anko": ["light"], "linkind": ["light"], "bosch": ["smart_switch"], "innr": ["light", "smart_switch"], "amazon": ["smart_speaker"], "nous": ["smart_switch"], "cree": ["light"], "tuya": ["light", "smart_switch"], "wiz": ["light"], "osram": ["light", "smart_switch"], "avm": ["smart_switch", "light", "network"], "gledopto": ["light"], "shelly": ["smart_switch"], "nodon": ["smart_switch"], "eufy": ["camera"], "malmbergs": ["light"], "bose": ["smart_speaker"]} |
Binary file not shown.
13 changes: 13 additions & 0 deletions
13
custom_components/powercalc/data/osram/AB401130055/model.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": "Shelly Plus 1PM", | ||
"measure_method": "script", | ||
"measure_settings": { | ||
"SAMPLE_COUNT": 2, | ||
"SLEEP_TIME": 3, | ||
"VERSION": "v1.9.8:docker" | ||
}, | ||
"name": "LIGHTIFY Surface Light LED Tunable White", | ||
"standby_power": 0.4 | ||
} |
Binary file not shown.
Binary file not shown.
14 changes: 14 additions & 0 deletions
14
custom_components/powercalc/data/signify/1745630P7/model.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"calculation_strategy": "lut", | ||
"measure_description": "Measured with utils/measure script", | ||
"measure_device": "Shelly Plug S", | ||
"measure_method": "script", | ||
"measure_settings": { | ||
"SAMPLE_COUNT": 2, | ||
"SLEEP_TIME": 3, | ||
"VERSION": "v1.9.6:docker" | ||
}, | ||
"name": "1745630P7", | ||
"standby_power": 0.27, | ||
"device_type": "light" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,5 +22,5 @@ | |
"requirements": [ | ||
"numpy>=1.21.1" | ||
], | ||
"version": "v1.9.7" | ||
"version": "v1.9.9" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters