You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I guess that the data package with the node name was lost during re registration. So the gateway send the message in a topic with MAC address instead of the topic with a node name.
The text was updated successfully, but these errors were encountered:
I have also suffered the same case, message only with the MAC of the node.
In my case, it is not far from the gateway, but I suffer power outages that cause the gateway to start up before the Wi-Fi router, (I think that is my problem, but maybe not).
At the moment I have a delay of 4 minutes in the setup() of the gateway. I will see if it solves the problem.
When I put a node far away from the gateway, HASS often shows that the node is offline.
I checked
/api/gw/nodes
, it shows{"nodeId":2,"address":"ac:0b:fb:c1:89:1c"}
.I checked mqtt messages in
esp/#
I guess that the data package with the node name was lost during re registration. So the gateway send the message in a topic with MAC address instead of the topic with a node name.
The text was updated successfully, but these errors were encountered: