@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,845 +0,0 @@
1
- [
2
- {
3
- "timestamp": "2018-11-13T20:20:39.000Z",
4
- "managementPoints": [
5
- {
6
- "managementPointCategory": "secondary",
7
- "ipAddress": {
8
- "value": "192.168.0.1",
9
- "settable": false
10
- },
11
- "macAddress": {
12
- "value": "00:23:7e:f8:26:4e",
13
- "settable": false
14
- },
15
- "firmwareVersion": {
16
- "value": "436CC038000",
17
- "settable": false
18
- },
19
- "modelInfo": {
20
- "value": "BRP069A62",
21
- "settable": false
22
- },
23
- "firmwareUpdateStatus": {
24
- "value": "in-progress",
25
- "values": [
26
- "in-progress",
27
- "succeeded"
28
- ],
29
- "settable": false
30
- },
31
- "embeddedId": "0",
32
- "managementPointType": "gateway",
33
- "name": {
34
- "value": "My Gateway",
35
- "maxLength": 64,
36
- "settable": false
37
- }
38
- },
39
- {
40
- "managementPointCategory": "primary",
41
- "setpointMode": {
42
- "value": "weatherDependent",
43
- "values": [
44
- "weatherDependent",
45
- "fixed",
46
- "weatherDependentHeatingFixedCooling"
47
- ],
48
- "settable": false
49
- },
50
- "schedule": {
51
- "value": {
52
- "modes": {
53
- "heating": {
54
- "schedules": {
55
- "0": {
56
- "name": {
57
- "name": "name",
58
- "value": "althermaClimateControl0",
59
- "settable": false
60
- },
61
- "meta": {
62
- "actionPeriods": [
63
- "monday",
64
- "tuesday",
65
- "wednesday",
66
- "thursday",
67
- "friday",
68
- "saturday",
69
- "sunday"
70
- ],
71
- "isReadOnly": false
72
- },
73
- "actions": {
74
- "tuesday": {
75
- "12:10:00": {
76
- "roomTemperature": 16
77
- }
78
- },
79
- "monday": {
80
- "12:10:00": {
81
- "roomTemperature": 16
82
- },
83
- "10:10:00": {
84
- "roomTemperature": 16
85
- }
86
- }
87
- }
88
- },
89
- "2": {
90
- "name": {
91
- "name": "name",
92
- "value": "althermaClimateControl2",
93
- "settable": false
94
- },
95
- "meta": {
96
- "actionPeriods": [
97
- "monday",
98
- "tuesday",
99
- "wednesday",
100
- "thursday",
101
- "friday",
102
- "saturday",
103
- "sunday"
104
- ],
105
- "isReadOnly": true
106
- },
107
- "actions": {
108
- "friday": {
109
- "12:10:00": {
110
- "roomTemperature": 16
111
- }
112
- },
113
- "wednesday": {
114
- "10:10:00": {
115
- "roomTemperature": 16
116
- },
117
- "20:40:00": {
118
- "roomTemperature": 16
119
- },
120
- "12:10:00": {
121
- "roomTemperature": 16
122
- }
123
- },
124
- "thursday": {
125
- "12:10:00": {
126
- "roomTemperature": 16
127
- }
128
- }
129
- }
130
- },
131
- "1": {
132
- "name": {
133
- "name": "name",
134
- "value": "althermaClimateControl1",
135
- "settable": false
136
- },
137
- "meta": {
138
- "actionPeriods": [
139
- "monday",
140
- "tuesday",
141
- "wednesday",
142
- "thursday",
143
- "friday",
144
- "saturday",
145
- "sunday"
146
- ],
147
- "isReadOnly": false
148
- },
149
- "actions": {
150
- "tuesday": {
151
- "12:10:00": {
152
- "roomTemperature": 16
153
- }
154
- },
155
- "monday": {
156
- "10:10:00": {
157
- "roomTemperature": 16
158
- },
159
- "20:40:00": {
160
- "roomTemperature": 16
161
- },
162
- "12:10:00": {
163
- "roomTemperature": 16
164
- }
165
- }
166
- }
167
- }
168
- },
169
- "currentSchedule": {
170
- "name": "currentSchedule",
171
- "values": [
172
- "0",
173
- "1",
174
- "2"
175
- ],
176
- "value": "0",
177
- "settable": true
178
- },
179
- "enabled": {
180
- "name": "enabled",
181
- "value": false,
182
- "settable": true
183
- },
184
- "meta": {
185
- "maxSchedules": 3,
186
- "maxActionsPerActionPeriod": 6,
187
- "consecutiveActionsAllowed": true,
188
- "actionTypes": {
189
- "roomTemperature": {
190
- "name": "roomTemperature",
191
- "settable": false,
192
- "stepValue": 1,
193
- "minValue": 20,
194
- "maxValue": 30
195
- }
196
- },
197
- "minIntervalBetweenActions": "00:10:00"
198
- }
199
- },
200
- "cooling": {
201
- "schedules": {
202
- "0": {
203
- "name": {
204
- "name": "name",
205
- "value": "althermaClimateControlCooling1",
206
- "settable": false
207
- },
208
- "meta": {
209
- "actionPeriods": [
210
- "monday",
211
- "tuesday",
212
- "wednesday",
213
- "thursday",
214
- "friday",
215
- "saturday",
216
- "sunday"
217
- ],
218
- "isReadOnly": true
219
- },
220
- "actions": {
221
- "tuesday": {
222
- "12:10:00": {
223
- "roomTemperature": 20
224
- }
225
- },
226
- "monday": {
227
- "10:10:00": {
228
- "roomTemperature": 16
229
- },
230
- "20:40:00": {
231
- "roomTemperature": 16
232
- },
233
- "12:10:00": {
234
- "roomTemperature": 14
235
- }
236
- }
237
- }
238
- },
239
- "1": {
240
- "name": {
241
- "name": "name",
242
- "value": "althermaClimateControlCooling2",
243
- "settable": false
244
- },
245
- "meta": {
246
- "actionPeriods": [
247
- "monday",
248
- "tuesday",
249
- "wednesday",
250
- "thursday",
251
- "friday",
252
- "saturday",
253
- "sunday"
254
- ],
255
- "isReadOnly": true
256
- },
257
- "actions": {
258
- "tuesday": {
259
- "12:10:00": {
260
- "roomTemperature": 20
261
- }
262
- },
263
- "monday": {
264
- "10:10:00": {
265
- "roomTemperature": 16
266
- },
267
- "20:40:00": {
268
- "roomTemperature": 16
269
- },
270
- "12:10:00": {
271
- "roomTemperature": 14
272
- }
273
- }
274
- }
275
- }
276
- },
277
- "currentSchedule": {
278
- "name": "currentSchedule",
279
- "values": [
280
- "0",
281
- "1"
282
- ],
283
- "value": "0",
284
- "settable": true
285
- },
286
- "enabled": {
287
- "name": "enabled",
288
- "value": true,
289
- "settable": false
290
- },
291
- "meta": {
292
- "maxSchedules": 3,
293
- "maxActionsPerActionPeriod": 6,
294
- "consecutiveActionsAllowed": true,
295
- "actionTypes": {
296
- "roomTemperature": {
297
- "name": "roomTemperature",
298
- "settable": false,
299
- "stepValue": 1,
300
- "minValue": 5,
301
- "maxValue": 30
302
- }
303
- },
304
- "minIntervalBetweenActions": "00:10:00"
305
- }
306
- }
307
- },
308
- "currentMode": {
309
- "name": "currentMode",
310
- "values": [
311
- "heating",
312
- "cooling"
313
- ],
314
- "value": "heating",
315
- "settable": true
316
- },
317
- "nextAction": {
318
- "operationMode": "cooling",
319
- "startTime": "10:10:00",
320
- "actionPeriod": "monday",
321
- "roomTemperature": 16
322
- }
323
- },
324
- "ref": "#schedule",
325
- "settable": true
326
- },
327
- "consumptionData": {
328
- "value": {
329
- "electrical": {
330
- "heating": {
331
- "w": [
332
- null,
333
- null,
334
- null,
335
- null,
336
- 100,
337
- 30,
338
- 130,
339
- null,
340
- null,
341
- null,
342
- null,
343
- 100,
344
- 30,
345
- 130
346
- ],
347
- "d": [
348
- null,
349
- null,
350
- null,
351
- 1,
352
- 2,
353
- 0,
354
- 2,
355
- 3,
356
- 0,
357
- 1,
358
- 1,
359
- 1,
360
- 1,
361
- 2,
362
- 1,
363
- 1,
364
- 2,
365
- 3,
366
- 1,
367
- 5,
368
- 7,
369
- 1,
370
- 2,
371
- null
372
- ],
373
- "m": [
374
- null,
375
- null,
376
- null,
377
- null,
378
- null,
379
- null,
380
- null,
381
- null,
382
- null,
383
- null,
384
- null,
385
- null,
386
- null,
387
- null,
388
- null,
389
- null,
390
- null,
391
- null,
392
- null,
393
- null,
394
- null,
395
- null,
396
- null,
397
- 264
398
- ]
399
- },
400
- "unit": "kWh",
401
- "cooling": {
402
- "w": [
403
- null,
404
- null,
405
- null,
406
- null,
407
- 100,
408
- 30,
409
- 130,
410
- null,
411
- null,
412
- null,
413
- null,
414
- 100,
415
- 30,
416
- 130
417
- ],
418
- "d": [
419
- null,
420
- null,
421
- null,
422
- 1,
423
- 2,
424
- 0,
425
- 2,
426
- 3,
427
- 0,
428
- 1,
429
- 1,
430
- 1,
431
- 1,
432
- 2,
433
- 1,
434
- 1,
435
- 2,
436
- 3,
437
- 1,
438
- 5,
439
- 7,
440
- 1,
441
- 2,
442
- null
443
- ],
444
- "m": [
445
- null,
446
- null,
447
- null,
448
- null,
449
- null,
450
- null,
451
- null,
452
- null,
453
- null,
454
- null,
455
- null,
456
- null,
457
- null,
458
- null,
459
- null,
460
- null,
461
- null,
462
- null,
463
- null,
464
- null,
465
- null,
466
- null,
467
- null,
468
- 264
469
- ]
470
- }
471
- }
472
- },
473
- "ref": "#consumptionData",
474
- "settable": false
475
- },
476
- "controlMode": {
477
- "value": "roomTemperature",
478
- "values": [
479
- "roomTemperature",
480
- "leavingWaterTemperature",
481
- "externalRoomTemperature"
482
- ],
483
- "settable": false
484
- },
485
- "powerfulMode": {
486
- "value": "on",
487
- "values": [
488
- "on",
489
- "off"
490
- ],
491
- "settable": true
492
- },
493
- "operationMode": {
494
- "value": "heating",
495
- "values": [
496
- "heating",
497
- "cooling",
498
- "auto"
499
- ],
500
- "settable": true
501
- },
502
- "temperatureControl": {
503
- "value": {
504
- "operationModes": {
505
- "auto": {
506
- "setpoints": {
507
- "roomTemperature": {
508
- "value": 25,
509
- "minValue": 20,
510
- "maxValue": 30,
511
- "settable": true
512
- }
513
- }
514
- },
515
- "heating": {
516
- "setpoints": {
517
- "leavingWaterTemperature": {
518
- "value": 21,
519
- "minValue": 20,
520
- "maxValue": 30,
521
- "settable": false
522
- },
523
- "roomTemperature": {
524
- "value": 25,
525
- "minValue": 20,
526
- "maxValue": 30,
527
- "settable": true
528
- }
529
- }
530
- },
531
- "cooling": {
532
- "setpoints": {
533
- "leavingWaterTemperature": {
534
- "value": 21,
535
- "minValue": 20,
536
- "maxValue": 30,
537
- "settable": false
538
- },
539
- "roomTemperature": {
540
- "value": 25,
541
- "minValue": 20,
542
- "maxValue": 30,
543
- "settable": true
544
- }
545
- }
546
- }
547
- }
548
- },
549
- "ref": "#temperatureControl",
550
- "settable": true
551
- },
552
- "managementPointSubType": "mainZone",
553
- "holidayMode": {
554
- "value": {
555
- "endDate": "2019-11-15",
556
- "enabled": true,
557
- "startDate": "2018-11-13"
558
- },
559
- "ref": "#holidayMode",
560
- "settable": true
561
- },
562
- "sensoryData": {
563
- "value": {
564
- "outdoorTemperature": {
565
- "value": 25,
566
- "settable": false
567
- },
568
- "leavingWaterTemperature": {
569
- "value": 12,
570
- "settable": false
571
- },
572
- "roomTemperature": {
573
- "value": 20,
574
- "settable": false
575
- }
576
- },
577
- "ref": "#sensoryData",
578
- "settable": false
579
- },
580
- "onOffMode": {
581
- "value": "on",
582
- "values": [
583
- "on",
584
- "off"
585
- ],
586
- "settable": true
587
- },
588
- "managementPointType": "climateControl",
589
- "name": {
590
- "value": "My mock A2W HP",
591
- "maxLength": 64,
592
- "settable": true
593
- },
594
- "embeddedId": "1",
595
- "isHolidayModeActive": {
596
- "value": true,
597
- "settable": false
598
- },
599
- "isPowerfulModeActive": {
600
- "value": true,
601
- "settable": false
602
- }
603
- },
604
- {
605
- "managementPointCategory": "primary",
606
- "isInWarningState": {
607
- "value": false,
608
- "settable": false
609
- },
610
- "setpointMode": {
611
- "value": "fixed",
612
- "values": [
613
- "fixed",
614
- "weatherDependent"
615
- ],
616
- "settable": false
617
- },
618
- "isInInstallerState": {
619
- "value": false,
620
- "settable": false
621
- },
622
- "isInEmergencyState": {
623
- "value": false,
624
- "settable": false
625
- },
626
- "errorCode": {
627
- "value": "",
628
- "maxLength": 16,
629
- "settable": false
630
- },
631
- "consumptionData": {
632
- "value": {
633
- "electrical": {
634
- "heating": {
635
- "w": [
636
- 0,
637
- 0,
638
- 0,
639
- 0,
640
- 0,
641
- 0,
642
- 0,
643
- 0,
644
- 0,
645
- 0,
646
- 0,
647
- 0,
648
- 0,
649
- null
650
- ],
651
- "d": [
652
- 0,
653
- 0,
654
- 0,
655
- 0,
656
- 0,
657
- 0,
658
- 0,
659
- 0,
660
- 0,
661
- 0,
662
- 0,
663
- 0,
664
- null,
665
- null,
666
- null,
667
- null,
668
- null,
669
- null,
670
- null,
671
- null,
672
- null,
673
- null,
674
- null,
675
- null
676
- ],
677
- "m": [
678
- null,
679
- null,
680
- null,
681
- null,
682
- null,
683
- null,
684
- null,
685
- null,
686
- null,
687
- null,
688
- null,
689
- null,
690
- null,
691
- 229,
692
- 0,
693
- 0,
694
- null,
695
- null,
696
- null,
697
- null,
698
- null,
699
- null,
700
- null,
701
- null
702
- ]
703
- }
704
- }
705
- },
706
- "ref": "#consumptionData",
707
- "requiresReboot": false,
708
- "settable": false
709
- },
710
- "powerfulMode": {
711
- "value": "off",
712
- "values": [
713
- "off",
714
- "on"
715
- ],
716
- "settable": true
717
- },
718
- "operationMode": {
719
- "value": "heating",
720
- "values": [
721
- "heating"
722
- ],
723
- "settable": false
724
- },
725
- "temperatureControl": {
726
- "value": {
727
- "operationModes": {
728
- "heating": {
729
- "setpoints": {
730
- "domesticHotWaterTemperature": {
731
- "settable": true,
732
- "value": 45,
733
- "minValue": 30,
734
- "maxValue": 60,
735
- "stepValue": 1
736
- }
737
- }
738
- }
739
- }
740
- },
741
- "settable": false,
742
- "ref": "#temperatureControl"
743
- },
744
- "name": {
745
- "value": "Tank",
746
- "maxLength": 63,
747
- "settable": false
748
- },
749
- "onOffMode": {
750
- "value": "off",
751
- "values": [
752
- "off",
753
- "on"
754
- ],
755
- "settable": true
756
- },
757
- "sensoryData": {
758
- "value": {
759
- "tankTemperature": {
760
- "settable": false,
761
- "value": 53,
762
- "minValue": -127,
763
- "maxValue": 127,
764
- "stepValue": 1
765
- }
766
- },
767
- "settable": false,
768
- "ref": "#sensoryData"
769
- },
770
- "isHolidayModeActive": {
771
- "value": false,
772
- "settable": false
773
- },
774
- "heatupMode": {
775
- "value": "reheatOnly",
776
- "values": [
777
- "reheatOnly",
778
- "reheatSchedule",
779
- "scheduleOnly"
780
- ],
781
- "settable": false
782
- },
783
- "isInErrorState": {
784
- "value": false,
785
- "settable": false
786
- },
787
- "embeddedId": "2",
788
- "managementPointType": "domesticHotWaterTank",
789
- "isPowerfulModeActive": {
790
- "value": false,
791
- "settable": false
792
- }
793
- },
794
- {
795
- "managementPointCategory": "secondary",
796
- "modelInfo": {
797
- "value": "EHVH08S18CB3V",
798
- "settable": false
799
- },
800
- "softwareVersion": {
801
- "value": "ID66F2",
802
- "settable": false
803
- },
804
- "embeddedId": "3",
805
- "managementPointType": "indoorUnitHydro"
806
- },
807
- {
808
- "managementPointCategory": "secondary",
809
- "modelInfo": {
810
- "value": "EHVH08S18CB3V",
811
- "settable": false
812
- },
813
- "softwareVersion": {
814
- "value": "ID66F2",
815
- "settable": false
816
- },
817
- "embeddedId": "3",
818
- "managementPointType": "indoorUnitHydro"
819
- },
820
- {
821
- "managementPointCategory": "secondary",
822
- "embeddedId": "4",
823
- "managementPointType": "outdoorUnit",
824
- "softwareVersion": {
825
- "value": "ID0000",
826
- "settable": false
827
- }
828
- },
829
- {
830
- "managementPointCategory": "secondary",
831
- "embeddedId": "5",
832
- "managementPointType": "userInterface"
833
- }
834
- ],
835
- "isCloudConnectionUp": {
836
- "value": true,
837
- "settable": false
838
- },
839
- "type": "heating",
840
- "_id": "c07294f3-1202-41dd-a139-f5a466e6264e",
841
- "embeddedId": "29300444-4258-4938-84aa-0296c100e13f",
842
- "id": "c07294f3-1202-41dd-a139-f5a466e6264e",
843
- "deviceModel": "Altherma"
844
- }
845
- ]