This library allows to login into Meross cloud server, read the registered devices and open connections to the MQTT cloud server to get the datatosign This is a clone of meross-cloud [https://www.npmjs.com/package/meross-cloud] without dependency.
see example folder
- Experiment with multiple MQTT connections vs only one and maybe optimize
The library is partially based on the Python project https://github.com/albertogeniola/MerossIot, Thank you for this great basic work on how to connect to the Meross Cloud Servers
- Add support for MTS150 Thermostats
- Add support for MRS100 RollerShutter devices
- update typescript definitions
- add MOD100 Diffuser Spray device
- generate an unique uuid for each connection, fixes the "Server not available"
- update dependencies
- add typings (thanks to @colthreepv)
- prevent some error cases
- handle error cases
- handle error cases
- handle error cases
- more fixes for garage door opener
- better support lights
- reconnection fixes
- support for hub devices
- try to fix garage door opener
- add read/write DND-Mode (Device LED)
- add read SystemRuntime (Wifi Strength)
- add Light Support
- move to 1.0.0
- (Apollon77) fix message handling and ignore messages posted by other devices
- (Apollon77) add rawData event to allow better debugging
- (Apollon77) Add more functions for mss310 devices
- (Apollon77) implement all functionalities for adapter
- (Apollon77) initial first release