I'm using the router as a dedicated home automation wifi.
It has no Internet connection,just using it as switch
I have connected the Raspi with a wifi stick to the router.
The Ethernet from the raspi goes to my home network so I can manage the raspi also from there.
The serial from the ESP8266-12 is also connected to my work PC
I have connected a laptop to the Home Automation wifi so I can communicate to the ESP8266-12 via the webinterface
I have installed OpenHAB and Mosquitto MQTT on the raspi with the demo site from OpenHAB.
Then I used the EasyESP tutorial for OpenHAB (LED on/off)
I'm using ESPEasy build 20 from Github
I can reach the ESP8266-12 with the webinterface and have it configured for my home automation wifi, I called it "TestESP"
I have managed to let OpenHAB speak to MQTT following the tutorial, I've monitored the MQTT messages to /TestESP/gpio/2 and it is sending 0 and 1 as expected.
The only thing that does not happen is that the LED on gpio 2 responds

Is there somebody out there who has this tutorial working?
Or somebody who has an advice how to trace/tackle the problem?