I need some fresh eyes to help troubleshoot my Problem. The ESP indicates that it cannot connect to the broker. I've tested Mosquitto with the following commands as well as a simple andriod app (MyMQTT).
Terminal 1
mosquitto_sub -v -t 'test/topic'
Terminal 2
mosquitto_pub -t 'test/topic' -m 'helloWorld'
This was a successful test. However don't know how to make sure that OpenHAB is receiving or pushing the commands. What topic in the MyMQTT should I put in to the phone to test openHAB?
I'm open to any other suggestions as well.
thank you to the esp8266nu team for a great project.

################################# Generic ESP8266 ######################################
System Info
Uptime: 20 minutes
IP: 192.168.2.189
GW: 192.168.2.1
Build: 20
Unit: 16
STA MAC: 18:fe:34:fe:60:5d
AP MAC: 1a:fe:34:fe:60:5d
ESP Chip ID: 16670813
ESP Flash Size: 524288
Free Mem: 25448
Main Settings
Name: demo
Admin Password: pass
SSID: MYSSID
WPA Key: MYPASSWD
WPA AP Mode Key: configesp
Unit nr: 16
Protocol: OpenHAB MQTT
Controller IP: 192.168.2.125
Controller Port: 1883
Sensor Delay: 60
Message Delay (ms): 1000
Sleep Mode: 0
Optional Settings 0.0.0.0
Fixed IP Octet: 0.0.0.0
ESP IP: 0.0.0.0
ESP GW: 0.0.0.0
ESP Subnet: 0.0.0.0
Syslog IP: 0.0.0.0
Syslog Level: 0
UDP port: 0
Serial log Level: 3
Web log Level: 3
Baud Rate: 115200
################################# OpenHAB MQTT Transport ######################################
#
# Define your MQTT broker connections here for use in the MQTT Binding or MQTT
# Persistence bundles. Replace <broker> with a id you choose.
#
# URL to the MQTT broker, e.g. tcp://localhost:1883 or ssl://localhost:8883
mqtt:mymosquitto.url=tcp://localhost:1883
# Optional. Client id (max 23 chars) to use when connecting to the broker.
# If not provided a default one is generated.
mqtt:mymosquitto.clientId=openHAB
################################# OpenHAB Items ######################################
Switch MQTTLED (test) {mqtt=">[mymosquitto:/demo/gpio/2:command:ON:1],>[mymosquitto:/demo/gpio/2:command:OFF:0]"}