@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,524 +0,0 @@
1
- export const althermaMiladcerkic = {
2
- 'managementPoints': [
3
- {
4
- 'embeddedId': 'gateway',
5
- 'managementPointType': 'gateway',
6
- 'managementPointCategory': 'secondary',
7
- 'firmwareVersion': {
8
- 'settable': false,
9
- 'value': '3.3.0',
10
- 'maxLength': 8,
11
- },
12
- 'ipAddress': {
13
- 'settable': false,
14
- 'value': 'REDACTED',
15
- 'maxLength': 15,
16
- },
17
- 'isFirmwareUpdateSupported': {
18
- 'settable': false,
19
- 'requiresReboot': false,
20
- 'value': true,
21
- },
22
- 'macAddress': {
23
- 'settable': false,
24
- 'value': 'REDACTED',
25
- 'maxLength': 17,
26
- },
27
- 'modelInfo': {
28
- 'settable': false,
29
- 'value': 'BRP069A78',
30
- 'maxLength': 9,
31
- },
32
- 'name': {
33
- 'settable': false,
34
- 'requiresReboot': false,
35
- 'value': 'Gateway',
36
- 'maxLength': 63,
37
- },
38
- },
39
- {
40
- 'embeddedId': 'climateControlMainZone',
41
- 'managementPointType': 'climateControl',
42
- 'managementPointCategory': 'primary',
43
- 'managementPointSubType': 'mainZone',
44
- 'consumptionData': 'REDACTED',
45
- 'controlMode': {
46
- 'settable': false,
47
- 'requiresReboot': false,
48
- 'value': 'leavingWaterTemperature',
49
- 'values': [
50
- 'leavingWaterTemperature',
51
- 'externalRoomTemperature',
52
- 'roomTemperature',
53
- ],
54
- },
55
- 'errorCode': {
56
- 'settable': false,
57
- 'requiresReboot': false,
58
- 'value': '',
59
- 'maxLength': 16,
60
- },
61
- 'holidayMode': {
62
- 'settable': true,
63
- 'requiresReboot': false,
64
- 'ref': '#holidayMode',
65
- 'value': {
66
- 'enabled': false,
67
- 'startDate': '2017-01-01',
68
- 'endDate': '2017-01-01',
69
- },
70
- },
71
- 'isHolidayModeActive': {
72
- 'settable': false,
73
- 'requiresReboot': false,
74
- 'value': false,
75
- },
76
- 'isInEmergencyState': {
77
- 'settable': false,
78
- 'requiresReboot': false,
79
- 'value': false,
80
- },
81
- 'isInErrorState': {
82
- 'settable': false,
83
- 'requiresReboot': false,
84
- 'value': false,
85
- },
86
- 'isInInstallerState': {
87
- 'settable': false,
88
- 'requiresReboot': false,
89
- 'value': false,
90
- },
91
- 'isInWarningState': {
92
- 'settable': false,
93
- 'requiresReboot': false,
94
- 'value': false,
95
- },
96
- 'name': {
97
- 'settable': false,
98
- 'requiresReboot': false,
99
- 'value': '',
100
- 'maxLength': 63,
101
- },
102
- 'onOffMode': {
103
- 'settable': true,
104
- 'requiresReboot': false,
105
- 'value': 'on',
106
- 'values': [
107
- 'off',
108
- 'on',
109
- ],
110
- },
111
- 'operationMode': {
112
- 'settable': true,
113
- 'requiresReboot': false,
114
- 'value': 'heating',
115
- 'values': [
116
- 'heating',
117
- 'cooling',
118
- 'auto',
119
- ],
120
- },
121
- 'sensoryData': {
122
- 'settable': false,
123
- 'ref': '#sensoryData',
124
- 'value': {
125
- 'leavingWaterTemperature': {
126
- 'settable': false,
127
- 'requiresReboot': false,
128
- 'value': 45,
129
- 'maxValue': 127,
130
- 'minValue': -127,
131
- 'stepValue': 1,
132
- },
133
- 'outdoorTemperature': {
134
- 'settable': false,
135
- 'requiresReboot': false,
136
- 'value': 10,
137
- 'maxValue': 127,
138
- 'minValue': -127,
139
- 'stepValue': 1,
140
- },
141
- },
142
- },
143
- 'setpointMode': {
144
- 'settable': false,
145
- 'requiresReboot': true,
146
- 'value': 'fixed',
147
- 'values': [
148
- 'fixed',
149
- 'weatherDependentHeatingFixedCooling',
150
- 'weatherDependent',
151
- ],
152
- },
153
- 'temperatureControl': {
154
- 'settable': true,
155
- 'ref': '#temperatureControl',
156
- 'value': {
157
- 'operationModes': {
158
- 'auto': {
159
- 'setpoints': {
160
- 'leavingWaterTemperature': {
161
- 'settable': true,
162
- 'requiresReboot': false,
163
- 'value': 45,
164
- 'maxValue': 55,
165
- 'minValue': 25,
166
- 'stepValue': 1,
167
- },
168
- },
169
- },
170
- 'cooling': {
171
- 'setpoints': {
172
- 'leavingWaterTemperature': {
173
- 'settable': false,
174
- 'requiresReboot': false,
175
- 'value': 20,
176
- 'maxValue': 22,
177
- 'minValue': 7,
178
- 'stepValue': 1,
179
- },
180
- },
181
- },
182
- 'heating': {
183
- 'setpoints': {
184
- 'leavingWaterTemperature': {
185
- 'settable': true,
186
- 'requiresReboot': false,
187
- 'value': 45,
188
- 'maxValue': 55,
189
- 'minValue': 25,
190
- 'stepValue': 1,
191
- },
192
- },
193
- },
194
- },
195
- },
196
- },
197
- },
198
- {
199
- 'embeddedId': 'domesticHotWaterTank',
200
- 'managementPointType': 'domesticHotWaterTank',
201
- 'managementPointCategory': 'primary',
202
- 'consumptionData': 'REDACTED',
203
- 'errorCode': {
204
- 'settable': false,
205
- 'requiresReboot': false,
206
- 'value': '',
207
- 'maxLength': 16,
208
- },
209
- 'heatupMode': {
210
- 'settable': false,
211
- 'requiresReboot': true,
212
- 'value': 'reheatSchedule',
213
- 'values': [
214
- 'reheatOnly',
215
- 'reheatSchedule',
216
- 'scheduleOnly',
217
- ],
218
- },
219
- 'isHolidayModeActive': {
220
- 'settable': false,
221
- 'requiresReboot': false,
222
- 'value': false,
223
- },
224
- 'isInEmergencyState': {
225
- 'settable': false,
226
- 'requiresReboot': false,
227
- 'value': false,
228
- },
229
- 'isInErrorState': {
230
- 'settable': false,
231
- 'requiresReboot': false,
232
- 'value': false,
233
- },
234
- 'isInInstallerState': {
235
- 'settable': false,
236
- 'requiresReboot': false,
237
- 'value': false,
238
- },
239
- 'isInWarningState': {
240
- 'settable': false,
241
- 'requiresReboot': false,
242
- 'value': false,
243
- },
244
- 'isPowerfulModeActive': {
245
- 'settable': false,
246
- 'requiresReboot': false,
247
- 'value': false,
248
- },
249
- 'name': {
250
- 'settable': false,
251
- 'requiresReboot': false,
252
- 'value': '',
253
- 'maxLength': 63,
254
- },
255
- 'onOffMode': {
256
- 'settable': true,
257
- 'requiresReboot': false,
258
- 'value': 'on',
259
- 'values': [
260
- 'off',
261
- 'on',
262
- ],
263
- },
264
- 'operationMode': {
265
- 'settable': false,
266
- 'value': 'heating',
267
- 'values': [
268
- 'heating',
269
- ],
270
- },
271
- 'powerfulMode': {
272
- 'settable': true,
273
- 'requiresReboot': false,
274
- 'value': 'off',
275
- 'values': [
276
- 'off',
277
- 'on',
278
- ],
279
- },
280
- 'schedule': {
281
- 'settable': true,
282
- 'ref': '#schedule',
283
- 'value': {
284
- 'currentMode': {
285
- 'settable': false,
286
- 'value': 'heating',
287
- 'values': [
288
- 'heating',
289
- ],
290
- },
291
- 'modes': {
292
- 'heating': {
293
- 'enabled': {
294
- 'settable': false,
295
- 'requiresReboot': false,
296
- 'value': true,
297
- },
298
- 'currentSchedule': {
299
- 'settable': true,
300
- 'requiresReboot': false,
301
- 'value': 'scheduleHeatingMode1',
302
- 'values': [
303
- 'scheduleHeatingMode1',
304
- ],
305
- },
306
- 'meta': {
307
- 'minIntervalBetweenActions': '00:10:00',
308
- 'maxSchedules': 1,
309
- 'maxActionsPerActionPeriod': 4,
310
- 'consecutiveActionsAllowed': true,
311
- 'actionTypes': {
312
- 'domesticHotWaterTemperature': {
313
- 'settable': false,
314
- 'values': [
315
- 'eco',
316
- 'comfort',
317
- 'turn_off',
318
- ],
319
- },
320
- },
321
- },
322
- 'schedules': {
323
- 'scheduleHeatingMode1': {
324
- 'settable': false,
325
- 'name': {
326
- 'settable': false,
327
- 'requiresReboot': false,
328
- 'value': 'User defined',
329
- },
330
- 'meta': {
331
- 'isReadOnly': false,
332
- 'actionPeriods': [
333
- 'monday',
334
- 'tuesday',
335
- 'wednesday',
336
- 'thursday',
337
- 'friday',
338
- 'saturday',
339
- 'sunday',
340
- ],
341
- },
342
- 'actions': {
343
- 'monday': {
344
- '06:30:00': {
345
- 'domesticHotWaterTemperature': 'comfort',
346
- },
347
- '23:00:00': {
348
- 'domesticHotWaterTemperature': 'eco',
349
- },
350
- },
351
- 'tuesday': {
352
- '06:30:00': {
353
- 'domesticHotWaterTemperature': 'comfort',
354
- },
355
- '23:00:00': {
356
- 'domesticHotWaterTemperature': 'eco',
357
- },
358
- },
359
- 'wednesday': {
360
- '06:30:00': {
361
- 'domesticHotWaterTemperature': 'comfort',
362
- },
363
- '23:00:00': {
364
- 'domesticHotWaterTemperature': 'eco',
365
- },
366
- },
367
- 'thursday': {
368
- '06:30:00': {
369
- 'domesticHotWaterTemperature': 'comfort',
370
- },
371
- '23:00:00': {
372
- 'domesticHotWaterTemperature': 'eco',
373
- },
374
- },
375
- 'friday': {
376
- '06:30:00': {
377
- 'domesticHotWaterTemperature': 'comfort',
378
- },
379
- '23:00:00': {
380
- 'domesticHotWaterTemperature': 'eco',
381
- },
382
- },
383
- 'saturday': {
384
- '06:30:00': {
385
- 'domesticHotWaterTemperature': 'comfort',
386
- },
387
- '23:00:00': {
388
- 'domesticHotWaterTemperature': 'eco',
389
- },
390
- },
391
- 'sunday': {
392
- '06:30:00': {
393
- 'domesticHotWaterTemperature': 'comfort',
394
- },
395
- '23:00:00': {
396
- 'domesticHotWaterTemperature': 'eco',
397
- },
398
- },
399
- },
400
- },
401
- },
402
- },
403
- },
404
- },
405
- },
406
- 'sensoryData': {
407
- 'settable': false,
408
- 'ref': '#sensoryData',
409
- 'value': {
410
- 'tankTemperature': {
411
- 'settable': false,
412
- 'requiresReboot': false,
413
- 'value': 49,
414
- 'maxValue': 127,
415
- 'minValue': -127,
416
- 'stepValue': 1,
417
- },
418
- },
419
- },
420
- 'setpointMode': {
421
- 'settable': false,
422
- 'requiresReboot': false,
423
- 'value': 'fixed',
424
- 'values': [
425
- 'fixed',
426
- 'weatherDependent',
427
- ],
428
- },
429
- 'temperatureControl': {
430
- 'settable': true,
431
- 'ref': '#temperatureControl',
432
- 'value': {
433
- 'operationModes': {
434
- 'heating': {
435
- 'setpoints': {
436
- 'domesticHotWaterTemperature': {
437
- 'settable': false,
438
- 'requiresReboot': false,
439
- 'value': 50,
440
- 'maxValue': 55,
441
- 'minValue': 30,
442
- 'stepValue': 1,
443
- },
444
- },
445
- },
446
- },
447
- },
448
- },
449
- },
450
- {
451
- 'embeddedId': 'indoorUnitHydro',
452
- 'managementPointType': 'indoorUnitHydro',
453
- 'managementPointCategory': 'secondary',
454
- 'modelInfo': {
455
- 'settable': false,
456
- 'requiresReboot': false,
457
- 'value': 'EBVX16S23DJ9W',
458
- 'maxLength': 16,
459
- },
460
- 'name': {
461
- 'settable': false,
462
- 'requiresReboot': false,
463
- 'value': 'Indoor Hydro Unit',
464
- 'maxLength': 63,
465
- },
466
- 'softwareVersion': {
467
- 'settable': false,
468
- 'requiresReboot': false,
469
- 'value': '0792',
470
- 'maxLength': 16,
471
- },
472
- },
473
- {
474
- 'embeddedId': 'outdoorUnit',
475
- 'managementPointType': 'outdoorUnit',
476
- 'managementPointCategory': 'secondary',
477
- 'name': {
478
- 'settable': false,
479
- 'requiresReboot': false,
480
- 'value': 'Outdoor Unit',
481
- 'maxLength': 63,
482
- },
483
- 'softwareVersion': {
484
- 'settable': false,
485
- 'requiresReboot': false,
486
- 'value': '802B',
487
- 'maxLength': 16,
488
- },
489
- },
490
- {
491
- 'embeddedId': 'userInterface',
492
- 'managementPointType': 'userInterface',
493
- 'managementPointCategory': 'secondary',
494
- 'modelInfo': {
495
- 'settable': false,
496
- 'requiresReboot': false,
497
- 'value': 'EBVX16S23DJ9W',
498
- 'maxLength': 16,
499
- },
500
- 'name': {
501
- 'settable': false,
502
- 'requiresReboot': false,
503
- 'value': 'User Interface',
504
- 'maxLength': 63,
505
- },
506
- 'softwareVersion': {
507
- 'settable': false,
508
- 'requiresReboot': false,
509
- 'value': '7.6.0',
510
- 'maxLength': 16,
511
- },
512
- },
513
- ],
514
- '_id': 'cc173ba9-be4b-436f-86e0-5f895ea667c7',
515
- 'deviceModel': 'Altherma',
516
- 'type': 'heating-wlan',
517
- 'isCloudConnectionUp': {
518
- 'settable': false,
519
- 'value': true,
520
- },
521
- 'embeddedId': '602934ce-ba31-4d6d-b5df-3da21a46df88',
522
- 'timestamp': '2025-01-23T12:31:19.386Z',
523
- 'id': 'cc173ba9-be4b-436f-86e0-5f895ea667c7',
524
- };