python icon indicating copy to clipboard operation
python copied to clipboard

[Feature Request]: include firmware version in nodes table and --request telemetry

Open joneyes opened this issue 1 year ago • 1 comments

As per title. Linked with #3928 in firmware feature requests.

joneyes avatar May 17 '24 23:05 joneyes

Firmware version is only available for remote nodes via the device metadata admin packet.

garthvh avatar May 17 '24 23:05 garthvh

OK, so there is no way to establish out of date firmware on other nodes other than?:

  1. Asking the node owner
  2. having admin access via an admin channel
  3. Node owner has recent enough software and has enabled a value other than 0 in Map reporting interval and has MQTT enabled - and version is posted to Meshmap

joneyes avatar May 25 '24 08:05 joneyes

I can't speak to the firmware side of things, but it's also true that as-is I can't do anything in this repository. The firmware version is shown with the --device-metadata command with a shared admin channel and for the time being that's where it'll need to stay.

ianmcorvidae avatar Jun 08 '24 14:06 ianmcorvidae