stefanbode / Sonoff-Tasmota

Provide ESP8266 based itead Sonoff with Web, MQTT and OTA firmware using Arduino IDE, enhanced with I2C options
GNU General Public License v3.0
127 stars 41 forks source link

mqtt login error #86

Closed madmicio closed 5 years ago

madmicio commented 5 years ago

Hi stefan, with the v3 version of mosquitto the problems started. after several attempts the mqtt of the tasmota firmware must be configured with user: DVES_USER and password: DVES_PASS.

for the moment only with these parameters the clients are able to login. this option unfortunately does not work on your version. honestly I can not tell you why. can you kindly check? I tried to recompile the bin by inserting only ip and wifi parameters and only then from the web interface enter the parameters of the mqtt, but fail. I'm not using the user_config_override file

stefanbode commented 5 years ago

Hi @madmicio. Could you explain the issue a bit more? I use the mosquitto for all my devices and they work like a charm without any issues. Therefore I do not understand the issue. Anyhow my fork is always very close to the MASTER and these kind of issues definitely must be visible in the master, too

stefanbode commented 5 years ago

Please create the override file and put in your credentials as shown in the sample file. This makes many things easier and you have to type less.

B1G1 commented 5 years ago

@madmicio are you using HASSIO and mosquitto addon?

madmicio commented 5 years ago

Oh, sorry... Yes! Hassio and morquitto

B1G1 commented 5 years ago

Is it working now?

madmicio commented 5 years ago

With the mosquitto V4 all ok!