-
Notifications
You must be signed in to change notification settings - Fork 4
/
diagnostics_output.json
123 lines (123 loc) · 3.09 KB
/
diagnostics_output.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"home_assistant": {
"installation_type": "Home Assistant Core",
"version": "2022.10.3",
"dev": false,
"hassio": false,
"virtualenv": true,
"python_version": "3.10.5",
"docker": false,
"arch": "aarch64",
"timezone": "Europe/London",
"os_name": "Linux",
"os_version": "5.15.32-v8+",
"run_as_root": false
},
"custom_components": {
"linksys_velop": {
"version": "2022.10.1",
"requirements": [
"pyvelop==2022.10.2"
]
},
"hdhomerun": {
"version": "2022.10.1",
"requirements": []
}
},
"integration_manifest": {
"codeowners": [
"@uvjim"
],
"config_flow": true,
"dependencies": [
"ssdp"
],
"domain": "hdhomerun",
"documentation": "https://github.com/uvjim/hass_hdhomerun",
"iot_class": "local_polling",
"issue_tracker": "https://github.com/uvjim/hass_hdhomerun/issues",
"name": "HDHomeRun",
"requirements": [],
"ssdp": [
{
"st": "urn:schemas-upnp-org:device:MediaServer:1",
"manufacturer": "Silicondust"
}
],
"version": "2022.10.1",
"is_built_in": false
},
"data": {
"device": {
"base_url": "http://192.168.1.9:80",
"channel_scanning": null,
"channel_sources": null,
"channels": [],
"device_auth_string": "**REDACTED**",
"device_id": "**REDACTED**",
"device_type": 1,
"discovery_method": {
"__type": "<enum 'DiscoverMode'>",
"repr": "<DiscoverMode.UDP: 2>"
},
"friendly_name": null,
"hw_model": "HDHR5-4DT",
"installed_version": "20220203",
"ip": "192.168.1.9",
"latest_version": null,
"lineup_url": "http://192.168.1.9:80/lineup.json",
"model": "hdhomerun5_dvbt",
"tuner_count": 4,
"tuner_status": [
{
"Resource": "tuner0"
},
{
"Resource": "tuner1"
},
{
"Resource": "tuner2"
},
{
"Resource": "tuner3"
}
],
"raw_details": {},
"processed_datagram": {
"header": 3,
"length": 99,
"data": {
"raw": {
"__type": "<class 'bytes'>",
"repr": "b\"\\x01\\x04\\x00\\x00\\x00\\x01\\x02\\x04\\x12Q\\x12\\x9f+\\x18bUD8GkD6Leo7JSgIfyXJF2ts*\\x15http://192.168.1.9:80\\x10\\x01\\x04'!http://192.168.1.9:80/lineup.json\""
},
"1": {
"__type": "<class 'bytes'>",
"repr": "b'\\x00\\x00\\x00\\x01'"
},
"2": {
"__type": "<class 'bytes'>",
"repr": "b'\\x12Q\\x12\\x9f'"
},
"43": {
"__type": "<class 'bytes'>",
"repr": "b'bUD8GkD6Leo7JSgIfyXJF2ts'"
},
"42": {
"__type": "<class 'bytes'>",
"repr": "b'http://192.168.1.9:80'"
},
"16": {
"__type": "<class 'bytes'>",
"repr": "b'\\x04'"
},
"39": {
"__type": "<class 'bytes'>",
"repr": "b'http://192.168.1.9:80/lineup.json'"
}
}
}
}
}
}