Manager V2 entfernt, Sperrverbruacher und askoheat hinzugefüht, kleine änderung an go-e ladestation

This commit is contained in:
2025-04-22 08:12:31 +02:00
parent a9ba1ddda1
commit 54cb13d3ce
13 changed files with 726 additions and 433 deletions

View File

@@ -475,7 +475,9 @@ class Ladestation_v2 extends IPSModule
$url = $baseUrl . "alw=0";
break;
case 2:
$url = $baseUrl . "frc=1";
//$url = $baseUrl . "frc=1";
$url = $baseUrl . "ama=0";
break;
case 3:
$url = $baseUrl . "0";
@@ -501,8 +503,8 @@ class Ladestation_v2 extends IPSModule
$url2 = $baseUrl . "amp=$value";
break;
case 2:
$url1 = $baseUrl . "frc=2";
$url2 = $baseUrl . "amp=$value";
//$url1 = $baseUrl . "frc=2";
$url2 = $baseUrl . "ama=$value";
break;
case 3:
$url2 = $baseUrl . ($value * 1000);