albertogeniola / Custom-Meross-Pairer

Android APP that allows pairing Meross Devices with third party MQTT brokers
GNU General Public License v2.0
62 stars 5 forks source link

Mqtt server ports #22

Closed stain3565 closed 9 months ago

stain3565 commented 1 year ago

I have been attempting to pair meross ms426 surge protectors. My mosquitto mqtt has been up and working on my home assistant server for some time now. I have attached an image of my HA setup mosquitto config.

I expected to attach to port 8883 in the pairer but the search is finding a port 2001 available. If I set up an 8883 in the pairer, it does not pair successfully. The found 2001 does pair but then lost as how to proceed as this does not relate to my HA config. Images attached of found mqtt port and my manual set up. Any ideas? SmartSelect_20230305_141457_Home Assistant SmartSelect_20230305_141556_Home Assistant SmartSelect_20230305_141626_Custom Pairer SmartSelect_20230305_142728_Custom Pairer

albertogeniola commented 1 year ago

Hi @stain3565, are you using the Meross Local Broker Addon? That addon integrates a fully working MQTT broker and API endpoint: the pairer is designed to work with that and you don't need to use another broker (your MQTT broker).

Is there any specific reason why you need to use your mosquitto server?

albertogeniola commented 9 months ago

Closing as stale. Feel free to re-open if needed.