Skip to content
This repository has been archived by the owner on Aug 12, 2023. It is now read-only.

Installation

Pierre LENA edited this page Jul 28, 2022 · 4 revisions

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.

Clone this wiki locally