no message

This commit is contained in:
dh
2025-06-17 16:46:35 +02:00
parent 12c2ecbceb
commit 4f421f258c
+2 -1
View File
@@ -366,6 +366,8 @@ class Ladestation_v2 extends IPSModule
$response_easee = curl_exec($ch2);
curl_close($ch2);
IPS_LogMessage("Easee", print_r($response_easee));
if ($response === false || $response_easee === false) {
IPS_LogMessage("Ladestation", "Fehler beim Abrufen der API-Daten");
return;
@@ -377,7 +379,6 @@ class Ladestation_v2 extends IPSModule
IPS_LogMessage("Ladestation", "Fehler beim Dekodieren der JSON-Antwort");
return;
}
IPS_LogMessage("Easee", print_r($easee_data));
if (isset($data['driverIdentifier']) && ($data['driverIdentifier']==$this->ReadPropertyString("Username"))) {
if(isset($easee_data['totalPower'])){