-
Notifications
You must be signed in to change notification settings - Fork 0
/
rega.conf
72 lines (58 loc) · 2.16 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
################################################################################
# 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
# 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
#*******************************************************************************
# 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