meshtastic / python

The Python CLI and API for talking to Meshtastic devices
https://meshtastic.org
335 stars 150 forks source link

Enhancement: --request-environmental #596

Open joneyes opened 2 weeks ago

joneyes commented 2 weeks ago

It is possible to request the following via CLI for a remote node: --request-position (returns position co-ords & alt) --request-telemetry (returns current device metrics)

Is it possible to add --request-environmental to query environmental metric data, when enabled?

rcarteraz commented 2 weeks ago

I'm pretty sure this would actually be a firmware request first.

joneyes commented 2 weeks ago

OK - I'll raise and enhancement request

joneyes commented 2 weeks ago

OK - I'll raise and enhancement request

joneyes commented 1 week ago

Firmware to support this has now been updated.

ianmcorvidae commented 1 week ago

Excellent, thanks for shepherding that. I'll try to get it implemented over here sometime soon, hopefully.