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

## Description When using `--set` to change power configuration values on a device with the ROUTER role, the CLI reports success but the values are silently ignored/overridden by role-enforced defaults....

When I use `--export-config` in the form below, it fails silently. The error which I would expect in `STDERR` is redirected as `STDOUT` to the file. ``` meshtastic --export-config >...

Somehow weird behavior: 1. Start-up node x, wait a few minutes, then `--request-telemetry --dest `: here I do not get a response and the request times out 2. After time-out...

I'm not sure why but I cannot get --configure with a YAML file to work reliably. Generally, seeing worse behaviour on ESP32-based devices than nRF52 devices. Various issues such as:...

With firmware 2.17.5 with RAK4631, XIAO NRF KIT and HELTEC V3, V4: meshtastic --ble '650FE00F-0AC1-844B-5F4C-54F0AC37AAAA' --info --debuglib DEBUG file:__main__.py common line:1352 Not logging serial output DEBUG file:ble_interface.py __init__ line:49 Threads...

As other already stated, the discovery with --ble-scan works and is able to find the device but any other operation seems to fail. No matter if --info or --export-config, nothing...

Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.5.0 to 2.6.0. Release notes Sourced from urllib3's releases. 2.6.0 🚀 urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD to release HTTP/2 support and...

dependencies
python

Cannot toggle is_unmessagable from Python CLI. It is not available from `--set` or other arguments.

Currently, the only way (at least the only one I have been able to find with the current documentation) to obtain all the information from your own node is to...

Hello. I was trying to connect to multiple nodes on same public ip address (yes over internet, yes, it is not secure). // I don't think there is any auth...