Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Outdoor Plug mss620 #130

Closed
AndrewReaganM opened this issue Dec 9, 2020 · 3 comments
Closed

Outdoor Plug mss620 #130

AndrewReaganM opened this issue Dec 9, 2020 · 3 comments

Comments

@AndrewReaganM
Copy link

Hello!

In setting up this plugin today I was able to connect my garage door very easily, however I ran into an issue with my outdoor plug mss620. Specifically, the HomeBridge error is:

TypeError: Cannot read property 'onoff' of undefined
    at Meross.getOnCharacteristicHandler (/usr/local/lib/node_modules/homebridge-meross/src/index.ts:513:87)
    at processTicksAndRejections (node:internal/process/task_queues:93:5)

Config

"bridge": {
        "name": "Homebridge ****",
        "username": "**:**:**:**:**:**",
        "port": 51346,
        "pin": "***-**-***"
    },
    "accessories": [
        {
            "model": "MSG100",
            "name": "Garage Door",
            "deviceUrl": "192.168.1.254",
            "channel": 0,
            "messageId": "*******************************",
            "timestamp": *********,
            "sign": "********************************************",
            "garageDoorOpeningTime": 15,
            "accessory": "Meross"
        },
        {
            "model": "MSS620",
            "name": "Inflatable",
            "deviceUrl": "192.168.1.253",
            "channel": 1,
            "messageId": "*******************************",
            "timestamp": *******************************,
            "sign": "*******************************",
            "accessory": "Meross"
        },
        {
            "model": "MSS620",
            "name": "Christmas Lights",
            "deviceUrl": "192.168.1.254",
            "channel": 2,
            "messageId": "*******************************",
            "timestamp": *******************************,
            "sign": "*******************************",
            "accessory": "Meross"
        }
    ],
    "platforms": [
        {
            "name": "Config",
            "port": 8581,
            "auth": "form",
            "theme": "auto",
            "tempUnits": "f",
            "lang": "auto",
            "platform": "config"
        }
    ]
}

Any idea where I should start looking?

Thanks in advance!

@donavanbecker
Copy link
Collaborator

donavanbecker commented Dec 9, 2020

@AndrewReaganM why is your deviceURL different on your two "model": "MSS620" accessories?

I would look at this wiki.

@AndrewReaganM
Copy link
Author

Wow, I feel really dumb for that. Thank you for pointing that out, my mistake!

@donavanbecker
Copy link
Collaborator

@AndrewReaganM your good!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants