mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-22 08:11:44 +00:00
76_SMAPortal: contrib 3.7.0
git-svn-id: https://svn.fhem.de/fhem/trunk@23182 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
50babc6287
commit
11088cb025
@ -3251,9 +3251,6 @@ sub extractConsumerByEnergyData {
|
|||||||
my ($d,$susyid,$op) = split(":",$addon); # $op -> eingestellter Gridconsomption Schwellenwert
|
my ($d,$susyid,$op) = split(":",$addon); # $op -> eingestellter Gridconsomption Schwellenwert
|
||||||
my $pvlog = 100-$op;
|
my $pvlog = 100-$op;
|
||||||
|
|
||||||
Log3 ($name, 3, qq{$name - Consumer "$d" (SuSyID $susyid) set to condition: switch on if GridConsumption=$op% (PV=$pvlog%) is fulfilled });
|
|
||||||
Log3 ($name, 3, qq{$name - GET "$location" to read the new values are set });
|
|
||||||
|
|
||||||
my $state;
|
my $state;
|
||||||
if($rescode == 302) {
|
if($rescode == 302) {
|
||||||
$state = qq{ok - Consumer "$d" set to condition: switch on if GridConsumption=$op% (PV=$pvlog%) is fulfilled};
|
$state = qq{ok - Consumer "$d" set to condition: switch on if GridConsumption=$op% (PV=$pvlog%) is fulfilled};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user