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