diff --git a/fhem/contrib/DS_Starter/76_SMAPortal.pm b/fhem/contrib/DS_Starter/76_SMAPortal.pm
index b73cea783..51927ffa2 100644
--- a/fhem/contrib/DS_Starter/76_SMAPortal.pm
+++ b/fhem/contrib/DS_Starter/76_SMAPortal.pm
@@ -928,7 +928,7 @@ return ($interval,$maxcycles,$timeoutdef);
## schaltet auch Verbraucher des Sunny Home Managers
################################################################
sub GetSetData { ## no critic 'complexity'
- my $string = shift;
+ my ($string) = @_;
my ($name,$getp,$setp) = split("\\|",$string);
my $hash = $defs{$name};
my $cookieLocation = AttrVal($name, "cookieLocation", "./log/".$name."_cookie.txt");
@@ -4484,9 +4484,8 @@ return;
SMAPortal
- With this module it is possible to fetch data from the SMA Sunny Portal and switch
- consumers (e.g. bluetooth plug sockets) if any are present.
- At the momentent that are the following data:
+ With this module, data can be retrieved from the SMA Sunny Portal and
+ devices which are registered in the SMA Portal can be controlled.
- Live data (Consumption and PV-Generation)
@@ -4495,6 +4494,7 @@ return;
- Weather data delivered from SMA for the facility location
- Forecast data (Consumption and PV-Generation) inclusive suggestion times to switch comsumers on
- the planned times by the Sunny Home Manager to switch consumers on and the current state of consumers (if present)
+ - Control of devices registered with SMA Home Manager or SMA Portal
@@ -4572,18 +4572,10 @@ return;
- - credentials <username> <password>
+ - credentials <username> <password>
Set Username / Password used for the login into the SMA Sunny Portal.
-
-
-
-
- - <consumer name> <on | off | auto>
- Once consumer data are available, the consumer are shown in the Set and can be switched to on, off or the automatic mode (auto)
- that means the consumer are controlled by the Sunny Home Manager.
-
-
+
@@ -4592,9 +4584,29 @@ return;
Identical to the "get data" command. Simplifies the use of the attribute "webCmd" in the FHEMWEB.
+
+
+
+
+ - <consumer name> <on | off | auto | GC>
+ The consumers connected to the SMA Sunny Homemanager are offered as soon as they are detected by the module.
+ Different types of consumers are recognized by the module and consumer specific actions are offered.
+
+
+
+
+
+ SMA Bluetoth Sockets | on switch on, off switch off, auto control by the Sunny Home Manager |
+ SMA EV Charger | GC Percentage of grid reference to be accepted for charging the electric vehicle (0..100) |
+
+
+
+
+
+
-
+
Get
@@ -4810,8 +4822,8 @@ return;
SMAPortal
- Mit diesem Modul können Daten aus dem SMA Sunny Portal abgerufen werden.
- Momentan sind es:
+ Mit diesem Modul können Daten aus dem SMA Sunny Portal abgerufen und die am SMA
+ Home Manager bzw. im SMA Portal registrierten Geräte gesteuert werden.
- Live-Daten (Verbrauch und PV-Erzeugung)
@@ -4820,6 +4832,7 @@ return;
- Wetter-Daten von SMA für den Anlagenstandort
- Prognosedaten (Verbrauch und PV-Erzeugung) inklusive Verbraucherempfehlung
- die durch den Sunny Home Manager geplanten Schaltzeiten und aktuellen Status von Verbrauchern (sofern vorhanden)
+ - Steuerung von am SMA Home Manager bzw. SMA Portal registrierten Geräten
@@ -4914,11 +4927,20 @@ return;
- - <Verbrauchername> <on | off | auto>
- Es werden die an den SMA Sunny Homemanager angeschlossene Verbraucher (Bluetooth Steckdosen) angeboten sobald sie vom
- Modul erkannt wurden.
- Sobald diese Daten vorliegen, werden die vorhandenen Verbraucher im Set angezeigt und können eingeschaltet, ausgeschaltet
- bzw. auf die Steuerung durch den Sunny Home Manager umgeschaltet werden (auto).
+ - <Verbrauchername> <on | off | auto | GC>
+ Es werden die an den SMA Sunny Homemanager angeschlossene Verbraucher angeboten sobald sie vom
+ Modul erkannt wurden. Es werden verschiedene Arten von Verbrauchern durch das Modul erkannt und auf den Verbrauchertyp
+ angepasste Aktionen angeboten.
+
+
+
+
+
+ SMA Bluetoth Steckdosen | on einschalten, off ausschalten, auto Steuerung durch den Sunny Home Manager |
+ SMA EV Charger | GC Anteil des Netzbezugs in Prozent, der für das Laden des E-Fahrzeugs akzeptiert werden soll (0..100) |
+
+
+