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]: display current installed firmware imageType from device #24361

Open
KipK opened this issue Oct 16, 2024 · 1 comment
Open
Labels
feature request Feature request

Comments

@KipK
Copy link

KipK commented Oct 16, 2024

Is your feature request related to a problem? Please describe

imageType is missing from displayed device info or device state tab.

Describe the solution you'd like

I'd like to see the installed firmware imageType from devices.
manufacturerCode and stackVersion are already present, but imageType is missing.

Could be displayed on device info tab or at least on state tab.

Describe alternatives you've considered

I've checked on the state tab but it's missing too :

{
    "device": {
        "applicationVersion": 3,
        "dateCode": "2021",
        "friendlyName": "Radiateur Chambre Verte",
        "hardwareVersion": 20,
        "ieeeAddr": "0x187a3efffeadf476",
        "manufacturerID": 4727,
        "manufacturerName": "Adeo",
        "model": "SIN-4-FP-21_EQU",
        "networkAddress": 33991,
        "powerSource": "Mains (single phase)",
        "stackVersion": 103,
        "type": "Router",
        "zclVersion": 8
    },

Additional context

This is for debug purpose. Needs to know what imageType is installed on some devices.

Thanks

@KipK KipK added the feature request Feature request label Oct 16, 2024
@KipK KipK changed the title [Feature request]: display image type in device "State" tab [Feature request]: display current installed firmware imageType from device Oct 16, 2024
@KipK
Copy link
Author

KipK commented Oct 16, 2024

Ideally, we should display somewhere all meta from installed firmware we can also find on headers ota files.

imageType
manufacturerCode
minFileVersion
maxFileVersion
modelID
header string ( this one is also important and not implemented in z2m for what I've seen , some devices reject ota if the header string is different so this could be nice for hacking purpose, ie crafting custom .ota file )

Perhaps on OTA tab per device with a tooltip poping up on roll over ( I think you only have those data when requesting for ota update, not sure )

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

No branches or pull requests

1 participant