@mp-consulting/homebridge-daikin-cloud 1.3.6 → 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 (287) hide show
  1. package/LICENSE +39 -1
  2. package/README.md +3 -1
  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 +5 -5
  10. package/dist/src/accessories/base-accessory.d.ts.map +1 -1
  11. package/dist/src/accessories/base-accessory.js +7 -4
  12. package/dist/src/accessories/base-accessory.js.map +1 -1
  13. package/dist/src/api/daikin-api.d.ts +25 -25
  14. package/dist/src/api/daikin-api.d.ts.map +1 -1
  15. package/dist/src/api/daikin-api.js +41 -31
  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.map +1 -1
  19. package/dist/src/api/daikin-controller.d.ts +41 -42
  20. package/dist/src/api/daikin-controller.d.ts.map +1 -1
  21. package/dist/src/api/daikin-controller.js +39 -39
  22. package/dist/src/api/daikin-controller.js.map +1 -1
  23. package/dist/src/api/daikin-device.d.ts +33 -31
  24. package/dist/src/api/daikin-device.d.ts.map +1 -1
  25. package/dist/src/api/daikin-device.js +40 -29
  26. package/dist/src/api/daikin-device.js.map +1 -1
  27. package/dist/src/api/daikin-mobile-oauth.d.ts +16 -16
  28. package/dist/src/api/daikin-mobile-oauth.d.ts.map +1 -1
  29. package/dist/src/api/daikin-mobile-oauth.js +32 -22
  30. package/dist/src/api/daikin-mobile-oauth.js.map +1 -1
  31. package/dist/src/api/daikin-oauth.d.ts +29 -29
  32. package/dist/src/api/daikin-oauth.d.ts.map +1 -1
  33. package/dist/src/api/daikin-oauth.js +45 -35
  34. package/dist/src/api/daikin-oauth.js.map +1 -1
  35. package/dist/src/api/daikin-schemas.d.ts +4 -4
  36. package/dist/src/api/daikin-schemas.js +3 -3
  37. package/dist/src/api/daikin-schemas.js.map +1 -1
  38. package/dist/src/api/daikin-types.js.map +1 -1
  39. package/dist/src/api/daikin-websocket.d.ts +31 -32
  40. package/dist/src/api/daikin-websocket.d.ts.map +1 -1
  41. package/dist/src/api/daikin-websocket.js +30 -30
  42. package/dist/src/api/daikin-websocket.js.map +1 -1
  43. package/dist/src/api/index.d.ts +1 -1
  44. package/dist/src/api/index.d.ts.map +1 -1
  45. package/dist/src/api/index.js +2 -1
  46. package/dist/src/api/index.js.map +1 -1
  47. package/dist/src/api/token-storage.d.ts +1 -1
  48. package/dist/src/api/token-storage.d.ts.map +1 -1
  49. package/dist/src/api/token-storage.js +20 -11
  50. package/dist/src/api/token-storage.js.map +1 -1
  51. package/dist/src/config/config-manager.d.ts +33 -33
  52. package/dist/src/config/config-manager.d.ts.map +1 -1
  53. package/dist/src/config/config-manager.js +33 -33
  54. package/dist/src/config/config-manager.js.map +1 -1
  55. package/dist/src/constants/api.constants.js.map +1 -1
  56. package/dist/src/device/accessory-factory.d.ts +10 -10
  57. package/dist/src/device/accessory-factory.d.ts.map +1 -1
  58. package/dist/src/device/accessory-factory.js +6 -6
  59. package/dist/src/device/accessory-factory.js.map +1 -1
  60. package/dist/src/device/capability-detector.d.ts +8 -8
  61. package/dist/src/device/capability-detector.d.ts.map +1 -1
  62. package/dist/src/device/capability-detector.js +6 -6
  63. package/dist/src/device/capability-detector.js.map +1 -1
  64. package/dist/src/device/capability-docs.d.ts +1 -1
  65. package/dist/src/device/capability-docs.d.ts.map +1 -1
  66. package/dist/src/device/capability-docs.js +1 -2
  67. package/dist/src/device/capability-docs.js.map +1 -1
  68. package/dist/src/device/profiles/device-profile.d.ts +1 -1
  69. package/dist/src/device/profiles/device-profile.d.ts.map +1 -1
  70. package/dist/src/device/profiles/device-profile.js +4 -4
  71. package/dist/src/device/profiles/device-profile.js.map +1 -1
  72. package/dist/src/features/base-feature.d.ts +2 -2
  73. package/dist/src/features/base-feature.d.ts.map +1 -1
  74. package/dist/src/features/base-feature.js +2 -3
  75. package/dist/src/features/base-feature.js.map +1 -1
  76. package/dist/src/features/feature-manager.d.ts +8 -8
  77. package/dist/src/features/feature-manager.d.ts.map +1 -1
  78. package/dist/src/features/feature-manager.js +5 -5
  79. package/dist/src/features/feature-manager.js.map +1 -1
  80. package/dist/src/features/modes/dry-operation-mode.feature.d.ts +1 -1
  81. package/dist/src/features/modes/dry-operation-mode.feature.d.ts.map +1 -1
  82. package/dist/src/features/modes/dry-operation-mode.feature.js.map +1 -1
  83. package/dist/src/features/modes/econo-mode.feature.d.ts +1 -1
  84. package/dist/src/features/modes/econo-mode.feature.d.ts.map +1 -1
  85. package/dist/src/features/modes/econo-mode.feature.js.map +1 -1
  86. package/dist/src/features/modes/fan-only-operation-mode.feature.d.ts +1 -1
  87. package/dist/src/features/modes/fan-only-operation-mode.feature.d.ts.map +1 -1
  88. package/dist/src/features/modes/fan-only-operation-mode.feature.js.map +1 -1
  89. package/dist/src/features/modes/indoor-silent-mode.feature.d.ts +1 -1
  90. package/dist/src/features/modes/indoor-silent-mode.feature.d.ts.map +1 -1
  91. package/dist/src/features/modes/indoor-silent-mode.feature.js.map +1 -1
  92. package/dist/src/features/modes/outdoor-silent-mode.feature.d.ts +1 -1
  93. package/dist/src/features/modes/outdoor-silent-mode.feature.d.ts.map +1 -1
  94. package/dist/src/features/modes/outdoor-silent-mode.feature.js.map +1 -1
  95. package/dist/src/features/modes/powerful-mode.feature.d.ts +1 -1
  96. package/dist/src/features/modes/powerful-mode.feature.d.ts.map +1 -1
  97. package/dist/src/features/modes/powerful-mode.feature.js.map +1 -1
  98. package/dist/src/features/modes/streamer-mode.feature.d.ts +1 -1
  99. package/dist/src/features/modes/streamer-mode.feature.d.ts.map +1 -1
  100. package/dist/src/features/modes/streamer-mode.feature.js.map +1 -1
  101. package/dist/src/index.d.ts +1 -1
  102. package/dist/src/index.d.ts.map +1 -1
  103. package/dist/src/index.js.map +1 -1
  104. package/dist/src/platform.d.ts +6 -5
  105. package/dist/src/platform.d.ts.map +1 -1
  106. package/dist/src/platform.js +2 -2
  107. package/dist/src/platform.js.map +1 -1
  108. package/dist/src/services/climate-control.service.d.ts +8 -2
  109. package/dist/src/services/climate-control.service.d.ts.map +1 -1
  110. package/dist/src/services/climate-control.service.js +53 -59
  111. package/dist/src/services/climate-control.service.js.map +1 -1
  112. package/dist/src/services/hot-water-tank.service.d.ts +6 -2
  113. package/dist/src/services/hot-water-tank.service.d.ts.map +1 -1
  114. package/dist/src/services/hot-water-tank.service.js +31 -34
  115. package/dist/src/services/hot-water-tank.service.js.map +1 -1
  116. package/dist/src/types/daikin-enums.js +12 -12
  117. package/dist/src/types/daikin-enums.js.map +1 -1
  118. package/dist/src/types/device-capabilities.d.ts +1 -1
  119. package/dist/src/types/device-capabilities.d.ts.map +1 -1
  120. package/dist/src/utils/log-context.d.ts +23 -23
  121. package/dist/src/utils/log-context.d.ts.map +1 -1
  122. package/dist/src/utils/log-context.js +28 -28
  123. package/dist/src/utils/log-context.js.map +1 -1
  124. package/dist/src/utils/strings.d.ts.map +1 -1
  125. package/dist/src/utils/strings.js.map +1 -1
  126. package/dist/src/utils/update-mapper.d.ts +16 -16
  127. package/dist/src/utils/update-mapper.d.ts.map +1 -1
  128. package/dist/src/utils/update-mapper.js +14 -14
  129. package/dist/src/utils/update-mapper.js.map +1 -1
  130. package/homebridge-ui/public/script.js +956 -897
  131. package/homebridge-ui/server.js +739 -695
  132. package/package.json +27 -24
  133. package/.claude/settings.json +0 -3
  134. package/.claude/settings.local.json +0 -24
  135. package/CHANGELOG.md +0 -114
  136. package/CLAUDE.md +0 -269
  137. package/config.md +0 -2
  138. package/docs/ARCHITECTURE.md +0 -645
  139. package/docs/IMPLEMENTATION_GUIDE.md +0 -899
  140. package/docs/IMPROVEMENTS_SUMMARY.md +0 -415
  141. package/docs/NEXT_STEPS.md +0 -368
  142. package/docs/Screenshot 2024-07-04 at 18.41.28.png +0 -0
  143. package/docs/TROUBLESHOOTING.md +0 -475
  144. package/docs/api-response-for-BRP069A8x.json +0 -520
  145. package/docs/api-response-for-BRP069C4x-2.json +0 -881
  146. package/docs/api-response-for-BRP069C4x.json +0 -916
  147. package/docs/api-response-for-altherma.json +0 -759
  148. package/docs/api-response-for-altherma2.json +0 -2735
  149. package/docs/api-response-with-multiple-devices-incl-heatpump.json +0 -2544
  150. package/docs/cr-insance-altherma-id-0.json +0 -834
  151. package/docs/mock-air-to-air-dx23.json +0 -759
  152. package/docs/mock-air-to-air-dx4.json +0 -1134
  153. package/docs/mock-airpurifier-with-humidifier.json +0 -732
  154. package/docs/mock-airpurifier.json +0 -450
  155. package/docs/mock-altherma-air-to-water-lan.json +0 -845
  156. package/docs/mock-altherma-air-to-water-wlan.json +0 -845
  157. package/docs/mock-d2cnd-gas-boiler.json +0 -649
  158. package/docs/setpointmode-vs-controlmode-vs-setpoints-vs-sensorydata.txt +0 -6
  159. package/images/fan-speed.jpeg +0 -0
  160. package/images/homekit-controls.jpeg +0 -0
  161. package/images/homekit-settings.jpeg +0 -0
  162. package/images/swing-mode.png +0 -0
  163. package/jest.config.ts +0 -21
  164. package/test/fixtures/altherma-crSense-2.ts +0 -834
  165. package/test/fixtures/altherma-fraction.ts +0 -718
  166. package/test/fixtures/altherma-heat-pump-2.ts +0 -479
  167. package/test/fixtures/altherma-heat-pump.ts +0 -757
  168. package/test/fixtures/altherma-miladcerkic-off.ts +0 -524
  169. package/test/fixtures/altherma-miladcerkic.ts +0 -524
  170. package/test/fixtures/altherma-v1ckoeln.ts +0 -644
  171. package/test/fixtures/altherma-with-embedded-id-zero.ts +0 -834
  172. package/test/fixtures/dx23-airco-2.ts +0 -343
  173. package/test/fixtures/dx23-airco.ts +0 -518
  174. package/test/fixtures/dx4-airco.ts +0 -914
  175. package/test/fixtures/unknown-jan.ts +0 -488
  176. package/test/fixtures/unknown-kitchen-guests.ts +0 -488
  177. package/test/hbConfig/.daikin-mobile-tokenset +0 -8
  178. package/test/hbConfig/.uix-dashboard.json +0 -1
  179. package/test/hbConfig/.uix-secrets +0 -1
  180. package/test/hbConfig/accessories/.cachedAccessories.bak +0 -1
  181. package/test/hbConfig/accessories/cachedAccessories +0 -1
  182. package/test/hbConfig/accessories/uiAccessoriesLayout.json +0 -1
  183. package/test/hbConfig/auth.json +0 -10
  184. package/test/hbConfig/backups/config-backups/config.json.1767953686461 +0 -25
  185. package/test/hbConfig/backups/config-backups/config.json.1767953695236 +0 -29
  186. package/test/hbConfig/backups/config-backups/config.json.1767953814763 +0 -29
  187. package/test/hbConfig/backups/config-backups/config.json.1767953823101 +0 -29
  188. package/test/hbConfig/backups/config-backups/config.json.1767954822835 +0 -29
  189. package/test/hbConfig/backups/config-backups/config.json.1767954859218 +0 -29
  190. package/test/hbConfig/backups/config-backups/config.json.1767960145503 +0 -33
  191. package/test/hbConfig/backups/config-backups/config.json.1767960168068 +0 -44
  192. package/test/hbConfig/backups/config-backups/config.json.1767960170333 +0 -46
  193. package/test/hbConfig/backups/config-backups/config.json.1767960172731 +0 -44
  194. package/test/hbConfig/backups/config-backups/config.json.1767960179323 +0 -44
  195. package/test/hbConfig/backups/config-backups/config.json.1767960182114 +0 -44
  196. package/test/hbConfig/backups/config-backups/config.json.1767960189302 +0 -44
  197. package/test/hbConfig/backups/config-backups/config.json.1767960195194 +0 -44
  198. package/test/hbConfig/backups/config-backups/config.json.1767960197301 +0 -44
  199. package/test/hbConfig/backups/config-backups/config.json.1767960199151 +0 -44
  200. package/test/hbConfig/backups/config-backups/config.json.1767960199667 +0 -44
  201. package/test/hbConfig/backups/config-backups/config.json.1767960329839 +0 -44
  202. package/test/hbConfig/backups/config-backups/config.json.1767960334503 +0 -44
  203. package/test/hbConfig/backups/config-backups/config.json.1767960336208 +0 -44
  204. package/test/hbConfig/backups/config-backups/config.json.1767960338537 +0 -44
  205. package/test/hbConfig/backups/config-backups/config.json.1767963223953 +0 -44
  206. package/test/hbConfig/backups/config-backups/config.json.1767963241753 +0 -44
  207. package/test/hbConfig/backups/config-backups/config.json.1767963252785 +0 -44
  208. package/test/hbConfig/backups/config-backups/config.json.1767963463944 +0 -44
  209. package/test/hbConfig/backups/config-backups/config.json.1767963834475 +0 -44
  210. package/test/hbConfig/backups/config-backups/config.json.1767963838474 +0 -44
  211. package/test/hbConfig/backups/config-backups/config.json.1767963843066 +0 -44
  212. package/test/hbConfig/backups/config-backups/config.json.1767965217715 +0 -44
  213. package/test/hbConfig/backups/config-backups/config.json.1767965419624 +0 -25
  214. package/test/hbConfig/backups/config-backups/config.json.1767965870934 +0 -32
  215. package/test/hbConfig/backups/config-backups/config.json.1767977675045 +0 -32
  216. package/test/hbConfig/backups/config-backups/config.json.1767977677222 +0 -33
  217. package/test/hbConfig/backups/config-backups/config.json.1767977710226 +0 -33
  218. package/test/hbConfig/backups/config-backups/config.json.1767977741397 +0 -33
  219. package/test/hbConfig/backups/config-backups/config.json.1767977977093 +0 -35
  220. package/test/hbConfig/backups/config-backups/config.json.1767977981773 +0 -35
  221. package/test/hbConfig/backups/config-backups/config.json.1767977986514 +0 -35
  222. package/test/hbConfig/backups/config-backups/config.json.1767977991174 +0 -35
  223. package/test/hbConfig/backups/config-backups/config.json.1767979424487 +0 -35
  224. package/test/hbConfig/backups/config-backups/config.json.1767979424987 +0 -35
  225. package/test/hbConfig/backups/config-backups/config.json.1767979432646 +0 -47
  226. package/test/hbConfig/backups/config-backups/config.json.1767979433150 +0 -47
  227. package/test/hbConfig/backups/config-backups/config.json.1767979436933 +0 -47
  228. package/test/hbConfig/backups/config-backups/config.json.1767979437438 +0 -47
  229. package/test/hbConfig/backups/config-backups/config.json.1767979441676 +0 -47
  230. package/test/hbConfig/backups/config-backups/config.json.1767979442180 +0 -47
  231. package/test/hbConfig/backups/config-backups/config.json.1767979466735 +0 -47
  232. package/test/hbConfig/backups/config-backups/config.json.1767979903636 +0 -47
  233. package/test/hbConfig/backups/config-backups/config.json.1767979904135 +0 -47
  234. package/test/hbConfig/backups/config-backups/config.json.1767979906606 +0 -47
  235. package/test/hbConfig/backups/config-backups/config.json.1767979907108 +0 -47
  236. package/test/hbConfig/backups/config-backups/config.json.1767988702341 +0 -47
  237. package/test/hbConfig/backups/config-backups/config.json.1767988702837 +0 -47
  238. package/test/hbConfig/backups/config-backups/config.json.1767988713159 +0 -47
  239. package/test/hbConfig/backups/config-backups/config.json.1767988713664 +0 -47
  240. package/test/hbConfig/backups/config-backups/config.json.1767988918139 +0 -47
  241. package/test/hbConfig/backups/config-backups/config.json.1767988918639 +0 -47
  242. package/test/hbConfig/backups/config-backups/config.json.1767988921120 +0 -47
  243. package/test/hbConfig/backups/config-backups/config.json.1767988921624 +0 -47
  244. package/test/hbConfig/backups/config-backups/config.json.1767988930307 +0 -47
  245. package/test/hbConfig/backups/config-backups/config.json.1767988935070 +0 -47
  246. package/test/hbConfig/backups/config-backups/config.json.1767988935574 +0 -47
  247. package/test/hbConfig/backups/config-backups/config.json.1767989710262 +0 -47
  248. package/test/hbConfig/backups/config-backups/config.json.1767989710760 +0 -47
  249. package/test/hbConfig/backups/config-backups/config.json.1767989729668 +0 -47
  250. package/test/hbConfig/backups/config-backups/config.json.1767990295225 +0 -47
  251. package/test/hbConfig/backups/config-backups/config.json.1767990479921 +0 -47
  252. package/test/hbConfig/backups/config-backups/config.json.1767990481702 +0 -49
  253. package/test/hbConfig/backups/instance-backups/homebridge-backup-1E4A432551BA.1768010187391.tar.gz +0 -0
  254. package/test/hbConfig/backups/instance-backups/homebridge-backup-1E4A432551BA.1768096587387.tar.gz +0 -0
  255. package/test/hbConfig/backups/instance-backups/homebridge-backup-1E4A432551BA.1768182987404.tar.gz +0 -0
  256. package/test/hbConfig/config.json +0 -47
  257. package/test/hbConfig/daikin-cloud-certs/server.crt +0 -22
  258. package/test/hbConfig/daikin-cloud-certs/server.key +0 -28
  259. package/test/hbConfig/persist/AccessoryInfo.1E4A432551BA.json +0 -1
  260. package/test/hbConfig/persist/IdentifierCache.1E4A432551BA.json +0 -1
  261. package/test/hbConfig/tmp/daikin_request/api.onecta.daikineurope.com_01-09-2026-23-29-52/request_14758 +0 -1
  262. package/test/hbConfig/tmp/daikin_request/api.onecta.daikineurope.com_01-09-2026-23-29-52/request_14759 +0 -1
  263. package/test/hbConfig/tmp/daikin_request/api.onecta.daikineurope.com_01-09-2026-23-29-52/request_14760 +0 -1
  264. package/test/hbConfig/tmp/daikin_request/api.onecta.daikineurope.com_01-09-2026-23-29-52/request_14761 +0 -1
  265. package/test/hbConfig/tmp/daikin_request/api.onecta.daikineurope.com_01-09-2026-23-29-52/request_14762 +0 -1
  266. package/test/hbConfig/tmp/daikin_request/api.onecta.daikineurope.com_01-09-2026-23-29-52/request_14764 +0 -1
  267. package/test/helpers/test-isolation.ts +0 -228
  268. package/test/integration/air-conditioning.test.ts +0 -396
  269. package/test/integration/altherma.test.ts +0 -279
  270. package/test/integration/platform.test.ts +0 -118
  271. package/test/mobile-tokens.json +0 -8
  272. package/test/mocks/index.ts +0 -27
  273. package/test/test-gigya-auth.js +0 -443
  274. package/test/test-mobile-oauth.js +0 -175
  275. package/test/test-websocket-mobile.js +0 -123
  276. package/test/test-websocket.js +0 -116
  277. package/test/unit/api/__snapshots__/daikinCloud.test.ts.snap +0 -1320
  278. package/test/unit/api/daikin-api.test.ts +0 -442
  279. package/test/unit/api/daikin-cloud-repository.test.ts +0 -107
  280. package/test/unit/api/daikin-oauth.test.ts +0 -214
  281. package/test/unit/api/daikinCloud.test.ts +0 -12
  282. package/test/unit/api/token-storage.test.ts +0 -90
  283. package/test/unit/config/config-manager.test.ts +0 -271
  284. package/test/unit/device/daikin-device.test.ts +0 -73
  285. package/test/unit/services/hot-water-tank.service.test.ts +0 -123
  286. package/test/unit/utils/log-context.test.ts +0 -271
  287. package/test/unit/utils/update-mapper.test.ts +0 -404
@@ -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
- ]