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