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

Hi there. I couldn't see such a discussion in progress, and the roadmap says "GitHub issues are a great place to discuss ideas." So here we are. I think the...

Creating an issue for discussion of this in general. Right now, the CLI is built around merely a long list of options, which is making it difficult to document and...

enhancement
help wanted
High Priority

Breaking this out into a new issue for discussion from a couple other spots. We should establish a format and standard way of accessing machine-readable output, most likely JSON, and...

enhancement
help wanted
High Priority

using ``` meshtastic --host xxx.xxx.xxx.xxx --configure file.yaml``` With the following lora config: ``` config: bluetooth: enabled: true fixedPin: 123456 device: nodeInfoBroadcastSecs: 10800 role: CLIENT serialEnabled: true display: screenOnSecs: 600 lora:...

## Versions and Firmware ``` (base) ➜ firmware-2 meshtastic --version 2.3.8 (base) ➜ firmware-2 meshtastic --info My info: { "myNodeNum": 3771639288, "rebootCount": 3, "minAppVersion": 30200 } Metadata: { "firmwareVersion": "2.3.8.d490a33",...

### Category Other ### Hardware Heltec V3 ### Firmware Version 2.3.9.f06c56a ### Description Export and import function not include some parameter like GPS position ,NTP server , licensed amateur radio.thus...

bug

### Category Other ### Hardware Heltec V3 ### Firmware Version 2.3.9.f06c56a ### Description When storing location as: ``` location: alt: xx lat: xx.xxxxx lon: 3.17491 ``` Upon reading back the...

bug

When sending a message to a remote node for setting one of its gpio pins, the confirmation message is shown, even when the node is offline: `meshtastic --host localip --gpio-wrb...

Trying to use the python client, to manage ignore_incoming for testing purposes and i get the below error. Included my protoc and pip versions on osx. Not sure where I've...

The Python library is unable to set the value of position.fixed_position. The Python client will accept the command to set the position.fixed_position value via serial, but the value does not...