From 9e5bfd1ad324f34e376f7528c6e1e61f0a0ce5a5 Mon Sep 17 00:00:00 2001
From: mfr69bs fheminfo
+
+
fheminfo [send]
+
+
+ fheminfo displays information about the system and FHEM definitions.
+
+
+ The optional parameter send transmitts the collected data
+ to a central server in order to support the development of FHEM. The
+ transmitted data is processed graphically. The results can be viewed
+ on http://fhem.de/stats/statistics.cgi.
+ Based on the IP address, the approximate location is determined with
+ an accuracy of about 40-80 km. The IP address is not saved.
+
+
+ Features:
+
+
+
+ Example:
+
+ fhem> fheminfo
+ Fhem info:
+ Release : 5.3
+ Branch : DEVELOPMENT
+ OS : linux
+ Arch : i686-linux-gnu-thread-multi-64int
+ Perl : v5.14.2
+ uniqueID : 87c5cca38dc75a4f388ef87bdcbfbf6f
+
+ Defined modules:
+ ACU : 1
+ CUL : 1
+ CUL_FHTTK : 12
+ CUL_HM : 66
+ CUL_WS : 3
+ FHEM2FHEM : 1
+ FHEMWEB : 3
+ FHT : 9
+ [...]
+ at : 4
+ autocreate : 1
+ dummy : 23
+ notify : 54
+ structure : 3
+ telnet : 2
+ watchdog : 9
+ weblink : 17
+
+ Defined models per module:
+ CUL : CUN
+ CUL_FHTTK : FHT80TF
+ CUL_HM : HM-CC-TC,HM-CC-VD,HM-LC-DIM1T-CV,HM-LC-DIM1T-FM,HM-LC-SW1-PL,[...]
+ CUL_WS : S555TH
+ FHT : fht80b
+ FS20 : fs20pira,fs20s16,fs20s4a,fs20sd,fs20st
+ HMS : hms100-mg,hms100-tf,hms100-wd
+ KS300 : ks300
+ OWSWITCH : DS2413
+
+
+
+
+ Attributes
+
+
+ The following attributes are used only in conjunction with the
+ send parameter. They are set on attr global.
+
+
+
+
+
+
+=end html
+=begin html_DE
+
+
+
+ A randomly generated ID (16 pairs of hash values), e.g.
+ 87c5cca38dc75a4f388ef87bdcbfbf6f which is assigned to the transmitted
+ data to prevent duplicate entries.
+
+ The uniqueID is stored automatically in the configuration file of FHEM.
+
+
+ This attribute is reserved for a future usage in conjunction with the
+ update command.
+
+ 0: prevents transmission of data during an update.
+
+ 1: transfer of data on every update. This is the default.
+
+ fheminfo
+
+
fheminfo [send]
+
+
+ fheminfo zeigt Informationen über das System und FHEM Definitionen an.
+
+
+ Der optionale Parameter send überträgt die Informationen
+ an einen zentralen Server um die Entwicklung von FHEM zu unterstützen.
+ Die übermittelten Daten werden grafisch aufbereitet und können auf
+ http://fhem.de/stats/statistics.cgi
+ abgerufen werden. Anhand der IP-Adresse wird der ungefähre Standort mit
+ einer Genauigkeit von ca. 40-80 km ermittelt. Die IP-Adresse wird nicht gespeichert.
+
+
+ Eigenschaften:
+
+
+
+ Beispiel:
+
+ fhem> fheminfo
+ Fhem info:
+ Release : 5.3
+ Branch : DEVELOPMENT
+ OS : linux
+ Arch : i686-linux-gnu-thread-multi-64int
+ Perl : v5.14.2
+ uniqueID : 87c5cca38dc75a4f388ef87bdcbfbf6f
+
+ Defined modules:
+ ACU : 1
+ CUL : 1
+ CUL_FHTTK : 12
+ CUL_HM : 66
+ CUL_WS : 3
+ FHEM2FHEM : 1
+ FHEMWEB : 3
+ FHT : 9
+ [...]
+ at : 4
+ autocreate : 1
+ dummy : 23
+ notify : 54
+ structure : 3
+ telnet : 2
+ watchdog : 9
+ weblink : 17
+
+ Defined models per module:
+ CUL : CUN
+ CUL_FHTTK : FHT80TF
+ CUL_HM : HM-CC-TC,HM-CC-VD,HM-LC-DIM1T-CV,HM-LC-DIM1T-FM,HM-LC-SW1-PL,[...]
+ CUL_WS : S555TH
+ FHT : fht80b
+ FS20 : fs20pira,fs20s16,fs20s4a,fs20sd,fs20st
+ HMS : hms100-mg,hms100-tf,hms100-wd
+ KS300 : ks300
+ OWSWITCH : DS2413
+
+
+
+
+ Attribute
+
+
+ Die folgenden Attribute werden nur in Verbindung mit dem Parameter
+ send genutzt. Sie werden über attr global gesetzt.
+
+
+
+
+
+
+=end html_DE
+=cut
diff --git a/docs/commandref_frame.html b/docs/commandref_frame.html
index dfc28769f..5dc4be173 100644
--- a/docs/commandref_frame.html
+++ b/docs/commandref_frame.html
@@ -37,6 +37,7 @@
define
delete
deleteattr
+ fheminfo
get
getstate
?,help
@@ -969,7 +970,8 @@ A line ending with \ will be concatenated with the next one, so long lines
shutdown.
+ Eine zufällig generierte ID (16 Paare aus Hash Werten), z.B.
+ 87c5cca38dc75a4f388ef87bdcbfbf6f welche den übertragenen Daten
+ zur Vermeidung von doppelten Einträge zugewiesen wird.
+
+ Die uniqueID wird automatisch in der Konfigurationsdatei von FHEM
+ gespeichert.
+
+
+ Dieses Attribut ist für die künftige Verwendung in Verbindung mit dem
+ update Befehl reserviert.
+
+ 0: verhindert die Übertragung der Daten während eines Updates.
+
+ 1: überträgt die Daten bei jedem Update. Dies ist die Standardeinstellung.
+
+
-
+
Set the filename where the state and certain at
@@ -982,6 +984,8 @@ A line ending with \ will be concatenated with the next one, so long lines
Used by the web frontend fhemweb.pl (webpgm2) as a Page title.
+
The update branch will be set by the file FhemUtils/release.pm contained
diff --git a/docs/commandref_frame_DE.html b/docs/commandref_frame_DE.html
index 4218b01d0..1d7c780a6 100644
--- a/docs/commandref_frame_DE.html
+++ b/docs/commandref_frame_DE.html
@@ -34,6 +34,7 @@
define
delete
deleteattr
+ fheminfo
get
getstate
?,help
@@ -1013,7 +1014,8 @@ Zeilen erstreckende Befehle, indem man keine \ am Zeilenende eingeben muss.