diff --git a/Ladestation_Universal/module.php b/Ladestation_Universal/module.php index b9f621f..b8682fb 100644 --- a/Ladestation_Universal/module.php +++ b/Ladestation_Universal/module.php @@ -284,7 +284,7 @@ class Ladestation_Universal extends IPSModule SetValue( $this->GetIDForIdent("Ladeleistung_Effektiv"), - GetValue("Ladeleistung") + $this->GetValue("Ladeleistung") ); @@ -340,14 +340,19 @@ class Ladestation_Universal extends IPSModule if($this->ReadPropertyInteger("Ladestation")==2){ $baseUrl ="http://" . $this->ReadPropertyString("IP_Adresse") . "/api/set?"; + IPS_LogMessage("Ladestation", "Aufgerufene ip" . $baseUrl); + }elseif($this->ReadPropertyInteger("Ladestation")==1){ $baseUrl ="http://" . $this->ReadPropertyString("IP_Adresse") . "/mqtt?payload="; + IPS_LogMessage("Ladestation", "Aufgerufene ip" . $baseUrl); + }elseif($this->ReadPropertyInteger("Ladestation")==3){ $baseUrl ="https://api.smart-me.com/pico/loadmanagementgroup/current/" . $this->ReadPropertyString("Seriennummer") . "?current="; + IPS_LogMessage("Ladestation", "Aufgerufene ip " . $baseUrl); + } // Base URL - IPS_LogMessage("Ladestation", "Aufgerufene ip" . $baseUrl); $value = $this->convertPowerToCurrent( $value, GetValue($this->GetIDForIdent("Lademodus")) diff --git a/library.json b/library.json index 7ef0b0e..ac28787 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "1.043", + "version": "1.044", "build": 0, "date": 0 } \ No newline at end of file