diff --git a/PV_Visu/module.html b/PV_Visu/module.html index b4aed1a..3b5090a 100644 --- a/PV_Visu/module.html +++ b/PV_Visu/module.html @@ -1,465 +1,51 @@ - - + - -
-
- + Hallo +
+
+
+
+
-
-
- Status: -
- - Off - - - Heating - - - Defrost - - - Warm Water - -
-
-
- Mode: -
- - Normal - - - Silent - - - Eco - -
- -
-
-
- -
-
-
-
- -
-
-
-
- -
-
-
-
- -
-
-
- -
-
- - - - - - -
-
- - -
-
- - - Watt - - Today: - - kWh -
-
- - - °C - - - °C - - - °C - - - °C -
-
- - HP: - - - WW-Storage: - - - -
-
-
+
+
+
+
- \ No newline at end of file + // Bind to HTML-SDK + if (typeof registerMessageHandler === 'function') { + registerMessageHandler(handleMessage); + } + diff --git a/PV_Visu/module.php b/PV_Visu/module.php index 56a660f..66df817 100644 --- a/PV_Visu/module.php +++ b/PV_Visu/module.php @@ -14,7 +14,7 @@ class PV_Visu extends IPSModule $this->RegisterPropertyInteger('VarFeedIn', 0); $this->RegisterPropertyInteger('VarGrid', 0); // HTML-SDK Tile aktivieren - $this->SetVisualizationType(3); + $this->SetVisualizationType(1); } public function ApplyChanges(): void