Testing with a repeater node gives this sometimes in the log file : !TSF:RTE:100 UNKNOWN
-
The logparser isn't giving more information.
Does somebody knows what it means?
-
@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!
-
@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.
Suggested Topics
-
Day 1 - Status report
Announcements ā¢ 23 Mar 2014, 22:45 ā¢ hek 24 Mar 2014, 20:12 -
Forum Search not working?
Troubleshooting ā¢ 4 Oct 2023, 23:33 ā¢ Gibber 2 Sept 2024, 20:28 -
Echo request is not set
Troubleshooting ā¢ 12 Aug 2024, 15:36 ā¢ kamilb85 3 Sept 2024, 08:58 -
Can not compile MySensors on esp8266
Troubleshooting ā¢ 24 Aug 2024, 15:35 ā¢ TheoL 29 Aug 2024, 20:47 -
NODs stop responding, but ping works.
Troubleshooting ā¢ 27 days ago ā¢ Marcin 27 days ago -
Getting system time from the controller
Troubleshooting ā¢ 27 Feb 2025, 01:39 ā¢ dpcons 3 Mar 2025, 01:00