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

Missing DC Power in deye_2mppt.yaml #583

Closed
NikromHD opened this issue May 14, 2024 · 2 comments
Closed

Missing DC Power in deye_2mppt.yaml #583

NikromHD opened this issue May 14, 2024 · 2 comments

Comments

@NikromHD
Copy link

Hallo ich hab eine Frage.

Und zwar sind in Solarman auch die DC Power Leistungen hinterlegt.
Diese würde ich ebenfalls gerne in Homeassistent angezeigt bekommen.
Bei mir läuft die deye_2mppt.yaml einwandfrei

Ich habe aus der deye_hybrid.yaml die die Werte Register felder übernommen. Jedoch bekomme ich dann nur unbekannt angezeigt.

Kann mir jemand die Registers für die Werte nennen ?

Ich würde gerne auswerten wie Ost/West sich verhalten.


Hello, I have a question.

The DC power outputs are also stored in Solarman.
I would also like to have these displayed in Home Assistant.
The deye_2mppt.yaml works perfectly for me

I have transferred the values of the register fields from deye_hybrid.yaml. However, I then only get unknown.

Can someone tell me the registers for the values?

I would like to evaluate how east/west behave.

57acb9fbdd6dff51849e02b2c144ff4abcaeace8_2_224x500
82b71e3e4b54bf490115e4c278ccb9648cd242c8_2_224x500

Viele Grüße
Nikrom

@githubDante
Copy link

It appears that the values are calculated from Voltage * Current for the respective string. There are no register definitions for them.

@NikromHD
Copy link
Author

Thanks for the Info.

I solved this with an Helper
I created a template with the code
{{ (states('sensor.west_ost_pv2_voltage') | float * states('sensor.west_ost_pv2_current') | float)| round(2) }}

Its Look like this
Screenshot_20240522-221428

And a second template Helper for pv1 with Same Code

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