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: Extend dumpSecure by device information #353

Open
CFenner opened this issue Jan 16, 2024 · 0 comments
Open

Feature: Extend dumpSecure by device information #353

CFenner opened this issue Jan 16, 2024 · 0 comments

Comments

@CFenner
Copy link
Member

CFenner commented Jan 16, 2024

dumpSecure is used to print diagnostic info in Home Assistant easily.

It would be nice, if the device data were provided here as well next to the data point.

It would especially be helpful to see to which device type, model and roles the data points belong.

[
  {
      "id": "gateway",
      "fingerprint": "xxx",
      "modelVersion": "2f5fxxxx",
      "name": "Heatbox 1, Vitoconnect",
      "type": "vitoconnect",
      "roles": [
          "type:gateway;VitoconnectOpto1",
          "type:legacy"
      ],
      "modelId": "Heatbox1",
      "status": "online"
  },
  {
      "id": "0",
      "fingerprint": "xxx",
      "modelVersion": "451cxxxx",
      "name": "VT 200 (HO1C)",
      "type": "heating",
      "roles": [
          "type:boiler",
          "type:legacy",
          "type:product;VScotHO1"
      ],
      "modelId": "VScotHO1_72",
      "status": "online"
  }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant