mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
76_SMAPortal: additional L1 Readings for Battery and more
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@22163 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
c79603924d
commit
8838b533de
@ -135,6 +135,7 @@ BEGIN {
|
|||||||
|
|
||||||
# Versions History intern
|
# Versions History intern
|
||||||
my %vNotesIntern = (
|
my %vNotesIntern = (
|
||||||
|
"2.10.4" => "11.06.2020 additional L1 Readings for Battery and more ",
|
||||||
"2.10.3" => "11.06.2020 internal code changes, bug fixes show weather_icon ",
|
"2.10.3" => "11.06.2020 internal code changes, bug fixes show weather_icon ",
|
||||||
"2.10.2" => "10.06.2020 bug fixes get/switch consumers ",
|
"2.10.2" => "10.06.2020 bug fixes get/switch consumers ",
|
||||||
"2.10.1" => "08.06.2020 internal code changes, bug fixes ",
|
"2.10.1" => "08.06.2020 internal code changes, bug fixes ",
|
||||||
@ -244,6 +245,7 @@ sub Initialize {
|
|||||||
"detailLevel:1,2,3,4 ".
|
"detailLevel:1,2,3,4 ".
|
||||||
"disable:0,1 ".
|
"disable:0,1 ".
|
||||||
"interval ".
|
"interval ".
|
||||||
|
# "providerLevel:multiple-strict,".$v5d." ".
|
||||||
"showPassInLog:1,0 ".
|
"showPassInLog:1,0 ".
|
||||||
"userAgent ".
|
"userAgent ".
|
||||||
"verbose5Data:none,loginData,".$v5d." ".
|
"verbose5Data:none,loginData,".$v5d." ".
|
||||||
@ -1577,6 +1579,15 @@ sub extractLiveData {
|
|||||||
|
|
||||||
push @$daref, "L1_BatteryIn:" .$live->{BatteryIn}. " W" if(defined $live->{BatteryIn});
|
push @$daref, "L1_BatteryIn:" .$live->{BatteryIn}. " W" if(defined $live->{BatteryIn});
|
||||||
push @$daref, "L1_BatteryOut:" .$live->{BatteryOut}." W" if(defined $live->{BatteryOut});
|
push @$daref, "L1_BatteryOut:" .$live->{BatteryOut}." W" if(defined $live->{BatteryOut});
|
||||||
|
push @$daref, "L1_BatteryMode:" .$live->{BatteryMode}."" if(defined $live->{BatteryMode});
|
||||||
|
push @$daref, "L1_BatteryStateOfHealth:" .$live->{BatteryStateOfHealth}."" if(defined $live->{BatteryStateOfHealth});
|
||||||
|
push @$daref, "L1_BatteryChargeStatus:" .$live->{BatteryChargeStatus}." %" if(defined $live->{BatteryChargeStatus});
|
||||||
|
|
||||||
|
push @$daref, "L1_ModuleTemperature:" .$live->{ModuleTemperature}."" if(defined $live->{ModuleTemperature});
|
||||||
|
push @$daref, "L1_OperationHealth:" .$live->{OperationHealth}."" if(defined $live->{OperationHealth});
|
||||||
|
push @$daref, "L1_Insolation:" .$live->{Insolation}."" if(defined $live->{Insolation});
|
||||||
|
push @$daref, "L1_WindSpeed:" .$live->{WindSpeed}."" if(defined $live->{WindSpeed});
|
||||||
|
push @$daref, "L1_EnvironmentTemperature:" .$live->{EnvironmentTemperature}."" if(defined $live->{EnvironmentTemperature});
|
||||||
|
|
||||||
if($live->{ErrorMessages}[0]) {
|
if($live->{ErrorMessages}[0]) {
|
||||||
my @em;
|
my @em;
|
||||||
|
@ -135,6 +135,7 @@ BEGIN {
|
|||||||
|
|
||||||
# Versions History intern
|
# Versions History intern
|
||||||
my %vNotesIntern = (
|
my %vNotesIntern = (
|
||||||
|
"2.10.4" => "11.06.2020 additional L1 Readings for Battery and more ",
|
||||||
"2.10.3" => "11.06.2020 internal code changes, bug fixes show weather_icon ",
|
"2.10.3" => "11.06.2020 internal code changes, bug fixes show weather_icon ",
|
||||||
"2.10.2" => "10.06.2020 bug fixes get/switch consumers ",
|
"2.10.2" => "10.06.2020 bug fixes get/switch consumers ",
|
||||||
"2.10.1" => "08.06.2020 internal code changes, bug fixes ",
|
"2.10.1" => "08.06.2020 internal code changes, bug fixes ",
|
||||||
@ -244,6 +245,7 @@ sub Initialize {
|
|||||||
"detailLevel:1,2,3,4 ".
|
"detailLevel:1,2,3,4 ".
|
||||||
"disable:0,1 ".
|
"disable:0,1 ".
|
||||||
"interval ".
|
"interval ".
|
||||||
|
# "providerLevel:multiple-strict,".$v5d." ".
|
||||||
"showPassInLog:1,0 ".
|
"showPassInLog:1,0 ".
|
||||||
"userAgent ".
|
"userAgent ".
|
||||||
"verbose5Data:none,loginData,".$v5d." ".
|
"verbose5Data:none,loginData,".$v5d." ".
|
||||||
@ -1577,6 +1579,15 @@ sub extractLiveData {
|
|||||||
|
|
||||||
push @$daref, "L1_BatteryIn:" .$live->{BatteryIn}. " W" if(defined $live->{BatteryIn});
|
push @$daref, "L1_BatteryIn:" .$live->{BatteryIn}. " W" if(defined $live->{BatteryIn});
|
||||||
push @$daref, "L1_BatteryOut:" .$live->{BatteryOut}." W" if(defined $live->{BatteryOut});
|
push @$daref, "L1_BatteryOut:" .$live->{BatteryOut}." W" if(defined $live->{BatteryOut});
|
||||||
|
push @$daref, "L1_BatteryMode:" .$live->{BatteryMode}."" if(defined $live->{BatteryMode});
|
||||||
|
push @$daref, "L1_BatteryStateOfHealth:" .$live->{BatteryStateOfHealth}."" if(defined $live->{BatteryStateOfHealth});
|
||||||
|
push @$daref, "L1_BatteryChargeStatus:" .$live->{BatteryChargeStatus}." %" if(defined $live->{BatteryChargeStatus});
|
||||||
|
|
||||||
|
push @$daref, "L1_ModuleTemperature:" .$live->{ModuleTemperature}."" if(defined $live->{ModuleTemperature});
|
||||||
|
push @$daref, "L1_OperationHealth:" .$live->{OperationHealth}."" if(defined $live->{OperationHealth});
|
||||||
|
push @$daref, "L1_Insolation:" .$live->{Insolation}."" if(defined $live->{Insolation});
|
||||||
|
push @$daref, "L1_WindSpeed:" .$live->{WindSpeed}."" if(defined $live->{WindSpeed});
|
||||||
|
push @$daref, "L1_EnvironmentTemperature:" .$live->{EnvironmentTemperature}."" if(defined $live->{EnvironmentTemperature});
|
||||||
|
|
||||||
if($live->{ErrorMessages}[0]) {
|
if($live->{ErrorMessages}[0]) {
|
||||||
my @em;
|
my @em;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user