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