-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrega.conf
122 lines (98 loc) · 3.63 KB
/
rega.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
################################################################################
# rega.conf
# Standard-Einstellungen für die logikschicht
################################################################################
#*******************************************************************************
# Pfade für Konfiguration-Dateien
#*******************************************************************************
# UserConfigFileName
# Benuterdefinierte Konfigurationdatei.
# Diese Datei kann die hier festgelegten Werte überschreiben, z.B. das
# Session-Timeout
# Standard: /etc/config/rega.conf
UserConfigFileName=/etc/config/rega.conf
# DomFileName
# DOM-Datei. Enthält das Objekt Modell (Programme, Systemvariablen, ...)
# Standard: /etc/config/homematic.regadom
DomFileName=/etc/config/homematic.regadom
# TimeConfigFileName
# Enthält Zeit- und Positionseinstellungen.
# Standard: /etc/config/time.conf
TimeConfigFileName=/etc/config/time.conf
# XmlRpcFileName
# Enthält die Liste der unterstützen Schnittstellen zur
# Anbindung von HomeMatic Geräten
# Standard: /etc/config/InterfacesList.xml
XmlRpcFileName=/etc/config/InterfacesList.xml
#*******************************************************************************
# HTTP-Einstellungen
#*******************************************************************************
# HttpDocPath
# Pfad des HTTP-Root-Verzeichnisses
# Standard: /www/rega
HttpDocPath=/www/rega
# HttpListenerPort
# Portnummer des WebServers
# Standardwert: 8181
HttpListenerPort=8183
# HttpListenerMaxConnections
# Maximale Anzahl paralleler Verbindungen
# Standardwert: 6
HttpListenerMaxConnections=24
# VirtualPathInternalConfig
# Standard: /config/
VirtualPathInternalConfig=/config/
# VirtualPathInternalConfigDest
# Standard: 80:/config/
VirtualPathInternalConfigDest=80:/config/
# SessionTimout
# Zeit in Sekunden, nach der eine Session abläuft.
# Standard: 300
SessionTimeout=300
# SessionMaxCount
# Maximale Anzahl paralleler Sessions.
# Standard: 3
SessionMaxCount=10
# AutoSaveDOMCycle
# Intervalzeit in Sekunden für das automatisch Speichern der Konfiguration
# Standard: 43200 (12h)
AutoSaveDOMCycle=43200
# AutoSaveDOMOnExit
# Wenn gesetzt wird beim beenden erzwungen das die DOM Konfiguration in gespeichert wird
# Standard: 0 (false)
AutoSaveDOMOnExit=0
# CheckModifiedCycle
# Intervalzeit in Sekunden für das Prüfen+Speichern bei Konfigänderungen
# Standard: 600 (10min)
CheckModifiedCycle=600
# HistoryBufferSize
# Maximale Anzahl der zu verwaltenden Protokolleinträge in der ReGaHss/WebUI
# Standard: 3000
HistoryBufferSize=10000
# SchedulerListSize
# Maximale Anzahl von wartenden Programmverzögerungen in der Scheduler Liste
# Standard: 1000
SchedulerListSize=10000
#*******************************************************************************
# XmlRpc Server-Einstellungen
#*******************************************************************************
XmlRpcServerPort=31999
#*******************************************************************************
# Hilfsdienste
#*******************************************************************************
# AuthenticatorServiceEnabled
# Aktiviert den Authentifizierungsdienst ueber UDP für die Authentifizierung
# über lighttpd
# Default Wert: false
AuthenticatorServiceEnabled=true
#*******************************************************************************
# Ereignisse
#*******************************************************************************
# OnStartup
# Wird nach dem Laden des DOM ausgelöst
# Standard: /bin/hm_startup
OnStartup=/bin/hm_startup
# OnAddDevice
# Wird beim Hinzufügen eines Geräts ausgeführt
# Standard: /bin/hm_autoconf
OnAddDevice=/bin/hm_autoconf