nguyenquanghai1993 / openhab

Automatically exported from code.google.com/p/openhab
GNU General Public License v3.0
0 stars 0 forks source link

Split openhab configuration in multiple files #399

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The openhab_default.cfg file has become huge with the increasing number of 
addons.
To better support the modular architecture, the content should be distributed 
on multiple files.

My idea would be to create a new folder configurations/addons, where you are 
allowed to add any number of additional cfg-files, e.g. a mail.cfg, a 
twitter.cfg and a knx.cfg. In these files, you could then skip the prefix, i.e. 
instead of mail:hostname=1.2.3.4, you could simply write hostname=1.2.3.4.
The addons package could then have a cfg folder with the content for each addon 
which is currently in the openhab_default.cfg.

See discussion at 
https://groups.google.com/d/msg/openhab/Pcg63ppunrY/hsMN5R0zMeoJ.

Original issue reported on code.google.com by kai.openhab on 13 Aug 2013 at 10:18

GoogleCodeExporter commented 8 years ago

Original comment by kai.openhab on 13 Aug 2013 at 10:18

GoogleCodeExporter commented 8 years ago

Original comment by kai.openhab on 30 Aug 2013 at 7:57

GoogleCodeExporter commented 8 years ago

Original comment by kai.openhab on 5 Dec 2013 at 10:20

GoogleCodeExporter commented 8 years ago
has been migrated to https://github.com/openhab/openhab/issues/642

Original comment by teichsta on 10 Dec 2013 at 10:34