devel #40

Merged
sebastianschwarz merged 28 commits from devel into testing 2021-07-23 09:27:49 +00:00
2 changed files with 7 additions and 4 deletions
Showing only changes of commit b6866dd44a - Show all commits

View File

@ -485,7 +485,8 @@ sub Write {
HttpUtils_NonblockingGet(
{
url => $hash->{URL} . $uri,
timeout => 15,
timeout => 45,
incrementalTimeout => 1,
hash => $hash,
device_id => $deviceId,
data => $payload,
@ -501,8 +502,8 @@ sub Write {
"GardenaSmartBridge ($name) - Send with URL: $hash->{URL}$uri, HEADER: secret!, DATA: secret!, METHOD: $method"
);
# Log3($name, 3,
# "GardenaSmartBridge ($name) - Send with URL: $hash->{URL}$uri, HEADER: $header, DATA: $payload, METHOD: $method");
Log3($name, 3,
"GardenaSmartBridge ($name) - Send with URL: $hash->{URL}$uri, HEADER: $header, DATA: $payload, METHOD: $method");
return;
}
@ -535,6 +536,8 @@ sub ErrorHandling {
readingsBulkUpdate( $dhash, "state", "$err" )
if ( ReadingsVal( $dname, "state", 1 ) ne "initialized" );
Log3 $name, 1, "[DEBUG] - Teufelchen 2: ".$decode_json;
readingsBulkUpdate( $dhash, "lastRequestState", "request_error",
1 );

View File

@ -1,2 +1,2 @@
UPD 2021-06-19_10:43:30 47068 FHEM/73_GardenaSmartBridge.pm
UPD 2021-06-21_19:24:30 47160 FHEM/73_GardenaSmartBridge.pm
UPD 2021-06-09_09:52:26 55505 FHEM/74_GardenaSmartDevice.pm