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 PR adds the ability to mute specific nodes from your NodeDB - an action which ensures external notifications and UI notifications / popups on the device aren't fired upon...

Hello, Since version 2025.8 of HomeAssistant, bleak 1.0.1 is used. That means that intergrations relying on the meshtastic package, gets an error and wont load. "Unable to install package meshtastic==2.7.0:...

### Category Other ### Hardware Other ### Is this bug report about any UI component firmware like InkHUD or Meshtatic UI (MUI)? - [ ] Meshtastic UI aka MUI colorTFT...

bug

Using V2.7.1 meshtastic on Linux, doing operations such as ```meshtastic -b Meshtastic_0b88 --ch-index 0 --sendtext "Ping!"``` or ```meshtastic -b Meshtastic_0b88 --no-nodes --info``` sends the message or gets the info, but...

This is a draft PR to test out a new approach for admin commands specific to sensors. Some sensors (detailed in here: https://github.com/fablabbcn/smartcitizen-meshtastic/issues/12) require commands to set calibration parameters and...

Refactor of the interface code to work better with async code in library consumers, starting with separating the connection logic to a new class, as discussed with @ianmcorvidae on discord....