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

decreasing "Grid energy today" #9

Open
vordenken opened this issue Oct 20, 2023 · 3 comments
Open

decreasing "Grid energy today" #9

vordenken opened this issue Oct 20, 2023 · 3 comments

Comments

@vordenken
Copy link

Hi Hypfer,
thanks for this awesome project. I'm running the dummy cloud and for some reason the "grid energy today" value seems to be decreasing? This also happens for the "Grid energy total" (see screenshots)

Bildschirmfoto 2023-10-20 um 11 31 21 image
@Hypfer
Copy link
Owner

Hypfer commented Oct 20, 2023

Ah yes that's just winter in germany. The sun needs to be recharged for next summer.

But for a more serious answer:

grid: {
active_power_w: packet.payload.readUInt32LE(59),
kWh_today: packet.payload.readUInt32LE(33) / 100,
kWh_total: packet.payload.readUInt32LE(37) / 10,

The code just reads 8 bytes from the payload sent by the inverter. It doesn't do any sum calculations or keeping track of energy production over time.
Whatever it is that is happening there, it is happening inside the firmware of the inverter and/or its logger module.

Are you on a recent firmware?

@vordenken
Copy link
Author

That's what I thought would be the case first as well :p

Ok interesting, thanks for clarifying. I just checked the firmware and it was on "MW3_16U_5406_1.57" so I upgrade to the latest one "MW3_16U_5406_2.32". I'll keep an eye on the values today/the next days and give an update :)

@vordenken
Copy link
Author

FYI: A few hours after upgrading the fw to 2.32, the device stopped working. It's till now at 0 watts generating and the radiator temperature reads "-10".
This seems to be a known problem -> https://www.borncity.com/blog/2023/09/09/deye-wechselrichter-sun600g3-eu-230-nach-anschluss-des-relaisbox-defekt
So the latest is not always the greatest :D

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