The MerossDeviceHandler module can be used in the DIY-Smarthome ecosystem to control smart devices from the company "Meross". The goal is to control devices locally, without using the company's servers.
Report Bug
·
Request Feature
Table of Contents
The proof of concept was achieved with the protoype that was submitted as an university exam. Currently, the code isn't functional because of some big API changes. We aim to repair the code and extend functionality (support more devices, etc.).\
There are already multiple benefits using this library:
- Get rid of Meross' Rate limts (formerly 1 Message per 10 min, currently unknown)
- Enables features like realtime monitoring (i.e. Power consumption)
- Control devices independently of
- internet connection
- manifacturer server
Supported functions:
- LED State (Get/Set)
- Powerstate (Get/Set)
- Get current Powerconsumption
- more to come!
Supported functions:
- LED State (Get/Set)
- Powerstate (Get/Set)
- Powerstate per Channel (Get/Set)
- more to come!
Currently, there is no dedicated installer for any module of the DIY-Smarthome ecosystem. You can clone this repository and try the example code (not working atm!) or clone the Dev-Environment and use the module with others.
You will need NodeJs and npm to use this module.
- Clone the Dev-Environment from https://example.com
git clone https://github.com/DIY-Smarthome/Dev-Environment.git
- Enter the lib folder
- Clone the module
git clone https://github.com/DIY-Smarthome/MerossDeviceHandler.git
- Install NPM packages
npm install
- Build Dev-Environment and all modules
npm run build
- Repair code
- Extend supported functions of already supported devices
- Extend supported devices
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Also check contributing.md for more info!
Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See license.md for more information.
- Quisel on Twitter: @Quisel_
- Quisel via Email: [email protected]
- Contact the community on the Discord
Project Link: https://github.com/DIY-Smarthome/MerossDeviceHandler