-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SPF to PVoutput wrong values #163
Comments
HI @onzifonzi. Thanks for your remark. We can have a discussion on if we should have ppv1 or powerout being sent to pvouput.org. I personally think that powerout is a better value because that is the real (netto) power delivered to the grid (my case) or your battery (= pvv1 - the loss of energy in the inverter). I never thought about sending energy usage information from the inverter to pvoutput because I do not have a SPF or other inverter with battery connected. My energy usage is being sent bij my energy meter. I do think it is a good idea to sent energy usage for some inverter to pvoutput like already being done in case a smart meter (SDM630) is connected to the inverter. I see you use eacDischarToday and not op_watt is that right? It is not that easy for me to change (as for you) because I have to take into account that multiple inverter types are being used so I have to make it possible to enable/disable this with a parameter in grott.ini for compatibility reasons. But will implement it in the next version. |
Hi, @johanmeijer, Thank you for comments, Here are the values that SPF logger sends I have no battery and cant see what is difference between ppv1 and pvoutput, by me these values are the same :) I'll monitor values and its changing through the day and will update the thread. Regards. |
Pvstatus is 10, vpv1 and ppv1 are 0 when the sun went down, but there is something strange. When op_watt and pvpowerout are below 3000 eacDischarToday increases all the day, but when they are beyond 3500 eacDischarToday stops increasing after vpv1 and ppv1 get 0 and start increasing again when sun rising up. I think this is growatt problem and I've reported to them by email. For now last my modifications are fine. You can include them in next version. Regards. |
Hi,
Here are the data received from SPF, beta docker image.
- ppv1 : 1975.0
- ppv2 : 0.0
- buck1curr : 250.6
- buck2curr : 0.0
- op_watt : 1866.0
- pvpowerout : 1866.0
but pvoutput shows
I think ppv1 have to be in Power column and op_watt to go in Power Used.
Regards
The text was updated successfully, but these errors were encountered: