@mp-consulting/homebridge-daikin-cloud 1.3.6 → 1.3.8

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 (291) 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/index.html +24 -24
  131. package/homebridge-ui/public/lib/kit.css +253 -0
  132. package/homebridge-ui/public/lib/kit.js +133 -0
  133. package/homebridge-ui/public/script.js +957 -898
  134. package/homebridge-ui/public/styles.css +0 -1
  135. package/homebridge-ui/server.js +739 -695
  136. package/package.json +30 -25
  137. package/.claude/settings.json +0 -3
  138. package/.claude/settings.local.json +0 -24
  139. package/CHANGELOG.md +0 -114
  140. package/CLAUDE.md +0 -269
  141. package/config.md +0 -2
  142. package/docs/ARCHITECTURE.md +0 -645
  143. package/docs/IMPLEMENTATION_GUIDE.md +0 -899
  144. package/docs/IMPROVEMENTS_SUMMARY.md +0 -415
  145. package/docs/NEXT_STEPS.md +0 -368
  146. package/docs/Screenshot 2024-07-04 at 18.41.28.png +0 -0
  147. package/docs/TROUBLESHOOTING.md +0 -475
  148. package/docs/api-response-for-BRP069A8x.json +0 -520
  149. package/docs/api-response-for-BRP069C4x-2.json +0 -881
  150. package/docs/api-response-for-BRP069C4x.json +0 -916
  151. package/docs/api-response-for-altherma.json +0 -759
  152. package/docs/api-response-for-altherma2.json +0 -2735
  153. package/docs/api-response-with-multiple-devices-incl-heatpump.json +0 -2544
  154. package/docs/cr-insance-altherma-id-0.json +0 -834
  155. package/docs/mock-air-to-air-dx23.json +0 -759
  156. package/docs/mock-air-to-air-dx4.json +0 -1134
  157. package/docs/mock-airpurifier-with-humidifier.json +0 -732
  158. package/docs/mock-airpurifier.json +0 -450
  159. package/docs/mock-altherma-air-to-water-lan.json +0 -845
  160. package/docs/mock-altherma-air-to-water-wlan.json +0 -845
  161. package/docs/mock-d2cnd-gas-boiler.json +0 -649
  162. package/docs/setpointmode-vs-controlmode-vs-setpoints-vs-sensorydata.txt +0 -6
  163. package/images/fan-speed.jpeg +0 -0
  164. package/images/homekit-controls.jpeg +0 -0
  165. package/images/homekit-settings.jpeg +0 -0
  166. package/images/swing-mode.png +0 -0
  167. package/jest.config.ts +0 -21
  168. package/test/fixtures/altherma-crSense-2.ts +0 -834
  169. package/test/fixtures/altherma-fraction.ts +0 -718
  170. package/test/fixtures/altherma-heat-pump-2.ts +0 -479
  171. package/test/fixtures/altherma-heat-pump.ts +0 -757
  172. package/test/fixtures/altherma-miladcerkic-off.ts +0 -524
  173. package/test/fixtures/altherma-miladcerkic.ts +0 -524
  174. package/test/fixtures/altherma-v1ckoeln.ts +0 -644
  175. package/test/fixtures/altherma-with-embedded-id-zero.ts +0 -834
  176. package/test/fixtures/dx23-airco-2.ts +0 -343
  177. package/test/fixtures/dx23-airco.ts +0 -518
  178. package/test/fixtures/dx4-airco.ts +0 -914
  179. package/test/fixtures/unknown-jan.ts +0 -488
  180. package/test/fixtures/unknown-kitchen-guests.ts +0 -488
  181. package/test/hbConfig/.daikin-mobile-tokenset +0 -8
  182. package/test/hbConfig/.uix-dashboard.json +0 -1
  183. package/test/hbConfig/.uix-secrets +0 -1
  184. package/test/hbConfig/accessories/.cachedAccessories.bak +0 -1
  185. package/test/hbConfig/accessories/cachedAccessories +0 -1
  186. package/test/hbConfig/accessories/uiAccessoriesLayout.json +0 -1
  187. package/test/hbConfig/auth.json +0 -10
  188. package/test/hbConfig/backups/config-backups/config.json.1767953686461 +0 -25
  189. package/test/hbConfig/backups/config-backups/config.json.1767953695236 +0 -29
  190. package/test/hbConfig/backups/config-backups/config.json.1767953814763 +0 -29
  191. package/test/hbConfig/backups/config-backups/config.json.1767953823101 +0 -29
  192. package/test/hbConfig/backups/config-backups/config.json.1767954822835 +0 -29
  193. package/test/hbConfig/backups/config-backups/config.json.1767954859218 +0 -29
  194. package/test/hbConfig/backups/config-backups/config.json.1767960145503 +0 -33
  195. package/test/hbConfig/backups/config-backups/config.json.1767960168068 +0 -44
  196. package/test/hbConfig/backups/config-backups/config.json.1767960170333 +0 -46
  197. package/test/hbConfig/backups/config-backups/config.json.1767960172731 +0 -44
  198. package/test/hbConfig/backups/config-backups/config.json.1767960179323 +0 -44
  199. package/test/hbConfig/backups/config-backups/config.json.1767960182114 +0 -44
  200. package/test/hbConfig/backups/config-backups/config.json.1767960189302 +0 -44
  201. package/test/hbConfig/backups/config-backups/config.json.1767960195194 +0 -44
  202. package/test/hbConfig/backups/config-backups/config.json.1767960197301 +0 -44
  203. package/test/hbConfig/backups/config-backups/config.json.1767960199151 +0 -44
  204. package/test/hbConfig/backups/config-backups/config.json.1767960199667 +0 -44
  205. package/test/hbConfig/backups/config-backups/config.json.1767960329839 +0 -44
  206. package/test/hbConfig/backups/config-backups/config.json.1767960334503 +0 -44
  207. package/test/hbConfig/backups/config-backups/config.json.1767960336208 +0 -44
  208. package/test/hbConfig/backups/config-backups/config.json.1767960338537 +0 -44
  209. package/test/hbConfig/backups/config-backups/config.json.1767963223953 +0 -44
  210. package/test/hbConfig/backups/config-backups/config.json.1767963241753 +0 -44
  211. package/test/hbConfig/backups/config-backups/config.json.1767963252785 +0 -44
  212. package/test/hbConfig/backups/config-backups/config.json.1767963463944 +0 -44
  213. package/test/hbConfig/backups/config-backups/config.json.1767963834475 +0 -44
  214. package/test/hbConfig/backups/config-backups/config.json.1767963838474 +0 -44
  215. package/test/hbConfig/backups/config-backups/config.json.1767963843066 +0 -44
  216. package/test/hbConfig/backups/config-backups/config.json.1767965217715 +0 -44
  217. package/test/hbConfig/backups/config-backups/config.json.1767965419624 +0 -25
  218. package/test/hbConfig/backups/config-backups/config.json.1767965870934 +0 -32
  219. package/test/hbConfig/backups/config-backups/config.json.1767977675045 +0 -32
  220. package/test/hbConfig/backups/config-backups/config.json.1767977677222 +0 -33
  221. package/test/hbConfig/backups/config-backups/config.json.1767977710226 +0 -33
  222. package/test/hbConfig/backups/config-backups/config.json.1767977741397 +0 -33
  223. package/test/hbConfig/backups/config-backups/config.json.1767977977093 +0 -35
  224. package/test/hbConfig/backups/config-backups/config.json.1767977981773 +0 -35
  225. package/test/hbConfig/backups/config-backups/config.json.1767977986514 +0 -35
  226. package/test/hbConfig/backups/config-backups/config.json.1767977991174 +0 -35
  227. package/test/hbConfig/backups/config-backups/config.json.1767979424487 +0 -35
  228. package/test/hbConfig/backups/config-backups/config.json.1767979424987 +0 -35
  229. package/test/hbConfig/backups/config-backups/config.json.1767979432646 +0 -47
  230. package/test/hbConfig/backups/config-backups/config.json.1767979433150 +0 -47
  231. package/test/hbConfig/backups/config-backups/config.json.1767979436933 +0 -47
  232. package/test/hbConfig/backups/config-backups/config.json.1767979437438 +0 -47
  233. package/test/hbConfig/backups/config-backups/config.json.1767979441676 +0 -47
  234. package/test/hbConfig/backups/config-backups/config.json.1767979442180 +0 -47
  235. package/test/hbConfig/backups/config-backups/config.json.1767979466735 +0 -47
  236. package/test/hbConfig/backups/config-backups/config.json.1767979903636 +0 -47
  237. package/test/hbConfig/backups/config-backups/config.json.1767979904135 +0 -47
  238. package/test/hbConfig/backups/config-backups/config.json.1767979906606 +0 -47
  239. package/test/hbConfig/backups/config-backups/config.json.1767979907108 +0 -47
  240. package/test/hbConfig/backups/config-backups/config.json.1767988702341 +0 -47
  241. package/test/hbConfig/backups/config-backups/config.json.1767988702837 +0 -47
  242. package/test/hbConfig/backups/config-backups/config.json.1767988713159 +0 -47
  243. package/test/hbConfig/backups/config-backups/config.json.1767988713664 +0 -47
  244. package/test/hbConfig/backups/config-backups/config.json.1767988918139 +0 -47
  245. package/test/hbConfig/backups/config-backups/config.json.1767988918639 +0 -47
  246. package/test/hbConfig/backups/config-backups/config.json.1767988921120 +0 -47
  247. package/test/hbConfig/backups/config-backups/config.json.1767988921624 +0 -47
  248. package/test/hbConfig/backups/config-backups/config.json.1767988930307 +0 -47
  249. package/test/hbConfig/backups/config-backups/config.json.1767988935070 +0 -47
  250. package/test/hbConfig/backups/config-backups/config.json.1767988935574 +0 -47
  251. package/test/hbConfig/backups/config-backups/config.json.1767989710262 +0 -47
  252. package/test/hbConfig/backups/config-backups/config.json.1767989710760 +0 -47
  253. package/test/hbConfig/backups/config-backups/config.json.1767989729668 +0 -47
  254. package/test/hbConfig/backups/config-backups/config.json.1767990295225 +0 -47
  255. package/test/hbConfig/backups/config-backups/config.json.1767990479921 +0 -47
  256. package/test/hbConfig/backups/config-backups/config.json.1767990481702 +0 -49
  257. package/test/hbConfig/backups/instance-backups/homebridge-backup-1E4A432551BA.1768010187391.tar.gz +0 -0
  258. package/test/hbConfig/backups/instance-backups/homebridge-backup-1E4A432551BA.1768096587387.tar.gz +0 -0
  259. package/test/hbConfig/backups/instance-backups/homebridge-backup-1E4A432551BA.1768182987404.tar.gz +0 -0
  260. package/test/hbConfig/config.json +0 -47
  261. package/test/hbConfig/daikin-cloud-certs/server.crt +0 -22
  262. package/test/hbConfig/daikin-cloud-certs/server.key +0 -28
  263. package/test/hbConfig/persist/AccessoryInfo.1E4A432551BA.json +0 -1
  264. package/test/hbConfig/persist/IdentifierCache.1E4A432551BA.json +0 -1
  265. package/test/hbConfig/tmp/daikin_request/api.onecta.daikineurope.com_01-09-2026-23-29-52/request_14758 +0 -1
  266. package/test/hbConfig/tmp/daikin_request/api.onecta.daikineurope.com_01-09-2026-23-29-52/request_14759 +0 -1
  267. package/test/hbConfig/tmp/daikin_request/api.onecta.daikineurope.com_01-09-2026-23-29-52/request_14760 +0 -1
  268. package/test/hbConfig/tmp/daikin_request/api.onecta.daikineurope.com_01-09-2026-23-29-52/request_14761 +0 -1
  269. package/test/hbConfig/tmp/daikin_request/api.onecta.daikineurope.com_01-09-2026-23-29-52/request_14762 +0 -1
  270. package/test/hbConfig/tmp/daikin_request/api.onecta.daikineurope.com_01-09-2026-23-29-52/request_14764 +0 -1
  271. package/test/helpers/test-isolation.ts +0 -228
  272. package/test/integration/air-conditioning.test.ts +0 -396
  273. package/test/integration/altherma.test.ts +0 -279
  274. package/test/integration/platform.test.ts +0 -118
  275. package/test/mobile-tokens.json +0 -8
  276. package/test/mocks/index.ts +0 -27
  277. package/test/test-gigya-auth.js +0 -443
  278. package/test/test-mobile-oauth.js +0 -175
  279. package/test/test-websocket-mobile.js +0 -123
  280. package/test/test-websocket.js +0 -116
  281. package/test/unit/api/__snapshots__/daikinCloud.test.ts.snap +0 -1320
  282. package/test/unit/api/daikin-api.test.ts +0 -442
  283. package/test/unit/api/daikin-cloud-repository.test.ts +0 -107
  284. package/test/unit/api/daikin-oauth.test.ts +0 -214
  285. package/test/unit/api/daikinCloud.test.ts +0 -12
  286. package/test/unit/api/token-storage.test.ts +0 -90
  287. package/test/unit/config/config-manager.test.ts +0 -271
  288. package/test/unit/device/daikin-device.test.ts +0 -73
  289. package/test/unit/services/hot-water-tank.service.test.ts +0 -123
  290. package/test/unit/utils/log-context.test.ts +0 -271
  291. package/test/unit/utils/update-mapper.test.ts +0 -404
@@ -1,845 +0,0 @@
1
- [
2
- {
3
- "deviceModel": "Altherma",
4
- "_id": "c07294f3-1202-41dd-a139-f5a466e6264e",
5
- "id": "c07294f3-1202-41dd-a139-f5a466e6264e",
6
- "isCloudConnectionUp": {
7
- "settable": false,
8
- "value": true
9
- },
10
- "embeddedId": "29300444-4258-4938-84aa-0296c100e13f",
11
- "managementPoints": [
12
- {
13
- "name": {
14
- "value": "My Gateway",
15
- "settable": false,
16
- "maxLength": 64
17
- },
18
- "ipAddress": {
19
- "settable": false,
20
- "value": "192.168.0.1"
21
- },
22
- "macAddress": {
23
- "settable": false,
24
- "value": "00:23:7e:f8:26:4e"
25
- },
26
- "firmwareVersion": {
27
- "settable": false,
28
- "value": "436CC038000"
29
- },
30
- "modelInfo": {
31
- "settable": false,
32
- "value": "BRP069A62"
33
- },
34
- "embeddedId": "0",
35
- "managementPointType": "gateway",
36
- "firmwareUpdateStatus": {
37
- "value": "in-progress",
38
- "settable": false,
39
- "values": [
40
- "in-progress",
41
- "succeeded"
42
- ]
43
- },
44
- "managementPointCategory": "secondary"
45
- },
46
- {
47
- "name": {
48
- "value": "My mock A2W HP",
49
- "settable": true,
50
- "maxLength": 64
51
- },
52
- "controlMode": {
53
- "value": "roomTemperature",
54
- "settable": false,
55
- "values": [
56
- "roomTemperature",
57
- "leavingWaterTemperature",
58
- "externalRoomTemperature"
59
- ]
60
- },
61
- "powerfulMode": {
62
- "value": "on",
63
- "settable": true,
64
- "values": [
65
- "on",
66
- "off"
67
- ]
68
- },
69
- "operationMode": {
70
- "value": "heating",
71
- "settable": true,
72
- "values": [
73
- "heating",
74
- "cooling",
75
- "auto"
76
- ]
77
- },
78
- "temperatureControl": {
79
- "ref": "#temperatureControl",
80
- "settable": true,
81
- "value": {
82
- "operationModes": {
83
- "cooling": {
84
- "setpoints": {
85
- "roomTemperature": {
86
- "minValue": 20,
87
- "value": 25,
88
- "settable": true,
89
- "maxValue": 30
90
- },
91
- "leavingWaterTemperature": {
92
- "minValue": 20,
93
- "value": 21,
94
- "settable": false,
95
- "maxValue": 30
96
- }
97
- }
98
- },
99
- "auto": {
100
- "setpoints": {
101
- "roomTemperature": {
102
- "minValue": 20,
103
- "value": 25,
104
- "settable": true,
105
- "maxValue": 30
106
- }
107
- }
108
- },
109
- "heating": {
110
- "setpoints": {
111
- "roomTemperature": {
112
- "minValue": 20,
113
- "value": 25,
114
- "settable": true,
115
- "maxValue": 30
116
- },
117
- "leavingWaterTemperature": {
118
- "minValue": 20,
119
- "value": 21,
120
- "settable": false,
121
- "maxValue": 30
122
- }
123
- }
124
- }
125
- }
126
- }
127
- },
128
- "schedule": {
129
- "ref": "#schedule",
130
- "settable": true,
131
- "value": {
132
- "nextAction": {
133
- "roomTemperature": 16,
134
- "operationMode": "cooling",
135
- "startTime": "10:10:00",
136
- "actionPeriod": "monday"
137
- },
138
- "modes": {
139
- "cooling": {
140
- "schedules": {
141
- "1": {
142
- "name": {
143
- "name": "name",
144
- "value": "althermaClimateControlCooling2",
145
- "settable": false
146
- },
147
- "meta": {
148
- "isReadOnly": true,
149
- "actionPeriods": [
150
- "monday",
151
- "tuesday",
152
- "wednesday",
153
- "thursday",
154
- "friday",
155
- "saturday",
156
- "sunday"
157
- ]
158
- },
159
- "actions": {
160
- "monday": {
161
- "12:10:00": {
162
- "roomTemperature": 14
163
- },
164
- "10:10:00": {
165
- "roomTemperature": 16
166
- },
167
- "20:40:00": {
168
- "roomTemperature": 16
169
- }
170
- },
171
- "tuesday": {
172
- "12:10:00": {
173
- "roomTemperature": 20
174
- }
175
- }
176
- }
177
- },
178
- "0": {
179
- "name": {
180
- "name": "name",
181
- "value": "althermaClimateControlCooling1",
182
- "settable": false
183
- },
184
- "meta": {
185
- "isReadOnly": true,
186
- "actionPeriods": [
187
- "monday",
188
- "tuesday",
189
- "wednesday",
190
- "thursday",
191
- "friday",
192
- "saturday",
193
- "sunday"
194
- ]
195
- },
196
- "actions": {
197
- "monday": {
198
- "12:10:00": {
199
- "roomTemperature": 14
200
- },
201
- "10:10:00": {
202
- "roomTemperature": 16
203
- },
204
- "20:40:00": {
205
- "roomTemperature": 16
206
- }
207
- },
208
- "tuesday": {
209
- "12:10:00": {
210
- "roomTemperature": 20
211
- }
212
- }
213
- }
214
- }
215
- },
216
- "meta": {
217
- "maxSchedules": 3,
218
- "maxActionsPerActionPeriod": 6,
219
- "consecutiveActionsAllowed": true,
220
- "actionTypes": {
221
- "roomTemperature": {
222
- "name": "roomTemperature",
223
- "settable": false,
224
- "stepValue": 1,
225
- "minValue": 5,
226
- "maxValue": 30
227
- }
228
- },
229
- "minIntervalBetweenActions": "00:10:00"
230
- },
231
- "currentSchedule": {
232
- "name": "currentSchedule",
233
- "value": "0",
234
- "settable": true,
235
- "values": [
236
- "0",
237
- "1"
238
- ]
239
- },
240
- "enabled": {
241
- "name": "enabled",
242
- "value": true,
243
- "settable": false
244
- }
245
- },
246
- "heating": {
247
- "schedules": {
248
- "2": {
249
- "name": {
250
- "name": "name",
251
- "value": "althermaClimateControl2",
252
- "settable": false
253
- },
254
- "meta": {
255
- "isReadOnly": true,
256
- "actionPeriods": [
257
- "monday",
258
- "tuesday",
259
- "wednesday",
260
- "thursday",
261
- "friday",
262
- "saturday",
263
- "sunday"
264
- ]
265
- },
266
- "actions": {
267
- "thursday": {
268
- "12:10:00": {
269
- "roomTemperature": 16
270
- }
271
- },
272
- "friday": {
273
- "12:10:00": {
274
- "roomTemperature": 16
275
- }
276
- },
277
- "wednesday": {
278
- "12:10:00": {
279
- "roomTemperature": 16
280
- },
281
- "10:10:00": {
282
- "roomTemperature": 16
283
- },
284
- "20:40:00": {
285
- "roomTemperature": 16
286
- }
287
- }
288
- }
289
- },
290
- "1": {
291
- "name": {
292
- "name": "name",
293
- "value": "althermaClimateControl1",
294
- "settable": false
295
- },
296
- "meta": {
297
- "isReadOnly": false,
298
- "actionPeriods": [
299
- "monday",
300
- "tuesday",
301
- "wednesday",
302
- "thursday",
303
- "friday",
304
- "saturday",
305
- "sunday"
306
- ]
307
- },
308
- "actions": {
309
- "monday": {
310
- "12:10:00": {
311
- "roomTemperature": 16
312
- },
313
- "10:10:00": {
314
- "roomTemperature": 16
315
- },
316
- "20:40:00": {
317
- "roomTemperature": 16
318
- }
319
- },
320
- "tuesday": {
321
- "12:10:00": {
322
- "roomTemperature": 16
323
- }
324
- }
325
- }
326
- },
327
- "0": {
328
- "name": {
329
- "name": "name",
330
- "value": "althermaClimateControl0",
331
- "settable": false
332
- },
333
- "meta": {
334
- "isReadOnly": false,
335
- "actionPeriods": [
336
- "monday",
337
- "tuesday",
338
- "wednesday",
339
- "thursday",
340
- "friday",
341
- "saturday",
342
- "sunday"
343
- ]
344
- },
345
- "actions": {
346
- "monday": {
347
- "10:10:00": {
348
- "roomTemperature": 16
349
- },
350
- "12:10:00": {
351
- "roomTemperature": 16
352
- }
353
- },
354
- "tuesday": {
355
- "12:10:00": {
356
- "roomTemperature": 16
357
- }
358
- }
359
- }
360
- }
361
- },
362
- "meta": {
363
- "maxSchedules": 3,
364
- "maxActionsPerActionPeriod": 6,
365
- "consecutiveActionsAllowed": true,
366
- "actionTypes": {
367
- "roomTemperature": {
368
- "name": "roomTemperature",
369
- "settable": false,
370
- "stepValue": 1,
371
- "minValue": 20,
372
- "maxValue": 30
373
- }
374
- },
375
- "minIntervalBetweenActions": "00:10:00"
376
- },
377
- "currentSchedule": {
378
- "name": "currentSchedule",
379
- "value": "0",
380
- "settable": true,
381
- "values": [
382
- "0",
383
- "1",
384
- "2"
385
- ]
386
- },
387
- "enabled": {
388
- "name": "enabled",
389
- "value": false,
390
- "settable": true
391
- }
392
- }
393
- },
394
- "currentMode": {
395
- "name": "currentMode",
396
- "value": "heating",
397
- "settable": true,
398
- "values": [
399
- "heating",
400
- "cooling"
401
- ]
402
- }
403
- }
404
- },
405
- "holidayMode": {
406
- "ref": "#holidayMode",
407
- "settable": true,
408
- "value": {
409
- "endDate": "2019-11-15",
410
- "enabled": true,
411
- "startDate": "2018-11-13"
412
- }
413
- },
414
- "managementPointSubType": "mainZone",
415
- "onOffMode": {
416
- "value": "on",
417
- "settable": true,
418
- "values": [
419
- "on",
420
- "off"
421
- ]
422
- },
423
- "sensoryData": {
424
- "ref": "#sensoryData",
425
- "settable": false,
426
- "value": {
427
- "roomTemperature": {
428
- "settable": false,
429
- "value": 20
430
- },
431
- "outdoorTemperature": {
432
- "settable": false,
433
- "value": 25
434
- },
435
- "leavingWaterTemperature": {
436
- "settable": false,
437
- "value": 12
438
- }
439
- }
440
- },
441
- "isPowerfulModeActive": {
442
- "settable": false,
443
- "value": true
444
- },
445
- "consumptionData": {
446
- "ref": "#consumptionData",
447
- "settable": false,
448
- "value": {
449
- "electrical": {
450
- "cooling": {
451
- "m": [
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
- null,
469
- null,
470
- null,
471
- null,
472
- null,
473
- null,
474
- null,
475
- 264
476
- ],
477
- "d": [
478
- null,
479
- null,
480
- null,
481
- 1,
482
- 2,
483
- 0,
484
- 2,
485
- 3,
486
- 0,
487
- 1,
488
- 1,
489
- 1,
490
- 1,
491
- 2,
492
- 1,
493
- 1,
494
- 2,
495
- 3,
496
- 1,
497
- 5,
498
- 7,
499
- 1,
500
- 2,
501
- null
502
- ],
503
- "w": [
504
- null,
505
- null,
506
- null,
507
- null,
508
- 100,
509
- 30,
510
- 130,
511
- null,
512
- null,
513
- null,
514
- null,
515
- 100,
516
- 30,
517
- 130
518
- ]
519
- },
520
- "unit": "kWh",
521
- "heating": {
522
- "m": [
523
- null,
524
- null,
525
- null,
526
- null,
527
- null,
528
- null,
529
- null,
530
- null,
531
- null,
532
- null,
533
- null,
534
- null,
535
- null,
536
- null,
537
- null,
538
- null,
539
- null,
540
- null,
541
- null,
542
- null,
543
- null,
544
- null,
545
- null,
546
- 264
547
- ],
548
- "d": [
549
- null,
550
- null,
551
- null,
552
- 1,
553
- 2,
554
- 0,
555
- 2,
556
- 3,
557
- 0,
558
- 1,
559
- 1,
560
- 1,
561
- 1,
562
- 2,
563
- 1,
564
- 1,
565
- 2,
566
- 3,
567
- 1,
568
- 5,
569
- 7,
570
- 1,
571
- 2,
572
- null
573
- ],
574
- "w": [
575
- null,
576
- null,
577
- null,
578
- null,
579
- 100,
580
- 30,
581
- 130,
582
- null,
583
- null,
584
- null,
585
- null,
586
- 100,
587
- 30,
588
- 130
589
- ]
590
- }
591
- }
592
- }
593
- },
594
- "setpointMode": {
595
- "value": "weatherDependent",
596
- "settable": false,
597
- "values": [
598
- "weatherDependent",
599
- "fixed",
600
- "weatherDependentHeatingFixedCooling"
601
- ]
602
- },
603
- "embeddedId": "1",
604
- "managementPointType": "climateControl",
605
- "isHolidayModeActive": {
606
- "settable": false,
607
- "value": true
608
- },
609
- "managementPointCategory": "primary"
610
- },
611
- {
612
- "name": {
613
- "value": "Tank",
614
- "settable": false,
615
- "maxLength": 63
616
- },
617
- "powerfulMode": {
618
- "value": "off",
619
- "settable": true,
620
- "values": [
621
- "off",
622
- "on"
623
- ]
624
- },
625
- "operationMode": {
626
- "value": "heating",
627
- "settable": false,
628
- "values": [
629
- "heating"
630
- ]
631
- },
632
- "temperatureControl": {
633
- "ref": "#temperatureControl",
634
- "settable": false,
635
- "value": {
636
- "operationModes": {
637
- "heating": {
638
- "setpoints": {
639
- "domesticHotWaterTemperature": {
640
- "settable": true,
641
- "stepValue": 1,
642
- "value": 45,
643
- "minValue": 30,
644
- "maxValue": 60
645
- }
646
- }
647
- }
648
- }
649
- }
650
- },
651
- "heatupMode": {
652
- "value": "reheatOnly",
653
- "settable": false,
654
- "values": [
655
- "reheatOnly",
656
- "reheatSchedule",
657
- "scheduleOnly"
658
- ]
659
- },
660
- "isInErrorState": {
661
- "settable": false,
662
- "value": false
663
- },
664
- "isInWarningState": {
665
- "settable": false,
666
- "value": false
667
- },
668
- "managementPointCategory": "primary",
669
- "isInInstallerState": {
670
- "settable": false,
671
- "value": false
672
- },
673
- "isInEmergencyState": {
674
- "settable": false,
675
- "value": false
676
- },
677
- "onOffMode": {
678
- "value": "off",
679
- "settable": true,
680
- "values": [
681
- "off",
682
- "on"
683
- ]
684
- },
685
- "sensoryData": {
686
- "ref": "#sensoryData",
687
- "settable": false,
688
- "value": {
689
- "tankTemperature": {
690
- "settable": false,
691
- "stepValue": 1,
692
- "value": 53,
693
- "minValue": -127,
694
- "maxValue": 127
695
- }
696
- }
697
- },
698
- "errorCode": {
699
- "value": "",
700
- "settable": false,
701
- "maxLength": 16
702
- },
703
- "consumptionData": {
704
- "requiresReboot": false,
705
- "ref": "#consumptionData",
706
- "settable": false,
707
- "value": {
708
- "electrical": {
709
- "heating": {
710
- "m": [
711
- null,
712
- null,
713
- null,
714
- null,
715
- null,
716
- null,
717
- null,
718
- null,
719
- null,
720
- null,
721
- null,
722
- null,
723
- null,
724
- 229,
725
- 0,
726
- 0,
727
- null,
728
- null,
729
- null,
730
- null,
731
- null,
732
- null,
733
- null,
734
- null
735
- ],
736
- "d": [
737
- 0,
738
- 0,
739
- 0,
740
- 0,
741
- 0,
742
- 0,
743
- 0,
744
- 0,
745
- 0,
746
- 0,
747
- 0,
748
- 0,
749
- null,
750
- null,
751
- null,
752
- null,
753
- null,
754
- null,
755
- null,
756
- null,
757
- null,
758
- null,
759
- null,
760
- null
761
- ],
762
- "w": [
763
- 0,
764
- 0,
765
- 0,
766
- 0,
767
- 0,
768
- 0,
769
- 0,
770
- 0,
771
- 0,
772
- 0,
773
- 0,
774
- 0,
775
- 0,
776
- null
777
- ]
778
- }
779
- }
780
- }
781
- },
782
- "setpointMode": {
783
- "value": "fixed",
784
- "settable": false,
785
- "values": [
786
- "fixed",
787
- "weatherDependent"
788
- ]
789
- },
790
- "embeddedId": "2",
791
- "managementPointType": "domesticHotWaterTank",
792
- "isHolidayModeActive": {
793
- "settable": false,
794
- "value": false
795
- },
796
- "isPowerfulModeActive": {
797
- "settable": false,
798
- "value": false
799
- }
800
- },
801
- {
802
- "modelInfo": {
803
- "settable": false,
804
- "value": "EHVH08S18CB3V"
805
- },
806
- "embeddedId": "3",
807
- "managementPointType": "indoorUnitHydro",
808
- "softwareVersion": {
809
- "settable": false,
810
- "value": "ID66F2"
811
- },
812
- "managementPointCategory": "secondary"
813
- },
814
- {
815
- "modelInfo": {
816
- "settable": false,
817
- "value": "EHVH08S18CB3V"
818
- },
819
- "embeddedId": "3",
820
- "managementPointType": "indoorUnitHydro",
821
- "softwareVersion": {
822
- "settable": false,
823
- "value": "ID66F2"
824
- },
825
- "managementPointCategory": "secondary"
826
- },
827
- {
828
- "embeddedId": "4",
829
- "managementPointType": "outdoorUnit",
830
- "softwareVersion": {
831
- "settable": false,
832
- "value": "ID0000"
833
- },
834
- "managementPointCategory": "secondary"
835
- },
836
- {
837
- "embeddedId": "5",
838
- "managementPointType": "userInterface",
839
- "managementPointCategory": "secondary"
840
- }
841
- ],
842
- "type": "heating",
843
- "timestamp": "2018-11-13T20:20:39.000Z"
844
- }
845
- ]