weitere fehler.....

This commit is contained in:
belevo\mh
2024-11-05 11:37:38 +01:00
parent 85b50b83b3
commit 11608afb65
2 changed files with 4 additions and 4 deletions

View File

@@ -96,9 +96,9 @@ class Belevo_Server_Kommunikation extends IPSModule
public function MakeJson() { public function MakeJson() {
$netzbezug = GetValue($this->ReadPropertyInteger("Netzbezug")); $netzbezug = GetValue($this->ReadPropertyInteger("Netzbezug"));
$an_nummer = GetProperty($this->ReadPropertyString("Anlagenummer")); $an_nummer = $this->ReadPropertyString("Anlagenummer"); // Verwende ReadPropertyString, um die Anlagenummer zu lesen
$InfluxJaNein = $this->ReadPropertyBoolean("InfluxJaNein"); $InfluxJaNein = $this->ReadPropertyBoolean("InfluxJaNein");
//$this->SetValue("E_PNB_5M_0", $netzbezug); //$this->SetValue("E_PNB_5M_0", $netzbezug);
// Werte in ein Array packen // Werte in ein Array packen

View File

@@ -6,7 +6,7 @@
"compatibility": { "compatibility": {
"version": "7.1" "version": "7.1"
}, },
"version": "0.72", "version": "0.73",
"build": 0, "build": 0,
"date": 0 "date": 0
} }