Page 1 of 1

Combiner reports production but not consumption

PostPosted: Sun Mar 31, 2024 8:54 am
by Different Computers
Pretty much the title.

This might have something to do with the meter consumption devices from Enphase not having been turned on when the system went live. They're live now, and the Enphase app shows no errors, and also reports consumption and production.

But the Combiner device in Indigo only reports productionWattsNow and similar totals. It only started showing production values after manually refreshing the data in the plugin. They do match the Enphase app's numbers pretty closely. However, consumptionWattsNow and similar values are still showing 0. The Enphase app/website does report consumption.

Any ideas?

Re: Combiner reports production but not consumption

PostPosted: Sun Mar 31, 2024 8:59 am
by Different Computers
I just restarted the plugin.

In case it's helpful:
Code: Select all
   Enphase Envoy Plugin Debug      Envoy-S Metered Version Found.  Continuing.
   Enphase Envoy Plugin Debug      Envoy Unmetered equivalent used for Status:
   Enphase Envoy Plugin Debug      Producing Watts:6232


Still no consumptionWattsNow report. 0. If consumptionWattsNow is <1, does it report 0?

Combiner reports production but not consumption

PostPosted: Mon Apr 01, 2024 2:54 pm
by GlennNZ
Will relate to what information we receive locally, not necessarily the same as web. There are some differences between Europe and US it would seem with how data is reported, but also what device fills what endpoint.

But probably down to what device you have chosen - also not sure the use of made up word here == ‘combiner’. Presume you mean one of the Enphase devices types?

Also whether using token and what firmware the device.

But:
Need debug logging on.
& if wait will probably see appropriate info, or in the device itself there is a Check Endpoints which logs and checks all possible endpoints.

Post this.

Glenn


Sent from my iPad using Tapatalk

Re: Combiner reports production but not consumption

PostPosted: Mon Apr 01, 2024 4:27 pm
by Different Computers
“Combiner” is what the installer called it. It’s the device with a web interface, that communicated directly with the inverters at the panels. The plugin identifies it as an Enphase Envoy S.

I am using a token.

Firmware is D7.3.621

I ran debugging for a while but saw nothing interesting. I’ll turn it on again.

Re: Combiner reports production but not consumption

PostPosted: Mon Apr 01, 2024 5:27 pm
by GlennNZ
Ok.
A quick google later:

https://enphase.com/store/communication ... combiner-4

Essentially that is new hardware that we haven’t seen before, probably mostly like the Envoy-S - but also completely different. Essentially the plugin doesn’t support it.

To Support:
Will need logging on, and all the check endpoints results posted (will be a bit). That is the button that you press in the device config down the bottom.

This checks all endpoints that we know of for the device, hopefully gives us an easy ways to pick that this device is in use.

Glenn


Sent from my iPad using Tapatalk

Re: Combiner reports production but not consumption

PostPosted: Tue Apr 02, 2024 12:59 pm
by Different Computers
OK, you're right, it is a lot. But here it is. I've redacted the IP addresses and serial numbers and installer password.

Surprised me at first, but some of the lines in the code section that follows are *very* long before the line break. scroll right.
Code: Select all
Enphase Envoy Plugin            Checking endpoints.
   Enphase Envoy Plugin            Checking all possible Endpoints...
   Enphase Envoy Plugin            Pausing usual updates for 3 minutes
   Enphase Envoy Plugin            Checking endpoints.
   Enphase Envoy Plugin            Installer Password:
 REDACTED
   Enphase Envoy Plugin            Trying Endpoint:https://REDACTED IP ADDRESS/ivp/pdm/energy
   Enphase Envoy Plugin            Failed, Response Code  401
   Enphase Envoy Plugin            Trying Endpoint:https://REDACTED IP ADDRESS/ivp/pdm/production
   Enphase Envoy Plugin            Failed, Response Code  401
   Enphase Envoy Plugin            Trying Endpoint:https://REDACTED IP ADDRESS/production.json
   Enphase Envoy Plugin            Success:  https://REDACTED IP ADDRESS/production.json
   Enphase Envoy Plugin            Response: {'production': [{'type': 'inverters', 'activeCount': 36, 'readingTime': 1712083367, 'wNow': 1352, 'whLifetime': 182386}, {'type': 'eim', 'activeCount': 1, 'measurementType': 'production', 'readingTime': 1712083426, 'wNow': 1220.784, 'whLifetime': 177982.741, 'varhLeadLifetime': 508.159, 'varhLagLifetime': 89214.81, 'vahLifetime': 257606.074, 'rmsCurrent': 11.971, 'rmsVoltage': 249.921, 'reactPwr': 713.973, 'apprntPwr': 1495.84, 'pwrFactor': 0.81, 'whToday': 6261.741, 'whLastSevenDays': 171799.741, 'vahToday': 15251.074, 'varhLeadToday': 1.159, 'varhLagToday': 11419.81}], 'consumption': [{'type': 'eim', 'activeCount': 1, 'measurementType': 'total-consumption', 'readingTime': 1712083426, 'wNow': 1128.013, 'whLifetime': 140352.743, 'varhLeadLifetime': 88942.767, 'varhLagLifetime': -69936.0, 'vahLifetime': 302759.309, 'rmsCurrent': 12.024, 'rmsVoltage': 250.028, 'reactPwr': -210.902, 'apprntPwr': 1501.777, 'pwrFactor': 0.75, 'whToday': 13586.743, 'whLastSevenDays': 1540.743, 'vahToday': 19979.309, 'varhLeadToday': 13812.767, 'varhLagToday': 0.0}, {'type': 'eim', 'activeCount': 1, 'measurementType': 'net-consumption', 'readingTime': 1712083426, 'wNow': -92.771, 'whLifetime': -37565.89, 'varhLeadLifetime': 89450.925, 'varhLagLifetime': 19278.81, 'vahLifetime': 302759.309, 'rmsCurrent': 0.053, 'rmsVoltage': 250.028, 'reactPwr': -924.875, 'apprntPwr': 5.246, 'pwrFactor': -1.0, 'whToday': 0, 'whLastSevenDays': 0, 'vahToday': 0, 'varhLeadToday': 0, 'varhLagToday': 0}], 'storage': [{'type': 'acb', 'activeCount': 0, 'readingTime': 0, 'wNow': 0, 'whNow': 0, 'state': 'idle'}]}
   Enphase Envoy Plugin            Trying Endpoint:https://REDACTED IP ADDRESS/production
   Enphase Envoy Plugin            Success:  https://REDACTED IP ADDRESS/production
   Enphase Envoy Plugin            Response: {'production': [{'type': 'inverters', 'activeCount': 36, 'readingTime': 1712083367, 'wNow': 1352, 'whLifetime': 182386}, {'type': 'eim', 'activeCount': 1, 'measurementType': 'production', 'readingTime': 1712083429, 'wNow': 1224.715, 'whLifetime': 177983.834, 'varhLeadLifetime': 508.159, 'varhLagLifetime': 89215.457, 'vahLifetime': 257607.415, 'rmsCurrent': 12.06, 'rmsVoltage': 249.927, 'reactPwr': 724.127, 'apprntPwr': 1503.547, 'pwrFactor': 0.82, 'whToday': 6262.834, 'whLastSevenDays': 171800.834, 'vahToday': 15252.415, 'varhLeadToday': 1.159, 'varhLagToday': 11420.457}], 'consumption': [{'type': 'eim', 'activeCount': 1, 'measurementType': 'total-consumption', 'readingTime': 1712083429, 'wNow': 1134.316, 'whLifetime': 140353.753, 'varhLeadLifetime': 88943.599, 'varhLagLifetime': -69936.647, 'vahLifetime': 302760.495, 'rmsCurrent': 12.121, 'rmsVoltage': 250.002, 'reactPwr': -212.125, 'apprntPwr': 1513.986, 'pwrFactor': 0.76, 'whToday': 13587.753, 'whLastSevenDays': 1541.753, 'vahToday': 19980.495, 'varhLeadToday': 13813.599, 'varhLagToday': 0.0}, {'type': 'eim', 'activeCount': 1, 'measurementType': 'net-consumption', 'readingTime': 1712083429, 'wNow': -90.399, 'whLifetime': -37565.974, 'varhLeadLifetime': 89451.758, 'varhLagLifetime': 19278.81, 'vahLifetime': 302760.495, 'rmsCurrent': 0.061, 'rmsVoltage': 250.002, 'reactPwr': -936.252, 'apprntPwr': 6.474, 'pwrFactor': -1.0, 'whToday': 0, 'whLastSevenDays': 0, 'vahToday': 0, 'varhLeadToday': 0, 'varhLagToday': 0}], 'storage': [{'type': 'acb', 'activeCount': 0, 'readingTime': 0, 'wNow': 0, 'whNow': 0, 'state': 'idle'}]}
   Enphase Envoy Plugin            Trying Endpoint:https://REDACTED IP ADDRESS/inventory.json
   Enphase Envoy Plugin            Success:  https://REDACTED IP ADDRESS/inventory.json
   Enphase Envoy Plugin            Response: [{'type': 'PCU', 'devices': [{'part_num': '800-01375-r02', 'installed': '1711547458', 'serial_num': 'REDACTED', 'device_status': ['envoy.global.ok'], 'last_rpt_date': '1712083216', 'admin_state': 1, 'dev_type': 1, 'created_date': '1711547458', 'img_load_date': '0', 'img_pnum_running': '521-00005-r06-v02.61.01', 'ptpn': '549-00041-r01-v02.61.01', 'chaneid': 1627390225, 'device_control': [{'gficlearset': False}], 'producing': True, 'communicating': True, 'provisioned': True, 'operating': True, 'phase': 'ph-a'}, {'part_num': '800-01375-r02', 'installed': '1711547462', 'serial_num': 'REDACTED', 'device_status': ['envoy.global.ok'], 'last_rpt_date': '1712083217', 'admin_state': 1, 'dev_type': 1, 'created_date': '1711547462', 'img_load_date': '0', 'img_pnum_running': '521-00005-r06-v02.61.01', 'ptpn': '549-00041-r01-v02.61.01', 'chaneid': 1627390481, 'device_control': [{'gficlearset': False}], 'producing': True, 'communicating': True, 'provisioned': True, 'operating': True, 'phase': 'ph-a'}, {'part_num': '800-01375-r02', 'installed': '1711547470', 'serial_num': 'REDACTED', 'device_status': ['envoy.global.ok'], 'last_rpt_date': '1712083218', 'admin_state': 1, 'dev_type': 1, 'created_date': '1711547470', 'img_load_date': '0', 'img_pnum_running': '521-00005-r06-v02.61.01', 'ptpn': '549-00041-r01-v02.61.01', 'chaneid': 1627390737, 'device_control': [{'gficlearset': False}], 'producing': True, 'communicating': True, 'provisioned': True, 'operating': True, 'phase': 'ph-a'}, {'part_num': '800-01375-r02', 'installed': '1711547475', 'serial_num': 'REDACTED', 'device_status': ['envoy.global.ok'], 'last_rpt_date': '1712083246', 'admin_state': 1, 'dev_type': 1, 'created_date': '1711547475', 'img_load_date': '0', 'img_pnum_running': '521-00005-r06-v02.61.01', 'ptpn': '549-00041-r01-v02.61.01', 'chaneid': 1627390993, 'device_control': [{'gficlearset': False}], 'producing': True, 'communicating': True, 'provisioned': True, 'operating': True, 'phase': 'ph-a'}, {'part_num': '800-01375-r02', 'installed': '1711547491', 'serial_num': 'REDACTED', 'device_status': ['envoy.global.ok'], 'last_rpt_date': '1712083219', 'admin_state': 1, 'dev_type': 1, 'created_date': '1711547491', 'img_load_date': '0', 'img_pnum_running': '521-00005-r06-v02.61.01', 'ptpn': '549-00041-r01-v02.61.01', 'chaneid': 1627391249, 'device_control': [{'gficlearset': False}], 'producing': True, 'communicating': True, 'provisioned': True, 'operating': True, 'phase': 'ph-a'}, {'part_num': '800-01375-r02', 'installed': '1711547495', 'serial_num': 'REDACTED', 'device_status': ['envoy.global.ok'], 'last_rpt_date': '1712083126', 'admin_state': 1, 'dev_type': 1, 'created_date': '1711547495', 'img_load_date': '0', 'img_pnum_running': '521-00005-r06-v02.61.01', 'ptpn': '549-00041-r01-v02.61.01', 'chaneid': 1627391505, 'device_control': [{'gficlearset': False}], 'producing': True, 'communicating': True, 'provisioned': True, 'operating': True, 'phase': 'ph-a'}, {'part_num': '800-01375-r02', 'installed': '1711547499', 'serial_num': 'REDACTED', 'device_status': ['envoy.global.ok'], 'last_rpt_date': '1712083247', 'admin_state': 1, 'dev_type': 1, 'created_date': '1711547499', 'img_load_date': '0', 'img_pnum_running': '521-00005-r06-v02.61.01', 'ptpn': '549-00041-r01-v02.61.01', 'chaneid': 1627391761, 'device_control': [{'gficlearset': False}], 'producing': True, 'communicating': True, 'provisioned': True, 'operating': True, 'phase': 'ph-a'}, {'part_num': '800-01375-r02', 'installed': '1711547503', 'serial_num': 'REDACTED', 'device_status': ['envoy.global.ok'], 'last_rpt_date': '1712083366', 'admin_state': 1, 'dev_type': 1, 'created_date': '1711547503', 'img_load_date': '0', 'img_pnum_running': '521-00005-r06-v02.61.01', 'ptpn': '549-00041-r01-v02.61.01', 'chaneid': 1627392017, 'device_control': [{'gficlearset': False}], 'producing': True, 'communicating': True, 'provisioned': True, 'operating': True, 'phase': 'ph-a'}, {'part_num': '800-01375-r02', 'installed': '1711547508', 'serial_num': 'REDACTED', 'device_status': ['envoy.global.ok'], 'last_rpt_date': '1712083220', 'admin_state': 1, 'dev_type': 1, 'created_date': '1711547508', 'img_load_date': '0', 'img_pnum_running': '521-00005-r06-v02.61.01', 'ptpn': '549-00041-r01-v02.61.01', 'chaneid': 1627392273, 'device_control': [{'gficlearset': False}], 'producing': True, 'communicating': True, 'provisioned': True, 'operating': True, 'phase': 'ph-a'}, {'part_num': '800-01375-r02', 'installed': '1711547512', 'serial_num': 'REDACTED', 'device_status': ['envoy.global.ok'], 'last_rpt_date': '1712083127', 'admin_state': 1, 'dev_type': 1, 'created_date': '1711547512', 'img_load_date': '0', 'img_pnum_running': '521-00005-r06-v02.61.01', 'ptpn': '549-00041-r01-v02.61.01', 'chaneid': 1627392529, 'device_control': [{'gficlearset': False}], 'producing': True, 'communicating': True, 'provisioned': True, 'operating': True, 'phase': 'ph-a'}, {'part_num': '800-01375-r02', 'installed': '1711547516', 'serial_num': 'REDACTED', 'device_status': ['envoy.global.ok'], 'last_rpt_date': '1712083157', 'admin_state': 1, 'dev_type': 1, 'created_date': '1711547516', 'img_load_date': '0', 'img_pnum_running': '521-00005-r06-v02.61.01', 'ptpn': '549-00041-r01-v02.61.01', 'chaneid': 1627392785, 'device_control': [{'gficlearset': False}], 'producing': True, 'communicating': True, 'provisioned': True, 'operating': True, 'phase': 'ph-a'}, {'part_num': '800-01375-r02', 'installed': '1711547520', 'serial_num': 'REDACTED', 'device_status': ['envoy.global.ok'], 'last_rpt_date': '1712083128', 'admin_state': 1, 'dev_type': 1, 'created_date': '1711547520', 'img_load_date': '0', 'img_pnum_running': '521-00005-r06-v02.61.01', 'ptpn': '549-00041-r01-v02.61.01', 'chaneid': 1627393041, 'device_control': [{'gficlearset': False}], 'producing': True, 'communicating': True, 'provisioned': True, 'operating': True, 'phase': 'ph-a'}, {'part_num': '800-01375-r02', 'installed': '1711547526', 'serial_num': 'REDACTED', 'device_status': ['envoy.global.ok'], 'last_rpt_date': '1712083249', 'admin_state': 1, 'dev_type': 1, 'created_date': '1711547526', 'img_load_date': '0', 'img_pnum_running': '521-00005-r06-v02.61.01', 'ptpn': '549-00041-r01-v02.61.01', 'chaneid': 1627393297, 'device_control': [{'gficlearset': False}], 'producing': True, 'communicating': True, 'provisioned': True, 'operating': True, 'phase': 'ph-a'}, {'part_num': '800-01375-r02', 'installed': '1711547530', 'serial_num': 'REDACTED', 'device_status': ['envoy.global.ok'], 'last_rpt_date': '1712083158', 'admin_state': 1, 'dev_type': 1, 'created_date': '1711547530', 'img_load_date': '0', 'img_pnum_running': '521-00005-r06-v02.61.01', 'ptpn': '549-00041-r01-v02.61.01', 'chaneid': 1627393553, 'device_control': [{'gficlearset': False}], 'producing': True, 'communicating': True, 'provisioned': True, 'operating': True, 'phase': 'ph-a'}, {'part_num': '800-01375-r02', 'installed': '1711547533', 'serial_num': 'REDACTED', 'device_status': ['envoy.global.ok'], 'last_rpt_date': '1712083158', 'admin_state': 1, 'dev_type': 1, 'created_date': '1711547533', 'img_load_date': '0', 'img_pnum_running': '521-00005-r06-v02.61.01', 'ptpn': '549-00041-r01-v02.61.01', 'chaneid': 1627393809, 'device_control': [{'gficlearset': False}], 'producing': True, 'communicating': True, 'provisioned': True, 'operating': True, 'phase': 'ph-a'}, {'part_num': '800-01375-r02', 'installed': '1711547536', 'serial_num': 'REDACTED', 'device_status': ['envoy.global.ok'], 'last_rpt_date': '1712083250', 'admin_state': 1, 'dev_type': 1, 'created_date': '1711547536', 'img_load_date': '0', 'img_pnum_running': '521-00005-r06-v02.61.01', 'ptpn': '549-00041-r01-v02.61.01', 'chaneid': 1627394065, 'device_control': [{'gficlearset': False}], 'producing': True, 'communicating': True, 'provisioned': True, 'operating': True, 'phase': 'ph-a'}, {'part_num': '800-01375-r02', 'installed': '1711547543', 'serial_num': 'REDACTED', 'device_status': ['envoy.global.ok'], 'last_rpt_date': '1712083159', 'admin_state': 1, 'dev_type': 1, 'created_date': '1711547543', 'img_load_date': '0', 'img_pnum_running': '521-00005-r06-v02.61.01', 'ptpn': '549-00041-r01-v02.61.01', 'chaneid': 1627394321, 'device_control': [{'gficlearset': False}], 'producing': True, 'communicating': True, 'provisioned': True, 'operating': True, 'phase': 'ph-a'}, {'part_num': '800-01375-r02', 'installed': '1711547547', 'serial_num': 'REDACTED', 'device_status': ['envoy.global.ok'], 'last_rpt_date': '1712083221', 'admin_state': 1, 'dev_type': 1, 'created_date': '1711547547', 'img_load_date': '0', 'img_pnum_running': '521-00005-r06-v02.61.01', 'ptpn': '549-00041-r01-v02.61.01', 'chaneid': 1627394577, 'device_control': [{'gficlearset': False}], 'producing': True, 'communicating': True, 'provisioned': True, 'operating': True, 'phase': 'ph-a'}, {'part_num': '800-01375-r02', 'installed': '1711547550', 'serial_num': 'REDACTED', 'device_status': ['envoy.global.ok'], 'last_rpt_date': '1712083222', 'admin_state': 1, 'dev_type': 1, 'created_date': '1711547550', 'img_load_date': '0', 'img_pnum_running': '521-00005-r06-v02.61.01', 'ptpn': '549-00041-r01-v02.61.01', 'chaneid': 1627394833, 'device_control': [{'gficlearset': False}], 'producing': True, 'communicating': True, 'provisioned': True, 'operating': True, 'phase': 'ph-a'}, {'part_num': '800-01375-r02', 'installed': '1711547554', 'serial_num': 'REDACTED', 'device_status': ['envoy.global.ok'], 'last_rpt_date': '1712083223', 'admin_state': 1, 'dev_type': 1, 'created_date': '1711547554', 'img_load_date': '0', 'img_pnum_running': '521-00005-r06-v02.61.01', 'ptpn': '549-00041-r01-v02.61.01', 'chaneid': 1627395089, 'device_control': [{'gficlearset': False}], 'producing': True, 'communicating': True, 'provisioned': True, 'operating': True, 'phase': 'ph-a'}, {'part_num': '800-01375-r02', 'installed': '1711547561', 'serial_num': 'REDACTED', 'device_status': ['envoy.global.ok'], 'last_rpt_date': '1712083224', 'admin_state': 1, 'dev_type': 1, 'created_date': '1711547561', 'img_load_date': '0', 'img_pnum_running': '521-00005-r06-v02.61.01', 'ptpn': '549-00041-r01-v02.61.01', 'chaneid': 1627395345, 'device_control': [{'gficlearset': False}], 'producing': True, 'communicating': True, 'provisioned': True, 'operating': True, 'phase': 'ph-a'}, {'part_num': '800-01375-r02', 'installed': '1711547564', 'serial_num': 'REDACTED', 'device_status': ['envoy.global.ok'], 'last_rpt_date': '1712083187', 'admin_state': 1, 'dev_type': 1, 'created_date': '1711547564', 'img_load_date': '0', 'img_pnum_running': '521-00005-r06-v02.61.01', 'ptpn': '549-00041-r01-v02.61.01', 'chaneid': 1627395601, 'device_control': [{'gficlearset': False}], 'producing': True, 'communicating': True, 'provisioned': True, 'operating': True, 'phase': 'ph-a'}, {'part_num': '800-01375-r02', 'installed': '1711547568', 'serial_num': 'REDACTED', 'device_status': ['envoy.global.ok'], 'last_rpt_date': '1712083251', 'admin_state': 1, 'dev_type': 1, 'created_date': '1711547568', 'img_load_date': '0', 'img_pnum_running': '521-00005-r06-v02.61.01', 'ptpn': '549-00041-r01-v02.61.01', 'chaneid': 1627395857, 'device_control': [{'gficlearset': False}], 'producing': True, 'communicating': True, 'provisioned': True, 'operating': True, 'phase': 'ph-a'}, {'part_num': '800-01375-r02', 'installed': '1711547572', 'serial_num': 'REDACTED', 'device_status': ['envoy.global.ok'], 'last_rpt_date': '1712083252', 'admin_state': 1, 'dev_type': 1, 'created_date': '1711547572', 'img_load_date': '0', 'img_pnum_running': '521-00005-r06-v02.61.01', 'ptpn': '549-00041-r01-v02.61.01', 'chaneid': 1627396113, 'device_control': [{'gficlearset': False}], 'producing': True, 'communicating': True, 'provisioned': True, 'operating': True, 'phase': 'ph-a'}, {'part_num': '800-01375-r02', 'installed': '1711547579', 'serial_num': 'REDACTED', 'device_status': ['envoy.global.ok'], 'last_rpt_date': '1712083188', 'admin_state': 1, 'dev_type': 1, 'created_date': '1711547579', 'img_load_date': '0', 'img_pnum_running': '521-00005-r06-v02.61.01', 'ptpn': '549-00041-r01-v02.61.01', 'chaneid': 1627396369, 'device_control': [{'gficlearset': False}], 'producing': True, 'communicating': True, 'provisioned': True, 'operating': True, 'phase': 'ph-a'}, {'part_num': '800-01375-r02', 'installed': '1711547582', 'serial_num': 'REDACTED', 'device_status': ['envoy.global.ok'], 'last_rpt_date': '1712083252', 'admin_state': 1, 'dev_type': 1, 'created_date': '1711547582', 'img_load_date': '0', 'img_pnum_running': '521-00005-r06-v02.61.01', 'ptpn': '549-00041-r01-v02.61.01', 'chaneid': 1627396625, 'device_control': [{'gficlearset': False}], 'producing': True, 'communicating': True, 'provisioned': True, 'operating': True, 'phase': 'ph-a'}, {'part_num': '800-01375-r02', 'installed': '1711547586', 'serial_num': 'REDACTED', 'device_status': ['envoy.global.ok'], 'last_rpt_date': '1712083225', 'admin_state': 1, 'dev_type': 1, 'created_date': '1711547586', 'img_load_date': '0', 'img_pnum_running': '521-00005-r06-v02.61.01', 'ptpn': '549-00041-r01-v02.61.01', 'chaneid': 1627396881, 'device_control': [{'gficlearset': False}], 'producing': True, 'communicating': True, 'provisioned': True, 'operating': True, 'phase': 'ph-a'}, {'part_num': '800-01375-r02', 'installed': '1711547590', 'serial_num': 'REDACTED', 'device_status': ['envoy.global.ok'], 'last_rpt_date': '1712083253', 'admin_state': 1, 'dev_type': 1, 'created_date': '1711547590', 'img_load_date': '0', 'img_pnum_running': '521-00005-r06-v02.61.01', 'ptpn': '549-00041-r01-v02.61.01', 'chaneid': 1627397137, 'device_control': [{'gficlearset': False}], 'producing': True, 'communicating': True, 'provisioned': True, 'operating': True, 'phase': 'ph-a'}, {'part_num': '800-01375-r02', 'installed': '1711547596', 'serial_num': 'REDACTED', 'device_status': ['envoy.global.ok'], 'last_rpt_date': '1712083189', 'admin_state': 1, 'dev_type': 1, 'created_date': '1711547596', 'img_load_date': '0', 'img_pnum_running': '521-00005-r06-v02.61.01', 'ptpn': '549-00041-r01-v02.61.01', 'chaneid': 1627397393, 'device_control': [{'gficlearset': False}], 'producing': True, 'communicating': True, 'provisioned': True, 'operating': True, 'phase': 'ph-a'}, {'part_num': '800-01375-r02', 'installed': '1711547600', 'serial_num': 'REDACTED', 'device_status': ['envoy.global.ok'], 'last_rpt_date': '1712083254', 'admin_state': 1, 'dev_type': 1, 'created_date': '1711547600', 'img_load_date': '0', 'img_pnum_running': '521-00005-r06-v02.61.01', 'ptpn': '549-00041-r01-v02.61.01', 'chaneid': 1627397649, 'device_control': [{'gficlearset': False}], 'producing': True, 'communicating': True, 'provisioned': True, 'operating': True, 'phase': 'ph-a'}, {'part_num': '800-01375-r02', 'installed': '1711547604', 'serial_num': 'REDACTED', 'device_status': ['envoy.global.ok'], 'last_rpt_date': '1712083255', 'admin_state': 1, 'dev_type': 1, 'created_date': '1711547604', 'img_load_date': '0', 'img_pnum_running': '521-00005-r06-v02.61.01', 'ptpn': '549-00041-r01-v02.61.01', 'chaneid': 1627397905, 'device_control': [{'gficlearset': False}], 'producing': True, 'communicating': True, 'provisioned': True, 'operating': True, 'phase': 'ph-a'}, {'part_num': '800-01375-r02', 'installed': '1711547608', 'serial_num': 'REDACTED', 'device_status': ['envoy.global.ok'], 'last_rpt_date': '1712083190', 'admin_state': 1, 'dev_type': 1, 'created_date': '1711547608', 'img_load_date': '0', 'img_pnum_running': '521-00005-r06-v02.61.01', 'ptpn': '549-00041-r01-v02.61.01', 'chaneid': 1627398161, 'device_control': [{'gficlearset': False}], 'producing': True, 'communicating': True, 'provisioned': True, 'operating': True, 'phase': 'ph-a'}, {'part_num': '800-01375-r02', 'installed': '1711547614', 'serial_num': 'REDACTED', 'device_status': ['envoy.global.ok'], 'last_rpt_date': '1712083191', 'admin_state': 1, 'dev_type': 1, 'created_date': '1711547614', 'img_load_date': '0', 'img_pnum_running': '521-00005-r06-v02.61.01', 'ptpn': '549-00041-r01-v02.61.01', 'chaneid': 1627398417, 'device_control': [{'gficlearset': False}], 'producing': True, 'communicating': True, 'provisioned': True, 'operating': True, 'phase': 'ph-a'}, {'part_num': '800-01375-r02', 'installed': '1711547618', 'serial_num': 'REDACTED', 'device_status': ['envoy.global.ok'], 'last_rpt_date': '1712083256', 'admin_state': 1, 'dev_type': 1, 'created_date': '1711547618', 'img_load_date': '0', 'img_pnum_running': '521-00005-r06-v02.61.01', 'ptpn': '549-00041-r01-v02.61.01', 'chaneid': 1627398673, 'device_control': [{'gficlearset': False}], 'producing': True, 'communicating': True, 'provisioned': True, 'operating': True, 'phase': 'ph-a'}, {'part_num': '800-01375-r02', 'installed': '1711547622', 'serial_num': 'REDACTED', 'device_status': ['envoy.global.ok'], 'last_rpt_date': '1712083191', 'admin_state': 1, 'dev_type': 1, 'created_date': '1711547622', 'img_load_date': '0', 'img_pnum_running': '521-00005-r06-v02.61.01', 'ptpn': '549-00041-r01-v02.61.01', 'chaneid': 1627398929, 'device_control': [{'gficlearset': False}], 'producing': True, 'communicating': True, 'provisioned': True, 'operating': True, 'phase': 'ph-a'}, {'part_num': '800-01375-r02', 'installed': '1711547626', 'serial_num': 'REDACTED', 'device_status': ['envoy.global.ok'], 'last_rpt_date': '1712083367', 'admin_state': 1, 'dev_type': 1, 'created_date': '1711547626', 'img_load_date': '0', 'img_pnum_running': '521-00005-r06-v02.61.01', 'ptpn': '549-00041-r01-v02.61.01', 'chaneid': 1627399185, 'device_control': [{'gficlearset': False}], 'producing': True, 'communicating': True, 'provisioned': True, 'operating': True, 'phase': 'ph-a'}]}, {'type': 'ACB', 'devices': []}, {'type': 'NSRB', 'devices': []}, {'type': 'ESUB', 'devices': []}]
   Enphase Envoy Plugin            Trying Endpoint:https://REDACTED IP ADDRESS/api/v1/production
   Enphase Envoy Plugin            Success:  https://REDACTED IP ADDRESS/api/v1/production
   Enphase Envoy Plugin            Response: {'wattHoursToday': 6183, 'wattHoursSevenDays': 171721, 'wattHoursLifetime': 177904, 'wattsNow': 1271}
   Enphase Envoy Plugin            Trying Endpoint:https://REDACTED IP ADDRESS/api/v1/production/inverters
   Enphase Envoy Plugin            Success:  https://REDACTED IP ADDRESS/api/v1/production/inverters
   Enphase Envoy Plugin            Response: [{'serialNumber': 'REDACTED', 'lastReportDate': 1712083216, 'devType': 1, 'lastReportWatts': 37, 'maxReportWatts': 328}, {'serialNumber': 'REDACTED', 'lastReportDate': 1712083217, 'devType': 1, 'lastReportWatts': 37, 'maxReportWatts': 328}, {'serialNumber': 'REDACTED', 'lastReportDate': 1712083218, 'devType': 1, 'lastReportWatts': 38, 'maxReportWatts': 326}, {'serialNumber': 'REDACTED', 'lastReportDate': 1712083246, 'devType': 1, 'lastReportWatts': 37, 'maxReportWatts': 325}, {'serialNumber': 'REDACTED', 'lastReportDate': 1712083219, 'devType': 1, 'lastReportWatts': 37, 'maxReportWatts': 326}, {'serialNumber': 'REDACTED', 'lastReportDate': 1712083126, 'devType': 1, 'lastReportWatts': 39, 'maxReportWatts': 325}, {'serialNumber': 'REDACTED', 'lastReportDate': 1712083247, 'devType': 1, 'lastReportWatts': 37, 'maxReportWatts': 328}, {'serialNumber': 'REDACTED', 'lastReportDate': 1712083366, 'devType': 1, 'lastReportWatts': 36, 'maxReportWatts': 324}, {'serialNumber': 'REDACTED', 'lastReportDate': 1712083220, 'devType': 1, 'lastReportWatts': 37, 'maxReportWatts': 330}, {'serialNumber': 'REDACTED', 'lastReportDate': 1712083127, 'devType': 1, 'lastReportWatts': 39, 'maxReportWatts': 323}, {'serialNumber': 'REDACTED', 'lastReportDate': 1712083157, 'devType': 1, 'lastReportWatts': 39, 'maxReportWatts': 328}, {'serialNumber': 'REDACTED', 'lastReportDate': 1712083128, 'devType': 1, 'lastReportWatts': 38, 'maxReportWatts': 327}, {'serialNumber': 'REDACTED', 'lastReportDate': 1712083249, 'devType': 1, 'lastReportWatts': 38, 'maxReportWatts': 324}, {'serialNumber': 'REDACTED', 'lastReportDate': 1712083158, 'devType': 1, 'lastReportWatts': 39, 'maxReportWatts': 325}, {'serialNumber': 'REDACTED', 'lastReportDate': 1712083158, 'devType': 1, 'lastReportWatts': 39, 'maxReportWatts': 329}, {'serialNumber': 'REDACTED', 'lastReportDate': 1712083250, 'devType': 1, 'lastReportWatts': 37, 'maxReportWatts': 326}, {'serialNumber': 'REDACTED', 'lastReportDate': 1712083159, 'devType': 1, 'lastReportWatts': 38, 'maxReportWatts': 328}, {'serialNumber': 'REDACTED', 'lastReportDate': 1712083221, 'devType': 1, 'lastReportWatts': 37, 'maxReportWatts': 324}, {'serialNumber': 'REDACTED', 'lastReportDate': 1712083222, 'devType': 1, 'lastReportWatts': 38, 'maxReportWatts': 329}, {'serialNumber': 'REDACTED', 'lastReportDate': 1712083223, 'devType': 1, 'lastReportWatts': 37, 'maxReportWatts': 329}, {'serialNumber': 'REDACTED', 'lastReportDate': 1712083224, 'devType': 1, 'lastReportWatts': 37, 'maxReportWatts': 329}, {'serialNumber': 'REDACTED', 'lastReportDate': 1712083187, 'devType': 1, 'lastReportWatts': 38, 'maxReportWatts': 325}, {'serialNumber': 'REDACTED', 'lastReportDate': 1712083251, 'devType': 1, 'lastReportWatts': 37, 'maxReportWatts': 329}, {'serialNumber': 'REDACTED', 'lastReportDate': 1712083252, 'devType': 1, 'lastReportWatts': 37, 'maxReportWatts': 329}, {'serialNumber': 'REDACTED', 'lastReportDate': 1712083188, 'devType': 1, 'lastReportWatts': 38, 'maxReportWatts': 326}, {'serialNumber': 'REDACTED', 'lastReportDate': 1712083252, 'devType': 1, 'lastReportWatts': 37, 'maxReportWatts': 328}, {'serialNumber': 'REDACTED', 'lastReportDate': 1712083225, 'devType': 1, 'lastReportWatts': 37, 'maxReportWatts': 329}, {'serialNumber': 'REDACTED', 'lastReportDate': 1712083253, 'devType': 1, 'lastReportWatts': 37, 'maxReportWatts': 326}, {'serialNumber': 'REDACTED', 'lastReportDate': 1712083189, 'devType': 1, 'lastReportWatts': 39, 'maxReportWatts': 324}, {'serialNumber': 'REDACTED', 'lastReportDate': 1712083254, 'devType': 1, 'lastReportWatts': 37, 'maxReportWatts': 329}, {'serialNumber': 'REDACTED', 'lastReportDate': 1712083255, 'devType': 1, 'lastReportWatts': 37, 'maxReportWatts': 326}, {'serialNumber': 'REDACTED', 'lastReportDate': 1712083190, 'devType': 1, 'lastReportWatts': 38, 'maxReportWatts': 326}, {'serialNumber': 'REDACTED', 'lastReportDate': 1712083191, 'devType': 1, 'lastReportWatts': 39, 'maxReportWatts': 327}, {'serialNumber': 'REDACTED', 'lastReportDate': 1712083256, 'devType': 1, 'lastReportWatts': 37, 'maxReportWatts': 328}, {'serialNumber': 'REDACTED', 'lastReportDate': 1712083191, 'devType': 1, 'lastReportWatts': 38, 'maxReportWatts': 325}, {'serialNumber': 'REDACTED', 'lastReportDate': 1712083367, 'devType': 1, 'lastReportWatts': 36, 'maxReportWatts': 328}]
   Enphase Envoy Plugin            Trying Endpoint:https://REDACTED IP ADDRESS/auth/check_jwt
   Enphase Envoy Plugin            Success:  https://REDACTED IP ADDRESS/auth/check_jwt
   Enphase Envoy Plugin            Trying Endpoint:https://REDACTED IP ADDRESS/ivp/meters
   Enphase Envoy Plugin            Success:  https://REDACTED IP ADDRESS/ivp/meters
   Enphase Envoy Plugin            Response: [{'eid': 704643328, 'state': 'enabled', 'measurementType': 'production', 'phaseMode': 'split', 'phaseCount': 2, 'meteringStatus': 'normal', 'statusFlags': []}, {'eid': 704643584, 'state': 'enabled', 'measurementType': 'net-consumption', 'phaseMode': 'split', 'phaseCount': 2, 'meteringStatus': 'normal', 'statusFlags': []}]
   Enphase Envoy Plugin            Trying Endpoint:https://REDACTED IP ADDRESS/ivp/meters/readings
   Enphase Envoy Plugin            Success:  https://REDACTED IP ADDRESS/ivp/meters/readings
   Enphase Envoy Plugin            Response: [{'eid': 704643328, 'timestamp': 1712083446, 'actEnergyDlvd': 177989.661, 'actEnergyRcvd': 0.002, 'apparentEnergy': 257614.859, 'reactEnergyLagg': 89218.866, 'reactEnergyLead': 508.159, 'instantaneousDemand': 1230.697, 'activePower': 1230.697, 'apparentPower': 1575.506, 'reactivePower': 721.981, 'pwrFactor': 0.783, 'voltage': 250.286, 'current': 12.59, 'freq': 60.0, 'channels': [{'eid': 1778385169, 'timestamp': 1712083446, 'actEnergyDlvd': 89043.095, 'actEnergyRcvd': 0.001, 'apparentEnergy': 128847.99, 'reactEnergyLagg': 44669.828, 'reactEnergyLead': 225.468, 'instantaneousDemand': 616.044, 'activePower': 616.044, 'apparentPower': 788.43, 'reactivePower': 362.157, 'pwrFactor': 0.783, 'voltage': 125.25, 'current': 6.294, 'freq': 60.0}, {'eid': 1778385170, 'timestamp': 1712083446, 'actEnergyDlvd': 88946.566, 'actEnergyRcvd': 0.002, 'apparentEnergy': 128766.869, 'reactEnergyLagg': 44549.038, 'reactEnergyLead': 282.69, 'instantaneousDemand': 614.653, 'activePower': 614.653, 'apparentPower': 787.076, 'reactivePower': 359.824, 'pwrFactor': 0.783, 'voltage': 125.035, 'current': 6.295, 'freq': 60.0}, {'eid': 1778385171, 'timestamp': 1712083446, 'actEnergyDlvd': 0.0, 'actEnergyRcvd': 0.0, 'apparentEnergy': 0.0, 'reactEnergyLagg': 0.0, 'reactEnergyLead': 0.0, 'instantaneousDemand': 0.0, 'activePower': 0.0, 'apparentPower': 0.0, 'reactivePower': 0.0, 'pwrFactor': 0.0, 'voltage': 0.0, 'current': 0.0, 'freq': 60.0}]}, {'eid': 704643584, 'timestamp': 1712083446, 'actEnergyDlvd': 98448.337, 'actEnergyRcvd': 136046.812, 'apparentEnergy': 302767.103, 'reactEnergyLagg': 19278.81, 'reactEnergyLead': 89456.156, 'instantaneousDemand': -102.961, 'activePower': -102.961, 'apparentPower': 1405.749, 'reactivePower': -929.232, 'pwrFactor': -0.044, 'voltage': 250.354, 'current': 11.257, 'freq': 60.0, 'channels': [{'eid': 1778385425, 'timestamp': 1712083446, 'actEnergyDlvd': 27594.266, 'actEnergyRcvd': 75662.502, 'apparentEnergy': 142265.371, 'reactEnergyLagg': 11538.046, 'reactEnergyLead': 44331.158, 'instantaneousDemand': -416.929, 'activePower': -416.929, 'apparentPower': 706.554, 'reactivePower': -467.343, 'pwrFactor': -0.531, 'voltage': 125.294, 'current': 5.663, 'freq': 60.0}, {'eid': 1778385426, 'timestamp': 1712083446, 'actEnergyDlvd': 70854.071, 'actEnergyRcvd': 60384.311, 'apparentEnergy': 160501.732, 'reactEnergyLagg': 7740.765, 'reactEnergyLead': 45124.999, 'instantaneousDemand': 313.968, 'activePower': 313.968, 'apparentPower': 699.195, 'reactivePower': -461.89, 'pwrFactor': 0.449, 'voltage': 125.061, 'current': 5.594, 'freq': 60.0}, {'eid': 1778385427, 'timestamp': 1712083446, 'actEnergyDlvd': 0.003, 'actEnergyRcvd': 0.0, 'apparentEnergy': 167.069, 'reactEnergyLagg': 12.377, 'reactEnergyLead': 0.462, 'instantaneousDemand': 0.0, 'activePower': 0.0, 'apparentPower': 1.161, 'reactivePower': 0.0, 'pwrFactor': 0.0, 'voltage': 7.426, 'current': 0.156, 'freq': 60.0}]}]
   Enphase Envoy Plugin            Trying Endpoint:https://REDACTED IP ADDRESS/ivp/livedata/status
   Enphase Envoy Plugin            Success:  https://REDACTED IP ADDRESS/ivp/livedata/status
   Enphase Envoy Plugin            Response: {'connection': {'mqtt_state': 'connected', 'prov_state': 'configured', 'auth_state': 'ok', 'sc_stream': 'disabled', 'sc_debug': 'disabled'}, 'meters': {'last_update': 1712065254, 'soc': 0, 'main_relay_state': 1, 'gen_relay_state': 5, 'backup_bat_mode': 1, 'backup_soc': 0, 'is_split_phase': 1, 'phase_count': 0, 'enc_agg_soc': 0, 'enc_agg_energy': 0, 'acb_agg_soc': 0, 'acb_agg_energy': 0, 'pv': {'agg_p_mw': 829967, 'agg_s_mva': 1212188, 'agg_p_ph_a_mw': 829967, 'agg_p_ph_b_mw': 0, 'agg_p_ph_c_mw': 0, 'agg_s_ph_a_mva': 1212188, 'agg_s_ph_b_mva': 0, 'agg_s_ph_c_mva': 0}, 'storage': {'agg_p_mw': 0, 'agg_s_mva': 0, 'agg_p_ph_a_mw': 0, 'agg_p_ph_b_mw': 0, 'agg_p_ph_c_mw': 0, 'agg_s_ph_a_mva': 0, 'agg_s_ph_b_mva': 0, 'agg_s_ph_c_mva': 0}, 'grid': {'agg_p_mw': -187999, 'agg_s_mva': 61387, 'agg_p_ph_a_mw': -187999, 'agg_p_ph_b_mw': 0, 'agg_p_ph_c_mw': 0, 'agg_s_ph_a_mva': 61387, 'agg_s_ph_b_mva': 0, 'agg_s_ph_c_mva': 0}, 'load': {'agg_p_mw': 641968, 'agg_s_mva': 1273575, 'agg_p_ph_a_mw': 641968, 'agg_p_ph_b_mw': 0, 'agg_p_ph_c_mw': 0, 'agg_s_ph_a_mva': 1273575, 'agg_s_ph_b_mva': 0, 'agg_s_ph_c_mva': 0}, 'generator': {'agg_p_mw': 0, 'agg_s_mva': 0, 'agg_p_ph_a_mw': 0, 'agg_p_ph_b_mw': 0, 'agg_p_ph_c_mw': 0, 'agg_s_ph_a_mva': 0, 'agg_s_ph_b_mva': 0, 'agg_s_ph_c_mva': 0}}, 'tasks': {'task_id': -239540594, 'timestamp': 1712082912}, 'counters': {'main_CfgLoad': 3, 'main_CfgChanged': 3, 'main_CfgNotFound': 7, 'main_taskUpdate': 19, 'MqttClient_publish': 32889, 'MqttClient_respond': 264, 'MqttClient_msgarrvd': 132, 'MqttClient_reconnect': 2, 'MqttClient_create': 3, 'MqttClient_setCallbacks': 3, 'MqttClient_connect': 3, 'MqttClient_subscribe': 3, 'SSL_Keys_Create': 3, 'sc_hdlDataPub': 32683, 'sc_SendStreamCtrl': 136, 'sc_SendDemandRspCtrl': 1, 'rest_Status': 4462}, 'dry_contacts': {'': {'dry_contact_id': '', 'dry_contact_type': '', 'dry_contact_load_name': '', 'dry_contact_status': 3006020}}}
   Enphase Envoy Plugin            Trying Endpoint:https://REDACTED IP ADDRESS/ivp/meters/reports/consumption
   Enphase Envoy Plugin            Success:  https://REDACTED IP ADDRESS/ivp/meters/reports/consumption
   Enphase Envoy Plugin            Response: [{'createdAt': 1712083451, 'reportType': 'total-consumption', 'cumulative': {'currW': 1139.844, 'actPower': 1139.844, 'apprntPwr': 1574.268, 'reactPwr': -206.93, 'whDlvdCum': 140360.486, 'whRcvdCum': 0.0, 'varhLagCum': -69940.913, 'varhLeadCum': 88949.105, 'vahCum': 302768.768, 'rmsVoltage': 250.108, 'rmsCurrent': 12.596, 'pwrFactor': 0.73, 'freqHz': 60.0}, 'lines': [{'currW': 210.954, 'actPower': 210.954, 'apprntPwr': 88.873, 'reactPwr': -105.188, 'whDlvdCum': 40950.99, 'whRcvdCum': 0.0, 'varhLagCum': -33132.212, 'varhLeadCum': 44106.246, 'vahCum': 142266.203, 'rmsVoltage': 125.136, 'rmsCurrent': 0.71, 'pwrFactor': 1.0, 'freqHz': 60.0}, {'currW': 928.89, 'actPower': 928.89, 'apprntPwr': 1485.395, 'reactPwr': -101.742, 'whDlvdCum': 99409.496, 'whRcvdCum': 0.0, 'varhLagCum': -36808.701, 'varhLeadCum': 44842.859, 'vahCum': 160502.565, 'rmsVoltage': 124.971, 'rmsCurrent': 11.886, 'pwrFactor': 0.63, 'freqHz': 60.0}]}, {'createdAt': 1712083451, 'reportType': 'net-consumption', 'cumulative': {'currW': -87.786, 'actPower': -87.786, 'apprntPwr': 0.471, 'reactPwr': -928.949, 'whDlvdCum': -37566.527, 'whRcvdCum': 0.0, 'varhLagCum': 19278.81, 'varhLeadCum': 89457.264, 'vahCum': 302768.768, 'rmsVoltage': 250.108, 'rmsCurrent': 0.011, 'pwrFactor': -1.0, 'freqHz': 60.0}, 'lines': [{'currW': -403.507, 'actPower': -403.507, 'apprntPwr': -698.574, 'reactPwr': -466.87, 'whDlvdCum': -48044.598, 'whRcvdCum': 0.0, 'varhLagCum': 11538.046, 'varhLeadCum': 44331.714, 'vahCum': 142266.203, 'rmsVoltage': 125.136, 'rmsCurrent': -5.583, 'pwrFactor': -1.0, 'freqHz': 60.0}, {'currW': 315.721, 'actPower': 315.721, 'apprntPwr': 699.045, 'reactPwr': -462.079, 'whDlvdCum': 10478.071, 'whRcvdCum': 0.0, 'varhLagCum': 7740.765, 'varhLeadCum': 45125.549, 'vahCum': 160502.565, 'rmsVoltage': 124.971, 'rmsCurrent': 5.594, 'pwrFactor': 0.45, 'freqHz': 60.0}]}]
   Enphase Envoy Plugin            Trying Endpoint:https://REDACTED IP ADDRESS/info.xml
   Enphase Envoy Plugin            Success:  https://REDACTED IP ADDRESS/info.xml
   Enphase Envoy Plugin            Trying Endpoint:http://REDACTED IP ADDRESS/ivp/pdm/energy
   Enphase Envoy Plugin            Failed, Response Code  301
   Enphase Envoy Plugin            Trying Endpoint:http://REDACTED IP ADDRESS/ivp/pdm/production
   Enphase Envoy Plugin            Failed, Response Code  301
   Enphase Envoy Plugin            Trying Endpoint:http://REDACTED IP ADDRESS/production.json
   Enphase Envoy Plugin            Failed, Response Code  301
   Enphase Envoy Plugin            Trying Endpoint:http://REDACTED IP ADDRESS/production
   Enphase Envoy Plugin            Failed, Response Code  301
   Enphase Envoy Plugin            Trying Endpoint:http://REDACTED IP ADDRESS/inventory.json
   Enphase Envoy Plugin            Failed, Response Code  301
   Enphase Envoy Plugin            Trying Endpoint:http://REDACTED IP ADDRESS/api/v1/production
   Enphase Envoy Plugin            Failed, Response Code  301
   Enphase Envoy Plugin            Trying Endpoint:http://REDACTED IP ADDRESS/api/v1/production/inverters
   Enphase Envoy Plugin            Failed, Response Code  301
   Enphase Envoy Plugin            Trying Endpoint:http://REDACTED IP ADDRESS/auth/check_jwt
   Enphase Envoy Plugin            Failed, Response Code  301
   Enphase Envoy Plugin            Trying Endpoint:http://REDACTED IP ADDRESS/ivp/meters
   Enphase Envoy Plugin            Failed, Response Code  301
   Enphase Envoy Plugin            Trying Endpoint:http://REDACTED IP ADDRESS/ivp/meters/readings
   Enphase Envoy Plugin            Failed, Response Code  301
   Enphase Envoy Plugin            Trying Endpoint:http://REDACTED IP ADDRESS/ivp/livedata/status
   Enphase Envoy Plugin            Failed, Response Code  301
   Enphase Envoy Plugin            Trying Endpoint:http://REDACTED IP ADDRESS/ivp/meters/reports/consumption
   Enphase Envoy Plugin            Failed, Response Code  301
   Enphase Envoy Plugin            Trying Endpoint:http://REDACTED IP ADDRESS/info.xml
   Enphase Envoy Plugin            Success:  http://REDACTED IP ADDRESS/info.xml
   Enphase Envoy Plugin             ------- End of Check Endpoints -------


There might be a twist in this because at the moment, the Enphase app is "experiencing delayed data from IQ/Gateway/Envoy. There is no impact on the system operation."

Thanks for looking at this and let me know if there's anything else you need from me!

Re: Combiner reports production but not consumption

PostPosted: Tue Apr 02, 2024 4:19 pm
by GlennNZ
Thanks

Well good news is all the data seems to be there - just the plugin seems to default to non-metered version. Will have to see if can fine tune the logic of it doing this without upsetting the existing devices....

Glenn

Combiner reports production but not consumption

PostPosted: Tue Apr 02, 2024 5:35 pm
by GlennNZ
Hmmm. Seems like should work. Appears to saying is Envoy-S metered, and then using unmetered...

What does the device config of your device look like - is the bottom checkbox accidentally enabled?
It should be unchecked, this is the force production.json usage in those rare cases (mainly in Europe) it would seem where the Envoy-S is installed just without consumption clamps. It is also clearly marked that should be default unchecked !

Otherwise post the device and its states logging details = right click post to log from with Indigo.

Glenn

Re: Combiner reports production but not consumption

PostPosted: Tue Apr 02, 2024 10:30 pm
by Different Computers
My bad!

Can’t test it fully yet because it is night. But unchecking that last option seems to have fixed the issue.