mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-19 12:46:03 +00:00
76_SMAPortal: contrib 3.1.0
git-svn-id: https://svn.fhem.de/fhem/trunk@22210 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
5522b41bdd
commit
e791822ae0
@ -2304,7 +2304,7 @@ sub extractConsumerPlanData {
|
|||||||
|
|
||||||
if(%consumers) {
|
if(%consumers) {
|
||||||
for my $key (keys(%consumers)) {
|
for my $key (keys(%consumers)) {
|
||||||
Log3 $name, 4, "$name - Consumer data \"$key\": ".$consumers{$key};
|
Log3 $name, 4, "$name - Consumer data \"$key\": ".encode("utf8", $consumers{$key});
|
||||||
if($key =~ /ConsumerName/x && $key =~ /^(\d+)_.*$/x) {
|
if($key =~ /ConsumerName/x && $key =~ /^(\d+)_.*$/x) {
|
||||||
my $lfn = $1;
|
my $lfn = $1;
|
||||||
my $cn = $consumers{"${lfn}_ConsumerName"}; # Verbrauchername
|
my $cn = $consumers{"${lfn}_ConsumerName"}; # Verbrauchername
|
||||||
|
Loading…
x
Reference in New Issue
Block a user