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

No LED update after firmware update (MSS310) #24

Closed
bendenoz opened this issue Dec 17, 2022 · 2 comments
Closed

No LED update after firmware update (MSS310) #24

bendenoz opened this issue Dec 17, 2022 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@bendenoz
Copy link

After updating the firmware last week, the device can still be controlled but the LED does not change anymore.
I have also been seing occasional "Error: socket hang up" errors

After sniffing the local network (see trace below) and doing some testing, it looks like the triggerSrc header is now required. When it is included the LED updates properly. The Meross app sends "AndroidLocal but it looks like any value will work

Traced command from latest app :

{
  "header": {
    "from": "/app/*******-********************************/subscribe",
    "messageId": "f0a5479a510c4a4326a8cee63f42590a",
    "method": "SET",
    "namespace": "Appliance.Control.ToggleX",
    "payloadVersion": 1,
    "sign": "7381ef30715d3032d7b9fe74b02a5a4f",
    "timestamp": 1670771354,
    "triggerSrc": "AndroidLocal",
    "uuid": "********************************"
  },
  "payload": {
    "togglex": {
      "channel": 0,
      "onoff": 1
    }
  }
}
@dehsgr dehsgr added bug Something isn't working enhancement New feature or request and removed enhancement New feature or request labels Dec 17, 2022
dehsgr added a commit that referenced this issue Dec 17, 2022
This will fix issue #24.
@dehsgr
Copy link
Owner

dehsgr commented Dec 17, 2022

Thanks for reporting and your work to provide the solution directly, @bendenoz. I really appreciated it!

@dehsgr dehsgr closed this as completed Dec 17, 2022
@bendenoz
Copy link
Author

no pb thanks for the fast update!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants