Search found 3 matches

by kenmullins64
17 Aug 2018, 03:47
Forum: ESP Easy: General Discussion
Topic: MQTT : publish failed
Replies: 5
Views: 7839

Re: MQTT : publish failed

I just reflashed a NodeMCU esp8266 that I have with r120 to see if I could see messages through that. The install went fine and I can address it through the browser to turn an LED on/off (http://10.0.0.198/control?cmd=GPIO,13,1 http://10.0.0.198/control?cmd=GPIO,13,0) But it still won't talk to mosq...
by kenmullins64
17 Aug 2018, 03:04
Forum: ESP Easy: General Discussion
Topic: MQTT : publish failed
Replies: 5
Views: 7839

Re: MQTT : publish failed

Thanks for replying. I'm using eclipse mosquito 3.1 as the broker. I thought mqtt.fx had it's own broker but I just found mosquito 3.1 running in the background from a previous attempt to get it running before moving to mqtt.fx. I have been subscribing to all topics # locally and also narrowing the ...
by kenmullins64
16 Aug 2018, 12:18
Forum: ESP Easy: General Discussion
Topic: MQTT : publish failed
Replies: 5
Views: 7839

MQTT : publish failed

I've been struggling with this for a while. I'm using ESP_Easy_mega-20180507_dev_ESP8266_1024.bin on a Sonoff wifi smart switch and trying to send/receive MQTT messages to interface with Open Hab2. I'm using MQTT.fx and MQTT spy to see the messages to/from. I can see messages coming from OH2 but not...