diff --git a/74_HOMEBOT.pm b/74_HOMEBOT.pm index f0a2f76..5ade7f8 100644 --- a/74_HOMEBOT.pm +++ b/74_HOMEBOT.pm @@ -202,8 +202,10 @@ sub HOMEBOT_RetrieveHomebotInfomations($) { my $port = $hash->{PORT}; - my $url = "http://" . $host . ":" . $port . "/status.txt"; # Path muß so im Automagic als http request Trigger drin stehen - + #my $url = "http://" . $host . ":" . $port . "/status.txt"; # Path muß so im Automagic als http request Trigger drin stehen + my $url = "http://" . $host . ":" . $port . "/json.cgi?%7b%22BLACKBOX%22:%22REQUEST_ABSTRACT%22%7d"; + + HttpUtils_NonblockingGet( { url => $url,