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

not an issue .. #9

Closed NSP-0123456 closed 2 years ago

NSP-0123456 commented 2 years ago

Hi Alberto, I have many MSS710 switch to command but as it is in local network i cannot connect to internet, is there a protocol out there that allows to command switches directly sending command to the device IP using pre-configured packet ? I also notice console Rx/Tx/G pin on those devices can i use it to setup wifi ssid/passwd and ip. I want simple stuff not going out of the lab network. B.R. NS PP

lechercheur123 commented 2 years ago

Hi NSP-0123456, As far as I know, there is not any full-offline implementation that allow user to interact with Meross devices. But you can send MQTT messages to your Meross devices to control them. So, if you host a MQTT broker on your network, you can control your devices offline.

You can find the list off MQTT messages here : https://github.com/arandall/meross/blob/master/doc/protocol.md

albertogeniola commented 2 years ago

Hi @NSP-0123456 , I'm afraid I'm not able to support you in hacking the device at hardware level. This app works by exploiting the SW layer.