mangoose002 / Meross2Domoticz

NodeJS bridge between Meross IOT and Domoticz
GNU Lesser General Public License v3.0
5 stars 2 forks source link

Support for mss550l (switch) and msl420 (bedside light) #13

Closed StephaneM60 closed 2 years ago

StephaneM60 commented 3 years ago

Hi,

This plugin does work very well (here on a Windows installation of Domoticz).

I have two meross devices currently unsupported : a wall switch (mss550l) and a bedside lamp (msl420).

Your script is able to see them and if I edit the RegExp those are working as it should for turning them on and off (I added them to the 1 channel switch devices)

However, the Meross Cloud library is also supporting light devices, so it would be great to handle the light correctly. The only light device I have is this bedlamp and it support color and brightness (it has supported white temp but meross changed that recently)

I would be happy to apply changes and test the device for you (I could do it myself but you may do it way faster than me, as I'm not familiar at all with MQTT)

mangoose002 commented 2 years ago

I merged your changes.