[Bug]: CLIENT_MUTE never sends NodeInfo packets #5867
Replies: 6 comments 11 replies
-
https://meshtastic.org/blog/choosing-the-right-device-role/#client-mute |
Beta Was this translation helpful? Give feedback.
-
Isn't NodeInfo something the node should be able to originate itself? To be clear, I am talking of the NodeInfo packet that allow that node to have others know it exist, not rebroadcasted NodeInfo messages. As far as the docs say, it seems that the behaviour of not originating NodeInfo message is supposed to be specific to |
Beta Was this translation helpful? Give feedback.
-
There is only one place in the code where Are you sure you have other settings, like channel key and name, unchanged? Does normal messaging work? |
Beta Was this translation helpful? Give feedback.
-
Yeah I searched the code and couldn't see anything that could potentially have been relevant, glad to know I wasn't just lot there
The LoRa/etc settings weren't knowingly changed, and from comparing the settings of a different -perfectly working- node it seems they were indeed not changed. I have done a full factory-reset of the node, and it has not affected the persistence of the issue Edit: normal power/environment telemetry works, I had misread the delay value |
Beta Was this translation helpful? Give feedback.
-
@thebentern What makes this not a bug? |
Beta Was this translation helpful? Give feedback.
-
I had similar problems with two Nodes (Rak4631) not sending their Node info when I Changed the Rebroadcast Mode to "Core Portnums" |
Beta Was this translation helpful? Give feedback.
-
Category
Other
Hardware
Other
Firmware Version
2.5.14.f2ee0df and 2.5.18.89ebafc
Description
When set to
CLIENT_MUTE
, my node never sends a nodeinfo packet. Whereas it reliably sends one within minutes of being set toCLIENT
, and at everynodeInfoBroadcastSecs
.Tested on a Heltec Capsule Sensor v3, with
nodeInfoBroadcastSecs: 3600
(and also default), both left to its own for hours and with attempts at getting an early nodeinfo broadcast by having it forget a nearby active node.Relevant log output
Beta Was this translation helpful? Give feedback.
All reactions