Installation - mangoose002/Meross2Domoticz GitHub Wiki

How to install:

Create at a "Dummy hardware" in Domoticz.

To make it run, you need to install

It requires

  • mqtt node (npm install mqtt)
  • request node (npm install request)
  • meross-cloud (npm install meross-cloud)

When everything is installed, you need to complete the last 3 steps:

  1. Fill the config.json with the required information
  2. Run pm2 start ./meross2domoticz.js
  3. Run pm2 save

It should connect to the Meross cloud and to the MQTT broker. It will create all the devices in Domoticz (if you authorized device creation).

If it is unclear, feel free to open an issue on this project.