Hi @del13r Thank you for the questions and pointers.
Regarding “what integration I have”: I didn’t install any specific integration so I assume this is a native HASS instance. The “documentation” link in the ‘Settings’ page sends me to
so that may be the answer(?)
The configuration seems to be almost identical to what you have:
[
{
"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": []
}
]
==> net consumption as expected
As far as the production.json is concerned it may not be telling much as it is pitch black in California (after a gloomy day).
But I even had my Python running for about a year collecting data (prior Enphase pushing the Rev.7 that broke things).
Speaking of which: I didn’t figure out how to harvest the token out from HASS. Hass got the token behind the scenes and I never saw it. Now I requested a token manually and not sure if the token got refreshed - meaning the one HASS used got nixed, I git mine and next HASS will pull another one? (Once I will learn where is the configuration kept I can re-use the same token).
The production.json is below - but perhaps I should abandon this integration and jump to one (you are using?) that may be more configurable?
"varhLagToday":2005.339}],
"consumption":[
{
"type":"eim",
"activeCount":1,
"measurementType":"total-consumption",
"readingTime":1701660810,
"wNow":732.977,
"whLifetime":6552246.659,
"varhLeadLifetime":4330031.39,
"varhLagLifetime":1734763.269,
"vahLifetime":14992275.247,
"rmsCurrent":8.679,
"rmsVoltage":233.239,
"reactPwr":-458.684,
"apprntPwr":2024.218,
"pwrFactor":0.36,
"whToday":11385.659,
"whLastSevenDays":85490.659,
"vahToday":14755.247,
"varhLeadToday":5863.39,
"varhLagToday":2015.269
},{
"type":"eim",
"activeCount":1,
"measurementType":"net-consumption",
"readingTime":1701660810,
"wNow":732.977,
"whLifetime":3474246.404,
"varhLeadLifetime":4245132.533,
"varhLagLifetime":57212.93,
"vahLifetime":14992275.247,
"rmsCurrent":7.228,
"rmsVoltage":233.31,
"reactPwr":-297.737,
"apprntPwr":838.929,
"pwrFactor":0.87,
"whToday":0,
"whLastSevenDays":0,
"vahToday":0,
"varhLeadToday":0,
"varhLagToday":0
}
],
Thanks!