Closed javico88 closed 10 months ago
This my just be a typo in this issue but --mqtts://192.168.1.119
is incorrect, it should be --mqtt mqtts://192.168.1.119
This my just be a typo in this issue but
--mqtts://192.168.1.119
is incorrect, it should be--mqtt mqtts://192.168.1.119
Yes, it's a typo error. Sorry In other case I would have got an unrecognized error message in that command
I think you're missing per_listener_settings true
http://www.steves-internet-guide.com/mqtt-username-password-example/
That was not the problem but the link was very useful. I didn't know that if you set a password file the MQTT server check it even if you set anonymous login. I remove the password file and it connected it without problem. You can set it as solved. Thank you very much
Hi, I'm desperate trying to connect MSS710 to my local MQTT broker. I'm going to relate what I have done until now. I have Home Assistant Core installed in an old computer, because of that I can't use MQTT addon so I decided to install mosquitto in the system (Linux MX). I have running and working, I can connect to it locally and remotely. This is my mosquitto.conf:
And if I try to connect to my broker:
Then I have setup my Meross device with my computer:
The device successful connect to my wifi and tries to subscribe to the MQTT broker but I get error logs and no messages is getting to the MQTT. This is the error log of mosquitto:
I have also tried to disable the certificates and connect with mqtt but I get "protocol error" message. Is this an issue os am I missing something?
Thanks for your help