Installation - mangoose002/Meross2Domoticz GitHub Wiki
How to install:
Create at a "Dummy hardware" in Domoticz.
To make it run, you need to install
- NodeJS => https://nodejs.org/en/
- pm2 => http://pm2.keymetrics.io/
- MQTT broker => https://mosquitto.org/
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:
- Fill the config.json with the required information
- Run pm2 start ./meross2domoticz.js
- 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.