Closed C0ntroller closed 3 years ago
Are you able to subscribe to '/appliance/1804260831712629081034298f158de3/publish and see what the message it's repeatedly expecting a response to.
It's just a clock timestamp...
{
"header": {
"messageId": "7a434a4233e888e5777548651601a686",
"namespace": "Appliance.System.Clock",
"method": "PUSH",
"payloadVersion": 1,
"from": "/appliance/1804260831712629081034298f158de3/publish",
"timestamp": 3831,
"timestampMs": 892,
"sign": "a4d6a8e1e48ecd00138c0cbdc94fe59c"
},
"payload": {
"clock": {
"timestamp": 3831
}
}
}
Do you allow access to external web? I know that Meross devices try to time sync with:
No I don't. But if thats necessary I can create a custom rule for one of these servers.
Have a go and see if it works. You could always reroute those urls to a local NTP server. Unfortunately they are hardcoded and wont recognise DHCP NTP params
Nice, it worked! Thank you very much!
Hey guys,
I don't even know if here is the right place to ask this but I need some help. I got MSS425 smart surge protector and a local MQTT server.
Running
meross setup ...
works fine, connection to wifi too. But the device wont stop blinking. The log from the MQTT server shows the problem:This does happen to infinity. Starting mosquitto with verbose output is logging:
What can I do to fix the connection?
EDIT: I forgot my server config for my mosquitto server. Here it is: