python icon indicating copy to clipboard operation
python copied to clipboard

Cannot toggle is_unmessagable from Python CLI YAML-based configuration

Open ndoo opened this issue 2 months ago • 7 comments

Cannot toggle is_unmessagable from Python CLI.

It is not available from --set or other arguments.

ndoo avatar Oct 08 '25 16:10 ndoo

--set-is-unmessageable [true|false] works for me, maybe your cli is out of date? i think it was added in 2.7.x

porkcube avatar Oct 08 '25 23:10 porkcube

Thank you, how about support from --export/--configure? I’ll update the issue to reflect that

ndoo avatar Oct 09 '25 04:10 ndoo

yeah that would be great, but does seem like --set-is-unmessageable is missing from --help / -h output and should be added there as well (I had never actually checked before, originally saw it mentioned in #python in discord and never thought to see if it was in the help 😬)

porkcube avatar Oct 09 '25 14:10 porkcube

It's in --help, that's all automatic.

  --set-is-unmessageable SET_IS_UNMESSAGEABLE, --set-is-unmessagable SET_IS_UNMESSAGEABLE
                        Set if a node is messageable or not

export and configure of course still valid concerns, but just clarifying that bit

ianmcorvidae avatar Oct 09 '25 16:10 ianmcorvidae

Thank you, yes it worked well, just reusing this issue and renaming it, though if you like I can close this and open a new one.

On Fri, Oct 10, 2025 at 00:46 Ian McEwen @.***> wrote:

ianmcorvidae left a comment (meshtastic/python#835) https://github.com/meshtastic/python/issues/835#issuecomment-3386674424

It's in --help, that's all automatic.

--set-is-unmessageable SET_IS_UNMESSAGEABLE, --set-is-unmessagable SET_IS_UNMESSAGEABLE Set if a node is messageable or not

export and configure of course still valid concerns, but just clarifying that bit

— Reply to this email directly, view it on GitHub https://github.com/meshtastic/python/issues/835#issuecomment-3386674424, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACAFADQ6JCTPG7UTINLP7L3W2GOVAVCNFSM6AAAAACIUVITSGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTGOBWGY3TINBSGQ . You are receiving this because you authored the thread.Message ID: @.***>

ndoo avatar Oct 09 '25 17:10 ndoo

It's in --help, that's all automatic.

  --set-is-unmessageable SET_IS_UNMESSAGEABLE, --set-is-unmessagable SET_IS_UNMESSAGEABLE
                        Set if a node is messageable or not

export and configure of course still valid concerns, but just clarifying that bit

Ah you're right! The linux-native node I checked on was running an older version (2.5.12).

porkcube avatar Oct 09 '25 18:10 porkcube

Import/export of is-unmessagable now possible, see PR #867

juergenRe avatar Dec 04 '25 14:12 juergenRe