mirror of
https://github.com/aljazceru/addons.git
synced 2026-02-10 15:44:20 +01:00
* Add homematic regahss support * Fix * fix-data * fix link * Fix name * Fix startup commands * Fix path * Optimaze * Fix rega config handling * Fix style for config * Fix HMServer jar * Dynamic interfaces * fix chmod * Fix variable * Update changelog * Fix lint * Add webinterface link
73 lines
2.2 KiB
Plaintext
73 lines
2.2 KiB
Plaintext
################################################################################
|
|
# 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=/data/rega_user.conf
|
|
|
|
# DomFileName
|
|
# DOM-Datei. Enthält das Objekt Modell (Programme, Systemvariablen, ...)
|
|
# Standard: /etc/config/homematic.regadom
|
|
DomFileName=/data/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
|