bwp91 / homebridge-meross

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

MSH300HK PUSH request #466

Closed andreground closed 1 year ago

andreground commented 1 year ago

Hello

I managed to integrate practically everything needed to control the thermostatic valves locally, with the exception of this single message that the MSH300HK keeps sending because it doesn't receive the adequate response.

Have you ever come across a similar message? Can you direct me on what the correct answer would be?

Thank you

{ "header": { "messageId": "b58cd1cadba3eb43ae01481cab47XXXX", "namespace": "Appliance.Hub.SubdeviceList", "method": "PUSH", "payloadVersion": 1, "from": "/appliance/XXX/publish", "timestamp": 1669216809, "timestampMs": 592, "sign": "de62fe92ac87f005ea0d4db9822eXXXX" }, "payload": { "subdeviceList": { "subdevice": [ { "id": "0300XXXX", "status": 1, "time": 1669216199, "hardware": "1.1.5", "firmware": "6.1.7" } ], "needReply": 1 } } }

bwp91 commented 1 year ago

Hi @andreground

are you talking about extending the plugin that you have done or something separate?

Doesn't matter either way!