bytespider / Meross

Investigating the Meross/Refoss MSS310 Smart Plug and getting these devices to communicate with our private MQTT brokers
112 stars 19 forks source link

Wiki: How is the Mac address formatted for the password? #38

Closed a-waider closed 3 years ago

a-waider commented 3 years ago

The wiki states that the iot device is connecting to the MQTT broker wit a password like {user}_md5({MAC}{key}). I'm wondering how the Mac address is formatted. Can anyone make up an example?

bytespider commented 3 years ago

Colon separated octets. https://github.com/bytespider/Meross/blob/7a9ea926d3479b6a90dff256c59547c57f7614aa/lib/api.js#L195