# Homegear Gateway configuration file # The listen address of the gateway. # Default: :: listenAddress = :: # The port number the gateway listens on. # Default: 2017 port = 2017 # Default: runAsUser = root # runAsUser = homegear # Default: runAsGroup = root # runAsGroup = homegear # Default: debugLevel = 3 debugLevel = 4 # Default: memoryDebugging = false memoryDebugging = true # Set to false to disable core dumps. Currently to make fixing errors easier, core dumps are enabled by default. # Default: enableCoreDumps = true enableCoreDumps = true # The working directory of Homegear. E. g. core dumps are written here. If workingDirectory is empty, the # executable path is used. # Default: workingDirectory = workingDirectory = /var/log/homegear-gateway # Default: logfilePath = /var/log/homegear-gateway logfilePath = /var/log/homegear-gateway ### TLS options ### # The path to the certificate authority's certificate caFile = /etc/homegear/cacert.pem # The path to the PEM encoded client certificate. certPath = /etc/homegear/homegeargateway.crt # The path to the PEM encoded client keyfile. keyPath = /etc/homegear/homegeargateway.key # The path to the Diffie-Hellman parameters. dhPath = /etc/homegear/dh1024.pem # Enable UPnP server for other devices to be able to discover this installation of Homegear Gateway # Default: enableUPnP = true enableUPnP = false # Sets the IP address, the UPnP server listens on. By default auto discovery is used, but this might not work, # if multiple interfaces exist. Only set specific IP addresses not "0.0.0.0". Alternatively the interface name can be # specified here (e. g. "eth0"). # Default: uPnPIpAddress = # uPnPIpAddress = # Please change this setting! Set a unique UPnP UDN here. # E. g.: 0660e537-dada-affe-cafe-001ff3590148 # Default: uPnPUDN = uPnPUDN = 0660e537-dada-affe-cafe-001ff3590148 #{{{ EnOcean example config ## The device family the gateway is for. ## Options: ## - EnOcean, HomeMaticCulfw #family = EnOcean ## The device to use #device = /dev/ttyUSB0 #}}} #{{{ HomeMatic CUL example config ## The device family the gateway is for. ## Options: ## - EnOcean, HomeMaticCulfw #family = HomeMaticCulfw ## The device to use #device = /dev/ttyACM0 #}}} #{{{ HomeMatic COC/SCC example config ## The device family the gateway is for. ## Options: ## - EnOcean, HomeMaticCulfw family = HomeMaticCulfw ## The device to use device = /dev/ttyAMA0 #gpio1 = 17 #gpio2 = 18 #}}}