General Configuration - openhab.cfg The runtime comes with one core configuration file, the file openhab_default.cfg . The purpose of this file is to define all basic settings, such as IP addresses, mail server, folder locations etc. The file also contains settings for all (optional) bindings. These settings are automatically dispatched to the according binding. For this, all settings come with a namespace (such as "mail:" or "knx:") to identify the associated binding. First thing after unzipping the runtime should be creating a copy of openhab_default.cfg to openhab.cfg . cd /usr/share/openhab/configurations sudo cp openhab_default.cfg openhab.cfg sudo nano openhab.cfg All personal settings should always only be done in this copy. This ensures that your settings are not lost, if you unzip a new version of the runtime to your openHAB home directory. The openhab_default.cfg file comes with extensive comments which ex...
Moaning old man fiddling with IT stuff!