@mp-consulting/homebridge-daikin-cloud 1.3.5 → 1.3.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (234) hide show
  1. package/LICENSE +39 -1
  2. package/README.md +5 -3
  3. package/dist/src/accessories/air-conditioning-accessory.d.ts +2 -2
  4. package/dist/src/accessories/air-conditioning-accessory.d.ts.map +1 -1
  5. package/dist/src/accessories/air-conditioning-accessory.js.map +1 -1
  6. package/dist/src/accessories/altherma-accessory.d.ts +2 -2
  7. package/dist/src/accessories/altherma-accessory.d.ts.map +1 -1
  8. package/dist/src/accessories/altherma-accessory.js.map +1 -1
  9. package/dist/src/accessories/base-accessory.d.ts +6 -6
  10. package/dist/src/accessories/base-accessory.d.ts.map +1 -1
  11. package/dist/src/accessories/base-accessory.js +15 -15
  12. package/dist/src/accessories/base-accessory.js.map +1 -1
  13. package/dist/src/api/daikin-api.d.ts +26 -26
  14. package/dist/src/api/daikin-api.d.ts.map +1 -1
  15. package/dist/src/api/daikin-api.js +68 -42
  16. package/dist/src/api/daikin-api.js.map +1 -1
  17. package/dist/src/api/daikin-cloud.repository.d.ts.map +1 -1
  18. package/dist/src/api/daikin-cloud.repository.js +22 -14
  19. package/dist/src/api/daikin-cloud.repository.js.map +1 -1
  20. package/dist/src/api/daikin-controller.d.ts +41 -47
  21. package/dist/src/api/daikin-controller.d.ts.map +1 -1
  22. package/dist/src/api/daikin-controller.js +40 -64
  23. package/dist/src/api/daikin-controller.js.map +1 -1
  24. package/dist/src/api/daikin-device.d.ts +36 -31
  25. package/dist/src/api/daikin-device.d.ts.map +1 -1
  26. package/dist/src/api/daikin-device.js +45 -31
  27. package/dist/src/api/daikin-device.js.map +1 -1
  28. package/dist/src/api/daikin-mobile-oauth.d.ts +20 -20
  29. package/dist/src/api/daikin-mobile-oauth.d.ts.map +1 -1
  30. package/dist/src/api/daikin-mobile-oauth.js +49 -44
  31. package/dist/src/api/daikin-mobile-oauth.js.map +1 -1
  32. package/dist/src/api/daikin-oauth.d.ts +32 -32
  33. package/dist/src/api/daikin-oauth.d.ts.map +1 -1
  34. package/dist/src/api/daikin-oauth.js +64 -56
  35. package/dist/src/api/daikin-oauth.js.map +1 -1
  36. package/dist/src/api/daikin-schemas.d.ts +476 -351
  37. package/dist/src/api/daikin-schemas.d.ts.map +1 -1
  38. package/dist/src/api/daikin-schemas.js +11 -42
  39. package/dist/src/api/daikin-schemas.js.map +1 -1
  40. package/dist/src/api/daikin-types.d.ts +5 -1
  41. package/dist/src/api/daikin-types.d.ts.map +1 -1
  42. package/dist/src/api/daikin-types.js.map +1 -1
  43. package/dist/src/api/daikin-websocket.d.ts +31 -32
  44. package/dist/src/api/daikin-websocket.d.ts.map +1 -1
  45. package/dist/src/api/daikin-websocket.js +55 -35
  46. package/dist/src/api/daikin-websocket.js.map +1 -1
  47. package/dist/src/api/index.d.ts +2 -1
  48. package/dist/src/api/index.d.ts.map +1 -1
  49. package/dist/src/api/index.js +3 -1
  50. package/dist/src/api/index.js.map +1 -1
  51. package/dist/src/api/token-storage.d.ts +21 -0
  52. package/dist/src/api/token-storage.d.ts.map +1 -0
  53. package/dist/src/api/token-storage.js +90 -0
  54. package/dist/src/api/token-storage.js.map +1 -0
  55. package/dist/src/config/config-manager.d.ts +33 -33
  56. package/dist/src/config/config-manager.d.ts.map +1 -1
  57. package/dist/src/config/config-manager.js +33 -33
  58. package/dist/src/config/config-manager.js.map +1 -1
  59. package/dist/src/constants/api.constants.d.ts +4 -0
  60. package/dist/src/constants/api.constants.d.ts.map +1 -1
  61. package/dist/src/constants/api.constants.js +5 -1
  62. package/dist/src/constants/api.constants.js.map +1 -1
  63. package/dist/src/constants/device.constants.d.ts +4 -0
  64. package/dist/src/constants/device.constants.d.ts.map +1 -1
  65. package/dist/src/constants/device.constants.js +5 -1
  66. package/dist/src/constants/device.constants.js.map +1 -1
  67. package/dist/src/device/accessory-factory.d.ts +10 -10
  68. package/dist/src/device/accessory-factory.d.ts.map +1 -1
  69. package/dist/src/device/accessory-factory.js +7 -7
  70. package/dist/src/device/accessory-factory.js.map +1 -1
  71. package/dist/src/device/capability-detector.d.ts +8 -8
  72. package/dist/src/device/capability-detector.d.ts.map +1 -1
  73. package/dist/src/device/capability-detector.js +6 -6
  74. package/dist/src/device/capability-detector.js.map +1 -1
  75. package/dist/src/device/capability-docs.d.ts +1 -9
  76. package/dist/src/device/capability-docs.d.ts.map +1 -1
  77. package/dist/src/device/capability-docs.js +19 -73
  78. package/dist/src/device/capability-docs.js.map +1 -1
  79. package/dist/src/device/profiles/device-profile.d.ts +1 -1
  80. package/dist/src/device/profiles/device-profile.d.ts.map +1 -1
  81. package/dist/src/device/profiles/device-profile.js +4 -4
  82. package/dist/src/device/profiles/device-profile.js.map +1 -1
  83. package/dist/src/features/base-feature.d.ts +2 -2
  84. package/dist/src/features/base-feature.d.ts.map +1 -1
  85. package/dist/src/features/base-feature.js +2 -3
  86. package/dist/src/features/base-feature.js.map +1 -1
  87. package/dist/src/features/feature-manager.d.ts +8 -16
  88. package/dist/src/features/feature-manager.d.ts.map +1 -1
  89. package/dist/src/features/feature-manager.js +5 -17
  90. package/dist/src/features/feature-manager.js.map +1 -1
  91. package/dist/src/features/modes/dry-operation-mode.feature.d.ts +1 -1
  92. package/dist/src/features/modes/dry-operation-mode.feature.d.ts.map +1 -1
  93. package/dist/src/features/modes/dry-operation-mode.feature.js.map +1 -1
  94. package/dist/src/features/modes/econo-mode.feature.d.ts +1 -1
  95. package/dist/src/features/modes/econo-mode.feature.d.ts.map +1 -1
  96. package/dist/src/features/modes/econo-mode.feature.js.map +1 -1
  97. package/dist/src/features/modes/fan-only-operation-mode.feature.d.ts +1 -1
  98. package/dist/src/features/modes/fan-only-operation-mode.feature.d.ts.map +1 -1
  99. package/dist/src/features/modes/fan-only-operation-mode.feature.js.map +1 -1
  100. package/dist/src/features/modes/indoor-silent-mode.feature.d.ts +1 -1
  101. package/dist/src/features/modes/indoor-silent-mode.feature.d.ts.map +1 -1
  102. package/dist/src/features/modes/indoor-silent-mode.feature.js.map +1 -1
  103. package/dist/src/features/modes/outdoor-silent-mode.feature.d.ts +1 -1
  104. package/dist/src/features/modes/outdoor-silent-mode.feature.d.ts.map +1 -1
  105. package/dist/src/features/modes/outdoor-silent-mode.feature.js.map +1 -1
  106. package/dist/src/features/modes/powerful-mode.feature.d.ts +1 -1
  107. package/dist/src/features/modes/powerful-mode.feature.d.ts.map +1 -1
  108. package/dist/src/features/modes/powerful-mode.feature.js.map +1 -1
  109. package/dist/src/features/modes/streamer-mode.feature.d.ts +1 -1
  110. package/dist/src/features/modes/streamer-mode.feature.d.ts.map +1 -1
  111. package/dist/src/features/modes/streamer-mode.feature.js.map +1 -1
  112. package/dist/src/index.d.ts +1 -1
  113. package/dist/src/index.d.ts.map +1 -1
  114. package/dist/src/index.js.map +1 -1
  115. package/dist/src/platform.d.ts +11 -8
  116. package/dist/src/platform.d.ts.map +1 -1
  117. package/dist/src/platform.js +64 -15
  118. package/dist/src/platform.js.map +1 -1
  119. package/dist/src/services/climate-control.service.d.ts +8 -2
  120. package/dist/src/services/climate-control.service.d.ts.map +1 -1
  121. package/dist/src/services/climate-control.service.js +59 -58
  122. package/dist/src/services/climate-control.service.js.map +1 -1
  123. package/dist/src/services/hot-water-tank.service.d.ts +6 -2
  124. package/dist/src/services/hot-water-tank.service.d.ts.map +1 -1
  125. package/dist/src/services/hot-water-tank.service.js +33 -31
  126. package/dist/src/services/hot-water-tank.service.js.map +1 -1
  127. package/dist/src/types/daikin-enums.js +12 -12
  128. package/dist/src/types/daikin-enums.js.map +1 -1
  129. package/dist/src/types/device-capabilities.d.ts +1 -1
  130. package/dist/src/types/device-capabilities.d.ts.map +1 -1
  131. package/dist/src/utils/log-context.d.ts +23 -23
  132. package/dist/src/utils/log-context.d.ts.map +1 -1
  133. package/dist/src/utils/log-context.js +28 -28
  134. package/dist/src/utils/log-context.js.map +1 -1
  135. package/dist/src/utils/strings.d.ts.map +1 -1
  136. package/dist/src/utils/strings.js.map +1 -1
  137. package/dist/src/utils/update-mapper.d.ts +16 -16
  138. package/dist/src/utils/update-mapper.d.ts.map +1 -1
  139. package/dist/src/utils/update-mapper.js +14 -14
  140. package/dist/src/utils/update-mapper.js.map +1 -1
  141. package/homebridge-ui/public/index.html +2 -2
  142. package/homebridge-ui/public/script.js +957 -898
  143. package/homebridge-ui/server.js +746 -678
  144. package/package.json +29 -27
  145. package/.claude/settings.json +0 -3
  146. package/.claude/settings.local.json +0 -29
  147. package/CHANGELOG.md +0 -103
  148. package/CLAUDE.md +0 -269
  149. package/config.md +0 -2
  150. package/dist/src/api/daikin-device-tracker.d.ts +0 -97
  151. package/dist/src/api/daikin-device-tracker.d.ts.map +0 -1
  152. package/dist/src/api/daikin-device-tracker.js +0 -136
  153. package/dist/src/api/daikin-device-tracker.js.map +0 -1
  154. package/dist/src/api/http-interceptor.d.ts +0 -99
  155. package/dist/src/api/http-interceptor.d.ts.map +0 -1
  156. package/dist/src/api/http-interceptor.js +0 -177
  157. package/dist/src/api/http-interceptor.js.map +0 -1
  158. package/dist/src/di/service-container.d.ts +0 -92
  159. package/dist/src/di/service-container.d.ts.map +0 -1
  160. package/dist/src/di/service-container.js +0 -156
  161. package/dist/src/di/service-container.js.map +0 -1
  162. package/dist/src/features/feature-registry.d.ts +0 -100
  163. package/dist/src/features/feature-registry.d.ts.map +0 -1
  164. package/dist/src/features/feature-registry.js +0 -142
  165. package/dist/src/features/feature-registry.js.map +0 -1
  166. package/dist/src/services/service-factory.d.ts +0 -46
  167. package/dist/src/services/service-factory.d.ts.map +0 -1
  168. package/dist/src/services/service-factory.js +0 -72
  169. package/dist/src/services/service-factory.js.map +0 -1
  170. package/dist/src/utils/error-handler.d.ts +0 -101
  171. package/dist/src/utils/error-handler.d.ts.map +0 -1
  172. package/dist/src/utils/error-handler.js +0 -251
  173. package/dist/src/utils/error-handler.js.map +0 -1
  174. package/dist/src/utils/retry.d.ts +0 -42
  175. package/dist/src/utils/retry.d.ts.map +0 -1
  176. package/dist/src/utils/retry.js +0 -70
  177. package/dist/src/utils/retry.js.map +0 -1
  178. package/docs/ARCHITECTURE.md +0 -645
  179. package/docs/IMPLEMENTATION_GUIDE.md +0 -899
  180. package/docs/IMPROVEMENTS_SUMMARY.md +0 -415
  181. package/docs/NEXT_STEPS.md +0 -368
  182. package/docs/Screenshot 2024-07-04 at 18.41.28.png +0 -0
  183. package/docs/TROUBLESHOOTING.md +0 -475
  184. package/docs/api-response-for-BRP069A8x.json +0 -520
  185. package/docs/api-response-for-BRP069C4x-2.json +0 -881
  186. package/docs/api-response-for-BRP069C4x.json +0 -916
  187. package/docs/api-response-for-altherma.json +0 -759
  188. package/docs/api-response-for-altherma2.json +0 -2735
  189. package/docs/api-response-with-multiple-devices-incl-heatpump.json +0 -2544
  190. package/docs/cr-insance-altherma-id-0.json +0 -834
  191. package/docs/mock-air-to-air-dx23.json +0 -759
  192. package/docs/mock-air-to-air-dx4.json +0 -1134
  193. package/docs/mock-airpurifier-with-humidifier.json +0 -732
  194. package/docs/mock-airpurifier.json +0 -450
  195. package/docs/mock-altherma-air-to-water-lan.json +0 -845
  196. package/docs/mock-altherma-air-to-water-wlan.json +0 -845
  197. package/docs/mock-d2cnd-gas-boiler.json +0 -649
  198. package/docs/setpointmode-vs-controlmode-vs-setpoints-vs-sensorydata.txt +0 -6
  199. package/images/fan-speed.jpeg +0 -0
  200. package/images/homekit-controls.jpeg +0 -0
  201. package/images/homekit-settings.jpeg +0 -0
  202. package/images/swing-mode.png +0 -0
  203. package/jest.config.ts +0 -13
  204. package/test/fixtures/altherma-crSense-2.ts +0 -834
  205. package/test/fixtures/altherma-fraction.ts +0 -718
  206. package/test/fixtures/altherma-heat-pump-2.ts +0 -479
  207. package/test/fixtures/altherma-heat-pump.ts +0 -757
  208. package/test/fixtures/altherma-miladcerkic-off.ts +0 -524
  209. package/test/fixtures/altherma-miladcerkic.ts +0 -524
  210. package/test/fixtures/altherma-v1ckoeln.ts +0 -644
  211. package/test/fixtures/altherma-with-embedded-id-zero.ts +0 -834
  212. package/test/fixtures/dx23-airco-2.ts +0 -343
  213. package/test/fixtures/dx23-airco.ts +0 -518
  214. package/test/fixtures/dx4-airco.ts +0 -914
  215. package/test/fixtures/unknown-jan.ts +0 -488
  216. package/test/fixtures/unknown-kitchen-guests.ts +0 -488
  217. package/test/helpers/test-isolation.ts +0 -228
  218. package/test/integration/air-conditioning.test.ts +0 -410
  219. package/test/integration/altherma.test.ts +0 -289
  220. package/test/integration/platform.test.ts +0 -118
  221. package/test/mocks/index.ts +0 -27
  222. package/test/test-gigya-auth.js +0 -443
  223. package/test/test-mobile-oauth.js +0 -175
  224. package/test/test-websocket-mobile.js +0 -123
  225. package/test/test-websocket.js +0 -116
  226. package/test/unit/api/__snapshots__/daikinCloud.test.ts.snap +0 -1320
  227. package/test/unit/api/daikin-api.test.ts +0 -384
  228. package/test/unit/api/daikin-oauth.test.ts +0 -214
  229. package/test/unit/api/daikinCloud.test.ts +0 -12
  230. package/test/unit/config/config-manager.test.ts +0 -271
  231. package/test/unit/device/daikin-device.test.ts +0 -79
  232. package/test/unit/services/hot-water-tank.service.test.ts +0 -123
  233. package/test/unit/utils/error-handler.test.ts +0 -274
  234. package/test/unit/utils/log-context.test.ts +0 -271
@@ -1,759 +0,0 @@
1
- [
2
- {
3
- "_id": "10b029e7-484c-4519-b22e-c14be4b7a71c",
4
- "deviceModel": "Altherma",
5
- "type": "heating-wlan",
6
- "isCloudConnectionUp": {
7
- "settable": false,
8
- "value": true
9
- },
10
- "managementPoints": [
11
- {
12
- "embeddedId": "gateway",
13
- "managementPointType": "gateway",
14
- "managementPointCategory": "secondary",
15
- "firmwareVersion": {
16
- "settable": false,
17
- "value": "3.2.4",
18
- "maxLength": 8
19
- },
20
- "ipAddress": {
21
- "settable": false,
22
- "value": "192.168.1.10",
23
- "maxLength": 15
24
- },
25
- "iconId": {
26
- "settable": true,
27
- "requiresReboot": false,
28
- "value": 3
29
- },
30
- "isFirmwareUpdateSupported": {
31
- "settable": false,
32
- "requiresReboot": false,
33
- "value": true
34
- },
35
- "macAddress": {
36
- "settable": false,
37
- "value": "48:e7:da:01:c6:08",
38
- "maxLength": 17
39
- },
40
- "modelInfo": {
41
- "settable": false,
42
- "value": "BRP069A78",
43
- "maxLength": 9
44
- },
45
- "name": {
46
- "settable": true,
47
- "requiresReboot": false,
48
- "value": "Gateway",
49
- "maxLength": 63
50
- },
51
- "ssid": {
52
- "settable": false,
53
- "requiresReboot": false,
54
- "value": "daikin-ap",
55
- "maxLength": 9
56
- },
57
- "serialNumber": {
58
- "settable": false,
59
- "value": "0060691",
60
- "maxLength": 16
61
- },
62
- "wifiConnectionSSID": {
63
- "settable": false,
64
- "requiresReboot": false,
65
- "value": "Proximus-Home-B7B0",
66
- "maxLength": 32
67
- },
68
- "wifiConnectionStrength": {
69
- "settable": false,
70
- "requiresReboot": false,
71
- "value": -29,
72
- "maxValue": 0,
73
- "minValue": -90,
74
- "stepValue": 1
75
- }
76
- },
77
- {
78
- "embeddedId": "climateControlMainZone",
79
- "managementPointType": "climateControl",
80
- "managementPointCategory": "primary",
81
- "managementPointSubType": "mainZone",
82
- "consumptionData": {
83
- "settable": false,
84
- "requiresReboot": false,
85
- "ref": "#consumptionData",
86
- "value": {
87
- "electrical": {
88
- "heating": {
89
- "d": [
90
- 2,
91
- 0,
92
- 0,
93
- 1,
94
- 4,
95
- 2,
96
- 0,
97
- 0,
98
- 0,
99
- 0,
100
- 4,
101
- 2,
102
- 0,
103
- 0,
104
- 0,
105
- 4,
106
- 2,
107
- 1,
108
- 0,
109
- 0,
110
- 1,
111
- null,
112
- null,
113
- null
114
- ],
115
- "w": [
116
- 14,
117
- 11,
118
- 19,
119
- 13,
120
- 25,
121
- 15,
122
- 12,
123
- 15,
124
- 8,
125
- null,
126
- null,
127
- null,
128
- null,
129
- null
130
- ],
131
- "m": [
132
- null,
133
- null,
134
- 228,
135
- 273,
136
- 28,
137
- 21,
138
- 0,
139
- 0,
140
- 48,
141
- 96,
142
- 220,
143
- 565,
144
- 437,
145
- 320,
146
- 107,
147
- null,
148
- null,
149
- null,
150
- null,
151
- null,
152
- null,
153
- null,
154
- null,
155
- null
156
- ]
157
- }
158
- }
159
- }
160
- },
161
- "controlMode": {
162
- "settable": false,
163
- "requiresReboot": false,
164
- "value": "roomTemperature",
165
- "values": [
166
- "leavingWaterTemperature",
167
- "externalRoomTemperature",
168
- "roomTemperature"
169
- ]
170
- },
171
- "errorCode": {
172
- "settable": false,
173
- "requiresReboot": false,
174
- "value": "",
175
- "maxLength": 16
176
- },
177
- "holidayMode": {
178
- "settable": true,
179
- "requiresReboot": false,
180
- "ref": "#holidayMode",
181
- "value": {
182
- "enabled": false,
183
- "startDate": "2017-01-01",
184
- "endDate": "2017-01-01"
185
- }
186
- },
187
- "iconId": {
188
- "settable": true,
189
- "requiresReboot": false,
190
- "value": 8
191
- },
192
- "isHolidayModeActive": {
193
- "settable": false,
194
- "requiresReboot": false,
195
- "value": false
196
- },
197
- "isInEmergencyState": {
198
- "settable": false,
199
- "requiresReboot": false,
200
- "value": false
201
- },
202
- "isInErrorState": {
203
- "settable": false,
204
- "requiresReboot": false,
205
- "value": false
206
- },
207
- "isInInstallerState": {
208
- "settable": false,
209
- "requiresReboot": false,
210
- "value": false
211
- },
212
- "isInWarningState": {
213
- "settable": false,
214
- "requiresReboot": false,
215
- "value": false
216
- },
217
- "name": {
218
- "settable": true,
219
- "requiresReboot": false,
220
- "value": "Altherma",
221
- "maxLength": 63
222
- },
223
- "onOffMode": {
224
- "settable": true,
225
- "requiresReboot": false,
226
- "value": "on",
227
- "values": [
228
- "off",
229
- "on"
230
- ]
231
- },
232
- "operationMode": {
233
- "settable": false,
234
- "requiresReboot": false,
235
- "value": "heating",
236
- "values": [
237
- "heating"
238
- ]
239
- },
240
- "schedule": {
241
- "settable": true,
242
- "ref": "#schedule",
243
- "value": {
244
- "currentMode": {
245
- "settable": false,
246
- "value": "heating",
247
- "values": [
248
- "heating"
249
- ]
250
- },
251
- "modes": {
252
- "heating": {
253
- "enabled": {
254
- "settable": true,
255
- "requiresReboot": false,
256
- "value": true
257
- },
258
- "currentSchedule": {
259
- "settable": true,
260
- "requiresReboot": false,
261
- "value": "scheduleHeatingRT1",
262
- "values": [
263
- "scheduleHeatingRT1",
264
- "scheduleHeatingRT2",
265
- "scheduleHeatingRT3"
266
- ]
267
- },
268
- "meta": {
269
- "minIntervalBetweenActions": "00:10:00",
270
- "maxSchedules": 3,
271
- "maxActionsPerActionPeriod": 6,
272
- "consecutiveActionsAllowed": true,
273
- "actionTypes": {
274
- "roomTemperature": {
275
- "settable": false,
276
- "maxValue": 30,
277
- "minValue": 12,
278
- "stepValue": 1
279
- }
280
- }
281
- },
282
- "schedules": {
283
- "scheduleHeatingRT1": {
284
- "settable": true,
285
- "name": {
286
- "settable": true,
287
- "requiresReboot": false,
288
- "value": "User defined 1"
289
- },
290
- "meta": {
291
- "isReadOnly": false,
292
- "actionPeriods": [
293
- "monday",
294
- "tuesday",
295
- "wednesday",
296
- "thursday",
297
- "friday",
298
- "saturday",
299
- "sunday"
300
- ]
301
- },
302
- "actions": {}
303
- },
304
- "scheduleHeatingRT2": {
305
- "settable": true,
306
- "name": {
307
- "settable": true,
308
- "requiresReboot": false,
309
- "value": "User defined 2"
310
- },
311
- "meta": {
312
- "isReadOnly": false,
313
- "actionPeriods": [
314
- "monday",
315
- "tuesday",
316
- "wednesday",
317
- "thursday",
318
- "friday",
319
- "saturday",
320
- "sunday"
321
- ]
322
- },
323
- "actions": {}
324
- },
325
- "scheduleHeatingRT3": {
326
- "settable": true,
327
- "name": {
328
- "settable": true,
329
- "requiresReboot": false,
330
- "value": "User defined 3"
331
- },
332
- "meta": {
333
- "isReadOnly": false,
334
- "actionPeriods": [
335
- "monday",
336
- "tuesday",
337
- "wednesday",
338
- "thursday",
339
- "friday",
340
- "saturday",
341
- "sunday"
342
- ]
343
- },
344
- "actions": {}
345
- }
346
- }
347
- }
348
- }
349
- }
350
- },
351
- "sensoryData": {
352
- "settable": false,
353
- "ref": "#sensoryData",
354
- "value": {
355
- "roomTemperature": {
356
- "settable": false,
357
- "requiresReboot": false,
358
- "value": 22.4,
359
- "maxValue": 127,
360
- "minValue": -127,
361
- "stepValue": 0.1
362
- },
363
- "outdoorTemperature": {
364
- "settable": false,
365
- "requiresReboot": false,
366
- "value": 4,
367
- "maxValue": 127,
368
- "minValue": -127,
369
- "stepValue": 1
370
- },
371
- "leavingWaterTemperature": {
372
- "settable": false,
373
- "requiresReboot": false,
374
- "value": 35,
375
- "maxValue": 127,
376
- "minValue": -127,
377
- "stepValue": 1
378
- }
379
- }
380
- },
381
- "setpointMode": {
382
- "settable": false,
383
- "requiresReboot": true,
384
- "value": "weatherDependent",
385
- "values": [
386
- "fixed",
387
- "weatherDependent"
388
- ]
389
- },
390
- "temperatureControl": {
391
- "settable": true,
392
- "ref": "#temperatureControl",
393
- "value": {
394
- "operationModes": {
395
- "auto": {
396
- "setpoints": {
397
- "roomTemperature": {
398
- "settable": true,
399
- "requiresReboot": false,
400
- "value": 22,
401
- "maxValue": 30,
402
- "minValue": 12,
403
- "stepValue": 0.5
404
- },
405
- "leavingWaterOffset": {
406
- "settable": true,
407
- "requiresReboot": false,
408
- "value": 0,
409
- "maxValue": 10,
410
- "minValue": -10,
411
- "stepValue": 1
412
- }
413
- }
414
- },
415
- "heating": {
416
- "setpoints": {
417
- "roomTemperature": {
418
- "settable": true,
419
- "requiresReboot": false,
420
- "value": 22,
421
- "maxValue": 30,
422
- "minValue": 12,
423
- "stepValue": 0.5
424
- },
425
- "leavingWaterOffset": {
426
- "settable": true,
427
- "requiresReboot": false,
428
- "value": 0,
429
- "maxValue": 10,
430
- "minValue": -10,
431
- "stepValue": 1
432
- }
433
- }
434
- },
435
- "cooling": {
436
- "setpoints": {}
437
- }
438
- }
439
- }
440
- }
441
- },
442
- {
443
- "embeddedId": "domesticHotWaterTank",
444
- "managementPointType": "domesticHotWaterTank",
445
- "managementPointCategory": "primary",
446
- "consumptionData": {
447
- "settable": false,
448
- "requiresReboot": false,
449
- "ref": "#consumptionData",
450
- "value": {
451
- "electrical": {
452
- "heating": {
453
- "d": [
454
- 0,
455
- 0,
456
- 0,
457
- 0,
458
- 0,
459
- 0,
460
- 0,
461
- 1,
462
- 1,
463
- 0,
464
- 0,
465
- 0,
466
- 0,
467
- 0,
468
- 0,
469
- 0,
470
- 0,
471
- 0,
472
- 0,
473
- 0,
474
- 1,
475
- null,
476
- null,
477
- null
478
- ],
479
- "w": [
480
- 2,
481
- 2,
482
- 2,
483
- 1,
484
- 0,
485
- 1,
486
- 2,
487
- 2,
488
- 1,
489
- null,
490
- null,
491
- null,
492
- null,
493
- null
494
- ],
495
- "m": [
496
- null,
497
- null,
498
- 15,
499
- 23,
500
- 22,
501
- 23,
502
- 22,
503
- 17,
504
- 20,
505
- 23,
506
- 25,
507
- 36,
508
- 38,
509
- 36,
510
- 9,
511
- null,
512
- null,
513
- null,
514
- null,
515
- null,
516
- null,
517
- null,
518
- null,
519
- null
520
- ]
521
- }
522
- }
523
- }
524
- },
525
- "errorCode": {
526
- "settable": false,
527
- "requiresReboot": false,
528
- "value": "",
529
- "maxLength": 16
530
- },
531
- "heatupMode": {
532
- "settable": false,
533
- "requiresReboot": true,
534
- "value": "reheatOnly",
535
- "values": [
536
- "reheatOnly",
537
- "reheatSchedule",
538
- "scheduleOnly"
539
- ]
540
- },
541
- "iconId": {
542
- "settable": true,
543
- "requiresReboot": false,
544
- "value": 9
545
- },
546
- "isHolidayModeActive": {
547
- "settable": false,
548
- "requiresReboot": false,
549
- "value": false
550
- },
551
- "isInEmergencyState": {
552
- "settable": false,
553
- "requiresReboot": false,
554
- "value": false
555
- },
556
- "isInErrorState": {
557
- "settable": false,
558
- "requiresReboot": false,
559
- "value": false
560
- },
561
- "isInInstallerState": {
562
- "settable": false,
563
- "requiresReboot": false,
564
- "value": false
565
- },
566
- "isInWarningState": {
567
- "settable": false,
568
- "requiresReboot": false,
569
- "value": false
570
- },
571
- "isPowerfulModeActive": {
572
- "settable": false,
573
- "requiresReboot": false,
574
- "value": false
575
- },
576
- "name": {
577
- "settable": true,
578
- "requiresReboot": false,
579
- "value": "",
580
- "maxLength": 63
581
- },
582
- "onOffMode": {
583
- "settable": true,
584
- "requiresReboot": false,
585
- "value": "on",
586
- "values": [
587
- "off",
588
- "on"
589
- ]
590
- },
591
- "operationMode": {
592
- "settable": false,
593
- "value": "heating",
594
- "values": [
595
- "heating"
596
- ]
597
- },
598
- "powerfulMode": {
599
- "settable": true,
600
- "requiresReboot": false,
601
- "value": "off",
602
- "values": [
603
- "off",
604
- "on"
605
- ]
606
- },
607
- "sensoryData": {
608
- "settable": false,
609
- "ref": "#sensoryData",
610
- "value": {
611
- "tankTemperature": {
612
- "settable": false,
613
- "requiresReboot": false,
614
- "value": 48,
615
- "maxValue": 127,
616
- "minValue": -127,
617
- "stepValue": 1
618
- }
619
- }
620
- },
621
- "setpointMode": {
622
- "settable": false,
623
- "requiresReboot": false,
624
- "value": "fixed",
625
- "values": [
626
- "fixed",
627
- "weatherDependent"
628
- ]
629
- },
630
- "temperatureControl": {
631
- "settable": true,
632
- "ref": "#temperatureControl",
633
- "value": {
634
- "operationModes": {
635
- "heating": {
636
- "setpoints": {
637
- "domesticHotWaterTemperature": {
638
- "settable": true,
639
- "requiresReboot": false,
640
- "value": 48,
641
- "maxValue": 60,
642
- "minValue": 30,
643
- "stepValue": 1
644
- }
645
- }
646
- }
647
- }
648
- }
649
- }
650
- },
651
- {
652
- "embeddedId": "indoorUnitHydro",
653
- "managementPointType": "indoorUnitHydro",
654
- "managementPointCategory": "secondary",
655
- "eepromVersion": {
656
- "settable": false,
657
- "requiresReboot": false,
658
- "value": "3608726-66C",
659
- "maxLength": 16
660
- },
661
- "iconId": {
662
- "settable": true,
663
- "requiresReboot": false,
664
- "value": 4
665
- },
666
- "modelInfo": {
667
- "settable": false,
668
- "requiresReboot": false,
669
- "value": "EHVH08S23EJ9W",
670
- "maxLength": 16
671
- },
672
- "name": {
673
- "settable": true,
674
- "requiresReboot": false,
675
- "value": "Indoor Hydro Unit",
676
- "maxLength": 63
677
- },
678
- "softwareVersion": {
679
- "settable": false,
680
- "requiresReboot": false,
681
- "value": "0222",
682
- "maxLength": 16
683
- }
684
- },
685
- {
686
- "embeddedId": "outdoorUnit",
687
- "managementPointType": "outdoorUnit",
688
- "managementPointCategory": "secondary",
689
- "iconId": {
690
- "settable": true,
691
- "requiresReboot": false,
692
- "value": 5
693
- },
694
- "name": {
695
- "settable": true,
696
- "requiresReboot": false,
697
- "value": "Outdoor Unit",
698
- "maxLength": 63
699
- },
700
- "softwareVersion": {
701
- "settable": false,
702
- "requiresReboot": false,
703
- "value": "FFFF",
704
- "maxLength": 16
705
- }
706
- },
707
- {
708
- "embeddedId": "userInterface",
709
- "managementPointType": "userInterface",
710
- "managementPointCategory": "secondary",
711
- "dateTime": {
712
- "settable": false,
713
- "requiresReboot": false,
714
- "value": "2023-03-07T18:17:27"
715
- },
716
- "firmwareVersion": {
717
- "settable": false,
718
- "requiresReboot": false,
719
- "deprecated": "DEPRECATED",
720
- "value": "6.9.0",
721
- "maxLength": 16
722
- },
723
- "iconId": {
724
- "settable": true,
725
- "requiresReboot": false,
726
- "value": 6
727
- },
728
- "miconId": {
729
- "settable": false,
730
- "requiresReboot": false,
731
- "value": "20010E05",
732
- "maxLength": 16
733
- },
734
- "modelInfo": {
735
- "settable": false,
736
- "requiresReboot": false,
737
- "value": "EHVH08S23EJ9W",
738
- "maxLength": 16
739
- },
740
- "name": {
741
- "settable": true,
742
- "requiresReboot": false,
743
- "value": "User Interface",
744
- "maxLength": 63
745
- },
746
- "softwareVersion": {
747
- "settable": false,
748
- "requiresReboot": false,
749
- "value": "6.9.0",
750
- "maxLength": 16
751
- }
752
- }
753
- ],
754
- "embeddedId": "e1bac939-1495-4803-a6a3-ca2f9388c8ad",
755
- "timestamp": "2023-03-07T19:01:39.983Z",
756
- "id": "10b029e7-484c-4519-b22e-c14be4b7a71c",
757
- "lastUpdateReceived": "2023-03-07T19:01:39.983Z"
758
- }
759
- ]