CheongKoo / HA_AppDaemonZeverSolarSensor

Get power generation from ZeverSolar Inverter and present it to front end as a sensor for Hass.IO
GNU General Public License v3.0
7 stars 3 forks source link

Zero value after shutdown inverter #2

Open phoenix-blue opened 3 years ago

phoenix-blue commented 3 years ago

Hello,

Question is there an option to reset the generated day power on time in place of when the Inverter is going offline.

And additional, is there a way to also monitor/log the error status?

CheongKoo commented 3 years ago

Hi Phoenix-blue, Sorry, there is no option to reset the generated day power. Reason is that this number comes from the inverter. When you go to your inverter URL, the displayed text contains all the parameters. Eg.

1 1 EAB9618A0399 RSQMMVXNNPJMNWHY M11 17A31-727R+17829-719R 10:58 05/10/2019 0 1 BD500001018A0080 4978 14.52 OK Error

4978 = Instantaneous generated power in W 14.52 = Total generated power in kWh.

Thanks.