ithinkdancan / hubitat-meross

Hubitat Drivers for Meross Smart Plugs
Apache License 2.0
24 stars 12 forks source link

Hubitat Meross

[BETA] Unofficial Hubitat Drivers for Meross Smart Devices

Currently Supports

Authorization & Configuration

  1. If you're setting this plug up fresh, make sure you go through the typical Meross app for initial setup.

  2. 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.

Generating a key for MSG200 - Smart WiFi Garage Door Opener

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

Generating a key using Chrome

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.

  1. Go to https://iot.meross.com/v1/Auth/login in your browser
  2. Right click on the page, click inspect and locate the console in Chrome Dev Tools
  3. Paste the script into the console
  4. Update USERNAME and PASSWORD strings in the last line. Hit enter.

Prior Art

Based off homebridge-meross