-
-
Notifications
You must be signed in to change notification settings - Fork 30.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new HomeWizard Energy Socket to tests (#113406)
- Loading branch information
Showing
17 changed files
with
3,307 additions
and
10,963 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 @@ | ||
{ | ||
"wifi_ssid": "My Wi-Fi", | ||
"wifi_strength": 100, | ||
"total_power_import_kwh": 30.511, | ||
"total_power_import_t1_kwh": 30.511, | ||
"total_power_export_kwh": 85.951, | ||
"total_power_export_t1_kwh": 85.951, | ||
"active_power_w": 543.312, | ||
"active_power_l1_w": 543.312, | ||
"active_voltage_v": 231.539, | ||
"active_current_a": 2.346, | ||
"active_reactive_power_var": 123.456, | ||
"active_apparent_power_va": 666.768, | ||
"active_power_factor": 0.81688, | ||
"active_frequency_hz": 50.005 | ||
} |
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,7 @@ | ||
{ | ||
"product_type": "HWE-SKT", | ||
"product_name": "Energy Socket", | ||
"serial": "3c39e7aabbcc", | ||
"firmware_version": "4.07", | ||
"api_version": "v1" | ||
} |
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,5 @@ | ||
{ | ||
"power_on": true, | ||
"switch_lock": false, | ||
"brightness": 255 | ||
} |
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,3 @@ | ||
{ | ||
"cloud_enabled": true | ||
} |
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
Oops, something went wrong.