mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 16:56:54 +00:00
76_SMAPortal: contrib 2.10.1
git-svn-id: https://svn.fhem.de/fhem/trunk@22143 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
92a33163ec
commit
2e7d617255
@ -1388,7 +1388,7 @@ sub extractLiveData {
|
||||
push @$daref, "L1_SelfConsumption:" .($live->{SelfConsumption} // 0)." W";
|
||||
push @$daref, "L1_SelfConsumptionQuote:" .($live->{SelfConsumptionQuote} // 0)." %";
|
||||
push @$daref, "L1_SelfSupply:" .($live->{SelfSupply} // 0)." W";
|
||||
push @$daref, "L1_Today_TotalConsumption:".($live->{TotalConsumption} // 0)." W";
|
||||
push @$daref, "L1_TotalConsumption:" .($live->{TotalConsumption} // 0)." W";
|
||||
|
||||
push @$daref, "L1_BatteryIn:" .$live->{BatteryIn}. " W" if(defined $live->{BatteryIn});
|
||||
push @$daref, "L1_BatteryOut:" .$live->{BatteryOut}." W" if(defined $live->{BatteryOut});
|
||||
|
Loading…
x
Reference in New Issue
Block a user