-
-
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.14
- Loading branch information
1 parent
d91edd0
commit 6decaa3
Showing
31 changed files
with
537 additions
and
247 deletions.
There are no files selected for viewing
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
14 changes: 14 additions & 0 deletions
14
custom_components/powercalc/data/aqara/lumi.plug.maeu01/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 @@ | ||
{ | ||
"measure_description": "Manually measured. Pictures in the Pull Request comments.", | ||
"measure_method": "manual", | ||
"measure_device": "Zhurui PR10", | ||
"name": "Aqara Smart Plug", | ||
"standby_power": 0.17, | ||
"standby_power_on": 0.46, | ||
"sensor_config": { | ||
"power_sensor_naming": "{} Device Power", | ||
"energy_sensor_naming": "{} Device Energy" | ||
}, | ||
"device_type": "smart_switch", | ||
"calculation_strategy": "fixed" | ||
} |
16 changes: 16 additions & 0 deletions
16
custom_components/powercalc/data/avm/FRITZ!DECT 210/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 @@ | ||
{ | ||
"measure_description": "Manually measured.", | ||
"measure_method": "manual", | ||
"measure_device": "Shelly Plus Plug S / AVM FRITZ!DECT 200", | ||
"name": "AVM Fritz!DECT 210", | ||
"standby_power": 0.35, | ||
"sensor_config": { | ||
"power_sensor_naming": "{} Device Power", | ||
"energy_sensor_naming": "{} Device Energy" | ||
}, | ||
"device_type": "smart_switch", | ||
"calculation_strategy": "fixed", | ||
"fixed_config": { | ||
"power": 1.10 | ||
} | ||
} |
15 changes: 15 additions & 0 deletions
15
custom_components/powercalc/data/avm/FRITZ!Repeater 1750E/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,15 @@ | ||
{ | ||
"measure_description": "Manually measured", | ||
"measure_method": "manual", | ||
"measure_device": "Shelly Plus Plug S / AVM FRITZ!DECT 200", | ||
"name": "FRITZ!Repeater 1750E", | ||
"sensor_config": { | ||
"power_sensor_naming": "{} Device Power", | ||
"energy_sensor_naming": "{} Device Energy" | ||
}, | ||
"device_type": "network", | ||
"calculation_strategy": "fixed", | ||
"fixed_config": { | ||
"power": 3.15 | ||
} | ||
} |
15 changes: 15 additions & 0 deletions
15
custom_components/powercalc/data/avm/FRITZ!Repeater 2400/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,15 @@ | ||
{ | ||
"measure_description": "Manually measured", | ||
"measure_method": "manual", | ||
"measure_device": "Shelly Plus Plug S", | ||
"name": "FRITZ!Repeater 2400", | ||
"sensor_config": { | ||
"power_sensor_naming": "{} Device Power", | ||
"energy_sensor_naming": "{} Device Energy" | ||
}, | ||
"device_type": "network", | ||
"calculation_strategy": "fixed", | ||
"fixed_config": { | ||
"power": 3.15 | ||
} | ||
} |
Binary file not shown.
Binary file not shown.
Binary file not shown.
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": "TP-Link, P110", | ||
"measure_method": "script", | ||
"measure_settings": { | ||
"SAMPLE_COUNT": 2, | ||
"SLEEP_TIME": 30, | ||
"VERSION": "v1.9.8:docker" | ||
}, | ||
"name": "Govee RGBICW Smart Corner Floor Lamp", | ||
"standby_power": 2.14 | ||
} |
Binary file not shown.
13 changes: 13 additions & 0 deletions
13
custom_components/powercalc/data/ikea/LED2201G8/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": "TP-Link HS110", | ||
"measure_method": "script", | ||
"measure_settings": { | ||
"SAMPLE_COUNT": 2, | ||
"SLEEP_TIME": 6, | ||
"VERSION": "v1.9.11:docker" | ||
}, | ||
"name": "TR\u00c5DFRI LED bulb E27 1055 lumen, smart wireless dimmable/white spectrum globe", | ||
"standby_power": 0.19 | ||
} |
6 changes: 3 additions & 3 deletions
6
custom_components/powercalc/data/ikea/TRADFRI control outlet/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
Binary file not shown.
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, PlusPlugS", | ||
"measure_method": "script", | ||
"measure_settings": { | ||
"SAMPLE_COUNT": 4, | ||
"SLEEP_TIME": 3, | ||
"VERSION": "v1.9.10:docker" | ||
}, | ||
"name": "RB 266 Smart Bulb White E27 780lm (2700K)", | ||
"standby_power": 0.31 | ||
} |
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,19 @@ | ||
{ | ||
"measure_description": "Manually measured", | ||
"measure_method": "manual", | ||
"measure_device": "Shelly Plus Plug S / AVM FRITZ!DECT 200", | ||
"name": "Innr Zigbee Smart Plug SP220", | ||
"standby_power": 0.50, | ||
"sensor_config": { | ||
"power_sensor_naming": "{} Device Power", | ||
"energy_sensor_naming": "{} Device Energy" | ||
}, | ||
"device_type": "smart_switch", | ||
"calculation_strategy": "fixed", | ||
"fixed_config": { | ||
"power": 1.25 | ||
}, | ||
"aliases": [ | ||
"On/Off plug (SP 220)" | ||
] | ||
} |
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"], "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"]} | ||
{"paulmann licht": ["light"], "greenwave": ["smart_switch"], "cree": ["light"], "neo-coolcam": ["smart_switch"], "zipato": ["light"], "lexman": ["light"], "teckin": ["light"], "ynoa": ["light"], "melitec": ["light"], "elgato": ["light"], "tp-link": ["light", "smart_switch"], "fibaro": ["smart_switch"], "wiz": ["light"], "osram": ["light", "smart_switch"], "meross": ["light"], "athom": ["light"], "aqara": ["smart_switch", "light"], "denon": ["smart_speaker"], "rye": ["light"], "malmbergs": ["light"], "bosch": ["smart_switch"], "ge": ["light"], "blitzwolf": ["smart_switch"], "apple": ["smart_speaker"], "bose": ["smart_speaker"], "zemismart": ["light"], "ledvance": ["light"], "belkin": ["light"], "arlec": ["smart_switch", "light"], "amazon": ["smart_speaker"], "lenovo": ["smart_speaker"], "gledopto": ["light"], "ajax online": ["light"], "tuya": ["light", "smart_switch"], "trust": ["light"], "nodon": ["smart_switch"], "anko": ["light"], "shelly": ["smart_switch"], "signify": ["light", "smart_switch"], "avm": ["network", "smart_switch", "light"], "lidl": ["light"], "nous": ["smart_switch"], "everspring": ["smart_switch"], "zengge": ["light"], "eufy": ["camera"], "linkind": ["light"], "lifx": ["light"], "3a smarthome": ["light"], "innr": ["light", "smart_switch"], "sonos": ["smart_speaker"], "harman kardon": ["smart_speaker"], "oz smart things": ["light"], "qubino": ["smart_switch"], "genio": ["light"], "ikea": ["light", "smart_switch"], "govee": ["light"], "google": ["smart_speaker"], "yeelight": ["light"], "mueller-licht": ["light"], "tasmota": ["smart_switch"], "sonoff": ["smart_switch", "light"]} |
16 changes: 16 additions & 0 deletions
16
custom_components/powercalc/data/shelly/shelly plus plug s/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 @@ | ||
{ | ||
"measure_description": "Manually measured.", | ||
"measure_method": "manual", | ||
"measure_device": "AVM FRITZ!DECT 200", | ||
"name": "Shelly Plus Plug S", | ||
"standby_power": 0.8, | ||
"sensor_config": { | ||
"power_sensor_naming": "{} Device Power", | ||
"energy_sensor_naming": "{} Device Energy" | ||
}, | ||
"device_type": "smart_switch", | ||
"calculation_strategy": "fixed", | ||
"fixed_config": { | ||
"power": 1.1 | ||
} | ||
} |
16 changes: 16 additions & 0 deletions
16
custom_components/powercalc/data/tasmota/shelly plug s/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 @@ | ||
{ | ||
"measure_description": "Manually measured. Copy from Shelly Plug S", | ||
"measure_method": "manual", | ||
"measure_device": "Zhurui PR10-D", | ||
"name": "Shelly Plug S", | ||
"standby_power": 0.52, | ||
"sensor_config": { | ||
"power_sensor_naming": "{} Device Power", | ||
"energy_sensor_naming": "{} Device Energy" | ||
}, | ||
"device_type": "smart_switch", | ||
"calculation_strategy": "fixed", | ||
"fixed_config": { | ||
"power": 0.82 | ||
} | ||
} |
Oops, something went wrong.