-
-
Notifications
You must be signed in to change notification settings - Fork 34.5k
Description
The problem
I have an Ephase Envoy which is incorrectly reporting the last 7 days of consumption. The reported value is near zero (.2 kWh), while all other values appear to be correct. For a long time I was using the HACS DEV version, but today I switched to the official Envoy Platinum version. Both have the same 7-day consumption issue. Daily and lifetime consumption values are correct.
What version of Home Assistant Core has the issue?
2025.5.0
What was the last working version of Home Assistant Core?
n/a
What type of installation are you running?
Home Assistant OS
Integration causing the issue
Enphase Envoy
Link to integration documentation on our website
https://www.home-assistant.io/integrations/enphase_envoy
Diagnostics information
2025-05-09 15:03:00.337 DEBUG (MainThread) [pyenphase.envoy] Request reply in 0.3 sec from https://10.13.2.188/ivp/meters status 200: None b'[\n {\n "eid": 704643328,\n "state": "enabled",\n "measurementType": "production",\n "phaseMode": "split",\n "phaseCount": 2,\n "meteringStatus": "normal",\n "statusFlags": []\n },\n {\n "eid": 704643584,\n "state": "enabled",\n "measurementType": "net-consumption",\n "phaseMode": "split",\n "phaseCount": 2,\n "meteringStatus": "normal",\n "statusFlags": []\n }\n]'
2025-05-09 15:03:00.337 DEBUG (MainThread) [pyenphase.envoy] Requesting https://10.13.2.188/ivp/meters/readings with timeout Timeout(connect=10.0, read=45.0, write=10.0, pool=10.0)
2025-05-09 15:03:00.362 DEBUG (MainThread) [pyenphase.envoy] Request reply in 0.0 sec from https://10.13.2.188/ivp/meters/readings status 200: None b'[\n {\n "eid": 704643328,\n "timestamp": 1746828130,\n "actEnergyDlvd": 54950357.376,\n "actEnergyRcvd": 0.009,\n "apparentEnergy": 65919112.989,\n "reactEnergyLagg": 11486569.192,\n "reactEnergyLead": 159567.458,\n "instantaneousDemand": 5178.472,\n "activePower": 5178.472,\n "apparentPower": 5179.686,\n "reactivePower": -81.412,\n "pwrFactor": 1.000,\n "voltage": 242.125,\n "current": 42.781,\n "freq": 60.000,\n "channels": [\n {\n "eid": 1778385169,\n "timestamp": 1746828130,\n "actEnergyDlvd": 27502140.971,\n "actEnergyRcvd": 0.007,\n "apparentEnergy": 32987747.164,\n "reactEnergyLagg": 5785863.659,\n "reactEnergyLead": 50985.751,\n "instantaneousDemand": 2587.588,\n "activePower": 2587.588,\n "apparentPower": 2588.013,\n "reactivePower": -36.525,\n "pwrFactor": 1.000,\n "voltage": 121.000,\n "current": 21.387,\n "freq": 60.000\n },\n {\n "eid": 1778385170,\n "timestamp": 1746828130,\n "actEnergyDlvd": 27448216.405,\n "actEnergyRcvd": 0.002,\n "apparentEnergy": 32931365.825,\n "reactEnergyLagg": 5700705.533,\n "reactEnergyLead": 108581.708,\n "instantaneousDemand": 2590.884,\n "activePower": 2590.884,\n "apparentPower": 2591.673,\n "reactivePower": -44.887,\n "pwrFactor": 1.000,\n "voltage": 121.126,\n "current": 21.394,\n "freq": 60.000\n },\n {\n "eid": 1778385171,\n "timestamp": 1746828130,\n "actEnergyDlvd": 0.000,\n "actEnergyRcvd": 0.000,\n "apparentEnergy": 0.000,\n "reactEnergyLagg": 0.000,\n "reactEnergyLead": 0.000,\n "instantaneousDemand": 0.000,\n "activePower": 0.000,\n "apparentPower": 0.000,\n "reactivePower": 0.000,\n "pwrFactor": 0.000,\n "voltage": 0.000,\n "current": 0.000,\n "freq": 60.000\n }\n ]\n },\n {\n "eid": 704643584,\n "timestamp": 1746828130,\n "actEnergyDlvd": 32828536.862,\n "actEnergyRcvd": 32821085.061,\n "apparentEnergy": 84013846.994,\n "reactEnergyLagg": 3450717.344,\n "reactEnergyLead": 26711659.556,\n "instantaneousDemand": -4272.949,\n "activePower": -4272.949,\n "apparentPower": 4308.181,\n "reactivePower": -306.042,\n "pwrFactor": -0.993,\n "voltage": 242.064,\n "current": 35.608,\n "freq": 60.000,\n "channels": [\n {\n "eid": 1778385425,\n "timestamp": 1746828130,\n "actEnergyDlvd": 12797326.586,\n "actEnergyRcvd": 18407677.331,\n "apparentEnergy": 39132960.559,\n "reactEnergyLagg": 3019089.784,\n "reactEnergyLead": 8911802.191,\n "instantaneousDemand": -2040.341,\n "activePower": -2040.341,\n "apparentPower": 2049.824,\n "reactivePower": -19.159,\n "pwrFactor": -0.996,\n "voltage": 120.969,\n "current": 16.945,\n "freq": 60.000\n },\n {\n "eid": 1778385426,\n "timestamp": 1746828130,\n "actEnergyDlvd": 20031210.276,\n "actEnergyRcvd": 14413407.730,\n "apparentEnergy": 44880886.435,\n "reactEnergyLagg": 431627.560,\n "reactEnergyLead": 17799857.366,\n "instantaneousDemand": -2232.608,\n "activePower": -2232.608,\n "apparentPower": 2258.357,\n "reactivePower": -286.883,\n "pwrFactor": -0.990,\n "voltage": 121.095,\n "current": 18.663,\n "freq": 60.000\n },\n {\n "eid": 1778385427,\n "timestamp": 1746828130,\n "actEnergyDlvd": 0.000,\n "actEnergyRcvd": 0.000,\n "apparentEnergy": 0.000,\n "reactEnergyLagg": 0.000,\n "reactEnergyLead": 0.000,\n "instantaneousDemand": 0.000,\n "activePower": 0.000,\n "apparentPower": 0.000,\n "reactivePower": 0.000,\n "pwrFactor": 0.000,\n "voltage": 0.000,\n "current": 0.000,\n "freq": 60.000\n }\n ]\n }\n]'
2025-05-09 15:03:00.362 DEBUG (MainThread) [pyenphase.envoy] Requesting https://10.13.2.188/production.json?details=1 with timeout Timeout(connect=10.0, read=45.0, write=10.0, pool=10.0)
2025-05-09 15:03:00.693 DEBUG (MainThread) [pyenphase.envoy] Request reply in 0.3 sec from https://10.13.2.188/production.json?details=1 status 200: application/json b'{"production":[{"type":"inverters","activeCount":23,"readingTime":1746828120,"wNow":5414,"whLifetime":15136382},{"type":"eim","activeCount":1,"measurementType":"production","readingTime":1746828130,"wNow":5178.472,"whLifetime":54950357.376,"varhLeadLifetime":159567.458,"varhLagLifetime":11486569.192,"vahLifetime":65919112.989,"rmsCurrent":42.781,"rmsVoltage":242.125,"reactPwr":-81.412,"apprntPwr":5179.686,"pwrFactor":1.0,"whToday":32847.376,"whLastSevenDays":178471.376,"vahToday":35195.989,"varhLeadToday":328.458,"varhLagToday":2354.192,"lines":[{"wNow":2587.588,"whLifetime":27502140.971,"varhLeadLifetime":50985.751,"varhLagLifetime":5785863.659,"vahLifetime":32987747.164,"rmsCurrent":21.387,"rmsVoltage":121.0,"reactPwr":-36.525,"apprntPwr":2588.013,"pwrFactor":1.0,"whToday":16434.971,"whLastSevenDays":89447.971,"vahToday":17606.164,"varhLeadToday":136.751,"varhLagToday":1178.659},{"wNow":2590.884,"whLifetime":27448216.405,"varhLeadLifetime":108581.708,"varhLagLifetime":5700705.533,"vahLifetime":32931365.825,"rmsCurrent":21.394,"rmsVoltage":121.126,"reactPwr":-44.887,"apprntPwr":2591.673,"pwrFactor":1.0,"whToday":16412.405,"whLastSevenDays":89023.405,"vahToday":17589.825,"varhLeadToday":191.708,"varhLagToday":1175.533}]}],"consumption":[{"type":"eim","activeCount":1,"measurementType":"total-consumption","readingTime":1746828130,"wNow":905.523,"whLifetime":54957460.761,"varhLeadLifetime":26552092.098,"varhLagLifetime":-8035851.848,"vahLifetime":84013846.994,"rmsCurrent":7.173,"rmsVoltage":242.064,"reactPwr":-387.454,"apprntPwr":868.03,"pwrFactor":1.0,"whToday":8837.761,"whLastSevenDays":33.761,"vahToday":34363.994,"varhLeadToday":7512.098,"varhLagToday":0.0,"lines":[{"wNow":547.247,"whLifetime":21891700.484,"varhLeadLifetime":8860816.44,"varhLagLifetime":-2766773.875,"vahLifetime":39132960.559,"rmsCurrent":4.441,"rmsVoltage":120.969,"reactPwr":-55.684,"apprntPwr":537.271,"pwrFactor":1.0,"whToday":3691.484,"whLastSevenDays":20.484,"vahToday":16290.559,"varhLeadToday":2065.44,"varhLagToday":0.0},{"wNow":358.276,"whLifetime":33065760.277,"varhLeadLifetime":17691275.658,"varhLagLifetime":-5269077.973,"vahLifetime":44880886.435,"rmsCurrent":2.731,"rmsVoltage":121.095,"reactPwr":-331.77,"apprntPwr":330.759,"pwrFactor":1.0,"whToday":5146.277,"whLastSevenDays":13.277,"vahToday":18073.435,"varhLeadToday":5446.658,"varhLagToday":0.0}]},{"type":"eim","activeCount":1,"measurementType":"net-consumption","readingTime":1746828130,"wNow":-4272.949,"whLifetime":7800.216,"varhLeadLifetime":26711659.556,"varhLagLifetime":3450717.344,"vahLifetime":84013846.994,"rmsCurrent":-35.608,"rmsVoltage":242.064,"reactPwr":-306.042,"apprntPwr":-4309.792,"pwrFactor":-1.0,"whToday":0,"whLastSevenDays":0,"vahToday":0,"varhLeadToday":0,"varhLagToday":0,"lines":[{"wNow":-2040.341,"whLifetime":-5610261.003,"varhLeadLifetime":8911802.191,"varhLagLifetime":3019089.784,"vahLifetime":39132960.559,"rmsCurrent":-16.945,"rmsVoltage":120.969,"reactPwr":-19.159,"apprntPwr":-2049.852,"pwrFactor":-1.0,"whToday":0,"whLastSevenDays":0,"vahToday":0,"varhLeadToday":0,"varhLagToday":0},{"wNow":-2232.608,"whLifetime":5618061.219,"varhLeadLifetime":17799857.366,"varhLagLifetime":431627.56,"vahLifetime":44880886.435,"rmsCurrent":-18.663,"rmsVoltage":121.095,"reactPwr":-286.883,"apprntPwr":-2259.94,"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"}]}'
2025-05-09 15:03:00.694 DEBUG (MainThread) [pyenphase.envoy] Requesting https://10.13.2.188/api/v1/production/inverters with timeout Timeout(connect=10.0, read=45.0, write=10.0, pool=10.0)
2025-05-09 15:03:00.724 DEBUG (MainThread) [pyenphase.envoy] Request reply in 0.0 sec from https://10.13.2.188/api/v1/production/inverters status 200: application/json b'[\n {\n "serialNumber": "121951141048",\n "lastReportDate": 1746827729,\n "devType": 1,\n "lastReportWatts": 218,\n "maxReportWatts": 251\n },\n {\n "serialNumber": "121951141080",\n "lastReportDate": 1746827819,\n "devType": 1,\n "lastReportWatts": 214,\n "maxReportWatts": 248\n },\n {\n "serialNumber": "121951149883",\n "lastReportDate": 1746827850,\n "devType": 1,\n "lastReportWatts": 211,\n "maxReportWatts": 245\n },\n {\n "serialNumber": "121951138929",\n "lastReportDate": 1746827880,\n "devType": 1,\n "lastReportWatts": 244,\n "maxReportWatts": 292\n },\n {\n "serialNumber": "121951146834",\n "lastReportDate": 1746827910,\n "devType": 1,\n "lastReportWatts": 214,\n "maxReportWatts": 249\n },\n {\n "serialNumber": "121951148496",\n "lastReportDate": 1746827940,\n "devType": 1,\n "lastReportWatts": 276,\n "maxReportWatts": 289\n },\n {\n "serialNumber": "121951138607",\n "lastReportDate": 1746828060,\n "devType": 1,\n "lastReportWatts": 241,\n "maxReportWatts": 290\n },\n {\n "serialNumber": "121951139736",\n "lastReportDate": 1746828030,\n "devType": 1,\n "lastReportWatts": 183,\n "maxReportWatts": 288\n },\n {\n "serialNumber": "121951140078",\n "lastReportDate": 1746828090,\n "devType": 1,\n "lastReportWatts": 239,\n "maxReportWatts": 289\n },\n {\n "serialNumber": "121951138802",\n "lastReportDate": 1746828120,\n "devType": 1,\n "lastReportWatts": 242,\n "maxReportWatts": 290\n },\n {\n "serialNumber": "121951150236",\n "lastReportDate": 1746827248,\n "devType": 1,\n "lastReportWatts": 219,\n "maxReportWatts": 247\n },\n {\n "serialNumber": "121951147580",\n "lastReportDate": 1746827278,\n "devType": 1,\n "lastReportWatts": 250,\n "maxReportWatts": 291\n },\n {\n "serialNumber": "121951151220",\n "lastReportDate": 1746827307,\n "devType": 1,\n "lastReportWatts": 220,\n "maxReportWatts": 249\n },\n {\n "serialNumber": "121951148719",\n "lastReportDate": 1746827337,\n "devType": 1,\n "lastReportWatts": 250,\n "maxReportWatts": 290\n },\n {\n "serialNumber": "122006040213",\n "lastReportDate": 1746827368,\n "devType": 1,\n "lastReportWatts": 223,\n "maxReportWatts": 254\n },\n {\n "serialNumber": "121951141569",\n "lastReportDate": 1746827398,\n "devType": 1,\n "lastReportWatts": 250,\n "maxReportWatts": 294\n },\n {\n "serialNumber": "121951148495",\n "lastReportDate": 1746827428,\n "devType": 1,\n "lastReportWatts": 226,\n "maxReportWatts": 259\n },\n {\n "serialNumber": "121951140285",\n "lastReportDate": 1746827578,\n "devType": 1,\n "lastReportWatts": 252,\n "maxReportWatts": 278\n },\n {\n "serialNumber": "121951149481",\n "lastReportDate": 1746827792,\n "devType": 1,\n "lastReportWatts": 244,\n "maxReportWatts": 290\n },\n {\n "serialNumber": "121951148550",\n "lastReportDate": 1746827458,\n "devType": 1,\n "lastReportWatts": 223,\n "maxReportWatts": 253\n },\n {\n "serialNumber": "121951138931",\n "lastReportDate": 1746827488,\n "devType": 1,\n "lastReportWatts": 275,\n "maxReportWatts": 285\n },\n {\n "serialNumber": "121951150593",\n "lastReportDate": 1746827518,\n "devType": 1,\n "lastReportWatts": 254,\n "maxReportWatts": 298\n },\n {\n "serialNumber": "122019025072",\n "lastReportDate": 1746827308,\n "devType": 1,\n "lastReportWatts": 248,\n "maxReportWatts": 270\n }\n]\n'
2025-05-09 15:03:00.724 DEBUG (MainThread) [pyenphase.envoy] Requesting https://10.13.2.188/admin/lib/tariff with timeout Timeout(connect=10.0, read=45.0, write=10.0, pool=10.0)
2025-05-09 15:03:00.797 DEBUG (MainThread) [pyenphase.envoy] Request reply in 0.1 sec from https://10.13.2.188/admin/lib/tariff status 200: None b'{"tariff":{"currency":{"code":"USD"},"logger":"mylogger","date":"1745395130","storage_settings":{"mode":"economy","operation_mode_sub_type":"","reserved_soc":0.0,"very_low_soc":5,"charge_from_grid":false,"date":"1745395130","opt_schedules":false},"single_rate":{"rate":0.27979999780654909,"sell":0.27979999780654909},"seasons":[{"id":"fall","start":"6/1","days":[{"id":"weekdays","days":"Mon,Tue,Wed,Thu,Fri","must_charge_start":0,"must_charge_duration":0,"must_charge_mode":"CG","peak_rule":"DL","enable_discharge_to_grid":false,"periods":[{"id":"filler","start":0,"rate":0.27979999780654909},{"id":"period_3","start":360,"rate":0.49226999282836916},{"id":"period_1","start":960,"rate":0.827269971370697},{"id":"period_2","start":1260,"rate":0.49226999282836916},{"id":"filler","start":1439,"rate":0.27979999780654909}]},{"id":"weekend","days":"Sat,Sun","must_charge_start":0,"must_charge_duration":0,"must_charge_mode":"CG","peak_rule":"DL","enable_discharge_to_grid":false,"periods":[{"id":"filler","start":0,"rate":0.27979999780654909},{"id":"period_3","start":840,"rate":0.49226999282836916},{"id":"period_1","start":960,"rate":0.827269971370697},{"id":"period_2","start":1260,"rate":0.49226999282836916},{"id":"filler","start":1439,"rate":0.27979999780654909}]}],"tiers":[]},{"id":"winter","start":"11/1","days":[{"id":"weekdays","days":"Mon,Tue,Wed,Thu,Fri","must_charge_start":0,"must_charge_duration":0,"must_charge_mode":"CG","peak_rule":"DL","enable_discharge_to_grid":false,"periods":[{"id":"filler","start":0,"rate":0.2714900076389313},{"id":"period_2","start":360,"rate":0.458730012178421},{"id":"period_1","start":960,"rate":0.5224699974060059},{"id":"period_3","start":1260,"rate":0.458730012178421},{"id":"filler","start":1439,"rate":0.2714900076389313}]},{"id":"weekend","days":"Sat,Sun","must_charge_start":0,"must_charge_duration":0,"must_charge_mode":"CG","peak_rule":"DL","enable_discharge_to_grid":false,"periods":[{"id":"filler","start":0,"rate":0.2714900076389313},{"id":"period_2","start":840,"rate":0.458730012178421},{"id":"period_1","start":960,"rate":0.5224699974060059},{"id":"period_3","start":1260,"rate":0.458730012178421},{"id":"filler","start":1439,"rate":0.2714900076389313}]}],"tiers":[]},{"id":"spring","start":"3/1","days":[{"id":"weekdays","days":"Mon,Tue,Wed,Thu,Fri","must_charge_start":0,"must_charge_duration":0,"must_charge_mode":"CG","peak_rule":"DL","enable_discharge_to_grid":false,"periods":[{"id":"filler","start":0,"rate":0.2714900076389313},{"id":"period_2","start":360,"rate":0.458730012178421},{"id":"filler","start":600,"rate":0.2714900076389313},{"id":"period_3","start":840,"rate":0.458730012178421},{"id":"period_1","start":960,"rate":0.5224699974060059},{"id":"period_4","start":1260,"rate":0.458730012178421},{"id":"filler","start":1439,"rate":0.2714900076389313}]},{"id":"weekend","days":"Sat,Sun","must_charge_start":0,"must_charge_duration":0,"must_charge_mode":"CG","peak_rule":"DL","enable_discharge_to_grid":false,"periods":[{"id":"filler","start":0,"rate":0.2714900076389313},{"id":"period_2","start":840,"rate":0.458730012178421},{"id":"period_1","start":960,"rate":0.5224699974060059},{"id":"period_3","start":1260,"rate":0.458730012178421},{"id":"filler","start":1439,"rate":0.2714900076389313}]}],"tiers":[]},{"id":"summer","start":"5/1","days":[{"id":"weekdays","days":"Mon,Tue,Wed,Thu,Fri","must_charge_start":0,"must_charge_duration":0,"must_charge_mode":"CG","peak_rule":"DL","enable_discharge_to_grid":false,"periods":[{"id":"filler","start":0,"rate":0.2714900076389313},{"id":"period_2","start":360,"rate":0.458730012178421},{"id":"period_1","start":960,"rate":0.5224699974060059},{"id":"period_3","start":1260,"rate":0.458730012178421},{"id":"filler","start":1439,"rate":0.2714900076389313}]},{"id":"weekend","days":"Sat,Sun","must_charge_start":0,"must_charge_duration":0,"must_charge_mode":"CG","peak_rule":"DL","enable_discharge_to_grid":false,"periods":[{"id":"filler","start":0,"rate":0.2714900076389313},{"id":"period_2","start":840,"rate":0.458730012178421},{"id":"period_1","start":960,"rate":0.5224699974060059},{"id":"period_3","start":1260,"rate":0.458730012178421},{"id":"filler","start":1439,"rate":0.2714900076389313}]}],"tiers":[]}],"seasons_sell":[{"id":"fall","start":"6/1","days":[{"id":"weekdays","days":"Mon,Tue,Wed,Thu,Fri","periods":[{"id":"filler","start":0,"rate":0.27979999780654909},{"id":"period_3","start":360,"rate":0.49226999282836916},{"id":"period_1","start":960,"rate":0.827269971370697},{"id":"period_2","start":1260,"rate":0.49226999282836916},{"id":"filler","start":1439,"rate":0.27979999780654909}]},{"id":"weekend","days":"Sat,Sun","periods":[{"id":"filler","start":0,"rate":0.27979999780654909},{"id":"period_3","start":840,"rate":0.49226999282836916},{"id":"period_1","start":960,"rate":0.827269971370697},{"id":"period_2","start":1260,"rate":0.49226999282836916},{"id":"filler","start":1439,"rate":0.27979999780654909}]}]},{"id":"winter","start":"11/1","days":[{"id":"weekdays","days":"Mon,Tue,Wed,Thu,Fri","periods":[{"id":"filler","start":0,"rate":0.2714900076389313},{"id":"period_2","start":360,"rate":0.458730012178421},{"id":"period_1","start":960,"rate":0.5224699974060059},{"id":"period_3","start":1260,"rate":0.458730012178421},{"id":"filler","start":1439,"rate":0.2714900076389313}]},{"id":"weekend","days":"Sat,Sun","periods":[{"id":"filler","start":0,"rate":0.2714900076389313},{"id":"period_2","start":840,"rate":0.458730012178421},{"id":"period_1","start":960,"rate":0.5224699974060059},{"id":"period_3","start":1260,"rate":0.458730012178421},{"id":"filler","start":1439,"rate":0.2714900076389313}]}]},{"id":"spring","start":"3/1","days":[{"id":"weekdays","days":"Mon,Tue,Wed,Thu,Fri","periods":[{"id":"filler","start":0,"rate":0.2714900076389313},{"id":"period_2","start":360,"rate":0.458730012178421},{"id":"filler","start":600,"rate":0.2714900076389313},{"id":"period_3","start":840,"rate":0.458730012178421},{"id":"period_1","start":960,"rate":0.5224699974060059},{"id":"period_4","start":1260,"rate":0.458730012178421},{"id":"filler","start":1439,"rate":0.2714900076389313}]},{"id":"weekend","days":"Sat,Sun","periods":[{"id":"filler","start":0,"rate":0.2714900076389313},{"id":"period_2","start":840,"rate":0.458730012178421},{"id":"period_1","start":960,"rate":0.5224699974060059},{"id":"period_3","start":1260,"rate":0.458730012178421},{"id":"filler","start":1439,"rate":0.2714900076389313}]}]},{"id":"summer","start":"5/1","days":[{"id":"weekdays","days":"Mon,Tue,Wed,Thu,Fri","periods":[{"id":"filler","start":0,"rate":0.2714900076389313},{"id":"period_2","start":360,"rate":0.458730012178421},{"id":"period_1","start":960,"rate":0.5224699974060059},{"id":"period_3","start":1260,"rate":0.458730012178421},{"id":"filler","start":1439,"rate":0.2714900076389313}]},{"id":"weekend","days":"Sat,Sun","periods":[{"id":"filler","start":0,"rate":0.2714900076389313},{"id":"period_2","start":840,"rate":0.458730012178421},{"id":"period_1","start":960,"rate":0.5224699974060059},{"id":"period_3","start":1260,"rate":0.458730012178421},{"id":"filler","start":1439,"rate":0.2714900076389313}]}]}]},"schedule":{"filename":"Tariff","source":"Tariff","date":"2025-05-02 22:26:41 UTC","version":"00.00.02","reserved_soc":0.0,"very_low_soc":5,"charge_from_grid":false,"batt_mode":"economy","battery_mode":"economy","operation_mode_sub_type":"","opt_schedules":false,"override":false,"override_backup_soc":30.0,"override_chg_dischg_rate":0.0,"override_tou_mode":"StorageTouMode_DEFAULT_TOU_MODE","schedule":{"Disable":[{"Sun":[{"start":0,"duration":1440,"setting":"ID"}]},{"Mon":[{"start":0,"duration":1440,"setting":"ID"}]},{"Tue":[{"start":0,"duration":1440,"setting":"ID"}]},{"Wed":[{"start":0,"duration":1440,"setting":"ID"}]},{"Thu":[{"start":0,"duration":1440,"setting":"ID"}]},{"Fri":[{"start":0,"duration":1440,"setting":"ID"}]},{"Sat":[{"start":0,"duration":1440,"setting":"ID"}]}],"tariff":[{"start":"3/1","end":"5/1","Sun":[{"start":0,"duration":960,"setting":"CP"},{"start":960,"duration":300,"setting":"DL"},{"start":1260,"duration":180,"setting":"CP"}],"Mon":[{"start":0,"duration":960,"setting":"CP"},{"start":960,"duration":300,"setting":"DL"},{"start":1260,"duration":180,"setting":"CP"}],"Tue":[{"start":0,"duration":960,"setting":"CP"},{"start":960,"duration":300,"setting":"DL"},{"start":1260,"duration":180,"setting":"CP"}],"Wed":[{"start":0,"duration":960,"setting":"CP"},{"start":960,"duration":300,"setting":"DL"},{"start":1260,"duration":180,"setting":"CP"}],"Thu":[{"start":0,"duration":960,"setting":"CP"},{"start":960,"duration":300,"setting":"DL"},{"start":1260,"duration":180,"setting":"CP"}],"Fri":[{"start":0,"duration":960,"setting":"CP"},{"start":960,"duration":300,"setting":"DL"},{"start":1260,"duration":180,"setting":"CP"}],"Sat":[{"start":0,"duration":960,"setting":"CP"},{"start":960,"duration":300,"setting":"DL"},{"start":1260,"duration":180,"setting":"CP"}]},{"start":"5/1","end":"6/1","Sun":[{"start":0,"duration":960,"setting":"CP"},{"start":960,"duration":300,"setting":"DL"},{"start":1260,"duration":180,"setting":"CP"}],"Mon":[{"start":0,"duration":960,"setting":"CP"},{"start":960,"duration":300,"setting":"DL"},{"start":1260,"duration":180,"setting":"CP"}],"Tue":[{"start":0,"duration":960,"setting":"CP"},{"start":960,"duration":300,"setting":"DL"},{"start":1260,"duration":180,"setting":"CP"}],"Wed":[{"start":0,"duration":960,"setting":"CP"},{"start":960,"duration":300,"setting":"DL"},{"start":1260,"duration":180,"setting":"CP"}],"Thu":[{"start":0,"duration":960,"setting":"CP"},{"start":960,"duration":300,"setting":"DL"},{"start":1260,"duration":180,"setting":"CP"}],"Fri":[{"start":0,"duration":960,"setting":"CP"},{"start":960,"duration":300,"setting":"DL"},{"start":1260,"duration":180,"setting":"CP"}],"Sat":[{"start":0,"duration":960,"setting":"CP"},{"start":960,"duration":300,"setting":"DL"},{"start":1260,"duration":180,"setting":"CP"}]},{"start":"6/1","end":"11/1","Sun":[{"start":0,"duration":960,"setting":"CP"},{"start":960,"duration":300,"setting":"DL"},{"start":1260,"duration":180,"setting":"CP"}],"Mon":[{"start":0,"duration":960,"setting":"CP"},{"start":960,"duration":300,"setting":"DL"},{"start":1260,"duration":180,"setting":"CP"}],"Tue":[{"start":0,"duration":960,"setting":"CP"},{"start":960,"duration":300,"setting":"DL"},{"start":1260,"duration":180,"setting":"CP"}],"Wed":[{"start":0,"duration":960,"setting":"CP"},{"start":960,"duration":300,"setting":"DL"},{"start":1260,"duration":180,"setting":"CP"}],"Thu":[{"start":0,"duration":960,"setting":"CP"},{"start":960,"duration":300,"setting":"DL"},{"start":1260,"duration":180,"setting":"CP"}],"Fri":[{"start":0,"duration":960,"setting":"CP"},{"start":960,"duration":300,"setting":"DL"},{"start":1260,"duration":180,"setting":"CP"}],"Sat":[{"start":0,"duration":960,"setting":"CP"},{"start":960,"duration":300,"setting":"DL"},{"start":1260,"duration":180,"setting":"CP"}]},{"start":"11/1","end":"3/1","Sun":[{"start":0,"duration":960,"setting":"CP"},{"start":960,"duration":300,"setting":"DL"},{"start":1260,"duration":180,"setting":"CP"}],"Mon":[{"start":0,"duration":960,"setting":"CP"},{"start":960,"duration":300,"setting":"DL"},{"start":1260,"duration":180,"setting":"CP"}],"Tue":[{"start":0,"duration":960,"setting":"CP"},{"start":960,"duration":300,"setting":"DL"},{"start":1260,"duration":180,"setting":"CP"}],"Wed":[{"start":0,"duration":960,"setting":"CP"},{"start":960,"duration":300,"setting":"DL"},{"start":1260,"duration":180,"setting":"CP"}],"Thu":[{"start":0,"duration":960,"setting":"CP"},{"start":960,"duration":300,"setting":"DL"},{"start":1260,"duration":180,"setting":"CP"}],"Fri":[{"start":0,"duration":960,"setting":"CP"},{"start":960,"duration":300,"setting":"DL"},{"start":1260,"duration":180,"setting":"CP"}],"Sat":[{"start":0,"duration":960,"setting":"CP"},{"start":960,"duration":300,"setting":"DL"},{"start":1260,"duration":180,"setting":"CP"}]}]}}}'
2025-05-09 15:03:00.798 DEBUG (MainThread) [homeassistant.components.enphase_envoy.coordinator] Envoy data: EnvoyData(encharge_inventory=None, encharge_power=None, encharge_aggregate=None, enpower=None, acb_power=None, battery_aggregate=None, system_consumption=EnvoySystemConsumption(watt_hours_lifetime=54957461, watt_hours_last_7_days=34, watt_hours_today=8838, watts_now=906), system_production=EnvoySystemProduction(watt_hours_lifetime=54950357, watt_hours_last_7_days=178471, watt_hours_today=32847, watts_now=5178), system_consumption_phases={<PhaseNames.PHASE_1: 'L1'>: EnvoySystemConsumption(watt_hours_lifetime=21891700, watt_hours_last_7_days=20, watt_hours_today=3691, watts_now=547), <PhaseNames.PHASE_2: 'L2'>: EnvoySystemConsumption(watt_hours_lifetime=33065760, watt_hours_last_7_days=13, watt_hours_today=5146, watts_now=358)}, system_production_phases={<PhaseNames.PHASE_1: 'L1'>: EnvoySystemProduction(watt_hours_lifetime=27502141, watt_hours_last_7_days=89448, watt_hours_today=16435, watts_now=2588), <PhaseNames.PHASE_2: 'L2'>: EnvoySystemProduction(watt_hours_lifetime=27448216, watt_hours_last_7_days=89023, watt_hours_today=16412, watts_now=2591)}, system_net_consumption=EnvoySystemConsumption(watt_hours_lifetime=7800, watt_hours_last_7_days=0, watt_hours_today=0, watts_now=-4273), system_net_consumption_phases={<PhaseNames.PHASE_1: 'L1'>: EnvoySystemConsumption(watt_hours_lifetime=-5610261, watt_hours_last_7_days=0, watt_hours_today=0, watts_now=-2040), <PhaseNames.PHASE_2: 'L2'>: EnvoySystemConsumption(watt_hours_lifetime=5618061, watt_hours_last_7_days=0, watt_hours_today=0, watts_now=-2233)}, ctmeter_production=EnvoyMeterData(eid=704643328, timestamp=1746828130, energy_delivered=54950357, energy_received=0, active_power=5178, power_factor=1.0, voltage=242.125, current=42.781, frequency=60.0, state='enabled', measurement_type='production', metering_status='normal', status_flags=[]), ctmeter_consumption=EnvoyMeterData(eid=704643584, timestamp=1746828130, energy_delivered=32828537, energy_received=32821085, active_power=-4273, power_factor=-0.993, voltage=242.064, current=35.608, frequency=60.0, state='enabled', measurement_type='net-consumption', metering_status='normal', status_flags=[]), ctmeter_storage=None, ctmeter_production_phases={<PhaseNames.PHASE_1: 'L1'>: EnvoyMeterData(eid=1778385169, timestamp=1746828130, energy_delivered=27502141, energy_received=0, active_power=2588, power_factor=1.0, voltage=121.0, current=21.387, frequency=60.0, state='enabled', measurement_type='production', metering_status='normal', status_flags=[]), <PhaseNames.PHASE_2: 'L2'>: EnvoyMeterData(eid=1778385170, timestamp=1746828130, energy_delivered=27448216, energy_received=0, active_power=2591, power_factor=1.0, voltage=121.126, current=21.394, frequency=60.0, state='enabled', measurement_type='production', metering_status='normal', status_flags=[])}, ctmeter_consumption_phases={<PhaseNames.PHASE_1: 'L1'>: EnvoyMeterData(eid=1778385425, timestamp=1746828130, energy_delivered=12797327, energy_received=18407677, active_power=-2040, power_factor=-0.996, voltage=120.969, current=16.945, frequency=60.0, state='enabled', measurement_type='net-consumption', metering_status='normal', status_flags=[]), <PhaseNames.PHASE_2: 'L2'>: EnvoyMeterData(eid=1778385426, timestamp=1746828130, energy_delivered=20031210, energy_received=14413408, active_power=-2233, power_factor=-0.99, voltage=121.095, current=18.663, frequency=60.0, state='enabled', measurement_type='net-consumption', metering_status='normal', status_flags=[])}, ctmeter_storage_phases=None, dry_contact_status={}, dry_contact_settings={}, inverters={'121951141048': EnvoyInverter(serial_number='121951141048', last_report_date=1746827729, last_report_watts=218, max_report_watts=251), '121951141080': EnvoyInverter(serial_number='121951141080', last_report_date=1746827819, last_report_watts=214, max_report_wat
D497
ts=248), '121951149883': EnvoyInverter(serial_number='121951149883', last_report_date=1746827850, last_report_watts=211, max_report_watts=245), '121951138929': EnvoyInverter(serial_number='121951138929', last_report_date=1746827880, last_report_watts=244, max_report_watts=292), '121951146834': EnvoyInverter(serial_number='121951146834', last_report_date=1746827910, last_report_watts=214, max_report_watts=249), '121951148496': EnvoyInverter(serial_number='121951148496', last_report_date=1746827940, last_report_watts=276, max_report_watts=289), '121951138607': EnvoyInverter(serial_number='121951138607', last_report_date=1746828060, last_report_watts=241, max_report_watts=290), '121951139736': EnvoyInverter(serial_number='121951139736', last_report_date=1746828030, last_report_watts=183, max_report_watts=288), '121951140078': EnvoyInverter(serial_number='121951140078', last_report_date=1746828090, last_report_watts=239, max_report_watts=289), '121951138802': EnvoyInverter(serial_number='121951138802', last_report_date=1746828120, last_report_watts=242, max_report_watts=290), '121951150236': EnvoyInverter(serial_number='121951150236', last_report_date=1746827248, last_report_watts=219, max_report_watts=247), '121951147580': EnvoyInverter(serial_number='121951147580', last_report_date=1746827278, last_report_watts=250, max_report_watts=291), '121951151220': EnvoyInverter(serial_number='121951151220', last_report_date=1746827307, last_report_watts=220, max_report_watts=249), '121951148719': EnvoyInverter(serial_number='121951148719', last_report_date=1746827337, last_report_watts=250, max_report_watts=290), '122006040213': EnvoyInverter(serial_number='122006040213', last_report_date=1746827368, last_report_watts=223, max_report_watts=254), '121951141569': EnvoyInverter(serial_number='121951141569', last_report_date=1746827398, last_report_watts=250, max_report_watts=294), '121951148495': EnvoyInverter(serial_number='121951148495', last_report_date=1746827428, last_report_watts=226, max_report_watts=259), '121951140285': EnvoyInverter(serial_number='121951140285', last_report_date=1746827578, last_report_watts=252, max_report_watts=278), '121951149481': EnvoyInverter(serial_number='121951149481', last_report_date=1746827792, last_report_watts=244, max_report_watts=290), '121951148550': EnvoyInverter(serial_number='121951148550', last_report_date=1746827458, last_report_watts=223, max_report_watts=253), '121951138931': EnvoyInverter(serial_number='121951138931', last_report_date=1746827488, last_report_watts=275, max_report_watts=285), '121951150593': EnvoyInverter(serial_number='121951150593', last_report_date=1746827518, last_report_watts=254, max_report_watts=298), '122019025072': EnvoyInverter(serial_number='122019025072', last_report_date=1746827308, last_report_watts=248, max_report_watts=270)}, tariff=EnvoyTariff(currency={'code': 'USD'}, logger='mylogger', date='1745395130', storage_settings=EnvoyStorageSettings(mode=<EnvoyStorageMode.SAVINGS: 'economy'>, operation_mode_sub_type='', reserved_soc=0.0, very_low_soc=5, charge_from_grid=False, date='1745395130', opt_schedules=False), single_rate={'rate': 0.2797999978065491, 'sell': 0.2797999978065491}, seasons=[{'id': 'fall', 'start': '6/1', 'days': [{'id': 'weekdays', 'days': 'Mon,Tue,Wed,Thu,Fri', 'must_charge_start': 0, 'must_charge_duration': 0, 'must_charge_mode': 'CG', 'peak_rule': 'DL', 'enable_discharge_to_grid': False, 'periods': [{'id': 'filler', 'start': 0, 'rate': 0.2797999978065491}, {'id': 'period_3', 'start': 360, 'rate': 0.49226999282836914}, {'id': 'period_1', 'start': 960, 'rate': 0.827269971370697}, {'id': 'period_2', 'start': 1260, 'rate': 0.49226999282836914}, {'id': 'filler', 'start': 1439, 'rate': 0.2797999978065491}]}, {'id': 'weekend', 'days': 'Sat,Sun', 'must_charge_start': 0, 'must_charge_duration': 0, 'must_charge_mode': 'CG', 'peak_rule': 'DL', 'enable_discharge_to_grid': False, 'periods': [{'id': 'filler', 'start': 0, 'rate': 0.2797999978065491}, {'id': 'period_3', 'start': 840, 'rate': 0.49226999282836914}, {'id': 'period_1', 'start': 960, 'rate': 0.827269971370697}, {'id': 'period_2', 'start': 1260, 'rate': 0.49226999282836914}, {'id': 'filler', 'start': 1439, 'rate': 0.2797999978065491}]}], 'tiers': []}, {'id': 'winter', 'start': '11/1', 'days': [{'id': 'weekdays', 'days': 'Mon,Tue,Wed,Thu,Fri', 'must_charge_start': 0, 'must_charge_duration': 0, 'must_charge_mode': 'CG', 'peak_rule': 'DL', 'enable_discharge_to_grid': False, 'periods': [{'id': 'filler', 'start': 0, 'rate': 0.2714900076389313}, {'id': 'period_2', 'start': 360, 'rate': 0.458730012178421}, {'id': 'period_1', 'start': 960, 'rate': 0.5224699974060059}, {'id': 'period_3', 'start': 1260, 'rate': 0.458730012178421}, {'id': 'filler', 'start': 1439, 'rate': 0.2714900076389313}]}, {'id': 'weekend', 'days': 'Sat,Sun', 'must_charge_start': 0, 'must_charge_duration': 0, 'must_charge_mode': 'CG', 'peak_rule': 'DL', 'enable_discharge_to_grid': False, 'periods': [{'id': 'filler', 'start': 0, 'rate': 0.2714900076389313}, {'id': 'period_2', 'start': 840, 'rate': 0.458730012178421}, {'id': 'period_1', 'start': 960, 'rate': 0.5224699974060059}, {'id': 'period_3', 'start': 1260, 'rate': 0.458730012178421}, {'id': 'filler', 'start': 1439, 'rate': 0.2714900076389313}]}], 'tiers': []}, {'id': 'spring', 'start': '3/1', 'days': [{'id': 'weekdays', 'days': 'Mon,Tue,Wed,Thu,Fri', 'must_charge_start': 0, 'must_charge_duration': 0, 'must_charge_mode': 'CG', 'peak_rule': 'DL', 'enable_discharge_to_grid': False, 'periods': [{'id': 'filler', 'start': 0, 'rate': 0.2714900076389313}, {'id': 'period_2', 'start': 360, 'rate': 0.458730012178421}, {'id': 'filler', 'start': 600, 'rate': 0.2714900076389313}, {'id': 'period_3', 'start': 840, 'rate': 0.458730012178421}, {'id': 'period_1', 'start': 960, 'rate': 0.5224699974060059}, {'id': 'period_4', 'start': 1260, 'rate': 0.458730012178421}, {'id': 'filler', 'start': 1439, 'rate': 0.2714900076389313}]}, {'id': 'weekend', 'days': 'Sat,Sun', 'must_charge_start': 0, 'must_charge_duration': 0, 'must_charge_mode': 'CG', 'peak_rule': 'DL', 'enable_discharge_to_grid': False, 'periods': [{'id': 'filler', 'start': 0, 'rate': 0.2714900076389313}, {'id': 'period_2', 'start': 840, 'rate': 0.458730012178421}, {'id': 'period_1', 'start': 960, 'rate': 0.5224699974060059}, {'id': 'period_3', 'start': 1260, 'rate': 0.458730012178421}, {'id': 'filler', 'start': 1439, 'rate': 0.2714900076389313}]}], 'tiers': []}, {'id': 'summer', 'start': '5/1', 'days': [{'id': 'weekdays', 'days': 'Mon,Tue,Wed,Thu,Fri', 'must_charge_start': 0, 'must_charge_duration': 0, 'must_charge_mode': 'CG', 'peak_rule': 'DL', 'enable_discharge_to_grid': False, 'periods': [{'id': 'filler', 'start': 0, 'rate': 0.2714900076389313}, {'id': 'period_2', 'start': 360, 'rate': 0.458730012178421}, {'id': 'period_1', 'start': 960, 'rate': 0.5224699974060059}, {'id': 'period_3', 'start': 1260, 'rate': 0.458730012178421}, {'id': 'filler', 'start': 1439, 'rate': 0.2714900076389313}]}, {'id': 'weekend', 'days': 'Sat,Sun', 'must_charge_start': 0, 'must_charge_duration': 0, 'must_charge_mode': 'CG', 'peak_rule': 'DL', 'enable_discharge_to_grid': False, 'periods': [{'id': 'filler', 'start': 0, 'rate': 0.2714900076389313}, {'id': 'period_2', 'start': 840, 'rate': 0.458730012178421}, {'id': 'period_1', 'start': 960, 'rate': 0.5224699974060059}, {'id': 'period_3', 'start': 1260, 'rate': 0.458730012178421}, {'id': 'filler', 'start': 1439, 'rate': 0.2714900076389313}]}], 'tiers': []}], seasons_sell=[{'id': 'fall', 'start': '6/1', 'days': [{'id': 'weekdays', 'days': 'Mon,Tue,Wed,Thu,Fri', 'periods': [{'id': 'filler', 'start': 0, 'rate': 0.2797999978065491}, {'id': 'period_3', 'start': 360, 'rate': 0.49226999282836914}, {'id': 'period_1', 'start': 960, 'rate': 0.827269971370697}, {'id': 'period_2', 'start': 1260, 'rate': 0.49226999282836914}, {'id': 'filler', 'start': 1439, 'rate': 0.2797999978065491}]}, {'id': 'weekend', 'days': 'Sat,Sun', 'periods': [{'id': 'filler', 'start': 0, 'rate': 0.2797999978065491}, {'id': 'period_3', 'start': 840, 'rate': 0.49226999282836914}, {'id': 'period_1', 'start': 960, 'rate': 0.827269971370697}, {'id': 'period_2', 'start': 1260, 'rate': 0.49226999282836914}, {'id': 'filler', 'start': 1439, 'rate': 0.2797999978065491}]}]}, {'id': 'winter', 'start': '11/1', 'days': [{'id': 'weekdays', 'days': 'Mon,Tue,Wed,Thu,Fri', 'periods': [{'id': 'filler', 'start': 0, 'rate': 0.2714900076389313}, {'id': 'period_2', 'start': 360, 'rate': 0.458730012178421}, {'id': 'period_1', 'start': 960, 'rate': 0.5224699974060059}, {'id': 'period_3', 'start': 1260, 'rate': 0.458730012178421}, {'id': 'filler', 'start': 1439, 'rate': 0.2714900076389313}]}, {'id': 'weekend', 'days': 'Sat,Sun', 'periods': [{'id': 'filler', 'start': 0, 'rate': 0.2714900076389313}, {'id': 'period_2', 'start': 840, 'rate': 0.458730012178421}, {'id': 'period_1', 'start': 960, 'rate': 0.5224699974060059}, {'id': 'period_3', 'start': 1260, 'rate': 0.458730012178421}, {'id': 'filler', 'start': 1439, 'rate': 0.2714900076389313}]}]}, {'id': 'spring', 'start': '3/1', 'days': [{'id': 'weekdays', 'days': 'Mon,Tue,Wed,Thu,Fri', 'periods': [{'id': 'filler', 'start': 0, 'rate': 0.2714900076389313}, {'id': 'period_2', 'start': 360, 'rate': 0.458730012178421}, {'id': 'filler', 'start': 600, 'rate': 0.2714900076389313}, {'id': 'period_3', 'start': 840, 'rate': 0.458730012178421}, {'id': 'period_1', 'start': 960, 'rate': 0.5224699974060059}, {'id': 'period_4', 'start': 1260, 'rate': 0.458730012178421}, {'id': 'filler', 'start': 1439, 'rate': 0.2714900076389313}]}, {'id': 'weekend', 'days': 'Sat,Sun', 'periods': [{'id': 'filler', 'start': 0, 'rate': 0.2714900076389313}, {'id': 'period_2', 'start': 840, 'rate': 0.458730012178421}, {'id': 'period_1', 'start': 960, 'rate': 0.5224699974060059}, {'id': 'period_3', 'start': 1260, 'rate': 0.458730012178421}, {'id': 'filler', 'start': 1439, 'rate': 0.2714900076389313}]}]}, {'id': 'summer', 'start': '5/1', 'days': [{'id': 'weekdays', 'days': 'Mon,Tue,Wed,Thu,Fri', 'periods': [{'id': 'filler', 'start': 0, 'rate': 0.2714900076389313}, {'id': 'period_2', 'start': 360, 'rate': 0.458730012178421}, {'id': 'period_1', 'start': 960, 'rate': 0.5224699974060059}, {'id': 'period_3', 'start': 1260, 'rate': 0.458730012178421}, {'id': 'filler', 'start': 1439, 'rate': 0.2714900076389313}]}, {'id': 'weekend', 'days': 'Sat,Sun', 'periods': [{'id': 'filler', 'start': 0, 'rate': 0.2714900076389313}, {'id': 'period_2', 'start': 840, 'rate': 0.458730012178421}, {'id': 'period_1', 'start': 960, 'rate': 0.5224699974060059}, {'id': 'period_3', 'start': 1260, 'rate': 0.458730012178421}, {'id': 'filler', 'start': 1439, 'rate': 0.2714900076389313}]}]}]), raw={'/ivp/meters': [{'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': []}], '/ivp/meters/readings': [{'eid': 704643328, 'timestamp': 1746828130, 'actEnergyDlvd': 54950357.376, 'actEnergyRcvd': 0.009, 'apparentEnergy': 65919112.989, 'reactEnergyLagg': 11486569.192, 'reactEnergyLead': 159567.458, 'instantaneousDemand': 5178.472, 'activePower': 5178.472, 'apparentPower': 5179.686, 'reactivePower': -81.412, 'pwrFactor': 1.0, 'voltage': 242.125, 'current': 42.781, 'freq': 60.0, 'channels': [{'eid': 1778385169, 'timestamp': 1746828130, 'actEnergyDlvd': 27502140.971, 'actEnergyRcvd': 0.007, 'apparentEnergy': 32987747.164, 'reactEnergyLagg': 5785863.659, 'reactEnergyLead': 50985.751, 'instantaneousDemand': 2587.588, 'activePower': 2587.588, 'apparentPower': 2588.013, 'reactivePower': -36.525, 'pwrFactor': 1.0, 'voltage': 121.0, 'current': 21.387, 'freq': 60.0}, {'eid': 1778385170, 'timestamp': 1746828130, 'actEnergyDlvd': 27448216.405, 'actEnergyRcvd': 0.002, 'apparentEnergy': 32931365.825, 'reactEnergyLagg': 5700705.533, 'reactEnergyLead': 108581.708, 'instantaneousDemand': 2590.884, 'activePower': 2590.884, 'apparentPower': 2591.673, 'reactivePower': -44.887, 'pwrFactor': 1.0, 'voltage': 121.126, 'current': 21.394, 'freq': 60.0}, {'eid': 1778385171, 'timestamp': 1746828130, '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': 1746828130, 'actEnergyDlvd': 32828536.862, 'actEnergyRcvd': 32821085.061, 'apparentEnergy': 84013846.994, 'reactEnergyLagg': 3450717.344, 'reactEnergyLead': 26711659.556, 'instantaneousDemand': -4272.949, 'activePower': -4272.949, 'apparentPower': 4308.181, 'reactivePower': -306.042, 'pwrFactor': -0.993, 'voltage': 242.064, 'current': 35.608, 'freq': 60.0, 'channels': [{'eid': 1778385425, 'timestamp': 1746828130, 'actEnergyDlvd': 12797326.586, 'actEnergyRcvd': 18407677.331, 'apparentEnergy': 39132960.559, 'reactEnergyLagg': 3019089.784, 'reactEnergyLead': 8911802.191, 'instantaneousDemand': -2040.341, 'activePower': -2040.341, 'apparentPower': 2049.824, 'reactivePower': -19.159, 'pwrFactor': -0.996, 'voltage': 120.969, 'current': 16.945, 'freq': 60.0}, {'eid': 1778385426, 'timestamp': 1746828130, 'actEnergyDlvd': 20031210.276, 'actEnergyRcvd': 14413407.73, 'apparentEnergy': 44880886.435, 'reactEnergyLagg': 431627.56, 'reactEnergyLead': 17799857.366, 'instantaneousDemand': -2232.608, 'activePower': -2232.608, 'apparentPower': 2258.357, 'reactivePower': -286.883, 'pwrFactor': -0.99, 'voltage': 121.095, 'current': 18.663, 'freq': 60.0}, {'eid': 1778385427, 'timestamp': 1746828130, '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}]}], '/production.json?details=1': {'production': [{'type': 'inverters', 'activeCount': 23, 'readingTime': 1746828120, 'wNow': 5414, 'whLifetime': 15136382}, {'type': 'eim', 'activeCount': 1, 'measurementType': 'production', 'readingTime': 1746828130, 'wNow': 5178.472, 'whLifetime': 54950357.376, 'varhLeadLifetime': 159567.458, 'varhLagLifetime': 11486569.192, 'vahLifetime': 65919112.989, 'rmsCurrent': 42.781, 'rmsVoltage': 242.125, 'reactPwr': -81.412, 'apprntPwr': 5179.686, 'pwrFactor': 1.0, 'whToday': 32847.376, 'whLastSevenDays': 178471.376, 'vahToday': 35195.989, 'varhLeadToday': 328.458, 'varhLagToday': 2354.192, 'lines': [{'wNow': 2587.588, 'whLifetime': 27502140.971, 'varhLeadLifetime': 50985.751, 'varhLagLifetime': 5785863.659, 'vahLifetime': 32987747.164, 'rmsCurrent': 21.387, 'rmsVoltage': 121.0, 'reactPwr': -36.525, 'apprntPwr': 2588.013, 'pwrFactor': 1.0, 'whToday': 16434.971, 'whLastSevenDays': 89447.971, 'vahToday': 17606.164, 'varhLeadToday': 136.751, 'varhLagToday': 1178.659}, {'wNow': 2590.884, 'whLifetime': 27448216.405, 'varhLeadLifetime': 108581.708, 'varhLagLifetime': 5700705.533, 'vahLifetime': 32931365.825, 'rmsCurrent': 21.394, 'rmsVoltage': 121.126, 'reactPwr': -44.887, 'apprntPwr': 2591.673, 'pwrFactor': 1.0, 'whToday': 16412.405, 'whLastSevenDays': 89023.405, 'vahToday': 17589.825, 'varhLeadToday': 191.708, 'varhLagToday': 1175.533}]}], 'consumption': [{'type': 'eim', 'activeCount': 1, 'measurementType': 'total-consumption', 'readingTime': 1746828130, 'wNow': 905.523, 'whLifetime': 54957460.761, 'varhLeadLifetime': 26552092.098, 'varhLagLifetime': -8035851.848, 'vahLifetime': 84013846.994, 'rmsCurrent': 7.173, 'rmsVoltage': 242.064, 'reactPwr': -387.454, 'apprntPwr': 868.03, 'pwrFactor': 1.0, 'whToday': 8837.761, 'whLastSevenDays': 33.761, 'vahToday': 34363.994, 'varhLeadToday': 7512.098, 'varhLagToday': 0.0, 'lines': [{'wNow': 547.247, 'whLifetime': 21891700.484, 'varhLeadLifetime': 8860816.44, 'varhLagLifetime': -2766773.875, 'vahLifetime': 39132960.559, 'rmsCurrent': 4.441, 'rmsVoltage': 120.969, 'reactPwr': -55.684, 'apprntPwr': 537.271, 'pwrFactor': 1.0, 'whToday': 3691.484, 'whLastSevenDays': 20.484, 'vahToday': 16290.559, 'varhLeadToday': 2065.44, 'varhLagToday': 0.0}, {'wNow': 358.276, 'whLifetime': 33065760.277, 'varhLeadLifetime': 17691275.658, 'varhLagLifetime': -5269077.973, 'vahLifetime': 44880886.435, 'rmsCurrent': 2.731, 'rmsVoltage': 121.095, 'reactPwr': -331.77, 'apprntPwr': 330.759, 'pwrFactor': 1.0, 'whToday': 5146.277, 'whLastSevenDays': 13.277, 'vahToday': 18073.435, 'varhLeadToday': 5446.658, 'varhLagToday': 0.0}]}, {'type': 'eim', 'activeCount': 1, 'measurementType': 'net-consumption', 'readingTime': 1746828130, 'wNow': -4272.949, 'whLifetime': 7800.216, 'varhLeadLifetime': 26711659.556, 'varhLagLifetime': 3450717.344, 'vahLifetime': 84013846.994, 'rmsCurrent': -35.608, 'rmsVoltage': 242.064, 'reactPwr': -306.042, 'apprntPwr': -4309.792, 'pwrFactor': -1.0, 'whToday': 0, 'whLastSevenDays': 0, 'vahToday': 0, 'varhLeadToday': 0, 'varhLagToday': 0, 'lines': [{'wNow': -2040.341, 'whLifetime': -5610261.003, 'varhLeadLifetime': 8911802.191, 'varhLagLifetime': 3019089.784, 'vahLifetime': 39132960.559, 'rmsCurrent': -16.945, 'rmsVoltage': 120.969, 'reactPwr': -19.159, 'apprntPwr': -2049.852, 'pwrFactor': -1.0, 'whToday': 0, 'whLastSevenDays': 0, 'vahToday': 0, 'varhLeadToday': 0, 'varhLagToday': 0}, {'wNow': -2232.608, 'whLifetime': 5618061.219, 'varhLeadLifetime': 17799857.366, 'varhLagLifetime': 431627.56, 'vahLifetime': 44880886.435, 'rmsCurrent': -18.663, 'rmsVoltage': 121.095, 'reactPwr': -286.883, 'apprntPwr': -2259.94, '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'}]}, '/api/v1/production/inverters': [{'serialNumber': '121951141048', 'lastReportDate': 1746827729, 'devType': 1, 'lastReportWatts': 218, 'maxReportWatts': 251}, {'serialNumber': '121951141080', 'lastReportDate': 1746827819, 'devType': 1, 'lastReportWatts': 214, 'maxReportWatts': 248}, {'serialNumber': '121951149883', 'lastReportDate': 1746827850, 'devType': 1, 'lastReportWatts': 211, 'maxReportWatts': 245}, {'serialNumber': '121951138929', 'lastReportDate': 1746827880, 'devType': 1, 'lastReportWatts': 244, 'maxReportWatts': 292}, {'serialNumber': '121951146834', 'lastReportDate': 1746827910, 'devType': 1, 'lastReportWatts': 214, 'maxReportWatts': 249}, {'serialNumber': '121951148496', 'lastReportDate': 1746827940, 'devType': 1, 'lastReportWatts': 276, 'maxReportWatts': 289}, {'serialNumber': '121951138607', 'lastReportDate': 1746828060, 'devType': 1, 'lastReportWatts': 241, 'maxReportWatts': 290}, {'serialNumber': '121951139736', 'lastReportDate': 1746828030, 'devType': 1, 'lastReportWatts': 183, 'maxReportWatts': 288}, {'serialNumber': '121951140078', 'lastReportDate': 1746828090, 'devType': 1, 'lastReportWatts': 239, 'maxReportWatts': 289}, {'serialNumber': '121951138802', 'lastReportDate': 1746828120, 'devType': 1, 'lastReportWatts': 242, 'maxReportWatts': 290}, {'serialNumber': '121951150236', 'lastReportDate': 1746827248, 'devType': 1, 'lastReportWatts': 219, 'maxReportWatts': 247}, {'serialNumber': '121951147580', 'lastReportDate': 1746827278, 'devType': 1, 'lastReportWatts': 250, 'maxReportWatts': 291}, {'serialNumber': '121951151220', 'lastReportDate': 1746827307, 'devType': 1, 'lastReportWatts': 220, 'maxReportWatts': 249}, {'serialNumber': '121951148719', 'lastReportDate': 1746827337, 'devType': 1, 'lastReportWatts': 250, 'maxReportWatts': 290}, {'serialNumber': '122006040213', 'lastReportDate': 1746827368, 'devType': 1, 'lastReportWatts': 223, 'maxReportWatts': 254}, {'serialNumber': '121951141569', 'lastReportDate': 1746827398, 'devType': 1, 'lastReportWatts': 250, 'maxReportWatts': 294}, {'serialNumber': '121951148495', 'lastReportDate': 1746827428, 'devType': 1, 'lastReportWatts': 226, 'maxReportWatts': 259}, {'serialNumber': '121951140285', 'lastReportDate': 1746827578, 'devType': 1, 'lastReportWatts': 252, 'maxReportWatts': 278}, {'serialNumber': '121951149481', 'lastReportDate': 1746827792, 'devType': 1, 'lastReportWatts': 244, 'maxReportWatts': 290}, {'serialNumber': '121951148550', 'lastReportDate': 1746827458, 'devType': 1, 'lastReportWatts': 223, 'maxReportWatts': 253}, {'serialNumber': '121951138931', 'lastReportDate': 1746827488, 'devType': 1, 'lastReportWatts': 275, 'maxReportWatts': 285}, {'serialNumber': '121951150593', 'lastReportDate': 1746827518, 'devType': 1, 'lastReportWatts': 254, 'maxReportWatts': 298}, {'serialNumber': '122019025072', 'lastReportDate': 1746827308, 'devType': 1, 'lastReportWatts': 248, 'maxReportWatts': 270}], '/admin/lib/tariff': {'tariff': {'currency': {'code': 'USD'}, 'logger': 'mylogger', 'date': '1745395130', 'storage_settings': {'mode': 'economy', 'operation_mode_sub_type': '', 'reserved_soc': 0.0, 'very_low_soc': 5, 'charge_from_grid': False, 'date': '1745395130', 'opt_schedules': False}, 'single_rate': {'rate': 0.2797999978065491, 'sell': 0.2797999978065491}, 'seasons': [{'id': 'fall', 'start': '6/1', 'days': [{'id': 'weekdays', 'days': 'Mon,Tue,Wed,Thu,Fri', 'must_charge_start': 0, 'must_charge_duration': 0, 'must_charge_mode': 'CG', 'peak_rule': 'DL', 'enable_discharge_to_grid': False, 'periods': [{'id': 'filler', 'start': 0, 'rate': 0.2797999978065491}, {'id': 'period_3', 'start': 360, 'rate': 0.49226999282836914}, {'id': 'period_1', 'start': 960, 'rate': 0.827269971370697}, {'id': 'period_2', 'start': 1260, 'rate': 0.49226999282836914}, {'id': 'filler', 'start': 1439, 'rate': 0.2797999978065491}]}, {'id': 'weekend', 'days': 'Sat,Sun', 'must_charge_start': 0, 'must_charge_duration': 0, 'must_charge_mode': 'CG', 'peak_rule': 'DL', 'enable_discharge_to_grid': False, 'periods': [{'id': 'filler', 'start': 0, 'rate': 0.2797999978065491}, {'id': 'period_3', 'start': 840, 'rate': 0.49226999282836914}, {'id': 'period_1', 'start': 960, 'rate': 0.827269971370697}, {'id': 'period_2', 'start': 1260, 'rate': 0.49226999282836914}, {'id': 'filler', 'start': 1439, 'rate': 0.2797999978065491}]}], 'tiers': []}, {'id': 'winter', 'start': '11/1', 'days': [{'id': 'weekdays', 'days': 'Mon,Tue,Wed,Thu,Fri', 'must_charge_start': 0, 'must_charge_duration': 0, 'must_charge_mode': 'CG', 'peak_rule': 'DL', 'enable_discharge_to_grid': False, 'periods': [{'id': 'filler', 'start': 0, 'rate': 0.2714900076389313}, {'id': 'period_2', 'start': 360, 'rate': 0.458730012178421}, {'id': 'period_1', 'start': 960, 'rate': 0.5224699974060059}, {'id': 'period_3', 'start': 1260, 'rate': 0.458730012178421}, {'id': 'filler', 'start': 1439, 'rate': 0.2714900076389313}]}, {'id': 'weekend', 'days': 'Sat,Sun', 'must_charge_start': 0, 'must_charge_duration': 0, 'must_charge_mode': 'CG', 'peak_rule': 'DL', 'enable_discharge_to_grid': False, 'periods': [{'id': 'filler', 'start': 0, 'rate': 0.2714900076389313}, {'id': 'period_2', 'start': 840, 'rate': 0.458730012178421}, {'id': 'period_1', 'start': 960, 'rate': 0.5224699974060059}, {'id': 'period_3', 'start': 1260, 'rate': 0.458730012178421}, {'id': 'filler', 'start': 1439, 'rate': 0.2714900076389313}]}], 'tiers': []}, {'id': 'spring', 'start': '3/1', 'days': [{'id': 'weekdays', 'days': 'Mon,Tue,Wed,Thu,Fri', 'must_charge_start': 0, 'must_charge_duration': 0, 'must_charge_mode': 'CG', 'peak_rule': 'DL', 'enable_discharge_to_grid': False, 'periods': [{'id': 'filler', 'start': 0, 'rate': 0.2714900076389313}, {'id': 'period_2', 'start': 360, 'rate': 0.458730012178421}, {'id': 'filler', 'start': 600, 'rate': 0.2714900076389313}, {'id': 'period_3', 'start': 840, 'rate': 0.458730012178421}, {'id': 'period_1', 'start': 960, 'rate': 0.5224699974060059}, {'id': 'period_4', 'start': 1260, 'rate': 0.458730012178421}, {'id': 'filler', 'start': 1439, 'rate': 0.2714900076389313}]}, {'id': 'weekend', 'days': 'Sat,Sun', 'must_charge_start': 0, 'must_charge_duration': 0, 'must_charge_mode': 'CG', 'peak_rule': 'DL', 'enable_discharge_to_grid': False, 'periods': [{'id': 'filler', 'start': 0, 'rate': 0.2714900076389313}, {'id': 'period_2', 'start': 840, 'rate': 0.458730012178421}, {'id': 'period_1', 'start': 960, 'rate': 0.5224699974060059}, {'id': 'period_3', 'start': 1260, 'rate': 0.458730012178421}, {'id': 'filler', 'start': 1439, 'rate': 0.2714900076389313}]}], 'tiers': []}, {'id': 'summer', 'start': '5/1', 'days': [{'id': 'weekdays', 'days': 'Mon,Tue,Wed,Thu,Fri', 'must_charge_start': 0, 'must_charge_duration': 0, 'must_charge_mode': 'CG', 'peak_rule': 'DL', 'enable_discharge_to_grid': False, 'periods': [{'id': 'filler', 'start': 0, 'rate': 0.2714900076389313}, {'id': 'period_2', 'start': 360, 'rate': 0.458730012178421}, {'id': 'period_1', 'start': 960, 'rate': 0.5224699974060059}, {'id': 'period_3', 'start': 1260, 'rate': 0.458730012178421}, {'id': 'filler', 'start': 1439, 'rate': 0.2714900076389313}]}, {'id': 'weekend', 'days': 'Sat,Sun', 'must_charge_start': 0, 'must_charge_duration': 0, 'must_charge_mode': 'CG', 'peak_rule': 'DL', 'enable_discharge_to_grid': False, 'periods': [{'id': 'filler', 'start': 0, 'rate': 0.2714900076389313}, {'id': 'period_2', 'start': 840, 'rate': 0.458730012178421}, {'id': 'period_1', 'start': 960, 'rate': 0.5224699974060059}, {'id': 'period_3', 'start': 1260, 'rate': 0.458730012178421}, {'id': 'filler', 'start': 1439, 'rate': 0.2714900076389313}]}], 'tiers': []}], 'seasons_sell': [{'id': 'fall', 'start': '6/1', 'days': [{'id': 'weekdays', 'days': 'Mon,Tue,Wed,Thu,Fri', 'periods': [{'id': 'filler', 'start': 0, 'rate': 0.2797999978065491}, {'id': 'period_3', 'start': 360, 'rate': 0.49226999282836914},
Example YAML snippet
Anything in the logs that might be useful for us?
Additional information
No response