-
Notifications
You must be signed in to change notification settings - Fork 2
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
Parsing of registers #3
Comments
This is my current output:
As already said, some registers are incorrectly described in the documentation so they were guessed or also show something incoherent (for example the backup load: both mine and your case show something non coherent, but the documentation says the register contains that value... 🤷♂️ ) About the System load and grid load, it depends on the way your house load is connected. In my case, everything is on the backup line, so system load is "residual". About the difference between Active and Apparent power, if you need an explanation of the difference between the two and how they are linked and you can check google for that. As general rule of thumb, keeping Apparent power as much close as possible to Active power is a good idea, and the inverter does some magic to adjust the power factor to do that. |
I have the DSU666 correctly installed and connected to the inverter (originally it was not working because the distance between my inverter and the smart meter was too long; my inverter didn't see any load from the house, but that's fixed now), but still not getting info for grid total, inverter power and smart meter power. |
Then I don't know; smart meter power is not described in the PDF document, but if I recall correctly, I found a mention on a PDF for another model, checked the registers and found it was populated. I wonder if you see the value in the stats directly on the inverter display: you should see the realtime values reported by the smart meter looking into the grid statistics. |
Yes, values are correctly displayed on the inverter display... that's why I find it a bit strange that all these values are reporting 0... |
Maybe the data that comes through is depending on how the setup is done. |
I attach the document for another model (AS1). It is quite outdated, but can be inspected for some hints about other registers. AS1Main control board and display board communication protocol.pdf |
I see some weird (zero values) for registers where I would expect to see something.
Let me explain with an example.
This parsing is the result when my PV was producing, battery is charging, there is a load in the house, and no import/export from/to grid.
I have some trouble with understanding the data outputs for grid, inverter, output and battery.
Not sure what these current and volt values exactly mean... As I don't often see them matching the results in the "power summary".
Not sure if you know what they exactly mean (active power vs apparent power) and if those values are useful for something?
If you look at the
Power summary
, it seems that:system total
is my load in my housegrid total
always seems 0 (also in other cases when there is import/export from/to the grid)inverter power
is always 0backup load
is always 0 (normal as not connected, but still weird it shows 64VA)unknown parameter
is 0 (but this seems to be the import/export from grid as it displays values when grid is being used)smart meter power
is always 0Do you see similar results on your inverter? Or could it be that some registers are sending other values depending on the firmware/type of inverter?
If you see similar results, maybe we can rename some outputs?
Example when no more PV production, battery was already discharged and all load is taken from the grid:
Here you can see that the
unknown parameter
shows the import from grid value.I would also expect that the
smart meter power
would show the same value as theunknown parameter
as everything is taken from the grid in this case. (And I do have a smart meter connected 😉)The text was updated successfully, but these errors were encountered: