no message

This commit is contained in:
2025-06-04 11:19:03 +02:00
parent e5b528f778
commit d974cbd3cd
2 changed files with 3 additions and 4 deletions

View File

@@ -10,10 +10,9 @@
"caption": "Inverter IP-Adresse" "caption": "Inverter IP-Adresse"
}, },
{ {
"type": "NumberSpinner", "type": "ValidationTextBox",
"name": "LoggerNumber", "name": "LoggerNumber",
"caption": "Logger-Seriennummer", "caption": "Logger-Seriennummer"
"minimum": 0
}, },
{ {
"type": "NumberSpinner", "type": "NumberSpinner",

View File

@@ -12,7 +12,7 @@ class SofarWechselrichter extends IPSModule
{ {
parent::Create(); parent::Create();
// Moduleigenschaften // Moduleigenschaften
$this->RegisterPropertyString('IPAddress', '172.31.70.80'); $this->RegisterPropertyString('IPAddress', '');
$this->RegisterPropertyString('LoggerNumber', '0'); // jetzt String $this->RegisterPropertyString('LoggerNumber', '0'); // jetzt String
$this->RegisterPropertyInteger('PollInterval', 60); $this->RegisterPropertyInteger('PollInterval', 60);
$this->RegisterPropertyString('Registers', '[]'); // JSON-String $this->RegisterPropertyString('Registers', '[]'); // JSON-String