From ececc2047d034d604f9f635c1ac12133cf19df9e Mon Sep 17 00:00:00 2001 From: mertenats Date: Fri, 22 Jul 2016 12:58:16 +0200 Subject: [PATCH] Basic MQTT light example (ESP8266) (#657) * Basic MQTT light example (ESP8266) Add a basic example to control a led with MQTT and the light component (ESP8266) * Corrections + new example The example is moved from the warnings' section. Add another example for a RGB led. --- source/_components/light.mqtt.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_components/light.mqtt.markdown b/source/_components/light.mqtt.markdown index bf933f726c..6a37f6273e 100644 --- a/source/_components/light.mqtt.markdown +++ b/source/_components/light.mqtt.markdown @@ -79,3 +79,5 @@ Configuration variables: Make sure that your topics match exact. `some-topic/` and `some-topic` are different topics.

+A basic example using a nodeMCU board (ESP8266) to control its built-in led (on/off) can be found [here](https://github.com/mertenats/open-home-automation/tree/master/ha_mqtt_light). [Here](https://github.com/mertenats/open-home-automation/tree/master/ha_mqtt_rgb_light) is another example to control a RGB led (on/off, brightness and colors). +