bwp91 / homebridge-meross

Homebridge plugin to integrate Meross devices into HomeKit.
MIT License
197 stars 32 forks source link

Device is removed right after its initialised #513

Closed aa15032261 closed 1 year ago

aa15032261 commented 1 year ago

What issue do you have? Please be as thorough and explicit as possible.

I have a MSL320CPR light strip and I'm trying to get it running in local mode but the device is removed right after it is initialised. image

Details of your setup.

I'm using the latest version of homebridge and this is my config file:

{
    "name": "Meross",
    "userkey": "************************",
    "connection": "local",
    "debug": true,
    "ignoreHKNative": false,
    "lightDevices": [
        {
            "name": "Table Light Strip",
            "serialNumber": "************************",
            "connection": "local",
            "deviceUrl": "192.168.1.102",
            "model": "MSL320CPR"
        }
    ],
    "platform": "Meross"
}

Edit: Changing userkey and serialNumber to lower case fixed the problem.