My GatewayESP8266MQTTClient keeps connecting to the MQTT connection:
0;255;3;0;9;Attempting MQTT connection...
0;255;3;0;9;MQTT connected
0;255;3;0;9;Sending message on topic: mpp1-out/0/255/0/0/18
IP: 192.168.0.164
0;255;3;0;9;Attempting MQTT connection...
0;255;3;0;9;MQTT connected
0;255;3;0;9;Sending message on topic: mpp1-out/0/255/0/0/18
IP: 192.168.0.164
0;255;3;0;9;Attempting MQTT connection...
0;255;3;0;9;MQTT connected
0;255;3;0;9;Sending message on topic: mpp1-out/0/255/0/0/18
IP: 192.168.0.164
The MQTT log show the following:
1494858022: New client connected from 192.168.0.164 as mpp-1 (c1, k15).
1494858022: New connection from 192.168.0.177 on port 1883.
1494858022: Client mpp-1 already connected, closing old connection.
1494858022: New client connected from 192.168.0.177 as mpp-1 (c1, k5000).
1494858022: New connection from 192.168.0.164 on port 1883.
1494858022: Client mpp-1 already connected, closing old connection.
1494858022: New client connected from 192.168.0.164 as mpp-1 (c1, k15).
1494858022: New connection from 192.168.0.177 on port 1883.
1494858022: Client mpp-1 already connected, closing old connection.
So it appears that the configured gateway in the UI is kicking out the actual gateway?