homieiot / homie-esp8266

💡 ESP8266 framework for Homie, a lightweight MQTT convention for the IoT
http://homieiot.github.io/homie-esp8266
MIT License
1.36k stars 308 forks source link

Homie Configurator didn't go to next step #176

Closed Tokandol closed 7 years ago

Tokandol commented 7 years ago

Homie configurator did not go to next step, when I checked "Use MQTT authentication". But, if not checked, can go to next step. I tested Web UI and app, and result is same. I couldn't find any issues about. Now I'm testing with release 2.0.0 and using CloudMQTT broker.

image

So I trying to debug using Chrome on PC, there are some errors below when pushed next button. image image

marvinroger commented 7 years ago

It should be fixed now. Can you try again?

Tokandol commented 7 years ago

Thanks Marvin.

It works good. But there are problem " Invalid or too big JSON" in serial monitor. It seems same second issue in #178.. Below is capture of structure of data.

image

marvinroger commented 7 years ago

Can you try with the latest git?

Tokandol commented 7 years ago

Hi Marvin

It work good without any error. But my device did not work normally. It repeat endlessly to connect MQTT and disconnect MQTT.

image

Tokandol commented 7 years ago

It works. The reason of repetition is I have a another device using same Device Id. So MQTT is disconnected and Homie trying to reconnect.

marvinroger commented 7 years ago

Great!

alco28 commented 7 years ago

double confirmed that it works :) thanks for your effort on all! I'm just starting to learn the capabilities of an ESP8266 with your stuff!