Meross Garage Door Opener - MSG200

OK, maybe a NooB thing. Followed destructions. was able to discover the MSG100, added it to HE. used httpcatcher, caught Message ID, Timestamp, and Sign. Key and UUID were prepopulated. port 1 was set by default in the device.
When I trigger an open/close event via HE, I get "the target server failed to respond"
What am I doing wrong. I know the device is at the right IP address, and is online. Actuates fine in the Meross app.
Help! :slight_smile:

I had the same problem, It added the door ok, but the status was always "door: unknown" with the same warning about missing setting configuration.
It seems that the device state isn't captured correctly at installation, so it thinks currentVersion is 0, which is one of the reasons it's log that warning on line 103 of the driver code. I just temporarily changed the code to default to version 428 (mine is 4.2.8) at the end of line 98.
Then I clicked the refresh button and it grabbed the status correctly.

1 Like