diff --git a/custom_components/enphase_envoy/envoy_test_data.py b/custom_components/enphase_envoy/envoy_test_data.py index 62250d8..447b3d7 100644 --- a/custom_components/enphase_envoy/envoy_test_data.py +++ b/custom_components/enphase_envoy/envoy_test_data.py @@ -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" diff --git a/test_data/envoy_metered/endpoint_production_json.json b/test_data/envoy_metered/endpoint_production_json.json index 2f5c6e9..a4163d6 100644 --- a/test_data/envoy_metered/endpoint_production_json.json +++ b/test_data/envoy_metered/endpoint_production_json.json @@ -51,7 +51,7 @@ "consumption": [ { "type": "eim", - "activeCount": 0, + "activeCount": 1, "measurementType": "total-consumption", "readingTime": 1689258508, "wNow": 3441.236,