Playground in smart home with openhab and esp8266. This one is built based on:
- Openhab software (http://www.openhab.org/), is a software for integrating different home automation systems and technologies into one single solution that allows over-arching automation rules and that offers uniform user interfaces.
- Mosquitto (http://mosquitto.org/), is an open source (BSD licensed) message broker that implements the MQ Telemetry Transport protocol (MQTT protocol)
- Adafruit MQTT Library (https://github.com/adafruit/Adafruit_MQTT_Library), is Arduino library used as a MQTT client on esp8266_program
- Arduino-Temperature-Control-Library (https://github.com/milesburton/Arduino-Temperature-Control-Library), is Arduino Library used for DS18B20 temp sensor on esp8266_program
Thanks all above !!!