Enphase-API icon indicating copy to clipboard operation
Enphase-API copied to clipboard

Enphase-API is an unofficial project providing an API wrapper (including local/LAN Gateway API) and the documentation for Enphase®'s products and services.

Results 26 Enphase-API issues
Sort by recently updated
recently updated
newest added

Envoy can report a 3th CT for `storage` when used with a combiner box. Seen it with fw 8.2.127, but may exist before then one, not sure. ```json [ {...

Response from `/ivp/meters/storage_setting` Envoy vD8.2.62 ```json { "isCalibrated": true, "storage_cfg": { "prod_ct_present": false, "cons_ct_present": true, "prod_ch_mask": 4, "cons_ch_mask": 4 } } ```

Response from `/ivp/ensemble/submod` Envoy vD8.2.62 ```json { "serial_nums": { "XXX": { "device_type": 22, "com_interface_str": "USB", "device_id": "XXX", "admin_state": 43, "admin_state_str": "ENS_DEVICE_STATE_READY", "msg_retry_count": 0, "part_number": "800-01821-r05", "assembly_number": "880-01821-r05", "app_fw_version": "3.0.239_rel/31.11", "ibl_fw_version":...

Response from `/ivp/ensemble/sleep` Envoy vD8.2.62 Four 5P batteries ```json { "encharge_sleep": [ { "serial_num": "XXX", "sleep_req_type": 0, "sleep_min_soc": 0, "sleep_max_soc": 100 }, { "serial_num": "XXX", "sleep_req_type": 0, "sleep_min_soc": 0, "sleep_max_soc":...

Response from `/ivp/ensemble/profile_status` Envoy vD8.2.62 Configured for Self Consumption mode ```json [ { "serial_num": "XXX", "device_type": "ENPOWER", "admin_state": 2, "device_record_type": "AGF", "ph_ind": "ph-a", "gcpa_ph_ind": "ph-a", "man_ph_ind": "ph-unk", "status": 2, "message":...

Response from `/ivp/ensemble/gen_wiring_test` Envoy vD8.2.62 System Controller 3G (Generator Support). Generator not connected at this time ```json { "gen_wiring_test_result": { "status": "GEN_CONN_NOT_VERIFIED", "code": -1, "timestamp": "Wed Dec 31 18:00:00 1969\n"...

Response from `/ivp/ensemble/ec1_wiring_test` Envoy vD8.2.62 ```json { "ec1_wiring_test_result": { "status": "ENC_CONN_NOT_VERIFIED", "code": -1, "timestamp": "Wed Dec 31 18:00:00 1969\n" } } ```

Below are a few responses from `/ivp/ensemble/device_list` Envoy vD8.2.62 `device_type` 22 is unknown. ```json { "XXX": { "device_type": 22 } } ``` `device_type` 17 is the IQ SystemController 3 ```json...

Here is a response from `/ivp/ensemble/device_list` Envoy vD8.2.62 ```json { "usb": { "ck2_bridge": "connected", "auto_scan": false }, "devices": [ { "serial_number": "XXX", "device_type": 22, "com_interface": 1, "com_interface_str": "USB", "status": "Connected"...

It sppears `ip` is the current running firmware. Same as inventory.json `img_pnum_running` and matches what can be seen from Enlighten under menu>system>devices>microinverters. For what ir is worth, my Envoy is...