We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
dumpSecure is used to print diagnostic info in Home Assistant easily.
dumpSecure
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" } ]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: