Skip to content

Commit

Permalink
Merge pull request #141 from vincentwolsink/pcu_comm_test_data
Browse files Browse the repository at this point in the history
Fix pcu comm test data
  • Loading branch information
vincentwolsink authored Aug 15, 2024
2 parents cf6acfd + 2c677a9 commit fd7d4ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions custom_components/enphase_envoy/envoy_test_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
# Inverter endpoints
ENDPOINT_URL_INVENTORY = TEST_DATA + "endpoint_inventory.json"
ENDPOINT_URL_DEVSTATUS = TEST_DATA + "endpoint_devstatus.json"
ENDPOINT_URL_COMM_STATUS = TEST_DATA + "endpoint_pcu_comm_check.json"

# Netprofile endpoints
ENDPOINT_URL_INSTALLER_AGF = TEST_DATA + "endpoint_installer_agf_index_json.json"
Expand Down
2 changes: 1 addition & 1 deletion test_data/envoy_metered/endpoint_production_json.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"consumption": [
{
"type": "eim",
"activeCount": 0,
"activeCount": 1,
"measurementType": "total-consumption",
"readingTime": 1689258508,
"wNow": 3441.236,
Expand Down

0 comments on commit fd7d4ab

Please sign in to comment.