Enhancement: --request-environmental
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?
I'm pretty sure this would actually be a firmware request first.
OK - I'll raise and enhancement request
OK - I'll raise and enhancement request
Firmware to support this has now been updated.
Excellent, thanks for shepherding that. I'll try to get it implemented over here sometime soon, hopefully.
Did you make any progress on this? - specifically looking for the power metrics telemetry
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.