@pietrolubini/homebridge-ecoflow 1.5.1 → 1.6.0

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 (208) hide show
  1. package/.gitattributes +1 -0
  2. package/README.md +138 -11
  3. package/config.schema.json +45 -0
  4. package/dist/accessories/batteries/delta2/delta2AccessoryBase.js +3 -2
  5. package/dist/accessories/batteries/delta2/delta2AccessoryBase.js.map +1 -1
  6. package/dist/accessories/batteries/delta2/interfaces/delta2HttpApiContracts.d.ts +2 -1
  7. package/dist/accessories/batteries/delta2/services/delta2OutletServiceBase.d.ts +2 -2
  8. package/dist/accessories/batteries/delta2/services/delta2OutletServiceBase.js +2 -2
  9. package/dist/accessories/batteries/delta2/services/outletAcService.d.ts +1 -1
  10. package/dist/accessories/batteries/delta2/services/outletAcService.js +1 -1
  11. package/dist/accessories/batteries/delta2/services/outletAcService.js.map +1 -1
  12. package/dist/accessories/batteries/delta2/services/outletCarService.d.ts +1 -1
  13. package/dist/accessories/batteries/delta2/services/outletCarService.js +3 -3
  14. package/dist/accessories/batteries/delta2/services/outletCarService.js.map +1 -1
  15. package/dist/accessories/batteries/delta2/services/outletUsbService.d.ts +1 -1
  16. package/dist/accessories/batteries/delta2/services/outletUsbService.js +3 -3
  17. package/dist/accessories/batteries/delta2/services/outletUsbService.js.map +1 -1
  18. package/dist/accessories/batteries/delta2/services/switchXboostService.d.ts +3 -3
  19. package/dist/accessories/batteries/delta2/services/switchXboostService.js +4 -4
  20. package/dist/accessories/batteries/delta2/services/switchXboostService.js.map +1 -1
  21. package/dist/accessories/batteries/delta2/simulations/delta2Simulator.js +3 -2
  22. package/dist/accessories/batteries/delta2/simulations/delta2Simulator.js.map +1 -1
  23. package/dist/accessories/batteries/deltapro/deltaProAccessory.js +3 -2
  24. package/dist/accessories/batteries/deltapro/deltaProAccessory.js.map +1 -1
  25. package/dist/accessories/batteries/deltapro/interfaces/deltaProHttpApiContracts.d.ts +2 -1
  26. package/dist/accessories/batteries/deltapro/services/deltaProOutletServiceBase.d.ts +2 -2
  27. package/dist/accessories/batteries/deltapro/services/deltaProOutletServiceBase.js +2 -2
  28. package/dist/accessories/batteries/deltapro/services/outletAcService.d.ts +1 -1
  29. package/dist/accessories/batteries/deltapro/services/outletAcService.js +1 -1
  30. package/dist/accessories/batteries/deltapro/services/outletAcService.js.map +1 -1
  31. package/dist/accessories/batteries/deltapro/services/outletCarService.d.ts +1 -1
  32. package/dist/accessories/batteries/deltapro/services/outletCarService.js +3 -3
  33. package/dist/accessories/batteries/deltapro/services/outletCarService.js.map +1 -1
  34. package/dist/accessories/batteries/deltapro/services/outletUsbService.d.ts +1 -1
  35. package/dist/accessories/batteries/deltapro/services/outletUsbService.js +1 -1
  36. package/dist/accessories/batteries/deltapro/services/outletUsbService.js.map +1 -1
  37. package/dist/accessories/batteries/deltapro/services/switchXboostService.d.ts +3 -3
  38. package/dist/accessories/batteries/deltapro/services/switchXboostService.js +4 -4
  39. package/dist/accessories/batteries/deltapro/services/switchXboostService.js.map +1 -1
  40. package/dist/accessories/batteries/deltapro/simulations/deltaProSimulator.js +3 -2
  41. package/dist/accessories/batteries/deltapro/simulations/deltaProSimulator.js.map +1 -1
  42. package/dist/accessories/batteries/deltapro3/services/deltaPro3OutletServiceBase.d.ts +2 -2
  43. package/dist/accessories/batteries/deltapro3/services/deltaPro3OutletServiceBase.js +2 -2
  44. package/dist/accessories/batteries/deltapro3/services/outletAcHvService.d.ts +1 -1
  45. package/dist/accessories/batteries/deltapro3/services/outletAcHvService.js +1 -1
  46. package/dist/accessories/batteries/deltapro3/services/outletAcHvService.js.map +1 -1
  47. package/dist/accessories/batteries/deltapro3/services/outletAcLvService.d.ts +1 -1
  48. package/dist/accessories/batteries/deltapro3/services/outletAcLvService.js +1 -1
  49. package/dist/accessories/batteries/deltapro3/services/outletAcLvService.js.map +1 -1
  50. package/dist/accessories/batteries/deltapro3/services/outletDc12vService.d.ts +1 -1
  51. package/dist/accessories/batteries/deltapro3/services/outletDc12vService.js +1 -1
  52. package/dist/accessories/batteries/deltapro3/services/outletDc12vService.js.map +1 -1
  53. package/dist/accessories/batteries/deltapro3/services/switchXboostService.d.ts +3 -3
  54. package/dist/accessories/batteries/deltapro3/services/switchXboostService.js +4 -4
  55. package/dist/accessories/batteries/deltapro3/services/switchXboostService.js.map +1 -1
  56. package/dist/accessories/batteries/deltaproultra/services/deltaProUltraOutletServiceBase.d.ts +2 -2
  57. package/dist/accessories/batteries/deltaproultra/services/deltaProUltraOutletServiceBase.js +2 -2
  58. package/dist/accessories/batteries/deltaproultra/services/outletAcService.d.ts +1 -1
  59. package/dist/accessories/batteries/deltaproultra/services/outletAcService.js +1 -1
  60. package/dist/accessories/batteries/deltaproultra/services/outletAcService.js.map +1 -1
  61. package/dist/accessories/batteries/deltaproultra/services/outletUsbService.d.ts +1 -1
  62. package/dist/accessories/batteries/deltaproultra/services/outletUsbService.js +1 -1
  63. package/dist/accessories/batteries/deltaproultra/services/outletUsbService.js.map +1 -1
  64. package/dist/accessories/batteries/deltaproultra/services/switchXboostService.d.ts +3 -3
  65. package/dist/accessories/batteries/deltaproultra/services/switchXboostService.js +4 -4
  66. package/dist/accessories/batteries/deltaproultra/services/switchXboostService.js.map +1 -1
  67. package/dist/accessories/batteries/interfaces/batteryHttpApiContracts.d.ts +0 -4
  68. package/dist/accessories/batteries/interfaces/batteryHttpApiContracts.js +1 -6
  69. package/dist/accessories/batteries/interfaces/batteryHttpApiContracts.js.map +1 -1
  70. package/dist/accessories/ecoFlowAccessoryBase.d.ts +4 -1
  71. package/dist/accessories/ecoFlowAccessoryBase.js +27 -2
  72. package/dist/accessories/ecoFlowAccessoryBase.js.map +1 -1
  73. package/dist/accessories/glacier/glacierAccessory.d.ts +36 -0
  74. package/dist/accessories/glacier/glacierAccessory.js +207 -0
  75. package/dist/accessories/glacier/glacierAccessory.js.map +1 -0
  76. package/dist/accessories/glacier/interfaces/glacierHttpApiContracts.d.ts +64 -0
  77. package/dist/accessories/glacier/interfaces/glacierHttpApiContracts.js +36 -0
  78. package/dist/accessories/glacier/interfaces/glacierHttpApiContracts.js.map +1 -0
  79. package/dist/accessories/glacier/interfaces/glacierMqttApiContracts.d.ts +57 -0
  80. package/dist/accessories/glacier/interfaces/glacierMqttApiContracts.js +27 -0
  81. package/dist/accessories/glacier/interfaces/glacierMqttApiContracts.js.map +1 -0
  82. package/dist/accessories/glacier/services/glacierThermostatFridgeServiceBase.d.ts +11 -0
  83. package/dist/accessories/glacier/services/glacierThermostatFridgeServiceBase.js +30 -0
  84. package/dist/accessories/glacier/services/glacierThermostatFridgeServiceBase.js.map +1 -0
  85. package/dist/accessories/glacier/services/outletBatteryService.d.ts +8 -0
  86. package/dist/accessories/glacier/services/outletBatteryService.js +14 -0
  87. package/dist/accessories/glacier/services/outletBatteryService.js.map +1 -0
  88. package/dist/accessories/glacier/services/switchDetachIceService.d.ts +8 -0
  89. package/dist/accessories/glacier/services/switchDetachIceService.js +28 -0
  90. package/dist/accessories/glacier/services/switchDetachIceService.js.map +1 -0
  91. package/dist/accessories/glacier/services/switchEcoModeService.d.ts +9 -0
  92. package/dist/accessories/glacier/services/switchEcoModeService.js +30 -0
  93. package/dist/accessories/glacier/services/switchEcoModeService.js.map +1 -0
  94. package/dist/accessories/glacier/services/switchMakeIceService.d.ts +10 -0
  95. package/dist/accessories/glacier/services/switchMakeIceService.js +31 -0
  96. package/dist/accessories/glacier/services/switchMakeIceService.js.map +1 -0
  97. package/dist/accessories/glacier/services/switchMakeIceService.spec.d.ts +1 -0
  98. package/dist/accessories/glacier/services/thermostatFridgeDualLeftZoneService.d.ts +7 -0
  99. package/dist/accessories/glacier/services/thermostatFridgeDualLeftZoneService.js +15 -0
  100. package/dist/accessories/glacier/services/thermostatFridgeDualLeftZoneService.js.map +1 -0
  101. package/dist/accessories/glacier/services/thermostatFridgeDualLeftZoneService.spec.d.ts +1 -0
  102. package/dist/accessories/glacier/services/thermostatFridgeDualRightZoneService.d.ts +7 -0
  103. package/dist/accessories/glacier/services/thermostatFridgeDualRightZoneService.js +15 -0
  104. package/dist/accessories/glacier/services/thermostatFridgeDualRightZoneService.js.map +1 -0
  105. package/dist/accessories/glacier/services/thermostatFridgeDualRightZoneService.spec.d.ts +1 -0
  106. package/dist/accessories/glacier/services/thermostatFridgeSingleZoneService.d.ts +7 -0
  107. package/dist/accessories/glacier/services/thermostatFridgeSingleZoneService.js +15 -0
  108. package/dist/accessories/glacier/services/thermostatFridgeSingleZoneService.js.map +1 -0
  109. package/dist/accessories/glacier/services/thermostatFridgeSingleZoneService.spec.d.ts +1 -0
  110. package/dist/accessories/glacier/simulations/glacierSimulator.d.ts +6 -0
  111. package/dist/accessories/glacier/simulations/glacierSimulator.js +76 -0
  112. package/dist/accessories/glacier/simulations/glacierSimulator.js.map +1 -0
  113. package/dist/accessories/powerocean/interfaces/powerOceanHttpApiContracts.d.ts +7 -0
  114. package/dist/accessories/powerocean/interfaces/powerOceanHttpApiContracts.js +3 -0
  115. package/dist/accessories/powerocean/interfaces/powerOceanHttpApiContracts.js.map +1 -0
  116. package/dist/accessories/powerocean/interfaces/powerOceanMqttApiContracts.d.ts +5 -0
  117. package/dist/accessories/powerocean/interfaces/powerOceanMqttApiContracts.js +3 -0
  118. package/dist/accessories/powerocean/interfaces/powerOceanMqttApiContracts.js.map +1 -0
  119. package/dist/accessories/powerocean/powerOceanAccessory.d.ts +24 -0
  120. package/dist/accessories/powerocean/powerOceanAccessory.js +87 -0
  121. package/dist/accessories/powerocean/powerOceanAccessory.js.map +1 -0
  122. package/dist/accessories/powerocean/powerOceanAccessory.spec.d.ts +1 -0
  123. package/dist/accessories/powerocean/simulations/powerOceanSimulator.d.ts +5 -0
  124. package/dist/accessories/powerocean/simulations/powerOceanSimulator.js +23 -0
  125. package/dist/accessories/powerocean/simulations/powerOceanSimulator.js.map +1 -0
  126. package/dist/accessories/powerstream/interfaces/powerStreamHttpApiContracts.d.ts +1 -1
  127. package/dist/accessories/powerstream/powerStreamAccessory.js +6 -7
  128. package/dist/accessories/powerstream/powerStreamAccessory.js.map +1 -1
  129. package/dist/accessories/powerstream/simulations/powerStreamSimulator.js +2 -2
  130. package/dist/accessories/powerstream/simulations/powerStreamSimulator.js.map +1 -1
  131. package/dist/accessories/smartplug/interfaces/smartPlugMqttApiContracts.d.ts +2 -2
  132. package/dist/accessories/smartplug/services/outletService.d.ts +1 -1
  133. package/dist/accessories/smartplug/services/outletService.js +3 -3
  134. package/dist/accessories/smartplug/services/outletService.js.map +1 -1
  135. package/dist/apis/containers/mqttDevice.d.ts +2 -0
  136. package/dist/apis/containers/mqttDevice.js +7 -0
  137. package/dist/apis/containers/mqttDevice.js.map +1 -1
  138. package/dist/apis/ecoFlowMqttApiManager.d.ts +2 -0
  139. package/dist/apis/ecoFlowMqttApiManager.js +6 -0
  140. package/dist/apis/ecoFlowMqttApiManager.js.map +1 -1
  141. package/dist/apis/interfaces/mqttApiContracts.d.ts +11 -1
  142. package/dist/apis/interfaces/mqttApiContracts.js +1 -0
  143. package/dist/apis/interfaces/mqttApiContracts.js.map +1 -1
  144. package/dist/apis/simulations/mockMqttClient.d.ts +3 -1
  145. package/dist/apis/simulations/mockMqttClient.js +24 -5
  146. package/dist/apis/simulations/mockMqttClient.js.map +1 -1
  147. package/dist/apis/simulations/simulator.d.ts +3 -1
  148. package/dist/apis/simulations/simulator.js +15 -0
  149. package/dist/apis/simulations/simulator.js.map +1 -1
  150. package/dist/characteristics/characteristicContracts.d.ts +34 -0
  151. package/dist/characteristics/characteristicContracts.js +51 -0
  152. package/dist/characteristics/characteristicContracts.js.map +1 -0
  153. package/dist/config.d.ts +6 -1
  154. package/dist/config.js +2 -0
  155. package/dist/config.js.map +1 -1
  156. package/dist/homebridge-ui/public/index.html +1 -1
  157. package/dist/homebridge-ui/public/index.js +1 -1
  158. package/dist/platform.js +8 -0
  159. package/dist/platform.js.map +1 -1
  160. package/dist/services/contactSensorService.d.ts +10 -0
  161. package/dist/services/contactSensorService.js +24 -0
  162. package/dist/services/contactSensorService.js.map +1 -0
  163. package/dist/services/contactSensorService.spec.d.ts +1 -0
  164. package/dist/services/fanServiceBase.d.ts +3 -1
  165. package/dist/services/fanServiceBase.js +21 -15
  166. package/dist/services/fanServiceBase.js.map +1 -1
  167. package/dist/services/lightBulbServiceBase.d.ts +3 -1
  168. package/dist/services/lightBulbServiceBase.js +21 -15
  169. package/dist/services/lightBulbServiceBase.js.map +1 -1
  170. package/dist/services/{batteryOutletServiceBase.d.ts → outletBatteryServiceBase.d.ts} +1 -1
  171. package/dist/services/{batteryOutletServiceBase.js → outletBatteryServiceBase.js} +4 -4
  172. package/dist/services/{batteryOutletServiceBase.js.map → outletBatteryServiceBase.js.map} +1 -1
  173. package/dist/services/outletBatteryServiceBase.spec.d.ts +1 -0
  174. package/dist/services/outletReadOnlyService.d.ts +8 -0
  175. package/dist/{accessories/powerstream/services/outletService.js → services/outletReadOnlyService.js} +6 -6
  176. package/dist/services/outletReadOnlyService.js.map +1 -0
  177. package/dist/services/outletReadOnlyService.spec.d.ts +1 -0
  178. package/dist/services/outletServiceBase.d.ts +2 -1
  179. package/dist/services/outletServiceBase.js +8 -5
  180. package/dist/services/outletServiceBase.js.map +1 -1
  181. package/dist/services/serviceBase.d.ts +9 -0
  182. package/dist/services/serviceBase.js +32 -0
  183. package/dist/services/serviceBase.js.map +1 -1
  184. package/dist/services/switchServiceBase.d.ts +11 -0
  185. package/dist/services/switchServiceBase.js +29 -0
  186. package/dist/services/switchServiceBase.js.map +1 -0
  187. package/dist/services/switchServiceBase.spec.d.ts +1 -0
  188. package/dist/services/temperatureSensorService.d.ts +1 -1
  189. package/dist/services/temperatureSensorService.js +4 -3
  190. package/dist/services/temperatureSensorService.js.map +1 -1
  191. package/dist/services/thermostatFridgeServiceBase.d.ts +29 -0
  192. package/dist/services/thermostatFridgeServiceBase.js +115 -0
  193. package/dist/services/thermostatFridgeServiceBase.js.map +1 -0
  194. package/dist/services/thermostatFridgeServiceBase.spec.d.ts +1 -0
  195. package/junit.xml +1261 -747
  196. package/package.json +1 -1
  197. package/dist/accessories/powerstream/services/outletInvService.d.ts +0 -8
  198. package/dist/accessories/powerstream/services/outletInvService.js +0 -14
  199. package/dist/accessories/powerstream/services/outletInvService.js.map +0 -1
  200. package/dist/accessories/powerstream/services/outletService.d.ts +0 -9
  201. package/dist/accessories/powerstream/services/outletService.js.map +0 -1
  202. package/dist/services/switchXboostServiceBase.d.ts +0 -9
  203. package/dist/services/switchXboostServiceBase.js +0 -23
  204. package/dist/services/switchXboostServiceBase.js.map +0 -1
  205. /package/dist/accessories/{powerstream/services/outletInvService.spec.d.ts → glacier/glacierAccessory.spec.d.ts} +0 -0
  206. /package/dist/accessories/{powerstream/services/outletService.spec.d.ts → glacier/services/outletBatteryService.spec.d.ts} +0 -0
  207. /package/dist/{services/batteryOutletServiceBase.spec.d.ts → accessories/glacier/services/switchDetachIceService.spec.d.ts} +0 -0
  208. /package/dist/{services/switchXboostServiceBase.spec.d.ts → accessories/glacier/services/switchEcoModeService.spec.d.ts} +0 -0
package/junit.xml CHANGED
@@ -1,19 +1,397 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuites name="jest tests" tests="664" failures="0" errors="0" time="27.112">
3
- <testsuite name="DeltaProUltraAccessory" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:39:56" time="6.113" tests="45">
4
- <testcase classname="DeltaProUltraAccessory initialize should add required services when initializing accessory" name="DeltaProUltraAccessory initialize should add required services when initializing accessory" time="0.027">
2
+ <testsuites name="jest tests" tests="885" failures="0" errors="0" time="29.529">
3
+ <testsuite name="Delta2AccessoryBase" errors="0" failures="0" skipped="0" timestamp="2025-04-29T16:01:47" time="6.671" tests="47">
4
+ <testcase classname="Delta2AccessoryBase initialize should add required services when initializing accessory" name="Delta2AccessoryBase initialize should add required services when initializing accessory" time="0.021">
5
5
  </testcase>
6
- <testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus should update pd status in quota when PdStatus message is received" name="DeltaProUltraAccessory processQuotaMessage PdStatus should update pd status in quota when PdStatus message is received" time="0.009">
6
+ <testcase classname="Delta2AccessoryBase initialize should create OutletAcService with MPPT setModuleType when initializing accessory MPPT setModuleType" name="Delta2AccessoryBase initialize should create OutletAcService with MPPT setModuleType when initializing accessory MPPT setModuleType" time="0.01">
7
+ </testcase>
8
+ <testcase classname="Delta2AccessoryBase initialize should create SwitchXboostService with INV setModuleType when initializing accessory INV setModuleType" name="Delta2AccessoryBase initialize should create SwitchXboostService with INV setModuleType when initializing accessory INV setModuleType" time="0.008">
9
+ </testcase>
10
+ <testcase classname="Delta2AccessoryBase processQuotaMessage EmsStatus should update ems status in quota when EmsStatus message is received" name="Delta2AccessoryBase processQuotaMessage EmsStatus should update ems status in quota when EmsStatus message is received" time="0.016">
11
+ </testcase>
12
+ <testcase classname="Delta2AccessoryBase processQuotaMessage EmsStatus should update battery level when EmsStatus message is received with f32ShowSoc" name="Delta2AccessoryBase processQuotaMessage EmsStatus should update battery level when EmsStatus message is received with f32ShowSoc" time="0.008">
13
+ </testcase>
14
+ <testcase classname="Delta2AccessoryBase processQuotaMessage EmsStatus should not update any characteristic when EmsStatus message is received with undefined status" name="Delta2AccessoryBase processQuotaMessage EmsStatus should not update any characteristic when EmsStatus message is received with undefined status" time="0.008">
15
+ </testcase>
16
+ <testcase classname="Delta2AccessoryBase processQuotaMessage InvStatus should update inv status in quota when InvStatus message is received" name="Delta2AccessoryBase processQuotaMessage InvStatus should update inv status in quota when InvStatus message is received" time="0.014">
17
+ </testcase>
18
+ <testcase classname="Delta2AccessoryBase processQuotaMessage InvStatus should update charging state to true
19
+ when InvStatus message is received with non zero inputWatts and without outputWatts" name="Delta2AccessoryBase processQuotaMessage InvStatus should update charging state to true
20
+ when InvStatus message is received with non zero inputWatts and without outputWatts" time="0.01">
21
+ </testcase>
22
+ <testcase classname="Delta2AccessoryBase processQuotaMessage InvStatus should update charging state to true
23
+ when InvStatus message is received with non zero inputWatts and non equal to it outputWatts" name="Delta2AccessoryBase processQuotaMessage InvStatus should update charging state to true
24
+ when InvStatus message is received with non zero inputWatts and non equal to it outputWatts" time="0.027">
25
+ </testcase>
26
+ <testcase classname="Delta2AccessoryBase processQuotaMessage InvStatus should update charging state to false
27
+ when InvStatus message is received with zero inputWatts and non equal to it outputWatts" name="Delta2AccessoryBase processQuotaMessage InvStatus should update charging state to false
28
+ when InvStatus message is received with zero inputWatts and non equal to it outputWatts" time="0.007">
29
+ </testcase>
30
+ <testcase classname="Delta2AccessoryBase processQuotaMessage InvStatus should update charging state to false
31
+ when InvStatus message is received with zero inputWatts and outputWatts" name="Delta2AccessoryBase processQuotaMessage InvStatus should update charging state to false
32
+ when InvStatus message is received with zero inputWatts and outputWatts" time="0.008">
33
+ </testcase>
34
+ <testcase classname="Delta2AccessoryBase processQuotaMessage InvStatus should update AC, USB, CAR input consumptions when InvStatus message is received with inputWatts" name="Delta2AccessoryBase processQuotaMessage InvStatus should update AC, USB, CAR input consumptions when InvStatus message is received with inputWatts" time="0.008">
35
+ </testcase>
36
+ <testcase classname="Delta2AccessoryBase processQuotaMessage InvStatus should update AC state when InvStatus message is received with cfgAcEnabled" name="Delta2AccessoryBase processQuotaMessage InvStatus should update AC state when InvStatus message is received with cfgAcEnabled" time="0.007">
37
+ </testcase>
38
+ <testcase classname="Delta2AccessoryBase processQuotaMessage InvStatus should update X-Boost state when InvStatus message is received with cfgAcXboost" name="Delta2AccessoryBase processQuotaMessage InvStatus should update X-Boost state when InvStatus message is received with cfgAcXboost" time="0.023">
39
+ </testcase>
40
+ <testcase classname="Delta2AccessoryBase processQuotaMessage InvStatus should update AC output watts consumption when InvStatus message is received with outputWatts" name="Delta2AccessoryBase processQuotaMessage InvStatus should update AC output watts consumption when InvStatus message is received with outputWatts" time="0.004">
41
+ </testcase>
42
+ <testcase classname="Delta2AccessoryBase processQuotaMessage InvStatus should not update any characteristic when InvStatus message is received with undefined status" name="Delta2AccessoryBase processQuotaMessage InvStatus should not update any characteristic when InvStatus message is received with undefined status" time="0.006">
43
+ </testcase>
44
+ <testcase classname="Delta2AccessoryBase processQuotaMessage PdStatus should update pd status in quota when PdStatus message is received" name="Delta2AccessoryBase processQuotaMessage PdStatus should update pd status in quota when PdStatus message is received" time="0.009">
45
+ </testcase>
46
+ <testcase classname="Delta2AccessoryBase processQuotaMessage PdStatus should update CAR state when PdStatus message is received with carState" name="Delta2AccessoryBase processQuotaMessage PdStatus should update CAR state when PdStatus message is received with carState" time="0.016">
47
+ </testcase>
48
+ <testcase classname="Delta2AccessoryBase processQuotaMessage PdStatus should update CAR output consumption when PdStatus message is received with carWatts" name="Delta2AccessoryBase processQuotaMessage PdStatus should update CAR output consumption when PdStatus message is received with carWatts" time="0.005">
49
+ </testcase>
50
+ <testcase classname="Delta2AccessoryBase processQuotaMessage PdStatus should update USB state when PdStatus message is received with dcOutState" name="Delta2AccessoryBase processQuotaMessage PdStatus should update USB state when PdStatus message is received with dcOutState" time="0.005">
51
+ </testcase>
52
+ <testcase classname="Delta2AccessoryBase processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 usb1Watts" name="Delta2AccessoryBase processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 usb1Watts" time="0.003">
53
+ </testcase>
54
+ <testcase classname="Delta2AccessoryBase processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with usb1Watts" name="Delta2AccessoryBase processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with usb1Watts" time="0.003">
55
+ </testcase>
56
+ <testcase classname="Delta2AccessoryBase processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with usb2Watts" name="Delta2AccessoryBase processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with usb2Watts" time="0.011">
57
+ </testcase>
58
+ <testcase classname="Delta2AccessoryBase processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 usb2Watts" name="Delta2AccessoryBase processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 usb2Watts" time="0.003">
59
+ </testcase>
60
+ <testcase classname="Delta2AccessoryBase processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with qcUsb1Watts" name="Delta2AccessoryBase processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with qcUsb1Watts" time="0.004">
61
+ </testcase>
62
+ <testcase classname="Delta2AccessoryBase processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 qcUsb1Watts" name="Delta2AccessoryBase processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 qcUsb1Watts" time="0.005">
63
+ </testcase>
64
+ <testcase classname="Delta2AccessoryBase processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with qcUsb2Watts" name="Delta2AccessoryBase processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with qcUsb2Watts" time="0.005">
65
+ </testcase>
66
+ <testcase classname="Delta2AccessoryBase processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 qcUsb2Watts" name="Delta2AccessoryBase processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 qcUsb2Watts" time="0.015">
67
+ </testcase>
68
+ <testcase classname="Delta2AccessoryBase processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with typec1Watts" name="Delta2AccessoryBase processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with typec1Watts" time="0.003">
69
+ </testcase>
70
+ <testcase classname="Delta2AccessoryBase processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 typec1Watts" name="Delta2AccessoryBase processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 typec1Watts" time="0.003">
71
+ </testcase>
72
+ <testcase classname="Delta2AccessoryBase processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with typec2Watts" name="Delta2AccessoryBase processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with typec2Watts" time="0.003">
73
+ </testcase>
74
+ <testcase classname="Delta2AccessoryBase processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 typec2Watts" name="Delta2AccessoryBase processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 typec2Watts" time="0.003">
75
+ </testcase>
76
+ <testcase classname="Delta2AccessoryBase processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with all usb-related parameters" name="Delta2AccessoryBase processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with all usb-related parameters" time="0.019">
77
+ </testcase>
78
+ <testcase classname="Delta2AccessoryBase processQuotaMessage PdStatus should not update any characteristic when PdStatus message is received with undefined status" name="Delta2AccessoryBase processQuotaMessage PdStatus should not update any characteristic when PdStatus message is received with undefined status" time="0.003">
79
+ </testcase>
80
+ <testcase classname="Delta2AccessoryBase processQuotaMessage MpptStatus should update mppt status in quota when MpptStatus message is received" name="Delta2AccessoryBase processQuotaMessage MpptStatus should update mppt status in quota when MpptStatus message is received" time="0.008">
81
+ </testcase>
82
+ <testcase classname="Delta2AccessoryBase processQuotaMessage MpptStatus should update AC state when MpptStatus message is received with cfgAcEnabled" name="Delta2AccessoryBase processQuotaMessage MpptStatus should update AC state when MpptStatus message is received with cfgAcEnabled" time="0.003">
83
+ </testcase>
84
+ <testcase classname="Delta2AccessoryBase processQuotaMessage MpptStatus should update X-Boost state when MpptStatus message is received with cfgAcXboost" name="Delta2AccessoryBase processQuotaMessage MpptStatus should update X-Boost state when MpptStatus message is received with cfgAcXboost" time="0.015">
85
+ </testcase>
86
+ <testcase classname="Delta2AccessoryBase processQuotaMessage MpptStatus should not update any characteristic when MpptStatus message is received with undefined status" name="Delta2AccessoryBase processQuotaMessage MpptStatus should not update any characteristic when MpptStatus message is received with undefined status" time="0.004">
87
+ </testcase>
88
+ <testcase classname="Delta2AccessoryBase initializeDefaultValues should initialize quota when is called before initializeDefaultValues" name="Delta2AccessoryBase initializeDefaultValues should initialize quota when is called before initializeDefaultValues" time="0.004">
89
+ </testcase>
90
+ <testcase classname="Delta2AccessoryBase initializeDefaultValues EmsStatus should update BmsStatus-related characteristics when is requested" name="Delta2AccessoryBase initializeDefaultValues EmsStatus should update BmsStatus-related characteristics when is requested" time="0.005">
91
+ </testcase>
92
+ <testcase classname="Delta2AccessoryBase initializeDefaultValues EmsStatus should not update BmsStatus-related characteristics when is requested and quotas were not initialized properly for it" name="Delta2AccessoryBase initializeDefaultValues EmsStatus should not update BmsStatus-related characteristics when is requested and quotas were not initialized properly for it" time="0.004">
93
+ </testcase>
94
+ <testcase classname="Delta2AccessoryBase initializeDefaultValues InvStatus should update InvStatus-related characteristics when is requested" name="Delta2AccessoryBase initializeDefaultValues InvStatus should update InvStatus-related characteristics when is requested" time="0.015">
95
+ </testcase>
96
+ <testcase classname="Delta2AccessoryBase initializeDefaultValues InvStatus should update InvStatus-related characteristics when is requested and quotas were not initialized properly for it" name="Delta2AccessoryBase initializeDefaultValues InvStatus should update InvStatus-related characteristics when is requested and quotas were not initialized properly for it" time="0.005">
97
+ </testcase>
98
+ <testcase classname="Delta2AccessoryBase initializeDefaultValues PdStatus should update PdStatus-related characteristics when is requested" name="Delta2AccessoryBase initializeDefaultValues PdStatus should update PdStatus-related characteristics when is requested" time="0.005">
99
+ </testcase>
100
+ <testcase classname="Delta2AccessoryBase initializeDefaultValues PdStatus should update PdStatus-related characteristics when is requested and quotas were not initialized properly for it" name="Delta2AccessoryBase initializeDefaultValues PdStatus should update PdStatus-related characteristics when is requested and quotas were not initialized properly for it" time="0.005">
101
+ </testcase>
102
+ <testcase classname="Delta2AccessoryBase initializeDefaultValues MpptStatus should update MpptStatus-related characteristics when is requested" name="Delta2AccessoryBase initializeDefaultValues MpptStatus should update MpptStatus-related characteristics when is requested" time="0.018">
103
+ </testcase>
104
+ <testcase classname="Delta2AccessoryBase initializeDefaultValues MpptStatus should update MpptStatus-related characteristics when is requested and quotas were not initialized properly for it" name="Delta2AccessoryBase initializeDefaultValues MpptStatus should update MpptStatus-related characteristics when is requested and quotas were not initialized properly for it" time="0.005">
105
+ </testcase>
106
+ </testsuite>
107
+ <testsuite name="PowerStreamAccessory" errors="0" failures="0" skipped="0" timestamp="2025-04-29T16:01:47" time="6.817" tests="51">
108
+ <testcase classname="PowerStreamAccessory initialize should add required services when initializing accessory" name="PowerStreamAccessory initialize should add required services when initializing accessory" time="0.034">
109
+ </testcase>
110
+ <testcase classname="PowerStreamAccessory initialize outletServices additionalCharacteristics PV should initialize PV outlet service with additional characteristics when they are defined in config" name="PowerStreamAccessory initialize outletServices additionalCharacteristics PV should initialize PV outlet service with additional characteristics when they are defined in config" time="0.019">
111
+ </testcase>
112
+ <testcase classname="PowerStreamAccessory initialize outletServices additionalCharacteristics PV should initialize PV outlet service with additional characteristics when pv settings are not defined in config" name="PowerStreamAccessory initialize outletServices additionalCharacteristics PV should initialize PV outlet service with additional characteristics when pv settings are not defined in config" time="0.008">
113
+ </testcase>
114
+ <testcase classname="PowerStreamAccessory initialize outletServices additionalCharacteristics PV should initialize PV outlet service with additional characteristics
115
+ when powerStream settings are not defined in config" name="PowerStreamAccessory initialize outletServices additionalCharacteristics PV should initialize PV outlet service with additional characteristics
116
+ when powerStream settings are not defined in config" time="0.01">
117
+ </testcase>
118
+ <testcase classname="PowerStreamAccessory initialize outletServices additionalCharacteristics BAT should initialize BAT outlet service with additional characteristics when they are defined in config" name="PowerStreamAccessory initialize outletServices additionalCharacteristics BAT should initialize BAT outlet service with additional characteristics when they are defined in config" time="0.02">
119
+ </testcase>
120
+ <testcase classname="PowerStreamAccessory initialize outletServices additionalCharacteristics BAT should initialize BAT outlet service with additional characteristics when battery settings are not defined in config" name="PowerStreamAccessory initialize outletServices additionalCharacteristics BAT should initialize BAT outlet service with additional characteristics when battery settings are not defined in config" time="0.011">
121
+ </testcase>
122
+ <testcase classname="PowerStreamAccessory initialize outletServices additionalCharacteristics BAT should initialize BAT outlet service with additional characteristics
123
+ when powerStream settings are not defined in config" name="PowerStreamAccessory initialize outletServices additionalCharacteristics BAT should initialize BAT outlet service with additional characteristics
124
+ when powerStream settings are not defined in config" time="0.013">
125
+ </testcase>
126
+ <testcase classname="PowerStreamAccessory initialize outletServices additionalCharacteristics INV should initialize INV outlet service with additional characteristics when they are defined in config" name="PowerStreamAccessory initialize outletServices additionalCharacteristics INV should initialize INV outlet service with additional characteristics when they are defined in config" time="0.008">
127
+ </testcase>
128
+ <testcase classname="PowerStreamAccessory initialize outletServices additionalCharacteristics INV should initialize INV outlet service with additional characteristics when inverter settings are not defined in config" name="PowerStreamAccessory initialize outletServices additionalCharacteristics INV should initialize INV outlet service with additional characteristics when inverter settings are not defined in config" time="0.007">
129
+ </testcase>
130
+ <testcase classname="PowerStreamAccessory initialize outletServices additionalCharacteristics INV should initialize INV outlet service with additional characteristics
131
+ when powerStream settings are not defined in config" name="PowerStreamAccessory initialize outletServices additionalCharacteristics INV should initialize INV outlet service with additional characteristics
132
+ when powerStream settings are not defined in config" time="0.006">
133
+ </testcase>
134
+ <testcase classname="PowerStreamAccessory initialize indicatorService maxBrightness should initialize indicator service with permanent max brightness when it is created" name="PowerStreamAccessory initialize indicatorService maxBrightness should initialize indicator service with permanent max brightness when it is created" time="0.006">
135
+ </testcase>
136
+ <testcase classname="PowerStreamAccessory initialize powerDemandService maxPowerDemand should initialize indicator service with default max power demand when powerStream settings are not defined in config" name="PowerStreamAccessory initialize powerDemandService maxPowerDemand should initialize indicator service with default max power demand when powerStream settings are not defined in config" time="0.019">
137
+ </testcase>
138
+ <testcase classname="PowerStreamAccessory initialize powerDemandService maxPowerDemand should initialize indicator service with default max power demand
139
+ when powerStream.type settings are not defined in config" name="PowerStreamAccessory initialize powerDemandService maxPowerDemand should initialize indicator service with default max power demand
140
+ when powerStream.type settings are not defined in config" time="0.007">
141
+ </testcase>
142
+ <testcase classname="PowerStreamAccessory initialize powerDemandService maxPowerDemand should initialize indicator service with 6000 max power demand
143
+ when powerStream.type is 600W" name="PowerStreamAccessory initialize powerDemandService maxPowerDemand should initialize indicator service with 6000 max power demand
144
+ when powerStream.type is 600W" time="0.01">
145
+ </testcase>
146
+ <testcase classname="PowerStreamAccessory initialize powerDemandService maxPowerDemand should initialize indicator service with 8000 max power demand
147
+ when powerStream.type is 800W" name="PowerStreamAccessory initialize powerDemandService maxPowerDemand should initialize indicator service with 8000 max power demand
148
+ when powerStream.type is 800W" time="0.006">
149
+ </testcase>
150
+ <testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat should update heartbeat in quota when Hearbeat message is received" name="PowerStreamAccessory processQuotaMessage Hearbeat should update heartbeat in quota when Hearbeat message is received" time="0.024">
151
+ </testcase>
152
+ <testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateBatteryLevel should not update battery level when Hearbeat message is received with undefined status" name="PowerStreamAccessory processQuotaMessage Hearbeat updateBatteryLevel should not update battery level when Hearbeat message is received with undefined status" time="0.006">
153
+ </testcase>
154
+ <testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateBatteryLevel should not update battery level when Hearbeat message is received without batSoc" name="PowerStreamAccessory processQuotaMessage Hearbeat updateBatteryLevel should not update battery level when Hearbeat message is received without batSoc" time="0.004">
155
+ </testcase>
156
+ <testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateBatteryLevel should not update battery level when Hearbeat message is received without lowerLimit" name="PowerStreamAccessory processQuotaMessage Hearbeat updateBatteryLevel should not update battery level when Hearbeat message is received without lowerLimit" time="0.009">
157
+ </testcase>
158
+ <testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateBatteryLevel should update battery level when Hearbeat message is received with batSoc and lowerLimit" name="PowerStreamAccessory processQuotaMessage Hearbeat updateBatteryLevel should update battery level when Hearbeat message is received with batSoc and lowerLimit" time="0.025">
159
+ </testcase>
160
+ <testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption PV should not update PV Input and Output Consumption when Hearbeat message is received with undefined status" name="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption PV should not update PV Input and Output Consumption when Hearbeat message is received with undefined status" time="0.005">
161
+ </testcase>
162
+ <testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption PV should update PV Output Consumption when Hearbeat message is received with 0 pv1InputWatts" name="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption PV should update PV Output Consumption when Hearbeat message is received with 0 pv1InputWatts" time="0.004">
163
+ </testcase>
164
+ <testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption PV should update PV Output Consumption when Hearbeat message is received with pv1InputWatts" name="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption PV should update PV Output Consumption when Hearbeat message is received with pv1InputWatts" time="0.005">
165
+ </testcase>
166
+ <testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption PV should update PV Output Consumption when Hearbeat message is received with 0 pv2InputWatts" name="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption PV should update PV Output Consumption when Hearbeat message is received with 0 pv2InputWatts" time="0.005">
167
+ </testcase>
168
+ <testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption PV should update PV Output Consumption when Hearbeat message is received with pv2InputWatts" name="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption PV should update PV Output Consumption when Hearbeat message is received with pv2InputWatts" time="0.013">
169
+ </testcase>
170
+ <testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption PV should update PV Output Consumption when Hearbeat message is received with all pv-related parameters" name="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption PV should update PV Output Consumption when Hearbeat message is received with all pv-related parameters" time="0.005">
171
+ </testcase>
172
+ <testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption BAT should not update BAT Input and Output Consumption when Hearbeat message is received with undefined status" name="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption BAT should not update BAT Input and Output Consumption when Hearbeat message is received with undefined status" time="0.004">
173
+ </testcase>
174
+ <testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption BAT should update BAT Output Consumption when Hearbeat message is received with positive batInputWatts" name="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption BAT should update BAT Output Consumption when Hearbeat message is received with positive batInputWatts" time="0.006">
175
+ </testcase>
176
+ <testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption BAT should update BAT Input and Output Consumption when Hearbeat message is received with zero batInputWatts" name="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption BAT should update BAT Input and Output Consumption when Hearbeat message is received with zero batInputWatts" time="0.029">
177
+ </testcase>
178
+ <testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption BAT should update BAT Input Consumption when Hearbeat message is received with negative batInputWatts" name="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption BAT should update BAT Input Consumption when Hearbeat message is received with negative batInputWatts" time="0.011">
179
+ </testcase>
180
+ <testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption INV should not update INV Input and Output Consumption when Hearbeat message is received with undefined status" name="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption INV should not update INV Input and Output Consumption when Hearbeat message is received with undefined status" time="0.013">
181
+ </testcase>
182
+ <testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption INV should update INV Output Consumption when Hearbeat message is received with positive invOutputWatts" name="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption INV should update INV Output Consumption when Hearbeat message is received with positive invOutputWatts" time="0.005">
183
+ </testcase>
184
+ <testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption INV should update INV Input and Output Consumption when Hearbeat message is received with zero invOutputWatts" name="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption INV should update INV Input and Output Consumption when Hearbeat message is received with zero invOutputWatts" time="0.005">
185
+ </testcase>
186
+ <testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption INV should update INV Input Consumption when Hearbeat message is received with negative invOutputWatts" name="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption INV should update INV Input Consumption when Hearbeat message is received with negative invOutputWatts" time="0.018">
187
+ </testcase>
188
+ <testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption INV should update INV State when Hearbeat message is received with invOnOff set to true" name="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption INV should update INV State when Hearbeat message is received with invOnOff set to true" time="0.007">
189
+ </testcase>
190
+ <testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption INV should update INV brightness when Hearbeat message is received with invBrightness" name="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption INV should update INV brightness when Hearbeat message is received with invBrightness" time="0.006">
191
+ </testcase>
192
+ <testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption INV should update INV power demand when Hearbeat message is received with permanentWatts" name="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption INV should update INV power demand when Hearbeat message is received with permanentWatts" time="0.006">
193
+ </testcase>
194
+ <testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption INV should update INV power demand when Hearbeat message is received with permanentWatts equal to 0" name="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption INV should update INV power demand when Hearbeat message is received with permanentWatts equal to 0" time="0.014">
195
+ </testcase>
196
+ <testcase classname="PowerStreamAccessory initializeDefaultValues should initialize quota when is called before initializeDefaultValues" name="PowerStreamAccessory initializeDefaultValues should initialize quota when is called before initializeDefaultValues" time="0.008">
197
+ </testcase>
198
+ <testcase classname="PowerStreamAccessory initializeDefaultValues updateBatteryLevel should update battery level-related characteristics when initializing default values" name="PowerStreamAccessory initializeDefaultValues updateBatteryLevel should update battery level-related characteristics when initializing default values" time="0.006">
199
+ </testcase>
200
+ <testcase classname="PowerStreamAccessory initializeDefaultValues updateBatteryLevel should update battery level-related characteristics
201
+ when initializing default values with quotas were not initialized properly for it" name="PowerStreamAccessory initializeDefaultValues updateBatteryLevel should update battery level-related characteristics
202
+ when initializing default values with quotas were not initialized properly for it" time="0.006">
203
+ </testcase>
204
+ <testcase classname="PowerStreamAccessory initializeDefaultValues updateConsumption PV should update PV consumption-related characteristics when initializing default values" name="PowerStreamAccessory initializeDefaultValues updateConsumption PV should update PV consumption-related characteristics when initializing default values" time="0.005">
205
+ </testcase>
206
+ <testcase classname="PowerStreamAccessory initializeDefaultValues updateConsumption PV should update PV consumption-related characteristics
207
+ when initializing default values with quotas were not initialized properly for it" name="PowerStreamAccessory initializeDefaultValues updateConsumption PV should update PV consumption-related characteristics
208
+ when initializing default values with quotas were not initialized properly for it" time="0.018">
209
+ </testcase>
210
+ <testcase classname="PowerStreamAccessory initializeDefaultValues updateConsumption BAT should update BAT consumption-related characteristics when initializing default values" name="PowerStreamAccessory initializeDefaultValues updateConsumption BAT should update BAT consumption-related characteristics when initializing default values" time="0.005">
211
+ </testcase>
212
+ <testcase classname="PowerStreamAccessory initializeDefaultValues updateConsumption BAT should update BAT consumption-related characteristics
213
+ when initializing default values with quotas were not initialized properly for it" name="PowerStreamAccessory initializeDefaultValues updateConsumption BAT should update BAT consumption-related characteristics
214
+ when initializing default values with quotas were not initialized properly for it" time="0.004">
215
+ </testcase>
216
+ <testcase classname="PowerStreamAccessory initializeDefaultValues updateConsumption INV should update INV consumption-related characteristics when initializing default values" name="PowerStreamAccessory initializeDefaultValues updateConsumption INV should update INV consumption-related characteristics when initializing default values" time="0.005">
217
+ </testcase>
218
+ <testcase classname="PowerStreamAccessory initializeDefaultValues updateConsumption INV should update INV consumption-related characteristics
219
+ when initializing default values with quotas were not initialized properly for it" name="PowerStreamAccessory initializeDefaultValues updateConsumption INV should update INV consumption-related characteristics
220
+ when initializing default values with quotas were not initialized properly for it" time="0.002">
221
+ </testcase>
222
+ <testcase classname="PowerStreamAccessory initializeDefaultValues updateBrightness INV should update INV brightness-related characteristics when initializing default values" name="PowerStreamAccessory initializeDefaultValues updateBrightness INV should update INV brightness-related characteristics when initializing default values" time="0.014">
223
+ </testcase>
224
+ <testcase classname="PowerStreamAccessory initializeDefaultValues updateBrightness INV should update INV brightness-related characteristics
225
+ when initializing default values with quotas were not initialized properly for it" name="PowerStreamAccessory initializeDefaultValues updateBrightness INV should update INV brightness-related characteristics
226
+ when initializing default values with quotas were not initialized properly for it" time="0.004">
227
+ </testcase>
228
+ <testcase classname="PowerStreamAccessory initializeDefaultValues updatePowerDemand INV should update INV brightness-related characteristics when initializing default values" name="PowerStreamAccessory initializeDefaultValues updatePowerDemand INV should update INV brightness-related characteristics when initializing default values" time="0.005">
229
+ </testcase>
230
+ <testcase classname="PowerStreamAccessory initializeDefaultValues updatePowerDemand INV should update INV power demand-related characteristics
231
+ when initializing default values with quotas were not initialized properly for it" name="PowerStreamAccessory initializeDefaultValues updatePowerDemand INV should update INV power demand-related characteristics
232
+ when initializing default values with quotas were not initialized properly for it" time="0.004">
233
+ </testcase>
234
+ </testsuite>
235
+ <testsuite name="GlacierAccessory" errors="0" failures="0" skipped="0" timestamp="2025-04-29T16:01:47" time="7.789" tests="54">
236
+ <testcase classname="GlacierAccessory initialize should add required services when initializing accessory" name="GlacierAccessory initialize should add required services when initializing accessory" time="0.037">
237
+ </testcase>
238
+ <testcase classname="GlacierAccessory initialize contactSensorService serviceSubName should initialize contact sensor service with permanent name when it is created" name="GlacierAccessory initialize contactSensorService serviceSubName should initialize contact sensor service with permanent name when it is created" time="0.016">
239
+ </testcase>
240
+ <testcase classname="GlacierAccessory processQuotaMessage updateEmsStatus should update ems status in quota when EmsStatus message is received" name="GlacierAccessory processQuotaMessage updateEmsStatus should update ems status in quota when EmsStatus message is received" time="0.02">
241
+ </testcase>
242
+ <testcase classname="GlacierAccessory processQuotaMessage updateEmsStatus should update battery level when EmsStatus message is received with lcdSoc" name="GlacierAccessory processQuotaMessage updateEmsStatus should update battery level when EmsStatus message is received with lcdSoc" time="0.009">
243
+ </testcase>
244
+ <testcase classname="GlacierAccessory processQuotaMessage updateEmsStatus should not update any characteristic when EmsStatus message is received with undefined status" name="GlacierAccessory processQuotaMessage updateEmsStatus should not update any characteristic when EmsStatus message is received with undefined status" time="0.009">
245
+ </testcase>
246
+ <testcase classname="GlacierAccessory processQuotaMessage updateBmsStatus should update bams status in quota when BmsStatus message is received" name="GlacierAccessory processQuotaMessage updateBmsStatus should update bams status in quota when BmsStatus message is received" time="0.026">
247
+ </testcase>
248
+ <testcase classname="GlacierAccessory processQuotaMessage updateBmsStatus should update charging state to true
249
+ when BmsStatus message is received with non zero inWatts and without outWatts" name="GlacierAccessory processQuotaMessage updateBmsStatus should update charging state to true
250
+ when BmsStatus message is received with non zero inWatts and without outWatts" time="0.008">
251
+ </testcase>
252
+ <testcase classname="GlacierAccessory processQuotaMessage updateBmsStatus should update charging state to true
253
+ when BmsStatus message is received with non zero inWatts and non equal to it outWatts" name="GlacierAccessory processQuotaMessage updateBmsStatus should update charging state to true
254
+ when BmsStatus message is received with non zero inWatts and non equal to it outWatts" time="0.007">
255
+ </testcase>
256
+ <testcase classname="GlacierAccessory processQuotaMessage updateBmsStatus should update charging state to false
257
+ when BmsStatus message is received with zero inWatts and non equal to it outWatts" name="GlacierAccessory processQuotaMessage updateBmsStatus should update charging state to false
258
+ when BmsStatus message is received with zero inWatts and non equal to it outWatts" time="0.021">
259
+ </testcase>
260
+ <testcase classname="GlacierAccessory processQuotaMessage updateBmsStatus should update charging state to false
261
+ when BmsStatus message is received with zero inWatts and outWatts" name="GlacierAccessory processQuotaMessage updateBmsStatus should update charging state to false
262
+ when BmsStatus message is received with zero inWatts and outWatts" time="0.012">
263
+ </testcase>
264
+ <testcase classname="GlacierAccessory processQuotaMessage updateBmsStatus should update battery outlet input consumptions when BmsStatus message is received with inWatts" name="GlacierAccessory processQuotaMessage updateBmsStatus should update battery outlet input consumptions when BmsStatus message is received with inWatts" time="0.005">
265
+ </testcase>
266
+ <testcase classname="GlacierAccessory processQuotaMessage updateBmsStatus should update battery outlet output watts consumption when BmsStatus message is received with outWatts" name="GlacierAccessory processQuotaMessage updateBmsStatus should update battery outlet output watts consumption when BmsStatus message is received with outWatts" time="0.016">
267
+ </testcase>
268
+ <testcase classname="GlacierAccessory processQuotaMessage updateBmsStatus should not update any characteristic when BmsStatus message is received with undefined status" name="GlacierAccessory processQuotaMessage updateBmsStatus should not update any characteristic when BmsStatus message is received with undefined status" time="0.008">
269
+ </testcase>
270
+ <testcase classname="GlacierAccessory processQuotaMessage updatePdValues should update pd status in quota when PdStatus message is received" name="GlacierAccessory processQuotaMessage updatePdValues should update pd status in quota when PdStatus message is received" time="0.009">
271
+ </testcase>
272
+ <testcase classname="GlacierAccessory processQuotaMessage updatePdValues should not update any characteristic when PdStatus message is received with undefined status" name="GlacierAccessory processQuotaMessage updatePdValues should not update any characteristic when PdStatus message is received with undefined status" time="0.015">
273
+ </testcase>
274
+ <testcase classname="GlacierAccessory processQuotaMessage updatePdValues updateFridgeZonesValues Should update target state to On when PdStatus message is received with pwrState equal to On" name="GlacierAccessory processQuotaMessage updatePdValues updateFridgeZonesValues Should update target state to On when PdStatus message is received with pwrState equal to On" time="0.009">
275
+ </testcase>
276
+ <testcase classname="GlacierAccessory processQuotaMessage updatePdValues updateFridgeZonesValues Should update target state to Off when PdStatus message is received with pwrState equal to Off" name="GlacierAccessory processQuotaMessage updatePdValues updateFridgeZonesValues Should update target state to Off when PdStatus message is received with pwrState equal to Off" time="0.031">
277
+ </testcase>
278
+ <testcase classname="GlacierAccessory processQuotaMessage updatePdValues updateFridgeZonesValues Should activate dual zone services when PdStatus message is received with flagTwoZone equal to Dual" name="GlacierAccessory processQuotaMessage updatePdValues updateFridgeZonesValues Should activate dual zone services when PdStatus message is received with flagTwoZone equal to Dual" time="0.016">
279
+ </testcase>
280
+ <testcase classname="GlacierAccessory processQuotaMessage updatePdValues updateFridgeZonesValues Should activate single zone service when PdStatus message is received with flagTwoZone equal to Single" name="GlacierAccessory processQuotaMessage updatePdValues updateFridgeZonesValues Should activate single zone service when PdStatus message is received with flagTwoZone equal to Single" time="0.022">
281
+ </testcase>
282
+ <testcase classname="GlacierAccessory processQuotaMessage updatePdValues updateFridgeZonesValues Should update current temperature of dual left zone service when PdStatus message is received with tmpL" name="GlacierAccessory processQuotaMessage updatePdValues updateFridgeZonesValues Should update current temperature of dual left zone service when PdStatus message is received with tmpL" time="0.054">
283
+ </testcase>
284
+ <testcase classname="GlacierAccessory processQuotaMessage updatePdValues updateFridgeZonesValues Should update current temperature of dual right zone service when PdStatus message is received with tmpR" name="GlacierAccessory processQuotaMessage updatePdValues updateFridgeZonesValues Should update current temperature of dual right zone service when PdStatus message is received with tmpR" time="0.008">
285
+ </testcase>
286
+ <testcase classname="GlacierAccessory processQuotaMessage updatePdValues updateFridgeZonesValues Should update current temperature of single zone service when PdStatus message is received with tmpAver" name="GlacierAccessory processQuotaMessage updatePdValues updateFridgeZonesValues Should update current temperature of single zone service when PdStatus message is received with tmpAver" time="0.016">
287
+ </testcase>
288
+ <testcase classname="GlacierAccessory processQuotaMessage updatePdValues updateFridgeZonesValues Should update target temperature of dual left zone service when PdStatus message is received with tmpLSet" name="GlacierAccessory processQuotaMessage updatePdValues updateFridgeZonesValues Should update target temperature of dual left zone service when PdStatus message is received with tmpLSet" time="0.015">
289
+ </testcase>
290
+ <testcase classname="GlacierAccessory processQuotaMessage updatePdValues updateFridgeZonesValues Should update target temperature of dual right zone service when PdStatus message is received with tmpRSet" name="GlacierAccessory processQuotaMessage updatePdValues updateFridgeZonesValues Should update target temperature of dual right zone service when PdStatus message is received with tmpRSet" time="0.009">
291
+ </testcase>
292
+ <testcase classname="GlacierAccessory processQuotaMessage updatePdValues updateFridgeZonesValues Should update target temperature of single zone service when PdStatus message is received with tmpMSet" name="GlacierAccessory processQuotaMessage updatePdValues updateFridgeZonesValues Should update target temperature of single zone service when PdStatus message is received with tmpMSet" time="0.03">
293
+ </testcase>
294
+ <testcase classname="GlacierAccessory processQuotaMessage updatePdValues updateStateValues Should update ECO mode to true when PdStatus message is received with coolMode equal to Eco" name="GlacierAccessory processQuotaMessage updatePdValues updateStateValues Should update ECO mode to true when PdStatus message is received with coolMode equal to Eco" time="0.017">
295
+ </testcase>
296
+ <testcase classname="GlacierAccessory processQuotaMessage updatePdValues updateStateValues Should update ECO mode to false when PdStatus message is received with coolMode equal to Normal" name="GlacierAccessory processQuotaMessage updatePdValues updateStateValues Should update ECO mode to false when PdStatus message is received with coolMode equal to Normal" time="0.008">
297
+ </testcase>
298
+ <testcase classname="GlacierAccessory processQuotaMessage updatePdValues updateStateValues Should update door status to true when PdStatus message is received with doorStat equal to Closed" name="GlacierAccessory processQuotaMessage updatePdValues updateStateValues Should update door status to true when PdStatus message is received with doorStat equal to Closed" time="0.028">
299
+ </testcase>
300
+ <testcase classname="GlacierAccessory processQuotaMessage updatePdValues updateStateValues Should update door status to false when PdStatus message is received with doorStat equal to Opened" name="GlacierAccessory processQuotaMessage updatePdValues updateStateValues Should update door status to false when PdStatus message is received with doorStat equal to Opened" time="0.022">
301
+ </testcase>
302
+ <testcase classname="GlacierAccessory processQuotaMessage updatePdValues updateIceMakingValues Should leave enabled Make Small Ice Cubes service
303
+ when PdStatus message is received with iceMkMode equal to SmallInPreparation" name="GlacierAccessory processQuotaMessage updatePdValues updateIceMakingValues Should leave enabled Make Small Ice Cubes service
304
+ when PdStatus message is received with iceMkMode equal to SmallInPreparation" time="0.026">
305
+ </testcase>
306
+ <testcase classname="GlacierAccessory processQuotaMessage updatePdValues updateIceMakingValues Should leave enabled Make Small Ice Cubes service
307
+ when PdStatus message is received with iceMkMode equal to SmallInProgress" name="GlacierAccessory processQuotaMessage updatePdValues updateIceMakingValues Should leave enabled Make Small Ice Cubes service
308
+ when PdStatus message is received with iceMkMode equal to SmallInProgress" time="0.05">
309
+ </testcase>
310
+ <testcase classname="GlacierAccessory processQuotaMessage updatePdValues updateIceMakingValues Should leave enabled Make Large Ice Cubes service
311
+ when PdStatus message is received with iceMkMode equal to LargeInPreparation" name="GlacierAccessory processQuotaMessage updatePdValues updateIceMakingValues Should leave enabled Make Large Ice Cubes service
312
+ when PdStatus message is received with iceMkMode equal to LargeInPreparation" time="0.012">
313
+ </testcase>
314
+ <testcase classname="GlacierAccessory processQuotaMessage updatePdValues updateIceMakingValues Should leave enabled Make Large Ice Cubes service
315
+ when PdStatus message is received with iceMkMode equal to LargeInProgress" name="GlacierAccessory processQuotaMessage updatePdValues updateIceMakingValues Should leave enabled Make Large Ice Cubes service
316
+ when PdStatus message is received with iceMkMode equal to LargeInProgress" time="0.008">
317
+ </testcase>
318
+ <testcase classname="GlacierAccessory processQuotaMessage updatePdValues updateIceMakingValues Should set active Make Small Ice Cubes service
319
+ when PdStatus message is received with iceMkMode equal to SmallInPreparation" name="GlacierAccessory processQuotaMessage updatePdValues updateIceMakingValues Should set active Make Small Ice Cubes service
320
+ when PdStatus message is received with iceMkMode equal to SmallInPreparation" time="0.03">
321
+ </testcase>
322
+ <testcase classname="GlacierAccessory processQuotaMessage updatePdValues updateIceMakingValues Should set active Make Small Ice Cubes service
323
+ when PdStatus message is received with iceMkMode equal to SmallInProgress" name="GlacierAccessory processQuotaMessage updatePdValues updateIceMakingValues Should set active Make Small Ice Cubes service
324
+ when PdStatus message is received with iceMkMode equal to SmallInProgress" time="0.012">
325
+ </testcase>
326
+ <testcase classname="GlacierAccessory processQuotaMessage updatePdValues updateIceMakingValues Should set active Make Large Ice Cubes service
327
+ when PdStatus message is received with iceMkMode equal to LargeInPreparation" name="GlacierAccessory processQuotaMessage updatePdValues updateIceMakingValues Should set active Make Large Ice Cubes service
328
+ when PdStatus message is received with iceMkMode equal to LargeInPreparation" time="0.008">
329
+ </testcase>
330
+ <testcase classname="GlacierAccessory processQuotaMessage updatePdValues updateIceMakingValues Should set active Make Large Ice Cubes service
331
+ when PdStatus message is received with iceMkMode equal to LargeInProgress" name="GlacierAccessory processQuotaMessage updatePdValues updateIceMakingValues Should set active Make Large Ice Cubes service
332
+ when PdStatus message is received with iceMkMode equal to LargeInProgress" time="0.007">
333
+ </testcase>
334
+ <testcase classname="GlacierAccessory processQuotaMessage updatePdValues updateIceMakingValues Should enable Make Small and Large Ice Cubes services
335
+ when PdStatus message is received with icePercent equal to 100" name="GlacierAccessory processQuotaMessage updatePdValues updateIceMakingValues Should enable Make Small and Large Ice Cubes services
336
+ when PdStatus message is received with icePercent equal to 100" time="0.009">
337
+ </testcase>
338
+ <testcase classname="GlacierAccessory processQuotaMessage updatePdValues updateIceMakingValues Should not enable Make Small and Large Ice Cubes services
339
+ when PdStatus message is received with icePercent that is not equal to 100" name="GlacierAccessory processQuotaMessage updatePdValues updateIceMakingValues Should not enable Make Small and Large Ice Cubes services
340
+ when PdStatus message is received with icePercent that is not equal to 100" time="0.038">
341
+ </testcase>
342
+ <testcase classname="GlacierAccessory processQuotaMessage updatePdValues updateIceMakingValues Should leave enabled Detach Ice service
343
+ when PdStatus message is received with fsmState equal to InProgress" name="GlacierAccessory processQuotaMessage updatePdValues updateIceMakingValues Should leave enabled Detach Ice service
344
+ when PdStatus message is received with fsmState equal to InProgress" time="0.051">
345
+ </testcase>
346
+ <testcase classname="GlacierAccessory processQuotaMessage updatePdValues updateIceMakingValues Should enabled Detach Ice and Make Ice services
347
+ when PdStatus message is received with fsmState equal to Completed" name="GlacierAccessory processQuotaMessage updatePdValues updateIceMakingValues Should enabled Detach Ice and Make Ice services
348
+ when PdStatus message is received with fsmState equal to Completed" time="0.056">
349
+ </testcase>
350
+ <testcase classname="GlacierAccessory processQuotaMessage updatePdValues updateIceMakingValues Should set active Detach Ice service
351
+ when PdStatus message is received with fsmState equal to InProgress" name="GlacierAccessory processQuotaMessage updatePdValues updateIceMakingValues Should set active Detach Ice service
352
+ when PdStatus message is received with fsmState equal to InProgress" time="0.056">
353
+ </testcase>
354
+ <testcase classname="GlacierAccessory processQuotaMessage updatePdValues updateIceMakingValues Should set deactivate Detach Ice service
355
+ when PdStatus message is received with fsmState equal to Completed" name="GlacierAccessory processQuotaMessage updatePdValues updateIceMakingValues Should set deactivate Detach Ice service
356
+ when PdStatus message is received with fsmState equal to Completed" time="0.027">
357
+ </testcase>
358
+ <testcase classname="GlacierAccessory initializeQuota should initialize quota when is called before initializeDefaultValues" name="GlacierAccessory initializeQuota should initialize quota when is called before initializeDefaultValues" time="0.03">
359
+ </testcase>
360
+ <testcase classname="GlacierAccessory initializeQuota updateEmsValues should update EmsStatus-related characteristics when is requested" name="GlacierAccessory initializeQuota updateEmsValues should update EmsStatus-related characteristics when is requested" time="0.017">
361
+ </testcase>
362
+ <testcase classname="GlacierAccessory initializeQuota updateEmsValues should not update EmsStatus-related characteristics when is requested and quotas were not initialized properly for it" name="GlacierAccessory initializeQuota updateEmsValues should not update EmsStatus-related characteristics when is requested and quotas were not initialized properly for it" time="0.016">
363
+ </testcase>
364
+ <testcase classname="GlacierAccessory initializeQuota updateBmsValues should update BmsStatus-related characteristics when is requested" name="GlacierAccessory initializeQuota updateBmsValues should update BmsStatus-related characteristics when is requested" time="0.007">
365
+ </testcase>
366
+ <testcase classname="GlacierAccessory initializeQuota updateBmsValues should not update BmsStatus-related characteristics when is requested and quotas were not initialized properly for it" name="GlacierAccessory initializeQuota updateBmsValues should not update BmsStatus-related characteristics when is requested and quotas were not initialized properly for it" time="0.007">
367
+ </testcase>
368
+ <testcase classname="GlacierAccessory initializeQuota updatePdValues updateFridgeZonesValues should update PdStatus-related characteristics when is requested" name="GlacierAccessory initializeQuota updatePdValues updateFridgeZonesValues should update PdStatus-related characteristics when is requested" time="0.035">
369
+ </testcase>
370
+ <testcase classname="GlacierAccessory initializeQuota updatePdValues updateFridgeZonesValues should not update PdStatus-related characteristics when is requested and quotas were not initialized properly for it" name="GlacierAccessory initializeQuota updatePdValues updateFridgeZonesValues should not update PdStatus-related characteristics when is requested and quotas were not initialized properly for it" time="0.016">
371
+ </testcase>
372
+ <testcase classname="GlacierAccessory initializeQuota updatePdValues updateStateValues should update PdStatus-related characteristics when is requested" name="GlacierAccessory initializeQuota updatePdValues updateStateValues should update PdStatus-related characteristics when is requested" time="0.009">
373
+ </testcase>
374
+ <testcase classname="GlacierAccessory initializeQuota updatePdValues updateStateValues should not update PdStatus-related characteristics when is requested and quotas were not initialized properly for it" name="GlacierAccessory initializeQuota updatePdValues updateStateValues should not update PdStatus-related characteristics when is requested and quotas were not initialized properly for it" time="0.008">
375
+ </testcase>
376
+ <testcase classname="GlacierAccessory initializeQuota updatePdValues updateIceMakingValues should update PdStatus-related characteristics when is requested" name="GlacierAccessory initializeQuota updatePdValues updateIceMakingValues should update PdStatus-related characteristics when is requested" time="0.009">
377
+ </testcase>
378
+ <testcase classname="GlacierAccessory initializeQuota updatePdValues updateIceMakingValues should not update PdStatus-related characteristics when is requested and quotas were not initialized properly for it" name="GlacierAccessory initializeQuota updatePdValues updateIceMakingValues should not update PdStatus-related characteristics when is requested and quotas were not initialized properly for it" time="0.031">
379
+ </testcase>
380
+ </testsuite>
381
+ <testsuite name="DeltaProUltraAccessory" errors="0" failures="0" skipped="0" timestamp="2025-04-29T16:01:54" time="1.656" tests="45">
382
+ <testcase classname="DeltaProUltraAccessory initialize should add required services when initializing accessory" name="DeltaProUltraAccessory initialize should add required services when initializing accessory" time="0.017">
383
+ </testcase>
384
+ <testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus should update pd status in quota when PdStatus message is received" name="DeltaProUltraAccessory processQuotaMessage PdStatus should update pd status in quota when PdStatus message is received" time="0.008">
7
385
  </testcase>
8
386
  <testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus should not update any characteristic when PdStatus message is received with undefined status" name="DeltaProUltraAccessory processQuotaMessage PdStatus should not update any characteristic when PdStatus message is received with undefined status" time="0.007">
9
387
  </testcase>
10
- <testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus BatteryLevel should update battery level when PdStatus message is received with soc" name="DeltaProUltraAccessory processQuotaMessage PdStatus BatteryLevel should update battery level when PdStatus message is received with soc" time="0.01">
388
+ <testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus BatteryLevel should update battery level when PdStatus message is received with soc" name="DeltaProUltraAccessory processQuotaMessage PdStatus BatteryLevel should update battery level when PdStatus message is received with soc" time="0.006">
11
389
  </testcase>
12
- <testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus BatteryLevel should not update any characteristic when PdStatus message is received with undefined status" name="DeltaProUltraAccessory processQuotaMessage PdStatus BatteryLevel should not update any characteristic when PdStatus message is received with undefined status" time="0.005">
390
+ <testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus BatteryLevel should not update any characteristic when PdStatus message is received with undefined status" name="DeltaProUltraAccessory processQuotaMessage PdStatus BatteryLevel should not update any characteristic when PdStatus message is received with undefined status" time="0.006">
13
391
  </testcase>
14
392
  <testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus ChargingState should update charging state to true
15
393
  when PdStatus message is received with non zero wattsInSum and without wattsOutSum" name="DeltaProUltraAccessory processQuotaMessage PdStatus ChargingState should update charging state to true
16
- when PdStatus message is received with non zero wattsInSum and without wattsOutSum" time="0.005">
394
+ when PdStatus message is received with non zero wattsInSum and without wattsOutSum" time="0.018">
17
395
  </testcase>
18
396
  <testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus ChargingState should update charging state to true
19
397
  when PdStatus message is received with non zero wattsInSum and non equal to it wattsOutSum" name="DeltaProUltraAccessory processQuotaMessage PdStatus ChargingState should update charging state to true
@@ -21,7 +399,7 @@
21
399
  </testcase>
22
400
  <testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus ChargingState should update charging state to false
23
401
  when PdStatus message is received with zero wattsInSum and non equal to it wattsOutSum" name="DeltaProUltraAccessory processQuotaMessage PdStatus ChargingState should update charging state to false
24
- when PdStatus message is received with zero wattsInSum and non equal to it wattsOutSum" time="0.014">
402
+ when PdStatus message is received with zero wattsInSum and non equal to it wattsOutSum" time="0.009">
25
403
  </testcase>
26
404
  <testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus ChargingState should update charging state to false
27
405
  when PdStatus message is received with zero wattsInSum and wattsOutSum" name="DeltaProUltraAccessory processQuotaMessage PdStatus ChargingState should update charging state to false
@@ -29,595 +407,655 @@
29
407
  </testcase>
30
408
  <testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus ChargingState should update AC, USB input consumptions when PdStatus message is received with wattsInSum" name="DeltaProUltraAccessory processQuotaMessage PdStatus ChargingState should update AC, USB input consumptions when PdStatus message is received with wattsInSum" time="0.007">
31
409
  </testcase>
32
- <testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption when PdStatus message is received with outAcL11Pwr" name="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption when PdStatus message is received with outAcL11Pwr" time="0.006">
410
+ <testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption when PdStatus message is received with outAcL11Pwr" name="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption when PdStatus message is received with outAcL11Pwr" time="0.043">
33
411
  </testcase>
34
- <testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption with 0 when PdStatus message received with 0 outAcL11Pwr" name="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption with 0 when PdStatus message received with 0 outAcL11Pwr" time="0.002">
412
+ <testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption with 0 when PdStatus message received with 0 outAcL11Pwr" name="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption with 0 when PdStatus message received with 0 outAcL11Pwr" time="0.013">
35
413
  </testcase>
36
- <testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption when PdStatus message is received with outAcL12Pwr" name="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption when PdStatus message is received with outAcL12Pwr" time="0.003">
414
+ <testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption when PdStatus message is received with outAcL12Pwr" name="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption when PdStatus message is received with outAcL12Pwr" time="0.02">
37
415
  </testcase>
38
- <testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption with 0 when PdStatus message received with 0 outAcL12Pwr" name="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption with 0 when PdStatus message received with 0 outAcL12Pwr" time="0.005">
416
+ <testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption with 0 when PdStatus message received with 0 outAcL12Pwr" name="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption with 0 when PdStatus message received with 0 outAcL12Pwr" time="0.014">
39
417
  </testcase>
40
- <testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption when PdStatus message is received with outAcL21Pwr" name="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption when PdStatus message is received with outAcL21Pwr" time="0.004">
418
+ <testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption when PdStatus message is received with outAcL21Pwr" name="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption when PdStatus message is received with outAcL21Pwr" time="0.017">
41
419
  </testcase>
42
- <testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption with 0 when PdStatus message received with 0 outAcL21Pwr" name="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption with 0 when PdStatus message received with 0 outAcL21Pwr" time="0.015">
420
+ <testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption with 0 when PdStatus message received with 0 outAcL21Pwr" name="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption with 0 when PdStatus message received with 0 outAcL21Pwr" time="0.023">
43
421
  </testcase>
44
- <testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption when PdStatus message is received with outAcL22Pwr" name="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption when PdStatus message is received with outAcL22Pwr" time="0.006">
422
+ <testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption when PdStatus message is received with outAcL22Pwr" name="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption when PdStatus message is received with outAcL22Pwr" time="0.008">
45
423
  </testcase>
46
- <testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption with 0 when PdStatus message received with 0 outAcL22Pwr" name="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption with 0 when PdStatus message received with 0 outAcL22Pwr" time="0.001">
424
+ <testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption with 0 when PdStatus message received with 0 outAcL22Pwr" name="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption with 0 when PdStatus message received with 0 outAcL22Pwr" time="0.008">
47
425
  </testcase>
48
- <testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption when PdStatus message is received with outAcTtPwr" name="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption when PdStatus message is received with outAcTtPwr" time="0.001">
426
+ <testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption when PdStatus message is received with outAcTtPwr" name="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption when PdStatus message is received with outAcTtPwr" time="0.007">
49
427
  </testcase>
50
- <testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption with 0 when PdStatus message received with 0 outAcTtPwr" name="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption with 0 when PdStatus message received with 0 outAcTtPwr" time="0.002">
428
+ <testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption with 0 when PdStatus message received with 0 outAcTtPwr" name="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption with 0 when PdStatus message received with 0 outAcTtPwr" time="0.005">
51
429
  </testcase>
52
- <testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption when PdStatus message is received with outAcL14Pwr" name="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption when PdStatus message is received with outAcL14Pwr" time="0.002">
430
+ <testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption when PdStatus message is received with outAcL14Pwr" name="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption when PdStatus message is received with outAcL14Pwr" time="0.004">
53
431
  </testcase>
54
- <testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption with 0 when PdStatus message received with 0 outAcL14Pwr" name="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption with 0 when PdStatus message received with 0 outAcL14Pwr" time="0.002">
432
+ <testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption with 0 when PdStatus message received with 0 outAcL14Pwr" name="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption with 0 when PdStatus message received with 0 outAcL14Pwr" time="0.007">
55
433
  </testcase>
56
- <testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption when PdStatus message is received with outAc5p8Pwr" name="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption when PdStatus message is received with outAc5p8Pwr" time="0.003">
434
+ <testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption when PdStatus message is received with outAc5p8Pwr" name="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption when PdStatus message is received with outAc5p8Pwr" time="0.002">
57
435
  </testcase>
58
436
  <testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption with 0 when PdStatus message received with 0 outAc5p8Pwr" name="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption with 0 when PdStatus message received with 0 outAc5p8Pwr" time="0.003">
59
437
  </testcase>
60
- <testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption when PdStatus message is received with all ac-related parameters" name="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption when PdStatus message is received with all ac-related parameters" time="0.003">
438
+ <testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption when PdStatus message is received with all ac-related parameters" name="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption when PdStatus message is received with all ac-related parameters" time="0.015">
61
439
  </testcase>
62
- <testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus USB should update USB output consumption when PdStatus message is received with outUsb1Pwr" name="DeltaProUltraAccessory processQuotaMessage PdStatus USB should update USB output consumption when PdStatus message is received with outUsb1Pwr" time="0.002">
440
+ <testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus USB should update USB output consumption when PdStatus message is received with outUsb1Pwr" name="DeltaProUltraAccessory processQuotaMessage PdStatus USB should update USB output consumption when PdStatus message is received with outUsb1Pwr" time="0.007">
63
441
  </testcase>
64
- <testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus USB should update USB output consumption with 0 when PdStatus message received with 0 outUsb1Pwr" name="DeltaProUltraAccessory processQuotaMessage PdStatus USB should update USB output consumption with 0 when PdStatus message received with 0 outUsb1Pwr" time="0.002">
442
+ <testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus USB should update USB output consumption with 0 when PdStatus message received with 0 outUsb1Pwr" name="DeltaProUltraAccessory processQuotaMessage PdStatus USB should update USB output consumption with 0 when PdStatus message received with 0 outUsb1Pwr" time="0.006">
65
443
  </testcase>
66
- <testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus USB should update USB output consumption when PdStatus message is received with outUsb2Pwr" name="DeltaProUltraAccessory processQuotaMessage PdStatus USB should update USB output consumption when PdStatus message is received with outUsb2Pwr" time="0.003">
444
+ <testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus USB should update USB output consumption when PdStatus message is received with outUsb2Pwr" name="DeltaProUltraAccessory processQuotaMessage PdStatus USB should update USB output consumption when PdStatus message is received with outUsb2Pwr" time="0.007">
67
445
  </testcase>
68
- <testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus USB should update USB output consumption with 0 when PdStatus message received with 0 outUsb2Pwr" name="DeltaProUltraAccessory processQuotaMessage PdStatus USB should update USB output consumption with 0 when PdStatus message received with 0 outUsb2Pwr" time="0.002">
446
+ <testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus USB should update USB output consumption with 0 when PdStatus message received with 0 outUsb2Pwr" name="DeltaProUltraAccessory processQuotaMessage PdStatus USB should update USB output consumption with 0 when PdStatus message received with 0 outUsb2Pwr" time="0.019">
69
447
  </testcase>
70
- <testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus USB should update USB output consumption when PdStatus message is received with outTypec1Pwr" name="DeltaProUltraAccessory processQuotaMessage PdStatus USB should update USB output consumption when PdStatus message is received with outTypec1Pwr" time="0.001">
448
+ <testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus USB should update USB output consumption when PdStatus message is received with outTypec1Pwr" name="DeltaProUltraAccessory processQuotaMessage PdStatus USB should update USB output consumption when PdStatus message is received with outTypec1Pwr" time="0.009">
71
449
  </testcase>
72
- <testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus USB should update USB output consumption with 0 when PdStatus message received with 0 outTypec1Pwr" name="DeltaProUltraAccessory processQuotaMessage PdStatus USB should update USB output consumption with 0 when PdStatus message received with 0 outTypec1Pwr" time="0.011">
450
+ <testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus USB should update USB output consumption with 0 when PdStatus message received with 0 outTypec1Pwr" name="DeltaProUltraAccessory processQuotaMessage PdStatus USB should update USB output consumption with 0 when PdStatus message received with 0 outTypec1Pwr" time="0.004">
73
451
  </testcase>
74
- <testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus USB should update USB output consumption when PdStatus message is received with outTypec2Pwr" name="DeltaProUltraAccessory processQuotaMessage PdStatus USB should update USB output consumption when PdStatus message is received with outTypec2Pwr" time="0.006">
452
+ <testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus USB should update USB output consumption when PdStatus message is received with outTypec2Pwr" name="DeltaProUltraAccessory processQuotaMessage PdStatus USB should update USB output consumption when PdStatus message is received with outTypec2Pwr" time="0.004">
75
453
  </testcase>
76
- <testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus USB should update USB output consumption with 0 when PdStatus message received with 0 outTypec2Pwr" name="DeltaProUltraAccessory processQuotaMessage PdStatus USB should update USB output consumption with 0 when PdStatus message received with 0 outTypec2Pwr" time="0.002">
454
+ <testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus USB should update USB output consumption with 0 when PdStatus message received with 0 outTypec2Pwr" name="DeltaProUltraAccessory processQuotaMessage PdStatus USB should update USB output consumption with 0 when PdStatus message received with 0 outTypec2Pwr" time="0.004">
77
455
  </testcase>
78
- <testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus USB should update USB output consumption when PdStatus message is received with all usb-related parameters" name="DeltaProUltraAccessory processQuotaMessage PdStatus USB should update USB output consumption when PdStatus message is received with all usb-related parameters" time="0.003">
456
+ <testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus USB should update USB output consumption when PdStatus message is received with all usb-related parameters" name="DeltaProUltraAccessory processQuotaMessage PdStatus USB should update USB output consumption when PdStatus message is received with all usb-related parameters" time="0.004">
79
457
  </testcase>
80
458
  <testcase classname="DeltaProUltraAccessory processQuotaMessage PdSetStatus should not update any characteristic when PdSetStatus message is received with undefined status" name="DeltaProUltraAccessory processQuotaMessage PdSetStatus should not update any characteristic when PdSetStatus message is received with undefined status" time="0.003">
81
459
  </testcase>
82
- <testcase classname="DeltaProUltraAccessory initializeDefaultValues should initialize quota when is called before initializeDefaultValues" name="DeltaProUltraAccessory initializeDefaultValues should initialize quota when is called before initializeDefaultValues" time="0.003">
460
+ <testcase classname="DeltaProUltraAccessory initializeDefaultValues should initialize quota when is called before initializeDefaultValues" name="DeltaProUltraAccessory initializeDefaultValues should initialize quota when is called before initializeDefaultValues" time="0.009">
83
461
  </testcase>
84
462
  <testcase classname="DeltaProUltraAccessory initializeDefaultValues PdStatus BatteryLevel should update BatteryLevel-related characteristics when is requested" name="DeltaProUltraAccessory initializeDefaultValues PdStatus BatteryLevel should update BatteryLevel-related characteristics when is requested" time="0.003">
85
463
  </testcase>
86
- <testcase classname="DeltaProUltraAccessory initializeDefaultValues PdStatus BatteryLevel should update BatteryLevel-related characteristics when is requested and quotas were not initialized properly for it" name="DeltaProUltraAccessory initializeDefaultValues PdStatus BatteryLevel should update BatteryLevel-related characteristics when is requested and quotas were not initialized properly for it" time="0.006">
464
+ <testcase classname="DeltaProUltraAccessory initializeDefaultValues PdStatus BatteryLevel should update BatteryLevel-related characteristics when is requested and quotas were not initialized properly for it" name="DeltaProUltraAccessory initializeDefaultValues PdStatus BatteryLevel should update BatteryLevel-related characteristics when is requested and quotas were not initialized properly for it" time="0.004">
87
465
  </testcase>
88
- <testcase classname="DeltaProUltraAccessory initializeDefaultValues PdStatus ChargingState should update ChargingState-related characteristics when is requested" name="DeltaProUltraAccessory initializeDefaultValues PdStatus ChargingState should update ChargingState-related characteristics when is requested" time="0.018">
466
+ <testcase classname="DeltaProUltraAccessory initializeDefaultValues PdStatus ChargingState should update ChargingState-related characteristics when is requested" name="DeltaProUltraAccessory initializeDefaultValues PdStatus ChargingState should update ChargingState-related characteristics when is requested" time="0.004">
89
467
  </testcase>
90
- <testcase classname="DeltaProUltraAccessory initializeDefaultValues PdStatus ChargingState should not update ChargingState-related characteristics when is requested and quotas were not initialized properly for it" name="DeltaProUltraAccessory initializeDefaultValues PdStatus ChargingState should not update ChargingState-related characteristics when is requested and quotas were not initialized properly for it" time="0.003">
468
+ <testcase classname="DeltaProUltraAccessory initializeDefaultValues PdStatus ChargingState should not update ChargingState-related characteristics when is requested and quotas were not initialized properly for it" name="DeltaProUltraAccessory initializeDefaultValues PdStatus ChargingState should not update ChargingState-related characteristics when is requested and quotas were not initialized properly for it" time="0.004">
91
469
  </testcase>
92
- <testcase classname="DeltaProUltraAccessory initializeDefaultValues PdStatus AC should update AC-related characteristics when is requested" name="DeltaProUltraAccessory initializeDefaultValues PdStatus AC should update AC-related characteristics when is requested" time="0.003">
470
+ <testcase classname="DeltaProUltraAccessory initializeDefaultValues PdStatus AC should update AC-related characteristics when is requested" name="DeltaProUltraAccessory initializeDefaultValues PdStatus AC should update AC-related characteristics when is requested" time="0.019">
93
471
  </testcase>
94
- <testcase classname="DeltaProUltraAccessory initializeDefaultValues PdStatus AC should not update AC-related characteristics when is requested and quotas were not initialized properly for it" name="DeltaProUltraAccessory initializeDefaultValues PdStatus AC should not update AC-related characteristics when is requested and quotas were not initialized properly for it" time="0.002">
472
+ <testcase classname="DeltaProUltraAccessory initializeDefaultValues PdStatus AC should not update AC-related characteristics when is requested and quotas were not initialized properly for it" name="DeltaProUltraAccessory initializeDefaultValues PdStatus AC should not update AC-related characteristics when is requested and quotas were not initialized properly for it" time="0.003">
95
473
  </testcase>
96
474
  <testcase classname="DeltaProUltraAccessory initializeDefaultValues PdStatus USB should update USB-related characteristics when is requested" name="DeltaProUltraAccessory initializeDefaultValues PdStatus USB should update USB-related characteristics when is requested" time="0.004">
97
475
  </testcase>
98
476
  <testcase classname="DeltaProUltraAccessory initializeDefaultValues PdStatus USB should not update USB-related characteristics when is requested and quotas were not initialized properly for it" name="DeltaProUltraAccessory initializeDefaultValues PdStatus USB should not update USB-related characteristics when is requested and quotas were not initialized properly for it" time="0.003">
99
477
  </testcase>
100
- <testcase classname="DeltaProUltraAccessory initializeDefaultValues PdSetStatus should update PdSetStatus-related characteristics when is requested and quotas were not initialized properly for it" name="DeltaProUltraAccessory initializeDefaultValues PdSetStatus should update PdSetStatus-related characteristics when is requested and quotas were not initialized properly for it" time="0.003">
478
+ <testcase classname="DeltaProUltraAccessory initializeDefaultValues PdSetStatus should update PdSetStatus-related characteristics when is requested and quotas were not initialized properly for it" name="DeltaProUltraAccessory initializeDefaultValues PdSetStatus should update PdSetStatus-related characteristics when is requested and quotas were not initialized properly for it" time="0.01">
101
479
  </testcase>
102
480
  </testsuite>
103
- <testsuite name="Delta2AccessoryBase" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:39:56" time="6.198" tests="47">
104
- <testcase classname="Delta2AccessoryBase initialize should add required services when initializing accessory" name="Delta2AccessoryBase initialize should add required services when initializing accessory" time="0.015">
481
+ <testsuite name="DeltaProAccessory" errors="0" failures="0" skipped="0" timestamp="2025-04-29T16:01:54" time="1.908" tests="39">
482
+ <testcase classname="DeltaProAccessory initialize should add required services when initializing accessory" name="DeltaProAccessory initialize should add required services when initializing accessory" time="0.009">
105
483
  </testcase>
106
- <testcase classname="Delta2AccessoryBase initialize should create OutletAcService with MPPT setModuleType when initializing accessory MPPT setModuleType" name="Delta2AccessoryBase initialize should create OutletAcService with MPPT setModuleType when initializing accessory MPPT setModuleType" time="0.008">
484
+ <testcase classname="DeltaProAccessory processQuotaMessage BmsMasterStatus should update bms status in quota when BmsStatus message is received" name="DeltaProAccessory processQuotaMessage BmsMasterStatus should update bms status in quota when BmsStatus message is received" time="0.017">
107
485
  </testcase>
108
- <testcase classname="Delta2AccessoryBase initialize should create SwitchXboostService with INV setModuleType when initializing accessory INV setModuleType" name="Delta2AccessoryBase initialize should create SwitchXboostService with INV setModuleType when initializing accessory INV setModuleType" time="0.012">
486
+ <testcase classname="DeltaProAccessory processQuotaMessage BmsMasterStatus should update battery level when BmsStatus message is received with f32ShowSoc" name="DeltaProAccessory processQuotaMessage BmsMasterStatus should update battery level when BmsStatus message is received with f32ShowSoc" time="0.019">
109
487
  </testcase>
110
- <testcase classname="Delta2AccessoryBase processQuotaMessage EmsStatus should update bms status in quota when BmsStatus message is received" name="Delta2AccessoryBase processQuotaMessage EmsStatus should update bms status in quota when BmsStatus message is received" time="0.009">
488
+ <testcase classname="DeltaProAccessory processQuotaMessage BmsMasterStatus should not update any characteristic when BmsStatus message is received with undefined status" name="DeltaProAccessory processQuotaMessage BmsMasterStatus should not update any characteristic when BmsStatus message is received with undefined status" time="0.015">
111
489
  </testcase>
112
- <testcase classname="Delta2AccessoryBase processQuotaMessage EmsStatus should update battery level when BmsStatus message is received with f32ShowSoc" name="Delta2AccessoryBase processQuotaMessage EmsStatus should update battery level when BmsStatus message is received with f32ShowSoc" time="0.006">
490
+ <testcase classname="DeltaProAccessory processQuotaMessage InvStatus should update inv status in quota when InvStatus message is received" name="DeltaProAccessory processQuotaMessage InvStatus should update inv status in quota when InvStatus message is received" time="0.012">
113
491
  </testcase>
114
- <testcase classname="Delta2AccessoryBase processQuotaMessage EmsStatus should not update any characteristic when BmsStatus message is received with undefined status" name="Delta2AccessoryBase processQuotaMessage EmsStatus should not update any characteristic when BmsStatus message is received with undefined status" time="0.019">
492
+ <testcase classname="DeltaProAccessory processQuotaMessage InvStatus should update charging state to true
493
+ when InvStatus message is received with non zero inputWatts and without outputWatts" name="DeltaProAccessory processQuotaMessage InvStatus should update charging state to true
494
+ when InvStatus message is received with non zero inputWatts and without outputWatts" time="0.013">
115
495
  </testcase>
116
- <testcase classname="Delta2AccessoryBase processQuotaMessage InvStatus should update inv status in quota when InvStatus message is received" name="Delta2AccessoryBase processQuotaMessage InvStatus should update inv status in quota when InvStatus message is received" time="0.008">
496
+ <testcase classname="DeltaProAccessory processQuotaMessage InvStatus should update charging state to true
497
+ when InvStatus message is received with non zero inputWatts and non equal to it outputWatts" name="DeltaProAccessory processQuotaMessage InvStatus should update charging state to true
498
+ when InvStatus message is received with non zero inputWatts and non equal to it outputWatts" time="0.022">
117
499
  </testcase>
118
- <testcase classname="Delta2AccessoryBase processQuotaMessage InvStatus should update charging state to true
119
- when InvStatus message is received with non zero inputWatts and without outputWatts" name="Delta2AccessoryBase processQuotaMessage InvStatus should update charging state to true
120
- when InvStatus message is received with non zero inputWatts and without outputWatts" time="0.009">
500
+ <testcase classname="DeltaProAccessory processQuotaMessage InvStatus should update charging state to false
501
+ when InvStatus message is received with zero inputWatts and non equal to it outputWatts" name="DeltaProAccessory processQuotaMessage InvStatus should update charging state to false
502
+ when InvStatus message is received with zero inputWatts and non equal to it outputWatts" time="0.028">
121
503
  </testcase>
122
- <testcase classname="Delta2AccessoryBase processQuotaMessage InvStatus should update charging state to true
123
- when InvStatus message is received with non zero inputWatts and non equal to it outputWatts" name="Delta2AccessoryBase processQuotaMessage InvStatus should update charging state to true
124
- when InvStatus message is received with non zero inputWatts and non equal to it outputWatts" time="0.006">
504
+ <testcase classname="DeltaProAccessory processQuotaMessage InvStatus should update charging state to false
505
+ when InvStatus message is received with zero inputWatts and outputWatts" name="DeltaProAccessory processQuotaMessage InvStatus should update charging state to false
506
+ when InvStatus message is received with zero inputWatts and outputWatts" time="0.018">
125
507
  </testcase>
126
- <testcase classname="Delta2AccessoryBase processQuotaMessage InvStatus should update charging state to false
127
- when InvStatus message is received with zero inputWatts and non equal to it outputWatts" name="Delta2AccessoryBase processQuotaMessage InvStatus should update charging state to false
128
- when InvStatus message is received with zero inputWatts and non equal to it outputWatts" time="0.006">
508
+ <testcase classname="DeltaProAccessory processQuotaMessage InvStatus should update AC, USB, CAR input consumptions when InvStatus message is received with inputWatts" name="DeltaProAccessory processQuotaMessage InvStatus should update AC, USB, CAR input consumptions when InvStatus message is received with inputWatts" time="0.006">
129
509
  </testcase>
130
- <testcase classname="Delta2AccessoryBase processQuotaMessage InvStatus should update charging state to false
131
- when InvStatus message is received with zero inputWatts and outputWatts" name="Delta2AccessoryBase processQuotaMessage InvStatus should update charging state to false
132
- when InvStatus message is received with zero inputWatts and outputWatts" time="0.005">
510
+ <testcase classname="DeltaProAccessory processQuotaMessage InvStatus should update AC state when InvStatus message is received with cfgAcEnabled" name="DeltaProAccessory processQuotaMessage InvStatus should update AC state when InvStatus message is received with cfgAcEnabled" time="0.006">
133
511
  </testcase>
134
- <testcase classname="Delta2AccessoryBase processQuotaMessage InvStatus should update AC, USB, CAR input consumptions when InvStatus message is received with inputWatts" name="Delta2AccessoryBase processQuotaMessage InvStatus should update AC, USB, CAR input consumptions when InvStatus message is received with inputWatts" time="0.018">
512
+ <testcase classname="DeltaProAccessory processQuotaMessage InvStatus should update X-Boost state when InvStatus message is received with cfgAcXboost" name="DeltaProAccessory processQuotaMessage InvStatus should update X-Boost state when InvStatus message is received with cfgAcXboost" time="0.004">
135
513
  </testcase>
136
- <testcase classname="Delta2AccessoryBase processQuotaMessage InvStatus should update AC state when InvStatus message is received with cfgAcEnabled" name="Delta2AccessoryBase processQuotaMessage InvStatus should update AC state when InvStatus message is received with cfgAcEnabled" time="0.003">
514
+ <testcase classname="DeltaProAccessory processQuotaMessage InvStatus should update AC output watts consumption when InvStatus message is received with outputWatts" name="DeltaProAccessory processQuotaMessage InvStatus should update AC output watts consumption when InvStatus message is received with outputWatts" time="0.025">
137
515
  </testcase>
138
- <testcase classname="Delta2AccessoryBase processQuotaMessage InvStatus should update X-Boost state when InvStatus message is received with cfgAcXboost" name="Delta2AccessoryBase processQuotaMessage InvStatus should update X-Boost state when InvStatus message is received with cfgAcXboost" time="0.006">
516
+ <testcase classname="DeltaProAccessory processQuotaMessage InvStatus should not update any characteristic when InvStatus message is received with undefined status" name="DeltaProAccessory processQuotaMessage InvStatus should not update any characteristic when InvStatus message is received with undefined status" time="0.007">
139
517
  </testcase>
140
- <testcase classname="Delta2AccessoryBase processQuotaMessage InvStatus should update AC output watts consumption when InvStatus message is received with outputWatts" name="Delta2AccessoryBase processQuotaMessage InvStatus should update AC output watts consumption when InvStatus message is received with outputWatts" time="0.005">
518
+ <testcase classname="DeltaProAccessory processQuotaMessage PdStatus should update pd status in quota when PdStatus message is received" name="DeltaProAccessory processQuotaMessage PdStatus should update pd status in quota when PdStatus message is received" time="0.006">
141
519
  </testcase>
142
- <testcase classname="Delta2AccessoryBase processQuotaMessage InvStatus should not update any characteristic when InvStatus message is received with undefined status" name="Delta2AccessoryBase processQuotaMessage InvStatus should not update any characteristic when InvStatus message is received with undefined status" time="0.005">
520
+ <testcase classname="DeltaProAccessory processQuotaMessage PdStatus should update CAR state when PdStatus message is received with carState" name="DeltaProAccessory processQuotaMessage PdStatus should update CAR state when PdStatus message is received with carState" time="0.005">
143
521
  </testcase>
144
- <testcase classname="Delta2AccessoryBase processQuotaMessage PdStatus should update pd status in quota when PdStatus message is received" name="Delta2AccessoryBase processQuotaMessage PdStatus should update pd status in quota when PdStatus message is received" time="0.004">
522
+ <testcase classname="DeltaProAccessory processQuotaMessage PdStatus should update CAR output consumption when PdStatus message is received with carWatts" name="DeltaProAccessory processQuotaMessage PdStatus should update CAR output consumption when PdStatus message is received with carWatts" time="0.017">
145
523
  </testcase>
146
- <testcase classname="Delta2AccessoryBase processQuotaMessage PdStatus should update CAR state when PdStatus message is received with carState" name="Delta2AccessoryBase processQuotaMessage PdStatus should update CAR state when PdStatus message is received with carState" time="0.005">
524
+ <testcase classname="DeltaProAccessory processQuotaMessage PdStatus should update USB state when PdStatus message is received with dcOutState" name="DeltaProAccessory processQuotaMessage PdStatus should update USB state when PdStatus message is received with dcOutState" time="0.019">
147
525
  </testcase>
148
- <testcase classname="Delta2AccessoryBase processQuotaMessage PdStatus should update CAR output consumption when PdStatus message is received with carWatts" name="Delta2AccessoryBase processQuotaMessage PdStatus should update CAR output consumption when PdStatus message is received with carWatts" time="0.013">
526
+ <testcase classname="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 usb1Watts" name="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 usb1Watts" time="0.008">
149
527
  </testcase>
150
- <testcase classname="Delta2AccessoryBase processQuotaMessage PdStatus should update USB state when PdStatus message is received with dcOutState" name="Delta2AccessoryBase processQuotaMessage PdStatus should update USB state when PdStatus message is received with dcOutState" time="0.004">
528
+ <testcase classname="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with usb1Watts" name="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with usb1Watts" time="0.007">
151
529
  </testcase>
152
- <testcase classname="Delta2AccessoryBase processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 usb1Watts" name="Delta2AccessoryBase processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 usb1Watts" time="0.004">
530
+ <testcase classname="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with usb2Watts" name="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with usb2Watts" time="0.008">
153
531
  </testcase>
154
- <testcase classname="Delta2AccessoryBase processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with usb1Watts" name="Delta2AccessoryBase processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with usb1Watts" time="0.003">
532
+ <testcase classname="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 usb2Watts" name="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 usb2Watts" time="0.034">
155
533
  </testcase>
156
- <testcase classname="Delta2AccessoryBase processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with usb2Watts" name="Delta2AccessoryBase processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with usb2Watts" time="0.004">
534
+ <testcase classname="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with qcUsb1Watts" name="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with qcUsb1Watts" time="0.014">
157
535
  </testcase>
158
- <testcase classname="Delta2AccessoryBase processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 usb2Watts" name="Delta2AccessoryBase processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 usb2Watts" time="0.004">
536
+ <testcase classname="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 qcUsb1Watts" name="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 qcUsb1Watts" time="0.02">
159
537
  </testcase>
160
- <testcase classname="Delta2AccessoryBase processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with qcUsb1Watts" name="Delta2AccessoryBase processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with qcUsb1Watts" time="0.023">
538
+ <testcase classname="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with qcUsb2Watts" name="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with qcUsb2Watts" time="0.008">
161
539
  </testcase>
162
- <testcase classname="Delta2AccessoryBase processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 qcUsb1Watts" name="Delta2AccessoryBase processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 qcUsb1Watts" time="0.004">
540
+ <testcase classname="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 qcUsb2Watts" name="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 qcUsb2Watts" time="0.005">
163
541
  </testcase>
164
- <testcase classname="Delta2AccessoryBase processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with qcUsb2Watts" name="Delta2AccessoryBase processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with qcUsb2Watts" time="0.004">
542
+ <testcase classname="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with typec1Watts" name="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with typec1Watts" time="0.021">
165
543
  </testcase>
166
- <testcase classname="Delta2AccessoryBase processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 qcUsb2Watts" name="Delta2AccessoryBase processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 qcUsb2Watts" time="0.004">
544
+ <testcase classname="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 typec1Watts" name="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 typec1Watts" time="0.013">
167
545
  </testcase>
168
- <testcase classname="Delta2AccessoryBase processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with typec1Watts" name="Delta2AccessoryBase processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with typec1Watts" time="0.004">
546
+ <testcase classname="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with typec2Watts" name="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with typec2Watts" time="0.015">
169
547
  </testcase>
170
- <testcase classname="Delta2AccessoryBase processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 typec1Watts" name="Delta2AccessoryBase processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 typec1Watts" time="0.004">
548
+ <testcase classname="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 typec2Watts" name="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 typec2Watts" time="0.005">
171
549
  </testcase>
172
- <testcase classname="Delta2AccessoryBase processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with typec2Watts" name="Delta2AccessoryBase processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with typec2Watts" time="0.016">
550
+ <testcase classname="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with all usb-related parameters" name="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with all usb-related parameters" time="0.005">
173
551
  </testcase>
174
- <testcase classname="Delta2AccessoryBase processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 typec2Watts" name="Delta2AccessoryBase processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 typec2Watts" time="0.004">
552
+ <testcase classname="DeltaProAccessory processQuotaMessage PdStatus should not update any characteristic when PdStatus message is received with undefined status" name="DeltaProAccessory processQuotaMessage PdStatus should not update any characteristic when PdStatus message is received with undefined status" time="0.019">
175
553
  </testcase>
176
- <testcase classname="Delta2AccessoryBase processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with all usb-related parameters" name="Delta2AccessoryBase processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with all usb-related parameters" time="0.004">
554
+ <testcase classname="DeltaProAccessory initializeDefaultValues should initialize quota when is called before initializeDefaultValues" name="DeltaProAccessory initializeDefaultValues should initialize quota when is called before initializeDefaultValues" time="0.004">
177
555
  </testcase>
178
- <testcase classname="Delta2AccessoryBase processQuotaMessage PdStatus should not update any characteristic when PdStatus message is received with undefined status" name="Delta2AccessoryBase processQuotaMessage PdStatus should not update any characteristic when PdStatus message is received with undefined status" time="0.003">
556
+ <testcase classname="DeltaProAccessory initializeDefaultValues EmsStatus should update BmsStatus-related characteristics when is requested" name="DeltaProAccessory initializeDefaultValues EmsStatus should update BmsStatus-related characteristics when is requested" time="0.003">
179
557
  </testcase>
180
- <testcase classname="Delta2AccessoryBase processQuotaMessage MpptStatus should update mppt status in quota when MpptStatus message is received" name="Delta2AccessoryBase processQuotaMessage MpptStatus should update mppt status in quota when MpptStatus message is received" time="0.004">
558
+ <testcase classname="DeltaProAccessory initializeDefaultValues EmsStatus should update BmsStatus-related characteristics when is requested and quotas were not initialized properly for it" name="DeltaProAccessory initializeDefaultValues EmsStatus should update BmsStatus-related characteristics when is requested and quotas were not initialized properly for it" time="0.003">
181
559
  </testcase>
182
- <testcase classname="Delta2AccessoryBase processQuotaMessage MpptStatus should update AC state when MpptStatus message is received with cfgAcEnabled" name="Delta2AccessoryBase processQuotaMessage MpptStatus should update AC state when MpptStatus message is received with cfgAcEnabled" time="0.004">
560
+ <testcase classname="DeltaProAccessory initializeDefaultValues InvStatus should update InvStatus-related characteristics when is requested" name="DeltaProAccessory initializeDefaultValues InvStatus should update InvStatus-related characteristics when is requested" time="0.038">
183
561
  </testcase>
184
- <testcase classname="Delta2AccessoryBase processQuotaMessage MpptStatus should update X-Boost state when MpptStatus message is received with cfgAcXboost" name="Delta2AccessoryBase processQuotaMessage MpptStatus should update X-Boost state when MpptStatus message is received with cfgAcXboost" time="0.004">
562
+ <testcase classname="DeltaProAccessory initializeDefaultValues InvStatus should update InvStatus-related characteristics when is requested and quotas were not initialized properly for it" name="DeltaProAccessory initializeDefaultValues InvStatus should update InvStatus-related characteristics when is requested and quotas were not initialized properly for it" time="0.009">
185
563
  </testcase>
186
- <testcase classname="Delta2AccessoryBase processQuotaMessage MpptStatus should not update any characteristic when MpptStatus message is received with undefined status" name="Delta2AccessoryBase processQuotaMessage MpptStatus should not update any characteristic when MpptStatus message is received with undefined status" time="0.003">
564
+ <testcase classname="DeltaProAccessory initializeDefaultValues PdStatus should update PdStatus-related characteristics when is requested" name="DeltaProAccessory initializeDefaultValues PdStatus should update PdStatus-related characteristics when is requested" time="0.005">
187
565
  </testcase>
188
- <testcase classname="Delta2AccessoryBase initializeDefaultValues should initialize quota when is called before initializeDefaultValues" name="Delta2AccessoryBase initializeDefaultValues should initialize quota when is called before initializeDefaultValues" time="0.003">
566
+ <testcase classname="DeltaProAccessory initializeDefaultValues PdStatus should update PdStatus-related characteristics when is requested and quotas were not initialized properly for it" name="DeltaProAccessory initializeDefaultValues PdStatus should update PdStatus-related characteristics when is requested and quotas were not initialized properly for it" time="0.008">
189
567
  </testcase>
190
- <testcase classname="Delta2AccessoryBase initializeDefaultValues EmsStatus should update BmsStatus-related characteristics when is requested" name="Delta2AccessoryBase initializeDefaultValues EmsStatus should update BmsStatus-related characteristics when is requested" time="0.004">
568
+ </testsuite>
569
+ <testsuite name="EcoFlowMqttApiManager" errors="0" failures="0" skipped="0" timestamp="2025-04-29T16:01:56" time="4.585" tests="32">
570
+ <testcase classname="EcoFlowMqttApiManager connect should not send Set command when it is impossible to acquire certificate" name="EcoFlowMqttApiManager connect should not send Set command when it is impossible to acquire certificate" time="0.018">
191
571
  </testcase>
192
- <testcase classname="Delta2AccessoryBase initializeDefaultValues EmsStatus should update BmsStatus-related characteristics when is requested and quotas were not initialized properly for it" name="Delta2AccessoryBase initializeDefaultValues EmsStatus should update BmsStatus-related characteristics when is requested and quotas were not initialized properly for it" time="0.004">
572
+ <testcase classname="EcoFlowMqttApiManager connect should connect to mqtt server when a connection is not established yet" name="EcoFlowMqttApiManager connect should connect to mqtt server when a connection is not established yet" time="0.014">
193
573
  </testcase>
194
- <testcase classname="Delta2AccessoryBase initializeDefaultValues InvStatus should update InvStatus-related characteristics when is requested" name="Delta2AccessoryBase initializeDefaultValues InvStatus should update InvStatus-related characteristics when is requested" time="0.004">
574
+ <testcase classname="EcoFlowMqttApiManager connect should use existing connection to mqtt server when a connection is already established" name="EcoFlowMqttApiManager connect should use existing connection to mqtt server when a connection is already established" time="0.016">
195
575
  </testcase>
196
- <testcase classname="Delta2AccessoryBase initializeDefaultValues InvStatus should update InvStatus-related characteristics when is requested and quotas were not initialized properly for it" name="Delta2AccessoryBase initializeDefaultValues InvStatus should update InvStatus-related characteristics when is requested and quotas were not initialized properly for it" time="0.013">
576
+ <testcase classname="EcoFlowMqttApiManager connect should log when connection is established" name="EcoFlowMqttApiManager connect should log when connection is established" time="0.008">
197
577
  </testcase>
198
- <testcase classname="Delta2AccessoryBase initializeDefaultValues PdStatus should update PdStatus-related characteristics when is requested" name="Delta2AccessoryBase initializeDefaultValues PdStatus should update PdStatus-related characteristics when is requested" time="0.004">
578
+ <testcase classname="EcoFlowMqttApiManager connect should subscribe on mqtt messages when connection is established" name="EcoFlowMqttApiManager connect should subscribe on mqtt messages when connection is established" time="0.005">
199
579
  </testcase>
200
- <testcase classname="Delta2AccessoryBase initializeDefaultValues PdStatus should update PdStatus-related characteristics when is requested and quotas were not initialized properly for it" name="Delta2AccessoryBase initializeDefaultValues PdStatus should update PdStatus-related characteristics when is requested and quotas were not initialized properly for it" time="0.003">
580
+ <testcase classname="EcoFlowMqttApiManager connect simulate should connect to mock mqtt server when simulation is activated in config" name="EcoFlowMqttApiManager connect simulate should connect to mock mqtt server when simulation is activated in config" time="0.009">
201
581
  </testcase>
202
- <testcase classname="Delta2AccessoryBase initializeDefaultValues MpptStatus should update MpptStatus-related characteristics when is requested" name="Delta2AccessoryBase initializeDefaultValues MpptStatus should update MpptStatus-related characteristics when is requested" time="0.003">
582
+ <testcase classname="EcoFlowMqttApiManager connect simulate should acquire fake ceritifcate when simulation is activated in config" name="EcoFlowMqttApiManager connect simulate should acquire fake ceritifcate when simulation is activated in config" time="0.021">
203
583
  </testcase>
204
- <testcase classname="Delta2AccessoryBase initializeDefaultValues MpptStatus should update MpptStatus-related characteristics when is requested and quotas were not initialized properly for it" name="Delta2AccessoryBase initializeDefaultValues MpptStatus should update MpptStatus-related characteristics when is requested and quotas were not initialized properly for it" time="0.004">
584
+ <testcase classname="EcoFlowMqttApiManager processReceivedMessage should process quota message in all devices that shares single mqtt client" name="EcoFlowMqttApiManager processReceivedMessage should process quota message in all devices that shares single mqtt client" time="0.007">
205
585
  </testcase>
206
- </testsuite>
207
- <testsuite name="PowerStreamAccessory" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:39:56" time="6.365" tests="51">
208
- <testcase classname="PowerStreamAccessory initialize should add required services when initializing accessory" name="PowerStreamAccessory initialize should add required services when initializing accessory" time="0.018">
586
+ <testcase classname="EcoFlowMqttApiManager processReceivedMessage should process set_reply message in all devices that shares single mqtt client" name="EcoFlowMqttApiManager processReceivedMessage should process set_reply message in all devices that shares single mqtt client" time="0.008">
209
587
  </testcase>
210
- <testcase classname="PowerStreamAccessory initialize outletServices additionalCharacteristics PV should initialize PV outlet service with additional characteristics when they are defined in config" name="PowerStreamAccessory initialize outletServices additionalCharacteristics PV should initialize PV outlet service with additional characteristics when they are defined in config" time="0.008">
588
+ <testcase classname="EcoFlowMqttApiManager sendSetCommand should publish to set topic when it is requested to send set command" name="EcoFlowMqttApiManager sendSetCommand should publish to set topic when it is requested to send set command" time="0.006">
211
589
  </testcase>
212
- <testcase classname="PowerStreamAccessory initialize outletServices additionalCharacteristics PV should initialize PV outlet service with additional characteristics when pv settings are not defined in config" name="PowerStreamAccessory initialize outletServices additionalCharacteristics PV should initialize PV outlet service with additional characteristics when pv settings are not defined in config" time="0.009">
590
+ <testcase classname="EcoFlowMqttApiManager sendSetCommand should not fail a process when sending set command is failed" name="EcoFlowMqttApiManager sendSetCommand should not fail a process when sending set command is failed" time="0.006">
213
591
  </testcase>
214
- <testcase classname="PowerStreamAccessory initialize outletServices additionalCharacteristics PV should initialize PV outlet service with additional characteristics
215
- when powerStream settings are not defined in config" name="PowerStreamAccessory initialize outletServices additionalCharacteristics PV should initialize PV outlet service with additional characteristics
216
- when powerStream settings are not defined in config" time="0.008">
592
+ <testcase classname="EcoFlowMqttApiManager subscribeOnTopic subscribeOnQuotaTopic should not subscribe to quota topic when it is impossible to establish connection to mqtt server" name="EcoFlowMqttApiManager subscribeOnTopic subscribeOnQuotaTopic should not subscribe to quota topic when it is impossible to establish connection to mqtt server" time="0.006">
217
593
  </testcase>
218
- <testcase classname="PowerStreamAccessory initialize outletServices additionalCharacteristics BAT should initialize BAT outlet service with additional characteristics when they are defined in config" name="PowerStreamAccessory initialize outletServices additionalCharacteristics BAT should initialize BAT outlet service with additional characteristics when they are defined in config" time="0.009">
594
+ <testcase classname="EcoFlowMqttApiManager subscribeOnTopic subscribeOnQuotaTopic should handle error when subscribing is failed" name="EcoFlowMqttApiManager subscribeOnTopic subscribeOnQuotaTopic should handle error when subscribing is failed" time="0.021">
219
595
  </testcase>
220
- <testcase classname="PowerStreamAccessory initialize outletServices additionalCharacteristics BAT should initialize BAT outlet service with additional characteristics when battery settings are not defined in config" name="PowerStreamAccessory initialize outletServices additionalCharacteristics BAT should initialize BAT outlet service with additional characteristics when battery settings are not defined in config" time="0.007">
596
+ <testcase classname="EcoFlowMqttApiManager subscribeOnTopic subscribeOnQuotaTopic should subscribe to quota topic when it is requested" name="EcoFlowMqttApiManager subscribeOnTopic subscribeOnQuotaTopic should subscribe to quota topic when it is requested" time="0.011">
221
597
  </testcase>
222
- <testcase classname="PowerStreamAccessory initialize outletServices additionalCharacteristics BAT should initialize BAT outlet service with additional characteristics
223
- when powerStream settings are not defined in config" name="PowerStreamAccessory initialize outletServices additionalCharacteristics BAT should initialize BAT outlet service with additional characteristics
224
- when powerStream settings are not defined in config" time="0.017">
598
+ <testcase classname="EcoFlowMqttApiManager subscribeOnTopic subscribeOnSetReplyTopic should not subscribe to set_reply topic when it is impossible to establish connection to mqtt server" name="EcoFlowMqttApiManager subscribeOnTopic subscribeOnSetReplyTopic should not subscribe to set_reply topic when it is impossible to establish connection to mqtt server" time="0.005">
225
599
  </testcase>
226
- <testcase classname="PowerStreamAccessory initialize outletServices additionalCharacteristics INV should initialize INV outlet service with additional characteristics when they are defined in config" name="PowerStreamAccessory initialize outletServices additionalCharacteristics INV should initialize INV outlet service with additional characteristics when they are defined in config" time="0.005">
600
+ <testcase classname="EcoFlowMqttApiManager subscribeOnTopic subscribeOnSetReplyTopic should handle error when subscribing is failed" name="EcoFlowMqttApiManager subscribeOnTopic subscribeOnSetReplyTopic should handle error when subscribing is failed" time="0.005">
227
601
  </testcase>
228
- <testcase classname="PowerStreamAccessory initialize outletServices additionalCharacteristics INV should initialize INV outlet service with additional characteristics when inverter settings are not defined in config" name="PowerStreamAccessory initialize outletServices additionalCharacteristics INV should initialize INV outlet service with additional characteristics when inverter settings are not defined in config" time="0.005">
602
+ <testcase classname="EcoFlowMqttApiManager subscribeOnTopic subscribeOnSetReplyTopic should subscribe to set_reply topic when it is requested" name="EcoFlowMqttApiManager subscribeOnTopic subscribeOnSetReplyTopic should subscribe to set_reply topic when it is requested" time="0.009">
229
603
  </testcase>
230
- <testcase classname="PowerStreamAccessory initialize outletServices additionalCharacteristics INV should initialize INV outlet service with additional characteristics
231
- when powerStream settings are not defined in config" name="PowerStreamAccessory initialize outletServices additionalCharacteristics INV should initialize INV outlet service with additional characteristics
232
- when powerStream settings are not defined in config" time="0.005">
604
+ <testcase classname="EcoFlowMqttApiManager subscribeOnTopic subscribeOnStatusTopic should not subscribe to status topic when it is impossible to establish connection to mqtt server" name="EcoFlowMqttApiManager subscribeOnTopic subscribeOnStatusTopic should not subscribe to status topic when it is impossible to establish connection to mqtt server" time="0.005">
233
605
  </testcase>
234
- <testcase classname="PowerStreamAccessory initialize indicatorService maxBrightness should initialize indicator service with permanent max brightness when it is created" name="PowerStreamAccessory initialize indicatorService maxBrightness should initialize indicator service with permanent max brightness when it is created" time="0.005">
606
+ <testcase classname="EcoFlowMqttApiManager subscribeOnTopic subscribeOnStatusTopic should handle error when subscribing is failed" name="EcoFlowMqttApiManager subscribeOnTopic subscribeOnStatusTopic should handle error when subscribing is failed" time="0.005">
235
607
  </testcase>
236
- <testcase classname="PowerStreamAccessory initialize powerDemandService maxPowerDemand should initialize indicator service with default max power demand when powerStream settings are not defined in config" name="PowerStreamAccessory initialize powerDemandService maxPowerDemand should initialize indicator service with default max power demand when powerStream settings are not defined in config" time="0.02">
608
+ <testcase classname="EcoFlowMqttApiManager subscribeOnTopic subscribeOnStatusTopic should subscribe to status topic when it is requested" name="EcoFlowMqttApiManager subscribeOnTopic subscribeOnStatusTopic should subscribe to status topic when it is requested" time="0.022">
237
609
  </testcase>
238
- <testcase classname="PowerStreamAccessory initialize powerDemandService maxPowerDemand should initialize indicator service with default max power demand
239
- when powerStream.type settings are not defined in config" name="PowerStreamAccessory initialize powerDemandService maxPowerDemand should initialize indicator service with default max power demand
240
- when powerStream.type settings are not defined in config" time="0.004">
610
+ <testcase classname="EcoFlowMqttApiManager subscribeOnMessage subscribeOnQuotaMessage should not subscribe to quota message when connection to mqtt server is not established" name="EcoFlowMqttApiManager subscribeOnMessage subscribeOnQuotaMessage should not subscribe to quota message when connection to mqtt server is not established" time="0.006">
241
611
  </testcase>
242
- <testcase classname="PowerStreamAccessory initialize powerDemandService maxPowerDemand should initialize indicator service with 6000 max power demand
243
- when powerStream.type is 600W" name="PowerStreamAccessory initialize powerDemandService maxPowerDemand should initialize indicator service with 6000 max power demand
244
- when powerStream.type is 600W" time="0.005">
612
+ <testcase classname="EcoFlowMqttApiManager subscribeOnMessage subscribeOnQuotaMessage should not subscribe to quota message when device is not registered for client connection" name="EcoFlowMqttApiManager subscribeOnMessage subscribeOnQuotaMessage should not subscribe to quota message when device is not registered for client connection" time="0.005">
245
613
  </testcase>
246
- <testcase classname="PowerStreamAccessory initialize powerDemandService maxPowerDemand should initialize indicator service with 8000 max power demand
247
- when powerStream.type is 800W" name="PowerStreamAccessory initialize powerDemandService maxPowerDemand should initialize indicator service with 8000 max power demand
248
- when powerStream.type is 800W" time="0.004">
614
+ <testcase classname="EcoFlowMqttApiManager subscribeOnMessage subscribeOnQuotaMessage should subscribe to quota message when it is requested" name="EcoFlowMqttApiManager subscribeOnMessage subscribeOnQuotaMessage should subscribe to quota message when it is requested" time="0.006">
249
615
  </testcase>
250
- <testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat should update heartbeat in quota when Hearbeat message is received" name="PowerStreamAccessory processQuotaMessage Hearbeat should update heartbeat in quota when Hearbeat message is received" time="0.003">
616
+ <testcase classname="EcoFlowMqttApiManager subscribeOnMessage subscribeOnSetReplyMessage should not subscribe to set_reply message when connection to mqtt server is not established" name="EcoFlowMqttApiManager subscribeOnMessage subscribeOnSetReplyMessage should not subscribe to set_reply message when connection to mqtt server is not established" time="0.005">
251
617
  </testcase>
252
- <testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateBatteryLevel should not update battery level when Hearbeat message is received with undefined status" name="PowerStreamAccessory processQuotaMessage Hearbeat updateBatteryLevel should not update battery level when Hearbeat message is received with undefined status" time="0.013">
618
+ <testcase classname="EcoFlowMqttApiManager subscribeOnMessage subscribeOnSetReplyMessage should not subscribe to set_reply message when device is not registered for client connection" name="EcoFlowMqttApiManager subscribeOnMessage subscribeOnSetReplyMessage should not subscribe to set_reply message when device is not registered for client connection" time="0.005">
253
619
  </testcase>
254
- <testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateBatteryLevel should not update battery level when Hearbeat message is received without batSoc" name="PowerStreamAccessory processQuotaMessage Hearbeat updateBatteryLevel should not update battery level when Hearbeat message is received without batSoc" time="0.003">
620
+ <testcase classname="EcoFlowMqttApiManager subscribeOnMessage subscribeOnSetReplyMessage should subscribe to set_reply message when it is requested" name="EcoFlowMqttApiManager subscribeOnMessage subscribeOnSetReplyMessage should subscribe to set_reply message when it is requested" time="0.024">
255
621
  </testcase>
256
- <testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateBatteryLevel should not update battery level when Hearbeat message is received without lowerLimit" name="PowerStreamAccessory processQuotaMessage Hearbeat updateBatteryLevel should not update battery level when Hearbeat message is received without lowerLimit" time="0.005">
622
+ <testcase classname="EcoFlowMqttApiManager subscribeOnMessage subscribeOnStatusMessage should not subscribe to status message when connection to mqtt server is not established" name="EcoFlowMqttApiManager subscribeOnMessage subscribeOnStatusMessage should not subscribe to status message when connection to mqtt server is not established" time="0.008">
257
623
  </testcase>
258
- <testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateBatteryLevel should update battery level when Hearbeat message is received with batSoc and lowerLimit" name="PowerStreamAccessory processQuotaMessage Hearbeat updateBatteryLevel should update battery level when Hearbeat message is received with batSoc and lowerLimit" time="0.006">
624
+ <testcase classname="EcoFlowMqttApiManager subscribeOnMessage subscribeOnStatusMessage should not subscribe to status message when device is not registered for client connection" name="EcoFlowMqttApiManager subscribeOnMessage subscribeOnStatusMessage should not subscribe to status message when device is not registered for client connection" time="0.009">
259
625
  </testcase>
260
- <testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption PV should not update PV Input and Output Consumption when Hearbeat message is received with undefined status" name="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption PV should not update PV Input and Output Consumption when Hearbeat message is received with undefined status" time="0.004">
626
+ <testcase classname="EcoFlowMqttApiManager subscribeOnMessage subscribeOnStatusMessage should subscribe to status message when it is requested" name="EcoFlowMqttApiManager subscribeOnMessage subscribeOnStatusMessage should subscribe to status message when it is requested" time="0.006">
261
627
  </testcase>
262
- <testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption PV should update PV Output Consumption when Hearbeat message is received with 0 pv1InputWatts" name="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption PV should update PV Output Consumption when Hearbeat message is received with 0 pv1InputWatts" time="0.004">
628
+ <testcase classname="EcoFlowMqttApiManager destroy should not unsubscribe from all topics when connection to mqtt server is not established yet" name="EcoFlowMqttApiManager destroy should not unsubscribe from all topics when connection to mqtt server is not established yet" time="0.005">
263
629
  </testcase>
264
- <testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption PV should update PV Output Consumption when Hearbeat message is received with pv1InputWatts" name="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption PV should update PV Output Consumption when Hearbeat message is received with pv1InputWatts" time="0.014">
630
+ <testcase classname="EcoFlowMqttApiManager destroy should unsubscribe from all topics for all devices that shares single mqtt client
631
+ when destroying an EcoFlow MQTT API object" name="EcoFlowMqttApiManager destroy should unsubscribe from all topics for all devices that shares single mqtt client
632
+ when destroying an EcoFlow MQTT API object" time="0.005">
265
633
  </testcase>
266
- <testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption PV should update PV Output Consumption when Hearbeat message is received with 0 pv2InputWatts" name="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption PV should update PV Output Consumption when Hearbeat message is received with 0 pv2InputWatts" time="0.005">
634
+ <testcase classname="EcoFlowMqttApiManager destroy should unsubscribe from all topics for devices that has own mqtt client
635
+ when destroying an EcoFlow MQTT API object" name="EcoFlowMqttApiManager destroy should unsubscribe from all topics for devices that has own mqtt client
636
+ when destroying an EcoFlow MQTT API object" time="0.004">
267
637
  </testcase>
268
- <testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption PV should update PV Output Consumption when Hearbeat message is received with pv2InputWatts" name="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption PV should update PV Output Consumption when Hearbeat message is received with pv2InputWatts" time="0.004">
638
+ </testsuite>
639
+ <testsuite name="PowerOceanAccessory" errors="0" failures="0" skipped="0" timestamp="2025-04-29T16:02:00" time="0.863" tests="34">
640
+ <testcase classname="PowerOceanAccessory initialize should add required services when initializing accessory" name="PowerOceanAccessory initialize should add required services when initializing accessory" time="0.012">
269
641
  </testcase>
270
- <testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption PV should update PV Output Consumption when Hearbeat message is received with all pv-related parameters" name="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption PV should update PV Output Consumption when Hearbeat message is received with all pv-related parameters" time="0.004">
642
+ <testcase classname="PowerOceanAccessory initialize outletServices additionalCharacteristics PV should initialize PV outlet service with additional characteristics when they are defined in config" name="PowerOceanAccessory initialize outletServices additionalCharacteristics PV should initialize PV outlet service with additional characteristics when they are defined in config" time="0.003">
271
643
  </testcase>
272
- <testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption BAT should not update BAT Input and Output Consumption when Hearbeat message is received with undefined status" name="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption BAT should not update BAT Input and Output Consumption when Hearbeat message is received with undefined status" time="0.003">
644
+ <testcase classname="PowerOceanAccessory initialize outletServices additionalCharacteristics PV should initialize PV outlet service with additional characteristics when pv settings are not defined in config" name="PowerOceanAccessory initialize outletServices additionalCharacteristics PV should initialize PV outlet service with additional characteristics when pv settings are not defined in config" time="0.005">
273
645
  </testcase>
274
- <testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption BAT should update BAT Output Consumption when Hearbeat message is received with positive batInputWatts" name="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption BAT should update BAT Output Consumption when Hearbeat message is received with positive batInputWatts" time="0.004">
646
+ <testcase classname="PowerOceanAccessory initialize outletServices additionalCharacteristics PV should initialize PV outlet service with additional characteristics
647
+ when powerOcean settings are not defined in config" name="PowerOceanAccessory initialize outletServices additionalCharacteristics PV should initialize PV outlet service with additional characteristics
648
+ when powerOcean settings are not defined in config" time="0.006">
275
649
  </testcase>
276
- <testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption BAT should update BAT Input and Output Consumption when Hearbeat message is received with zero batInputWatts" name="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption BAT should update BAT Input and Output Consumption when Hearbeat message is received with zero batInputWatts" time="0.018">
650
+ <testcase classname="PowerOceanAccessory initialize outletServices additionalCharacteristics BAT should initialize BAT outlet service with additional characteristics when they are defined in config" name="PowerOceanAccessory initialize outletServices additionalCharacteristics BAT should initialize BAT outlet service with additional characteristics when they are defined in config" time="0.004">
277
651
  </testcase>
278
- <testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption BAT should update BAT Input Consumption when Hearbeat message is received with negative batInputWatts" name="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption BAT should update BAT Input Consumption when Hearbeat message is received with negative batInputWatts" time="0.004">
652
+ <testcase classname="PowerOceanAccessory initialize outletServices additionalCharacteristics BAT should initialize BAT outlet service with additional characteristics when battery settings are not defined in config" name="PowerOceanAccessory initialize outletServices additionalCharacteristics BAT should initialize BAT outlet service with additional characteristics when battery settings are not defined in config" time="0.007">
279
653
  </testcase>
280
- <testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption INV should not update INV Input and Output Consumption when Hearbeat message is received with undefined status" name="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption INV should not update INV Input and Output Consumption when Hearbeat message is received with undefined status" time="0.004">
654
+ <testcase classname="PowerOceanAccessory initialize outletServices additionalCharacteristics BAT should initialize BAT outlet service with additional characteristics
655
+ when powerOcean settings are not defined in config" name="PowerOceanAccessory initialize outletServices additionalCharacteristics BAT should initialize BAT outlet service with additional characteristics
656
+ when powerOcean settings are not defined in config" time="0.029">
281
657
  </testcase>
282
- <testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption INV should update INV Output Consumption when Hearbeat message is received with positive invOutputWatts" name="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption INV should update INV Output Consumption when Hearbeat message is received with positive invOutputWatts" time="0.004">
658
+ <testcase classname="PowerOceanAccessory initialize outletServices additionalCharacteristics INV should initialize INV outlet service with additional characteristics when they are defined in config" name="PowerOceanAccessory initialize outletServices additionalCharacteristics INV should initialize INV outlet service with additional characteristics when they are defined in config" time="0.007">
283
659
  </testcase>
284
- <testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption INV should update INV Input and Output Consumption when Hearbeat message is received with zero invOutputWatts" name="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption INV should update INV Input and Output Consumption when Hearbeat message is received with zero invOutputWatts" time="0.004">
660
+ <testcase classname="PowerOceanAccessory initialize outletServices additionalCharacteristics INV should initialize INV outlet service with additional characteristics when inverter settings are not defined in config" name="PowerOceanAccessory initialize outletServices additionalCharacteristics INV should initialize INV outlet service with additional characteristics when inverter settings are not defined in config" time="0.004">
285
661
  </testcase>
286
- <testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption INV should update INV Input Consumption when Hearbeat message is received with negative invOutputWatts" name="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption INV should update INV Input Consumption when Hearbeat message is received with negative invOutputWatts" time="0.005">
662
+ <testcase classname="PowerOceanAccessory initialize outletServices additionalCharacteristics INV should initialize INV outlet service with additional characteristics
663
+ when powerOcean settings are not defined in config" name="PowerOceanAccessory initialize outletServices additionalCharacteristics INV should initialize INV outlet service with additional characteristics
664
+ when powerOcean settings are not defined in config" time="0.004">
287
665
  </testcase>
288
- <testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption INV should update INV State when Hearbeat message is received with invOnOff set to true" name="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption INV should update INV State when Hearbeat message is received with invOnOff set to true" time="0.017">
666
+ <testcase classname="PowerOceanAccessory processQuotaMessage Hearbeat should update heartbeat in quota when Hearbeat message is received" name="PowerOceanAccessory processQuotaMessage Hearbeat should update heartbeat in quota when Hearbeat message is received" time="0.004">
289
667
  </testcase>
290
- <testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption INV should update INV brightness when Hearbeat message is received with invBrightness" name="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption INV should update INV brightness when Hearbeat message is received with invBrightness" time="0.004">
668
+ <testcase classname="PowerOceanAccessory processQuotaMessage Hearbeat updateBatteryLevel should not update battery level when Hearbeat message is received with undefined status" name="PowerOceanAccessory processQuotaMessage Hearbeat updateBatteryLevel should not update battery level when Hearbeat message is received with undefined status" time="0.014">
291
669
  </testcase>
292
- <testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption INV should update INV power demand when Hearbeat message is received with permanentWatts" name="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption INV should update INV power demand when Hearbeat message is received with permanentWatts" time="0.004">
670
+ <testcase classname="PowerOceanAccessory processQuotaMessage Hearbeat updateBatteryLevel should update battery level when Hearbeat message is received with bpSoc" name="PowerOceanAccessory processQuotaMessage Hearbeat updateBatteryLevel should update battery level when Hearbeat message is received with bpSoc" time="0.004">
293
671
  </testcase>
294
- <testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption INV should update INV power demand when Hearbeat message is received with permanentWatts equal to 0" name="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption INV should update INV power demand when Hearbeat message is received with permanentWatts equal to 0" time="0.004">
672
+ <testcase classname="PowerOceanAccessory processQuotaMessage Hearbeat updateConsumption PV should not update PV Input and Output Consumption when Hearbeat message is received with undefined status" name="PowerOceanAccessory processQuotaMessage Hearbeat updateConsumption PV should not update PV Input and Output Consumption when Hearbeat message is received with undefined status" time="0.003">
295
673
  </testcase>
296
- <testcase classname="PowerStreamAccessory initializeDefaultValues should initialize quota when is called before initializeDefaultValues" name="PowerStreamAccessory initializeDefaultValues should initialize quota when is called before initializeDefaultValues" time="0.003">
674
+ <testcase classname="PowerOceanAccessory processQuotaMessage Hearbeat updateConsumption PV should update PV Output Consumption when Hearbeat message is received with 0 evPwr" name="PowerOceanAccessory processQuotaMessage Hearbeat updateConsumption PV should update PV Output Consumption when Hearbeat message is received with 0 evPwr" time="0.004">
297
675
  </testcase>
298
- <testcase classname="PowerStreamAccessory initializeDefaultValues updateBatteryLevel should update battery level-related characteristics when initializing default values" name="PowerStreamAccessory initializeDefaultValues updateBatteryLevel should update battery level-related characteristics when initializing default values" time="0.004">
676
+ <testcase classname="PowerOceanAccessory processQuotaMessage Hearbeat updateConsumption PV should update PV Output Consumption when Hearbeat message is received with evPwr" name="PowerOceanAccessory processQuotaMessage Hearbeat updateConsumption PV should update PV Output Consumption when Hearbeat message is received with evPwr" time="0.004">
299
677
  </testcase>
300
- <testcase classname="PowerStreamAccessory initializeDefaultValues updateBatteryLevel should update battery level-related characteristics
301
- when initializing default values with quotas were not initialized properly for it" name="PowerStreamAccessory initializeDefaultValues updateBatteryLevel should update battery level-related characteristics
302
- when initializing default values with quotas were not initialized properly for it" time="0.018">
678
+ <testcase classname="PowerOceanAccessory processQuotaMessage Hearbeat updateConsumption PV updateConsumption BAT should not update BAT Input and Output Consumption when Hearbeat message is received with undefined status" name="PowerOceanAccessory processQuotaMessage Hearbeat updateConsumption PV updateConsumption BAT should not update BAT Input and Output Consumption when Hearbeat message is received with undefined status" time="0.004">
303
679
  </testcase>
304
- <testcase classname="PowerStreamAccessory initializeDefaultValues updateConsumption PV should update PV consumption-related characteristics when initializing default values" name="PowerStreamAccessory initializeDefaultValues updateConsumption PV should update PV consumption-related characteristics when initializing default values" time="0.005">
680
+ <testcase classname="PowerOceanAccessory processQuotaMessage Hearbeat updateConsumption PV updateConsumption BAT should update BAT Output Consumption when Hearbeat message is received with positive bpPwr" name="PowerOceanAccessory processQuotaMessage Hearbeat updateConsumption PV updateConsumption BAT should update BAT Output Consumption when Hearbeat message is received with positive bpPwr" time="0.031">
305
681
  </testcase>
306
- <testcase classname="PowerStreamAccessory initializeDefaultValues updateConsumption PV should update PV consumption-related characteristics
307
- when initializing default values with quotas were not initialized properly for it" name="PowerStreamAccessory initializeDefaultValues updateConsumption PV should update PV consumption-related characteristics
308
- when initializing default values with quotas were not initialized properly for it" time="0.004">
682
+ <testcase classname="PowerOceanAccessory processQuotaMessage Hearbeat updateConsumption PV updateConsumption BAT should update BAT Input and Output Consumption when Hearbeat message is received with zero bpPwr" name="PowerOceanAccessory processQuotaMessage Hearbeat updateConsumption PV updateConsumption BAT should update BAT Input and Output Consumption when Hearbeat message is received with zero bpPwr" time="0.01">
309
683
  </testcase>
310
- <testcase classname="PowerStreamAccessory initializeDefaultValues updateConsumption BAT should update BAT consumption-related characteristics when initializing default values" name="PowerStreamAccessory initializeDefaultValues updateConsumption BAT should update BAT consumption-related characteristics when initializing default values" time="0.004">
684
+ <testcase classname="PowerOceanAccessory processQuotaMessage Hearbeat updateConsumption PV updateConsumption BAT should update BAT Input Consumption when Hearbeat message is received with negative bpPwr" name="PowerOceanAccessory processQuotaMessage Hearbeat updateConsumption PV updateConsumption BAT should update BAT Input Consumption when Hearbeat message is received with negative bpPwr" time="0.006">
311
685
  </testcase>
312
- <testcase classname="PowerStreamAccessory initializeDefaultValues updateConsumption BAT should update BAT consumption-related characteristics
313
- when initializing default values with quotas were not initialized properly for it" name="PowerStreamAccessory initializeDefaultValues updateConsumption BAT should update BAT consumption-related characteristics
314
- when initializing default values with quotas were not initialized properly for it" time="0.004">
686
+ <testcase classname="PowerOceanAccessory processQuotaMessage Hearbeat updateConsumption PV updateConsumption INV should not update INV Input and Output Consumption when Hearbeat message is received with undefined status" name="PowerOceanAccessory processQuotaMessage Hearbeat updateConsumption PV updateConsumption INV should not update INV Input and Output Consumption when Hearbeat message is received with undefined status" time="0.006">
315
687
  </testcase>
316
- <testcase classname="PowerStreamAccessory initializeDefaultValues updateConsumption INV should update INV consumption-related characteristics when initializing default values" name="PowerStreamAccessory initializeDefaultValues updateConsumption INV should update INV consumption-related characteristics when initializing default values" time="0.01">
688
+ <testcase classname="PowerOceanAccessory processQuotaMessage Hearbeat updateConsumption PV updateConsumption INV should update INV Output Consumption when Hearbeat message is received with psysLoadPwr" name="PowerOceanAccessory processQuotaMessage Hearbeat updateConsumption PV updateConsumption INV should update INV Output Consumption when Hearbeat message is received with psysLoadPwr" time="0.003">
317
689
  </testcase>
318
- <testcase classname="PowerStreamAccessory initializeDefaultValues updateConsumption INV should update INV consumption-related characteristics
319
- when initializing default values with quotas were not initialized properly for it" name="PowerStreamAccessory initializeDefaultValues updateConsumption INV should update INV consumption-related characteristics
320
- when initializing default values with quotas were not initialized properly for it" time="0.012">
690
+ <testcase classname="PowerOceanAccessory processQuotaMessage Hearbeat updateConsumption PV updateConsumption INV should update INV Output Consumption when Hearbeat message is received with zero sysLoadPwr" name="PowerOceanAccessory processQuotaMessage Hearbeat updateConsumption PV updateConsumption INV should update INV Output Consumption when Hearbeat message is received with zero sysLoadPwr" time="0.034">
321
691
  </testcase>
322
- <testcase classname="PowerStreamAccessory initializeDefaultValues updateBrightness INV should update INV brightness-related characteristics when initializing default values" name="PowerStreamAccessory initializeDefaultValues updateBrightness INV should update INV brightness-related characteristics when initializing default values" time="0.004">
692
+ <testcase classname="PowerOceanAccessory processQuotaMessage Hearbeat updateConsumption PV updateConsumption INV should update INV Input Consumption when Hearbeat message is received with sysGridPwr" name="PowerOceanAccessory processQuotaMessage Hearbeat updateConsumption PV updateConsumption INV should update INV Input Consumption when Hearbeat message is received with sysGridPwr" time="0.004">
323
693
  </testcase>
324
- <testcase classname="PowerStreamAccessory initializeDefaultValues updateBrightness INV should update INV brightness-related characteristics
325
- when initializing default values with quotas were not initialized properly for it" name="PowerStreamAccessory initializeDefaultValues updateBrightness INV should update INV brightness-related characteristics
326
- when initializing default values with quotas were not initialized properly for it" time="0.009">
694
+ <testcase classname="PowerOceanAccessory processQuotaMessage Hearbeat updateConsumption PV updateConsumption INV should update INV Input Consumption when Hearbeat message is received with zero sysGridPwr" name="PowerOceanAccessory processQuotaMessage Hearbeat updateConsumption PV updateConsumption INV should update INV Input Consumption when Hearbeat message is received with zero sysGridPwr" time="0.003">
327
695
  </testcase>
328
- <testcase classname="PowerStreamAccessory initializeDefaultValues updatePowerDemand INV should update INV brightness-related characteristics when initializing default values" name="PowerStreamAccessory initializeDefaultValues updatePowerDemand INV should update INV brightness-related characteristics when initializing default values" time="0.007">
696
+ <testcase classname="PowerOceanAccessory initializeDefaultValues should initialize quota when is called before initializeDefaultValues" name="PowerOceanAccessory initializeDefaultValues should initialize quota when is called before initializeDefaultValues" time="0.004">
329
697
  </testcase>
330
- <testcase classname="PowerStreamAccessory initializeDefaultValues updatePowerDemand INV should update INV power demand-related characteristics
331
- when initializing default values with quotas were not initialized properly for it" name="PowerStreamAccessory initializeDefaultValues updatePowerDemand INV should update INV power demand-related characteristics
698
+ <testcase classname="PowerOceanAccessory initializeDefaultValues updateBatteryLevel should update battery level-related characteristics when initializing default values" name="PowerOceanAccessory initializeDefaultValues updateBatteryLevel should update battery level-related characteristics when initializing default values" time="0.003">
699
+ </testcase>
700
+ <testcase classname="PowerOceanAccessory initializeDefaultValues updateBatteryLevel should update battery level-related characteristics
701
+ when initializing default values with quotas were not initialized properly for it" name="PowerOceanAccessory initializeDefaultValues updateBatteryLevel should update battery level-related characteristics
332
702
  when initializing default values with quotas were not initialized properly for it" time="0.003">
333
703
  </testcase>
704
+ <testcase classname="PowerOceanAccessory initializeDefaultValues updateConsumption PV should update PV consumption-related characteristics when initializing default values" name="PowerOceanAccessory initializeDefaultValues updateConsumption PV should update PV consumption-related characteristics when initializing default values" time="0.003">
705
+ </testcase>
706
+ <testcase classname="PowerOceanAccessory initializeDefaultValues updateConsumption PV should update PV consumption-related characteristics
707
+ when initializing default values with quotas were not initialized properly for it" name="PowerOceanAccessory initializeDefaultValues updateConsumption PV should update PV consumption-related characteristics
708
+ when initializing default values with quotas were not initialized properly for it" time="0.023">
709
+ </testcase>
710
+ <testcase classname="PowerOceanAccessory initializeDefaultValues updateConsumption BAT should update BAT consumption-related characteristics when initializing default values" name="PowerOceanAccessory initializeDefaultValues updateConsumption BAT should update BAT consumption-related characteristics when initializing default values" time="0.002">
711
+ </testcase>
712
+ <testcase classname="PowerOceanAccessory initializeDefaultValues updateConsumption BAT should update BAT consumption-related characteristics
713
+ when initializing default values with quotas were not initialized properly for it" name="PowerOceanAccessory initializeDefaultValues updateConsumption BAT should update BAT consumption-related characteristics
714
+ when initializing default values with quotas were not initialized properly for it" time="0.003">
715
+ </testcase>
716
+ <testcase classname="PowerOceanAccessory initializeDefaultValues updateConsumption INV should update INV consumption-related characteristics when initializing default values" name="PowerOceanAccessory initializeDefaultValues updateConsumption INV should update INV consumption-related characteristics when initializing default values" time="0.002">
717
+ </testcase>
718
+ <testcase classname="PowerOceanAccessory initializeDefaultValues updateConsumption INV should update INV consumption-related characteristics
719
+ when initializing default values with quotas were not initialized properly for it" name="PowerOceanAccessory initializeDefaultValues updateConsumption INV should update INV consumption-related characteristics
720
+ when initializing default values with quotas were not initialized properly for it" time="0.004">
721
+ </testcase>
334
722
  </testsuite>
335
- <testsuite name="DeltaPro3Accessory" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:02" time="1.321" tests="28">
336
- <testcase classname="DeltaPro3Accessory initialize should add required services when initializing accessory" name="DeltaPro3Accessory initialize should add required services when initializing accessory" time="0.008">
723
+ <testsuite name="ThermostatFridgeServiceBase" errors="0" failures="0" skipped="0" timestamp="2025-04-29T16:01:55" time="5.987" tests="39">
724
+ <testcase classname="ThermostatFridgeServiceBase initialize should add Thermostat service when it is not added to accessory yet" name="ThermostatFridgeServiceBase initialize should add Thermostat service when it is not added to accessory yet" time="0.054">
337
725
  </testcase>
338
- <testcase classname="DeltaPro3Accessory processQuotaMessage updateSocValues should update soc values in quota when received message contains them" name="DeltaPro3Accessory processQuotaMessage updateSocValues should update soc values in quota when received message contains them" time="0.006">
726
+ <testcase classname="ThermostatFridgeServiceBase initialize should use existing Thermostat service when it is already added to accessory" name="ThermostatFridgeServiceBase initialize should use existing Thermostat service when it is already added to accessory" time="0.002">
339
727
  </testcase>
340
- <testcase classname="DeltaPro3Accessory processQuotaMessage updateSocValues should update battery level when message is received with cmsBattSoc" name="DeltaPro3Accessory processQuotaMessage updateSocValues should update battery level when message is received with cmsBattSoc" time="0.004">
728
+ <testcase classname="ThermostatFridgeServiceBase initialize should add Thermostat characteristics when initializing accessory" name="ThermostatFridgeServiceBase initialize should add Thermostat characteristics when initializing accessory" time="0.002">
341
729
  </testcase>
342
- <testcase classname="DeltaPro3Accessory processQuotaMessage updateSocValues should not update any characteristic when message is received with undefined status" name="DeltaPro3Accessory processQuotaMessage updateSocValues should not update any characteristic when message is received with undefined status" time="0.004">
730
+ <testcase classname="ThermostatFridgeServiceBase updateCurrentTemperature should set current temperature to value when it is requested" name="ThermostatFridgeServiceBase updateCurrentTemperature should set current temperature to value when it is requested" time="0.001">
343
731
  </testcase>
344
- <testcase classname="DeltaPro3Accessory processQuotaMessage updateInputWattsValues should update input watts in quota when received message contains it" name="DeltaPro3Accessory processQuotaMessage updateInputWattsValues should update input watts in quota when received message contains it" time="0.004">
732
+ <testcase classname="ThermostatFridgeServiceBase updateCurrentTemperature should set current temperature to max allowed value when update requested for value that exceeds it" name="ThermostatFridgeServiceBase updateCurrentTemperature should set current temperature to max allowed value when update requested for value that exceeds it" time="0.001">
345
733
  </testcase>
346
- <testcase classname="DeltaPro3Accessory processQuotaMessage updateInputWattsValues should update charging state to true
347
- when message is received with non zero inputWatts and without outputWatts" name="DeltaPro3Accessory processQuotaMessage updateInputWattsValues should update charging state to true
348
- when message is received with non zero inputWatts and without outputWatts" time="0.005">
734
+ <testcase classname="ThermostatFridgeServiceBase updateCurrentTemperature should set current temperature to min allowed value when update requested for value that is below it" name="ThermostatFridgeServiceBase updateCurrentTemperature should set current temperature to min allowed value when update requested for value that is below it" time="0.002">
349
735
  </testcase>
350
- <testcase classname="DeltaPro3Accessory processQuotaMessage updateInputWattsValues should update charging state to true
351
- when message is received with non zero inputWatts and non equal to it outputWatts" name="DeltaPro3Accessory processQuotaMessage updateInputWattsValues should update charging state to true
352
- when message is received with non zero inputWatts and non equal to it outputWatts" time="0.005">
736
+ <testcase classname="ThermostatFridgeServiceBase updateTargetTemperature should set target temperature to value when it is requested" name="ThermostatFridgeServiceBase updateTargetTemperature should set target temperature to value when it is requested" time="0.01">
353
737
  </testcase>
354
- <testcase classname="DeltaPro3Accessory processQuotaMessage updateInputWattsValues should update charging state to false
355
- when message is received with zero inputWatts and non equal to it outputWatts" name="DeltaPro3Accessory processQuotaMessage updateInputWattsValues should update charging state to false
356
- when message is received with zero inputWatts and non equal to it outputWatts" time="0.005">
738
+ <testcase classname="ThermostatFridgeServiceBase updateTargetTemperature should set target temperature to max allowed value when update requested for value that exceeds it" name="ThermostatFridgeServiceBase updateTargetTemperature should set target temperature to max allowed value when update requested for value that exceeds it" time="0.003">
357
739
  </testcase>
358
- <testcase classname="DeltaPro3Accessory processQuotaMessage updateInputWattsValues should update charging state to false
359
- when message is received with zero inputWatts and outputWatts" name="DeltaPro3Accessory processQuotaMessage updateInputWattsValues should update charging state to false
360
- when message is received with zero inputWatts and outputWatts" time="0.023">
740
+ <testcase classname="ThermostatFridgeServiceBase updateTargetTemperature should set target temperature to min allowed value when update requested for value that is below it" name="ThermostatFridgeServiceBase updateTargetTemperature should set target temperature to min allowed value when update requested for value that is below it" time="0.002">
361
741
  </testcase>
362
- <testcase classname="DeltaPro3Accessory processQuotaMessage updateInputWattsValues should update AC HV, AC LV, DC 12V input consumptions when message is received with inputWatts" name="DeltaPro3Accessory processQuotaMessage updateInputWattsValues should update AC HV, AC LV, DC 12V input consumptions when message is received with inputWatts" time="0.004">
742
+ <testcase classname="ThermostatFridgeServiceBase updateCurrentState should set current state to Cool when it is requested" name="ThermostatFridgeServiceBase updateCurrentState should set current state to Cool when it is requested" time="0.001">
363
743
  </testcase>
364
- <testcase classname="DeltaPro3Accessory processQuotaMessage updateInputWattsValues should not update any characteristic when message is received with undefined status" name="DeltaPro3Accessory processQuotaMessage updateInputWattsValues should not update any characteristic when message is received with undefined status" time="0.004">
744
+ <testcase classname="ThermostatFridgeServiceBase updateCurrentState should set current state to Off when it is requested" name="ThermostatFridgeServiceBase updateCurrentState should set current state to Off when it is requested" time="0.001">
365
745
  </testcase>
366
- <testcase classname="DeltaPro3Accessory processQuotaMessage updateOutputWattsValues should update AC HV output watts consumption when message is received with powGetAcHvOut" name="DeltaPro3Accessory processQuotaMessage updateOutputWattsValues should update AC HV output watts consumption when message is received with powGetAcHvOut" time="0.004">
746
+ <testcase classname="ThermostatFridgeServiceBase updateCurrentState should set current state to Off when update requested for unsupported value" name="ThermostatFridgeServiceBase updateCurrentState should set current state to Off when update requested for unsupported value" time="0.001">
367
747
  </testcase>
368
- <testcase classname="DeltaPro3Accessory processQuotaMessage updateOutputWattsValues should update AC LV output consumption when message is received with powGetAcLvOut" name="DeltaPro3Accessory processQuotaMessage updateOutputWattsValues should update AC LV output consumption when message is received with powGetAcLvOut" time="0.004">
748
+ <testcase classname="ThermostatFridgeServiceBase updateTargetState should set target state to Cool when it is requested" name="ThermostatFridgeServiceBase updateTargetState should set target state to Cool when it is requested" time="0.002">
369
749
  </testcase>
370
- <testcase classname="DeltaPro3Accessory processQuotaMessage updateOutputWattsValues should update DC 12V output consumption when message is received with powGet12v" name="DeltaPro3Accessory processQuotaMessage updateOutputWattsValues should update DC 12V output consumption when message is received with powGet12v" time="0.003">
750
+ <testcase classname="ThermostatFridgeServiceBase updateTargetState should set target state to Off when it is requested" name="ThermostatFridgeServiceBase updateTargetState should set target state to Off when it is requested" time="0.001">
371
751
  </testcase>
372
- <testcase classname="DeltaPro3Accessory processQuotaMessage updateOutputWattsValues should not update any characteristic when message is received with undefined status" name="DeltaPro3Accessory processQuotaMessage updateOutputWattsValues should not update any characteristic when message is received with undefined status" time="0.03">
752
+ <testcase classname="ThermostatFridgeServiceBase updateTargetState should set target state to Off when update requested for unsupported value" name="ThermostatFridgeServiceBase updateTargetState should set target state to Off when update requested for unsupported value" time="0.001">
373
753
  </testcase>
374
- <testcase classname="DeltaPro3Accessory processQuotaMessage updateSwitchStateValues should update AC HV state when message is received with flowInfoAcHvOut" name="DeltaPro3Accessory processQuotaMessage updateSwitchStateValues should update AC HV state when message is received with flowInfoAcHvOut" time="0.022">
754
+ <testcase classname="ThermostatFridgeServiceBase updateTemperatureDisplayUnits should set temperature display units to Fahrenheit when it is requested" name="ThermostatFridgeServiceBase updateTemperatureDisplayUnits should set temperature display units to Fahrenheit when it is requested" time="0.001">
375
755
  </testcase>
376
- <testcase classname="DeltaPro3Accessory processQuotaMessage updateSwitchStateValues should update AC LV state when message is received with flowInfoAcLvOut" name="DeltaPro3Accessory processQuotaMessage updateSwitchStateValues should update AC LV state when message is received with flowInfoAcLvOut" time="0.013">
756
+ <testcase classname="ThermostatFridgeServiceBase updateTemperatureDisplayUnits should set temperature display units to Celsius when it is requested" name="ThermostatFridgeServiceBase updateTemperatureDisplayUnits should set temperature display units to Celsius when it is requested" time="0.002">
377
757
  </testcase>
378
- <testcase classname="DeltaPro3Accessory processQuotaMessage updateSwitchStateValues should update DC 12V state when message is received with flowInfo12v" name="DeltaPro3Accessory processQuotaMessage updateSwitchStateValues should update DC 12V state when message is received with flowInfo12v" time="0.01">
758
+ <testcase classname="ThermostatFridgeServiceBase characteristics CurrentTemperature onGet should get CurrentTemperature value when device is online" name="ThermostatFridgeServiceBase characteristics CurrentTemperature onGet should get CurrentTemperature value when device is online" time="0.002">
379
759
  </testcase>
380
- <testcase classname="DeltaPro3Accessory processQuotaMessage updateSwitchStateValues should not update any characteristic when message is received with undefined status" name="DeltaPro3Accessory processQuotaMessage updateSwitchStateValues should not update any characteristic when message is received with undefined status" time="0.013">
760
+ <testcase classname="ThermostatFridgeServiceBase characteristics CurrentTemperature onGet should throw an error when getting CurrentTemperature value but device is offline" name="ThermostatFridgeServiceBase characteristics CurrentTemperature onGet should throw an error when getting CurrentTemperature value but device is offline" time="0.013">
381
761
  </testcase>
382
- <testcase classname="DeltaPro3Accessory initializeDefaultValues should initialize quota when is called before initializeDefaultValues" name="DeltaPro3Accessory initializeDefaultValues should initialize quota when is called before initializeDefaultValues" time="0.012">
762
+ <testcase classname="ThermostatFridgeServiceBase characteristics TargetTemperature onGet should get TargetTemperature value when device is online" name="ThermostatFridgeServiceBase characteristics TargetTemperature onGet should get TargetTemperature value when device is online" time="0.001">
383
763
  </testcase>
384
- <testcase classname="DeltaPro3Accessory initializeDefaultValues updateSocValues should update soc-related characteristics when is requested" name="DeltaPro3Accessory initializeDefaultValues updateSocValues should update soc-related characteristics when is requested" time="0.013">
764
+ <testcase classname="ThermostatFridgeServiceBase characteristics TargetTemperature onGet should throw an error when getting TargetTemperature value but device is offline" name="ThermostatFridgeServiceBase characteristics TargetTemperature onGet should throw an error when getting TargetTemperature value but device is offline" time="0.001">
385
765
  </testcase>
386
- <testcase classname="DeltaPro3Accessory initializeDefaultValues updateSocValues should not update soc-related characteristics when is requested and quotas were not initialized properly for it" name="DeltaPro3Accessory initializeDefaultValues updateSocValues should not update soc-related characteristics when is requested and quotas were not initialized properly for it" time="0.027">
766
+ <testcase classname="ThermostatFridgeServiceBase characteristics TargetTemperature onSet should set TargetTemperature value when device is online" name="ThermostatFridgeServiceBase characteristics TargetTemperature onSet should set TargetTemperature value when device is online" time="0">
387
767
  </testcase>
388
- <testcase classname="DeltaPro3Accessory initializeDefaultValues updateInputWattsValues should update input watts-related characteristics when is requested" name="DeltaPro3Accessory initializeDefaultValues updateInputWattsValues should update input watts-related characteristics when is requested" time="0.013">
768
+ <testcase classname="ThermostatFridgeServiceBase characteristics TargetTemperature onSet should throw an error when setting TargetTemperature value but device is offline" name="ThermostatFridgeServiceBase characteristics TargetTemperature onSet should throw an error when setting TargetTemperature value but device is offline" time="0">
389
769
  </testcase>
390
- <testcase classname="DeltaPro3Accessory initializeDefaultValues updateInputWattsValues should update input watts-related characteristics when is requested and quotas were not initialized properly for it" name="DeltaPro3Accessory initializeDefaultValues updateInputWattsValues should update input watts-related characteristics when is requested and quotas were not initialized properly for it" time="0.032">
770
+ <testcase classname="ThermostatFridgeServiceBase characteristics TargetTemperature onSet should throw an error when setting on value but service is disabled" name="ThermostatFridgeServiceBase characteristics TargetTemperature onSet should throw an error when setting on value but service is disabled" time="0">
391
771
  </testcase>
392
- <testcase classname="DeltaPro3Accessory initializeDefaultValues updateOutputWattsValues should update output watts-related characteristics when is requested" name="DeltaPro3Accessory initializeDefaultValues updateOutputWattsValues should update output watts-related characteristics when is requested" time="0.01">
772
+ <testcase classname="ThermostatFridgeServiceBase characteristics TargetTemperature onSet should revert changing of TargetTemperature when sending Set command to device is failed" name="ThermostatFridgeServiceBase characteristics TargetTemperature onSet should revert changing of TargetTemperature when sending Set command to device is failed" time="0.001">
393
773
  </testcase>
394
- <testcase classname="DeltaPro3Accessory initializeDefaultValues updateOutputWattsValues should update output watts-related characteristics when is requested and quotas were not initialized properly for it" name="DeltaPro3Accessory initializeDefaultValues updateOutputWattsValues should update output watts-related characteristics when is requested and quotas were not initialized properly for it" time="0.006">
774
+ <testcase classname="ThermostatFridgeServiceBase characteristics CurrentHeatingCoolingState onGet should get CurrentHeatingCoolingState value when device is online" name="ThermostatFridgeServiceBase characteristics CurrentHeatingCoolingState onGet should get CurrentHeatingCoolingState value when device is online" time="0.001">
395
775
  </testcase>
396
- <testcase classname="DeltaPro3Accessory initializeDefaultValues updateSwitchStateValues should update switch-related characteristics when is requested" name="DeltaPro3Accessory initializeDefaultValues updateSwitchStateValues should update switch-related characteristics when is requested" time="0.012">
776
+ <testcase classname="ThermostatFridgeServiceBase characteristics CurrentHeatingCoolingState onGet should throw an error when getting CurrentHeatingCoolingState value but device is offline" name="ThermostatFridgeServiceBase characteristics CurrentHeatingCoolingState onGet should throw an error when getting CurrentHeatingCoolingState value but device is offline" time="0.001">
397
777
  </testcase>
398
- <testcase classname="DeltaPro3Accessory initializeDefaultValues updateSwitchStateValues should update switch-related characteristics when is requested and quotas were not initialized properly for it" name="DeltaPro3Accessory initializeDefaultValues updateSwitchStateValues should update switch-related characteristics when is requested and quotas were not initialized properly for it" time="0.003">
778
+ <testcase classname="ThermostatFridgeServiceBase characteristics TargetHeatingCoolingState onGet should get TargetHeatingCoolingState value when device is online" name="ThermostatFridgeServiceBase characteristics TargetHeatingCoolingState onGet should get TargetHeatingCoolingState value when device is online" time="0.001">
399
779
  </testcase>
400
- </testsuite>
401
- <testsuite name="DeltaProAccessory" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:02" time="1.671" tests="39">
402
- <testcase classname="DeltaProAccessory initialize should add required services when initializing accessory" name="DeltaProAccessory initialize should add required services when initializing accessory" time="0.007">
780
+ <testcase classname="ThermostatFridgeServiceBase characteristics TargetHeatingCoolingState onGet should throw an error when getting TargetHeatingCoolingState value but device is offline" name="ThermostatFridgeServiceBase characteristics TargetHeatingCoolingState onGet should throw an error when getting TargetHeatingCoolingState value but device is offline" time="0.001">
403
781
  </testcase>
404
- <testcase classname="DeltaProAccessory processQuotaMessage BmsMasterStatus should update bms status in quota when BmsStatus message is received" name="DeltaProAccessory processQuotaMessage BmsMasterStatus should update bms status in quota when BmsStatus message is received" time="0.005">
782
+ <testcase classname="ThermostatFridgeServiceBase characteristics TargetHeatingCoolingState onSet should set TargetHeatingCoolingState value when device is online" name="ThermostatFridgeServiceBase characteristics TargetHeatingCoolingState onSet should set TargetHeatingCoolingState value when device is online" time="0.001">
405
783
  </testcase>
406
- <testcase classname="DeltaProAccessory processQuotaMessage BmsMasterStatus should update battery level when BmsStatus message is received with f32ShowSoc" name="DeltaProAccessory processQuotaMessage BmsMasterStatus should update battery level when BmsStatus message is received with f32ShowSoc" time="0.015">
784
+ <testcase classname="ThermostatFridgeServiceBase characteristics TargetHeatingCoolingState onSet should throw an error when setting TargetHeatingCoolingState value but device is offline" name="ThermostatFridgeServiceBase characteristics TargetHeatingCoolingState onSet should throw an error when setting TargetHeatingCoolingState value but device is offline" time="0.001">
407
785
  </testcase>
408
- <testcase classname="DeltaProAccessory processQuotaMessage BmsMasterStatus should not update any characteristic when BmsStatus message is received with undefined status" name="DeltaProAccessory processQuotaMessage BmsMasterStatus should not update any characteristic when BmsStatus message is received with undefined status" time="0.005">
786
+ <testcase classname="ThermostatFridgeServiceBase characteristics TargetHeatingCoolingState onSet should throw an error when setting on value but service is disabled" name="ThermostatFridgeServiceBase characteristics TargetHeatingCoolingState onSet should throw an error when setting on value but service is disabled" time="0.001">
409
787
  </testcase>
410
- <testcase classname="DeltaProAccessory processQuotaMessage InvStatus should update inv status in quota when InvStatus message is received" name="DeltaProAccessory processQuotaMessage InvStatus should update inv status in quota when InvStatus message is received" time="0.004">
788
+ <testcase classname="ThermostatFridgeServiceBase characteristics TargetHeatingCoolingState onSet should revert changing of TargetHeatingCoolingState when sending Set command to device is failed" name="ThermostatFridgeServiceBase characteristics TargetHeatingCoolingState onSet should revert changing of TargetHeatingCoolingState when sending Set command to device is failed" time="0.002">
411
789
  </testcase>
412
- <testcase classname="DeltaProAccessory processQuotaMessage InvStatus should update charging state to true
413
- when InvStatus message is received with non zero inputWatts and without outputWatts" name="DeltaProAccessory processQuotaMessage InvStatus should update charging state to true
414
- when InvStatus message is received with non zero inputWatts and without outputWatts" time="0.005">
790
+ <testcase classname="ThermostatFridgeServiceBase characteristics TemperatureDisplayUnits onGet should get TemperatureDisplayUnits value when device is online" name="ThermostatFridgeServiceBase characteristics TemperatureDisplayUnits onGet should get TemperatureDisplayUnits value when device is online" time="0">
415
791
  </testcase>
416
- <testcase classname="DeltaProAccessory processQuotaMessage InvStatus should update charging state to true
417
- when InvStatus message is received with non zero inputWatts and non equal to it outputWatts" name="DeltaProAccessory processQuotaMessage InvStatus should update charging state to true
418
- when InvStatus message is received with non zero inputWatts and non equal to it outputWatts" time="0.011">
792
+ <testcase classname="ThermostatFridgeServiceBase characteristics TemperatureDisplayUnits onGet should throw an error when getting TemperatureDisplayUnits value but device is offline" name="ThermostatFridgeServiceBase characteristics TemperatureDisplayUnits onGet should throw an error when getting TemperatureDisplayUnits value but device is offline" time="0.001">
419
793
  </testcase>
420
- <testcase classname="DeltaProAccessory processQuotaMessage InvStatus should update charging state to false
421
- when InvStatus message is received with zero inputWatts and non equal to it outputWatts" name="DeltaProAccessory processQuotaMessage InvStatus should update charging state to false
422
- when InvStatus message is received with zero inputWatts and non equal to it outputWatts" time="0.009">
794
+ <testcase classname="ThermostatFridgeServiceBase characteristics TemperatureDisplayUnits onSet should set TemperatureDisplayUnits value when device is online" name="ThermostatFridgeServiceBase characteristics TemperatureDisplayUnits onSet should set TemperatureDisplayUnits value when device is online" time="0.001">
423
795
  </testcase>
424
- <testcase classname="DeltaProAccessory processQuotaMessage InvStatus should update charging state to false
425
- when InvStatus message is received with zero inputWatts and outputWatts" name="DeltaProAccessory processQuotaMessage InvStatus should update charging state to false
426
- when InvStatus message is received with zero inputWatts and outputWatts" time="0.012">
796
+ <testcase classname="ThermostatFridgeServiceBase characteristics TemperatureDisplayUnits onSet should throw an error when setting TemperatureDisplayUnits value but device is offline" name="ThermostatFridgeServiceBase characteristics TemperatureDisplayUnits onSet should throw an error when setting TemperatureDisplayUnits value but device is offline" time="0.001">
427
797
  </testcase>
428
- <testcase classname="DeltaProAccessory processQuotaMessage InvStatus should update AC, USB, CAR input consumptions when InvStatus message is received with inputWatts" name="DeltaProAccessory processQuotaMessage InvStatus should update AC, USB, CAR input consumptions when InvStatus message is received with inputWatts" time="0.024">
798
+ <testcase classname="ThermostatFridgeServiceBase characteristics TemperatureDisplayUnits onSet should throw an error when setting on value but service is disabled" name="ThermostatFridgeServiceBase characteristics TemperatureDisplayUnits onSet should throw an error when setting on value but service is disabled" time="0.001">
429
799
  </testcase>
430
- <testcase classname="DeltaProAccessory processQuotaMessage InvStatus should update AC state when InvStatus message is received with cfgAcEnabled" name="DeltaProAccessory processQuotaMessage InvStatus should update AC state when InvStatus message is received with cfgAcEnabled" time="0.016">
800
+ <testcase classname="ThermostatFridgeServiceBase characteristics TemperatureDisplayUnits onSet should revert changing of TemperatureDisplayUnits when sending Set command to device is failed" name="ThermostatFridgeServiceBase characteristics TemperatureDisplayUnits onSet should revert changing of TemperatureDisplayUnits when sending Set command to device is failed" time="0.002">
431
801
  </testcase>
432
- <testcase classname="DeltaProAccessory processQuotaMessage InvStatus should update X-Boost state when InvStatus message is received with cfgAcXboost" name="DeltaProAccessory processQuotaMessage InvStatus should update X-Boost state when InvStatus message is received with cfgAcXboost" time="0.006">
802
+ </testsuite>
803
+ <testsuite name="DeltaPro3Accessory" errors="0" failures="0" skipped="0" timestamp="2025-04-29T16:02:01" time="0.692" tests="28">
804
+ <testcase classname="DeltaPro3Accessory initialize should add required services when initializing accessory" name="DeltaPro3Accessory initialize should add required services when initializing accessory" time="0.004">
433
805
  </testcase>
434
- <testcase classname="DeltaProAccessory processQuotaMessage InvStatus should update AC output watts consumption when InvStatus message is received with outputWatts" name="DeltaProAccessory processQuotaMessage InvStatus should update AC output watts consumption when InvStatus message is received with outputWatts" time="0.005">
806
+ <testcase classname="DeltaPro3Accessory processQuotaMessage updateSocValues should update soc values in quota when received message contains them" name="DeltaPro3Accessory processQuotaMessage updateSocValues should update soc values in quota when received message contains them" time="0.015">
435
807
  </testcase>
436
- <testcase classname="DeltaProAccessory processQuotaMessage InvStatus should not update any characteristic when InvStatus message is received with undefined status" name="DeltaProAccessory processQuotaMessage InvStatus should not update any characteristic when InvStatus message is received with undefined status" time="0.004">
808
+ <testcase classname="DeltaPro3Accessory processQuotaMessage updateSocValues should update battery level when message is received with cmsBattSoc" name="DeltaPro3Accessory processQuotaMessage updateSocValues should update battery level when message is received with cmsBattSoc" time="0.004">
437
809
  </testcase>
438
- <testcase classname="DeltaProAccessory processQuotaMessage PdStatus should update pd status in quota when PdStatus message is received" name="DeltaProAccessory processQuotaMessage PdStatus should update pd status in quota when PdStatus message is received" time="0.004">
810
+ <testcase classname="DeltaPro3Accessory processQuotaMessage updateSocValues should not update any characteristic when message is received with undefined status" name="DeltaPro3Accessory processQuotaMessage updateSocValues should not update any characteristic when message is received with undefined status" time="0.005">
439
811
  </testcase>
440
- <testcase classname="DeltaProAccessory processQuotaMessage PdStatus should update CAR state when PdStatus message is received with carState" name="DeltaProAccessory processQuotaMessage PdStatus should update CAR state when PdStatus message is received with carState" time="0.024">
812
+ <testcase classname="DeltaPro3Accessory processQuotaMessage updateInputWattsValues should update input watts in quota when received message contains it" name="DeltaPro3Accessory processQuotaMessage updateInputWattsValues should update input watts in quota when received message contains it" time="0.006">
441
813
  </testcase>
442
- <testcase classname="DeltaProAccessory processQuotaMessage PdStatus should update CAR output consumption when PdStatus message is received with carWatts" name="DeltaProAccessory processQuotaMessage PdStatus should update CAR output consumption when PdStatus message is received with carWatts" time="0.003">
814
+ <testcase classname="DeltaPro3Accessory processQuotaMessage updateInputWattsValues should update charging state to true
815
+ when message is received with non zero inputWatts and without outputWatts" name="DeltaPro3Accessory processQuotaMessage updateInputWattsValues should update charging state to true
816
+ when message is received with non zero inputWatts and without outputWatts" time="0.006">
443
817
  </testcase>
444
- <testcase classname="DeltaProAccessory processQuotaMessage PdStatus should update USB state when PdStatus message is received with dcOutState" name="DeltaProAccessory processQuotaMessage PdStatus should update USB state when PdStatus message is received with dcOutState" time="0.008">
818
+ <testcase classname="DeltaPro3Accessory processQuotaMessage updateInputWattsValues should update charging state to true
819
+ when message is received with non zero inputWatts and non equal to it outputWatts" name="DeltaPro3Accessory processQuotaMessage updateInputWattsValues should update charging state to true
820
+ when message is received with non zero inputWatts and non equal to it outputWatts" time="0.019">
445
821
  </testcase>
446
- <testcase classname="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 usb1Watts" name="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 usb1Watts" time="0.01">
822
+ <testcase classname="DeltaPro3Accessory processQuotaMessage updateInputWattsValues should update charging state to false
823
+ when message is received with zero inputWatts and non equal to it outputWatts" name="DeltaPro3Accessory processQuotaMessage updateInputWattsValues should update charging state to false
824
+ when message is received with zero inputWatts and non equal to it outputWatts" time="0.008">
447
825
  </testcase>
448
- <testcase classname="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with usb1Watts" name="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with usb1Watts" time="0.006">
826
+ <testcase classname="DeltaPro3Accessory processQuotaMessage updateInputWattsValues should update charging state to false
827
+ when message is received with zero inputWatts and outputWatts" name="DeltaPro3Accessory processQuotaMessage updateInputWattsValues should update charging state to false
828
+ when message is received with zero inputWatts and outputWatts" time="0.004">
449
829
  </testcase>
450
- <testcase classname="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with usb2Watts" name="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with usb2Watts" time="0.007">
830
+ <testcase classname="DeltaPro3Accessory processQuotaMessage updateInputWattsValues should update AC HV, AC LV, DC 12V input consumptions when message is received with inputWatts" name="DeltaPro3Accessory processQuotaMessage updateInputWattsValues should update AC HV, AC LV, DC 12V input consumptions when message is received with inputWatts" time="0.005">
451
831
  </testcase>
452
- <testcase classname="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 usb2Watts" name="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 usb2Watts" time="0.006">
832
+ <testcase classname="DeltaPro3Accessory processQuotaMessage updateInputWattsValues should not update any characteristic when message is received with undefined status" name="DeltaPro3Accessory processQuotaMessage updateInputWattsValues should not update any characteristic when message is received with undefined status" time="0.016">
453
833
  </testcase>
454
- <testcase classname="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with qcUsb1Watts" name="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with qcUsb1Watts" time="0.013">
834
+ <testcase classname="DeltaPro3Accessory processQuotaMessage updateOutputWattsValues should update AC HV output watts consumption when message is received with powGetAcHvOut" name="DeltaPro3Accessory processQuotaMessage updateOutputWattsValues should update AC HV output watts consumption when message is received with powGetAcHvOut" time="0.006">
455
835
  </testcase>
456
- <testcase classname="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 qcUsb1Watts" name="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 qcUsb1Watts" time="0.003">
836
+ <testcase classname="DeltaPro3Accessory processQuotaMessage updateOutputWattsValues should update AC LV output consumption when message is received with powGetAcLvOut" name="DeltaPro3Accessory processQuotaMessage updateOutputWattsValues should update AC LV output consumption when message is received with powGetAcLvOut" time="0.005">
457
837
  </testcase>
458
- <testcase classname="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with qcUsb2Watts" name="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with qcUsb2Watts" time="0.007">
838
+ <testcase classname="DeltaPro3Accessory processQuotaMessage updateOutputWattsValues should update DC 12V output consumption when message is received with powGet12v" name="DeltaPro3Accessory processQuotaMessage updateOutputWattsValues should update DC 12V output consumption when message is received with powGet12v" time="0.005">
459
839
  </testcase>
460
- <testcase classname="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 qcUsb2Watts" name="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 qcUsb2Watts" time="0.003">
840
+ <testcase classname="DeltaPro3Accessory processQuotaMessage updateOutputWattsValues should not update any characteristic when message is received with undefined status" name="DeltaPro3Accessory processQuotaMessage updateOutputWattsValues should not update any characteristic when message is received with undefined status" time="0.005">
461
841
  </testcase>
462
- <testcase classname="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with typec1Watts" name="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with typec1Watts" time="0.006">
842
+ <testcase classname="DeltaPro3Accessory processQuotaMessage updateSwitchStateValues should update AC HV state when message is received with flowInfoAcHvOut" name="DeltaPro3Accessory processQuotaMessage updateSwitchStateValues should update AC HV state when message is received with flowInfoAcHvOut" time="0.005">
463
843
  </testcase>
464
- <testcase classname="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 typec1Watts" name="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 typec1Watts" time="0.004">
844
+ <testcase classname="DeltaPro3Accessory processQuotaMessage updateSwitchStateValues should update AC LV state when message is received with flowInfoAcLvOut" name="DeltaPro3Accessory processQuotaMessage updateSwitchStateValues should update AC LV state when message is received with flowInfoAcLvOut" time="0.012">
465
845
  </testcase>
466
- <testcase classname="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with typec2Watts" name="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with typec2Watts" time="0.048">
846
+ <testcase classname="DeltaPro3Accessory processQuotaMessage updateSwitchStateValues should update DC 12V state when message is received with flowInfo12v" name="DeltaPro3Accessory processQuotaMessage updateSwitchStateValues should update DC 12V state when message is received with flowInfo12v" time="0.009">
467
847
  </testcase>
468
- <testcase classname="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 typec2Watts" name="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 typec2Watts" time="0.019">
848
+ <testcase classname="DeltaPro3Accessory processQuotaMessage updateSwitchStateValues should not update any characteristic when message is received with undefined status" name="DeltaPro3Accessory processQuotaMessage updateSwitchStateValues should not update any characteristic when message is received with undefined status" time="0.03">
469
849
  </testcase>
470
- <testcase classname="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with all usb-related parameters" name="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with all usb-related parameters" time="0.029">
850
+ <testcase classname="DeltaPro3Accessory initializeDefaultValues should initialize quota when is called before initializeDefaultValues" name="DeltaPro3Accessory initializeDefaultValues should initialize quota when is called before initializeDefaultValues" time="0.016">
471
851
  </testcase>
472
- <testcase classname="DeltaProAccessory processQuotaMessage PdStatus should not update any characteristic when PdStatus message is received with undefined status" name="DeltaProAccessory processQuotaMessage PdStatus should not update any characteristic when PdStatus message is received with undefined status" time="0.02">
852
+ <testcase classname="DeltaPro3Accessory initializeDefaultValues updateSocValues should update soc-related characteristics when is requested" name="DeltaPro3Accessory initializeDefaultValues updateSocValues should update soc-related characteristics when is requested" time="0.044">
473
853
  </testcase>
474
- <testcase classname="DeltaProAccessory initializeDefaultValues should initialize quota when is called before initializeDefaultValues" name="DeltaProAccessory initializeDefaultValues should initialize quota when is called before initializeDefaultValues" time="0.019">
854
+ <testcase classname="DeltaPro3Accessory initializeDefaultValues updateSocValues should not update soc-related characteristics when is requested and quotas were not initialized properly for it" name="DeltaPro3Accessory initializeDefaultValues updateSocValues should not update soc-related characteristics when is requested and quotas were not initialized properly for it" time="0.018">
475
855
  </testcase>
476
- <testcase classname="DeltaProAccessory initializeDefaultValues EmsStatus should update BmsStatus-related characteristics when is requested" name="DeltaProAccessory initializeDefaultValues EmsStatus should update BmsStatus-related characteristics when is requested" time="0.02">
856
+ <testcase classname="DeltaPro3Accessory initializeDefaultValues updateInputWattsValues should update input watts-related characteristics when is requested" name="DeltaPro3Accessory initializeDefaultValues updateInputWattsValues should update input watts-related characteristics when is requested" time="0.009">
477
857
  </testcase>
478
- <testcase classname="DeltaProAccessory initializeDefaultValues EmsStatus should update BmsStatus-related characteristics when is requested and quotas were not initialized properly for it" name="DeltaProAccessory initializeDefaultValues EmsStatus should update BmsStatus-related characteristics when is requested and quotas were not initialized properly for it" time="0.031">
858
+ <testcase classname="DeltaPro3Accessory initializeDefaultValues updateInputWattsValues should update input watts-related characteristics when is requested and quotas were not initialized properly for it" name="DeltaPro3Accessory initializeDefaultValues updateInputWattsValues should update input watts-related characteristics when is requested and quotas were not initialized properly for it" time="0.005">
479
859
  </testcase>
480
- <testcase classname="DeltaProAccessory initializeDefaultValues InvStatus should update InvStatus-related characteristics when is requested" name="DeltaProAccessory initializeDefaultValues InvStatus should update InvStatus-related characteristics when is requested" time="0.1">
860
+ <testcase classname="DeltaPro3Accessory initializeDefaultValues updateOutputWattsValues should update output watts-related characteristics when is requested" name="DeltaPro3Accessory initializeDefaultValues updateOutputWattsValues should update output watts-related characteristics when is requested" time="0.006">
481
861
  </testcase>
482
- <testcase classname="DeltaProAccessory initializeDefaultValues InvStatus should update InvStatus-related characteristics when is requested and quotas were not initialized properly for it" name="DeltaProAccessory initializeDefaultValues InvStatus should update InvStatus-related characteristics when is requested and quotas were not initialized properly for it" time="0.01">
862
+ <testcase classname="DeltaPro3Accessory initializeDefaultValues updateOutputWattsValues should update output watts-related characteristics when is requested and quotas were not initialized properly for it" name="DeltaPro3Accessory initializeDefaultValues updateOutputWattsValues should update output watts-related characteristics when is requested and quotas were not initialized properly for it" time="0.012">
483
863
  </testcase>
484
- <testcase classname="DeltaProAccessory initializeDefaultValues PdStatus should update PdStatus-related characteristics when is requested" name="DeltaProAccessory initializeDefaultValues PdStatus should update PdStatus-related characteristics when is requested" time="0.007">
864
+ <testcase classname="DeltaPro3Accessory initializeDefaultValues updateSwitchStateValues should update switch-related characteristics when is requested" name="DeltaPro3Accessory initializeDefaultValues updateSwitchStateValues should update switch-related characteristics when is requested" time="0.002">
485
865
  </testcase>
486
- <testcase classname="DeltaProAccessory initializeDefaultValues PdStatus should update PdStatus-related characteristics when is requested and quotas were not initialized properly for it" name="DeltaProAccessory initializeDefaultValues PdStatus should update PdStatus-related characteristics when is requested and quotas were not initialized properly for it" time="0.006">
866
+ <testcase classname="DeltaPro3Accessory initializeDefaultValues updateSwitchStateValues should update switch-related characteristics when is requested and quotas were not initialized properly for it" name="DeltaPro3Accessory initializeDefaultValues updateSwitchStateValues should update switch-related characteristics when is requested and quotas were not initialized properly for it" time="0.003">
487
867
  </testcase>
488
868
  </testsuite>
489
- <testsuite name="PowerStreamAccessory" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:03" time="1.036" tests="26">
490
- <testcase classname="PowerStreamAccessory initialize should add required services when initializing accessory" name="PowerStreamAccessory initialize should add required services when initializing accessory" time="0.009">
869
+ <testsuite name="SmartPlugAccessory" errors="0" failures="0" skipped="0" timestamp="2025-04-29T16:02:02" time="0.405" tests="26">
870
+ <testcase classname="SmartPlugAccessory initialize should add required services when initializing accessory" name="SmartPlugAccessory initialize should add required services when initializing accessory" time="0.003">
491
871
  </testcase>
492
- <testcase classname="PowerStreamAccessory initialize outletServices additionalCharacteristics should initialize outlet service with additional characteristics when settings are defined in config" name="PowerStreamAccessory initialize outletServices additionalCharacteristics should initialize outlet service with additional characteristics when settings are defined in config" time="0.009">
872
+ <testcase classname="SmartPlugAccessory initialize outletServices additionalCharacteristics should initialize outlet service with additional characteristics when settings are defined in config" name="SmartPlugAccessory initialize outletServices additionalCharacteristics should initialize outlet service with additional characteristics when settings are defined in config" time="0.002">
493
873
  </testcase>
494
- <testcase classname="PowerStreamAccessory initialize outletServices additionalCharacteristics should initialize outlet service without additional characteristics when settings are not defined in config" name="PowerStreamAccessory initialize outletServices additionalCharacteristics should initialize outlet service without additional characteristics when settings are not defined in config" time="0.009">
874
+ <testcase classname="SmartPlugAccessory initialize outletServices additionalCharacteristics should initialize outlet service without additional characteristics when settings are not defined in config" name="SmartPlugAccessory initialize outletServices additionalCharacteristics should initialize outlet service without additional characteristics when settings are not defined in config" time="0.002">
495
875
  </testcase>
496
- <testcase classname="PowerStreamAccessory initialize outletServices additionalCharacteristics should notinitialize outlet service without additional characteristics when outlet settings are not defined in config" name="PowerStreamAccessory initialize outletServices additionalCharacteristics should notinitialize outlet service without additional characteristics when outlet settings are not defined in config" time="0.006">
876
+ <testcase classname="SmartPlugAccessory initialize outletServices additionalCharacteristics should notinitialize outlet service without additional characteristics when outlet settings are not defined in config" name="SmartPlugAccessory initialize outletServices additionalCharacteristics should notinitialize outlet service without additional characteristics when outlet settings are not defined in config" time="0.002">
497
877
  </testcase>
498
- <testcase classname="PowerStreamAccessory initialize brightnessService maxBrightness should initialize indicator service with permanent max brightness when it is created" name="PowerStreamAccessory initialize brightnessService maxBrightness should initialize indicator service with permanent max brightness when it is created" time="0.004">
878
+ <testcase classname="SmartPlugAccessory initialize brightnessService maxBrightness should initialize indicator service with permanent max brightness when it is created" name="SmartPlugAccessory initialize brightnessService maxBrightness should initialize indicator service with permanent max brightness when it is created" time="0.007">
499
879
  </testcase>
500
- <testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat should update heartbeat in quota when Hearbeat message is received" name="PowerStreamAccessory processQuotaMessage Hearbeat should update heartbeat in quota when Hearbeat message is received" time="0.004">
880
+ <testcase classname="SmartPlugAccessory processQuotaMessage Hearbeat should update heartbeat in quota when Hearbeat message is received" name="SmartPlugAccessory processQuotaMessage Hearbeat should update heartbeat in quota when Hearbeat message is received" time="0.003">
501
881
  </testcase>
502
- <testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateOutletValues should not update outlet characteristics when Hearbeat message is received with undefined status" name="PowerStreamAccessory processQuotaMessage Hearbeat updateOutletValues should not update outlet characteristics when Hearbeat message is received with undefined status" time="0.003">
882
+ <testcase classname="SmartPlugAccessory processQuotaMessage Hearbeat updateOutletValues should not update outlet characteristics when Hearbeat message is received with undefined status" name="SmartPlugAccessory processQuotaMessage Hearbeat updateOutletValues should not update outlet characteristics when Hearbeat message is received with undefined status" time="0.002">
503
883
  </testcase>
504
- <testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateOutletValues should update Output Consumption when Hearbeat message is received with 0 watts" name="PowerStreamAccessory processQuotaMessage Hearbeat updateOutletValues should update Output Consumption when Hearbeat message is received with 0 watts" time="0.006">
884
+ <testcase classname="SmartPlugAccessory processQuotaMessage Hearbeat updateOutletValues should update Output Consumption when Hearbeat message is received with 0 watts" name="SmartPlugAccessory processQuotaMessage Hearbeat updateOutletValues should update Output Consumption when Hearbeat message is received with 0 watts" time="0.002">
505
885
  </testcase>
506
- <testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateOutletValues should update Output Consumption when Hearbeat message is received with watts" name="PowerStreamAccessory processQuotaMessage Hearbeat updateOutletValues should update Output Consumption when Hearbeat message is received with watts" time="0.018">
886
+ <testcase classname="SmartPlugAccessory processQuotaMessage Hearbeat updateOutletValues should update Output Consumption when Hearbeat message is received with watts" name="SmartPlugAccessory processQuotaMessage Hearbeat updateOutletValues should update Output Consumption when Hearbeat message is received with watts" time="0.002">
507
887
  </testcase>
508
- <testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateOutletValues should update Output Voltage when Hearbeat message is received with 0 volt" name="PowerStreamAccessory processQuotaMessage Hearbeat updateOutletValues should update Output Voltage when Hearbeat message is received with 0 volt" time="0.003">
888
+ <testcase classname="SmartPlugAccessory processQuotaMessage Hearbeat updateOutletValues should update Output Voltage when Hearbeat message is received with 0 volt" name="SmartPlugAccessory processQuotaMessage Hearbeat updateOutletValues should update Output Voltage when Hearbeat message is received with 0 volt" time="0.001">
509
889
  </testcase>
510
- <testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateOutletValues should update Output Voltage when Hearbeat message is received with volt" name="PowerStreamAccessory processQuotaMessage Hearbeat updateOutletValues should update Output Voltage when Hearbeat message is received with volt" time="0.009">
890
+ <testcase classname="SmartPlugAccessory processQuotaMessage Hearbeat updateOutletValues should update Output Voltage when Hearbeat message is received with volt" name="SmartPlugAccessory processQuotaMessage Hearbeat updateOutletValues should update Output Voltage when Hearbeat message is received with volt" time="0.001">
511
891
  </testcase>
512
- <testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateOutletValues should update Output Current when Hearbeat message is received with 0 current" name="PowerStreamAccessory processQuotaMessage Hearbeat updateOutletValues should update Output Current when Hearbeat message is received with 0 current" time="0.002">
892
+ <testcase classname="SmartPlugAccessory processQuotaMessage Hearbeat updateOutletValues should update Output Current when Hearbeat message is received with 0 current" name="SmartPlugAccessory processQuotaMessage Hearbeat updateOutletValues should update Output Current when Hearbeat message is received with 0 current" time="0.007">
513
893
  </testcase>
514
- <testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateOutletValues should update Output Current when Hearbeat message is received with current" name="PowerStreamAccessory processQuotaMessage Hearbeat updateOutletValues should update Output Current when Hearbeat message is received with current" time="0.004">
894
+ <testcase classname="SmartPlugAccessory processQuotaMessage Hearbeat updateOutletValues should update Output Current when Hearbeat message is received with current" name="SmartPlugAccessory processQuotaMessage Hearbeat updateOutletValues should update Output Current when Hearbeat message is received with current" time="0.002">
515
895
  </testcase>
516
- <testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateBrightnessValues should not update brightness characteristics when Hearbeat message is received with undefined status" name="PowerStreamAccessory processQuotaMessage Hearbeat updateBrightnessValues should not update brightness characteristics when Hearbeat message is received with undefined status" time="0.003">
896
+ <testcase classname="SmartPlugAccessory processQuotaMessage Hearbeat updateBrightnessValues should not update brightness characteristics when Hearbeat message is received with undefined status" name="SmartPlugAccessory processQuotaMessage Hearbeat updateBrightnessValues should not update brightness characteristics when Hearbeat message is received with undefined status" time="0.003">
517
897
  </testcase>
518
- <testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateBrightnessValues should update Brightness when Hearbeat message is received with 0 brightness" name="PowerStreamAccessory processQuotaMessage Hearbeat updateBrightnessValues should update Brightness when Hearbeat message is received with 0 brightness" time="0.006">
898
+ <testcase classname="SmartPlugAccessory processQuotaMessage Hearbeat updateBrightnessValues should update Brightness when Hearbeat message is received with 0 brightness" name="SmartPlugAccessory processQuotaMessage Hearbeat updateBrightnessValues should update Brightness when Hearbeat message is received with 0 brightness" time="0.002">
519
899
  </testcase>
520
- <testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateBrightnessValues should update Brightness when Hearbeat message is received with brightness" name="PowerStreamAccessory processQuotaMessage Hearbeat updateBrightnessValues should update Brightness when Hearbeat message is received with brightness" time="0.003">
900
+ <testcase classname="SmartPlugAccessory processQuotaMessage Hearbeat updateBrightnessValues should update Brightness when Hearbeat message is received with brightness" name="SmartPlugAccessory processQuotaMessage Hearbeat updateBrightnessValues should update Brightness when Hearbeat message is received with brightness" time="0.002">
521
901
  </testcase>
522
- <testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateTemperatureValues should not update temperature service characteristics when Hearbeat message is received with undefined status" name="PowerStreamAccessory processQuotaMessage Hearbeat updateTemperatureValues should not update temperature service characteristics when Hearbeat message is received with undefined status" time="0.002">
902
+ <testcase classname="SmartPlugAccessory processQuotaMessage Hearbeat updateTemperatureValues should not update temperature service characteristics when Hearbeat message is received with undefined status" name="SmartPlugAccessory processQuotaMessage Hearbeat updateTemperatureValues should not update temperature service characteristics when Hearbeat message is received with undefined status" time="0.001">
523
903
  </testcase>
524
- <testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateTemperatureValues should update CurrentTemperature when Hearbeat message is received with 0 temp" name="PowerStreamAccessory processQuotaMessage Hearbeat updateTemperatureValues should update CurrentTemperature when Hearbeat message is received with 0 temp" time="0.003">
904
+ <testcase classname="SmartPlugAccessory processQuotaMessage Hearbeat updateTemperatureValues should update CurrentTemperature when Hearbeat message is received with 0 temp" name="SmartPlugAccessory processQuotaMessage Hearbeat updateTemperatureValues should update CurrentTemperature when Hearbeat message is received with 0 temp" time="0.001">
525
905
  </testcase>
526
- <testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateTemperatureValues should update CurrentTemperature when Hearbeat message is received with temp" name="PowerStreamAccessory processQuotaMessage Hearbeat updateTemperatureValues should update CurrentTemperature when Hearbeat message is received with temp" time="0.015">
906
+ <testcase classname="SmartPlugAccessory processQuotaMessage Hearbeat updateTemperatureValues should update CurrentTemperature when Hearbeat message is received with temp" name="SmartPlugAccessory processQuotaMessage Hearbeat updateTemperatureValues should update CurrentTemperature when Hearbeat message is received with temp" time="0.007">
527
907
  </testcase>
528
- <testcase classname="PowerStreamAccessory initializeQuota should initialize quota when is called before initializeDefaultValues" name="PowerStreamAccessory initializeQuota should initialize quota when is called before initializeDefaultValues" time="0.002">
908
+ <testcase classname="SmartPlugAccessory initializeQuota should initialize quota when is called before initializeDefaultValues" name="SmartPlugAccessory initializeQuota should initialize quota when is called before initializeDefaultValues" time="0.001">
529
909
  </testcase>
530
- <testcase classname="PowerStreamAccessory initializeQuota updateOutletValues should update outlet level-related characteristics when initializing default values" name="PowerStreamAccessory initializeQuota updateOutletValues should update outlet level-related characteristics when initializing default values" time="0.002">
910
+ <testcase classname="SmartPlugAccessory initializeQuota updateOutletValues should update outlet level-related characteristics when initializing default values" name="SmartPlugAccessory initializeQuota updateOutletValues should update outlet level-related characteristics when initializing default values" time="0.001">
531
911
  </testcase>
532
- <testcase classname="PowerStreamAccessory initializeQuota updateOutletValues should update outlet level-related characteristics
533
- when initializing default values with quotas were not initialized properly for it" name="PowerStreamAccessory initializeQuota updateOutletValues should update outlet level-related characteristics
534
- when initializing default values with quotas were not initialized properly for it" time="0.006">
912
+ <testcase classname="SmartPlugAccessory initializeQuota updateOutletValues should update outlet level-related characteristics
913
+ when initializing default values with quotas were not initialized properly for it" name="SmartPlugAccessory initializeQuota updateOutletValues should update outlet level-related characteristics
914
+ when initializing default values with quotas were not initialized properly for it" time="0.001">
535
915
  </testcase>
536
- <testcase classname="PowerStreamAccessory initializeQuota updateBrightnessValues should update brightness characteristic when initializing default values" name="PowerStreamAccessory initializeQuota updateBrightnessValues should update brightness characteristic when initializing default values" time="0.001">
916
+ <testcase classname="SmartPlugAccessory initializeQuota updateBrightnessValues should update brightness characteristic when initializing default values" name="SmartPlugAccessory initializeQuota updateBrightnessValues should update brightness characteristic when initializing default values" time="0.002">
537
917
  </testcase>
538
- <testcase classname="PowerStreamAccessory initializeQuota updateBrightnessValues should update brightness characteristic
539
- when initializing default values with quotas were not initialized properly for it" name="PowerStreamAccessory initializeQuota updateBrightnessValues should update brightness characteristic
540
- when initializing default values with quotas were not initialized properly for it" time="0.001">
918
+ <testcase classname="SmartPlugAccessory initializeQuota updateBrightnessValues should update brightness characteristic
919
+ when initializing default values with quotas were not initialized properly for it" name="SmartPlugAccessory initializeQuota updateBrightnessValues should update brightness characteristic
920
+ when initializing default values with quotas were not initialized properly for it" time="0.003">
541
921
  </testcase>
542
- <testcase classname="PowerStreamAccessory initializeQuota updateTemperatureValues should update current temperature characteristic when initializing default values" name="PowerStreamAccessory initializeQuota updateTemperatureValues should update current temperature characteristic when initializing default values" time="0.002">
922
+ <testcase classname="SmartPlugAccessory initializeQuota updateTemperatureValues should update current temperature characteristic when initializing default values" name="SmartPlugAccessory initializeQuota updateTemperatureValues should update current temperature characteristic when initializing default values" time="0.002">
543
923
  </testcase>
544
- <testcase classname="PowerStreamAccessory initializeQuota updateTemperatureValues should update current temperature characteristic
545
- when initializing default values with quotas were not initialized properly for it" name="PowerStreamAccessory initializeQuota updateTemperatureValues should update current temperature characteristic
546
- when initializing default values with quotas were not initialized properly for it" time="0.005">
924
+ <testcase classname="SmartPlugAccessory initializeQuota updateTemperatureValues should update current temperature characteristic
925
+ when initializing default values with quotas were not initialized properly for it" name="SmartPlugAccessory initializeQuota updateTemperatureValues should update current temperature characteristic
926
+ when initializing default values with quotas were not initialized properly for it" time="0.001">
547
927
  </testcase>
548
928
  </testsuite>
549
- <testsuite name="EcoFlowMqttApiManager" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:02" time="5.259" tests="26">
550
- <testcase classname="EcoFlowMqttApiManager connect should not send Set command when it is impossible to acquire certificate" name="EcoFlowMqttApiManager connect should not send Set command when it is impossible to acquire certificate" time="0.009">
929
+ <testsuite name="EcoFlowHomebridgePlatform" errors="0" failures="0" skipped="4" timestamp="2025-04-29T16:02:01" time="1.147" tests="34">
930
+ <testcase classname="EcoFlowHomebridgePlatform constructor should initialize EcoFlow config when creating new platform" name="EcoFlowHomebridgePlatform constructor should initialize EcoFlow config when creating new platform" time="0.004">
931
+ </testcase>
932
+ <testcase classname="EcoFlowHomebridgePlatform constructor should initialize Service property when creating new platform" name="EcoFlowHomebridgePlatform constructor should initialize Service property when creating new platform" time="0.001">
933
+ </testcase>
934
+ <testcase classname="EcoFlowHomebridgePlatform constructor should initialize Characteristic property when creating new platform" name="EcoFlowHomebridgePlatform constructor should initialize Characteristic property when creating new platform" time="0.002">
935
+ </testcase>
936
+ <testcase classname="EcoFlowHomebridgePlatform constructor should initialize InputConsumptionWatt characteristic when creating new platform" name="EcoFlowHomebridgePlatform constructor should initialize InputConsumptionWatt characteristic when creating new platform" time="0.001">
937
+ </testcase>
938
+ <testcase classname="EcoFlowHomebridgePlatform constructor should initialize OutputConsumptionWatts characteristic when creating new platform" name="EcoFlowHomebridgePlatform constructor should initialize OutputConsumptionWatts characteristic when creating new platform" time="0.001">
939
+ </testcase>
940
+ <testcase classname="EcoFlowHomebridgePlatform constructor should initialize success method of log when creating new platform and success method is not defined" name="EcoFlowHomebridgePlatform constructor should initialize success method of log when creating new platform and success method is not defined" time="0.001">
941
+ </testcase>
942
+ <testcase classname="EcoFlowHomebridgePlatform constructor should subscribe on didFinishLaunching when creating new platform" name="EcoFlowHomebridgePlatform constructor should subscribe on didFinishLaunching when creating new platform" time="0.001">
943
+ </testcase>
944
+ <testcase classname="EcoFlowHomebridgePlatform registerDevices validation should not register devices when devices are not configured" name="EcoFlowHomebridgePlatform registerDevices validation should not register devices when devices are not configured" time="0.005">
945
+ </testcase>
946
+ <testcase classname="EcoFlowHomebridgePlatform registerDevices validation should not register device when it is disabled" name="EcoFlowHomebridgePlatform registerDevices validation should not register device when it is disabled" time="0.002">
947
+ </testcase>
948
+ <testcase classname="EcoFlowHomebridgePlatform registerDevices validation should not register device when name is not defined" name="EcoFlowHomebridgePlatform registerDevices validation should not register device when name is not defined" time="0.002">
949
+ </testcase>
950
+ <testcase classname="EcoFlowHomebridgePlatform registerDevices validation should not register device when serialNumber is not defined" name="EcoFlowHomebridgePlatform registerDevices validation should not register device when serialNumber is not defined" time="0.003">
951
+ </testcase>
952
+ <testcase classname="EcoFlowHomebridgePlatform registerDevices validation should not register device when secretKey is not defined" name="EcoFlowHomebridgePlatform registerDevices validation should not register device when secretKey is not defined" time="0.003">
953
+ </testcase>
954
+ <testcase classname="EcoFlowHomebridgePlatform registerDevices validation should not register device when accessKey is not defined" name="EcoFlowHomebridgePlatform registerDevices validation should not register device when accessKey is not defined" time="0.011">
955
+ </testcase>
956
+ <testcase classname="EcoFlowHomebridgePlatform registerDevices validation should not register device when serial number is duplicated" name="EcoFlowHomebridgePlatform registerDevices validation should not register device when serial number is duplicated" time="0.005">
957
+ </testcase>
958
+ <testcase classname="EcoFlowHomebridgePlatform registerDevices validation should not register device when model is unknown" name="EcoFlowHomebridgePlatform registerDevices validation should not register device when model is unknown" time="0.003">
959
+ </testcase>
960
+ <testcase classname="EcoFlowHomebridgePlatform registerDevices newDevice should register device when accessory is not in cache yet" name="EcoFlowHomebridgePlatform registerDevices newDevice should register device when accessory is not in cache yet" time="0.004">
961
+ </testcase>
962
+ <testcase classname="EcoFlowHomebridgePlatform registerDevices newDevice should register platform accessory when new device is created" name="EcoFlowHomebridgePlatform registerDevices newDevice should register platform accessory when new device is created" time="0.005">
963
+ </testcase>
964
+ <testcase classname="EcoFlowHomebridgePlatform registerDevices newDevice should initialize device when registering non cached devices" name="EcoFlowHomebridgePlatform registerDevices newDevice should initialize device when registering non cached devices" time="0.056">
965
+ </testcase>
966
+ <testcase classname="EcoFlowHomebridgePlatform registerDevices newDevice should ignore initialization of default values when registering simulation of device" name="EcoFlowHomebridgePlatform registerDevices newDevice should ignore initialization of default values when registering simulation of device" time="0.055">
967
+ </testcase>
968
+ <testcase classname="EcoFlowHomebridgePlatform registerDevices createAccessory should register Delta2 accessory when model is Delta2 in config" name="EcoFlowHomebridgePlatform registerDevices createAccessory should register Delta2 accessory when model is Delta2 in config" time="0.002">
969
+ </testcase>
970
+ <testcase classname="EcoFlowHomebridgePlatform registerDevices createAccessory should register Delta2Max accessory when model is Delta2Max in config" name="EcoFlowHomebridgePlatform registerDevices createAccessory should register Delta2Max accessory when model is Delta2Max in config" time="0.002">
971
+ </testcase>
972
+ <testcase classname="EcoFlowHomebridgePlatform registerDevices createAccessory should register DeltaPro accessory when model is DeltaPro in config" name="EcoFlowHomebridgePlatform registerDevices createAccessory should register DeltaPro accessory when model is DeltaPro in config" time="0">
973
+ <skipped/>
974
+ </testcase>
975
+ <testcase classname="EcoFlowHomebridgePlatform registerDevices createAccessory should register DeltaPro3 accessory when model is DeltaPro3 in config" name="EcoFlowHomebridgePlatform registerDevices createAccessory should register DeltaPro3 accessory when model is DeltaPro3 in config" time="0.013">
976
+ </testcase>
977
+ <testcase classname="EcoFlowHomebridgePlatform registerDevices createAccessory should register DeltaProUltra accessory when model is DeltaProUltra in config" name="EcoFlowHomebridgePlatform registerDevices createAccessory should register DeltaProUltra accessory when model is DeltaProUltra in config" time="0">
978
+ <skipped/>
979
+ </testcase>
980
+ <testcase classname="EcoFlowHomebridgePlatform registerDevices createAccessory should register PowerStream accessory when model is PowerStream in config" name="EcoFlowHomebridgePlatform registerDevices createAccessory should register PowerStream accessory when model is PowerStream in config" time="0.002">
981
+ </testcase>
982
+ <testcase classname="EcoFlowHomebridgePlatform registerDevices createAccessory should register PowerOcean accessory when model is PowerOcean in config" name="EcoFlowHomebridgePlatform registerDevices createAccessory should register PowerOcean accessory when model is PowerOcean in config" time="0">
983
+ <skipped/>
984
+ </testcase>
985
+ <testcase classname="EcoFlowHomebridgePlatform registerDevices createAccessory should register SmartPlug accessory when model is SmartPlug in config" name="EcoFlowHomebridgePlatform registerDevices createAccessory should register SmartPlug accessory when model is SmartPlug in config" time="0.002">
986
+ </testcase>
987
+ <testcase classname="EcoFlowHomebridgePlatform registerDevices createAccessory should register Glacier accessory when model is Glacier in config" name="EcoFlowHomebridgePlatform registerDevices createAccessory should register Glacier accessory when model is Glacier in config" time="0">
988
+ <skipped/>
989
+ </testcase>
990
+ <testcase classname="EcoFlowHomebridgePlatform registerDevices cachedDevice should register device when accessory is already cached" name="EcoFlowHomebridgePlatform registerDevices cachedDevice should register device when accessory is already cached" time="0.003">
551
991
  </testcase>
552
- <testcase classname="EcoFlowMqttApiManager connect should connect to mqtt server when a connection is not established yet" name="EcoFlowMqttApiManager connect should connect to mqtt server when a connection is not established yet" time="0.021">
992
+ <testcase classname="EcoFlowHomebridgePlatform registerDevices cachedDevice should not register platform accessory when cached device is created" name="EcoFlowHomebridgePlatform registerDevices cachedDevice should not register platform accessory when cached device is created" time="0.003">
553
993
  </testcase>
554
- <testcase classname="EcoFlowMqttApiManager connect should use existing connection to mqtt server when a connection is already established" name="EcoFlowMqttApiManager connect should use existing connection to mqtt server when a connection is already established" time="0.009">
994
+ <testcase classname="EcoFlowHomebridgePlatform registerDevices cachedDevice should initialize device when registering cached device" name="EcoFlowHomebridgePlatform registerDevices cachedDevice should initialize device when registering cached device" time="0.052">
555
995
  </testcase>
556
- <testcase classname="EcoFlowMqttApiManager connect should log when connection is established" name="EcoFlowMqttApiManager connect should log when connection is established" time="0.019">
996
+ <testcase classname="EcoFlowHomebridgePlatform registerDevices cachedDevice should cleanupServices of initialized device when registering cached device" name="EcoFlowHomebridgePlatform registerDevices cachedDevice should cleanupServices of initialized device when registering cached device" time="0.058">
557
997
  </testcase>
558
- <testcase classname="EcoFlowMqttApiManager connect should subscribe on mqtt messages when connection is established" name="EcoFlowMqttApiManager connect should subscribe on mqtt messages when connection is established" time="0.006">
998
+ <testcase classname="EcoFlowHomebridgePlatform registerDevices cleanupDevices should remove obsolete device when it is not specified in config" name="EcoFlowHomebridgePlatform registerDevices cleanupDevices should remove obsolete device when it is not specified in config" time="0.011">
559
999
  </testcase>
560
- <testcase classname="EcoFlowMqttApiManager connect simulate should connect to mock mqtt server when simulation is activated in config" name="EcoFlowMqttApiManager connect simulate should connect to mock mqtt server when simulation is activated in config" time="0.01">
1000
+ <testcase classname="EcoFlowHomebridgePlatform configureAccessory should add accessory to list of accessories when it is restored from cache" name="EcoFlowHomebridgePlatform configureAccessory should add accessory to list of accessories when it is restored from cache" time="0.007">
561
1001
  </testcase>
562
- <testcase classname="EcoFlowMqttApiManager connect simulate should acquire fake ceritifcate when simulation is activated in config" name="EcoFlowMqttApiManager connect simulate should acquire fake ceritifcate when simulation is activated in config" time="0.008">
1002
+ </testsuite>
1003
+ <testsuite name="FanServiceBase" errors="0" failures="0" skipped="0" timestamp="2025-04-29T16:02:03" time="0.507" tests="20">
1004
+ <testcase classname="FanServiceBase initialize should add Fan service when it is not added to accessory yet" name="FanServiceBase initialize should add Fan service when it is not added to accessory yet" time="0.002">
563
1005
  </testcase>
564
- <testcase classname="EcoFlowMqttApiManager processReceivedMessage should process quota message in all devices that shares single mqtt client" name="EcoFlowMqttApiManager processReceivedMessage should process quota message in all devices that shares single mqtt client" time="0.006">
1006
+ <testcase classname="FanServiceBase initialize should use existing Fan service when it is already added to accessory" name="FanServiceBase initialize should use existing Fan service when it is already added to accessory" time="0.001">
565
1007
  </testcase>
566
- <testcase classname="EcoFlowMqttApiManager processReceivedMessage should process set_reply message in all devices that shares single mqtt client" name="EcoFlowMqttApiManager processReceivedMessage should process set_reply message in all devices that shares single mqtt client" time="0.006">
1008
+ <testcase classname="FanServiceBase initialize should add Fan characteristics when initializing accessory" name="FanServiceBase initialize should add Fan characteristics when initializing accessory" time="0.001">
567
1009
  </testcase>
568
- <testcase classname="EcoFlowMqttApiManager sendSetCommand should publish to set topic when it is requested to send set command" name="EcoFlowMqttApiManager sendSetCommand should publish to set topic when it is requested to send set command" time="0.006">
1010
+ <testcase classname="FanServiceBase updateState should set On state to true when it is requested" name="FanServiceBase updateState should set On state to true when it is requested" time="0.001">
569
1011
  </testcase>
570
- <testcase classname="EcoFlowMqttApiManager sendSetCommand should not fail a process when sending set command is failed" name="EcoFlowMqttApiManager sendSetCommand should not fail a process when sending set command is failed" time="0.005">
1012
+ <testcase classname="FanServiceBase updateRotationSpeed should set 100% rotation speed when maximum value is set" name="FanServiceBase updateRotationSpeed should set 100% rotation speed when maximum value is set" time="0">
571
1013
  </testcase>
572
- <testcase classname="EcoFlowMqttApiManager subscribeOnTopic subscribeOnQuotaTopic should not subscribe to quota topic when it is impossible to establish connection to mqtt server" name="EcoFlowMqttApiManager subscribeOnTopic subscribeOnQuotaTopic should not subscribe to quota topic when it is impossible to establish connection to mqtt server" time="0.005">
1014
+ <testcase classname="FanServiceBase updateRotationSpeed should set 0% rotation speed when minimum value is set" name="FanServiceBase updateRotationSpeed should set 0% rotation speed when minimum value is set" time="0">
573
1015
  </testcase>
574
- <testcase classname="EcoFlowMqttApiManager subscribeOnTopic subscribeOnQuotaTopic should handle error when subscribing is failed" name="EcoFlowMqttApiManager subscribeOnTopic subscribeOnQuotaTopic should handle error when subscribing is failed" time="0.005">
1016
+ <testcase classname="FanServiceBase updateRotationSpeed should set rotation speed when it is requested" name="FanServiceBase updateRotationSpeed should set rotation speed when it is requested" time="0.001">
575
1017
  </testcase>
576
- <testcase classname="EcoFlowMqttApiManager subscribeOnTopic subscribeOnQuotaTopic should subscribe to quota topic when it is requested" name="EcoFlowMqttApiManager subscribeOnTopic subscribeOnQuotaTopic should subscribe to quota topic when it is requested" time="0.005">
1018
+ <testcase classname="FanServiceBase updateRotationSpeed should revert changing of rotation speed to value set from UI when sending Set command to device is failed" name="FanServiceBase updateRotationSpeed should revert changing of rotation speed to value set from UI when sending Set command to device is failed" time="0.001">
577
1019
  </testcase>
578
- <testcase classname="EcoFlowMqttApiManager subscribeOnTopic subscribeOnSetReplyTopic should not subscribe to set_reply topic when it is impossible to establish connection to mqtt server" name="EcoFlowMqttApiManager subscribeOnTopic subscribeOnSetReplyTopic should not subscribe to set_reply topic when it is impossible to establish connection to mqtt server" time="0.007">
1020
+ <testcase classname="FanServiceBase characteristics On onGet should get On value when device is online" name="FanServiceBase characteristics On onGet should get On value when device is online" time="0.001">
579
1021
  </testcase>
580
- <testcase classname="EcoFlowMqttApiManager subscribeOnTopic subscribeOnSetReplyTopic should handle error when subscribing is failed" name="EcoFlowMqttApiManager subscribeOnTopic subscribeOnSetReplyTopic should handle error when subscribing is failed" time="0.016">
1022
+ <testcase classname="FanServiceBase characteristics On onGet should throw an error when getting On value but device is offline" name="FanServiceBase characteristics On onGet should throw an error when getting On value but device is offline" time="0.002">
581
1023
  </testcase>
582
- <testcase classname="EcoFlowMqttApiManager subscribeOnTopic subscribeOnSetReplyTopic should subscribe to set_reply topic when it is requested" name="EcoFlowMqttApiManager subscribeOnTopic subscribeOnSetReplyTopic should subscribe to set_reply topic when it is requested" time="0.018">
1024
+ <testcase classname="FanServiceBase characteristics On onSet should set On value when device is online" name="FanServiceBase characteristics On onSet should set On value when device is online" time="0.001">
583
1025
  </testcase>
584
- <testcase classname="EcoFlowMqttApiManager subscribeOnMessage subscribeOnQuotaMessage should not subscribe to quota message when connection to mqtt server is not established" name="EcoFlowMqttApiManager subscribeOnMessage subscribeOnQuotaMessage should not subscribe to quota message when connection to mqtt server is not established" time="0.005">
1026
+ <testcase classname="FanServiceBase characteristics On onSet should throw an error when setting On value but device is offline" name="FanServiceBase characteristics On onSet should throw an error when setting On value but device is offline" time="0.001">
585
1027
  </testcase>
586
- <testcase classname="EcoFlowMqttApiManager subscribeOnMessage subscribeOnQuotaMessage should not subscribe to quota message when device is not registered for client connection" name="EcoFlowMqttApiManager subscribeOnMessage subscribeOnQuotaMessage should not subscribe to quota message when device is not registered for client connection" time="0.006">
1028
+ <testcase classname="FanServiceBase characteristics On onSet should throw an error when setting On value but service is disabled" name="FanServiceBase characteristics On onSet should throw an error when setting On value but service is disabled" time="0.001">
587
1029
  </testcase>
588
- <testcase classname="EcoFlowMqttApiManager subscribeOnMessage subscribeOnQuotaMessage should subscribe to quota message when it is requested" name="EcoFlowMqttApiManager subscribeOnMessage subscribeOnQuotaMessage should subscribe to quota message when it is requested" time="0.01">
1030
+ <testcase classname="FanServiceBase characteristics On onSet should revert changing of On state when it is failed" name="FanServiceBase characteristics On onSet should revert changing of On state when it is failed" time="0.001">
589
1031
  </testcase>
590
- <testcase classname="EcoFlowMqttApiManager subscribeOnMessage subscribeOnSetReplyMessage should not subscribe to set_reply message when connection to mqtt server is not established" name="EcoFlowMqttApiManager subscribeOnMessage subscribeOnSetReplyMessage should not subscribe to set_reply message when connection to mqtt server is not established" time="0.005">
1032
+ <testcase classname="FanServiceBase characteristics RotationSpeed onGet should get RotationSpeed value when device is online" name="FanServiceBase characteristics RotationSpeed onGet should get RotationSpeed value when device is online" time="0.001">
591
1033
  </testcase>
592
- <testcase classname="EcoFlowMqttApiManager subscribeOnMessage subscribeOnSetReplyMessage should not subscribe to set_reply message when device is not registered for client connection" name="EcoFlowMqttApiManager subscribeOnMessage subscribeOnSetReplyMessage should not subscribe to set_reply message when device is not registered for client connection" time="0.005">
1034
+ <testcase classname="FanServiceBase characteristics RotationSpeed onGet should throw an error when getting RotationSpeed value but device is offline" name="FanServiceBase characteristics RotationSpeed onGet should throw an error when getting RotationSpeed value but device is offline" time="0.001">
593
1035
  </testcase>
594
- <testcase classname="EcoFlowMqttApiManager subscribeOnMessage subscribeOnSetReplyMessage should subscribe to set_reply message when it is requested" name="EcoFlowMqttApiManager subscribeOnMessage subscribeOnSetReplyMessage should subscribe to set_reply message when it is requested" time="0.025">
1036
+ <testcase classname="FanServiceBase characteristics RotationSpeed onSet should set RotationSpeed value when device is online" name="FanServiceBase characteristics RotationSpeed onSet should set RotationSpeed value when device is online" time="0">
595
1037
  </testcase>
596
- <testcase classname="EcoFlowMqttApiManager destroy should not unsubscribe from all topics when connection to mqtt server is not established yet" name="EcoFlowMqttApiManager destroy should not unsubscribe from all topics when connection to mqtt server is not established yet" time="0.005">
1038
+ <testcase classname="FanServiceBase characteristics RotationSpeed onSet should throw an error when setting RotationSpeed value but device is offline" name="FanServiceBase characteristics RotationSpeed onSet should throw an error when setting RotationSpeed value but device is offline" time="0.006">
597
1039
  </testcase>
598
- <testcase classname="EcoFlowMqttApiManager destroy should unsubscribe from all topics for all devices that shares single mqtt client
599
- when destroying an EcoFlow MQTT API object" name="EcoFlowMqttApiManager destroy should unsubscribe from all topics for all devices that shares single mqtt client
600
- when destroying an EcoFlow MQTT API object" time="0.009">
1040
+ <testcase classname="FanServiceBase characteristics RotationSpeed onSet should throw an error when setting RotationSpeed value but service is disabled" name="FanServiceBase characteristics RotationSpeed onSet should throw an error when setting RotationSpeed value but service is disabled" time="0.002">
601
1041
  </testcase>
602
- <testcase classname="EcoFlowMqttApiManager destroy should unsubscribe from all topics for devices that has own mqtt client
603
- when destroying an EcoFlow MQTT API object" name="EcoFlowMqttApiManager destroy should unsubscribe from all topics for devices that has own mqtt client
604
- when destroying an EcoFlow MQTT API object" time="0.008">
1042
+ <testcase classname="FanServiceBase characteristics RotationSpeed onSet should revert changing of RotationSpeed when sending Set command to device is failed" name="FanServiceBase characteristics RotationSpeed onSet should revert changing of RotationSpeed when sending Set command to device is failed" time="0.001">
605
1043
  </testcase>
606
1044
  </testsuite>
607
- <testsuite name="OutletServiceBase" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:07" time="2.567" tests="18">
608
- <testcase classname="OutletServiceBase initialize should add Outlet service when it is not added to accessory yet" name="OutletServiceBase initialize should add Outlet service when it is not added to accessory yet" time="0.012">
1045
+ <testsuite name="OutletServiceBase" errors="0" failures="0" skipped="0" timestamp="2025-04-29T16:02:02" time="1.172" tests="23">
1046
+ <testcase classname="OutletServiceBase initialize should add Outlet service when it is not added to accessory yet" name="OutletServiceBase initialize should add Outlet service when it is not added to accessory yet" time="0.006">
609
1047
  </testcase>
610
- <testcase classname="OutletServiceBase initialize should use existing Outlet service when it is already added to accessory" name="OutletServiceBase initialize should use existing Outlet service when it is already added to accessory" time="0.001">
1048
+ <testcase classname="OutletServiceBase initialize should use existing Outlet service when it is already added to accessory" name="OutletServiceBase initialize should use existing Outlet service when it is already added to accessory" time="0.002">
611
1049
  </testcase>
612
1050
  <testcase classname="OutletServiceBase initialize should not add custom characteristics when initializing accessory without turned on custom characteristics" name="OutletServiceBase initialize should not add custom characteristics when initializing accessory without turned on custom characteristics" time="0.001">
613
1051
  </testcase>
614
- <testcase classname="OutletServiceBase initialize should add OutputConsumptionInWatts characteristic when it is enabled in configuration" name="OutletServiceBase initialize should add OutputConsumptionInWatts characteristic when it is enabled in configuration" time="0.001">
1052
+ <testcase classname="OutletServiceBase initialize should add OutputConsumptionInWatts characteristic when it is enabled in configuration" name="OutletServiceBase initialize should add OutputConsumptionInWatts characteristic when it is enabled in configuration" time="0.002">
615
1053
  </testcase>
616
- <testcase classname="OutletServiceBase initialize should add OutputVoltage characteristic when it is enabled in configuration" name="OutletServiceBase initialize should add OutputVoltage characteristic when it is enabled in configuration" time="0.004">
1054
+ <testcase classname="OutletServiceBase initialize should add OutputVoltage characteristic when it is enabled in configuration" name="OutletServiceBase initialize should add OutputVoltage characteristic when it is enabled in configuration" time="0.002">
617
1055
  </testcase>
618
1056
  <testcase classname="OutletServiceBase initialize should add OutputCurrent characteristic when it is enabled in configuration" name="OutletServiceBase initialize should add OutputCurrent characteristic when it is enabled in configuration" time="0.001">
619
1057
  </testcase>
620
- <testcase classname="OutletServiceBase cleanupCharacteristics should remove non registered characteristics when cleanup characteristics is called" name="OutletServiceBase cleanupCharacteristics should remove non registered characteristics when cleanup characteristics is called" time="0.003">
1058
+ <testcase classname="OutletServiceBase cleanupCharacteristics should remove non registered characteristics when cleanup characteristics is called" name="OutletServiceBase cleanupCharacteristics should remove non registered characteristics when cleanup characteristics is called" time="0.002">
621
1059
  </testcase>
622
1060
  <testcase classname="OutletServiceBase updateState should set On state to true when it is requested" name="OutletServiceBase updateState should set On state to true when it is requested" time="0.001">
623
1061
  </testcase>
@@ -639,161 +1077,187 @@
639
1077
  </testcase>
640
1078
  <testcase classname="OutletServiceBase updateOutputCurrent should not set OutputCurrent when it is disabled in configuration" name="OutletServiceBase updateOutputCurrent should not set OutputCurrent when it is disabled in configuration" time="0.001">
641
1079
  </testcase>
642
- <testcase classname="OutletServiceBase onOnSet should revert changing of On state when it is failed" name="OutletServiceBase onOnSet should revert changing of On state when it is failed" time="0.005">
1080
+ <testcase classname="OutletServiceBase characteristics On onGet should get On value when device is online" name="OutletServiceBase characteristics On onGet should get On value when device is online" time="0.002">
1081
+ </testcase>
1082
+ <testcase classname="OutletServiceBase characteristics On onGet should throw an error when getting On value but device is offline" name="OutletServiceBase characteristics On onGet should throw an error when getting On value but device is offline" time="0.003">
1083
+ </testcase>
1084
+ <testcase classname="OutletServiceBase characteristics On onSet should set On value when device is online" name="OutletServiceBase characteristics On onSet should set On value when device is online" time="0">
1085
+ </testcase>
1086
+ <testcase classname="OutletServiceBase characteristics On onSet should throw an error when setting On value but device is offline" name="OutletServiceBase characteristics On onSet should throw an error when setting On value but device is offline" time="0.001">
1087
+ </testcase>
1088
+ <testcase classname="OutletServiceBase characteristics On onSet should throw an error when setting On value but service is disabled" name="OutletServiceBase characteristics On onSet should throw an error when setting On value but service is disabled" time="0.001">
1089
+ </testcase>
1090
+ <testcase classname="OutletServiceBase characteristics On onSet should revert changing of On state when it is failed" name="OutletServiceBase characteristics On onSet should revert changing of On state when it is failed" time="0.001">
643
1091
  </testcase>
644
1092
  </testsuite>
645
- <testsuite name="EcoFlowHomebridgePlatform" errors="0" failures="0" skipped="2" timestamp="2025-03-31T07:40:04" time="6.718" tests="32">
646
- <testcase classname="EcoFlowHomebridgePlatform constructor should initialize EcoFlow config when creating new platform" name="EcoFlowHomebridgePlatform constructor should initialize EcoFlow config when creating new platform" time="0.019">
1093
+ <testsuite name="LightBulbServiceBase" errors="0" failures="0" skipped="0" timestamp="2025-04-29T16:02:03" time="0.504" tests="20">
1094
+ <testcase classname="LightBulbServiceBase initialize should add Lightbulb service when it is not added to accessory yet" name="LightBulbServiceBase initialize should add Lightbulb service when it is not added to accessory yet" time="0.002">
647
1095
  </testcase>
648
- <testcase classname="EcoFlowHomebridgePlatform constructor should initialize Service property when creating new platform" name="EcoFlowHomebridgePlatform constructor should initialize Service property when creating new platform" time="0.002">
1096
+ <testcase classname="LightBulbServiceBase initialize should use existing Lightbulb service when it is already added to accessory" name="LightBulbServiceBase initialize should use existing Lightbulb service when it is already added to accessory" time="0.001">
649
1097
  </testcase>
650
- <testcase classname="EcoFlowHomebridgePlatform constructor should initialize Characteristic property when creating new platform" name="EcoFlowHomebridgePlatform constructor should initialize Characteristic property when creating new platform" time="0.004">
1098
+ <testcase classname="LightBulbServiceBase initialize should add Lightbulb characteristics when initializing accessory" name="LightBulbServiceBase initialize should add Lightbulb characteristics when initializing accessory" time="0.001">
651
1099
  </testcase>
652
- <testcase classname="EcoFlowHomebridgePlatform constructor should initialize InputConsumptionWatt characteristic when creating new platform" name="EcoFlowHomebridgePlatform constructor should initialize InputConsumptionWatt characteristic when creating new platform" time="0.001">
1100
+ <testcase classname="LightBulbServiceBase updateState should set On state to true when it is requested" name="LightBulbServiceBase updateState should set On state to true when it is requested" time="0.001">
653
1101
  </testcase>
654
- <testcase classname="EcoFlowHomebridgePlatform constructor should initialize OutputConsumptionWatts characteristic when creating new platform" name="EcoFlowHomebridgePlatform constructor should initialize OutputConsumptionWatts characteristic when creating new platform" time="0.001">
1102
+ <testcase classname="LightBulbServiceBase updateBrightness should set 100% brightness when maximum value is set" name="LightBulbServiceBase updateBrightness should set 100% brightness when maximum value is set" time="0.001">
655
1103
  </testcase>
656
- <testcase classname="EcoFlowHomebridgePlatform constructor should initialize success method of log when creating new platform and success method is not defined" name="EcoFlowHomebridgePlatform constructor should initialize success method of log when creating new platform and success method is not defined" time="0.001">
1104
+ <testcase classname="LightBulbServiceBase updateBrightness should set 0% brightness when minimum value is set" name="LightBulbServiceBase updateBrightness should set 0% brightness when minimum value is set" time="0">
657
1105
  </testcase>
658
- <testcase classname="EcoFlowHomebridgePlatform constructor should subscribe on didFinishLaunching when creating new platform" name="EcoFlowHomebridgePlatform constructor should subscribe on didFinishLaunching when creating new platform" time="0.002">
1106
+ <testcase classname="LightBulbServiceBase updateBrightness should set brightness when it is requested" name="LightBulbServiceBase updateBrightness should set brightness when it is requested" time="0">
659
1107
  </testcase>
660
- <testcase classname="EcoFlowHomebridgePlatform registerDevices validation should not register devices when devices are not configured" name="EcoFlowHomebridgePlatform registerDevices validation should not register devices when devices are not configured" time="0.004">
1108
+ <testcase classname="LightBulbServiceBase updateBrightness should revert changing of brightness to value set from UI when sending Set command to device is failed" name="LightBulbServiceBase updateBrightness should revert changing of brightness to value set from UI when sending Set command to device is failed" time="0.001">
661
1109
  </testcase>
662
- <testcase classname="EcoFlowHomebridgePlatform registerDevices validation should not register device when it is disabled" name="EcoFlowHomebridgePlatform registerDevices validation should not register device when it is disabled" time="0.004">
1110
+ <testcase classname="LightBulbServiceBase characteristics On onGet should get On value when device is online" name="LightBulbServiceBase characteristics On onGet should get On value when device is online" time="0">
663
1111
  </testcase>
664
- <testcase classname="EcoFlowHomebridgePlatform registerDevices validation should not register device when name is not defined" name="EcoFlowHomebridgePlatform registerDevices validation should not register device when name is not defined" time="0.007">
1112
+ <testcase classname="LightBulbServiceBase characteristics On onGet should throw an error when getting On value but device is offline" name="LightBulbServiceBase characteristics On onGet should throw an error when getting On value but device is offline" time="0.001">
665
1113
  </testcase>
666
- <testcase classname="EcoFlowHomebridgePlatform registerDevices validation should not register device when serialNumber is not defined" name="EcoFlowHomebridgePlatform registerDevices validation should not register device when serialNumber is not defined" time="0.003">
1114
+ <testcase classname="LightBulbServiceBase characteristics On onSet should set On value when device is online" name="LightBulbServiceBase characteristics On onSet should set On value when device is online" time="0">
667
1115
  </testcase>
668
- <testcase classname="EcoFlowHomebridgePlatform registerDevices validation should not register device when secretKey is not defined" name="EcoFlowHomebridgePlatform registerDevices validation should not register device when secretKey is not defined" time="0.003">
1116
+ <testcase classname="LightBulbServiceBase characteristics On onSet should throw an error when setting On value but device is offline" name="LightBulbServiceBase characteristics On onSet should throw an error when setting On value but device is offline" time="0">
669
1117
  </testcase>
670
- <testcase classname="EcoFlowHomebridgePlatform registerDevices validation should not register device when accessKey is not defined" name="EcoFlowHomebridgePlatform registerDevices validation should not register device when accessKey is not defined" time="0.009">
1118
+ <testcase classname="LightBulbServiceBase characteristics On onSet should throw an error when setting On value but service is disabled" name="LightBulbServiceBase characteristics On onSet should throw an error when setting On value but service is disabled" time="0.001">
671
1119
  </testcase>
672
- <testcase classname="EcoFlowHomebridgePlatform registerDevices validation should not register device when serial number is duplicated" name="EcoFlowHomebridgePlatform registerDevices validation should not register device when serial number is duplicated" time="0.007">
1120
+ <testcase classname="LightBulbServiceBase characteristics On onSet should revert changing of On state when it is failed" name="LightBulbServiceBase characteristics On onSet should revert changing of On state when it is failed" time="0.001">
673
1121
  </testcase>
674
- <testcase classname="EcoFlowHomebridgePlatform registerDevices validation should not register device when model is unknown" name="EcoFlowHomebridgePlatform registerDevices validation should not register device when model is unknown" time="0.003">
1122
+ <testcase classname="LightBulbServiceBase characteristics Brightness onGet should get Brightness value when device is online" name="LightBulbServiceBase characteristics Brightness onGet should get Brightness value when device is online" time="0.001">
675
1123
  </testcase>
676
- <testcase classname="EcoFlowHomebridgePlatform registerDevices newDevice should register device when accessory is not in cache yet" name="EcoFlowHomebridgePlatform registerDevices newDevice should register device when accessory is not in cache yet" time="0.005">
1124
+ <testcase classname="LightBulbServiceBase characteristics Brightness onGet should throw an error when getting Brightness value but device is offline" name="LightBulbServiceBase characteristics Brightness onGet should throw an error when getting Brightness value but device is offline" time="0.001">
677
1125
  </testcase>
678
- <testcase classname="EcoFlowHomebridgePlatform registerDevices newDevice should register platform accessory when new device is created" name="EcoFlowHomebridgePlatform registerDevices newDevice should register platform accessory when new device is created" time="0.004">
1126
+ <testcase classname="LightBulbServiceBase characteristics Brightness onSet should set Brightness value when device is online" name="LightBulbServiceBase characteristics Brightness onSet should set Brightness value when device is online" time="0.001">
679
1127
  </testcase>
680
- <testcase classname="EcoFlowHomebridgePlatform registerDevices newDevice should initialize device when registering non cached devices" name="EcoFlowHomebridgePlatform registerDevices newDevice should initialize device when registering non cached devices" time="0.053">
1128
+ <testcase classname="LightBulbServiceBase characteristics Brightness onSet should throw an error when setting Brightness value but device is offline" name="LightBulbServiceBase characteristics Brightness onSet should throw an error when setting Brightness value but device is offline" time="0.001">
681
1129
  </testcase>
682
- <testcase classname="EcoFlowHomebridgePlatform registerDevices newDevice should ignore initialization of default values when registering simulation of device" name="EcoFlowHomebridgePlatform registerDevices newDevice should ignore initialization of default values when registering simulation of device" time="0.053">
1130
+ <testcase classname="LightBulbServiceBase characteristics Brightness onSet should throw an error when setting on value but service is disabled" name="LightBulbServiceBase characteristics Brightness onSet should throw an error when setting on value but service is disabled" time="0.002">
683
1131
  </testcase>
684
- <testcase classname="EcoFlowHomebridgePlatform registerDevices createAccessory should register Delta2 accessory when model is Delta2 in config" name="EcoFlowHomebridgePlatform registerDevices createAccessory should register Delta2 accessory when model is Delta2 in config" time="0.002">
1132
+ <testcase classname="LightBulbServiceBase characteristics Brightness onSet should revert changing of Brightness when sending Set command to device is failed" name="LightBulbServiceBase characteristics Brightness onSet should revert changing of Brightness when sending Set command to device is failed" time="0.001">
685
1133
  </testcase>
686
- <testcase classname="EcoFlowHomebridgePlatform registerDevices createAccessory should register Delta2Max accessory when model is Delta2Max in config" name="EcoFlowHomebridgePlatform registerDevices createAccessory should register Delta2Max accessory when model is Delta2Max in config" time="0.002">
1134
+ </testsuite>
1135
+ <testsuite name="OutletBatteryService" errors="0" failures="0" skipped="0" timestamp="2025-04-29T16:02:04" time="0.405" tests="14">
1136
+ <testcase classname="OutletBatteryService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" name="OutletBatteryService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" time="0.004">
687
1137
  </testcase>
688
- <testcase classname="EcoFlowHomebridgePlatform registerDevices createAccessory should register DeltaPro accessory when model is DeltaPro in config" name="EcoFlowHomebridgePlatform registerDevices createAccessory should register DeltaPro accessory when model is DeltaPro in config" time="0">
689
- <skipped/>
1138
+ <testcase classname="OutletBatteryService updateOutputConsumption should not set OutputConsumption when it is disabled in configuration" name="OutletBatteryService updateOutputConsumption should not set OutputConsumption when it is disabled in configuration" time="0">
690
1139
  </testcase>
691
- <testcase classname="EcoFlowHomebridgePlatform registerDevices createAccessory should register DeltaPro3 accessory when model is DeltaPro3 in config" name="EcoFlowHomebridgePlatform registerDevices createAccessory should register DeltaPro3 accessory when model is DeltaPro3 in config" time="0.003">
1140
+ <testcase classname="OutletBatteryService updateOutputCurrent should set OutputCurrent when it is enabled in configuration" name="OutletBatteryService updateOutputCurrent should set OutputCurrent when it is enabled in configuration" time="0.001">
692
1141
  </testcase>
693
- <testcase classname="EcoFlowHomebridgePlatform registerDevices createAccessory should register DeltaProUltra accessory when model is DeltaProUltra in config" name="EcoFlowHomebridgePlatform registerDevices createAccessory should register DeltaProUltra accessory when model is DeltaProUltra in config" time="0">
694
- <skipped/>
1142
+ <testcase classname="OutletBatteryService updateOutputCurrent should not set OutputCurrent when it is disabled in configuration" name="OutletBatteryService updateOutputCurrent should not set OutputCurrent when it is disabled in configuration" time="0.001">
695
1143
  </testcase>
696
- <testcase classname="EcoFlowHomebridgePlatform registerDevices createAccessory should register PowerStream accessory when model is PowerStream in config" name="EcoFlowHomebridgePlatform registerDevices createAccessory should register PowerStream accessory when model is PowerStream in config" time="0.003">
1144
+ <testcase classname="OutletBatteryService updateOutputVoltage should set OutputVoltage when it is enabled in configuration" name="OutletBatteryService updateOutputVoltage should set OutputVoltage when it is enabled in configuration" time="0.002">
697
1145
  </testcase>
698
- <testcase classname="EcoFlowHomebridgePlatform registerDevices createAccessory should register SmartPlug accessory when model is SmartPlug in config" name="EcoFlowHomebridgePlatform registerDevices createAccessory should register SmartPlug accessory when model is SmartPlug in config" time="0.003">
1146
+ <testcase classname="OutletBatteryService updateOutputVoltage should not set OutputCurrent when it is disabled in configuration" name="OutletBatteryService updateOutputVoltage should not set OutputCurrent when it is disabled in configuration" time="0.001">
699
1147
  </testcase>
700
- <testcase classname="EcoFlowHomebridgePlatform registerDevices cachedDevice should register device when accessory is already cached" name="EcoFlowHomebridgePlatform registerDevices cachedDevice should register device when accessory is already cached" time="0.002">
1148
+ <testcase classname="OutletBatteryService updateInputConsumption should set InputConsumption when it is enabled in configuration" name="OutletBatteryService updateInputConsumption should set InputConsumption when it is enabled in configuration" time="0.007">
701
1149
  </testcase>
702
- <testcase classname="EcoFlowHomebridgePlatform registerDevices cachedDevice should not register platform accessory when cached device is created" name="EcoFlowHomebridgePlatform registerDevices cachedDevice should not register platform accessory when cached device is created" time="0.002">
1150
+ <testcase classname="OutletBatteryService updateInputConsumption should not set InputConsumption when it is disabled in configuration" name="OutletBatteryService updateInputConsumption should not set InputConsumption when it is disabled in configuration" time="0.001">
703
1151
  </testcase>
704
- <testcase classname="EcoFlowHomebridgePlatform registerDevices cachedDevice should initialize device when registering cached device" name="EcoFlowHomebridgePlatform registerDevices cachedDevice should initialize device when registering cached device" time="0.052">
1152
+ <testcase classname="OutletBatteryService updateStatusLowBattery should set low battery level when it is less than 20" name="OutletBatteryService updateStatusLowBattery should set low battery level when it is less than 20" time="0.001">
1153
+ </testcase>
1154
+ <testcase classname="OutletBatteryService updateStatusLowBattery should set normal battery level when it is more than or equal to 20" name="OutletBatteryService updateStatusLowBattery should set normal battery level when it is more than or equal to 20" time="0.001">
705
1155
  </testcase>
706
- <testcase classname="EcoFlowHomebridgePlatform registerDevices cachedDevice should cleanupServices of initialized device when registering cached device" name="EcoFlowHomebridgePlatform registerDevices cachedDevice should cleanupServices of initialized device when registering cached device" time="0.052">
1156
+ <testcase classname="OutletBatteryService updateStatusLowBattery should not set StatusLowBattery when it is disabled in configuration" name="OutletBatteryService updateStatusLowBattery should not set StatusLowBattery when it is disabled in configuration" time="0.001">
707
1157
  </testcase>
708
- <testcase classname="EcoFlowHomebridgePlatform registerDevices cleanupDevices should remove obsolete device when it is not specified in config" name="EcoFlowHomebridgePlatform registerDevices cleanupDevices should remove obsolete device when it is not specified in config" time="0.003">
1158
+ <testcase classname="OutletBatteryService updateBatteryLevel should set BatteryLevel when it is enabled in configuration" name="OutletBatteryService updateBatteryLevel should set BatteryLevel when it is enabled in configuration" time="0.001">
709
1159
  </testcase>
710
- <testcase classname="EcoFlowHomebridgePlatform configureAccessory should add accessory to list of accessories when it is restored from cache" name="EcoFlowHomebridgePlatform configureAccessory should add accessory to list of accessories when it is restored from cache" time="0.001">
1160
+ <testcase classname="OutletBatteryService updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" name="OutletBatteryService updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" time="0.001">
1161
+ </testcase>
1162
+ <testcase classname="OutletBatteryService processOnSetOn should not allow to set ON value" name="OutletBatteryService processOnSetOn should not allow to set ON value" time="0.001">
711
1163
  </testcase>
712
1164
  </testsuite>
713
- <testsuite name="EcoFlowAccessoryBase" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:04" time="6.565" tests="22">
714
- <testcase classname="EcoFlowAccessoryBase initialize should add required services when initializing accessory" name="EcoFlowAccessoryBase initialize should add required services when initializing accessory" time="0.006">
1165
+ <testsuite name="OutletBatteryServiceBase" errors="0" failures="0" skipped="0" timestamp="2025-04-29T16:02:04" time="0.416" tests="14">
1166
+ <testcase classname="OutletBatteryServiceBase initialize should add Outlet service when it is not added to accessory yet" name="OutletBatteryServiceBase initialize should add Outlet service when it is not added to accessory yet" time="0.002">
715
1167
  </testcase>
716
- <testcase classname="EcoFlowAccessoryBase connectMqtt should connect to mqtt server during initialization when subscription to quota and set_reply topic is successful" name="EcoFlowAccessoryBase connectMqtt should connect to mqtt server during initialization when subscription to quota and set_reply topic is successful" time="0.155">
1168
+ <testcase classname="OutletBatteryServiceBase initialize should use existing Outlet service when it is already added to accessory" name="OutletBatteryServiceBase initialize should use existing Outlet service when it is already added to accessory" time="0.001">
717
1169
  </testcase>
718
- <testcase classname="EcoFlowAccessoryBase connectMqtt should re-connect to mqtt server when subscription to quota was failed during initialization" name="EcoFlowAccessoryBase connectMqtt should re-connect to mqtt server when subscription to quota was failed during initialization" time="0.152">
1170
+ <testcase classname="OutletBatteryServiceBase initialize should not add custom characteristics when initializing accessory without turned on custom characteristics" name="OutletBatteryServiceBase initialize should not add custom characteristics when initializing accessory without turned on custom characteristics" time="0.001">
719
1171
  </testcase>
720
- <testcase classname="EcoFlowAccessoryBase connectMqtt should re-connect to mqtt server when subscription to set_reply was failed during initialization" name="EcoFlowAccessoryBase connectMqtt should re-connect to mqtt server when subscription to set_reply was failed during initialization" time="0.152">
1172
+ <testcase classname="OutletBatteryServiceBase initialize should add InputConsumptionWatts characteristic when it is enabled in configuration" name="OutletBatteryServiceBase initialize should add InputConsumptionWatts characteristic when it is enabled in configuration" time="0.001">
721
1173
  </testcase>
722
- <testcase classname="EcoFlowAccessoryBase subscribeOnParameterUpdates should not subscribe on parameters updates for quota and set_reply messages when mqtt is failed to connect" name="EcoFlowAccessoryBase subscribeOnParameterUpdates should not subscribe on parameters updates for quota and set_reply messages when mqtt is failed to connect" time="0.002">
1174
+ <testcase classname="OutletBatteryServiceBase initialize should add BatteryLevel characteristic when it is enabled in configuration" name="OutletBatteryServiceBase initialize should add BatteryLevel characteristic when it is enabled in configuration" time="0.007">
723
1175
  </testcase>
724
- <testcase classname="EcoFlowAccessoryBase subscribeOnParameterUpdates should subscribe on parameters updates for quota and set_reply messages when mqtt is connected successfully" name="EcoFlowAccessoryBase subscribeOnParameterUpdates should subscribe on parameters updates for quota and set_reply messages when mqtt is connected successfully" time="0.003">
1176
+ <testcase classname="OutletBatteryServiceBase updateInputConsumption should set InputConsumption when it is enabled in configuration" name="OutletBatteryServiceBase updateInputConsumption should set InputConsumption when it is enabled in configuration" time="0.001">
725
1177
  </testcase>
726
- <testcase classname="EcoFlowAccessoryBase subscribeOnParameterUpdates should filter failed subscription on parameters updates when mqtt is connected successfully" name="EcoFlowAccessoryBase subscribeOnParameterUpdates should filter failed subscription on parameters updates when mqtt is connected successfully" time="0.001">
1178
+ <testcase classname="OutletBatteryServiceBase updateInputConsumption should not set InputConsumption when it is disabled in configuration" name="OutletBatteryServiceBase updateInputConsumption should not set InputConsumption when it is disabled in configuration" time="0.001">
727
1179
  </testcase>
728
- <testcase classname="EcoFlowAccessoryBase processQuotaMessage should call processQuotaMessage when new quota message is received" name="EcoFlowAccessoryBase processQuotaMessage should call processQuotaMessage when new quota message is received" time="0.002">
1180
+ <testcase classname="OutletBatteryServiceBase updateStatusLowBattery should set low battery level when it is less than 20" name="OutletBatteryServiceBase updateStatusLowBattery should set low battery level when it is less than 20" time="0.001">
729
1181
  </testcase>
730
- <testcase classname="EcoFlowAccessoryBase processSetReplyMessage should ignore &apos;set_reply&apos; message when no &apos;set&apos; command was sent yet" name="EcoFlowAccessoryBase processSetReplyMessage should ignore &apos;set_reply&apos; message when no &apos;set&apos; command was sent yet" time="0.002">
1182
+ <testcase classname="OutletBatteryServiceBase updateStatusLowBattery should set normal battery level when it is more than or equal to 20" name="OutletBatteryServiceBase updateStatusLowBattery should set normal battery level when it is more than or equal to 20" time="0.002">
731
1183
  </testcase>
732
- <testcase classname="EcoFlowAccessoryBase processSetReplyMessage should ignore &apos;set_reply&apos; message when it was not initialized by &apos;set&apos; command from current instance" name="EcoFlowAccessoryBase processSetReplyMessage should ignore &apos;set_reply&apos; message when it was not initialized by &apos;set&apos; command from current instance" time="0.002">
1184
+ <testcase classname="OutletBatteryServiceBase updateStatusLowBattery should not set StatusLowBattery when it is disabled in configuration" name="OutletBatteryServiceBase updateStatusLowBattery should not set StatusLowBattery when it is disabled in configuration" time="0.001">
733
1185
  </testcase>
734
- <testcase classname="EcoFlowAccessoryBase processSetReplyMessage should do nothing when &apos;set_reply&apos; message contains successful &apos;ack&apos; acknowledgement" name="EcoFlowAccessoryBase processSetReplyMessage should do nothing when &apos;set_reply&apos; message contains successful &apos;ack&apos; acknowledgement" time="0.002">
1186
+ <testcase classname="OutletBatteryServiceBase updateBatteryLevel should set BatteryLevel when it is enabled in configuration" name="OutletBatteryServiceBase updateBatteryLevel should set BatteryLevel when it is enabled in configuration" time="0.001">
735
1187
  </testcase>
736
- <testcase classname="EcoFlowAccessoryBase processSetReplyMessage should call revert function when &apos;set_reply&apos; message contains failed &apos;ack&apos; acknowledgement" name="EcoFlowAccessoryBase processSetReplyMessage should call revert function when &apos;set_reply&apos; message contains failed &apos;ack&apos; acknowledgement" time="0.002">
1188
+ <testcase classname="OutletBatteryServiceBase updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" name="OutletBatteryServiceBase updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" time="0.001">
737
1189
  </testcase>
738
- <testcase classname="EcoFlowAccessoryBase processSetReplyMessage should do nothing when &apos;set_reply&apos; message contains successful &apos;result&apos; acknowledgement" name="EcoFlowAccessoryBase processSetReplyMessage should do nothing when &apos;set_reply&apos; message contains successful &apos;result&apos; acknowledgement" time="0.002">
1190
+ <testcase classname="OutletBatteryServiceBase updateChargingState should set charging state to false when input power consumption is 0 Watt" name="OutletBatteryServiceBase updateChargingState should set charging state to false when input power consumption is 0 Watt" time="0.001">
739
1191
  </testcase>
740
- <testcase classname="EcoFlowAccessoryBase processSetReplyMessage should call revert function when &apos;set_reply&apos; message contains failed &apos;result&apos; acknowledgement" name="EcoFlowAccessoryBase processSetReplyMessage should call revert function when &apos;set_reply&apos; message contains failed &apos;result&apos; acknowledgement" time="0.002">
1192
+ <testcase classname="OutletBatteryServiceBase updateChargingState should set charging state to true when input power consumption is more than 0 Watt" name="OutletBatteryServiceBase updateChargingState should set charging state to true when input power consumption is more than 0 Watt" time="0.001">
741
1193
  </testcase>
742
- <testcase classname="EcoFlowAccessoryBase processSetReplyMessage should do nothing when &apos;set_reply&apos; message contains successful &apos;configOk&apos; acknowledgement" name="EcoFlowAccessoryBase processSetReplyMessage should do nothing when &apos;set_reply&apos; message contains successful &apos;configOk&apos; acknowledgement" time="0.002">
1194
+ </testsuite>
1195
+ <testsuite name="OutletAcService" errors="0" failures="0" skipped="0" timestamp="2025-04-29T16:02:05" time="0.377" tests="12">
1196
+ <testcase classname="OutletAcService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" name="OutletAcService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" time="0.002">
743
1197
  </testcase>
744
- <testcase classname="EcoFlowAccessoryBase processSetReplyMessage should call revert function when &apos;set_reply&apos; message contains failed &apos;configOk&apos; acknowledgement" name="EcoFlowAccessoryBase processSetReplyMessage should call revert function when &apos;set_reply&apos; message contains failed &apos;configOk&apos; acknowledgement" time="0.001">
1198
+ <testcase classname="OutletAcService updateOutputConsumption should not set OutputConsumption when it is disabled in configuration" name="OutletAcService updateOutputConsumption should not set OutputConsumption when it is disabled in configuration" time="0.001">
745
1199
  </testcase>
746
- <testcase classname="EcoFlowAccessoryBase processSetReplyMessage should call revert function when &apos;set_reply&apos; message does not contain ack/result/configOk acknowledgement" name="EcoFlowAccessoryBase processSetReplyMessage should call revert function when &apos;set_reply&apos; message does not contain ack/result/configOk acknowledgement" time="0.002">
1200
+ <testcase classname="OutletAcService updateInputConsumption should set InputConsumption when it is enabled in configuration" name="OutletAcService updateInputConsumption should set InputConsumption when it is enabled in configuration" time="0.001">
747
1201
  </testcase>
748
- <testcase classname="EcoFlowAccessoryBase destroy should stop mqtt reconnection when destroying accessory" name="EcoFlowAccessoryBase destroy should stop mqtt reconnection when destroying accessory" time="0.407">
1202
+ <testcase classname="OutletAcService updateInputConsumption should not set InputConsumption when it is disabled in configuration" name="OutletAcService updateInputConsumption should not set InputConsumption when it is disabled in configuration" time="0.001">
749
1203
  </testcase>
750
- <testcase classname="EcoFlowAccessoryBase destroy should unsubscribe from parameters updates when destroying accessory" name="EcoFlowAccessoryBase destroy should unsubscribe from parameters updates when destroying accessory" time="0.001">
1204
+ <testcase classname="OutletAcService updateStatusLowBattery should set low battery level when it is less than 20" name="OutletAcService updateStatusLowBattery should set low battery level when it is less than 20" time="0.001">
1205
+ </testcase>
1206
+ <testcase classname="OutletAcService updateStatusLowBattery should set normal battery level when it is more than or equal to 20" name="OutletAcService updateStatusLowBattery should set normal battery level when it is more than or equal to 20" time="0.001">
751
1207
  </testcase>
752
- <testcase classname="EcoFlowAccessoryBase cleanupServices should remove non registered services when cleanup is called" name="EcoFlowAccessoryBase cleanupServices should remove non registered services when cleanup is called" time="0.007">
1208
+ <testcase classname="OutletAcService updateBatteryLevel should set BatteryLevel when it is enabled in configuration" name="OutletAcService updateBatteryLevel should set BatteryLevel when it is enabled in configuration" time="0.001">
1209
+ </testcase>
1210
+ <testcase classname="OutletAcService updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" name="OutletAcService updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" time="0">
753
1211
  </testcase>
754
- <testcase classname="EcoFlowAccessoryBase cleanupServices should cleanup characteristics for registered services only when cleanup is called" name="EcoFlowAccessoryBase cleanupServices should cleanup characteristics for registered services only when cleanup is called" time="0.004">
1212
+ <testcase classname="OutletAcService processOnSetOn should send Set command of MPPT moduleType to device
1213
+ when Enabled value was changed to true and service was initialized with MPPT setAcModuleType" name="OutletAcService processOnSetOn should send Set command of MPPT moduleType to device
1214
+ when Enabled value was changed to true and service was initialized with MPPT setAcModuleType" time="0.001">
755
1215
  </testcase>
756
- <testcase classname="EcoFlowAccessoryBase sendSetCommand should stop mqtt reconnection when destroying accessory" name="EcoFlowAccessoryBase sendSetCommand should stop mqtt reconnection when destroying accessory" time="0.001">
1216
+ <testcase classname="OutletAcService processOnSetOn should send Set command of INV moduleType to device
1217
+ when Enabled value was changed to true and service was initialized with INV setAcModuleType" name="OutletAcService processOnSetOn should send Set command of INV moduleType to device
1218
+ when Enabled value was changed to true and service was initialized with INV setAcModuleType" time="0">
757
1219
  </testcase>
758
- </testsuite>
759
- <testsuite name="BatteryOutletServiceBase" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:10" time="0.587" tests="14">
760
- <testcase classname="BatteryOutletServiceBase initialize should add Outlet service when it is not added to accessory yet" name="BatteryOutletServiceBase initialize should add Outlet service when it is not added to accessory yet" time="0.006">
1220
+ <testcase classname="OutletAcService processOnSetOn should send Set command of INV moduleType to device when Enabled value was changed to false" name="OutletAcService processOnSetOn should send Set command of INV moduleType to device when Enabled value was changed to false" time="0">
761
1221
  </testcase>
762
- <testcase classname="BatteryOutletServiceBase initialize should use existing Outlet service when it is already added to accessory" name="BatteryOutletServiceBase initialize should use existing Outlet service when it is already added to accessory" time="0.001">
1222
+ <testcase classname="OutletAcService processOnSetOn should revert changing of Enabled state when sending Set command to device is failed" name="OutletAcService processOnSetOn should revert changing of Enabled state when sending Set command to device is failed" time="0.001">
763
1223
  </testcase>
764
- <testcase classname="BatteryOutletServiceBase initialize should not add custom characteristics when initializing accessory without turned on custom characteristics" name="BatteryOutletServiceBase initialize should not add custom characteristics when initializing accessory without turned on custom characteristics" time="0.001">
1224
+ </testsuite>
1225
+ <testsuite name="SwitchServiceBase" errors="0" failures="0" skipped="0" timestamp="2025-04-29T16:02:05" time="0.347" tests="13">
1226
+ <testcase classname="SwitchServiceBase initialize should add Switch service when it is not added to accessory yet" name="SwitchServiceBase initialize should add Switch service when it is not added to accessory yet" time="0.002">
1227
+ </testcase>
1228
+ <testcase classname="SwitchServiceBase initialize should use existing Switch service when it is already added to accessory" name="SwitchServiceBase initialize should use existing Switch service when it is already added to accessory" time="0.001">
765
1229
  </testcase>
766
- <testcase classname="BatteryOutletServiceBase initialize should add InputConsumptionWatts characteristic when it is enabled in configuration" name="BatteryOutletServiceBase initialize should add InputConsumptionWatts characteristic when it is enabled in configuration" time="0.002">
1230
+ <testcase classname="SwitchServiceBase initialize should add mandatory characteristics when initializing accessory" name="SwitchServiceBase initialize should add mandatory characteristics when initializing accessory" time="0">
767
1231
  </testcase>
768
- <testcase classname="BatteryOutletServiceBase initialize should add BatteryLevel characteristic when it is enabled in configuration" name="BatteryOutletServiceBase initialize should add BatteryLevel characteristic when it is enabled in configuration" time="0.001">
1232
+ <testcase classname="SwitchServiceBase cleanupCharacteristics should remove non registered characteristics when cleanup characteristics is called" name="SwitchServiceBase cleanupCharacteristics should remove non registered characteristics when cleanup characteristics is called" time="0.001">
769
1233
  </testcase>
770
- <testcase classname="BatteryOutletServiceBase updateInputConsumption should set InputConsumption when it is enabled in configuration" name="BatteryOutletServiceBase updateInputConsumption should set InputConsumption when it is enabled in configuration" time="0.001">
1234
+ <testcase classname="SwitchServiceBase updateState should set On state to true when it is requested" name="SwitchServiceBase updateState should set On state to true when it is requested" time="0">
771
1235
  </testcase>
772
- <testcase classname="BatteryOutletServiceBase updateInputConsumption should not set InputConsumption when it is disabled in configuration" name="BatteryOutletServiceBase updateInputConsumption should not set InputConsumption when it is disabled in configuration" time="0.001">
1236
+ <testcase classname="SwitchServiceBase updateState should set On state to false when it is requested" name="SwitchServiceBase updateState should set On state to false when it is requested" time="0.001">
773
1237
  </testcase>
774
- <testcase classname="BatteryOutletServiceBase updateStatusLowBattery should set low battery level when it is less than 20" name="BatteryOutletServiceBase updateStatusLowBattery should set low battery level when it is less than 20" time="0.002">
1238
+ <testcase classname="SwitchServiceBase updateEnabled should set On state to false when service is disabled" name="SwitchServiceBase updateEnabled should set On state to false when service is disabled" time="0.001">
775
1239
  </testcase>
776
- <testcase classname="BatteryOutletServiceBase updateStatusLowBattery should set normal battery level when it is more than or equal to 20" name="BatteryOutletServiceBase updateStatusLowBattery should set normal battery level when it is more than or equal to 20" time="0.002">
1240
+ <testcase classname="SwitchServiceBase characteristics On onGet should get On value when device is online" name="SwitchServiceBase characteristics On onGet should get On value when device is online" time="0.001">
777
1241
  </testcase>
778
- <testcase classname="BatteryOutletServiceBase updateStatusLowBattery should not set StatusLowBattery when it is disabled in configuration" name="BatteryOutletServiceBase updateStatusLowBattery should not set StatusLowBattery when it is disabled in configuration" time="0.001">
1242
+ <testcase classname="SwitchServiceBase characteristics On onGet should throw an error when getting On value but device is offline" name="SwitchServiceBase characteristics On onGet should throw an error when getting On value but device is offline" time="0.002">
779
1243
  </testcase>
780
- <testcase classname="BatteryOutletServiceBase updateBatteryLevel should set BatteryLevel when it is enabled in configuration" name="BatteryOutletServiceBase updateBatteryLevel should set BatteryLevel when it is enabled in configuration" time="0.001">
1244
+ <testcase classname="SwitchServiceBase characteristics On onSet should set On value when device is online" name="SwitchServiceBase characteristics On onSet should set On value when device is online" time="0.001">
781
1245
  </testcase>
782
- <testcase classname="BatteryOutletServiceBase updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" name="BatteryOutletServiceBase updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" time="0.001">
1246
+ <testcase classname="SwitchServiceBase characteristics On onSet should throw an error when setting On value but device is offline" name="SwitchServiceBase characteristics On onSet should throw an error when setting On value but device is offline" time="0.001">
783
1247
  </testcase>
784
- <testcase classname="BatteryOutletServiceBase updateChargingState should set charging state to false when input power consumption is 0 Watt" name="BatteryOutletServiceBase updateChargingState should set charging state to false when input power consumption is 0 Watt" time="0.001">
1248
+ <testcase classname="SwitchServiceBase characteristics On onSet should throw an error when setting On value but service is disabled" name="SwitchServiceBase characteristics On onSet should throw an error when setting On value but service is disabled" time="0.001">
785
1249
  </testcase>
786
- <testcase classname="BatteryOutletServiceBase updateChargingState should set charging state to true when input power consumption is more than 0 Watt" name="BatteryOutletServiceBase updateChargingState should set charging state to true when input power consumption is more than 0 Watt" time="0.002">
1250
+ <testcase classname="SwitchServiceBase characteristics On onSet should revert changing of On state when it is failed" name="SwitchServiceBase characteristics On onSet should revert changing of On state when it is failed" time="0.001">
787
1251
  </testcase>
788
1252
  </testsuite>
789
- <testsuite name="OutletService" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:11" time="0.587" tests="10">
790
- <testcase classname="OutletService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" name="OutletService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" time="0.004">
1253
+ <testsuite name="OutletService" errors="0" failures="0" skipped="0" timestamp="2025-04-29T16:02:05" time="0.39" tests="10">
1254
+ <testcase classname="OutletService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" name="OutletService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" time="0.003">
791
1255
  </testcase>
792
- <testcase classname="OutletService updateOutputConsumption should not set OutputConsumption when it is disabled in configuration" name="OutletService updateOutputConsumption should not set OutputConsumption when it is disabled in configuration" time="0.001">
1256
+ <testcase classname="OutletService updateOutputConsumption should not set OutputConsumption when it is disabled in configuration" name="OutletService updateOutputConsumption should not set OutputConsumption when it is disabled in configuration" time="0">
793
1257
  </testcase>
794
- <testcase classname="OutletService updateInputConsumption should set InputConsumption when it is enabled in configuration" name="OutletService updateInputConsumption should set InputConsumption when it is enabled in configuration" time="0.001">
1258
+ <testcase classname="OutletService updateInputConsumption should set InputConsumption when it is enabled in configuration" name="OutletService updateInputConsumption should set InputConsumption when it is enabled in configuration" time="0">
795
1259
  </testcase>
796
- <testcase classname="OutletService updateInputConsumption should not set InputConsumption when it is disabled in configuration" name="OutletService updateInputConsumption should not set InputConsumption when it is disabled in configuration" time="0.001">
1260
+ <testcase classname="OutletService updateInputConsumption should not set InputConsumption when it is disabled in configuration" name="OutletService updateInputConsumption should not set InputConsumption when it is disabled in configuration" time="0">
797
1261
  </testcase>
798
1262
  <testcase classname="OutletService updateStatusLowBattery should set low battery level when it is less than 20" name="OutletService updateStatusLowBattery should set low battery level when it is less than 20" time="0.001">
799
1263
  </testcase>
@@ -805,289 +1269,279 @@
805
1269
  </testcase>
806
1270
  <testcase classname="OutletService updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" name="OutletService updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" time="0.001">
807
1271
  </testcase>
808
- <testcase classname="OutletService onOnSet should not allow to set ON value" name="OutletService onOnSet should not allow to set ON value" time="0.001">
1272
+ <testcase classname="OutletService processOnSetOn should not allow to set ON value" name="OutletService processOnSetOn should not allow to set ON value" time="0.001">
809
1273
  </testcase>
810
1274
  </testsuite>
811
- <testsuite name="OutletAcService" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:11" time="1.213" tests="12">
812
- <testcase classname="OutletAcService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" name="OutletAcService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" time="0.005">
813
- </testcase>
814
- <testcase classname="OutletAcService updateOutputConsumption should not set OutputConsumption when it is disabled in configuration" name="OutletAcService updateOutputConsumption should not set OutputConsumption when it is disabled in configuration" time="0.001">
1275
+ <testsuite name="OutletDc12vService" errors="0" failures="0" skipped="0" timestamp="2025-04-29T16:02:06" time="0.344" tests="9">
1276
+ <testcase classname="OutletDc12vService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" name="OutletDc12vService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" time="0.005">
815
1277
  </testcase>
816
- <testcase classname="OutletAcService updateInputConsumption should set InputConsumption when it is enabled in configuration" name="OutletAcService updateInputConsumption should set InputConsumption when it is enabled in configuration" time="0.001">
817
- </testcase>
818
- <testcase classname="OutletAcService updateInputConsumption should not set InputConsumption when it is disabled in configuration" name="OutletAcService updateInputConsumption should not set InputConsumption when it is disabled in configuration" time="0.001">
819
- </testcase>
820
- <testcase classname="OutletAcService updateStatusLowBattery should set low battery level when it is less than 20" name="OutletAcService updateStatusLowBattery should set low battery level when it is less than 20" time="0.002">
1278
+ <testcase classname="OutletDc12vService updateOutputConsumption should not set OutputConsumption when it is disabled in configuration" name="OutletDc12vService updateOutputConsumption should not set OutputConsumption when it is disabled in configuration" time="0.001">
821
1279
  </testcase>
822
- <testcase classname="OutletAcService updateStatusLowBattery should set normal battery level when it is more than or equal to 20" name="OutletAcService updateStatusLowBattery should set normal battery level when it is more than or equal to 20" time="0.001">
1280
+ <testcase classname="OutletDc12vService updateInputConsumption should set InputConsumption when it is enabled in configuration" name="OutletDc12vService updateInputConsumption should set InputConsumption when it is enabled in configuration" time="0.001">
823
1281
  </testcase>
824
- <testcase classname="OutletAcService updateBatteryLevel should set BatteryLevel when it is enabled in configuration" name="OutletAcService updateBatteryLevel should set BatteryLevel when it is enabled in configuration" time="0.001">
1282
+ <testcase classname="OutletDc12vService updateInputConsumption should not set InputConsumption when it is disabled in configuration" name="OutletDc12vService updateInputConsumption should not set InputConsumption when it is disabled in configuration" time="0">
825
1283
  </testcase>
826
- <testcase classname="OutletAcService updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" name="OutletAcService updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" time="0">
1284
+ <testcase classname="OutletDc12vService updateBatteryLevel should set BatteryLevel when it is enabled in configuration" name="OutletDc12vService updateBatteryLevel should set BatteryLevel when it is enabled in configuration" time="0.001">
827
1285
  </testcase>
828
- <testcase classname="OutletAcService onOnSet should send Set command of MPPT moduleType to device
829
- when Enabled value was changed to true and service was initialized with MPPT setAcModuleType" name="OutletAcService onOnSet should send Set command of MPPT moduleType to device
830
- when Enabled value was changed to true and service was initialized with MPPT setAcModuleType" time="0.002">
1286
+ <testcase classname="OutletDc12vService updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" name="OutletDc12vService updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" time="0.001">
831
1287
  </testcase>
832
- <testcase classname="OutletAcService onOnSet should send Set command of INV moduleType to device
833
- when Enabled value was changed to true and service was initialized with INV setAcModuleType" name="OutletAcService onOnSet should send Set command of INV moduleType to device
834
- when Enabled value was changed to true and service was initialized with INV setAcModuleType" time="0.001">
1288
+ <testcase classname="OutletDc12vService processOnSetOn should send Set command to device when Enabled value was changed to true" name="OutletDc12vService processOnSetOn should send Set command to device when Enabled value was changed to true" time="0.001">
835
1289
  </testcase>
836
- <testcase classname="OutletAcService onOnSet should send Set command of INV moduleType to device when Enabled value was changed to false" name="OutletAcService onOnSet should send Set command of INV moduleType to device when Enabled value was changed to false" time="0.001">
1290
+ <testcase classname="OutletDc12vService processOnSetOn should send Set command to device when Enabled value was changed to false" name="OutletDc12vService processOnSetOn should send Set command to device when Enabled value was changed to false" time="0.001">
837
1291
  </testcase>
838
- <testcase classname="OutletAcService onOnSet should revert changing of Enabled state when sending Set command to device is failed" name="OutletAcService onOnSet should revert changing of Enabled state when sending Set command to device is failed" time="0.002">
1292
+ <testcase classname="OutletDc12vService processOnSetOn should revert changing of Enabled state when sending Set command to device is failed" name="OutletDc12vService processOnSetOn should revert changing of Enabled state when sending Set command to device is failed" time="0.001">
839
1293
  </testcase>
840
1294
  </testsuite>
841
- <testsuite name="OutletInvService" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:12" time="0.533" tests="10">
842
- <testcase classname="OutletInvService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" name="OutletInvService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" time="0.01">
1295
+ <testsuite name="EcoFlowAccessoryBase" errors="0" failures="0" skipped="0" timestamp="2025-04-29T16:01:55" time="11.625" tests="32">
1296
+ <testcase classname="EcoFlowAccessoryBase initialize should add required services when initializing accessory" name="EcoFlowAccessoryBase initialize should add required services when initializing accessory" time="0.006">
843
1297
  </testcase>
844
- <testcase classname="OutletInvService updateOutputConsumption should not set OutputConsumption when it is disabled in configuration" name="OutletInvService updateOutputConsumption should not set OutputConsumption when it is disabled in configuration" time="0.001">
1298
+ <testcase classname="EcoFlowAccessoryBase connectMqtt should connect to mqtt server during initialization when subscription to quota and set_reply topic is successful" name="EcoFlowAccessoryBase connectMqtt should connect to mqtt server during initialization when subscription to quota and set_reply topic is successful" time="0.154">
845
1299
  </testcase>
846
- <testcase classname="OutletInvService updateInputConsumption should set InputConsumption when it is enabled in configuration" name="OutletInvService updateInputConsumption should set InputConsumption when it is enabled in configuration" time="0.001">
1300
+ <testcase classname="EcoFlowAccessoryBase connectMqtt should re-connect to mqtt server when subscription to quota was failed during initialization" name="EcoFlowAccessoryBase connectMqtt should re-connect to mqtt server when subscription to quota was failed during initialization" time="0.154">
847
1301
  </testcase>
848
- <testcase classname="OutletInvService updateInputConsumption should not set InputConsumption when it is disabled in configuration" name="OutletInvService updateInputConsumption should not set InputConsumption when it is disabled in configuration" time="0.001">
1302
+ <testcase classname="EcoFlowAccessoryBase connectMqtt should re-connect to mqtt server when subscription to set_reply was failed during initialization" name="EcoFlowAccessoryBase connectMqtt should re-connect to mqtt server when subscription to set_reply was failed during initialization" time="0.155">
849
1303
  </testcase>
850
- <testcase classname="OutletInvService updateStatusLowBattery should set low battery level when it is less than 20" name="OutletInvService updateStatusLowBattery should set low battery level when it is less than 20" time="0.001">
1304
+ <testcase classname="EcoFlowAccessoryBase connectMqtt should re-connect to mqtt server when subscription to status was failed during initialization" name="EcoFlowAccessoryBase connectMqtt should re-connect to mqtt server when subscription to status was failed during initialization" time="0.155">
851
1305
  </testcase>
852
- <testcase classname="OutletInvService updateStatusLowBattery should set normal battery level when it is more than or equal to 20" name="OutletInvService updateStatusLowBattery should set normal battery level when it is more than or equal to 20" time="0.001">
1306
+ <testcase classname="EcoFlowAccessoryBase subscribeOnParameterUpdates should not subscribe on parameters updates for quota, set_reply and status messages when mqtt is failed to connect" name="EcoFlowAccessoryBase subscribeOnParameterUpdates should not subscribe on parameters updates for quota, set_reply and status messages when mqtt is failed to connect" time="0.007">
853
1307
  </testcase>
854
- <testcase classname="OutletInvService updateStatusLowBattery should not set StatusLowBattery when it is disabled in configuration" name="OutletInvService updateStatusLowBattery should not set StatusLowBattery when it is disabled in configuration" time="0.001">
1308
+ <testcase classname="EcoFlowAccessoryBase subscribeOnParameterUpdates should subscribe on parameters updates for quota, set_reply and status messages when mqtt is connected successfully" name="EcoFlowAccessoryBase subscribeOnParameterUpdates should subscribe on parameters updates for quota, set_reply and status messages when mqtt is connected successfully" time="0.018">
855
1309
  </testcase>
856
- <testcase classname="OutletInvService updateBatteryLevel should set BatteryLevel when it is enabled in configuration" name="OutletInvService updateBatteryLevel should set BatteryLevel when it is enabled in configuration" time="0.001">
1310
+ <testcase classname="EcoFlowAccessoryBase subscribeOnParameterUpdates should filter failed subscription on parameters updates when mqtt is connected successfully" name="EcoFlowAccessoryBase subscribeOnParameterUpdates should filter failed subscription on parameters updates when mqtt is connected successfully" time="0.009">
857
1311
  </testcase>
858
- <testcase classname="OutletInvService updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" name="OutletInvService updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" time="0.001">
1312
+ <testcase classname="EcoFlowAccessoryBase processQuotaMessage should call processQuotaMessage when new quota message is received" name="EcoFlowAccessoryBase processQuotaMessage should call processQuotaMessage when new quota message is received" time="0.009">
859
1313
  </testcase>
860
- <testcase classname="OutletInvService onOnSet should not allow to set ON value" name="OutletInvService onOnSet should not allow to set ON value" time="0.002">
1314
+ <testcase classname="EcoFlowAccessoryBase processSetReplyMessage should ignore &apos;set_reply&apos; message when no &apos;set&apos; command was sent yet" name="EcoFlowAccessoryBase processSetReplyMessage should ignore &apos;set_reply&apos; message when no &apos;set&apos; command was sent yet" time="0.009">
861
1315
  </testcase>
862
- </testsuite>
863
- <testsuite name="LightBulbServiceBase" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:12" time="0.565" tests="11">
864
- <testcase classname="LightBulbServiceBase initialize should add Fan service when it is not added to accessory yet" name="LightBulbServiceBase initialize should add Fan service when it is not added to accessory yet" time="0.017">
1316
+ <testcase classname="EcoFlowAccessoryBase processSetReplyMessage should ignore &apos;set_reply&apos; message when it was not initialized by &apos;set&apos; command from current instance" name="EcoFlowAccessoryBase processSetReplyMessage should ignore &apos;set_reply&apos; message when it was not initialized by &apos;set&apos; command from current instance" time="0.007">
865
1317
  </testcase>
866
- <testcase classname="LightBulbServiceBase initialize should use existing Fan service when it is already added to accessory" name="LightBulbServiceBase initialize should use existing Fan service when it is already added to accessory" time="0.001">
1318
+ <testcase classname="EcoFlowAccessoryBase processSetReplyMessage should clear timeout for message when it is already processed" name="EcoFlowAccessoryBase processSetReplyMessage should clear timeout for message when it is already processed" time="0.154">
867
1319
  </testcase>
868
- <testcase classname="LightBulbServiceBase initialize should add Fan characteristics when initializing accessory" name="LightBulbServiceBase initialize should add Fan characteristics when initializing accessory" time="0.001">
1320
+ <testcase classname="EcoFlowAccessoryBase processSetReplyMessage should do nothing when &apos;set_reply&apos; message contains successful &apos;ack&apos; acknowledgement" name="EcoFlowAccessoryBase processSetReplyMessage should do nothing when &apos;set_reply&apos; message contains successful &apos;ack&apos; acknowledgement" time="0.002">
869
1321
  </testcase>
870
- <testcase classname="LightBulbServiceBase setOn should not allow to set value when it is updated from UI" name="LightBulbServiceBase setOn should not allow to set value when it is updated from UI" time="0.001">
1322
+ <testcase classname="EcoFlowAccessoryBase processSetReplyMessage should call revert function when &apos;set_reply&apos; message contains failed &apos;ack&apos; acknowledgement" name="EcoFlowAccessoryBase processSetReplyMessage should call revert function when &apos;set_reply&apos; message contains failed &apos;ack&apos; acknowledgement" time="0.002">
871
1323
  </testcase>
872
- <testcase classname="LightBulbServiceBase updateState should set On state to true when it is requested" name="LightBulbServiceBase updateState should set On state to true when it is requested" time="0">
1324
+ <testcase classname="EcoFlowAccessoryBase processSetReplyMessage should do nothing when &apos;set_reply&apos; message contains successful &apos;result&apos; acknowledgement" name="EcoFlowAccessoryBase processSetReplyMessage should do nothing when &apos;set_reply&apos; message contains successful &apos;result&apos; acknowledgement" time="0.002">
873
1325
  </testcase>
874
- <testcase classname="LightBulbServiceBase updateRotationSpeed should set 100% rotation speed when maximum value is set" name="LightBulbServiceBase updateRotationSpeed should set 100% rotation speed when maximum value is set" time="0.001">
1326
+ <testcase classname="EcoFlowAccessoryBase processSetReplyMessage should call revert function when &apos;set_reply&apos; message contains failed &apos;result&apos; acknowledgement" name="EcoFlowAccessoryBase processSetReplyMessage should call revert function when &apos;set_reply&apos; message contains failed &apos;result&apos; acknowledgement" time="0.002">
875
1327
  </testcase>
876
- <testcase classname="LightBulbServiceBase updateRotationSpeed should set 0% rotation speed when minimum value is set" name="LightBulbServiceBase updateRotationSpeed should set 0% rotation speed when minimum value is set" time="0.001">
1328
+ <testcase classname="EcoFlowAccessoryBase processSetReplyMessage should do nothing when &apos;set_reply&apos; message contains successful &apos;configOk&apos; acknowledgement" name="EcoFlowAccessoryBase processSetReplyMessage should do nothing when &apos;set_reply&apos; message contains successful &apos;configOk&apos; acknowledgement" time="0.003">
877
1329
  </testcase>
878
- <testcase classname="LightBulbServiceBase updateRotationSpeed should set rotation speed when it is requested" name="LightBulbServiceBase updateRotationSpeed should set rotation speed when it is requested" time="0.001">
1330
+ <testcase classname="EcoFlowAccessoryBase processSetReplyMessage should call revert function when &apos;set_reply&apos; message contains failed &apos;configOk&apos; acknowledgement" name="EcoFlowAccessoryBase processSetReplyMessage should call revert function when &apos;set_reply&apos; message contains failed &apos;configOk&apos; acknowledgement" time="0.007">
879
1331
  </testcase>
880
- <testcase classname="LightBulbServiceBase updateRotationSpeed should revert changing of rotation speed to value set from UI when sending Set command to device is failed" name="LightBulbServiceBase updateRotationSpeed should revert changing of rotation speed to value set from UI when sending Set command to device is failed" time="0.001">
1332
+ <testcase classname="EcoFlowAccessoryBase processSetReplyMessage should call revert function when &apos;set_reply&apos; message does not contain ack/result/configOk acknowledgement" name="EcoFlowAccessoryBase processSetReplyMessage should call revert function when &apos;set_reply&apos; message does not contain ack/result/configOk acknowledgement" time="0.006">
881
1333
  </testcase>
882
- <testcase classname="LightBulbServiceBase onOnSet should revert changing of On state when it is failed" name="LightBulbServiceBase onOnSet should revert changing of On state when it is failed" time="0.012">
1334
+ <testcase classname="EcoFlowAccessoryBase processStatusMessage should update status of all services when status message is received with value Online (1)" name="EcoFlowAccessoryBase processStatusMessage should update status of all services when status message is received with value Online (1)" time="0.002">
883
1335
  </testcase>
884
- <testcase classname="LightBulbServiceBase onRotationSpeedSet should revert changing of rotation speed when sending Set command to device is failed" name="LightBulbServiceBase onRotationSpeedSet should revert changing of rotation speed when sending Set command to device is failed" time="0.001">
1336
+ <testcase classname="EcoFlowAccessoryBase processStatusMessage should update status of all services when status message is received with value Offline (0)" name="EcoFlowAccessoryBase processStatusMessage should update status of all services when status message is received with value Offline (0)" time="0.002">
885
1337
  </testcase>
886
- </testsuite>
887
- <testsuite name="LightBulbServiceBase" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:12" time="0.514" tests="11">
888
- <testcase classname="LightBulbServiceBase initialize should add Lightbulb service when it is not added to accessory yet" name="LightBulbServiceBase initialize should add Lightbulb service when it is not added to accessory yet" time="0.003">
1338
+ <testcase classname="EcoFlowAccessoryBase destroy should stop mqtt reconnection when destroying accessory" name="EcoFlowAccessoryBase destroy should stop mqtt reconnection when destroying accessory" time="0.407">
889
1339
  </testcase>
890
- <testcase classname="LightBulbServiceBase initialize should use existing Lightbulb service when it is already added to accessory" name="LightBulbServiceBase initialize should use existing Lightbulb service when it is already added to accessory" time="0.001">
1340
+ <testcase classname="EcoFlowAccessoryBase destroy should unsubscribe from parameters updates when destroying accessory" name="EcoFlowAccessoryBase destroy should unsubscribe from parameters updates when destroying accessory" time="0.001">
891
1341
  </testcase>
892
- <testcase classname="LightBulbServiceBase initialize should add Lightbulb characteristics when initializing accessory" name="LightBulbServiceBase initialize should add Lightbulb characteristics when initializing accessory" time="0.001">
1342
+ <testcase classname="EcoFlowAccessoryBase cleanupServices should remove non registered services when cleanup is called" name="EcoFlowAccessoryBase cleanupServices should remove non registered services when cleanup is called" time="0.005">
893
1343
  </testcase>
894
- <testcase classname="LightBulbServiceBase setOn should not allow to set value when it is updated from UI" name="LightBulbServiceBase setOn should not allow to set value when it is updated from UI" time="0.001">
1344
+ <testcase classname="EcoFlowAccessoryBase cleanupServices should cleanup characteristics for registered services only when cleanup is called" name="EcoFlowAccessoryBase cleanupServices should cleanup characteristics for registered services only when cleanup is called" time="0.002">
895
1345
  </testcase>
896
- <testcase classname="LightBulbServiceBase updateState should set On state to true when it is requested" name="LightBulbServiceBase updateState should set On state to true when it is requested" time="0.001">
1346
+ <testcase classname="EcoFlowAccessoryBase sendSetCommand should send mqtt &quot;set&quot; message when sending of command is requested" name="EcoFlowAccessoryBase sendSetCommand should send mqtt &quot;set&quot; message when sending of command is requested" time="0.004">
897
1347
  </testcase>
898
- <testcase classname="LightBulbServiceBase updateBrightness should set 100% brightness when maximum value is set" name="LightBulbServiceBase updateBrightness should set 100% brightness when maximum value is set" time="0.001">
1348
+ <testcase classname="EcoFlowAccessoryBase sendSetCommand should revert sent command when its sending is timed out" name="EcoFlowAccessoryBase sendSetCommand should revert sent command when its sending is timed out" time="0.155">
899
1349
  </testcase>
900
- <testcase classname="LightBulbServiceBase updateBrightness should set 0% brightness when minimum value is set" name="LightBulbServiceBase updateBrightness should set 0% brightness when minimum value is set" time="0.001">
1350
+ <testcase classname="EcoFlowAccessoryBase sendSetCommand should log timed out warning when command&apos;s sending is timed out" name="EcoFlowAccessoryBase sendSetCommand should log timed out warning when command&apos;s sending is timed out" time="0.152">
901
1351
  </testcase>
902
- <testcase classname="LightBulbServiceBase updateBrightness should set brightness when it is requested" name="LightBulbServiceBase updateBrightness should set brightness when it is requested" time="0.001">
1352
+ <testcase classname="EcoFlowAccessoryBase sendSetCommand should mark all accessory&apos;s services as unreachable when command&apos;s sending is timed out" name="EcoFlowAccessoryBase sendSetCommand should mark all accessory&apos;s services as unreachable when command&apos;s sending is timed out" time="0.152">
903
1353
  </testcase>
904
- <testcase classname="LightBulbServiceBase updateBrightness should revert changing of brightness to value set from UI when sending Set command to device is failed" name="LightBulbServiceBase updateBrightness should revert changing of brightness to value set from UI when sending Set command to device is failed" time="0.002">
1354
+ <testcase classname="EcoFlowAccessoryBase sendSetCommand should remove message from setReply dictionary when command&apos;s sending is timed out" name="EcoFlowAccessoryBase sendSetCommand should remove message from setReply dictionary when command&apos;s sending is timed out" time="0.157">
905
1355
  </testcase>
906
- <testcase classname="LightBulbServiceBase onOnSet should revert changing of On state when it is failed" name="LightBulbServiceBase onOnSet should revert changing of On state when it is failed" time="0.003">
1356
+ <testcase classname="EcoFlowAccessoryBase sendSetCommand should ignore timed out message when it is already processed" name="EcoFlowAccessoryBase sendSetCommand should ignore timed out message when it is already processed" time="0.157">
907
1357
  </testcase>
908
- <testcase classname="LightBulbServiceBase onBrightnessSet should revert changing of brightness when sending Set command to device is failed" name="LightBulbServiceBase onBrightnessSet should revert changing of brightness when sending Set command to device is failed" time="0.001">
1358
+ <testcase classname="EcoFlowAccessoryBase sendSetCommand should use default value of setReplyWaitResponseTimeoutMs when it is not set in config" name="EcoFlowAccessoryBase sendSetCommand should use default value of setReplyWaitResponseTimeoutMs when it is not set in config" time="3.103">
909
1359
  </testcase>
910
1360
  </testsuite>
911
- <testsuite name="OutletDc12vService" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:13" time="0.601" tests="9">
912
- <testcase classname="OutletDc12vService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" name="OutletDc12vService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" time="0.004">
1361
+ <testsuite name="OutletAcLvService" errors="0" failures="0" skipped="0" timestamp="2025-04-29T16:02:06" time="0.514" tests="9">
1362
+ <testcase classname="OutletAcLvService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" name="OutletAcLvService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" time="0.004">
913
1363
  </testcase>
914
- <testcase classname="OutletDc12vService updateOutputConsumption should not set OutputConsumption when it is disabled in configuration" name="OutletDc12vService updateOutputConsumption should not set OutputConsumption when it is disabled in configuration" time="0.001">
1364
+ <testcase classname="OutletAcLvService updateOutputConsumption should not set OutputConsumption when it is disabled in configuration" name="OutletAcLvService updateOutputConsumption should not set OutputConsumption when it is disabled in configuration" time="0.001">
915
1365
  </testcase>
916
- <testcase classname="OutletDc12vService updateInputConsumption should set InputConsumption when it is enabled in configuration" name="OutletDc12vService updateInputConsumption should set InputConsumption when it is enabled in configuration" time="0.001">
1366
+ <testcase classname="OutletAcLvService updateInputConsumption should set InputConsumption when it is enabled in configuration" name="OutletAcLvService updateInputConsumption should set InputConsumption when it is enabled in configuration" time="0.002">
917
1367
  </testcase>
918
- <testcase classname="OutletDc12vService updateInputConsumption should not set InputConsumption when it is disabled in configuration" name="OutletDc12vService updateInputConsumption should not set InputConsumption when it is disabled in configuration" time="0.001">
1368
+ <testcase classname="OutletAcLvService updateInputConsumption should not set InputConsumption when it is disabled in configuration" name="OutletAcLvService updateInputConsumption should not set InputConsumption when it is disabled in configuration" time="0.001">
919
1369
  </testcase>
920
- <testcase classname="OutletDc12vService updateBatteryLevel should set BatteryLevel when it is enabled in configuration" name="OutletDc12vService updateBatteryLevel should set BatteryLevel when it is enabled in configuration" time="0.001">
1370
+ <testcase classname="OutletAcLvService updateBatteryLevel should set BatteryLevel when it is enabled in configuration" name="OutletAcLvService updateBatteryLevel should set BatteryLevel when it is enabled in configuration" time="0.001">
921
1371
  </testcase>
922
- <testcase classname="OutletDc12vService updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" name="OutletDc12vService updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" time="0.001">
1372
+ <testcase classname="OutletAcLvService updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" name="OutletAcLvService updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" time="0.001">
923
1373
  </testcase>
924
- <testcase classname="OutletDc12vService onOnSet should send Set command to device when Enabled value was changed to true" name="OutletDc12vService onOnSet should send Set command to device when Enabled value was changed to true" time="0.001">
1374
+ <testcase classname="OutletAcLvService processOnSetOn should send Set command to device when Enabled value was changed to true" name="OutletAcLvService processOnSetOn should send Set command to device when Enabled value was changed to true" time="0.001">
925
1375
  </testcase>
926
- <testcase classname="OutletDc12vService onOnSet should send Set command to device when Enabled value was changed to false" name="OutletDc12vService onOnSet should send Set command to device when Enabled value was changed to false" time="0.001">
1376
+ <testcase classname="OutletAcLvService processOnSetOn should send Set command to device when Enabled value was changed to false" name="OutletAcLvService processOnSetOn should send Set command to device when Enabled value was changed to false" time="0.001">
927
1377
  </testcase>
928
- <testcase classname="OutletDc12vService onOnSet should revert changing of Enabled state when sending Set command to device is failed" name="OutletDc12vService onOnSet should revert changing of Enabled state when sending Set command to device is failed" time="0.001">
1378
+ <testcase classname="OutletAcLvService processOnSetOn should revert changing of Enabled state when sending Set command to device is failed" name="OutletAcLvService processOnSetOn should revert changing of Enabled state when sending Set command to device is failed" time="0.001">
929
1379
  </testcase>
930
1380
  </testsuite>
931
- <testsuite name="OutletAcLvService" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:13" time="0.611" tests="9">
932
- <testcase classname="OutletAcLvService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" name="OutletAcLvService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" time="0.002">
933
- </testcase>
934
- <testcase classname="OutletAcLvService updateOutputConsumption should not set OutputConsumption when it is disabled in configuration" name="OutletAcLvService updateOutputConsumption should not set OutputConsumption when it is disabled in configuration" time="0">
935
- </testcase>
936
- <testcase classname="OutletAcLvService updateInputConsumption should set InputConsumption when it is enabled in configuration" name="OutletAcLvService updateInputConsumption should set InputConsumption when it is enabled in configuration" time="0">
937
- </testcase>
938
- <testcase classname="OutletAcLvService updateInputConsumption should not set InputConsumption when it is disabled in configuration" name="OutletAcLvService updateInputConsumption should not set InputConsumption when it is disabled in configuration" time="0">
939
- </testcase>
940
- <testcase classname="OutletAcLvService updateBatteryLevel should set BatteryLevel when it is enabled in configuration" name="OutletAcLvService updateBatteryLevel should set BatteryLevel when it is enabled in configuration" time="0">
1381
+ <testsuite name="PluginConfigDevicesRenderer" errors="0" failures="0" skipped="0" timestamp="2025-04-29T16:02:04" time="3.265" tests="14">
1382
+ <testcase classname="PluginConfigDevicesRenderer hideDeviceSettingsPerModel should contain proper hideDeviceSettingsPerModel configuration" name="PluginConfigDevicesRenderer hideDeviceSettingsPerModel should contain proper hideDeviceSettingsPerModel configuration" time="0.003">
941
1383
  </testcase>
942
- <testcase classname="OutletAcLvService updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" name="OutletAcLvService updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" time="0">
1384
+ <testcase classname="PluginConfigDevicesRenderer render tabsRendering should render tabs when there are 2 devices in configuration" name="PluginConfigDevicesRenderer render tabsRendering should render tabs when there are 2 devices in configuration" time="0.045">
943
1385
  </testcase>
944
- <testcase classname="OutletAcLvService onOnSet should send Set command to device when Enabled value was changed to true" name="OutletAcLvService onOnSet should send Set command to device when Enabled value was changed to true" time="0.001">
1386
+ <testcase classname="PluginConfigDevicesRenderer render tabsRendering should render tabs when there are no devices in configuration" name="PluginConfigDevicesRenderer render tabsRendering should render tabs when there are no devices in configuration" time="0.008">
945
1387
  </testcase>
946
- <testcase classname="OutletAcLvService onOnSet should send Set command to device when Enabled value was changed to false" name="OutletAcLvService onOnSet should send Set command to device when Enabled value was changed to false" time="0">
1388
+ <testcase classname="PluginConfigDevicesRenderer render tabsNavigation should render form for first device in configuration by default" name="PluginConfigDevicesRenderer render tabsNavigation should render form for first device in configuration by default" time="0.023">
947
1389
  </testcase>
948
- <testcase classname="OutletAcLvService onOnSet should revert changing of Enabled state when sending Set command to device is failed" name="OutletAcLvService onOnSet should revert changing of Enabled state when sending Set command to device is failed" time="0.001">
1390
+ <testcase classname="PluginConfigDevicesRenderer render tabsNavigation should render form for second device when second tab is clicked" name="PluginConfigDevicesRenderer render tabsNavigation should render form for second device when second tab is clicked" time="0.019">
949
1391
  </testcase>
950
- </testsuite>
951
- <testsuite name="OutletAcHvService" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:13" time="0.533" tests="9">
952
- <testcase classname="OutletAcHvService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" name="OutletAcHvService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" time="0.002">
1392
+ <testcase classname="PluginConfigDevicesRenderer render tabPanelsRendering should render tab panels and activate first one when there are 2 devices in configuration" name="PluginConfigDevicesRenderer render tabPanelsRendering should render tab panels and activate first one when there are 2 devices in configuration" time="0.027">
953
1393
  </testcase>
954
- <testcase classname="OutletAcHvService updateOutputConsumption should not set OutputConsumption when it is disabled in configuration" name="OutletAcHvService updateOutputConsumption should not set OutputConsumption when it is disabled in configuration" time="0">
1394
+ <testcase classname="PluginConfigDevicesRenderer render tabPanelsRendering should render tab panels when there are no devices in configuration" name="PluginConfigDevicesRenderer render tabPanelsRendering should render tab panels when there are no devices in configuration" time="0.003">
955
1395
  </testcase>
956
- <testcase classname="OutletAcHvService updateInputConsumption should set InputConsumption when it is enabled in configuration" name="OutletAcHvService updateInputConsumption should set InputConsumption when it is enabled in configuration" time="0">
1396
+ <testcase classname="PluginConfigDevicesRenderer render addNewDevice should render form for new device when addDeviceTab is clicked" name="PluginConfigDevicesRenderer render addNewDevice should render form for new device when addDeviceTab is clicked" time="0.035">
957
1397
  </testcase>
958
- <testcase classname="OutletAcHvService updateInputConsumption should not set InputConsumption when it is disabled in configuration" name="OutletAcHvService updateInputConsumption should not set InputConsumption when it is disabled in configuration" time="0">
1398
+ <testcase classname="PluginConfigDevicesRenderer render addNewDevice should render tab with default values when addDeviceTab is clicked" name="PluginConfigDevicesRenderer render addNewDevice should render tab with default values when addDeviceTab is clicked" time="0.05">
959
1399
  </testcase>
960
- <testcase classname="OutletAcHvService updateBatteryLevel should set BatteryLevel when it is enabled in configuration" name="OutletAcHvService updateBatteryLevel should set BatteryLevel when it is enabled in configuration" time="0.001">
1400
+ <testcase classname="PluginConfigDevicesRenderer render removeDevice should remove active tab when remove button is clicked" name="PluginConfigDevicesRenderer render removeDevice should remove active tab when remove button is clicked" time="0.05">
961
1401
  </testcase>
962
- <testcase classname="OutletAcHvService updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" name="OutletAcHvService updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" time="0.001">
1402
+ <testcase classname="PluginConfigDevicesRenderer render removeDevice should leave addNewDevice tab only when remove button is clicked for last device" name="PluginConfigDevicesRenderer render removeDevice should leave addNewDevice tab only when remove button is clicked for last device" time="0.033">
963
1403
  </testcase>
964
- <testcase classname="OutletAcHvService onOnSet should send Set command to device when Enabled value was changed to true" name="OutletAcHvService onOnSet should send Set command to device when Enabled value was changed to true" time="0.001">
1404
+ <testcase classname="PluginConfigDevicesRenderer render applyChanges should update changes when there are any made on form" name="PluginConfigDevicesRenderer render applyChanges should update changes when there are any made on form" time="0.011">
965
1405
  </testcase>
966
- <testcase classname="OutletAcHvService onOnSet should send Set command to device when Enabled value was changed to false" name="OutletAcHvService onOnSet should send Set command to device when Enabled value was changed to false" time="0.001">
1406
+ <testcase classname="PluginConfigDevicesRenderer render applyChanges should update tab name when name was changed on form" name="PluginConfigDevicesRenderer render applyChanges should update tab name when name was changed on form" time="0.015">
967
1407
  </testcase>
968
- <testcase classname="OutletAcHvService onOnSet should revert changing of Enabled state when sending Set command to device is failed" name="OutletAcHvService onOnSet should revert changing of Enabled state when sending Set command to device is failed" time="0.001">
1408
+ <testcase classname="PluginConfigDevicesRenderer render modelChanged should update tab name when name was changed on form" name="PluginConfigDevicesRenderer render modelChanged should update tab name when name was changed on form" time="0.023">
969
1409
  </testcase>
970
1410
  </testsuite>
971
- <testsuite name="OutletAcService" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:14" time="0.509" tests="9">
1411
+ <testsuite name="OutletAcService" errors="0" failures="0" skipped="0" timestamp="2025-04-29T16:02:07" time="0.542" tests="9">
972
1412
  <testcase classname="OutletAcService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" name="OutletAcService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" time="0.004">
973
1413
  </testcase>
974
1414
  <testcase classname="OutletAcService updateOutputConsumption should not set OutputConsumption when it is disabled in configuration" name="OutletAcService updateOutputConsumption should not set OutputConsumption when it is disabled in configuration" time="0">
975
1415
  </testcase>
976
1416
  <testcase classname="OutletAcService updateInputConsumption should set InputConsumption when it is enabled in configuration" name="OutletAcService updateInputConsumption should set InputConsumption when it is enabled in configuration" time="0.001">
977
1417
  </testcase>
978
- <testcase classname="OutletAcService updateInputConsumption should not set InputConsumption when it is disabled in configuration" name="OutletAcService updateInputConsumption should not set InputConsumption when it is disabled in configuration" time="0.001">
1418
+ <testcase classname="OutletAcService updateInputConsumption should not set InputConsumption when it is disabled in configuration" name="OutletAcService updateInputConsumption should not set InputConsumption when it is disabled in configuration" time="0.016">
979
1419
  </testcase>
980
- <testcase classname="OutletAcService updateBatteryLevel should set BatteryLevel when it is enabled in configuration" name="OutletAcService updateBatteryLevel should set BatteryLevel when it is enabled in configuration" time="0">
1420
+ <testcase classname="OutletAcService updateBatteryLevel should set BatteryLevel when it is enabled in configuration" name="OutletAcService updateBatteryLevel should set BatteryLevel when it is enabled in configuration" time="0.001">
981
1421
  </testcase>
982
- <testcase classname="OutletAcService updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" name="OutletAcService updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" time="0.001">
1422
+ <testcase classname="OutletAcService updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" name="OutletAcService updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" time="0">
983
1423
  </testcase>
984
- <testcase classname="OutletAcService onOnSet should send Set command to device when Enabled value was changed to true" name="OutletAcService onOnSet should send Set command to device when Enabled value was changed to true" time="0.001">
1424
+ <testcase classname="OutletAcService processOnSetOn should send Set command to device when Enabled value was changed to true" name="OutletAcService processOnSetOn should send Set command to device when Enabled value was changed to true" time="0.001">
985
1425
  </testcase>
986
- <testcase classname="OutletAcService onOnSet should send Set command to device when Enabled value was changed to false" name="OutletAcService onOnSet should send Set command to device when Enabled value was changed to false" time="0">
1426
+ <testcase classname="OutletAcService processOnSetOn should send Set command to device when Enabled value was changed to false" name="OutletAcService processOnSetOn should send Set command to device when Enabled value was changed to false" time="0.001">
987
1427
  </testcase>
988
- <testcase classname="OutletAcService onOnSet should revert changing of Enabled state when sending Set command to device is failed" name="OutletAcService onOnSet should revert changing of Enabled state when sending Set command to device is failed" time="0.001">
1428
+ <testcase classname="OutletAcService processOnSetOn should revert changing of Enabled state when sending Set command to device is failed" name="OutletAcService processOnSetOn should revert changing of Enabled state when sending Set command to device is failed" time="0.001">
989
1429
  </testcase>
990
1430
  </testsuite>
991
- <testsuite name="PluginConfigDevicesRenderer" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:10" time="4.217" tests="14">
992
- <testcase classname="PluginConfigDevicesRenderer hideDeviceSettingsPerModel should contain proper hideDeviceSettingsPerModel configuration" name="PluginConfigDevicesRenderer hideDeviceSettingsPerModel should contain proper hideDeviceSettingsPerModel configuration" time="0.003">
993
- </testcase>
994
- <testcase classname="PluginConfigDevicesRenderer render tabsRendering should render tabs when there are 2 devices in configuration" name="PluginConfigDevicesRenderer render tabsRendering should render tabs when there are 2 devices in configuration" time="0.053">
995
- </testcase>
996
- <testcase classname="PluginConfigDevicesRenderer render tabsRendering should render tabs when there are no devices in configuration" name="PluginConfigDevicesRenderer render tabsRendering should render tabs when there are no devices in configuration" time="0.005">
997
- </testcase>
998
- <testcase classname="PluginConfigDevicesRenderer render tabsNavigation should render form for first device in configuration by default" name="PluginConfigDevicesRenderer render tabsNavigation should render form for first device in configuration by default" time="0.029">
999
- </testcase>
1000
- <testcase classname="PluginConfigDevicesRenderer render tabsNavigation should render form for second device when second tab is clicked" name="PluginConfigDevicesRenderer render tabsNavigation should render form for second device when second tab is clicked" time="0.019">
1001
- </testcase>
1002
- <testcase classname="PluginConfigDevicesRenderer render tabPanelsRendering should render tab panels and activate first one when there are 2 devices in configuration" name="PluginConfigDevicesRenderer render tabPanelsRendering should render tab panels and activate first one when there are 2 devices in configuration" time="0.017">
1431
+ <testsuite name="OutletAcHvService" errors="0" failures="0" skipped="0" timestamp="2025-04-29T16:02:06" time="1.366" tests="9">
1432
+ <testcase classname="OutletAcHvService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" name="OutletAcHvService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" time="0.007">
1003
1433
  </testcase>
1004
- <testcase classname="PluginConfigDevicesRenderer render tabPanelsRendering should render tab panels when there are no devices in configuration" name="PluginConfigDevicesRenderer render tabPanelsRendering should render tab panels when there are no devices in configuration" time="0.006">
1434
+ <testcase classname="OutletAcHvService updateOutputConsumption should not set OutputConsumption when it is disabled in configuration" name="OutletAcHvService updateOutputConsumption should not set OutputConsumption when it is disabled in configuration" time="0.007">
1005
1435
  </testcase>
1006
- <testcase classname="PluginConfigDevicesRenderer render addNewDevice should render form for new device when addDeviceTab is clicked" name="PluginConfigDevicesRenderer render addNewDevice should render form for new device when addDeviceTab is clicked" time="0.047">
1436
+ <testcase classname="OutletAcHvService updateInputConsumption should set InputConsumption when it is enabled in configuration" name="OutletAcHvService updateInputConsumption should set InputConsumption when it is enabled in configuration" time="0.001">
1007
1437
  </testcase>
1008
- <testcase classname="PluginConfigDevicesRenderer render addNewDevice should render tab with default values when addDeviceTab is clicked" name="PluginConfigDevicesRenderer render addNewDevice should render tab with default values when addDeviceTab is clicked" time="0.041">
1438
+ <testcase classname="OutletAcHvService updateInputConsumption should not set InputConsumption when it is disabled in configuration" name="OutletAcHvService updateInputConsumption should not set InputConsumption when it is disabled in configuration" time="0.001">
1009
1439
  </testcase>
1010
- <testcase classname="PluginConfigDevicesRenderer render removeDevice should remove active tab when remove button is clicked" name="PluginConfigDevicesRenderer render removeDevice should remove active tab when remove button is clicked" time="0.021">
1440
+ <testcase classname="OutletAcHvService updateBatteryLevel should set BatteryLevel when it is enabled in configuration" name="OutletAcHvService updateBatteryLevel should set BatteryLevel when it is enabled in configuration" time="0.001">
1011
1441
  </testcase>
1012
- <testcase classname="PluginConfigDevicesRenderer render removeDevice should leave addNewDevice tab only when remove button is clicked for last device" name="PluginConfigDevicesRenderer render removeDevice should leave addNewDevice tab only when remove button is clicked for last device" time="0.017">
1442
+ <testcase classname="OutletAcHvService updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" name="OutletAcHvService updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" time="0.001">
1013
1443
  </testcase>
1014
- <testcase classname="PluginConfigDevicesRenderer render applyChanges should update changes when there are any made on form" name="PluginConfigDevicesRenderer render applyChanges should update changes when there are any made on form" time="0.013">
1444
+ <testcase classname="OutletAcHvService processOnSetOn should send Set command to device when Enabled value was changed to true" name="OutletAcHvService processOnSetOn should send Set command to device when Enabled value was changed to true" time="0.002">
1015
1445
  </testcase>
1016
- <testcase classname="PluginConfigDevicesRenderer render applyChanges should update tab name when name was changed on form" name="PluginConfigDevicesRenderer render applyChanges should update tab name when name was changed on form" time="0.014">
1446
+ <testcase classname="OutletAcHvService processOnSetOn should send Set command to device when Enabled value was changed to false" name="OutletAcHvService processOnSetOn should send Set command to device when Enabled value was changed to false" time="0.001">
1017
1447
  </testcase>
1018
- <testcase classname="PluginConfigDevicesRenderer render modelChanged should update tab name when name was changed on form" name="PluginConfigDevicesRenderer render modelChanged should update tab name when name was changed on form" time="0.01">
1448
+ <testcase classname="OutletAcHvService processOnSetOn should revert changing of Enabled state when sending Set command to device is failed" name="OutletAcHvService processOnSetOn should revert changing of Enabled state when sending Set command to device is failed" time="0.001">
1019
1449
  </testcase>
1020
1450
  </testsuite>
1021
- <testsuite name="OutletUsbService" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:14" time="0.493" tests="9">
1451
+ <testsuite name="OutletUsbService" errors="0" failures="0" skipped="0" timestamp="2025-04-29T16:02:07" time="0.633" tests="9">
1022
1452
  <testcase classname="OutletUsbService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" name="OutletUsbService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" time="0.004">
1023
1453
  </testcase>
1024
1454
  <testcase classname="OutletUsbService updateOutputConsumption should not set OutputConsumption when it is disabled in configuration" name="OutletUsbService updateOutputConsumption should not set OutputConsumption when it is disabled in configuration" time="0.001">
1025
1455
  </testcase>
1026
- <testcase classname="OutletUsbService updateInputConsumption should set InputConsumption when it is enabled in configuration" name="OutletUsbService updateInputConsumption should set InputConsumption when it is enabled in configuration" time="0.001">
1456
+ <testcase classname="OutletUsbService updateInputConsumption should set InputConsumption when it is enabled in configuration" name="OutletUsbService updateInputConsumption should set InputConsumption when it is enabled in configuration" time="0.024">
1027
1457
  </testcase>
1028
1458
  <testcase classname="OutletUsbService updateInputConsumption should not set InputConsumption when it is disabled in configuration" name="OutletUsbService updateInputConsumption should not set InputConsumption when it is disabled in configuration" time="0.001">
1029
1459
  </testcase>
1030
- <testcase classname="OutletUsbService updateBatteryLevel should set BatteryLevel when it is enabled in configuration" name="OutletUsbService updateBatteryLevel should set BatteryLevel when it is enabled in configuration" time="0.002">
1460
+ <testcase classname="OutletUsbService updateBatteryLevel should set BatteryLevel when it is enabled in configuration" name="OutletUsbService updateBatteryLevel should set BatteryLevel when it is enabled in configuration" time="0.001">
1031
1461
  </testcase>
1032
1462
  <testcase classname="OutletUsbService updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" name="OutletUsbService updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" time="0.001">
1033
1463
  </testcase>
1034
- <testcase classname="OutletUsbService onOnSet should send Set command to device when On value was changed to true" name="OutletUsbService onOnSet should send Set command to device when On value was changed to true" time="0.002">
1464
+ <testcase classname="OutletUsbService processOnSetOn should send Set command to device when On value was changed to true" name="OutletUsbService processOnSetOn should send Set command to device when On value was changed to true" time="0.001">
1035
1465
  </testcase>
1036
- <testcase classname="OutletUsbService onOnSet should send Set command to device when On value was changed to false" name="OutletUsbService onOnSet should send Set command to device when On value was changed to false" time="0.001">
1466
+ <testcase classname="OutletUsbService processOnSetOn should send Set command to device when On value was changed to false" name="OutletUsbService processOnSetOn should send Set command to device when On value was changed to false" time="0.001">
1037
1467
  </testcase>
1038
- <testcase classname="OutletUsbService onOnSet should revert changing of On state when sending Set command to device is failed" name="OutletUsbService onOnSet should revert changing of On state when sending Set command to device is failed" time="0.001">
1468
+ <testcase classname="OutletUsbService processOnSetOn should revert changing of On state when sending Set command to device is failed" name="OutletUsbService processOnSetOn should revert changing of On state when sending Set command to device is failed" time="0.001">
1039
1469
  </testcase>
1040
1470
  </testsuite>
1041
- <testsuite name="PowerDemandService" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:14" time="0.548" tests="11">
1042
- <testcase classname="PowerDemandService setOn should not allow to set value when it is updated from UI" name="PowerDemandService setOn should not allow to set value when it is updated from UI" time="0.002">
1471
+ <testsuite name="PowerDemandService" errors="0" failures="0" skipped="0" timestamp="2025-04-29T16:02:08" time="0.635" tests="11">
1472
+ <testcase classname="PowerDemandService setOn should not allow to set value when it is updated from UI" name="PowerDemandService setOn should not allow to set value when it is updated from UI" time="0.003">
1043
1473
  </testcase>
1044
- <testcase classname="PowerDemandService updateState should set On state to true when it is requested" name="PowerDemandService updateState should set On state to true when it is requested" time="0">
1474
+ <testcase classname="PowerDemandService updateState should set On state to true when it is requested" name="PowerDemandService updateState should set On state to true when it is requested" time="0.001">
1045
1475
  </testcase>
1046
- <testcase classname="PowerDemandService updatePowerDemand should set 100% power demand when maximum value is set" name="PowerDemandService updatePowerDemand should set 100% power demand when maximum value is set" time="0">
1476
+ <testcase classname="PowerDemandService updatePowerDemand should set 100% power demand when maximum value is set" name="PowerDemandService updatePowerDemand should set 100% power demand when maximum value is set" time="0.001">
1047
1477
  </testcase>
1048
1478
  <testcase classname="PowerDemandService updatePowerDemand should set 0% power demand when minimum value is set" name="PowerDemandService updatePowerDemand should set 0% power demand when minimum value is set" time="0.001">
1049
1479
  </testcase>
1050
- <testcase classname="PowerDemandService updatePowerDemand should set power demand when it is requested" name="PowerDemandService updatePowerDemand should set power demand when it is requested" time="0.001">
1480
+ <testcase classname="PowerDemandService updatePowerDemand should set power demand when it is requested" name="PowerDemandService updatePowerDemand should set power demand when it is requested" time="0">
1051
1481
  </testcase>
1052
- <testcase classname="PowerDemandService updatePowerDemand should revert changing of power demand to value set from UI when sending Set command to device is failed" name="PowerDemandService updatePowerDemand should revert changing of power demand to value set from UI when sending Set command to device is failed" time="0.007">
1482
+ <testcase classname="PowerDemandService updatePowerDemand should revert changing of power demand to value set from UI when sending Set command to device is failed" name="PowerDemandService updatePowerDemand should revert changing of power demand to value set from UI when sending Set command to device is failed" time="0.001">
1053
1483
  </testcase>
1054
- <testcase classname="PowerDemandService onOnSet should send Set command with max demand value to device when On value was changed to true" name="PowerDemandService onOnSet should send Set command with max demand value to device when On value was changed to true" time="0.001">
1484
+ <testcase classname="PowerDemandService processOnSetOn should send Set command with max demand value to device when On value was changed to true" name="PowerDemandService processOnSetOn should send Set command with max demand value to device when On value was changed to true" time="0.001">
1055
1485
  </testcase>
1056
- <testcase classname="PowerDemandService onOnSet should send Set command with min demand value to device when On value was changed to false" name="PowerDemandService onOnSet should send Set command with min demand value to device when On value was changed to false" time="0.001">
1486
+ <testcase classname="PowerDemandService processOnSetOn should send Set command with min demand value to device when On value was changed to false" name="PowerDemandService processOnSetOn should send Set command with min demand value to device when On value was changed to false" time="0.004">
1057
1487
  </testcase>
1058
- <testcase classname="PowerDemandService onOnSet should revert changing of On state when sending Set command to device is failed" name="PowerDemandService onOnSet should revert changing of On state when sending Set command to device is failed" time="0.001">
1488
+ <testcase classname="PowerDemandService processOnSetOn should revert changing of On state when sending Set command to device is failed" name="PowerDemandService processOnSetOn should revert changing of On state when sending Set command to device is failed" time="0.001">
1059
1489
  </testcase>
1060
- <testcase classname="PowerDemandService onPowerDemandSet should send Set command to device when Power Demand value was changed" name="PowerDemandService onPowerDemandSet should send Set command to device when Power Demand value was changed" time="0.001">
1490
+ <testcase classname="PowerDemandService onPowerDemandSet should send Set command to device when Power Demand value was changed" name="PowerDemandService onPowerDemandSet should send Set command to device when Power Demand value was changed" time="0">
1061
1491
  </testcase>
1062
- <testcase classname="PowerDemandService onPowerDemandSet should revert changing of Power Demand when sending Set command to device is failed" name="PowerDemandService onPowerDemandSet should revert changing of Power Demand when sending Set command to device is failed" time="0">
1492
+ <testcase classname="PowerDemandService onPowerDemandSet should revert changing of Power Demand when sending Set command to device is failed" name="PowerDemandService onPowerDemandSet should revert changing of Power Demand when sending Set command to device is failed" time="0.001">
1063
1493
  </testcase>
1064
1494
  </testsuite>
1065
- <testsuite name="BrightnessService" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:15" time="0.462" tests="11">
1066
- <testcase classname="BrightnessService setOn should not allow to set value when it is updated from UI" name="BrightnessService setOn should not allow to set value when it is updated from UI" time="0.003">
1495
+ <testsuite name="BrightnessService" errors="0" failures="0" skipped="0" timestamp="2025-04-29T16:02:08" time="0.638" tests="11">
1496
+ <testcase classname="BrightnessService setOn should not allow to set value when it is updated from UI" name="BrightnessService setOn should not allow to set value when it is updated from UI" time="0.004">
1067
1497
  </testcase>
1068
1498
  <testcase classname="BrightnessService updateState should set On state to true when it is requested" name="BrightnessService updateState should set On state to true when it is requested" time="0.001">
1069
1499
  </testcase>
1070
1500
  <testcase classname="BrightnessService updateBrightness should set 100% brightness when maximum value is set" name="BrightnessService updateBrightness should set 100% brightness when maximum value is set" time="0.001">
1071
1501
  </testcase>
1072
- <testcase classname="BrightnessService updateBrightness should set 0% brightness when minimum value is set" name="BrightnessService updateBrightness should set 0% brightness when minimum value is set" time="0">
1502
+ <testcase classname="BrightnessService updateBrightness should set 0% brightness when minimum value is set" name="BrightnessService updateBrightness should set 0% brightness when minimum value is set" time="0.001">
1503
+ </testcase>
1504
+ <testcase classname="BrightnessService updateBrightness should set brightness when it is requested" name="BrightnessService updateBrightness should set brightness when it is requested" time="0.002">
1505
+ </testcase>
1506
+ <testcase classname="BrightnessService updateBrightness should revert changing of Brightness to value set from UI when sending Set command to device is failed" name="BrightnessService updateBrightness should revert changing of Brightness to value set from UI when sending Set command to device is failed" time="0.001">
1507
+ </testcase>
1508
+ <testcase classname="BrightnessService processOnSetOn should send Set command with max brightness value to device when On value was changed to true" name="BrightnessService processOnSetOn should send Set command with max brightness value to device when On value was changed to true" time="0.001">
1509
+ </testcase>
1510
+ <testcase classname="BrightnessService processOnSetOn should send Set command with min brightness value to device when On value was changed to false" name="BrightnessService processOnSetOn should send Set command with min brightness value to device when On value was changed to false" time="0.001">
1511
+ </testcase>
1512
+ <testcase classname="BrightnessService processOnSetOn should revert changing of On state when sending Set command to device is failed" name="BrightnessService processOnSetOn should revert changing of On state when sending Set command to device is failed" time="0.002">
1513
+ </testcase>
1514
+ <testcase classname="BrightnessService onBrightnessSet should send Set command to device when Brightness value was changed" name="BrightnessService onBrightnessSet should send Set command to device when Brightness value was changed" time="0.001">
1515
+ </testcase>
1516
+ <testcase classname="BrightnessService onBrightnessSet should revert changing of Brightness when sending Set command to device is failed" name="BrightnessService onBrightnessSet should revert changing of Brightness when sending Set command to device is failed" time="0.001">
1517
+ </testcase>
1518
+ </testsuite>
1519
+ <testsuite name="BrightnessService" errors="0" failures="0" skipped="0" timestamp="2025-04-29T16:02:08" time="0.534" tests="11">
1520
+ <testcase classname="BrightnessService setOn should not allow to set value when it is updated from UI" name="BrightnessService setOn should not allow to set value when it is updated from UI" time="0.003">
1521
+ </testcase>
1522
+ <testcase classname="BrightnessService updateState should set On state to true when it is requested" name="BrightnessService updateState should set On state to true when it is requested" time="0.002">
1523
+ </testcase>
1524
+ <testcase classname="BrightnessService updateBrightness should set 100% brightness when maximum value is set" name="BrightnessService updateBrightness should set 100% brightness when maximum value is set" time="0.001">
1525
+ </testcase>
1526
+ <testcase classname="BrightnessService updateBrightness should set 0% brightness when minimum value is set" name="BrightnessService updateBrightness should set 0% brightness when minimum value is set" time="0.012">
1073
1527
  </testcase>
1074
1528
  <testcase classname="BrightnessService updateBrightness should set brightness when it is requested" name="BrightnessService updateBrightness should set brightness when it is requested" time="0.001">
1075
1529
  </testcase>
1076
1530
  <testcase classname="BrightnessService updateBrightness should revert changing of Brightness to value set from UI when sending Set command to device is failed" name="BrightnessService updateBrightness should revert changing of Brightness to value set from UI when sending Set command to device is failed" time="0.001">
1077
1531
  </testcase>
1078
- <testcase classname="BrightnessService onOnSet should send Set command with max brightness value to device when On value was changed to true" name="BrightnessService onOnSet should send Set command with max brightness value to device when On value was changed to true" time="0.001">
1532
+ <testcase classname="BrightnessService processOnSetOn should send Set command with max brightness value to device when On value was changed to true" name="BrightnessService processOnSetOn should send Set command with max brightness value to device when On value was changed to true" time="0.001">
1079
1533
  </testcase>
1080
- <testcase classname="BrightnessService onOnSet should send Set command with min brightness value to device when On value was changed to false" name="BrightnessService onOnSet should send Set command with min brightness value to device when On value was changed to false" time="0.001">
1534
+ <testcase classname="BrightnessService processOnSetOn should send Set command with min brightness value to device when On value was changed to false" name="BrightnessService processOnSetOn should send Set command with min brightness value to device when On value was changed to false" time="0.001">
1081
1535
  </testcase>
1082
- <testcase classname="BrightnessService onOnSet should revert changing of On state when sending Set command to device is failed" name="BrightnessService onOnSet should revert changing of On state when sending Set command to device is failed" time="0.001">
1536
+ <testcase classname="BrightnessService processOnSetOn should revert changing of On state when sending Set command to device is failed" name="BrightnessService processOnSetOn should revert changing of On state when sending Set command to device is failed" time="0.001">
1083
1537
  </testcase>
1084
- <testcase classname="BrightnessService onBrightnessSet should send Set command to device when Brightness value was changed" name="BrightnessService onBrightnessSet should send Set command to device when Brightness value was changed" time="0">
1538
+ <testcase classname="BrightnessService onBrightnessSet should send Set command to device when Brightness value was changed" name="BrightnessService onBrightnessSet should send Set command to device when Brightness value was changed" time="0.001">
1085
1539
  </testcase>
1086
1540
  <testcase classname="BrightnessService onBrightnessSet should revert changing of Brightness when sending Set command to device is failed" name="BrightnessService onBrightnessSet should revert changing of Brightness when sending Set command to device is failed" time="0.001">
1087
1541
  </testcase>
1088
1542
  </testsuite>
1089
- <testsuite name="OutletUsbService" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:15" time="0.442" tests="9">
1090
- <testcase classname="OutletUsbService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" name="OutletUsbService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" time="0.002">
1543
+ <testsuite name="OutletUsbService" errors="0" failures="0" skipped="0" timestamp="2025-04-29T16:02:08" time="0.523" tests="9">
1544
+ <testcase classname="OutletUsbService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" name="OutletUsbService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" time="0.003">
1091
1545
  </testcase>
1092
1546
  <testcase classname="OutletUsbService updateOutputConsumption should not set OutputConsumption when it is disabled in configuration" name="OutletUsbService updateOutputConsumption should not set OutputConsumption when it is disabled in configuration" time="0.001">
1093
1547
  </testcase>
@@ -1099,121 +1553,141 @@
1099
1553
  </testcase>
1100
1554
  <testcase classname="OutletUsbService updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" name="OutletUsbService updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" time="0.001">
1101
1555
  </testcase>
1102
- <testcase classname="OutletUsbService onOnSet should send Set command to device when On value was changed to true" name="OutletUsbService onOnSet should send Set command to device when On value was changed to true" time="0.001">
1556
+ <testcase classname="OutletUsbService processOnSetOn should send Set command to device when On value was changed to true" name="OutletUsbService processOnSetOn should send Set command to device when On value was changed to true" time="0.001">
1103
1557
  </testcase>
1104
- <testcase classname="OutletUsbService onOnSet should send Set command to device when On value was changed to false" name="OutletUsbService onOnSet should send Set command to device when On value was changed to false" time="0">
1558
+ <testcase classname="OutletUsbService processOnSetOn should send Set command to device when On value was changed to false" name="OutletUsbService processOnSetOn should send Set command to device when On value was changed to false" time="0.001">
1105
1559
  </testcase>
1106
- <testcase classname="OutletUsbService onOnSet should revert changing of On state when sending Set command to device is failed" name="OutletUsbService onOnSet should revert changing of On state when sending Set command to device is failed" time="0">
1560
+ <testcase classname="OutletUsbService processOnSetOn should revert changing of On state when sending Set command to device is failed" name="OutletUsbService processOnSetOn should revert changing of On state when sending Set command to device is failed" time="0.001">
1107
1561
  </testcase>
1108
1562
  </testsuite>
1109
- <testsuite name="BrightnessService" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:15" time="0.589" tests="11">
1110
- <testcase classname="BrightnessService setOn should not allow to set value when it is updated from UI" name="BrightnessService setOn should not allow to set value when it is updated from UI" time="0.004">
1111
- </testcase>
1112
- <testcase classname="BrightnessService updateState should set On state to true when it is requested" name="BrightnessService updateState should set On state to true when it is requested" time="0.001">
1113
- </testcase>
1114
- <testcase classname="BrightnessService updateBrightness should set 100% brightness when maximum value is set" name="BrightnessService updateBrightness should set 100% brightness when maximum value is set" time="0.001">
1563
+ <testsuite name="OutletCarService" errors="0" failures="0" skipped="0" timestamp="2025-04-29T16:02:09" time="0.476" tests="9">
1564
+ <testcase classname="OutletCarService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" name="OutletCarService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" time="0.003">
1115
1565
  </testcase>
1116
- <testcase classname="BrightnessService updateBrightness should set 0% brightness when minimum value is set" name="BrightnessService updateBrightness should set 0% brightness when minimum value is set" time="0.001">
1566
+ <testcase classname="OutletCarService updateOutputConsumption should not set OutputConsumption when it is disabled in configuration" name="OutletCarService updateOutputConsumption should not set OutputConsumption when it is disabled in configuration" time="0.001">
1117
1567
  </testcase>
1118
- <testcase classname="BrightnessService updateBrightness should set brightness when it is requested" name="BrightnessService updateBrightness should set brightness when it is requested" time="0.008">
1568
+ <testcase classname="OutletCarService updateInputConsumption should set InputConsumption when it is enabled in configuration" name="OutletCarService updateInputConsumption should set InputConsumption when it is enabled in configuration" time="0">
1119
1569
  </testcase>
1120
- <testcase classname="BrightnessService updateBrightness should revert changing of Brightness to value set from UI when sending Set command to device is failed" name="BrightnessService updateBrightness should revert changing of Brightness to value set from UI when sending Set command to device is failed" time="0.001">
1570
+ <testcase classname="OutletCarService updateInputConsumption should not set InputConsumption when it is disabled in configuration" name="OutletCarService updateInputConsumption should not set InputConsumption when it is disabled in configuration" time="0">
1121
1571
  </testcase>
1122
- <testcase classname="BrightnessService onOnSet should send Set command with max brightness value to device when On value was changed to true" name="BrightnessService onOnSet should send Set command with max brightness value to device when On value was changed to true" time="0.001">
1572
+ <testcase classname="OutletCarService updateBatteryLevel should set BatteryLevel when it is enabled in configuration" name="OutletCarService updateBatteryLevel should set BatteryLevel when it is enabled in configuration" time="0">
1123
1573
  </testcase>
1124
- <testcase classname="BrightnessService onOnSet should send Set command with min brightness value to device when On value was changed to false" name="BrightnessService onOnSet should send Set command with min brightness value to device when On value was changed to false" time="0.001">
1574
+ <testcase classname="OutletCarService updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" name="OutletCarService updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" time="0.008">
1125
1575
  </testcase>
1126
- <testcase classname="BrightnessService onOnSet should revert changing of On state when sending Set command to device is failed" name="BrightnessService onOnSet should revert changing of On state when sending Set command to device is failed" time="0.001">
1576
+ <testcase classname="OutletCarService processOnSetOn should send Set command to device when On value was changed to true" name="OutletCarService processOnSetOn should send Set command to device when On value was changed to true" time="0.001">
1127
1577
  </testcase>
1128
- <testcase classname="BrightnessService onBrightnessSet should send Set command to device when Brightness value was changed" name="BrightnessService onBrightnessSet should send Set command to device when Brightness value was changed" time="0.001">
1578
+ <testcase classname="OutletCarService processOnSetOn should send Set command to device when On value was changed to false" name="OutletCarService processOnSetOn should send Set command to device when On value was changed to false" time="0.001">
1129
1579
  </testcase>
1130
- <testcase classname="BrightnessService onBrightnessSet should revert changing of Brightness when sending Set command to device is failed" name="BrightnessService onBrightnessSet should revert changing of Brightness when sending Set command to device is failed" time="0.001">
1580
+ <testcase classname="OutletCarService processOnSetOn should revert changing of On state when sending Set command to device is failed" name="OutletCarService processOnSetOn should revert changing of On state when sending Set command to device is failed" time="0">
1131
1581
  </testcase>
1132
1582
  </testsuite>
1133
- <testsuite name="OutletCarService" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:15" time="0.467" tests="9">
1134
- <testcase classname="OutletCarService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" name="OutletCarService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" time="0.002">
1583
+ <testsuite name="OutletCarService" errors="0" failures="0" skipped="0" timestamp="2025-04-29T16:02:09" time="0.403" tests="9">
1584
+ <testcase classname="OutletCarService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" name="OutletCarService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" time="0.008">
1135
1585
  </testcase>
1136
1586
  <testcase classname="OutletCarService updateOutputConsumption should not set OutputConsumption when it is disabled in configuration" name="OutletCarService updateOutputConsumption should not set OutputConsumption when it is disabled in configuration" time="0.001">
1137
1587
  </testcase>
1138
1588
  <testcase classname="OutletCarService updateInputConsumption should set InputConsumption when it is enabled in configuration" name="OutletCarService updateInputConsumption should set InputConsumption when it is enabled in configuration" time="0.001">
1139
1589
  </testcase>
1140
- <testcase classname="OutletCarService updateInputConsumption should not set InputConsumption when it is disabled in configuration" name="OutletCarService updateInputConsumption should not set InputConsumption when it is disabled in configuration" time="0">
1590
+ <testcase classname="OutletCarService updateInputConsumption should not set InputConsumption when it is disabled in configuration" name="OutletCarService updateInputConsumption should not set InputConsumption when it is disabled in configuration" time="0.004">
1141
1591
  </testcase>
1142
- <testcase classname="OutletCarService updateBatteryLevel should set BatteryLevel when it is enabled in configuration" name="OutletCarService updateBatteryLevel should set BatteryLevel when it is enabled in configuration" time="0">
1592
+ <testcase classname="OutletCarService updateBatteryLevel should set BatteryLevel when it is enabled in configuration" name="OutletCarService updateBatteryLevel should set BatteryLevel when it is enabled in configuration" time="0.001">
1143
1593
  </testcase>
1144
- <testcase classname="OutletCarService updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" name="OutletCarService updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" time="0">
1594
+ <testcase classname="OutletCarService updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" name="OutletCarService updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" time="0.004">
1145
1595
  </testcase>
1146
- <testcase classname="OutletCarService onOnSet should send Set command to device when On value was changed to true" name="OutletCarService onOnSet should send Set command to device when On value was changed to true" time="0.001">
1596
+ <testcase classname="OutletCarService processOnSetOn should send Set command to device when On value was changed to true" name="OutletCarService processOnSetOn should send Set command to device when On value was changed to true" time="0.001">
1147
1597
  </testcase>
1148
- <testcase classname="OutletCarService onOnSet should send Set command to device when On value was changed to false" name="OutletCarService onOnSet should send Set command to device when On value was changed to false" time="0">
1598
+ <testcase classname="OutletCarService processOnSetOn should send Set command to device when On value was changed to false" name="OutletCarService processOnSetOn should send Set command to device when On value was changed to false" time="0.002">
1149
1599
  </testcase>
1150
- <testcase classname="OutletCarService onOnSet should revert changing of On state when sending Set command to device is failed" name="OutletCarService onOnSet should revert changing of On state when sending Set command to device is failed" time="0.001">
1600
+ <testcase classname="OutletCarService processOnSetOn should revert changing of On state when sending Set command to device is failed" name="OutletCarService processOnSetOn should revert changing of On state when sending Set command to device is failed" time="0.001">
1151
1601
  </testcase>
1152
1602
  </testsuite>
1153
- <testsuite name="BatteryStatusService" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:15" time="0.401" tests="11">
1603
+ <testsuite name="BatteryStatusService" errors="0" failures="0" skipped="0" timestamp="2025-04-29T16:02:09" time="0.393" tests="11">
1154
1604
  <testcase classname="BatteryStatusService initialize should add Battery service when it is not added to accessory yet" name="BatteryStatusService initialize should add Battery service when it is not added to accessory yet" time="0.002">
1155
1605
  </testcase>
1156
1606
  <testcase classname="BatteryStatusService initialize should use existing Battery service when it is already added to accessory" name="BatteryStatusService initialize should use existing Battery service when it is already added to accessory" time="0.001">
1157
1607
  </testcase>
1158
- <testcase classname="BatteryStatusService initialize should use existing display name of service when there is no name in configuration" name="BatteryStatusService initialize should use existing display name of service when there is no name in configuration" time="0">
1608
+ <testcase classname="BatteryStatusService initialize should use existing display name of service when there is no name in configuration" name="BatteryStatusService initialize should use existing display name of service when there is no name in configuration" time="0.001">
1159
1609
  </testcase>
1160
1610
  <testcase classname="BatteryStatusService initialize should use name from configuration as a display name of service when there is name in configuration" name="BatteryStatusService initialize should use name from configuration as a display name of service when there is name in configuration" time="0">
1161
1611
  </testcase>
1162
- <testcase classname="BatteryStatusService initialize should add Battery characteristics when initializing accessory" name="BatteryStatusService initialize should add Battery characteristics when initializing accessory" time="0.001">
1612
+ <testcase classname="BatteryStatusService initialize should add Battery characteristics when initializing accessory" name="BatteryStatusService initialize should add Battery characteristics when initializing accessory" time="0.004">
1163
1613
  </testcase>
1164
1614
  <testcase classname="BatteryStatusService cleanupCharacteristics should remove non registered characteristics when cleanup characteristics is called" name="BatteryStatusService cleanupCharacteristics should remove non registered characteristics when cleanup characteristics is called" time="0.001">
1165
1615
  </testcase>
1166
1616
  <testcase classname="BatteryStatusService updateStatusLowBattery should set low battery level when it is less than 20" name="BatteryStatusService updateStatusLowBattery should set low battery level when it is less than 20" time="0.001">
1167
1617
  </testcase>
1168
- <testcase classname="BatteryStatusService updateStatusLowBattery should set normal battery level when it is more than or equal to 20" name="BatteryStatusService updateStatusLowBattery should set normal battery level when it is more than or equal to 20" time="0.002">
1618
+ <testcase classname="BatteryStatusService updateStatusLowBattery should set normal battery level when it is more than or equal to 20" name="BatteryStatusService updateStatusLowBattery should set normal battery level when it is more than or equal to 20" time="0.001">
1169
1619
  </testcase>
1170
- <testcase classname="BatteryStatusService updateBatteryLevel should set battery level when it is called to be set" name="BatteryStatusService updateBatteryLevel should set battery level when it is called to be set" time="0.033">
1620
+ <testcase classname="BatteryStatusService updateBatteryLevel should set battery level when it is called to be set" name="BatteryStatusService updateBatteryLevel should set battery level when it is called to be set" time="0.064">
1171
1621
  </testcase>
1172
1622
  <testcase classname="BatteryStatusService updateChargingState should set charging state to false when new value is false" name="BatteryStatusService updateChargingState should set charging state to false when new value is false" time="0.001">
1173
1623
  </testcase>
1174
- <testcase classname="BatteryStatusService updateChargingState should set charging state to true when new value is true" name="BatteryStatusService updateChargingState should set charging state to true when new value is true" time="0">
1624
+ <testcase classname="BatteryStatusService updateChargingState should set charging state to true when new value is true" name="BatteryStatusService updateChargingState should set charging state to true when new value is true" time="0.001">
1175
1625
  </testcase>
1176
1626
  </testsuite>
1177
- <testsuite name="OutletCarService" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:15" time="0.466" tests="9">
1178
- <testcase classname="OutletCarService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" name="OutletCarService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" time="0.003">
1627
+ <testsuite name="EcoFlowHttpApiManager" errors="0" failures="0" skipped="0" timestamp="2025-04-29T16:02:09" time="0.422" tests="8">
1628
+ <testcase classname="EcoFlowHttpApiManager acquireCertificate should return null when it is failed to send http request" name="EcoFlowHttpApiManager acquireCertificate should return null when it is failed to send http request" time="0.029">
1179
1629
  </testcase>
1180
- <testcase classname="OutletCarService updateOutputConsumption should not set OutputConsumption when it is disabled in configuration" name="OutletCarService updateOutputConsumption should not set OutputConsumption when it is disabled in configuration" time="0.001">
1630
+ <testcase classname="EcoFlowHttpApiManager acquireCertificate should return null when response contains non &apos;0&apos; code in response" name="EcoFlowHttpApiManager acquireCertificate should return null when response contains non &apos;0&apos; code in response" time="0.002">
1181
1631
  </testcase>
1182
- <testcase classname="OutletCarService updateInputConsumption should set InputConsumption when it is enabled in configuration" name="OutletCarService updateInputConsumption should set InputConsumption when it is enabled in configuration" time="0">
1632
+ <testcase classname="EcoFlowHttpApiManager acquireCertificate should use US host name when it is specified in configuration" name="EcoFlowHttpApiManager acquireCertificate should use US host name when it is specified in configuration" time="0">
1183
1633
  </testcase>
1184
- <testcase classname="OutletCarService updateInputConsumption should not set InputConsumption when it is disabled in configuration" name="OutletCarService updateInputConsumption should not set InputConsumption when it is disabled in configuration" time="0.002">
1634
+ <testcase classname="EcoFlowHttpApiManager acquireCertificate should return certificate data when request is successful" name="EcoFlowHttpApiManager acquireCertificate should return certificate data when request is successful" time="0">
1185
1635
  </testcase>
1186
- <testcase classname="OutletCarService updateBatteryLevel should set BatteryLevel when it is enabled in configuration" name="OutletCarService updateBatteryLevel should set BatteryLevel when it is enabled in configuration" time="0.001">
1636
+ <testcase classname="EcoFlowHttpApiManager getAllQuotas should return null when it is failed to send http request" name="EcoFlowHttpApiManager getAllQuotas should return null when it is failed to send http request" time="0.003">
1637
+ </testcase>
1638
+ <testcase classname="EcoFlowHttpApiManager getAllQuotas should return all quota data converted to typed object when request is successful" name="EcoFlowHttpApiManager getAllQuotas should return all quota data converted to typed object when request is successful" time="0.001">
1639
+ </testcase>
1640
+ <testcase classname="EcoFlowHttpApiManager getQuotas should return null when it is failed to send http request" name="EcoFlowHttpApiManager getQuotas should return null when it is failed to send http request" time="0.002">
1641
+ </testcase>
1642
+ <testcase classname="EcoFlowHttpApiManager getQuotas should return requested quota data converted to typed object when request is successful" name="EcoFlowHttpApiManager getQuotas should return requested quota data converted to typed object when request is successful" time="0.002">
1643
+ </testcase>
1644
+ </testsuite>
1645
+ <testsuite name="TemperatureSensorService" errors="0" failures="0" skipped="0" timestamp="2025-04-29T16:02:09" time="0.532" tests="6">
1646
+ <testcase classname="TemperatureSensorService initialize should add TemperatureSensor service when it is not added to accessory yet" name="TemperatureSensorService initialize should add TemperatureSensor service when it is not added to accessory yet" time="0.002">
1187
1647
  </testcase>
1188
- <testcase classname="OutletCarService updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" name="OutletCarService updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" time="0.001">
1648
+ <testcase classname="TemperatureSensorService initialize should use existing TemperatureSensor service when it is already added to accessory" name="TemperatureSensorService initialize should use existing TemperatureSensor service when it is already added to accessory" time="0.007">
1189
1649
  </testcase>
1190
- <testcase classname="OutletCarService onOnSet should send Set command to device when On value was changed to true" name="OutletCarService onOnSet should send Set command to device when On value was changed to true" time="0.001">
1650
+ <testcase classname="TemperatureSensorService initialize should add TemperatureSensor characteristics when initializing accessory" name="TemperatureSensorService initialize should add TemperatureSensor characteristics when initializing accessory" time="0">
1651
+ </testcase>
1652
+ <testcase classname="TemperatureSensorService updateCurrentTemperature should set current temperature when it is requested" name="TemperatureSensorService updateCurrentTemperature should set current temperature when it is requested" time="0.001">
1191
1653
  </testcase>
1192
- <testcase classname="OutletCarService onOnSet should send Set command to device when On value was changed to false" name="OutletCarService onOnSet should send Set command to device when On value was changed to false" time="0.001">
1654
+ <testcase classname="TemperatureSensorService characteristics CurrentTemperature onGet should get CurrentTemperature when device is online" name="TemperatureSensorService characteristics CurrentTemperature onGet should get CurrentTemperature when device is online" time="0.001">
1193
1655
  </testcase>
1194
- <testcase classname="OutletCarService onOnSet should revert changing of On state when sending Set command to device is failed" name="OutletCarService onOnSet should revert changing of On state when sending Set command to device is failed" time="0.001">
1656
+ <testcase classname="TemperatureSensorService characteristics CurrentTemperature onGet should throw an error when getting CurrentTemperature but device is offline" name="TemperatureSensorService characteristics CurrentTemperature onGet should throw an error when getting CurrentTemperature but device is offline" time="0.003">
1195
1657
  </testcase>
1196
1658
  </testsuite>
1197
- <testsuite name="EcoFlowHttpApiManager" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:16" time="0.278" tests="8">
1198
- <testcase classname="EcoFlowHttpApiManager acquireCertificate should return null when it is failed to send http request" name="EcoFlowHttpApiManager acquireCertificate should return null when it is failed to send http request" time="0.025">
1659
+ <testsuite name="OutletAcService" errors="0" failures="0" skipped="0" timestamp="2025-04-29T16:02:10" time="0.36" tests="7">
1660
+ <testcase classname="OutletAcService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" name="OutletAcService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" time="0.002">
1199
1661
  </testcase>
1200
- <testcase classname="EcoFlowHttpApiManager acquireCertificate should return null when response contains non &apos;0&apos; code in response" name="EcoFlowHttpApiManager acquireCertificate should return null when response contains non &apos;0&apos; code in response" time="0.002">
1662
+ <testcase classname="OutletAcService updateOutputConsumption should not set OutputConsumption when it is disabled in configuration" name="OutletAcService updateOutputConsumption should not set OutputConsumption when it is disabled in configuration" time="0.001">
1201
1663
  </testcase>
1202
- <testcase classname="EcoFlowHttpApiManager acquireCertificate should use US host name when it is specified in configuration" name="EcoFlowHttpApiManager acquireCertificate should use US host name when it is specified in configuration" time="0">
1664
+ <testcase classname="OutletAcService updateInputConsumption should set InputConsumption when it is enabled in configuration" name="OutletAcService updateInputConsumption should set InputConsumption when it is enabled in configuration" time="0.001">
1665
+ </testcase>
1666
+ <testcase classname="OutletAcService updateInputConsumption should not set InputConsumption when it is disabled in configuration" name="OutletAcService updateInputConsumption should not set InputConsumption when it is disabled in configuration" time="0">
1667
+ </testcase>
1668
+ <testcase classname="OutletAcService updateBatteryLevel should set BatteryLevel when it is enabled in configuration" name="OutletAcService updateBatteryLevel should set BatteryLevel when it is enabled in configuration" time="0">
1203
1669
  </testcase>
1204
- <testcase classname="EcoFlowHttpApiManager acquireCertificate should return certificate data when request is successful" name="EcoFlowHttpApiManager acquireCertificate should return certificate data when request is successful" time="0.001">
1670
+ <testcase classname="OutletAcService updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" name="OutletAcService updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" time="0">
1205
1671
  </testcase>
1206
- <testcase classname="EcoFlowHttpApiManager getAllQuotas should return null when it is failed to send http request" name="EcoFlowHttpApiManager getAllQuotas should return null when it is failed to send http request" time="0.002">
1672
+ <testcase classname="OutletAcService processOnSetOn should not allow to set ON value" name="OutletAcService processOnSetOn should not allow to set ON value" time="0.001">
1207
1673
  </testcase>
1208
- <testcase classname="EcoFlowHttpApiManager getAllQuotas should return all quota data converted to typed object when request is successful" name="EcoFlowHttpApiManager getAllQuotas should return all quota data converted to typed object when request is successful" time="0.005">
1674
+ </testsuite>
1675
+ <testsuite name="SwitchMakeIceService" errors="0" failures="0" skipped="0" timestamp="2025-04-29T16:02:10" time="0.283" tests="6">
1676
+ <testcase classname="SwitchMakeIceService Small Cubes processOnSetOn should send Set command to device when Make Ice Cubes value was changed to true" name="SwitchMakeIceService Small Cubes processOnSetOn should send Set command to device when Make Ice Cubes value was changed to true" time="0.007">
1209
1677
  </testcase>
1210
- <testcase classname="EcoFlowHttpApiManager getQuotas should return null when it is failed to send http request" name="EcoFlowHttpApiManager getQuotas should return null when it is failed to send http request" time="0.002">
1678
+ <testcase classname="SwitchMakeIceService Small Cubes processOnSetOn should send Set command to device when Make Ice Cubes value was changed to false" name="SwitchMakeIceService Small Cubes processOnSetOn should send Set command to device when Make Ice Cubes value was changed to false" time="0">
1211
1679
  </testcase>
1212
- <testcase classname="EcoFlowHttpApiManager getQuotas should return requested quota data converted to typed object when request is successful" name="EcoFlowHttpApiManager getQuotas should return requested quota data converted to typed object when request is successful" time="0.004">
1680
+ <testcase classname="SwitchMakeIceService Small Cubes processOnSetOn should revert changing of Make Ice Cubes state when sending Set command to device is failed" name="SwitchMakeIceService Small Cubes processOnSetOn should revert changing of Make Ice Cubes state when sending Set command to device is failed" time="0">
1681
+ </testcase>
1682
+ <testcase classname="SwitchMakeIceService Large Cubes processOnSetOn should send Set command to device when Make Ice Cubes value was changed to true" name="SwitchMakeIceService Large Cubes processOnSetOn should send Set command to device when Make Ice Cubes value was changed to true" time="0">
1683
+ </testcase>
1684
+ <testcase classname="SwitchMakeIceService Large Cubes processOnSetOn should send Set command to device when Make Ice Cubes value was changed to false" name="SwitchMakeIceService Large Cubes processOnSetOn should send Set command to device when Make Ice Cubes value was changed to false" time="0">
1685
+ </testcase>
1686
+ <testcase classname="SwitchMakeIceService Large Cubes processOnSetOn should revert changing of Make Ice Cubes state when sending Set command to device is failed" name="SwitchMakeIceService Large Cubes processOnSetOn should revert changing of Make Ice Cubes state when sending Set command to device is failed" time="0.001">
1213
1687
  </testcase>
1214
1688
  </testsuite>
1215
- <testsuite name="OutletUsbService" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:16" time="0.457" tests="7">
1216
- <testcase classname="OutletUsbService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" name="OutletUsbService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" time="0.003">
1689
+ <testsuite name="OutletUsbService" errors="0" failures="0" skipped="0" timestamp="2025-04-29T16:02:10" time="0.403" tests="7">
1690
+ <testcase classname="OutletUsbService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" name="OutletUsbService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" time="0.002">
1217
1691
  </testcase>
1218
1692
  <testcase classname="OutletUsbService updateOutputConsumption should not set OutputConsumption when it is disabled in configuration" name="OutletUsbService updateOutputConsumption should not set OutputConsumption when it is disabled in configuration" time="0.001">
1219
1693
  </testcase>
@@ -1221,157 +1695,181 @@
1221
1695
  </testcase>
1222
1696
  <testcase classname="OutletUsbService updateInputConsumption should not set InputConsumption when it is disabled in configuration" name="OutletUsbService updateInputConsumption should not set InputConsumption when it is disabled in configuration" time="0.001">
1223
1697
  </testcase>
1224
- <testcase classname="OutletUsbService updateBatteryLevel should set BatteryLevel when it is enabled in configuration" name="OutletUsbService updateBatteryLevel should set BatteryLevel when it is enabled in configuration" time="0.001">
1698
+ <testcase classname="OutletUsbService updateBatteryLevel should set BatteryLevel when it is enabled in configuration" name="OutletUsbService updateBatteryLevel should set BatteryLevel when it is enabled in configuration" time="0">
1225
1699
  </testcase>
1226
- <testcase classname="OutletUsbService updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" name="OutletUsbService updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" time="0.001">
1700
+ <testcase classname="OutletUsbService updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" name="OutletUsbService updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" time="0">
1227
1701
  </testcase>
1228
- <testcase classname="OutletUsbService onOnSet should not allow to set ON value" name="OutletUsbService onOnSet should not allow to set ON value" time="0.002">
1702
+ <testcase classname="OutletUsbService processOnSetOn should not allow to set ON value" name="OutletUsbService processOnSetOn should not allow to set ON value" time="0.001">
1229
1703
  </testcase>
1230
1704
  </testsuite>
1231
- <testsuite name="OutletAcService" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:16" time="0.533" tests="7">
1232
- <testcase classname="OutletAcService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" name="OutletAcService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" time="0.003">
1705
+ <testsuite name="MockMqttClient" errors="0" failures="0" skipped="0" timestamp="2025-04-29T16:02:09" time="1.87" tests="15">
1706
+ <testcase classname="MockMqttClient initialize should mock connection when create new instance of mock mqtt client" name="MockMqttClient initialize should mock connection when create new instance of mock mqtt client" time="0.002">
1233
1707
  </testcase>
1234
- <testcase classname="OutletAcService updateOutputConsumption should not set OutputConsumption when it is disabled in configuration" name="OutletAcService updateOutputConsumption should not set OutputConsumption when it is disabled in configuration" time="0.001">
1708
+ <testcase classname="MockMqttClient endAsync should do nothing when ending connection and there were no subscribeAsync calls" name="MockMqttClient endAsync should do nothing when ending connection and there were no subscribeAsync calls" time="0.153">
1235
1709
  </testcase>
1236
- <testcase classname="OutletAcService updateInputConsumption should set InputConsumption when it is enabled in configuration" name="OutletAcService updateInputConsumption should set InputConsumption when it is enabled in configuration" time="0.002">
1710
+ <testcase classname="MockMqttClient endAsync should stop emitting quota when ending connection and there was subscription to quota topic" name="MockMqttClient endAsync should stop emitting quota when ending connection and there was subscription to quota topic" time="0.401">
1237
1711
  </testcase>
1238
- <testcase classname="OutletAcService updateInputConsumption should not set InputConsumption when it is disabled in configuration" name="OutletAcService updateInputConsumption should not set InputConsumption when it is disabled in configuration" time="0.001">
1712
+ <testcase classname="MockMqttClient subscribeAsync should return empty array of subscriptions when subscribeAsync is called" name="MockMqttClient subscribeAsync should return empty array of subscriptions when subscribeAsync is called" time="0">
1239
1713
  </testcase>
1240
- <testcase classname="OutletAcService updateBatteryLevel should set BatteryLevel when it is enabled in configuration" name="OutletAcService updateBatteryLevel should set BatteryLevel when it is enabled in configuration" time="0.001">
1714
+ <testcase classname="MockMqttClient subscribeAsync quota should emit quota when there was subscription to quota topic" name="MockMqttClient subscribeAsync quota should emit quota when there was subscription to quota topic" time="0.252">
1241
1715
  </testcase>
1242
- <testcase classname="OutletAcService updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" name="OutletAcService updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" time="0">
1716
+ <testcase classname="MockMqttClient subscribeAsync quota should emit quota from simulator when there was subscription to quota topic" name="MockMqttClient subscribeAsync quota should emit quota from simulator when there was subscription to quota topic" time="0.153">
1243
1717
  </testcase>
1244
- <testcase classname="OutletAcService onOnSet should not allow to set ON value" name="OutletAcService onOnSet should not allow to set ON value" time="0.028">
1718
+ <testcase classname="MockMqttClient subscribeAsync quota should not emit quota when there was no subscription to quota topic" name="MockMqttClient subscribeAsync quota should not emit quota when there was no subscription to quota topic" time="0.251">
1245
1719
  </testcase>
1246
- </testsuite>
1247
- <testsuite name="SwitchXboostServiceBase" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:16" time="0.339" tests="7">
1248
- <testcase classname="SwitchXboostServiceBase initialize should add Switch service when it is not added to accessory yet" name="SwitchXboostServiceBase initialize should add Switch service when it is not added to accessory yet" time="0.003">
1720
+ <testcase classname="MockMqttClient subscribeAsync status should emit status when there was subscription to status topic" name="MockMqttClient subscribeAsync status should emit status when there was subscription to status topic" time="0.128">
1249
1721
  </testcase>
1250
- <testcase classname="SwitchXboostServiceBase initialize should use existing Switch service when it is already added to accessory" name="SwitchXboostServiceBase initialize should use existing Switch service when it is already added to accessory" time="0.001">
1722
+ <testcase classname="MockMqttClient subscribeAsync status should emit status from simulator when there was subscription to status topic" name="MockMqttClient subscribeAsync status should emit status from simulator when there was subscription to status topic" time="0.08">
1251
1723
  </testcase>
1252
- <testcase classname="SwitchXboostServiceBase initialize should add mandatory characteristics when initializing accessory" name="SwitchXboostServiceBase initialize should add mandatory characteristics when initializing accessory" time="0.001">
1724
+ <testcase classname="MockMqttClient subscribeAsync status should not emit status when there was no subscription to status topic" name="MockMqttClient subscribeAsync status should not emit status when there was no subscription to status topic" time="0.126">
1253
1725
  </testcase>
1254
- <testcase classname="SwitchXboostServiceBase cleanupCharacteristics should remove non registered characteristics when cleanup characteristics is called" name="SwitchXboostServiceBase cleanupCharacteristics should remove non registered characteristics when cleanup characteristics is called" time="0.002">
1726
+ <testcase classname="MockMqttClient publishAsync should not emit set_reply message when simulator is not defined" name="MockMqttClient publishAsync should not emit set_reply message when simulator is not defined" time="0.001">
1727
+ </testcase>
1728
+ <testcase classname="MockMqttClient publishAsync should not emit set_reply message when publishing to unknown topic" name="MockMqttClient publishAsync should not emit set_reply message when publishing to unknown topic" time="0.001">
1255
1729
  </testcase>
1256
- <testcase classname="SwitchXboostServiceBase updateState should set On state to true when it is requested" name="SwitchXboostServiceBase updateState should set On state to true when it is requested" time="0.001">
1730
+ <testcase classname="MockMqttClient publishAsync should not emit set_reply message when there is subscription to &apos;quota&apos; topic only" name="MockMqttClient publishAsync should not emit set_reply message when there is subscription to &apos;quota&apos; topic only" time="0">
1257
1731
  </testcase>
1258
- <testcase classname="SwitchXboostServiceBase updateState should set On state to false when it is requested" name="SwitchXboostServiceBase updateState should set On state to false when it is requested" time="0.001">
1732
+ <testcase classname="MockMqttClient publishAsync should not emit set_reply message when there is subscription to &apos;status&apos; topic only" name="MockMqttClient publishAsync should not emit set_reply message when there is subscription to &apos;status&apos; topic only" time="0.001">
1259
1733
  </testcase>
1260
- <testcase classname="SwitchXboostServiceBase onOnSet should revert changing of On state when it is failed" name="SwitchXboostServiceBase onOnSet should revert changing of On state when it is failed" time="0.001">
1734
+ <testcase classname="MockMqttClient publishAsync should emit set_reply message when there is subscription for set_reply topic" name="MockMqttClient publishAsync should emit set_reply message when there is subscription for set_reply topic" time="0.003">
1261
1735
  </testcase>
1262
1736
  </testsuite>
1263
- <testsuite name="EcoFlowAccessoryWithQuotaBase" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:16" time="0.264" tests="6">
1264
- <testcase classname="EcoFlowAccessoryWithQuotaBase initializeDefaultValues should initialize quota when is called before initializeDefaultValues" name="EcoFlowAccessoryWithQuotaBase initializeDefaultValues should initialize quota when is called before initializeDefaultValues" time="0.002">
1737
+ <testsuite name="ThermostatFridgeDualRightZoneService" errors="0" failures="0" skipped="0" timestamp="2025-04-29T16:02:10" time="0.31" tests="6">
1738
+ <testcase classname="ThermostatFridgeDualRightZoneService processOnSetTargetState should not allow to set Target State value" name="ThermostatFridgeDualRightZoneService processOnSetTargetState should not allow to set Target State value" time="0.003">
1265
1739
  </testcase>
1266
- <testcase classname="EcoFlowAccessoryWithQuotaBase initializeDefaultValues should get all quota when initialization of default values is requested" name="EcoFlowAccessoryWithQuotaBase initializeDefaultValues should get all quota when initialization of default values is requested" time="0.001">
1740
+ <testcase classname="ThermostatFridgeDualRightZoneService processOnSetTemperatureDisplayUnits should send Set command of TemperatureUnit operateType to device when value is updated to Fahrenheit" name="ThermostatFridgeDualRightZoneService processOnSetTemperatureDisplayUnits should send Set command of TemperatureUnit operateType to device when value is updated to Fahrenheit" time="0.001">
1267
1741
  </testcase>
1268
- <testcase classname="EcoFlowAccessoryWithQuotaBase initializeDefaultValues should not update initial values when quota is not received" name="EcoFlowAccessoryWithQuotaBase initializeDefaultValues should not update initial values when quota is not received" time="0.001">
1742
+ <testcase classname="ThermostatFridgeDualRightZoneService processOnSetTemperatureDisplayUnits should send Set command of TemperatureUnit operateType to device when value is updated to Celsius" name="ThermostatFridgeDualRightZoneService processOnSetTemperatureDisplayUnits should send Set command of TemperatureUnit operateType to device when value is updated to Celsius" time="0.001">
1269
1743
  </testcase>
1270
- <testcase classname="EcoFlowAccessoryWithQuotaBase initializeDefaultValues should initialize quotas with default values when they were not received" name="EcoFlowAccessoryWithQuotaBase initializeDefaultValues should initialize quotas with default values when they were not received" time="0">
1744
+ <testcase classname="ThermostatFridgeDualRightZoneService processOnSetTemperatureDisplayUnits should revert changing of TemperatureUnit when sending Set command to device is failed" name="ThermostatFridgeDualRightZoneService processOnSetTemperatureDisplayUnits should revert changing of TemperatureUnit when sending Set command to device is failed" time="0.001">
1271
1745
  </testcase>
1272
- <testcase classname="EcoFlowAccessoryWithQuotaBase initializeDefaultValues should initialize quotas with default values when they were not received and
1273
- updating of initial values is not requested" name="EcoFlowAccessoryWithQuotaBase initializeDefaultValues should initialize quotas with default values when they were not received and
1274
- updating of initial values is not requested" time="0.001">
1746
+ <testcase classname="ThermostatFridgeDualRightZoneService processOnSetTargetTemperature should send Set command of Temperature operateType to device when value is updated" name="ThermostatFridgeDualRightZoneService processOnSetTargetTemperature should send Set command of Temperature operateType to device when value is updated" time="0">
1275
1747
  </testcase>
1276
- <testcase classname="EcoFlowAccessoryWithQuotaBase initializeDefaultValues should not update initial values when it is not requested" name="EcoFlowAccessoryWithQuotaBase initializeDefaultValues should not update initial values when it is not requested" time="0.001">
1748
+ <testcase classname="ThermostatFridgeDualRightZoneService processOnSetTargetTemperature should revert changing of Temperature when sending Set command to device is failed" name="ThermostatFridgeDualRightZoneService processOnSetTargetTemperature should revert changing of Temperature when sending Set command to device is failed" time="0.008">
1277
1749
  </testcase>
1278
1750
  </testsuite>
1279
- <testsuite name="SwitchXboostService" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:16" time="0.34" tests="4">
1280
- <testcase classname="SwitchXboostService onOnSet should send Set command of MPPT moduleType to device
1281
- when X-Boost value was changed to true and service was initialized with MPPT setAcModuleType" name="SwitchXboostService onOnSet should send Set command of MPPT moduleType to device
1282
- when X-Boost value was changed to true and service was initialized with MPPT setAcModuleType" time="0.003">
1751
+ <testsuite name="ThermostatFridgeDualLeftZoneService" errors="0" failures="0" skipped="0" timestamp="2025-04-29T16:02:10" time="0.433" tests="6">
1752
+ <testcase classname="ThermostatFridgeDualLeftZoneService processOnSetTargetState should not allow to set Target State value" name="ThermostatFridgeDualLeftZoneService processOnSetTargetState should not allow to set Target State value" time="0.005">
1283
1753
  </testcase>
1284
- <testcase classname="SwitchXboostService onOnSet should send Set command of INV moduleType to device
1285
- when X-Boost value was changed to true and service was initialized with INV setAcModuleType" name="SwitchXboostService onOnSet should send Set command of INV moduleType to device
1286
- when X-Boost value was changed to true and service was initialized with INV setAcModuleType" time="0.001">
1754
+ <testcase classname="ThermostatFridgeDualLeftZoneService processOnSetTemperatureDisplayUnits should send Set command of TemperatureUnit operateType to device when value is updated to Fahrenheit" name="ThermostatFridgeDualLeftZoneService processOnSetTemperatureDisplayUnits should send Set command of TemperatureUnit operateType to device when value is updated to Fahrenheit" time="0.001">
1755
+ </testcase>
1756
+ <testcase classname="ThermostatFridgeDualLeftZoneService processOnSetTemperatureDisplayUnits should send Set command of TemperatureUnit operateType to device when value is updated to Celsius" name="ThermostatFridgeDualLeftZoneService processOnSetTemperatureDisplayUnits should send Set command of TemperatureUnit operateType to device when value is updated to Celsius" time="0.001">
1287
1757
  </testcase>
1288
- <testcase classname="SwitchXboostService onOnSet should send Set command of INV moduleType to device when X-Boost value was changed to false" name="SwitchXboostService onOnSet should send Set command of INV moduleType to device when X-Boost value was changed to false" time="0">
1758
+ <testcase classname="ThermostatFridgeDualLeftZoneService processOnSetTemperatureDisplayUnits should revert changing of TemperatureUnit when sending Set command to device is failed" name="ThermostatFridgeDualLeftZoneService processOnSetTemperatureDisplayUnits should revert changing of TemperatureUnit when sending Set command to device is failed" time="0.002">
1289
1759
  </testcase>
1290
- <testcase classname="SwitchXboostService onOnSet should revert changing of X-Boost state when sending Set command to device is failed" name="SwitchXboostService onOnSet should revert changing of X-Boost state when sending Set command to device is failed" time="0.001">
1760
+ <testcase classname="ThermostatFridgeDualLeftZoneService processOnSetTargetTemperature should send Set command of Temperature operateType to device when value is updated" name="ThermostatFridgeDualLeftZoneService processOnSetTargetTemperature should send Set command of Temperature operateType to device when value is updated" time="0.001">
1761
+ </testcase>
1762
+ <testcase classname="ThermostatFridgeDualLeftZoneService processOnSetTargetTemperature should revert changing of Temperature when sending Set command to device is failed" name="ThermostatFridgeDualLeftZoneService processOnSetTargetTemperature should revert changing of Temperature when sending Set command to device is failed" time="0.001">
1291
1763
  </testcase>
1292
1764
  </testsuite>
1293
- <testsuite name="MqttClient" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:17" time="0.302" tests="12">
1294
- <testcase classname="MqttClient client should get null as client when is not set yet" name="MqttClient client should get null as client when is not set yet" time="0.001">
1765
+ <testsuite name="ThermostatFridgeSingleZoneService" errors="0" failures="0" skipped="0" timestamp="2025-04-29T16:02:11" time="0.438" tests="6">
1766
+ <testcase classname="ThermostatFridgeSingleZoneService processOnSetTargetState should not allow to set Target State value" name="ThermostatFridgeSingleZoneService processOnSetTargetState should not allow to set Target State value" time="0.004">
1295
1767
  </testcase>
1296
- <testcase classname="MqttClient client should set client property when is not set yet" name="MqttClient client should set client property when is not set yet" time="0">
1768
+ <testcase classname="ThermostatFridgeSingleZoneService processOnSetTemperatureDisplayUnits should send Set command of TemperatureUnit operateType to device when value is updated to Fahrenheit" name="ThermostatFridgeSingleZoneService processOnSetTemperatureDisplayUnits should send Set command of TemperatureUnit operateType to device when value is updated to Fahrenheit" time="0.002">
1297
1769
  </testcase>
1298
- <testcase classname="MqttClient client should not set client property when it is already set" name="MqttClient client should not set client property when it is already set" time="0">
1770
+ <testcase classname="ThermostatFridgeSingleZoneService processOnSetTemperatureDisplayUnits should send Set command of TemperatureUnit operateType to device when value is updated to Celsius" name="ThermostatFridgeSingleZoneService processOnSetTemperatureDisplayUnits should send Set command of TemperatureUnit operateType to device when value is updated to Celsius" time="0.001">
1299
1771
  </testcase>
1300
- <testcase classname="MqttClient isConnected should return false when mqtt is not connected" name="MqttClient isConnected should return false when mqtt is not connected" time="0">
1772
+ <testcase classname="ThermostatFridgeSingleZoneService processOnSetTemperatureDisplayUnits should revert changing of TemperatureUnit when sending Set command to device is failed" name="ThermostatFridgeSingleZoneService processOnSetTemperatureDisplayUnits should revert changing of TemperatureUnit when sending Set command to device is failed" time="0.001">
1301
1773
  </testcase>
1302
- <testcase classname="MqttClient isConnected should return true when mqtt is connected" name="MqttClient isConnected should return true when mqtt is connected" time="0">
1774
+ <testcase classname="ThermostatFridgeSingleZoneService processOnSetTargetTemperature should send Set command of Temperature operateType to device when value is updated" name="ThermostatFridgeSingleZoneService processOnSetTargetTemperature should send Set command of Temperature operateType to device when value is updated" time="0.004">
1303
1775
  </testcase>
1304
- <testcase classname="MqttClient devices addDevice should add device to cache when there is no devices for serial number yet" name="MqttClient devices addDevice should add device to cache when there is no devices for serial number yet" time="0.001">
1776
+ <testcase classname="ThermostatFridgeSingleZoneService processOnSetTargetTemperature should revert changing of Temperature when sending Set command to device is failed" name="ThermostatFridgeSingleZoneService processOnSetTargetTemperature should revert changing of Temperature when sending Set command to device is failed" time="0.008">
1305
1777
  </testcase>
1306
- <testcase classname="MqttClient devices addDevice should add device to cache when there is already device for serial number" name="MqttClient devices addDevice should add device to cache when there is already device for serial number" time="0.001">
1778
+ </testsuite>
1779
+ <testsuite name="MqttDevice" errors="0" failures="0" skipped="0" timestamp="2025-04-29T16:02:11" time="0.354" tests="10">
1780
+ <testcase classname="MqttDevice processReceivedMessage should ignore mqtt message when its topic is not supported" name="MqttDevice processReceivedMessage should ignore mqtt message when its topic is not supported" time="0.003">
1307
1781
  </testcase>
1308
- <testcase classname="MqttClient devices getDevices should return list of devices for serial number when there is any in cache" name="MqttClient devices getDevices should return list of devices for serial number when there is any in cache" time="0.002">
1782
+ <testcase classname="MqttDevice processReceivedMessage should notify quota subscribers when quota mqtt message is received" name="MqttDevice processReceivedMessage should notify quota subscribers when quota mqtt message is received" time="0.001">
1309
1783
  </testcase>
1310
- <testcase classname="MqttClient devices getDevices should return empty array when there is no device for serial number in cache" name="MqttClient devices getDevices should return empty array when there is no device for serial number in cache" time="0">
1784
+ <testcase classname="MqttDevice processReceivedMessage should notify set_reply subscribers when set_reply mqtt message is received" name="MqttDevice processReceivedMessage should notify set_reply subscribers when set_reply mqtt message is received" time="0.001">
1785
+ </testcase>
1786
+ <testcase classname="MqttDevice processReceivedMessage should notify status subscribers when status mqtt message is received" name="MqttDevice processReceivedMessage should notify status subscribers when status mqtt message is received" time="0.001">
1787
+ </testcase>
1788
+ <testcase classname="MqttDevice processReceivedMessage should log message when it is received" name="MqttDevice processReceivedMessage should log message when it is received" time="0.001">
1311
1789
  </testcase>
1312
- <testcase classname="MqttClient devices getDevices should return empty array when serial number is not defined" name="MqttClient devices getDevices should return empty array when serial number is not defined" time="0">
1790
+ <testcase classname="MqttDevice subscribeOnMessage should ignore subscription to topic when it is not supported" name="MqttDevice subscribeOnMessage should ignore subscription to topic when it is not supported" time="0.002">
1313
1791
  </testcase>
1314
- <testcase classname="MqttClient devices getAllDevices should return list of devices when there is any in cache" name="MqttClient devices getAllDevices should return list of devices when there is any in cache" time="0.001">
1792
+ <testcase classname="MqttDevice subscribeOnMessage should subscribe on quota$ observable and return subscription when subscribing on quota topic" name="MqttDevice subscribeOnMessage should subscribe on quota$ observable and return subscription when subscribing on quota topic" time="0.001">
1793
+ </testcase>
1794
+ <testcase classname="MqttDevice subscribeOnMessage should subscribe on quota$ observable when subscribing on quota topic" name="MqttDevice subscribeOnMessage should subscribe on quota$ observable when subscribing on quota topic" time="0.001">
1795
+ </testcase>
1796
+ <testcase classname="MqttDevice subscribeOnMessage should subscribe on setReply$ observable when subscribing on set_reply topic" name="MqttDevice subscribeOnMessage should subscribe on setReply$ observable when subscribing on set_reply topic" time="0.001">
1315
1797
  </testcase>
1316
- <testcase classname="MqttClient devices getAllDevices should return empty array when serial number is not defined" name="MqttClient devices getAllDevices should return empty array when serial number is not defined" time="0">
1798
+ <testcase classname="MqttDevice subscribeOnMessage should subscribe on status$ observable when subscribing on status topic" name="MqttDevice subscribeOnMessage should subscribe on status$ observable when subscribing on status topic" time="0">
1317
1799
  </testcase>
1318
1800
  </testsuite>
1319
- <testsuite name="TemperatureSensorService" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:17" time="0.444" tests="4">
1320
- <testcase classname="TemperatureSensorService initialize should add TemperatureSensor service when it is not added to accessory yet" name="TemperatureSensorService initialize should add TemperatureSensor service when it is not added to accessory yet" time="0.003">
1801
+ <testsuite name="ContactSensorService" errors="0" failures="0" skipped="0" timestamp="2025-04-29T16:02:11" time="0.411" tests="5">
1802
+ <testcase classname="ContactSensorService initialize should add ContactSensor characteristics when initializing accessory" name="ContactSensorService initialize should add ContactSensor characteristics when initializing accessory" time="0.004">
1321
1803
  </testcase>
1322
- <testcase classname="TemperatureSensorService initialize should use existing TemperatureSensor service when it is already added to accessory" name="TemperatureSensorService initialize should use existing TemperatureSensor service when it is already added to accessory" time="0.001">
1804
+ <testcase classname="ContactSensorService updateState should set ContactSensor to CONTACT_DETECTED when update state with closed = true" name="ContactSensorService updateState should set ContactSensor to CONTACT_DETECTED when update state with closed = true" time="0.001">
1323
1805
  </testcase>
1324
- <testcase classname="TemperatureSensorService initialize should add TemperatureSensor characteristics when initializing accessory" name="TemperatureSensorService initialize should add TemperatureSensor characteristics when initializing accessory" time="0">
1806
+ <testcase classname="ContactSensorService updateState should set ContactSensor to CONTACT_NOT_DETECTED when update state with closed = false" name="ContactSensorService updateState should set ContactSensor to CONTACT_NOT_DETECTED when update state with closed = false" time="0.001">
1807
+ </testcase>
1808
+ <testcase classname="ContactSensorService characteristics ContactSensorState onGet should get ContactSensorState when device is online" name="ContactSensorService characteristics ContactSensorState onGet should get ContactSensorState when device is online" time="0.001">
1325
1809
  </testcase>
1326
- <testcase classname="TemperatureSensorService updateCurrentTemperature should set current temperature when it is requested" name="TemperatureSensorService updateCurrentTemperature should set current temperature when it is requested" time="0.007">
1810
+ <testcase classname="ContactSensorService characteristics ContactSensorState onGet should throw an error when getting ContactSensorState but device is offline" name="ContactSensorService characteristics ContactSensorState onGet should throw an error when getting ContactSensorState but device is offline" time="0.002">
1327
1811
  </testcase>
1328
1812
  </testsuite>
1329
- <testsuite name="MqttDevice" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:17" time="0.202" tests="8">
1330
- <testcase classname="MqttDevice processReceivedMessage should ignore mqtt message when its topic is not supported" name="MqttDevice processReceivedMessage should ignore mqtt message when its topic is not supported" time="0.002">
1813
+ <testsuite name="SwitchXboostService" errors="0" failures="0" skipped="0" timestamp="2025-04-29T16:02:11" time="0.347" tests="4">
1814
+ <testcase classname="SwitchXboostService processOnSetOn should send Set command of MPPT moduleType to device
1815
+ when X-Boost value was changed to true and service was initialized with MPPT setAcModuleType" name="SwitchXboostService processOnSetOn should send Set command of MPPT moduleType to device
1816
+ when X-Boost value was changed to true and service was initialized with MPPT setAcModuleType" time="0.004">
1331
1817
  </testcase>
1332
- <testcase classname="MqttDevice processReceivedMessage should notify quota subscribers when quota mqtt message is received" name="MqttDevice processReceivedMessage should notify quota subscribers when quota mqtt message is received" time="0.001">
1818
+ <testcase classname="SwitchXboostService processOnSetOn should send Set command of INV moduleType to device
1819
+ when X-Boost value was changed to true and service was initialized with INV setAcModuleType" name="SwitchXboostService processOnSetOn should send Set command of INV moduleType to device
1820
+ when X-Boost value was changed to true and service was initialized with INV setAcModuleType" time="0.001">
1333
1821
  </testcase>
1334
- <testcase classname="MqttDevice processReceivedMessage should notify set_reply subscribers when set_reply mqtt message is received" name="MqttDevice processReceivedMessage should notify set_reply subscribers when set_reply mqtt message is received" time="0">
1822
+ <testcase classname="SwitchXboostService processOnSetOn should send Set command of INV moduleType to device when X-Boost value was changed to false" name="SwitchXboostService processOnSetOn should send Set command of INV moduleType to device when X-Boost value was changed to false" time="0.001">
1335
1823
  </testcase>
1336
- <testcase classname="MqttDevice processReceivedMessage should log message when it is received" name="MqttDevice processReceivedMessage should log message when it is received" time="0.008">
1824
+ <testcase classname="SwitchXboostService processOnSetOn should revert changing of X-Boost state when sending Set command to device is failed" name="SwitchXboostService processOnSetOn should revert changing of X-Boost state when sending Set command to device is failed" time="0.001">
1337
1825
  </testcase>
1338
- <testcase classname="MqttDevice subscribeOnMessage should ignore subscription to topic when it is not supported" name="MqttDevice subscribeOnMessage should ignore subscription to topic when it is not supported" time="0.001">
1826
+ </testsuite>
1827
+ <testsuite name="EcoFlowAccessoryWithQuotaBase" errors="0" failures="0" skipped="0" timestamp="2025-04-29T16:02:11" time="0.282" tests="6">
1828
+ <testcase classname="EcoFlowAccessoryWithQuotaBase initializeDefaultValues should initialize quota when is called before initializeDefaultValues" name="EcoFlowAccessoryWithQuotaBase initializeDefaultValues should initialize quota when is called before initializeDefaultValues" time="0.001">
1339
1829
  </testcase>
1340
- <testcase classname="MqttDevice subscribeOnMessage should subscribe on quota$ observable when subscribing on quota topic" name="MqttDevice subscribeOnMessage should subscribe on quota$ observable when subscribing on quota topic" time="0">
1830
+ <testcase classname="EcoFlowAccessoryWithQuotaBase initializeDefaultValues should get all quota when initialization of default values is requested" name="EcoFlowAccessoryWithQuotaBase initializeDefaultValues should get all quota when initialization of default values is requested" time="0">
1341
1831
  </testcase>
1342
- <testcase classname="MqttDevice subscribeOnMessage should subscribe on quota$ observable when subscribing on quota topic" name="MqttDevice subscribeOnMessage should subscribe on quota$ observable when subscribing on quota topic" time="0.001">
1832
+ <testcase classname="EcoFlowAccessoryWithQuotaBase initializeDefaultValues should not update initial values when quota is not received" name="EcoFlowAccessoryWithQuotaBase initializeDefaultValues should not update initial values when quota is not received" time="0.001">
1343
1833
  </testcase>
1344
- <testcase classname="MqttDevice subscribeOnMessage should subscribe on setReply$ observable when subscribing on set_reply topic" name="MqttDevice subscribeOnMessage should subscribe on setReply$ observable when subscribing on set_reply topic" time="0.001">
1834
+ <testcase classname="EcoFlowAccessoryWithQuotaBase initializeDefaultValues should initialize quotas with default values when they were not received" name="EcoFlowAccessoryWithQuotaBase initializeDefaultValues should initialize quotas with default values when they were not received" time="0.001">
1835
+ </testcase>
1836
+ <testcase classname="EcoFlowAccessoryWithQuotaBase initializeDefaultValues should initialize quotas with default values when they were not received and
1837
+ updating of initial values is not requested" name="EcoFlowAccessoryWithQuotaBase initializeDefaultValues should initialize quotas with default values when they were not received and
1838
+ updating of initial values is not requested" time="0.001">
1839
+ </testcase>
1840
+ <testcase classname="EcoFlowAccessoryWithQuotaBase initializeDefaultValues should not update initial values when it is not requested" name="EcoFlowAccessoryWithQuotaBase initializeDefaultValues should not update initial values when it is not requested" time="0.001">
1345
1841
  </testcase>
1346
1842
  </testsuite>
1347
- <testsuite name="MockMqttClient" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:16" time="1.52" tests="11">
1348
- <testcase classname="MockMqttClient initialize should mock connection when create new instance of mock mqtt client" name="MockMqttClient initialize should mock connection when create new instance of mock mqtt client" time="0.005">
1843
+ <testsuite name="MqttClient" errors="0" failures="0" skipped="0" timestamp="2025-04-29T16:02:11" time="0.3" tests="12">
1844
+ <testcase classname="MqttClient client should get null as client when is not set yet" name="MqttClient client should get null as client when is not set yet" time="0.001">
1845
+ </testcase>
1846
+ <testcase classname="MqttClient client should set client property when is not set yet" name="MqttClient client should set client property when is not set yet" time="0.001">
1349
1847
  </testcase>
1350
- <testcase classname="MockMqttClient endAsync should do nothing when ending connection and there were no subscribeAsync calls" name="MockMqttClient endAsync should do nothing when ending connection and there were no subscribeAsync calls" time="0.154">
1848
+ <testcase classname="MqttClient client should not set client property when it is already set" name="MqttClient client should not set client property when it is already set" time="0">
1351
1849
  </testcase>
1352
- <testcase classname="MockMqttClient endAsync should stop emitting quota when ending connection and there was subscription to quota topic" name="MockMqttClient endAsync should stop emitting quota when ending connection and there was subscription to quota topic" time="0.403">
1850
+ <testcase classname="MqttClient isConnected should return false when mqtt is not connected" name="MqttClient isConnected should return false when mqtt is not connected" time="0">
1353
1851
  </testcase>
1354
- <testcase classname="MockMqttClient subscribeAsync should return empty array of subscriptions when subscribeAsync is called" name="MockMqttClient subscribeAsync should return empty array of subscriptions when subscribeAsync is called" time="0.001">
1852
+ <testcase classname="MqttClient isConnected should return true when mqtt is connected" name="MqttClient isConnected should return true when mqtt is connected" time="0.001">
1355
1853
  </testcase>
1356
- <testcase classname="MockMqttClient subscribeAsync should emit quota when there was subscription to quota topic" name="MockMqttClient subscribeAsync should emit quota when there was subscription to quota topic" time="0.251">
1854
+ <testcase classname="MqttClient devices addDevice should add device to cache when there is no devices for serial number yet" name="MqttClient devices addDevice should add device to cache when there is no devices for serial number yet" time="0.002">
1357
1855
  </testcase>
1358
- <testcase classname="MockMqttClient subscribeAsync should emit quota from simulator when there was subscription to quota topic" name="MockMqttClient subscribeAsync should emit quota from simulator when there was subscription to quota topic" time="0.153">
1856
+ <testcase classname="MqttClient devices addDevice should add device to cache when there is already device for serial number" name="MqttClient devices addDevice should add device to cache when there is already device for serial number" time="0.002">
1359
1857
  </testcase>
1360
- <testcase classname="MockMqttClient subscribeAsync should not emit quota when there was no subscription to quota topic" name="MockMqttClient subscribeAsync should not emit quota when there was no subscription to quota topic" time="0.251">
1858
+ <testcase classname="MqttClient devices getDevices should return list of devices for serial number when there is any in cache" name="MqttClient devices getDevices should return list of devices for serial number when there is any in cache" time="0.002">
1361
1859
  </testcase>
1362
- <testcase classname="MockMqttClient publishAsync should not emit set_reply message when simulator is not defined" name="MockMqttClient publishAsync should not emit set_reply message when simulator is not defined" time="0.001">
1860
+ <testcase classname="MqttClient devices getDevices should return empty array when there is no device for serial number in cache" name="MqttClient devices getDevices should return empty array when there is no device for serial number in cache" time="0">
1363
1861
  </testcase>
1364
- <testcase classname="MockMqttClient publishAsync should not emit set_reply message when publishing to unknown topic" name="MockMqttClient publishAsync should not emit set_reply message when publishing to unknown topic" time="0.005">
1862
+ <testcase classname="MqttClient devices getDevices should return empty array when serial number is not defined" name="MqttClient devices getDevices should return empty array when serial number is not defined" time="0.01">
1365
1863
  </testcase>
1366
- <testcase classname="MockMqttClient publishAsync should not emit set_reply message when there is no subscription for set_reply topic" name="MockMqttClient publishAsync should not emit set_reply message when there is no subscription for set_reply topic" time="0">
1864
+ <testcase classname="MqttClient devices getAllDevices should return list of devices when there is any in cache" name="MqttClient devices getAllDevices should return list of devices when there is any in cache" time="0.002">
1367
1865
  </testcase>
1368
- <testcase classname="MockMqttClient publishAsync should emit set_reply message when there is subscription for set_reply topic" name="MockMqttClient publishAsync should emit set_reply message when there is subscription for set_reply topic" time="0.003">
1866
+ <testcase classname="MqttClient devices getAllDevices should return empty array when serial number is not defined" name="MqttClient devices getAllDevices should return empty array when serial number is not defined" time="0.004">
1369
1867
  </testcase>
1370
1868
  </testsuite>
1371
- <testsuite name="AccessoryInformationService" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:18" time="0.302" tests="5">
1372
- <testcase classname="AccessoryInformationService initialize should throw error when trying to access non initialized service" name="AccessoryInformationService initialize should throw error when trying to access non initialized service" time="0.003">
1869
+ <testsuite name="AccessoryInformationService" errors="0" failures="0" skipped="0" timestamp="2025-04-29T16:02:11" time="0.311" tests="5">
1870
+ <testcase classname="AccessoryInformationService initialize should throw error when trying to access non initialized service" name="AccessoryInformationService initialize should throw error when trying to access non initialized service" time="0.002">
1373
1871
  </testcase>
1374
- <testcase classname="AccessoryInformationService initialize should add AccessoryInformation service when it is not added to accessory yet" name="AccessoryInformationService initialize should add AccessoryInformation service when it is not added to accessory yet" time="0.001">
1872
+ <testcase classname="AccessoryInformationService initialize should add AccessoryInformation service when it is not added to accessory yet" name="AccessoryInformationService initialize should add AccessoryInformation service when it is not added to accessory yet" time="0.002">
1375
1873
  </testcase>
1376
1874
  <testcase classname="AccessoryInformationService initialize should use existing AccessoryInformation service when it is already added to accessory" name="AccessoryInformationService initialize should use existing AccessoryInformation service when it is already added to accessory" time="0.001">
1377
1875
  </testcase>
@@ -1380,76 +1878,108 @@
1380
1878
  <testcase classname="AccessoryInformationService cleanupCharacteristics should remove non registered characteristics when cleanup characteristics is called" name="AccessoryInformationService cleanupCharacteristics should remove non registered characteristics when cleanup characteristics is called" time="0.001">
1381
1879
  </testcase>
1382
1880
  </testsuite>
1383
- <testsuite name="SwitchXboostService" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:18" time="0.298" tests="3">
1384
- <testcase classname="SwitchXboostService onOnSet should send Set command to device when X-Boost value was changed to true" name="SwitchXboostService onOnSet should send Set command to device when X-Boost value was changed to true" time="0.002">
1881
+ <testsuite name="ComponentRenderer" errors="0" failures="0" skipped="0" timestamp="2025-04-29T16:02:11" time="0.624" tests="11">
1882
+ <testcase classname="ComponentRenderer renderTextBox should render a textbox with required attribute when schema contains required attribute set to true" name="ComponentRenderer renderTextBox should render a textbox with required attribute when schema contains required attribute set to true" time="0.009">
1883
+ </testcase>
1884
+ <testcase classname="ComponentRenderer renderTextBox should render a textbox without required attribute when schema does not contain required attribute" name="ComponentRenderer renderTextBox should render a textbox without required attribute when schema does not contain required attribute" time="0.006">
1885
+ </testcase>
1886
+ <testcase classname="ComponentRenderer renderTextBox should render a textbox with placeholder attribute when schema does not contain description attribute" name="ComponentRenderer renderTextBox should render a textbox with placeholder attribute when schema does not contain description attribute" time="0.009">
1887
+ </testcase>
1888
+ <testcase classname="ComponentRenderer renderTextBox should set value of textbox when rendering" name="ComponentRenderer renderTextBox should set value of textbox when rendering" time="0.002">
1889
+ </testcase>
1890
+ <testcase classname="ComponentRenderer renderTextBox should call onChangeCallback with the new value when the textbox value changes" name="ComponentRenderer renderTextBox should call onChangeCallback with the new value when the textbox value changes" time="0.009">
1891
+ </testcase>
1892
+ <testcase classname="ComponentRenderer renderTextBox should call onChangeCallback with the new undefined value when the textbox value changes to undefined" name="ComponentRenderer renderTextBox should call onChangeCallback with the new undefined value when the textbox value changes to undefined" time="0.027">
1893
+ </testcase>
1894
+ <testcase classname="ComponentRenderer renderDropDown should render a dropdown with required attribute when schema contains required attribute set to true" name="ComponentRenderer renderDropDown should render a dropdown with required attribute when schema contains required attribute set to true" time="0.005">
1895
+ </testcase>
1896
+ <testcase classname="ComponentRenderer renderDropDown should render a dropdown without required attribute when schema does not contain required attribute" name="ComponentRenderer renderDropDown should render a dropdown without required attribute when schema does not contain required attribute" time="0.002">
1897
+ </testcase>
1898
+ <testcase classname="ComponentRenderer renderDropDown should set value of dropdown when rendering" name="ComponentRenderer renderDropDown should set value of dropdown when rendering" time="0.002">
1899
+ </testcase>
1900
+ <testcase classname="ComponentRenderer renderDropDown should call onChangeCallback with the new value when the dropdown value changes" name="ComponentRenderer renderDropDown should call onChangeCallback with the new value when the dropdown value changes" time="0.002">
1901
+ </testcase>
1902
+ <testcase classname="ComponentRenderer renderDropDown should call onChangeCallback with the new undefined value when the dropdown value changes to undefined" name="ComponentRenderer renderDropDown should call onChangeCallback with the new undefined value when the dropdown value changes to undefined" time="0.002">
1903
+ </testcase>
1904
+ </testsuite>
1905
+ <testsuite name="SwitchDetachIceService" errors="0" failures="0" skipped="0" timestamp="2025-04-29T16:02:12" time="0.445" tests="3">
1906
+ <testcase classname="SwitchDetachIceService processOnSetOn should send Set command to device when Detach Ice value was changed to On" name="SwitchDetachIceService processOnSetOn should send Set command to device when Detach Ice value was changed to On" time="0.006">
1385
1907
  </testcase>
1386
- <testcase classname="SwitchXboostService onOnSet should send Set command to device when X-Boost value was changed to false" name="SwitchXboostService onOnSet should send Set command to device when X-Boost value was changed to false" time="0">
1908
+ <testcase classname="SwitchDetachIceService processOnSetOn should send Set command to device when Detach Ice value was changed to Off" name="SwitchDetachIceService processOnSetOn should send Set command to device when Detach Ice value was changed to Off" time="0">
1387
1909
  </testcase>
1388
- <testcase classname="SwitchXboostService onOnSet should revert changing of X-Boost state when sending Set command to device is failed" name="SwitchXboostService onOnSet should revert changing of X-Boost state when sending Set command to device is failed" time="0.001">
1910
+ <testcase classname="SwitchDetachIceService processOnSetOn should revert changing of Detach Ice state when sending Set command to device is failed" name="SwitchDetachIceService processOnSetOn should revert changing of Detach Ice state when sending Set command to device is failed" time="0.001">
1389
1911
  </testcase>
1390
1912
  </testsuite>
1391
- <testsuite name="SwitchXboostService" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:18" time="0.394" tests="3">
1392
- <testcase classname="SwitchXboostService onOnSet should send Set command to device when X-Boost value was changed to true" name="SwitchXboostService onOnSet should send Set command to device when X-Boost value was changed to true" time="0.003">
1913
+ <testsuite name="SwitchEcoModeService" errors="0" failures="0" skipped="0" timestamp="2025-04-29T16:02:12" time="0.376" tests="3">
1914
+ <testcase classname="SwitchEcoModeService processOnSetOn should send Set command to device when ECO mode value was changed to Eco" name="SwitchEcoModeService processOnSetOn should send Set command to device when ECO mode value was changed to Eco" time="0.003">
1393
1915
  </testcase>
1394
- <testcase classname="SwitchXboostService onOnSet should send Set command to device when X-Boost value was changed to false" name="SwitchXboostService onOnSet should send Set command to device when X-Boost value was changed to false" time="0.001">
1916
+ <testcase classname="SwitchEcoModeService processOnSetOn should send Set command to device when ECO mode value was changed to Normal" name="SwitchEcoModeService processOnSetOn should send Set command to device when ECO mode value was changed to Normal" time="0.001">
1395
1917
  </testcase>
1396
- <testcase classname="SwitchXboostService onOnSet should revert changing of X-Boost state when sending Set command to device is failed" name="SwitchXboostService onOnSet should revert changing of X-Boost state when sending Set command to device is failed" time="0.001">
1918
+ <testcase classname="SwitchEcoModeService processOnSetOn should revert changing of ECO mode state when sending Set command to device is failed" name="SwitchEcoModeService processOnSetOn should revert changing of ECO mode state when sending Set command to device is failed" time="0.001">
1397
1919
  </testcase>
1398
1920
  </testsuite>
1399
- <testsuite name="OutletService" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:18" time="0.438" tests="3">
1400
- <testcase classname="OutletService onOnSet should send Set command of Switch cmdCode to device when Enabled value was changed to true" name="OutletService onOnSet should send Set command of Switch cmdCode to device when Enabled value was changed to true" time="0.003">
1921
+ <testsuite name="SwitchXboostService" errors="0" failures="0" skipped="0" timestamp="2025-04-29T16:02:12" time="0.494" tests="3">
1922
+ <testcase classname="SwitchXboostService processOnSetOn should send Set command to device when X-Boost value was changed to true" name="SwitchXboostService processOnSetOn should send Set command to device when X-Boost value was changed to true" time="0.003">
1401
1923
  </testcase>
1402
- <testcase classname="OutletService onOnSet should send Set command of Switch cmdCode to device when Enabled value was changed to false" name="OutletService onOnSet should send Set command of Switch cmdCode to device when Enabled value was changed to false" time="0.001">
1924
+ <testcase classname="SwitchXboostService processOnSetOn should send Set command to device when X-Boost value was changed to false" name="SwitchXboostService processOnSetOn should send Set command to device when X-Boost value was changed to false" time="0.001">
1403
1925
  </testcase>
1404
- <testcase classname="OutletService onOnSet should revert changing of Enabled state when sending Set command to device is failed" name="OutletService onOnSet should revert changing of Enabled state when sending Set command to device is failed" time="0.001">
1926
+ <testcase classname="SwitchXboostService processOnSetOn should revert changing of X-Boost state when sending Set command to device is failed" name="SwitchXboostService processOnSetOn should revert changing of X-Boost state when sending Set command to device is failed" time="0.001">
1405
1927
  </testcase>
1406
1928
  </testsuite>
1407
- <testsuite name="SwitchXboostService" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:18" time="0.297" tests="3">
1408
- <testcase classname="SwitchXboostService onOnSet should send Set command to device when X-Boost value was changed to true" name="SwitchXboostService onOnSet should send Set command to device when X-Boost value was changed to true" time="0.002">
1929
+ <testsuite name="SwitchXboostService" errors="0" failures="0" skipped="0" timestamp="2025-04-29T16:02:12" time="0.677" tests="3">
1930
+ <testcase classname="SwitchXboostService processOnSetOn should send Set command to device when X-Boost value was changed to true" name="SwitchXboostService processOnSetOn should send Set command to device when X-Boost value was changed to true" time="0.003">
1409
1931
  </testcase>
1410
- <testcase classname="SwitchXboostService onOnSet should send Set command to device when X-Boost value was changed to false" name="SwitchXboostService onOnSet should send Set command to device when X-Boost value was changed to false" time="0.001">
1932
+ <testcase classname="SwitchXboostService processOnSetOn should send Set command to device when X-Boost value was changed to false" name="SwitchXboostService processOnSetOn should send Set command to device when X-Boost value was changed to false" time="0.001">
1411
1933
  </testcase>
1412
- <testcase classname="SwitchXboostService onOnSet should revert changing of X-Boost state when sending Set command to device is failed" name="SwitchXboostService onOnSet should revert changing of X-Boost state when sending Set command to device is failed" time="0.001">
1934
+ <testcase classname="SwitchXboostService processOnSetOn should revert changing of X-Boost state when sending Set command to device is failed" name="SwitchXboostService processOnSetOn should revert changing of X-Boost state when sending Set command to device is failed" time="0">
1413
1935
  </testcase>
1414
1936
  </testsuite>
1415
- <testsuite name="Delta2MaxAccessory" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:19" time="0.187" tests="1">
1416
- <testcase classname="Delta2MaxAccessory initialize should use Delta2Max-specific configuration when initializing accessory" name="Delta2MaxAccessory initialize should use Delta2Max-specific configuration when initializing accessory" time="0.004">
1937
+ <testsuite name="OutletService" errors="0" failures="0" skipped="0" timestamp="2025-04-29T16:02:12" time="0.558" tests="3">
1938
+ <testcase classname="OutletService processOnSetOn should send Set command of Switch cmdCode to device when Enabled value was changed to true" name="OutletService processOnSetOn should send Set command of Switch cmdCode to device when Enabled value was changed to true" time="0.003">
1939
+ </testcase>
1940
+ <testcase classname="OutletService processOnSetOn should send Set command of Switch cmdCode to device when Enabled value was changed to false" name="OutletService processOnSetOn should send Set command of Switch cmdCode to device when Enabled value was changed to false" time="0.001">
1941
+ </testcase>
1942
+ <testcase classname="OutletService processOnSetOn should revert changing of Enabled state when sending Set command to device is failed" name="OutletService processOnSetOn should revert changing of Enabled state when sending Set command to device is failed" time="0.001">
1417
1943
  </testcase>
1418
1944
  </testsuite>
1419
- <testsuite name="Delta2Accessory" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:19" time="0.23" tests="1">
1420
- <testcase classname="Delta2Accessory initialize should use Delta2-specific configuration when initializing accessory" name="Delta2Accessory initialize should use Delta2-specific configuration when initializing accessory" time="0.004">
1945
+ <testsuite name="Delta2MaxAccessory" errors="0" failures="0" skipped="0" timestamp="2025-04-29T16:02:13" time="0.255" tests="1">
1946
+ <testcase classname="Delta2MaxAccessory initialize should use Delta2Max-specific configuration when initializing accessory" name="Delta2MaxAccessory initialize should use Delta2Max-specific configuration when initializing accessory" time="0.007">
1421
1947
  </testcase>
1422
1948
  </testsuite>
1423
- <testsuite name="index" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:19" time="0.642" tests="3">
1424
- <testcase classname="index should set function to window object when reference to file is loaded" name="index should set function to window object when reference to file is loaded" time="0.001">
1949
+ <testsuite name="SwitchXboostService" errors="0" failures="0" skipped="0" timestamp="2025-04-29T16:02:13" time="0.437" tests="3">
1950
+ <testcase classname="SwitchXboostService processOnSetOn should send Set command to device when X-Boost value was changed to true" name="SwitchXboostService processOnSetOn should send Set command to device when X-Boost value was changed to true" time="0.003">
1425
1951
  </testcase>
1426
- <testcase classname="index renderEcoFlowPluginConfig should create renderer with name and devices sub-renderers when is called" name="index renderEcoFlowPluginConfig should create renderer with name and devices sub-renderers when is called" time="0.005">
1952
+ <testcase classname="SwitchXboostService processOnSetOn should send Set command to device when X-Boost value was changed to false" name="SwitchXboostService processOnSetOn should send Set command to device when X-Boost value was changed to false" time="0">
1427
1953
  </testcase>
1428
- <testcase classname="index renderEcoFlowPluginConfig should call settings manager render when is called" name="index renderEcoFlowPluginConfig should call settings manager render when is called" time="0.001">
1954
+ <testcase classname="SwitchXboostService processOnSetOn should revert changing of X-Boost state when sending Set command to device is failed" name="SwitchXboostService processOnSetOn should revert changing of X-Boost state when sending Set command to device is failed" time="0.001">
1429
1955
  </testcase>
1430
1956
  </testsuite>
1431
- <testsuite name="customCharacteristic" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:19" time="0.223" tests="6">
1957
+ <testsuite name="customCharacteristic" errors="0" failures="0" skipped="0" timestamp="2025-04-29T16:02:13" time="0.203" tests="6">
1432
1958
  <testcase classname="customCharacteristic InputConsumptionWattFactory should initialize UUID of characteristic" name="customCharacteristic InputConsumptionWattFactory should initialize UUID of characteristic" time="0.001">
1433
1959
  </testcase>
1434
1960
  <testcase classname="customCharacteristic InputConsumptionWattFactory should use proper default value during initialization of characteristic" name="customCharacteristic InputConsumptionWattFactory should use proper default value during initialization of characteristic" time="0.001">
1435
1961
  </testcase>
1436
1962
  <testcase classname="customCharacteristic InputConsumptionWattFactory should create characteristic with correct properties" name="customCharacteristic InputConsumptionWattFactory should create characteristic with correct properties" time="0.001">
1437
1963
  </testcase>
1438
- <testcase classname="customCharacteristic OutputConsumptionWattFactory should initialize UUID of characteristic" name="customCharacteristic OutputConsumptionWattFactory should initialize UUID of characteristic" time="0.001">
1964
+ <testcase classname="customCharacteristic OutputConsumptionWattFactory should initialize UUID of characteristic" name="customCharacteristic OutputConsumptionWattFactory should initialize UUID of characteristic" time="0">
1439
1965
  </testcase>
1440
1966
  <testcase classname="customCharacteristic OutputConsumptionWattFactory should use proper default value during initialization of characteristic" name="customCharacteristic OutputConsumptionWattFactory should use proper default value during initialization of characteristic" time="0">
1441
1967
  </testcase>
1442
- <testcase classname="customCharacteristic OutputConsumptionWattFactory should create characteristic with correct properties" name="customCharacteristic OutputConsumptionWattFactory should create characteristic with correct properties" time="0">
1968
+ <testcase classname="customCharacteristic OutputConsumptionWattFactory should create characteristic with correct properties" name="customCharacteristic OutputConsumptionWattFactory should create characteristic with correct properties" time="0.001">
1443
1969
  </testcase>
1444
1970
  </testsuite>
1445
- <testsuite name="Logger" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:19" time="0.189" tests="7">
1971
+ <testsuite name="Delta2Accessory" errors="0" failures="0" skipped="0" timestamp="2025-04-29T16:02:13" time="0.274" tests="1">
1972
+ <testcase classname="Delta2Accessory initialize should use Delta2-specific configuration when initializing accessory" name="Delta2Accessory initialize should use Delta2-specific configuration when initializing accessory" time="0.007">
1973
+ </testcase>
1974
+ </testsuite>
1975
+ <testsuite name="Logger" errors="0" failures="0" skipped="0" timestamp="2025-04-29T16:02:13" time="0.193" tests="7">
1446
1976
  <testcase classname="Logger prefix should return origin prefix when is requested" name="Logger prefix should return origin prefix when is requested" time="0.001">
1447
1977
  </testcase>
1448
1978
  <testcase classname="Logger info should add device name as prefix and call origin method when is called" name="Logger info should add device name as prefix and call origin method when is called" time="0.001">
1449
1979
  </testcase>
1450
- <testcase classname="Logger success should add device name as prefix and call origin method when is called" name="Logger success should add device name as prefix and call origin method when is called" time="0.001">
1980
+ <testcase classname="Logger success should add device name as prefix and call origin method when is called" name="Logger success should add device name as prefix and call origin method when is called" time="0">
1451
1981
  </testcase>
1452
- <testcase classname="Logger warn should add device name as prefix and call origin method when is called" name="Logger warn should add device name as prefix and call origin method when is called" time="0.001">
1982
+ <testcase classname="Logger warn should add device name as prefix and call origin method when is called" name="Logger warn should add device name as prefix and call origin method when is called" time="0">
1453
1983
  </testcase>
1454
1984
  <testcase classname="Logger error should add device name as prefix and call origin method when is called" name="Logger error should add device name as prefix and call origin method when is called" time="0">
1455
1985
  </testcase>
@@ -1458,61 +1988,45 @@
1458
1988
  <testcase classname="Logger log should add device name as prefix and call origin method when is called" name="Logger log should add device name as prefix and call origin method when is called" time="0">
1459
1989
  </testcase>
1460
1990
  </testsuite>
1461
- <testsuite name="MachineIdProvider" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:20" time="0.204" tests="3">
1462
- <testcase classname="MachineIdProvider getMachineId should return valid machineId when there are no issues" name="MachineIdProvider getMachineId should return valid machineId when there are no issues" time="0.001">
1991
+ <testsuite name="index" errors="0" failures="0" skipped="0" timestamp="2025-04-29T16:02:13" time="0.834" tests="3">
1992
+ <testcase classname="index should set function to window object when reference to file is loaded" name="index should set function to window object when reference to file is loaded" time="0">
1463
1993
  </testcase>
1464
- <testcase classname="MachineIdProvider getMachineId should return UUID when it is not possible to get machineId" name="MachineIdProvider getMachineId should return UUID when it is not possible to get machineId" time="0">
1994
+ <testcase classname="index renderEcoFlowPluginConfig should create renderer with name and devices sub-renderers when is called" name="index renderEcoFlowPluginConfig should create renderer with name and devices sub-renderers when is called" time="0.003">
1465
1995
  </testcase>
1466
- <testcase classname="MachineIdProvider getMachineId should log error when it is not possible to get machineId" name="MachineIdProvider getMachineId should log error when it is not possible to get machineId" time="0">
1996
+ <testcase classname="index renderEcoFlowPluginConfig should call settings manager render when is called" name="index renderEcoFlowPluginConfig should call settings manager render when is called" time="0.002">
1467
1997
  </testcase>
1468
1998
  </testsuite>
1469
- <testsuite name="ComponentRenderer" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:17" time="2.803" tests="11">
1470
- <testcase classname="ComponentRenderer renderTextBox should render a textbox with required attribute when schema contains required attribute set to true" name="ComponentRenderer renderTextBox should render a textbox with required attribute when schema contains required attribute set to true" time="0.013">
1471
- </testcase>
1472
- <testcase classname="ComponentRenderer renderTextBox should render a textbox without required attribute when schema does not contain required attribute" name="ComponentRenderer renderTextBox should render a textbox without required attribute when schema does not contain required attribute" time="0.005">
1473
- </testcase>
1474
- <testcase classname="ComponentRenderer renderTextBox should render a textbox with placeholder attribute when schema does not contain description attribute" name="ComponentRenderer renderTextBox should render a textbox with placeholder attribute when schema does not contain description attribute" time="0.004">
1475
- </testcase>
1476
- <testcase classname="ComponentRenderer renderTextBox should set value of textbox when rendering" name="ComponentRenderer renderTextBox should set value of textbox when rendering" time="0.003">
1477
- </testcase>
1478
- <testcase classname="ComponentRenderer renderTextBox should call onChangeCallback with the new value when the textbox value changes" name="ComponentRenderer renderTextBox should call onChangeCallback with the new value when the textbox value changes" time="0.005">
1479
- </testcase>
1480
- <testcase classname="ComponentRenderer renderTextBox should call onChangeCallback with the new undefined value when the textbox value changes to undefined" name="ComponentRenderer renderTextBox should call onChangeCallback with the new undefined value when the textbox value changes to undefined" time="0.004">
1481
- </testcase>
1482
- <testcase classname="ComponentRenderer renderDropDown should render a dropdown with required attribute when schema contains required attribute set to true" name="ComponentRenderer renderDropDown should render a dropdown with required attribute when schema contains required attribute set to true" time="0.007">
1483
- </testcase>
1484
- <testcase classname="ComponentRenderer renderDropDown should render a dropdown without required attribute when schema does not contain required attribute" name="ComponentRenderer renderDropDown should render a dropdown without required attribute when schema does not contain required attribute" time="0.005">
1485
- </testcase>
1486
- <testcase classname="ComponentRenderer renderDropDown should set value of dropdown when rendering" name="ComponentRenderer renderDropDown should set value of dropdown when rendering" time="0.004">
1999
+ <testsuite name="MachineIdProvider" errors="0" failures="0" skipped="0" timestamp="2025-04-29T16:02:13" time="0.212" tests="3">
2000
+ <testcase classname="MachineIdProvider getMachineId should return valid machineId when there are no issues" name="MachineIdProvider getMachineId should return valid machineId when there are no issues" time="0.001">
1487
2001
  </testcase>
1488
- <testcase classname="ComponentRenderer renderDropDown should call onChangeCallback with the new value when the dropdown value changes" name="ComponentRenderer renderDropDown should call onChangeCallback with the new value when the dropdown value changes" time="0.004">
2002
+ <testcase classname="MachineIdProvider getMachineId should return UUID when it is not possible to get machineId" name="MachineIdProvider getMachineId should return UUID when it is not possible to get machineId" time="0.001">
1489
2003
  </testcase>
1490
- <testcase classname="ComponentRenderer renderDropDown should call onChangeCallback with the new undefined value when the dropdown value changes to undefined" name="ComponentRenderer renderDropDown should call onChangeCallback with the new undefined value when the dropdown value changes to undefined" time="0.005">
2004
+ <testcase classname="MachineIdProvider getMachineId should log error when it is not possible to get machineId" name="MachineIdProvider getMachineId should log error when it is not possible to get machineId" time="0.001">
1491
2005
  </testcase>
1492
2006
  </testsuite>
1493
- <testsuite name="PluginConfigRenderer" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:20" time="0.259" tests="2">
1494
- <testcase classname="PluginConfigRenderer render should call sub-renderers one render is called" name="PluginConfigRenderer render should call sub-renderers one render is called" time="0.002">
2007
+ <testsuite name="PluginConfigRenderer" errors="0" failures="0" skipped="0" timestamp="2025-04-29T16:02:14" time="0.215" tests="2">
2008
+ <testcase classname="PluginConfigRenderer render should call sub-renderers one render is called" name="PluginConfigRenderer render should call sub-renderers one render is called" time="0.004">
1495
2009
  </testcase>
1496
2010
  <testcase classname="PluginConfigRenderer render should initialize configuration inside context wgen it is not defined" name="PluginConfigRenderer render should initialize configuration inside context wgen it is not defined" time="0">
1497
2011
  </testcase>
1498
2012
  </testsuite>
1499
- <testsuite name="DeviceInfo" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:20" time="0.24" tests="2">
1500
- <testcase classname="DeviceInfo connectionKey should initialize connectionKey when creating device info" name="DeviceInfo connectionKey should initialize connectionKey when creating device info" time="0.001">
2013
+ <testsuite name="DeviceInfo" errors="0" failures="0" skipped="0" timestamp="2025-04-29T16:02:14" time="0.245" tests="2">
2014
+ <testcase classname="DeviceInfo connectionKey should initialize connectionKey when creating device info" name="DeviceInfo connectionKey should initialize connectionKey when creating device info" time="0">
1501
2015
  </testcase>
1502
- <testcase classname="DeviceInfo accessKey should initialize accessKey when creating device info" name="DeviceInfo accessKey should initialize accessKey when creating device info" time="0">
2016
+ <testcase classname="DeviceInfo accessKey should initialize accessKey when creating device info" name="DeviceInfo accessKey should initialize accessKey when creating device info" time="0.001">
1503
2017
  </testcase>
1504
2018
  </testsuite>
1505
- <testsuite name="BatteryStatusProvider" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:20" time="0.379" tests="2">
2019
+ <testsuite name="BatteryStatusProvider" errors="0" failures="0" skipped="0" timestamp="2025-04-29T16:02:14" time="0.35" tests="2">
1506
2020
  <testcase classname="BatteryStatusProvider getStatusLowBattery should return normal battery status when current battery level is not lower discharging limit plus 5% buffer" name="BatteryStatusProvider getStatusLowBattery should return normal battery status when current battery level is not lower discharging limit plus 5% buffer" time="0.001">
1507
2021
  </testcase>
1508
- <testcase classname="BatteryStatusProvider getStatusLowBattery should return low battery status when current battery level is lower discharging limit plus 5% buffer" name="BatteryStatusProvider getStatusLowBattery should return low battery status when current battery level is lower discharging limit plus 5% buffer" time="0.001">
2022
+ <testcase classname="BatteryStatusProvider getStatusLowBattery should return low battery status when current battery level is lower discharging limit plus 5% buffer" name="BatteryStatusProvider getStatusLowBattery should return low battery status when current battery level is lower discharging limit plus 5% buffer" time="0">
1509
2023
  </testcase>
1510
2024
  </testsuite>
1511
- <testsuite name="index" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:20" time="0.397" tests="1">
2025
+ <testsuite name="index" errors="0" failures="0" skipped="0" timestamp="2025-04-29T16:02:14" time="0.333" tests="1">
1512
2026
  <testcase classname="index should return origin prefix when is requested" name="index should return origin prefix when is requested" time="0.001">
1513
2027
  </testcase>
1514
2028
  </testsuite>
1515
- <testsuite name="PluginConfigNameRenderer" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:20" time="1.853" tests="2">
2029
+ <testsuite name="PluginConfigNameRenderer" errors="0" failures="0" skipped="0" timestamp="2025-04-29T16:02:14" time="1.551" tests="2">
1516
2030
  <testcase classname="PluginConfigNameRenderer render should render a textbox for name property when is called" name="PluginConfigNameRenderer render should render a textbox for name property when is called" time="0.009">
1517
2031
  </testcase>
1518
2032
  <testcase classname="PluginConfigNameRenderer render should updatePluginConfig when value of textbox is changed" name="PluginConfigNameRenderer render should updatePluginConfig when value of textbox is changed" time="0.005">