Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request]: --request-environment #4120

Closed
joneyes opened this issue Jun 16, 2024 · 6 comments · Fixed by #4164
Closed

[Feature Request]: --request-environment #4120

joneyes opened this issue Jun 16, 2024 · 6 comments · Fixed by #4164
Assignees
Labels
enhancement New feature or request

Comments

@joneyes
Copy link

joneyes commented Jun 16, 2024

Platform

other

Description

I raised this in the python section first and was referred back to firmware:

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 joneyes added the enhancement New feature or request label Jun 16, 2024
@garthvh
Copy link
Member

garthvh commented Jun 16, 2024

Should already be in the firmware, would need to send a environment telemetry packet to a node as a a dm and request a response

@joneyes
Copy link
Author

joneyes commented Jun 16, 2024

Thanks Garth,
any idea what the syntax is for sending an environment telemetry packet is? - i did look and couldn't see anything that jumped out... Hence the post.

@GUVWAF
Copy link
Member

GUVWAF commented Jun 21, 2024

Replies are not yet implemented in the firmware for Environmental Telemetry.

@joneyes
Copy link
Author

joneyes commented Jul 18, 2024

This is marked as completed.
How do you intiate the query and what is the syntax, as i can't find any supporting documentation?
I was looking for a way to do this to a remote node, so is it via a DM, or CLI --request- command?

@GUVWAF
Copy link
Member

GUVWAF commented Jul 18, 2024

It's implemented in the firmware. You can send a packet with the corresponding telemetry tag and set want_response to true, then it will respond.

If you want to have it in the CLI, please open a feature request in that repository.

@joneyes
Copy link
Author

joneyes commented Jul 18, 2024

It's implemented in the firmware. You can send a packet with the corresponding telemetry tag and set want_response to true, then it will respond.

If you want to have it in the CLI, please open a feature request in that repository.

👍
Did that there before raising it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants