diff --git a/features/openhab-addons-external/pom.xml b/features/openhab-addons-external/pom.xml
index fd844583874..722beefb5cd 100644
--- a/features/openhab-addons-external/pom.xml
+++ b/features/openhab-addons-external/pom.xml
@@ -108,6 +108,7 @@
src/main/resources/conf/panasonictv.cfgcfgpanasonictv
src/main/resources/conf/pebble.cfgcfgpebble
src/main/resources/conf/piface.cfgcfgpiface
+ src/main/resources/conf/pilight.cfgcfgpilight
src/main/resources/conf/plex.cfgcfgplex
src/main/resources/conf/plugwise.cfgcfgplugwise
src/main/resources/conf/powermax.cfgcfgpowermax
diff --git a/features/openhab-addons-external/src/main/resources/conf/pilight.cfg b/features/openhab-addons-external/src/main/resources/conf/pilight.cfg
new file mode 100644
index 00000000000..2c62c6ae302
--- /dev/null
+++ b/features/openhab-addons-external/src/main/resources/conf/pilight.cfg
@@ -0,0 +1,17 @@
+# Multiple pilight instances are supported. Both the .host and .port values are required for each instance.
+#
+# IP address of the pilight daemon
+# .host=
+#
+# Port of the pilight daemon. You must explicitly configure the port in pilight or otherwise a random port will be used and the binding will not be able to connect.
+# .port=
+#
+# Optional delay (in milliseconds) between consecutive commands. Recommended value without band pass filter: 1000. Recommended value with band pass filter: somewhere between 200-500
+# .delay=
+#
+# Example:
+#
+# kaku.host=192.168.1.15
+# kaku.port=5000
+# kaku.delay=1250
+#
diff --git a/features/openhab-addons/src/main/feature/feature.xml b/features/openhab-addons/src/main/feature/feature.xml
index 8716d3b6a09..89df93a9396 100644
--- a/features/openhab-addons/src/main/feature/feature.xml
+++ b/features/openhab-addons/src/main/feature/feature.xml
@@ -498,6 +498,13 @@
mvn:${project.groupId}/openhab-addons-external/${project.version}/cfg/piface
+
+ openhab-runtime-base
+ openhab-runtime-compat1x
+ mvn:org.openhab.binding/org.openhab.binding.pilight/${project.version}
+ mvn:${project.groupId}/openhab-addons-external/${project.version}/cfg/pilight
+
+
openhab-runtime-base
openhab-runtime-compat1x