python icon indicating copy to clipboard operation
python copied to clipboard

The Python CLI and API for talking to Meshtastic devices

Results 206 python issues
Sort by recently updated
recently updated
newest added

This command fails: `meshtastic --port --ch-add 'Eleven char' ` and so does this one: `meshtastic --port --ch-add Eleven_char ` with: `Warning: Channel name must be shorter. Channel not added.` ######...

I haven't been able to find a way to turn off 'ham mode' from the cli. If i do get it set. how do you read it back to verify?...

If I'm providing the device name after "--ble" why does every CLI invocation force another full ten-second BLE scan? Is there some way to return some identifier from the initial...

The CLI has "--set-owner" but no "--get-owner" command and "--get owner" doesn't work either. Getting the owner would seem to be the easiest way to confirm that you're talking to...

Most of the time there is a 'decoded' item in the packet, but sometimes i see packets that don't contain that. What are those? thanks, Larry

Add command line argument for hopLimit to override the default one set in the config for `--sendtext`, `--traceroute`, `--request-telemetry`, and `--request-position`. `meshtastic --host 192.168.1.10 --traceroute df81f5d7 --hoplimit 5` `meshtastic --host...

### Before submitting - [x] I have searched existing issues to make sure this bug hasn't already been reported - [x] I have updated to the latest version of the...

bug

CLI `--set power.on_battery_shutdown_after_secs ` doesn't work ``` Connected to radio Set power.on_battery_shutdown_after_secs to 6666 Writing modified preferences to device Writing power configuration to device ``` Result: (--info) ``` "power": {...

Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.5 to 3.1.6. Release notes Sourced from jinja2's releases. 3.1.6 This is the Jinja 3.1.6 security release, which fixes security issues but does not otherwise change behavior...

dependencies
python

meshtastic --export-config doesn't gather/export all configuration information from RAK Meshtastic Start Kit: RAK19007+RAK4631 but it does work on lilygo t-echo hardware maybe is has something to do with the LibreSSL...