mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 03:06:37 +00:00
LUXTRONIK2: bugfix - port change by set-Commands
git-svn-id: https://svn.fhem.de/fhem/trunk@16594 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
7ae93141a1
commit
e032306c44
@ -1393,6 +1393,7 @@ sub LUXTRONIK2_SetParameter ($$$)
|
||||
my $result;
|
||||
my $buffer;
|
||||
my $host = $hash->{HOST};
|
||||
my $port = $hash->{PORT};
|
||||
my $name = $hash->{NAME};
|
||||
|
||||
my %opMode = ( "Auto" => 0,
|
||||
@ -1512,7 +1513,7 @@ sub LUXTRONIK2_SetParameter ($$$)
|
||||
if ($setParameter != 0) {
|
||||
LUXTRONIK2_Log $name, 5, "Opening connection to host ".$host;
|
||||
my $socket = new IO::Socket::INET ( PeerAddr => $host,
|
||||
PeerPort => 8888,
|
||||
PeerPort => $port,
|
||||
Proto => 'tcp'
|
||||
);
|
||||
# Socket error
|
||||
|
Loading…
x
Reference in New Issue
Block a user