Last two months I have using espeasy firmware in combination with domoticz so here are few details regarding to my home setup. Maybe someone get ideas how to use this great firmware following my examples

First of all here is my currently setup that I have inside home. Main "brain" of my home automation is xpenology intel atom D550 board, running DSM 5.0, domoticz are installed as syno package, running 24h. Wifi network (2.4GHz) are mostly based on ubiquity devices, unifi AP (unifi controller are also running on synology), bulletM2, airrouterHP, toughswitch...
House, two floors, garage with boiler room (heating is done traditionally by wood boiler, this part is also important in whole automation process). Outdoor well, important also because it have water pump for irrigation (hunter).
Regarding to esp8266, I use nodemcu board, simpler to use, to power and also less trouble with pins. Disadvantages are that board is robust and in some cases size can be a problem

Also there is few interesting thing, just to give heads up, I have find breadboards for nodemcu board, bu it will only fit in combination with lolin esp8266 board:
http://www.banggood.com/WeMos-NodeMcu-B ... 11867.html for example, I got mines on aliexpress, it will work only with these boards, here is example of setup combination:
http://www.aliexpress.com/item/ESP8266- ... eb201560_8
Also it can be use with standard nodemcu boards to power up but you must to manually wire other pins, or even resolder...
My first node is simple room thermostat, tracking room temperature and humidity. It has DHT22, ESP8266 nodemcu, 1602 LCD with SPI, and enclosure that I have find on ebay (http://www.ebay.com/itm/221886834275?_t ... EBIDX%3AIT). Image is taken with phone

There is some problems with LCD, I need to update setup with voltage booster, LCD are on 3.3V from ESP and I will need to feed with 5v. My next setup have 1602LCD on 5V.
Later today I will post image gallery of my ongoing projects.