-
Notifications
You must be signed in to change notification settings - Fork 42
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
Modbus reading meter -32768 and current L1 L2 L3 are not OK in the sleeping mode #106
Comments
Are you reading and using the scale factor for power and current?On 7 Dec 2024, at 6:36 am, twejrzan ***@***.***> wrote:
I have three phase inverter SolarEdge - when inverter is going to "Seeping mode"
the meters.Meter1.power = -32768
also inverter current L1 L2 L3 are not read properly
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Yes, I am using the reading factor, but this is not a problem of scaling. For the "Production mode" it works correctly |
Maybe this a problem of new Solaredge firmware because few months ago it was everything OK |
Do you have more data available? What’s the setup? Where are the CTs? - generally, the meter doesn’t care what the inverter is doing so I’m curious to see what the issue is here.I have three inverters and haven’t had this same issue. You can check it out hereGrafanapublic.winterfell.tvOn 7 Dec 2024, at 6:45 am, twejrzan ***@***.***> wrote:
Are you reading and using the scale factor for power and current?On 7 Dec 2024, at 6:36 am, twejrzan @.> wrote: I have three phase inverter SolarEdge - when inverter is going to "Seeping mode" the meters.Meter1.power = -32768 also inverter current L1 L2 L3 are not read properly —Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.>
Yes, I am using the reading factor, but this is not a problem of scaling. For the "Production mode" it works correctly
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
|
{ |
when I login directly to the inverter by SetApp it shows the data properly. |
Yeah that’s not quite right. It’s showing a status of 10 for the battery too, never seen that but in saying that, I only have 400v batteries not 48v.Have your tried to read the data from another device to eliminate any weird settings or changes on your local machine?On 7 Dec 2024, at 7:05 am, twejrzan ***@***.***> wrote:
when I login directly to the inverter by SetApp it shows the data properly.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
|
I use workaround solution: if the inverter status is 2 (Sleeping mode) I use OPENHAB Solaredge binding and it reads the values correctly, but the min refresh time is 1 min |
Battery status 10 means "Saving Energy";) |
Ah right, mine only goes up to “6” which is holding.With the latest document released in April 2024 (as far as I can find at least) there wasn’t any significant changes to the modbus registers.I did however notice that, when the grid itself goes down and the backup interface kicks in to go off grid, that’s the only time I notice the meter scales go into negative.Is there anything else in the middle, a modbus proxy or reading direct? And are you able to try reading the data from a different machine with a clean solaredge modbus library?On 7 Dec 2024, at 7:17 am, twejrzan ***@***.***> wrote:
Battery status 10 means "Saving Energy";)
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
|
Thank you for your comments. |
Ah yeah, apologies, I mean to read the data from another computer or virtual environment with a clean solaredge modbus install On 7 Dec 2024, at 7:32 am, twejrzan ***@***.***> wrote:
Thank you for your comments.
Unfortunatelly, this is the only Solaredge inverter I have.
I will try to observe the issue and let you know if find something.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
|
I have just installed solaredge_modbus at my Windows PC. It gives the same data. |
I have three phase inverter SolarEdge - when inverter is going to "Seeping mode"
the meters.Meter1.power = -32768
also inverter current L1 L2 L3 are not read properly
The text was updated successfully, but these errors were encountered: