ayasystems / froniusHttp

Fronius http phyton domoticz plugin
GNU General Public License v3.0
5 stars 3 forks source link

New inverter firmware => some incompatibilities.... #11

Closed CreasolTech closed 1 year ago

CreasolTech commented 2 years ago

Hi, after the firmware of Fronius inverter have been updated, 4 days ago, the plugin stopped working. The problem is on some parameters that now are "null", like P_Grid, P_Load, ErrorCode, LEDColor, .... This is the string passed from the inverter, as logged by your plugin. Thanks a lot for your great work!! Paolo iw3grx

2021-12-16 15:44:48.198 Fotovoltaico: a>'Data':'b'{\n "Body" : {\n "Data" : {\n "Inverters" : {\n "1" : {\n "DT" : 75,\n "E_Day" : 16792,\n "E_Total" : 1419.3194580078125,\n "E_Year" : 5109541.5,\n "P" : 444\n }\n },\n "Site" : {\n "E_Day" : 16792,\n "E_Total" : 1419.3194444444443,\n "E_Year" : 5109541.5,\n "Meter_Location" : "unknown",\n "Mode" : "produce-only",\n "P_Akku" : null,\n "P_Grid" : null,\n "P_Load" : null,\n "P_PV" : 444,\n "rel_Autonomy" : null,\n "rel_SelfConsumption" : null\n },\n "Version" : "12"\n }\n },\n "Head" : {\n "RequestArguments" : {},\n "Status" : {\n "Code" : 0,\n "Reason" : "",\n "UserMessage" : ""\n },\n "Timestamp" : "2021-12-16T15:44:46+01:00"\n }\n}\n''

CreasolTech commented 2 years ago

No problem, I've fixed with a simple LUA script fetching data from the inverter. https://www.domoticz.com/wiki/Fronius_inverter

ayasystems commented 1 year ago

Please check again, should be fixed

CreasolTech commented 1 year ago

I'm sorry, the fronius inverter is not mine, it's installed in my friend house and I can't make more tests. Hoping you can find someone else that can try your plugin.