Skip to content
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

To obtain the data of exported energy. #11

Open
josemalm32 opened this issue Oct 16, 2022 · 5 comments
Open

To obtain the data of exported energy. #11

josemalm32 opened this issue Oct 16, 2022 · 5 comments

Comments

@josemalm32
Copy link

josemalm32 commented Oct 16, 2022

Hello, I wanted to make a request to see if it is possible. I would like to retrieve the data of energy exported to the grid or otherwise the energy imported from the grid. In my case I have a meter connected to the growatt inverter, since it is obligatory in Spain.

image
image
image

I can see that data on the web, but I can't figure out what it is in modbus. How would it be possible to obtain this information? Thank you very much.

@nygma2004
Copy link
Owner

Well, I found the modbus documentation for my inverter on the internet. From the above screenshots I can't tell what type of inverter you have, and I have no idea whether the documentation is available for that online.

@josemalm32
Copy link
Author

Hello, thank you very much for replying. My inverter model is Growatt MIN 4200TL-XH. Theoretically it already uses the RTU Version II protocol version. You can see it here. https://www.photovoltaicsolar.in/Growatt_Manual/MAX%20Series%20Modbus%20RTU%20Protocol.pdf .But I am not very clear which can be the code that corresponds to the energy that is exported.

@nygma2004
Copy link
Owner

Well, it is not clear for me either. But I think you need to try with some of the high registers and see they provide and useful information. Like Input register 1015-1016, 1021-1022, 1023-1024, 1029-1030. This is my best guess.

@dst10
Copy link

dst10 commented Mar 13, 2023

Hello, did you finally figure out the correct modbus address? I have the same problem

@TBierstedt
Copy link

It seems like you're using the Eastron SDM230 for single-phase energy measurement. I found the following document for it: https://bg-etech.de/download/manual/SDM230-register.pdf. The registers start at 30001 in this document, which might be helpful. Unfortunately, I don't have any knowledge of Modbus or programming, so I can't be of further assistance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants