Testing with a repeater node gives this sometimes in the log file : !TSF:RTE:100 UNKNOWN
-
@evb if I read the code correctly, the repeater received a message with destination node 100, but the repeater does not know how to route traffic to node 100.
Could you describe the topology of your network? Which node is sending? Where is the destination? Where is the gateway? Where is the repeater? Where is the sender?
-
@mfalkvidd, ok then I understand the error.
Node 100 is my display node that I am also testing and it isn't connected for the moment.Maybe a good extension for the logparser code? --> it should mention this extra information :-)
Thanks a lot!
-
@mfalkvidd, ok then I understand the error.
Node 100 is my display node that I am also testing and it isn't connected for the moment.Maybe a good extension for the logparser code? --> it should mention this extra information :-)
Thanks a lot!
@evb I dug into the log parser and it contains this:
{ re: "!TSF:RTE:DST (\\d+) UNKNOWN", d: "Routing for destination <b>$1</b> unknown, sending message to parent" },so it is already in the log parser, but the regex is wrong. I think it should look like this:
{ re: "!TSF:RTE:(\\d+) UNKNOWN", d: "Routing for destination <b>$1</b> unknown, sending message to parent" },With that change, the log parser looks like this for your message:

I have created https://github.com/mysensors/MySensors/pull/1462 to fix this.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login