[BETA] Unofficial Hubitat Drivers for Meross Smart Devices
- MSS120 - Smart WiFi Plug (2 Channel)
- MSS620 - Smart WiFi Indoor/Outdoor Plug (2 Channel)
- MSS110 - Smart Plug Mini
- MSG200 - Smart WiFi Garage Door Opener
- MDP100 - Smart WiFi Indoor/Outdoor Dimmer Plug
-
If you're setting this plug up fresh, make sure you go through the typical Meross app for initial setup.
-
You will also have to obtain some information that the Meross mobile app uses in its HTTP request headers. See How To Get Credentials for more details.
Included in the repo is a python scripts for generating keys for the latest garage door firmware taken from meross-api. Run the script with python and copy the values into your hubitat config
python3 ./login.py
If you are missing modules you can install them with pip:
python3 -m pip install requests
If you're not familiar with python you can also generate a key using chrome or any other modern browser using the included JS script.
- Go to https://iot.meross.com/v1/Auth/login in your browser
- Right click on the page, click inspect and locate the console in Chrome Dev Tools
- Paste the script into the console
- Update USERNAME and PASSWORD strings in the last line. Hit enter.
Based off homebridge-meross