piotrC4 / mqtt-ir-transceiver

ESP8266 based bidirectional bridge between MQTT and IR (change MQTT message to IR signal and change received IR signal to MQTT message)
142 stars 34 forks source link

Issue with password protected MQTT #11

Open dersch81 opened 6 years ago

dersch81 commented 6 years ago

Hi, is it possible that there is an issue with pw protected MQTT Broker? Since i protected it the IR transreceiver doesn't subscribe anymore. Of course i added the PW to it. No SSL security.

The wifi signal is good and the device is connected. So my feeling is there is an issue with pw protected mqtt broker (it is the only device with that behavior)

piotrC4 commented 6 years ago

Only one thing which comes to my mind is too long or too complicated password - try simple password.

dersch81 commented 6 years ago

No i don't think so. It is an 9 digit PW with an @ inside. Not sure if the @ make some trouble but all other devices on my MQTT broker does not have any issue with that PW.