python icon indicating copy to clipboard operation
python copied to clipboard

Enhancement: --request-environmental

Open joneyes opened this issue 1 year ago • 5 comments

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?

joneyes avatar Jun 15 '24 21:06 joneyes

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

rcarteraz avatar Jun 15 '24 23:06 rcarteraz

OK - I'll raise and enhancement request

joneyes avatar Jun 16 '24 18:06 joneyes

OK - I'll raise and enhancement request

joneyes avatar Jun 16 '24 18:06 joneyes

Firmware to support this has now been updated.

joneyes avatar Jun 23 '24 13:06 joneyes

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

ianmcorvidae avatar Jun 26 '24 01:06 ianmcorvidae

Did you make any progress on this? - specifically looking for the power metrics telemetry

joneyes avatar Oct 12 '24 20:10 joneyes

I totally lost track of it, I'm sorry. I put together a PR to make this possible, which should go into the next release. I made it work by passing a second argument along with --request-telemetry to specify the subtype desired, rather than individual arguments for each type.

ianmcorvidae avatar Oct 14 '24 03:10 ianmcorvidae