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

DEYE SUN-8K-G05 yaml file #263

Open
folny opened this issue Nov 15, 2024 · 14 comments
Open

DEYE SUN-8K-G05 yaml file #263

folny opened this issue Nov 15, 2024 · 14 comments
Assignees

Comments

@folny
Copy link

folny commented Nov 15, 2024

Hi I have a deye sun-8k-g05 inverter and I can't read the power on PV1 and PV2, what are the addresses to read the power ?. Does anyone have a yaml file for this inverter where all the parameters can be read ?.

@davidrapan
Copy link
Owner

Hi @folny, so any of the already present deye_* profiles does not work?

@folny
Copy link
Author

folny commented Nov 15, 2024

Hi

I can't read some registers, for example the power of inputs PV1 and PV2 and many other registers.

@davidrapan
Copy link
Owner

Enable debug logging and attach the file here.

@folny
Copy link
Author

folny commented Nov 15, 2024

Okay, I'll add the debug file tomorrow.

@folny
Copy link
Author

folny commented Nov 16, 2024

Hi

So I played around a bit today and it seems the data is now correct but I would like to know how I can read the values ​​from the smart meter connected to the inverter so I can find out the household consumption and the energy that goes from the grid and into the grid.
Deye Data

@davidrapan
Copy link
Owner

Try it with deye_hybrid.yaml profile then. String and Hybrid profiles are essentially the same but the String has fewer registers read.

@folny
Copy link
Author

folny commented Nov 18, 2024

I have already tried this option, but the data I need is incorrect.

Deye Data 2

@folny
Copy link
Author

folny commented Nov 18, 2024

So I managed to get the values ​​of the total household consumption, I now need to get the current power from the smart meter and everything will be fine.

  - name: "Load Power"
    class: "power"
    state_class: "measurement"
    uom: "W"
    scale: 1
    rule: 2
    registers: [0x00c6,0x00c7]

@davidrapan
Copy link
Owner

What about 203, 204?

@folny
Copy link
Author

folny commented Nov 18, 2024

Yes, it should be those registers, but I didn't have time to try it today, I'll try it tomorrow and let you know.

@folny
Copy link
Author

folny commented Nov 19, 2024

So today I added more registers to the file and it seems that everything is working as it should. So I'm adding my file here and I hope it helps someone in the future.

deye_sun_g05_power_flow_card.zip

Deye Power Panel

@davidrapan
Copy link
Owner

I think that Load Power should be unsigned.

feat: Load & Grid Power for Deye String

@folny
Copy link
Author

folny commented Nov 22, 2024

There are more irrelevant values ​​but I left them there.

@davidrapan
Copy link
Owner

davidrapan commented Nov 28, 2024

@davidrapan davidrapan self-assigned this Dec 12, 2024
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

2 participants