StephanJoubert / home_assistant_solarman

Home Assistant component for Solarman collectors used with a variety of inverters.
Apache License 2.0
512 stars 191 forks source link

Deye 12K-SG04LP3 Total PV Power is missing #232

Open hasant73 opened 1 year ago

hasant73 commented 1 year ago

Many thanks for sharing your project. It works very well for me. I only noticed that I cannot get the "Total Solar Power" from the logger. PV1 Power and PV2 Power are available and can be of course added together. But the logger also provides the sum of both.

Maybe the added picture helps: image

Thanks.

ondrejbartas commented 1 year ago

Hello i have created custom value in ha helpers which combines both values

hasant73 commented 1 year ago

I did the same but somehow it is showing 0 all the time. Can you share your config?

`sensor:

Bodypull commented 1 year ago

You can create a "Min / Max" helper where you set "Statistic characteristic" to "Sum". There you can add PV1 and PV2 as sensors to build the sum.

PV-Joe commented 1 year ago

3395A1E9-6765-4255-9D05-B4C3E0226CDC

hasant73 commented 1 year ago

My helpers look different

image

Bodypull commented 1 year ago

Select "Sum" at the very bottom:

image

hasant73 commented 1 year ago

Yes understood. But in my selection there is no "Sum".

image

hasant73 commented 1 year ago

What version of HomeAssistant do you have?

Bodypull commented 1 year ago

It works on 2023.1.2 and 2023.3.1

Can you try switching to english for testing?

PV-Joe commented 1 year ago

My helpers look different

image

My helpers look different

image

Update Home Assistant to the latest version and you will find the “Combine” Helper.