In my installation, I only use strings 1 and 2, therefore, dc3 is empty / null. As you can see, the value do not sum up to what is show for the PV Generator (here 3,4kW) while the sum is around 5,9kW.
Can anyone explain how to read the values or what I might be doing wrong? I wouldnt mind to build an aggregate virtual Item to reflect the sum, but I would like to know what that CHANNEL_DEVICE_LOCAL_DC_POWER is there for and how to read that value.
I dont use Kostal myself. I use SMA. But the principal looks the same:
The voltage you see should be the sum of the panels connected to that specific string. Depending on the sun (ofcouse) voltage as well as current will rise.
How many panels are you having on string 1 ? And whats their specification?
I have a two string system as well… This is how it looks right now:
String 1 - 8 300watt panels:
It might be, that loading the connected battery influences the value… Does it? I just noticed that the battery is now charged 100% and is not used as there is enough power from the PV.
I have a battery connected as well (LG Resu 10H) It does not have any influence on the production of the panels. Only on the consumption side you migt see some small votage changes depending on the consumption.
Your values seem to be correct to me… I´m not sure which ones you dont feel is correct?
As I mentioned, in the second screen shot all values are right. But have a look in the first:
You see
the sum of the PV generator in the very top: 3369,51 W
the power of the first string (DC Eingang 1 Ost): 5623,38 W
the power of the first string (DC Eingang 1 West): 242,07 W
The total sum here would be 5.865,45 W but for some reason it only shows 3369,51 W. So I wonder what the difference is and where it does come from. Could that be the consumption for loading the battery? What else could it be?
AHHH sorry… I was focusing on the individual values and didnt even notice the sum at top left
Where does this value come from? (its in your sitemap setting)…
I (finally) see where your getting at…
I believe you´re reading wrong channel on your kostal inverter… There should be a total production in watts…
But if there is not, there is another option for you…
Group the two watts items into a new item, and use the SUM in your new group like this:
.items
Group:Number:SUM gTotalEnergy "Total Energy producing [%s kWh]" <Energy>
And then use the gTotalEnergy item in your sitemap…
Yes I will use this grouping function for the right aggregation. Great idea. Still, I wonder what this value stands for. Maybe there is someone that can explain how the value is calculated and what it really means.
About your wondering… The Kostal binding (doc) should tell you… I dont know, but I may have an idea…
Could it be the full production minus your household consumption?
Or maybe full production minus the battery charging? (also a consumption).
Or maybe all three together?
Yes, if your items contains unit, then thats the way to use it… My items doesnt, as the unit isnt transfered though modbus, as far as I know. I havnt tried if I could add it myself… I just do the hard dump work in the items insted
About your wondering… The Kostal binding (doc) should tell you… I dont know, but I may have an idea…
Could it be the full production minus your household consumption?
Or maybe full production minus the battery charging? (also a consumption).
Or maybe all three together?
Yes, that is also my current assumption, but I would love to get a clear statement on this. So my guess is:
Result = FullProduction – BatteryCharing + BatteryInjection
Sorry but I got confused beacuse I thought you were looking for the sum of the power consumption of the household…
Does your Kostal support 3 string (Solar panels series) ? In that case you may be right, that the CHANNEL_DEVICE_LOCAL_DC_POWER is the sum in power (Watt) of the three strings.
I´m very sorry. I totally lost track, even with my own posts
You screenshot in first post is production of the strings.
The value in the upper left corner has to be something else, and not production. I doubt its has anything to do with production at all. Isnt the channel explained somewhere?