@pietrolubini/homebridge-ecoflow 1.4.0 → 1.5.0-beta.1

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 (47) hide show
  1. package/README.md +60 -0
  2. package/config.schema.json +1 -1
  3. package/dist/accessories/batteries/deltapro3/deltaPro3Accessory.d.ts +26 -0
  4. package/dist/accessories/batteries/deltapro3/deltaPro3Accessory.js +97 -0
  5. package/dist/accessories/batteries/deltapro3/deltaPro3Accessory.js.map +1 -0
  6. package/dist/accessories/batteries/deltapro3/deltaPro3Accessory.spec.d.ts +1 -0
  7. package/dist/accessories/batteries/deltapro3/interfaces/deltaPro3HttpApiContracts.d.ts +24 -0
  8. package/dist/accessories/batteries/deltapro3/interfaces/deltaPro3HttpApiContracts.js +10 -0
  9. package/dist/accessories/batteries/deltapro3/interfaces/deltaPro3HttpApiContracts.js.map +1 -0
  10. package/dist/accessories/batteries/deltapro3/interfaces/deltaPro3MqttApiContracts.d.ts +57 -0
  11. package/dist/accessories/batteries/deltapro3/interfaces/deltaPro3MqttApiContracts.js +3 -0
  12. package/dist/accessories/batteries/deltapro3/interfaces/deltaPro3MqttApiContracts.js.map +1 -0
  13. package/dist/accessories/batteries/deltapro3/services/deltaPro3OutletServiceBase.d.ts +5 -0
  14. package/dist/accessories/batteries/deltapro3/services/deltaPro3OutletServiceBase.js +23 -0
  15. package/dist/accessories/batteries/deltapro3/services/deltaPro3OutletServiceBase.js.map +1 -0
  16. package/dist/accessories/batteries/deltapro3/services/outletAcHvService.d.ts +8 -0
  17. package/dist/accessories/batteries/deltapro3/services/outletAcHvService.js +16 -0
  18. package/dist/accessories/batteries/deltapro3/services/outletAcHvService.js.map +1 -0
  19. package/dist/accessories/batteries/deltapro3/services/outletAcHvService.spec.d.ts +1 -0
  20. package/dist/accessories/batteries/deltapro3/services/outletAcLvService.d.ts +8 -0
  21. package/dist/accessories/batteries/deltapro3/services/outletAcLvService.js +16 -0
  22. package/dist/accessories/batteries/deltapro3/services/outletAcLvService.js.map +1 -0
  23. package/dist/accessories/batteries/deltapro3/services/outletAcLvService.spec.d.ts +1 -0
  24. package/dist/accessories/batteries/deltapro3/services/outletDc12vService.d.ts +8 -0
  25. package/dist/accessories/batteries/deltapro3/services/outletDc12vService.js +16 -0
  26. package/dist/accessories/batteries/deltapro3/services/outletDc12vService.js.map +1 -0
  27. package/dist/accessories/batteries/deltapro3/services/outletDc12vService.spec.d.ts +1 -0
  28. package/dist/accessories/batteries/deltapro3/services/switchXboostService.d.ts +9 -0
  29. package/dist/accessories/batteries/deltapro3/services/switchXboostService.js +33 -0
  30. package/dist/accessories/batteries/deltapro3/services/switchXboostService.js.map +1 -0
  31. package/dist/accessories/batteries/deltapro3/services/switchXboostService.spec.d.ts +1 -0
  32. package/dist/accessories/batteries/deltapro3/simulations/deltaPro3Simulator.d.ts +8 -0
  33. package/dist/accessories/batteries/deltapro3/simulations/deltaPro3Simulator.js +76 -0
  34. package/dist/accessories/batteries/deltapro3/simulations/deltaPro3Simulator.js.map +1 -0
  35. package/dist/accessories/ecoFlowAccessoryBase.js +4 -2
  36. package/dist/accessories/ecoFlowAccessoryBase.js.map +1 -1
  37. package/dist/apis/interfaces/mqttApiContracts.d.ts +4 -1
  38. package/dist/apis/interfaces/mqttApiContracts.js.map +1 -1
  39. package/dist/config.d.ts +1 -0
  40. package/dist/config.js +1 -0
  41. package/dist/config.js.map +1 -1
  42. package/dist/homebridge-ui/public/index.html +1 -1
  43. package/dist/homebridge-ui/public/index.js +1 -1
  44. package/dist/platform.js +6 -0
  45. package/dist/platform.js.map +1 -1
  46. package/junit.xml +645 -503
  47. package/package.json +2 -2
package/junit.xml CHANGED
@@ -1,489 +1,557 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuites name="jest tests" tests="549" failures="0" errors="0" time="24.106">
3
- <testsuite name="DeltaProUltraAccessory" errors="0" failures="0" skipped="0" timestamp="2025-03-10T17:19:34" time="6.151" 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.015">
2
+ <testsuites name="jest tests" tests="611" failures="0" errors="0" time="25.106">
3
+ <testsuite name="DeltaProUltraAccessory" errors="0" failures="0" skipped="0" timestamp="2025-03-17T16:56:16" time="6.143" 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.019">
5
5
  </testcase>
6
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.004">
7
7
  </testcase>
8
- <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.005">
8
+ <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.009">
9
9
  </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.005">
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.003">
11
11
  </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.021">
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.007">
13
13
  </testcase>
14
14
  <testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus ChargingState should update charging state to true
15
15
  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.008">
16
+ when PdStatus message is received with non zero wattsInSum and without wattsOutSum" time="0.007">
17
17
  </testcase>
18
18
  <testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus ChargingState should update charging state to true
19
19
  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
20
- when PdStatus message is received with non zero wattsInSum and non equal to it wattsOutSum" time="0.004">
20
+ when PdStatus message is received with non zero wattsInSum and non equal to it wattsOutSum" time="0.007">
21
21
  </testcase>
22
22
  <testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus ChargingState should update charging state to false
23
23
  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.005">
24
+ when PdStatus message is received with zero wattsInSum and non equal to it wattsOutSum" time="0.013">
25
25
  </testcase>
26
26
  <testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus ChargingState should update charging state to false
27
27
  when PdStatus message is received with zero wattsInSum and wattsOutSum" name="DeltaProUltraAccessory processQuotaMessage PdStatus ChargingState should update charging state to false
28
- when PdStatus message is received with zero wattsInSum and wattsOutSum" time="0.005">
28
+ when PdStatus message is received with zero wattsInSum and wattsOutSum" time="0.003">
29
29
  </testcase>
30
30
  <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.003">
31
31
  </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.003">
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.002">
33
33
  </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.003">
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">
35
35
  </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.016">
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.002">
37
37
  </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.004">
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.002">
39
39
  </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.005">
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.001">
41
41
  </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.006">
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.002">
43
43
  </testcase>
44
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.003">
45
45
  </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.003">
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.002">
47
47
  </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.003">
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.013">
49
49
  </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.003">
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.006">
51
51
  </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.02">
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.005">
53
53
  </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">
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.009">
55
55
  </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">
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.007">
57
57
  </testcase>
58
- <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.006">
58
+ <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.005">
59
59
  </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.004">
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">
61
61
  </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.003">
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">
63
63
  </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">
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.003">
65
65
  </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.002">
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.005">
67
67
  </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.011">
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.003">
69
69
  </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.002">
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.003">
71
71
  </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.002">
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.003">
73
73
  </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.003">
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.002">
75
75
  </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.005">
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.006">
77
77
  </testcase>
78
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">
79
79
  </testcase>
80
- <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.002">
80
+ <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
81
  </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.002">
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">
83
83
  </testcase>
84
- <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.011">
84
+ <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.004">
85
85
  </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.001">
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.003">
87
87
  </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.002">
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.003">
89
89
  </testcase>
90
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">
91
91
  </testcase>
92
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">
93
93
  </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.003">
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.011">
95
95
  </testcase>
96
- <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.003">
96
+ <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.002">
97
97
  </testcase>
98
- <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.015">
98
+ <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.002">
99
99
  </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">
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.002">
101
101
  </testcase>
102
102
  </testsuite>
103
- <testsuite name="Delta2AccessoryBase" errors="0" failures="0" skipped="0" timestamp="2025-03-10T17:19:34" time="6.279" 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">
103
+ <testsuite name="PowerStreamAccessory" errors="0" failures="0" skipped="0" timestamp="2025-03-17T16:56:16" time="6.297" tests="51">
104
+ <testcase classname="PowerStreamAccessory initialize should add required services when initializing accessory" name="PowerStreamAccessory initialize should add required services when initializing accessory" time="0.024">
105
105
  </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">
106
+ <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.007">
107
107
  </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.006">
108
+ <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">
109
109
  </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.006">
110
+ <testcase classname="PowerStreamAccessory initialize outletServices additionalCharacteristics PV should initialize PV outlet service with additional characteristics
111
+ when powerStream settings are not defined in config" name="PowerStreamAccessory initialize outletServices additionalCharacteristics PV should initialize PV outlet service with additional characteristics
112
+ when powerStream settings are not defined in config" time="0.006">
111
113
  </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">
114
+ <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.006">
113
115
  </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.018">
116
+ <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.006">
115
117
  </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.006">
118
+ <testcase classname="PowerStreamAccessory initialize outletServices additionalCharacteristics BAT should initialize BAT outlet service with additional characteristics
119
+ when powerStream settings are not defined in config" name="PowerStreamAccessory initialize outletServices additionalCharacteristics BAT should initialize BAT outlet service with additional characteristics
120
+ when powerStream settings are not defined in config" time="0.024">
117
121
  </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.008">
122
+ <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.004">
121
123
  </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.008">
124
+ <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">
125
125
  </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.011">
126
+ <testcase classname="PowerStreamAccessory initialize outletServices additionalCharacteristics INV should initialize INV outlet service with additional characteristics
127
+ when powerStream settings are not defined in config" name="PowerStreamAccessory initialize outletServices additionalCharacteristics INV should initialize INV outlet service with additional characteristics
128
+ when powerStream settings are not defined in config" time="0.006">
129
129
  </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.011">
130
+ <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">
133
131
  </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.023">
132
+ <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.017">
135
133
  </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.004">
134
+ <testcase classname="PowerStreamAccessory initialize powerDemandService maxPowerDemand should initialize indicator service with default max power demand
135
+ when powerStream.type settings are not defined in config" name="PowerStreamAccessory initialize powerDemandService maxPowerDemand should initialize indicator service with default max power demand
136
+ when powerStream.type settings are not defined in config" time="0.003">
137
137
  </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.008">
138
+ <testcase classname="PowerStreamAccessory initialize powerDemandService maxPowerDemand should initialize indicator service with 6000 max power demand
139
+ when powerStream.type is 600W" name="PowerStreamAccessory initialize powerDemandService maxPowerDemand should initialize indicator service with 6000 max power demand
140
+ when powerStream.type is 600W" time="0.002">
139
141
  </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">
142
+ <testcase classname="PowerStreamAccessory initialize powerDemandService maxPowerDemand should initialize indicator service with 8000 max power demand
143
+ when powerStream.type is 800W" name="PowerStreamAccessory initialize powerDemandService maxPowerDemand should initialize indicator service with 8000 max power demand
144
+ when powerStream.type is 800W" time="0.003">
141
145
  </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">
146
+ <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">
143
147
  </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.003">
148
+ <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.004">
145
149
  </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.006">
150
+ <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.017">
147
151
  </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.004">
152
+ <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.002">
149
153
  </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.003">
154
+ <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.005">
151
155
  </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.003">
156
+ <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.002">
153
157
  </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">
158
+ <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">
155
159
  </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.003">
160
+ <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.002">
157
161
  </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.003">
162
+ <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.013">
159
163
  </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.016">
164
+ <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.003">
161
165
  </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.006">
166
+ <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">
163
167
  </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">
168
+ <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">
165
169
  </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.005">
170
+ <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.003">
167
171
  </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.003">
172
+ <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.002">
169
173
  </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.003">
174
+ <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.016">
171
175
  </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.003">
176
+ <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.003">
173
177
  </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.019">
178
+ <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">
175
179
  </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">
180
+ <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.003">
177
181
  </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.004">
182
+ <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.003">
179
183
  </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">
184
+ <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.003">
181
185
  </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.007">
186
+ <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.012">
183
187
  </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">
188
+ <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.003">
185
189
  </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.007">
190
+ <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.002">
187
191
  </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.004">
192
+ <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.002">
189
193
  </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">
194
+ <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.002">
191
195
  </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.003">
196
+ <testcase classname="PowerStreamAccessory initializeDefaultValues updateBatteryLevel should update battery level-related characteristics
197
+ when initializing default values with quotas were not initialized properly for it" name="PowerStreamAccessory initializeDefaultValues updateBatteryLevel should update battery level-related characteristics
198
+ when initializing default values with quotas were not initialized properly for it" time="0.002">
193
199
  </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.003">
200
+ <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.002">
195
201
  </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.004">
202
+ <testcase classname="PowerStreamAccessory initializeDefaultValues updateConsumption PV should update PV consumption-related characteristics
203
+ when initializing default values with quotas were not initialized properly for it" name="PowerStreamAccessory initializeDefaultValues updateConsumption PV should update PV consumption-related characteristics
204
+ when initializing default values with quotas were not initialized properly for it" time="0.014">
197
205
  </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.012">
206
+ <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.003">
199
207
  </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.007">
208
+ <testcase classname="PowerStreamAccessory initializeDefaultValues updateConsumption BAT should update BAT consumption-related characteristics
209
+ when initializing default values with quotas were not initialized properly for it" name="PowerStreamAccessory initializeDefaultValues updateConsumption BAT should update BAT consumption-related characteristics
210
+ when initializing default values with quotas were not initialized properly for it" time="0.002">
201
211
  </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.004">
212
+ <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.002">
203
213
  </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.003">
214
+ <testcase classname="PowerStreamAccessory initializeDefaultValues updateConsumption INV should update INV consumption-related characteristics
215
+ when initializing default values with quotas were not initialized properly for it" name="PowerStreamAccessory initializeDefaultValues updateConsumption INV should update INV consumption-related characteristics
216
+ when initializing default values with quotas were not initialized properly for it" time="0.002">
217
+ </testcase>
218
+ <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.002">
219
+ </testcase>
220
+ <testcase classname="PowerStreamAccessory initializeDefaultValues updateBrightness INV should update INV brightness-related characteristics
221
+ when initializing default values with quotas were not initialized properly for it" name="PowerStreamAccessory initializeDefaultValues updateBrightness INV should update INV brightness-related characteristics
222
+ when initializing default values with quotas were not initialized properly for it" time="0.006">
223
+ </testcase>
224
+ <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.018">
225
+ </testcase>
226
+ <testcase classname="PowerStreamAccessory initializeDefaultValues updatePowerDemand INV should update INV power demand-related characteristics
227
+ when initializing default values with quotas were not initialized properly for it" name="PowerStreamAccessory initializeDefaultValues updatePowerDemand INV should update INV power demand-related characteristics
228
+ when initializing default values with quotas were not initialized properly for it" time="0.003">
205
229
  </testcase>
206
230
  </testsuite>
207
- <testsuite name="PowerStreamAccessory" errors="0" failures="0" skipped="0" timestamp="2025-03-10T17:19:34" time="6.471" 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.019">
231
+ <testsuite name="Delta2AccessoryBase" errors="0" failures="0" skipped="0" timestamp="2025-03-17T16:56:16" time="6.262" tests="47">
232
+ <testcase classname="Delta2AccessoryBase initialize should add required services when initializing accessory" name="Delta2AccessoryBase initialize should add required services when initializing accessory" time="0.021">
209
233
  </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.006">
234
+ <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">
211
235
  </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.018">
236
+ <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.016">
213
237
  </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.006">
238
+ <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.006">
217
239
  </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.006">
240
+ <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">
219
241
  </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.006">
242
+ <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.012">
221
243
  </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.005">
244
+ <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.009">
225
245
  </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.004">
246
+ <testcase classname="Delta2AccessoryBase processQuotaMessage InvStatus should update charging state to true
247
+ when InvStatus message is received with non zero inputWatts and without outputWatts" name="Delta2AccessoryBase processQuotaMessage InvStatus should update charging state to true
248
+ when InvStatus message is received with non zero inputWatts and without outputWatts" time="0.008">
227
249
  </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.013">
250
+ <testcase classname="Delta2AccessoryBase processQuotaMessage InvStatus should update charging state to true
251
+ 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
252
+ when InvStatus message is received with non zero inputWatts and non equal to it outputWatts" time="0.006">
229
253
  </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.004">
254
+ <testcase classname="Delta2AccessoryBase processQuotaMessage InvStatus should update charging state to false
255
+ when InvStatus message is received with zero inputWatts and non equal to it outputWatts" name="Delta2AccessoryBase processQuotaMessage InvStatus should update charging state to false
256
+ when InvStatus message is received with zero inputWatts and non equal to it outputWatts" time="0.032">
233
257
  </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.004">
258
+ <testcase classname="Delta2AccessoryBase processQuotaMessage InvStatus should update charging state to false
259
+ when InvStatus message is received with zero inputWatts and outputWatts" name="Delta2AccessoryBase processQuotaMessage InvStatus should update charging state to false
260
+ when InvStatus message is received with zero inputWatts and outputWatts" time="0.007">
235
261
  </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.004">
262
+ <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.005">
237
263
  </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">
264
+ <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.005">
241
265
  </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.013">
266
+ <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.004">
245
267
  </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.003">
268
+ <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">
249
269
  </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">
270
+ <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.022">
251
271
  </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.002">
272
+ <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">
253
273
  </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">
274
+ <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.004">
255
275
  </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.004">
276
+ <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.004">
257
277
  </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.015">
278
+ <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.006">
259
279
  </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.003">
280
+ <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">
261
281
  </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.005">
282
+ <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.004">
263
283
  </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.002">
284
+ <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.016">
265
285
  </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.002">
286
+ <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">
267
287
  </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.002">
288
+ <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">
269
289
  </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.013">
290
+ <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.007">
271
291
  </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.007">
292
+ <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">
273
293
  </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.009">
294
+ <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">
275
295
  </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.004">
296
+ <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.005">
277
297
  </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.008">
298
+ <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.015">
279
299
  </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">
300
+ <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">
281
301
  </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.021">
302
+ <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">
283
303
  </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.003">
304
+ <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.003">
285
305
  </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.004">
306
+ <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">
287
307
  </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.004">
308
+ <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.003">
289
309
  </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.003">
310
+ <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.015">
291
311
  </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.003">
312
+ <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">
293
313
  </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">
314
+ <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">
295
315
  </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.015">
316
+ <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">
297
317
  </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.006">
318
+ <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.006">
299
319
  </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.003">
320
+ <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.005">
303
321
  </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.003">
322
+ <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.016">
305
323
  </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.003">
324
+ <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.004">
309
325
  </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">
326
+ <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">
311
327
  </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">
328
+ <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.004">
329
+ </testcase>
330
+ <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.004">
315
331
  </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">
332
+ <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.003">
317
333
  </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.005">
334
+ </testsuite>
335
+ <testsuite name="DeltaPro3Accessory" errors="0" failures="0" skipped="0" timestamp="2025-03-17T16:56:23" time="1.274" tests="29">
336
+ <testcase classname="DeltaPro3Accessory initialize should add required services when initializing accessory" name="DeltaPro3Accessory initialize should add required services when initializing accessory" time="0.007">
321
337
  </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.003">
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">
323
339
  </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.016">
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.017">
327
341
  </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">
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.005">
329
343
  </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
332
- when initializing default values with quotas were not initialized properly for it" time="0.003">
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.005">
345
+ </testcase>
346
+ <testcase classname="DeltaPro3Accessory processQuotaMessage updateInputWattsValues should update charging state to true
347
+ when message is received with non zero powInSumW and without powOutSumW" name="DeltaPro3Accessory processQuotaMessage updateInputWattsValues should update charging state to true
348
+ when message is received with non zero powInSumW and without powOutSumW" time="0.008">
349
+ </testcase>
350
+ <testcase classname="DeltaPro3Accessory processQuotaMessage updateInputWattsValues should update charging state to true
351
+ when message is received with non zero powInSumW and non equal to it powOutSumW" name="DeltaPro3Accessory processQuotaMessage updateInputWattsValues should update charging state to true
352
+ when message is received with non zero powInSumW and non equal to it powOutSumW" time="0.005">
353
+ </testcase>
354
+ <testcase classname="DeltaPro3Accessory processQuotaMessage updateInputWattsValues should update charging state to false
355
+ when message is received with zero powInSumW and non equal to it powOutSumW" name="DeltaPro3Accessory processQuotaMessage updateInputWattsValues should update charging state to false
356
+ when message is received with zero powInSumW and non equal to it powOutSumW" time="0.004">
357
+ </testcase>
358
+ <testcase classname="DeltaPro3Accessory processQuotaMessage updateInputWattsValues should update charging state to false
359
+ when message is received with zero powInSumW and powOutSumW" name="DeltaPro3Accessory processQuotaMessage updateInputWattsValues should update charging state to false
360
+ when message is received with zero powInSumW and powOutSumW" time="0.02">
361
+ </testcase>
362
+ <testcase classname="DeltaPro3Accessory processQuotaMessage updateInputWattsValues should update AC HV, AC LV, DC 12V input consumptions when message is received with powInSumW" name="DeltaPro3Accessory processQuotaMessage updateInputWattsValues should update AC HV, AC LV, DC 12V input consumptions when message is received with powInSumW" time="0.003">
363
+ </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">
365
+ </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.003">
367
+ </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.002">
369
+ </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.002">
371
+ </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.002">
373
+ </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.013">
375
+ </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.002">
377
+ </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.002">
379
+ </testcase>
380
+ <testcase classname="DeltaPro3Accessory processQuotaMessage updateSwitchStateValues should update X-Boost state when message is received with xboostEn" name="DeltaPro3Accessory processQuotaMessage updateSwitchStateValues should update X-Boost state when message is received with xboostEn" time="0.002">
381
+ </testcase>
382
+ <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.007">
383
+ </testcase>
384
+ <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.002">
385
+ </testcase>
386
+ <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.003">
387
+ </testcase>
388
+ <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.002">
389
+ </testcase>
390
+ <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.002">
391
+ </testcase>
392
+ <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.002">
393
+ </testcase>
394
+ <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.002">
395
+ </testcase>
396
+ <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.004">
397
+ </testcase>
398
+ <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.013">
399
+ </testcase>
400
+ <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.007">
333
401
  </testcase>
334
402
  </testsuite>
335
- <testsuite name="DeltaProAccessoryBase" errors="0" failures="0" skipped="0" timestamp="2025-03-10T17:19:40" time="1.388" tests="39">
336
- <testcase classname="DeltaProAccessoryBase initialize should add required services when initializing accessory" name="DeltaProAccessoryBase initialize should add required services when initializing accessory" time="0.007">
403
+ <testsuite name="DeltaProAccessoryBase" errors="0" failures="0" skipped="0" timestamp="2025-03-17T16:56:22" time="1.432" tests="39">
404
+ <testcase classname="DeltaProAccessoryBase initialize should add required services when initializing accessory" name="DeltaProAccessoryBase initialize should add required services when initializing accessory" time="0.021">
337
405
  </testcase>
338
- <testcase classname="DeltaProAccessoryBase processQuotaMessage BmsMasterStatus should update bms status in quota when BmsStatus message is received" name="DeltaProAccessoryBase processQuotaMessage BmsMasterStatus should update bms status in quota when BmsStatus message is received" time="0.006">
406
+ <testcase classname="DeltaProAccessoryBase processQuotaMessage BmsMasterStatus should update bms status in quota when BmsStatus message is received" name="DeltaProAccessoryBase processQuotaMessage BmsMasterStatus should update bms status in quota when BmsStatus message is received" time="0.011">
339
407
  </testcase>
340
- <testcase classname="DeltaProAccessoryBase processQuotaMessage BmsMasterStatus should update battery level when BmsStatus message is received with f32ShowSoc" name="DeltaProAccessoryBase processQuotaMessage BmsMasterStatus should update battery level when BmsStatus message is received with f32ShowSoc" time="0.016">
408
+ <testcase classname="DeltaProAccessoryBase processQuotaMessage BmsMasterStatus should update battery level when BmsStatus message is received with f32ShowSoc" name="DeltaProAccessoryBase processQuotaMessage BmsMasterStatus should update battery level when BmsStatus message is received with f32ShowSoc" time="0.013">
341
409
  </testcase>
342
- <testcase classname="DeltaProAccessoryBase processQuotaMessage BmsMasterStatus should not update any characteristic when BmsStatus message is received with undefined status" name="DeltaProAccessoryBase processQuotaMessage BmsMasterStatus should not update any characteristic when BmsStatus message is received with undefined status" time="0.004">
410
+ <testcase classname="DeltaProAccessoryBase processQuotaMessage BmsMasterStatus should not update any characteristic when BmsStatus message is received with undefined status" name="DeltaProAccessoryBase processQuotaMessage BmsMasterStatus should not update any characteristic when BmsStatus message is received with undefined status" time="0.008">
343
411
  </testcase>
344
- <testcase classname="DeltaProAccessoryBase processQuotaMessage InvStatus should update inv status in quota when InvStatus message is received" name="DeltaProAccessoryBase processQuotaMessage InvStatus should update inv status in quota when InvStatus message is received" time="0.008">
412
+ <testcase classname="DeltaProAccessoryBase processQuotaMessage InvStatus should update inv status in quota when InvStatus message is received" name="DeltaProAccessoryBase processQuotaMessage InvStatus should update inv status in quota when InvStatus message is received" time="0.005">
345
413
  </testcase>
346
414
  <testcase classname="DeltaProAccessoryBase processQuotaMessage InvStatus should update charging state to true
347
415
  when InvStatus message is received with non zero inputWatts and without outputWatts" name="DeltaProAccessoryBase processQuotaMessage InvStatus should update charging state to true
348
- when InvStatus message is received with non zero inputWatts and without outputWatts" time="0.004">
416
+ when InvStatus message is received with non zero inputWatts and without outputWatts" time="0.005">
349
417
  </testcase>
350
418
  <testcase classname="DeltaProAccessoryBase processQuotaMessage InvStatus should update charging state to true
351
419
  when InvStatus message is received with non zero inputWatts and non equal to it outputWatts" name="DeltaProAccessoryBase processQuotaMessage InvStatus should update charging state to true
352
- when InvStatus message is received with non zero inputWatts and non equal to it outputWatts" time="0.004">
420
+ when InvStatus message is received with non zero inputWatts and non equal to it outputWatts" time="0.014">
353
421
  </testcase>
354
422
  <testcase classname="DeltaProAccessoryBase processQuotaMessage InvStatus should update charging state to false
355
423
  when InvStatus message is received with zero inputWatts and non equal to it outputWatts" name="DeltaProAccessoryBase processQuotaMessage InvStatus should update charging state to false
356
- when InvStatus message is received with zero inputWatts and non equal to it outputWatts" time="0.004">
424
+ when InvStatus message is received with zero inputWatts and non equal to it outputWatts" time="0.005">
357
425
  </testcase>
358
426
  <testcase classname="DeltaProAccessoryBase processQuotaMessage InvStatus should update charging state to false
359
427
  when InvStatus message is received with zero inputWatts and outputWatts" name="DeltaProAccessoryBase processQuotaMessage InvStatus should update charging state to false
360
- when InvStatus message is received with zero inputWatts and outputWatts" time="0.013">
428
+ when InvStatus message is received with zero inputWatts and outputWatts" time="0.004">
361
429
  </testcase>
362
430
  <testcase classname="DeltaProAccessoryBase processQuotaMessage InvStatus should update AC, USB, CAR input consumptions when InvStatus message is received with inputWatts" name="DeltaProAccessoryBase processQuotaMessage InvStatus should update AC, USB, CAR input consumptions when InvStatus message is received with inputWatts" time="0.004">
363
431
  </testcase>
364
- <testcase classname="DeltaProAccessoryBase processQuotaMessage InvStatus should update AC state when InvStatus message is received with cfgAcEnabled" name="DeltaProAccessoryBase processQuotaMessage InvStatus should update AC state when InvStatus message is received with cfgAcEnabled" time="0.006">
432
+ <testcase classname="DeltaProAccessoryBase processQuotaMessage InvStatus should update AC state when InvStatus message is received with cfgAcEnabled" name="DeltaProAccessoryBase processQuotaMessage InvStatus should update AC state when InvStatus message is received with cfgAcEnabled" time="0.004">
365
433
  </testcase>
366
- <testcase classname="DeltaProAccessoryBase processQuotaMessage InvStatus should update X-Boost state when InvStatus message is received with cfgAcXboost" name="DeltaProAccessoryBase processQuotaMessage InvStatus should update X-Boost state when InvStatus message is received with cfgAcXboost" time="0.004">
434
+ <testcase classname="DeltaProAccessoryBase processQuotaMessage InvStatus should update X-Boost state when InvStatus message is received with cfgAcXboost" name="DeltaProAccessoryBase processQuotaMessage InvStatus should update X-Boost state when InvStatus message is received with cfgAcXboost" time="0.003">
367
435
  </testcase>
368
- <testcase classname="DeltaProAccessoryBase processQuotaMessage InvStatus should update AC output watts consumption when InvStatus message is received with outputWatts" name="DeltaProAccessoryBase processQuotaMessage InvStatus should update AC output watts consumption when InvStatus message is received with outputWatts" time="0.004">
436
+ <testcase classname="DeltaProAccessoryBase processQuotaMessage InvStatus should update AC output watts consumption when InvStatus message is received with outputWatts" name="DeltaProAccessoryBase processQuotaMessage InvStatus should update AC output watts consumption when InvStatus message is received with outputWatts" time="0.017">
369
437
  </testcase>
370
- <testcase classname="DeltaProAccessoryBase processQuotaMessage InvStatus should not update any characteristic when InvStatus message is received with undefined status" name="DeltaProAccessoryBase processQuotaMessage InvStatus should not update any characteristic when InvStatus message is received with undefined status" time="0.004">
438
+ <testcase classname="DeltaProAccessoryBase processQuotaMessage InvStatus should not update any characteristic when InvStatus message is received with undefined status" name="DeltaProAccessoryBase processQuotaMessage InvStatus should not update any characteristic when InvStatus message is received with undefined status" time="0.007">
371
439
  </testcase>
372
- <testcase classname="DeltaProAccessoryBase processQuotaMessage PdStatus should update pd status in quota when PdStatus message is received" name="DeltaProAccessoryBase processQuotaMessage PdStatus should update pd status in quota when PdStatus message is received" time="0.017">
440
+ <testcase classname="DeltaProAccessoryBase processQuotaMessage PdStatus should update pd status in quota when PdStatus message is received" name="DeltaProAccessoryBase processQuotaMessage PdStatus should update pd status in quota when PdStatus message is received" time="0.006">
373
441
  </testcase>
374
442
  <testcase classname="DeltaProAccessoryBase processQuotaMessage PdStatus should update CAR state when PdStatus message is received with carState" name="DeltaProAccessoryBase processQuotaMessage PdStatus should update CAR state when PdStatus message is received with carState" time="0.003">
375
443
  </testcase>
376
444
  <testcase classname="DeltaProAccessoryBase processQuotaMessage PdStatus should update CAR output consumption when PdStatus message is received with carWatts" name="DeltaProAccessoryBase processQuotaMessage PdStatus should update CAR output consumption when PdStatus message is received with carWatts" time="0.003">
377
445
  </testcase>
378
- <testcase classname="DeltaProAccessoryBase processQuotaMessage PdStatus should update USB state when PdStatus message is received with dcOutState" name="DeltaProAccessoryBase processQuotaMessage PdStatus should update USB state when PdStatus message is received with dcOutState" time="0.003">
446
+ <testcase classname="DeltaProAccessoryBase processQuotaMessage PdStatus should update USB state when PdStatus message is received with dcOutState" name="DeltaProAccessoryBase processQuotaMessage PdStatus should update USB state when PdStatus message is received with dcOutState" time="0.006">
379
447
  </testcase>
380
- <testcase classname="DeltaProAccessoryBase processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 usb1Watts" name="DeltaProAccessoryBase processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 usb1Watts" time="0.003">
448
+ <testcase classname="DeltaProAccessoryBase processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 usb1Watts" name="DeltaProAccessoryBase processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 usb1Watts" time="0.02">
381
449
  </testcase>
382
450
  <testcase classname="DeltaProAccessoryBase processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with usb1Watts" name="DeltaProAccessoryBase processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with usb1Watts" time="0.003">
383
451
  </testcase>
384
452
  <testcase classname="DeltaProAccessoryBase processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with usb2Watts" name="DeltaProAccessoryBase processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with usb2Watts" time="0.003">
385
453
  </testcase>
386
- <testcase classname="DeltaProAccessoryBase processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 usb2Watts" name="DeltaProAccessoryBase processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 usb2Watts" time="0.004">
454
+ <testcase classname="DeltaProAccessoryBase processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 usb2Watts" name="DeltaProAccessoryBase processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 usb2Watts" time="0.005">
387
455
  </testcase>
388
- <testcase classname="DeltaProAccessoryBase processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with qcUsb1Watts" name="DeltaProAccessoryBase processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with qcUsb1Watts" time="0.004">
456
+ <testcase classname="DeltaProAccessoryBase processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with qcUsb1Watts" name="DeltaProAccessoryBase processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with qcUsb1Watts" time="0.003">
389
457
  </testcase>
390
458
  <testcase classname="DeltaProAccessoryBase processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 qcUsb1Watts" name="DeltaProAccessoryBase processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 qcUsb1Watts" time="0.003">
391
459
  </testcase>
392
- <testcase classname="DeltaProAccessoryBase processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with qcUsb2Watts" name="DeltaProAccessoryBase processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with qcUsb2Watts" time="0.006">
460
+ <testcase classname="DeltaProAccessoryBase processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with qcUsb2Watts" name="DeltaProAccessoryBase processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with qcUsb2Watts" time="0.005">
393
461
  </testcase>
394
- <testcase classname="DeltaProAccessoryBase processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 qcUsb2Watts" name="DeltaProAccessoryBase processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 qcUsb2Watts" time="0.003">
462
+ <testcase classname="DeltaProAccessoryBase processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 qcUsb2Watts" name="DeltaProAccessoryBase processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 qcUsb2Watts" time="0.023">
395
463
  </testcase>
396
- <testcase classname="DeltaProAccessoryBase processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with typec1Watts" name="DeltaProAccessoryBase processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with typec1Watts" time="0.007">
464
+ <testcase classname="DeltaProAccessoryBase processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with typec1Watts" name="DeltaProAccessoryBase processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with typec1Watts" time="0.012">
397
465
  </testcase>
398
- <testcase classname="DeltaProAccessoryBase processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 typec1Watts" name="DeltaProAccessoryBase processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 typec1Watts" time="0.003">
466
+ <testcase classname="DeltaProAccessoryBase processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 typec1Watts" name="DeltaProAccessoryBase processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 typec1Watts" time="0.004">
399
467
  </testcase>
400
- <testcase classname="DeltaProAccessoryBase processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with typec2Watts" name="DeltaProAccessoryBase processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with typec2Watts" time="0.014">
468
+ <testcase classname="DeltaProAccessoryBase processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with typec2Watts" name="DeltaProAccessoryBase processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with typec2Watts" time="0.004">
401
469
  </testcase>
402
- <testcase classname="DeltaProAccessoryBase processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 typec2Watts" name="DeltaProAccessoryBase processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 typec2Watts" time="0.004">
470
+ <testcase classname="DeltaProAccessoryBase processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 typec2Watts" name="DeltaProAccessoryBase processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 typec2Watts" time="0.003">
403
471
  </testcase>
404
- <testcase classname="DeltaProAccessoryBase processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with all usb-related parameters" name="DeltaProAccessoryBase processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with all usb-related parameters" time="0.004">
472
+ <testcase classname="DeltaProAccessoryBase processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with all usb-related parameters" name="DeltaProAccessoryBase processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with all usb-related parameters" time="0.003">
405
473
  </testcase>
406
- <testcase classname="DeltaProAccessoryBase processQuotaMessage PdStatus should not update any characteristic when PdStatus message is received with undefined status" name="DeltaProAccessoryBase processQuotaMessage PdStatus should not update any characteristic when PdStatus message is received with undefined status" time="0.006">
474
+ <testcase classname="DeltaProAccessoryBase processQuotaMessage PdStatus should not update any characteristic when PdStatus message is received with undefined status" name="DeltaProAccessoryBase processQuotaMessage PdStatus should not update any characteristic when PdStatus message is received with undefined status" time="0.003">
407
475
  </testcase>
408
- <testcase classname="DeltaProAccessoryBase initializeDefaultValues should initialize quota when is called before initializeDefaultValues" name="DeltaProAccessoryBase initializeDefaultValues should initialize quota when is called before initializeDefaultValues" time="0.003">
476
+ <testcase classname="DeltaProAccessoryBase initializeDefaultValues should initialize quota when is called before initializeDefaultValues" name="DeltaProAccessoryBase initializeDefaultValues should initialize quota when is called before initializeDefaultValues" time="0.017">
409
477
  </testcase>
410
478
  <testcase classname="DeltaProAccessoryBase initializeDefaultValues EmsStatus should update BmsStatus-related characteristics when is requested" name="DeltaProAccessoryBase initializeDefaultValues EmsStatus should update BmsStatus-related characteristics when is requested" time="0.003">
411
479
  </testcase>
412
480
  <testcase classname="DeltaProAccessoryBase initializeDefaultValues EmsStatus should update BmsStatus-related characteristics when is requested and quotas were not initialized properly for it" name="DeltaProAccessoryBase initializeDefaultValues EmsStatus should update BmsStatus-related characteristics when is requested and quotas were not initialized properly for it" time="0.003">
413
481
  </testcase>
414
- <testcase classname="DeltaProAccessoryBase initializeDefaultValues InvStatus should update InvStatus-related characteristics when is requested" name="DeltaProAccessoryBase initializeDefaultValues InvStatus should update InvStatus-related characteristics when is requested" time="0.016">
482
+ <testcase classname="DeltaProAccessoryBase initializeDefaultValues InvStatus should update InvStatus-related characteristics when is requested" name="DeltaProAccessoryBase initializeDefaultValues InvStatus should update InvStatus-related characteristics when is requested" time="0.004">
415
483
  </testcase>
416
- <testcase classname="DeltaProAccessoryBase initializeDefaultValues InvStatus should update InvStatus-related characteristics when is requested and quotas were not initialized properly for it" name="DeltaProAccessoryBase initializeDefaultValues InvStatus should update InvStatus-related characteristics when is requested and quotas were not initialized properly for it" time="0.018">
484
+ <testcase classname="DeltaProAccessoryBase initializeDefaultValues InvStatus should update InvStatus-related characteristics when is requested and quotas were not initialized properly for it" name="DeltaProAccessoryBase initializeDefaultValues InvStatus should update InvStatus-related characteristics when is requested and quotas were not initialized properly for it" time="0.007">
417
485
  </testcase>
418
- <testcase classname="DeltaProAccessoryBase initializeDefaultValues PdStatus should update PdStatus-related characteristics when is requested" name="DeltaProAccessoryBase initializeDefaultValues PdStatus should update PdStatus-related characteristics when is requested" time="0.021">
486
+ <testcase classname="DeltaProAccessoryBase initializeDefaultValues PdStatus should update PdStatus-related characteristics when is requested" name="DeltaProAccessoryBase initializeDefaultValues PdStatus should update PdStatus-related characteristics when is requested" time="0.017">
419
487
  </testcase>
420
- <testcase classname="DeltaProAccessoryBase initializeDefaultValues PdStatus should update PdStatus-related characteristics when is requested and quotas were not initialized properly for it" name="DeltaProAccessoryBase initializeDefaultValues PdStatus should update PdStatus-related characteristics when is requested and quotas were not initialized properly for it" time="0.019">
488
+ <testcase classname="DeltaProAccessoryBase initializeDefaultValues PdStatus should update PdStatus-related characteristics when is requested and quotas were not initialized properly for it" name="DeltaProAccessoryBase initializeDefaultValues PdStatus should update PdStatus-related characteristics when is requested and quotas were not initialized properly for it" time="0.006">
421
489
  </testcase>
422
490
  </testsuite>
423
- <testsuite name="EcoFlowMqttApiManager" errors="0" failures="0" skipped="0" timestamp="2025-03-10T17:19:40" time="4.777" tests="26">
424
- <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.016">
491
+ <testsuite name="EcoFlowMqttApiManager" errors="0" failures="0" skipped="0" timestamp="2025-03-17T16:56:23" time="5.17" tests="26">
492
+ <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.023">
425
493
  </testcase>
426
- <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.008">
494
+ <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.004">
427
495
  </testcase>
428
- <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.014">
496
+ <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.005">
429
497
  </testcase>
430
- <testcase classname="EcoFlowMqttApiManager connect should log when connection is established" name="EcoFlowMqttApiManager connect should log when connection is established" time="0.012">
498
+ <testcase classname="EcoFlowMqttApiManager connect should log when connection is established" name="EcoFlowMqttApiManager connect should log when connection is established" time="0.005">
431
499
  </testcase>
432
500
  <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">
433
501
  </testcase>
434
- <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.016">
502
+ <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.012">
435
503
  </testcase>
436
- <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">
504
+ <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.03">
437
505
  </testcase>
438
- <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.005">
506
+ <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">
439
507
  </testcase>
440
- <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">
508
+ <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.007">
441
509
  </testcase>
442
510
  <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.005">
443
511
  </testcase>
444
512
  <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">
445
513
  </testcase>
446
- <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.004">
514
+ <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">
447
515
  </testcase>
448
516
  <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">
449
517
  </testcase>
450
- <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.018">
518
+ <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">
451
519
  </testcase>
452
520
  <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">
453
521
  </testcase>
454
- <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.004">
522
+ <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">
455
523
  </testcase>
456
- <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.004">
524
+ <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.005">
457
525
  </testcase>
458
- <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.004">
526
+ <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">
459
527
  </testcase>
460
528
  <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">
461
529
  </testcase>
462
- <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.009">
530
+ <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.018">
463
531
  </testcase>
464
- <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.019">
532
+ <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.004">
465
533
  </testcase>
466
- <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">
534
+ <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.008">
467
535
  </testcase>
468
- <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.005">
536
+ <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.006">
469
537
  </testcase>
470
- <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">
538
+ <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.004">
471
539
  </testcase>
472
540
  <testcase classname="EcoFlowMqttApiManager destroy should unsubscribe from all topics for all devices that shares single mqtt client
473
541
  when destroying an EcoFlow MQTT API object" name="EcoFlowMqttApiManager destroy should unsubscribe from all topics for all devices that shares single mqtt client
474
- when destroying an EcoFlow MQTT API object" time="0.005">
542
+ when destroying an EcoFlow MQTT API object" time="0.008">
475
543
  </testcase>
476
544
  <testcase classname="EcoFlowMqttApiManager destroy should unsubscribe from all topics for devices that has own mqtt client
477
545
  when destroying an EcoFlow MQTT API object" name="EcoFlowMqttApiManager destroy should unsubscribe from all topics for devices that has own mqtt client
478
- when destroying an EcoFlow MQTT API object" time="0.006">
546
+ when destroying an EcoFlow MQTT API object" time="0.017">
479
547
  </testcase>
480
548
  </testsuite>
481
- <testsuite name="OutletServiceBase" errors="0" failures="0" skipped="0" timestamp="2025-03-10T17:19:45" time="2.49" tests="23">
482
- <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">
549
+ <testsuite name="OutletServiceBase" errors="0" failures="0" skipped="0" timestamp="2025-03-17T16:56:28" time="2.119" tests="23">
550
+ <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.005">
483
551
  </testcase>
484
552
  <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">
485
553
  </testcase>
486
- <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">
554
+ <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">
487
555
  </testcase>
488
556
  <testcase classname="OutletServiceBase initialize should add InputConsumptionWatts characteristic when it is enabled in configuration" name="OutletServiceBase initialize should add InputConsumptionWatts characteristic when it is enabled in configuration" time="0.001">
489
557
  </testcase>
@@ -493,13 +561,13 @@
493
561
  </testcase>
494
562
  <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.001">
495
563
  </testcase>
496
- <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.002">
564
+ <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">
497
565
  </testcase>
498
566
  <testcase classname="OutletServiceBase updateState should set On state to false when it is requested" name="OutletServiceBase updateState should set On state to false when it is requested" time="0.001">
499
567
  </testcase>
500
568
  <testcase classname="OutletServiceBase updateOutputConsumption should set OutputConsumption when it is enabled in configuration" name="OutletServiceBase updateOutputConsumption should set OutputConsumption when it is enabled in configuration" time="0.001">
501
569
  </testcase>
502
- <testcase classname="OutletServiceBase updateOutputConsumption should not set OutputConsumption when it is disabled in configuration" name="OutletServiceBase updateOutputConsumption should not set OutputConsumption when it is disabled in configuration" time="0.001">
570
+ <testcase classname="OutletServiceBase updateOutputConsumption should not set OutputConsumption when it is disabled in configuration" name="OutletServiceBase updateOutputConsumption should not set OutputConsumption when it is disabled in configuration" time="0">
503
571
  </testcase>
504
572
  <testcase classname="OutletServiceBase updateOutputConsumption should set OutletInUse to true when OutputConsumption more than 0" name="OutletServiceBase updateOutputConsumption should set OutletInUse to true when OutputConsumption more than 0" time="0.001">
505
573
  </testcase>
@@ -507,81 +575,83 @@
507
575
  </testcase>
508
576
  <testcase classname="OutletServiceBase updateInputConsumption should set InputConsumption when it is enabled in configuration" name="OutletServiceBase updateInputConsumption should set InputConsumption when it is enabled in configuration" time="0.001">
509
577
  </testcase>
510
- <testcase classname="OutletServiceBase updateInputConsumption should not set InputConsumption when it is disabled in configuration" name="OutletServiceBase updateInputConsumption should not set InputConsumption when it is disabled in configuration" time="0.001">
578
+ <testcase classname="OutletServiceBase updateInputConsumption should not set InputConsumption when it is disabled in configuration" name="OutletServiceBase updateInputConsumption should not set InputConsumption when it is disabled in configuration" time="0">
511
579
  </testcase>
512
580
  <testcase classname="OutletServiceBase updateStatusLowBattery should set low battery level when it is less than 20" name="OutletServiceBase updateStatusLowBattery should set low battery level when it is less than 20" time="0.001">
513
581
  </testcase>
514
582
  <testcase classname="OutletServiceBase updateStatusLowBattery should set normal battery level when it is more than or equal to 20" name="OutletServiceBase updateStatusLowBattery should set normal battery level when it is more than or equal to 20" time="0.001">
515
583
  </testcase>
516
- <testcase classname="OutletServiceBase updateStatusLowBattery should not set StatusLowBattery when it is disabled in configuration" name="OutletServiceBase updateStatusLowBattery should not set StatusLowBattery when it is disabled in configuration" time="0.001">
584
+ <testcase classname="OutletServiceBase updateStatusLowBattery should not set StatusLowBattery when it is disabled in configuration" name="OutletServiceBase updateStatusLowBattery should not set StatusLowBattery when it is disabled in configuration" time="0">
517
585
  </testcase>
518
- <testcase classname="OutletServiceBase updateBatteryLevel should set BatteryLevel when it is enabled in configuration" name="OutletServiceBase updateBatteryLevel should set BatteryLevel when it is enabled in configuration" time="0.007">
586
+ <testcase classname="OutletServiceBase updateBatteryLevel should set BatteryLevel when it is enabled in configuration" name="OutletServiceBase updateBatteryLevel should set BatteryLevel when it is enabled in configuration" time="0.001">
519
587
  </testcase>
520
588
  <testcase classname="OutletServiceBase updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" name="OutletServiceBase updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" time="0.001">
521
589
  </testcase>
522
590
  <testcase classname="OutletServiceBase updateChargingState should set charging state to false when input power consumption is 0 Watt" name="OutletServiceBase updateChargingState should set charging state to false when input power consumption is 0 Watt" time="0.001">
523
591
  </testcase>
524
- <testcase classname="OutletServiceBase updateChargingState should set charging state to true when input power consumption is more than 0 Watt" name="OutletServiceBase updateChargingState should set charging state to true when input power consumption is more than 0 Watt" time="0.001">
592
+ <testcase classname="OutletServiceBase updateChargingState should set charging state to true when input power consumption is more than 0 Watt" name="OutletServiceBase updateChargingState should set charging state to true when input power consumption is more than 0 Watt" time="0.006">
525
593
  </testcase>
526
594
  <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.001">
527
595
  </testcase>
528
596
  </testsuite>
529
- <testsuite name="EcoFlowHomebridgePlatform" errors="0" failures="0" skipped="2" timestamp="2025-03-10T17:19:40" time="7.358" tests="30">
530
- <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">
597
+ <testsuite name="EcoFlowHomebridgePlatform" errors="0" failures="0" skipped="2" timestamp="2025-03-17T16:56:24" time="6.303" tests="31">
598
+ <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.005">
531
599
  </testcase>
532
- <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">
600
+ <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">
533
601
  </testcase>
534
- <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">
602
+ <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.011">
535
603
  </testcase>
536
604
  <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">
537
605
  </testcase>
538
606
  <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">
539
607
  </testcase>
540
- <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.002">
608
+ <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">
541
609
  </testcase>
542
- <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">
610
+ <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">
543
611
  </testcase>
544
- <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.012">
612
+ <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.003">
545
613
  </testcase>
546
614
  <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.003">
547
615
  </testcase>
548
- <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.003">
616
+ <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">
549
617
  </testcase>
550
- <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">
618
+ <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.004">
551
619
  </testcase>
552
- <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.002">
620
+ <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">
553
621
  </testcase>
554
- <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.003">
622
+ <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.002">
555
623
  </testcase>
556
624
  <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.003">
557
625
  </testcase>
558
626
  <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.002">
559
627
  </testcase>
560
- <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.002">
628
+ <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.011">
561
629
  </testcase>
562
- <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">
630
+ <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.006">
563
631
  </testcase>
564
- <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.06">
632
+ <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">
565
633
  </testcase>
566
- <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.052">
634
+ <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">
567
635
  </testcase>
568
- <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.003">
636
+ <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">
569
637
  </testcase>
570
638
  <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.003">
571
639
  </testcase>
572
640
  <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">
573
641
  <skipped/>
574
642
  </testcase>
643
+ <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">
644
+ </testcase>
575
645
  <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">
576
646
  <skipped/>
577
647
  </testcase>
578
- <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">
648
+ <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.012">
579
649
  </testcase>
580
- <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">
650
+ <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.001">
581
651
  </testcase>
582
- <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">
652
+ <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.001">
583
653
  </testcase>
584
- <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.062">
654
+ <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">
585
655
  </testcase>
586
656
  <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">
587
657
  </testcase>
@@ -590,26 +660,26 @@
590
660
  <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">
591
661
  </testcase>
592
662
  </testsuite>
593
- <testsuite name="EcoFlowAccessoryBase" errors="0" failures="0" skipped="0" timestamp="2025-03-10T17:19:41" time="6.769" tests="20">
663
+ <testsuite name="EcoFlowAccessoryBase" errors="0" failures="0" skipped="0" timestamp="2025-03-17T16:56:24" time="6.849" tests="22">
594
664
  <testcase classname="EcoFlowAccessoryBase initialize should add required services when initializing accessory" name="EcoFlowAccessoryBase initialize should add required services when initializing accessory" time="0.004">
595
665
  </testcase>
596
666
  <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.152">
597
667
  </testcase>
598
- <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">
668
+ <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.153">
599
669
  </testcase>
600
- <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">
670
+ <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.153">
601
671
  </testcase>
602
- <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">
672
+ <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.003">
603
673
  </testcase>
604
- <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.002">
674
+ <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">
605
675
  </testcase>
606
- <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.002">
676
+ <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.003">
607
677
  </testcase>
608
- <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">
678
+ <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.001">
609
679
  </testcase>
610
- <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">
680
+ <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.003">
611
681
  </testcase>
612
- <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.001">
682
+ <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">
613
683
  </testcase>
614
684
  <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.001">
615
685
  </testcase>
@@ -619,29 +689,33 @@
619
689
  </testcase>
620
690
  <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">
621
691
  </testcase>
622
- <testcase classname="EcoFlowAccessoryBase processSetReplyMessage should call revert function when &apos;set_reply&apos; message does not contain &apos;ack&apos; or &apos;result&apos; acknowledgement" name="EcoFlowAccessoryBase processSetReplyMessage should call revert function when &apos;set_reply&apos; message does not contain &apos;ack&apos; or &apos;result&apos; acknowledgement" time="0.005">
692
+ <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">
693
+ </testcase>
694
+ <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.002">
695
+ </testcase>
696
+ <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.001">
623
697
  </testcase>
624
- <testcase classname="EcoFlowAccessoryBase destroy should stop mqtt reconnection when destroying accessory" name="EcoFlowAccessoryBase destroy should stop mqtt reconnection when destroying accessory" time="0.402">
698
+ <testcase classname="EcoFlowAccessoryBase destroy should stop mqtt reconnection when destroying accessory" name="EcoFlowAccessoryBase destroy should stop mqtt reconnection when destroying accessory" time="0.401">
625
699
  </testcase>
626
700
  <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">
627
701
  </testcase>
628
- <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.003">
702
+ <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.004">
629
703
  </testcase>
630
- <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">
704
+ <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.001">
631
705
  </testcase>
632
- <testcase classname="EcoFlowAccessoryBase sendSetCommand should stop mqtt reconnection when destroying accessory" name="EcoFlowAccessoryBase sendSetCommand should stop mqtt reconnection when destroying accessory" time="0.001">
706
+ <testcase classname="EcoFlowAccessoryBase sendSetCommand should stop mqtt reconnection when destroying accessory" name="EcoFlowAccessoryBase sendSetCommand should stop mqtt reconnection when destroying accessory" time="0">
633
707
  </testcase>
634
708
  </testsuite>
635
- <testsuite name="OutletAcService" errors="0" failures="0" skipped="0" timestamp="2025-03-10T17:19:48" time="0.603" tests="12">
636
- <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.029">
709
+ <testsuite name="OutletAcService" errors="0" failures="0" skipped="0" timestamp="2025-03-17T16:56:30" time="0.582" tests="12">
710
+ <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.007">
637
711
  </testcase>
638
- <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.002">
712
+ <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">
639
713
  </testcase>
640
- <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">
714
+ <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">
641
715
  </testcase>
642
716
  <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">
643
717
  </testcase>
644
- <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">
718
+ <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">
645
719
  </testcase>
646
720
  <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">
647
721
  </testcase>
@@ -651,18 +725,18 @@
651
725
  </testcase>
652
726
  <testcase classname="OutletAcService onOnSet should send Set command of MPPT moduleType to device
653
727
  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
654
- when Enabled value was changed to true and service was initialized with MPPT setAcModuleType" time="0.002">
728
+ when Enabled value was changed to true and service was initialized with MPPT setAcModuleType" time="0.018">
655
729
  </testcase>
656
730
  <testcase classname="OutletAcService onOnSet should send Set command of INV moduleType to device
657
731
  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
658
732
  when Enabled value was changed to true and service was initialized with INV setAcModuleType" time="0.001">
659
733
  </testcase>
660
- <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">
734
+ <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">
661
735
  </testcase>
662
736
  <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">
663
737
  </testcase>
664
738
  </testsuite>
665
- <testsuite name="OutletInvService" errors="0" failures="0" skipped="0" timestamp="2025-03-10T17:19:48" time="0.629" tests="10">
739
+ <testsuite name="OutletInvService" errors="0" failures="0" skipped="0" timestamp="2025-03-17T16:56:31" time="0.683" tests="10">
666
740
  <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.003">
667
741
  </testcase>
668
742
  <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">
@@ -675,39 +749,39 @@
675
749
  </testcase>
676
750
  <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">
677
751
  </testcase>
678
- <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">
752
+ <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">
679
753
  </testcase>
680
- <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.011">
754
+ <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">
681
755
  </testcase>
682
756
  <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">
683
757
  </testcase>
684
- <testcase classname="OutletInvService onOnSet should not allow to set ON value" name="OutletInvService onOnSet should not allow to set ON value" time="0.001">
758
+ <testcase classname="OutletInvService onOnSet should not allow to set ON value" name="OutletInvService onOnSet should not allow to set ON value" time="0.002">
685
759
  </testcase>
686
760
  </testsuite>
687
- <testsuite name="OutletService" errors="0" failures="0" skipped="0" timestamp="2025-03-10T17:19:48" time="1.341" tests="10">
688
- <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">
761
+ <testsuite name="OutletService" errors="0" failures="0" skipped="0" timestamp="2025-03-17T16:56:31" time="1.272" tests="10">
762
+ <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.005">
689
763
  </testcase>
690
- <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">
764
+ <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.011">
691
765
  </testcase>
692
- <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.006">
766
+ <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">
693
767
  </testcase>
694
768
  <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">
695
769
  </testcase>
696
- <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.002">
770
+ <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">
697
771
  </testcase>
698
772
  <testcase classname="OutletService updateStatusLowBattery should set normal battery level when it is more than or equal to 20" name="OutletService updateStatusLowBattery should set normal battery level when it is more than or equal to 20" time="0.001">
699
773
  </testcase>
700
774
  <testcase classname="OutletService updateStatusLowBattery should not set StatusLowBattery when it is disabled in configuration" name="OutletService updateStatusLowBattery should not set StatusLowBattery when it is disabled in configuration" time="0.001">
701
775
  </testcase>
702
- <testcase classname="OutletService updateBatteryLevel should set BatteryLevel when it is enabled in configuration" name="OutletService updateBatteryLevel should set BatteryLevel when it is enabled in configuration" time="0.001">
776
+ <testcase classname="OutletService updateBatteryLevel should set BatteryLevel when it is enabled in configuration" name="OutletService updateBatteryLevel should set BatteryLevel when it is enabled in configuration" time="0.002">
703
777
  </testcase>
704
- <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.002">
778
+ <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">
705
779
  </testcase>
706
- <testcase classname="OutletService onOnSet should not allow to set ON value" name="OutletService onOnSet should not allow to set ON value" time="0.002">
780
+ <testcase classname="OutletService onOnSet should not allow to set ON value" name="OutletService onOnSet should not allow to set ON value" time="0.001">
707
781
  </testcase>
708
782
  </testsuite>
709
- <testsuite name="LightBulbServiceBase" errors="0" failures="0" skipped="0" timestamp="2025-03-10T17:19:49" time="0.577" tests="11">
710
- <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.006">
783
+ <testsuite name="LightBulbServiceBase" errors="0" failures="0" skipped="0" timestamp="2025-03-17T16:56:32" time="0.52" tests="11">
784
+ <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.003">
711
785
  </testcase>
712
786
  <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">
713
787
  </testcase>
@@ -715,9 +789,9 @@
715
789
  </testcase>
716
790
  <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">
717
791
  </testcase>
718
- <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">
792
+ <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">
719
793
  </testcase>
720
- <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">
794
+ <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">
721
795
  </testcase>
722
796
  <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">
723
797
  </testcase>
@@ -725,69 +799,129 @@
725
799
  </testcase>
726
800
  <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">
727
801
  </testcase>
728
- <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.001">
802
+ <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.002">
729
803
  </testcase>
730
804
  <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">
731
805
  </testcase>
732
806
  </testsuite>
733
- <testsuite name="PowerDemandService" errors="0" failures="0" skipped="0" timestamp="2025-03-10T17:19:50" time="0.527" tests="11">
734
- <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">
807
+ <testsuite name="LightBulbServiceBase" errors="0" failures="0" skipped="0" timestamp="2025-03-17T16:56:32" time="0.558" tests="11">
808
+ <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">
735
809
  </testcase>
736
- <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">
810
+ <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">
737
811
  </testcase>
738
- <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">
812
+ <testcase classname="LightBulbServiceBase initialize should add Lightbulb characteristics when initializing accessory" name="LightBulbServiceBase initialize should add Lightbulb characteristics when initializing accessory" time="0">
739
813
  </testcase>
740
- <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">
814
+ <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">
741
815
  </testcase>
742
- <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">
816
+ <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">
743
817
  </testcase>
744
- <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">
818
+ <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">
745
819
  </testcase>
746
- <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">
820
+ <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">
747
821
  </testcase>
748
- <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">
822
+ <testcase classname="LightBulbServiceBase updateBrightness should set brightness when it is requested" name="LightBulbServiceBase updateBrightness should set brightness when it is requested" time="0.009">
749
823
  </testcase>
750
- <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">
824
+ <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">
751
825
  </testcase>
752
- <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">
826
+ <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.001">
753
827
  </testcase>
754
- <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">
828
+ <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">
755
829
  </testcase>
756
830
  </testsuite>
757
- <testsuite name="LightBulbServiceBase" errors="0" failures="0" skipped="0" timestamp="2025-03-10T17:19:49" time="0.622" tests="11">
758
- <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.012">
831
+ <testsuite name="OutletDc12vService" errors="0" failures="0" skipped="0" timestamp="2025-03-17T16:56:32" time="0.486" tests="9">
832
+ <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.003">
759
833
  </testcase>
760
- <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">
834
+ <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">
761
835
  </testcase>
762
- <testcase classname="LightBulbServiceBase initialize should add Lightbulb characteristics when initializing accessory" name="LightBulbServiceBase initialize should add Lightbulb characteristics when initializing accessory" time="0.001">
836
+ <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">
763
837
  </testcase>
764
- <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">
838
+ <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">
765
839
  </testcase>
766
- <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">
840
+ <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">
767
841
  </testcase>
768
- <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">
842
+ <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">
769
843
  </testcase>
770
- <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">
844
+ <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">
771
845
  </testcase>
772
- <testcase classname="LightBulbServiceBase updateBrightness should set brightness when it is requested" name="LightBulbServiceBase updateBrightness should set brightness when it is requested" time="0.001">
846
+ <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">
773
847
  </testcase>
774
- <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">
848
+ <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">
775
849
  </testcase>
776
- <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.001">
850
+ </testsuite>
851
+ <testsuite name="OutletAcHvService" errors="0" failures="0" skipped="0" timestamp="2025-03-17T16:56:33" time="0.562" tests="9">
852
+ <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">
777
853
  </testcase>
778
- <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">
854
+ <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.001">
855
+ </testcase>
856
+ <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">
857
+ </testcase>
858
+ <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">
859
+ </testcase>
860
+ <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">
861
+ </testcase>
862
+ <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">
863
+ </testcase>
864
+ <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">
865
+ </testcase>
866
+ <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">
867
+ </testcase>
868
+ <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">
869
+ </testcase>
870
+ </testsuite>
871
+ <testsuite name="OutletAcLvService" errors="0" failures="0" skipped="0" timestamp="2025-03-17T16:56:33" time="0.649" tests="9">
872
+ <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.003">
873
+ </testcase>
874
+ <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">
875
+ </testcase>
876
+ <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">
877
+ </testcase>
878
+ <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">
879
+ </testcase>
880
+ <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">
881
+ </testcase>
882
+ <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">
883
+ </testcase>
884
+ <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.002">
885
+ </testcase>
886
+ <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.001">
887
+ </testcase>
888
+ <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.002">
889
+ </testcase>
890
+ </testsuite>
891
+ <testsuite name="PowerDemandService" errors="0" failures="0" skipped="0" timestamp="2025-03-17T16:56:33" time="0.574" tests="11">
892
+ <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">
893
+ </testcase>
894
+ <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">
895
+ </testcase>
896
+ <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">
897
+ </testcase>
898
+ <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">
899
+ </testcase>
900
+ <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">
901
+ </testcase>
902
+ <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.013">
903
+ </testcase>
904
+ <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">
905
+ </testcase>
906
+ <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">
907
+ </testcase>
908
+ <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">
909
+ </testcase>
910
+ <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">
911
+ </testcase>
912
+ <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">
779
913
  </testcase>
780
914
  </testsuite>
781
- <testsuite name="OutletAcService" errors="0" failures="0" skipped="0" timestamp="2025-03-10T17:19:50" time="0.665" tests="9">
915
+ <testsuite name="OutletAcService" errors="0" failures="0" skipped="0" timestamp="2025-03-17T16:56:33" time="0.602" tests="9">
782
916
  <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">
783
917
  </testcase>
784
918
  <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">
785
919
  </testcase>
786
- <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">
920
+ <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">
787
921
  </testcase>
788
922
  <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">
789
923
  </testcase>
790
- <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.007">
924
+ <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">
791
925
  </testcase>
792
926
  <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">
793
927
  </testcase>
@@ -795,23 +929,23 @@
795
929
  </testcase>
796
930
  <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.001">
797
931
  </testcase>
798
- <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.003">
932
+ <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">
799
933
  </testcase>
800
934
  </testsuite>
801
- <testsuite name="BrightnessService" errors="0" failures="0" skipped="0" timestamp="2025-03-10T17:19:50" time="0.591" tests="11">
802
- <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.006">
935
+ <testsuite name="BrightnessService" errors="0" failures="0" skipped="0" timestamp="2025-03-17T16:56:34" time="0.454" tests="11">
936
+ <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.002">
803
937
  </testcase>
804
- <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">
938
+ <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">
805
939
  </testcase>
806
- <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.007">
940
+ <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">
807
941
  </testcase>
808
942
  <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">
809
943
  </testcase>
810
- <testcase classname="BrightnessService updateBrightness should set brightness when it is requested" name="BrightnessService updateBrightness should set brightness when it is requested" time="0.002">
944
+ <testcase classname="BrightnessService updateBrightness should set brightness when it is requested" name="BrightnessService updateBrightness should set brightness when it is requested" time="0.001">
811
945
  </testcase>
812
- <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">
946
+ <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">
813
947
  </testcase>
814
- <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">
948
+ <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">
815
949
  </testcase>
816
950
  <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">
817
951
  </testcase>
@@ -822,7 +956,37 @@
822
956
  <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">
823
957
  </testcase>
824
958
  </testsuite>
825
- <testsuite name="OutletUsbService" errors="0" failures="0" skipped="0" timestamp="2025-03-10T17:19:51" time="0.528" tests="9">
959
+ <testsuite name="PluginConfigDevicesRenderer" errors="0" failures="0" skipped="0" timestamp="2025-03-17T16:56:30" time="4.335" tests="14">
960
+ <testcase classname="PluginConfigDevicesRenderer hideDeviceSettingsPerModel should contain proper hideDeviceSettingsPerModel configuration" name="PluginConfigDevicesRenderer hideDeviceSettingsPerModel should contain proper hideDeviceSettingsPerModel configuration" time="0.003">
961
+ </testcase>
962
+ <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.049">
963
+ </testcase>
964
+ <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.007">
965
+ </testcase>
966
+ <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.019">
967
+ </testcase>
968
+ <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.012">
969
+ </testcase>
970
+ <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.028">
971
+ </testcase>
972
+ <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.002">
973
+ </testcase>
974
+ <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.043">
975
+ </testcase>
976
+ <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.036">
977
+ </testcase>
978
+ <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.024">
979
+ </testcase>
980
+ <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.02">
981
+ </testcase>
982
+ <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.017">
983
+ </testcase>
984
+ <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.01">
985
+ </testcase>
986
+ <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.015">
987
+ </testcase>
988
+ </testsuite>
989
+ <testsuite name="OutletUsbService" errors="0" failures="0" skipped="0" timestamp="2025-03-17T16:56:34" time="0.492" tests="9">
826
990
  <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">
827
991
  </testcase>
828
992
  <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">
@@ -831,25 +995,25 @@
831
995
  </testcase>
832
996
  <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">
833
997
  </testcase>
834
- <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">
998
+ <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.004">
835
999
  </testcase>
836
- <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.008">
1000
+ <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">
837
1001
  </testcase>
838
1002
  <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">
839
1003
  </testcase>
840
- <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">
1004
+ <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">
841
1005
  </testcase>
842
1006
  <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">
843
1007
  </testcase>
844
1008
  </testsuite>
845
- <testsuite name="OutletUsbService" errors="0" failures="0" skipped="0" timestamp="2025-03-10T17:19:51" time="0.545" tests="9">
846
- <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">
1009
+ <testsuite name="OutletUsbService" errors="0" failures="0" skipped="0" timestamp="2025-03-17T16:56:34" time="0.441" tests="9">
1010
+ <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">
847
1011
  </testcase>
848
- <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.013">
1012
+ <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">
849
1013
  </testcase>
850
1014
  <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">
851
1015
  </testcase>
852
- <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">
1016
+ <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.009">
853
1017
  </testcase>
854
1018
  <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">
855
1019
  </testcase>
@@ -862,44 +1026,38 @@
862
1026
  <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">
863
1027
  </testcase>
864
1028
  </testsuite>
865
- <testsuite name="PluginConfigDevicesRenderer" errors="0" failures="0" skipped="0" timestamp="2025-03-10T17:19:48" time="4.205" tests="14">
866
- <testcase classname="PluginConfigDevicesRenderer hideDeviceSettingsPerModel should contain proper hideDeviceSettingsPerModel configuration" name="PluginConfigDevicesRenderer hideDeviceSettingsPerModel should contain proper hideDeviceSettingsPerModel configuration" time="0.003">
1029
+ <testsuite name="BatteryStatusService" errors="0" failures="0" skipped="0" timestamp="2025-03-17T16:56:35" time="0.39" tests="11">
1030
+ <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.001">
867
1031
  </testcase>
868
- <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.039">
869
- </testcase>
870
- <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">
871
- </testcase>
872
- <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.02">
873
- </testcase>
874
- <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.018">
1032
+ <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">
875
1033
  </testcase>
876
- <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.018">
1034
+ <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">
877
1035
  </testcase>
878
- <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">
1036
+ <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">
879
1037
  </testcase>
880
- <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.033">
1038
+ <testcase classname="BatteryStatusService initialize should add Battery characteristics when initializing accessory" name="BatteryStatusService initialize should add Battery characteristics when initializing accessory" time="0">
881
1039
  </testcase>
882
- <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.069">
1040
+ <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">
883
1041
  </testcase>
884
- <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.023">
1042
+ <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">
885
1043
  </testcase>
886
- <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.016">
1044
+ <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">
887
1045
  </testcase>
888
- <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.012">
1046
+ <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.028">
889
1047
  </testcase>
890
- <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.012">
1048
+ <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">
891
1049
  </testcase>
892
- <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.014">
1050
+ <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">
893
1051
  </testcase>
894
1052
  </testsuite>
895
- <testsuite name="OutletCarService" errors="0" failures="0" skipped="0" timestamp="2025-03-10T17:19:51" time="0.421" tests="9">
896
- <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.001">
1053
+ <testsuite name="OutletCarService" errors="0" failures="0" skipped="0" timestamp="2025-03-17T16:56:35" time="0.565" tests="9">
1054
+ <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.004">
897
1055
  </testcase>
898
1056
  <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">
899
1057
  </testcase>
900
- <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">
1058
+ <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">
901
1059
  </testcase>
902
- <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">
1060
+ <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.025">
903
1061
  </testcase>
904
1062
  <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">
905
1063
  </testcase>
@@ -912,117 +1070,109 @@
912
1070
  <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.002">
913
1071
  </testcase>
914
1072
  </testsuite>
915
- <testsuite name="BatteryStatusService" errors="0" failures="0" skipped="0" timestamp="2025-03-10T17:19:51" time="0.411" tests="11">
916
- <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">
917
- </testcase>
918
- <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">
919
- </testcase>
920
- <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">
1073
+ <testsuite name="EcoFlowHttpApiManager" errors="0" failures="0" skipped="0" timestamp="2025-03-17T16:56:35" time="0.305" tests="8">
1074
+ <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.03">
921
1075
  </testcase>
922
- <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">
923
- </testcase>
924
- <testcase classname="BatteryStatusService initialize should add Battery characteristics when initializing accessory" name="BatteryStatusService initialize should add Battery characteristics when initializing accessory" time="0">
1076
+ <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">
925
1077
  </testcase>
926
- <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">
1078
+ <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.001">
927
1079
  </testcase>
928
- <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">
1080
+ <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.004">
929
1081
  </testcase>
930
- <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">
1082
+ <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.005">
931
1083
  </testcase>
932
- <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.045">
1084
+ <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">
933
1085
  </testcase>
934
- <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">
1086
+ <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.001">
935
1087
  </testcase>
936
- <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">
1088
+ <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.001">
937
1089
  </testcase>
938
1090
  </testsuite>
939
- <testsuite name="EcoFlowHttpApiManager" errors="0" failures="0" skipped="0" timestamp="2025-03-10T17:19:52" time="0.313" tests="8">
940
- <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.054">
1091
+ <testsuite name="OutletCarService" errors="0" failures="0" skipped="0" timestamp="2025-03-17T16:56:35" time="0.44" tests="9">
1092
+ <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">
941
1093
  </testcase>
942
- <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">
943
- </testcase>
944
- <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">
1094
+ <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">
945
1095
  </testcase>
946
- <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">
1096
+ <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">
947
1097
  </testcase>
948
- <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">
1098
+ <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.001">
949
1099
  </testcase>
950
- <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.002">
1100
+ <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">
951
1101
  </testcase>
952
- <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.001">
1102
+ <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">
953
1103
  </testcase>
954
- <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">
1104
+ <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">
955
1105
  </testcase>
956
- </testsuite>
957
- <testsuite name="OutletCarService" errors="0" failures="0" skipped="0" timestamp="2025-03-10T17:19:52" time="0.605" tests="9">
958
- <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.006">
1106
+ <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">
959
1107
  </testcase>
960
- <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">
1108
+ <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">
961
1109
  </testcase>
962
- <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.004">
1110
+ </testsuite>
1111
+ <testsuite name="SwitchXboostServiceBase" errors="0" failures="0" skipped="0" timestamp="2025-03-17T16:56:35" time="0.4" tests="7">
1112
+ <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">
963
1113
  </testcase>
964
- <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.001">
1114
+ <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">
965
1115
  </testcase>
966
- <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.004">
1116
+ <testcase classname="SwitchXboostServiceBase initialize should add mandatory characteristics when initializing accessory" name="SwitchXboostServiceBase initialize should add mandatory characteristics when initializing accessory" time="0.001">
967
1117
  </testcase>
968
- <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">
1118
+ <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.001">
969
1119
  </testcase>
970
- <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.004">
1120
+ <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">
971
1121
  </testcase>
972
- <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">
1122
+ <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">
973
1123
  </testcase>
974
- <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">
1124
+ <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">
975
1125
  </testcase>
976
1126
  </testsuite>
977
- <testsuite name="OutletUsbService" errors="0" failures="0" skipped="0" timestamp="2025-03-10T17:19:52" time="0.54" tests="7">
978
- <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">
1127
+ <testsuite name="OutletUsbService" errors="0" failures="0" skipped="0" timestamp="2025-03-17T16:56:35" time="0.585" tests="7">
1128
+ <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">
979
1129
  </testcase>
980
1130
  <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">
981
1131
  </testcase>
982
- <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.004">
1132
+ <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">
983
1133
  </testcase>
984
- <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">
1134
+ <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">
985
1135
  </testcase>
986
- <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.004">
1136
+ <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">
987
1137
  </testcase>
988
1138
  <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">
989
1139
  </testcase>
990
- <testcase classname="OutletUsbService onOnSet should not allow to set ON value" name="OutletUsbService onOnSet should not allow to set ON value" time="0.004">
1140
+ <testcase classname="OutletUsbService onOnSet should not allow to set ON value" name="OutletUsbService onOnSet should not allow to set ON value" time="0.002">
991
1141
  </testcase>
992
1142
  </testsuite>
993
- <testsuite name="OutletAcService" errors="0" failures="0" skipped="0" timestamp="2025-03-10T17:19:52" time="0.467" tests="7">
1143
+ <testsuite name="OutletAcService" errors="0" failures="0" skipped="0" timestamp="2025-03-17T16:56:35" time="0.531" tests="7">
994
1144
  <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">
995
1145
  </testcase>
996
1146
  <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">
997
1147
  </testcase>
998
- <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.01">
1148
+ <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">
999
1149
  </testcase>
1000
- <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.002">
1150
+ <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">
1001
1151
  </testcase>
1002
1152
  <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">
1003
1153
  </testcase>
1004
1154
  <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">
1005
1155
  </testcase>
1006
- <testcase classname="OutletAcService onOnSet should not allow to set ON value" name="OutletAcService onOnSet should not allow to set ON value" time="0.037">
1156
+ <testcase classname="OutletAcService onOnSet should not allow to set ON value" name="OutletAcService onOnSet should not allow to set ON value" time="0.048">
1007
1157
  </testcase>
1008
1158
  </testsuite>
1009
- <testsuite name="SwitchXboostServiceBase" errors="0" failures="0" skipped="0" timestamp="2025-03-10T17:19:53" time="0.359" tests="7">
1010
- <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.002">
1159
+ <testsuite name="EcoFlowAccessoryWithQuotaBase" errors="0" failures="0" skipped="0" timestamp="2025-03-17T16:56:36" time="0.287" tests="6">
1160
+ <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">
1011
1161
  </testcase>
1012
- <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">
1013
- </testcase>
1014
- <testcase classname="SwitchXboostServiceBase initialize should add mandatory characteristics when initializing accessory" name="SwitchXboostServiceBase initialize should add mandatory characteristics when initializing accessory" time="0.001">
1162
+ <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">
1015
1163
  </testcase>
1016
- <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.001">
1164
+ <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">
1017
1165
  </testcase>
1018
- <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.011">
1166
+ <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">
1019
1167
  </testcase>
1020
- <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">
1168
+ <testcase classname="EcoFlowAccessoryWithQuotaBase initializeDefaultValues should initialize quotas with default values when they were not received and
1169
+ updating of initial values is not requested" name="EcoFlowAccessoryWithQuotaBase initializeDefaultValues should initialize quotas with default values when they were not received and
1170
+ updating of initial values is not requested" time="0">
1021
1171
  </testcase>
1022
- <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">
1172
+ <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">
1023
1173
  </testcase>
1024
1174
  </testsuite>
1025
- <testsuite name="SwitchXboostService" errors="0" failures="0" skipped="0" timestamp="2025-03-10T17:19:53" time="0.278" tests="4">
1175
+ <testsuite name="SwitchXboostService" errors="0" failures="0" skipped="0" timestamp="2025-03-17T16:56:36" time="0.378" tests="4">
1026
1176
  <testcase classname="SwitchXboostService onOnSet should send Set command of MPPT moduleType to device
1027
1177
  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
1028
1178
  when X-Boost value was changed to true and service was initialized with MPPT setAcModuleType" time="0.003">
@@ -1036,32 +1186,16 @@
1036
1186
  <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">
1037
1187
  </testcase>
1038
1188
  </testsuite>
1039
- <testsuite name="EcoFlowAccessoryWithQuotaBase" errors="0" failures="0" skipped="0" timestamp="2025-03-10T17:19:53" time="0.185" tests="6">
1040
- <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.006">
1041
- </testcase>
1042
- <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">
1043
- </testcase>
1044
- <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">
1045
- </testcase>
1046
- <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">
1047
- </testcase>
1048
- <testcase classname="EcoFlowAccessoryWithQuotaBase initializeDefaultValues should initialize quotas with default values when they were not received and
1049
- updating of initial values is not requested" name="EcoFlowAccessoryWithQuotaBase initializeDefaultValues should initialize quotas with default values when they were not received and
1050
- updating of initial values is not requested" time="0.001">
1051
- </testcase>
1052
- <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">
1053
- </testcase>
1054
- </testsuite>
1055
- <testsuite name="MqttClient" errors="0" failures="0" skipped="0" timestamp="2025-03-10T17:19:53" time="0.193" tests="12">
1189
+ <testsuite name="MqttClient" errors="0" failures="0" skipped="0" timestamp="2025-03-17T16:56:36" time="0.258" tests="12">
1056
1190
  <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">
1057
1191
  </testcase>
1058
1192
  <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">
1059
1193
  </testcase>
1060
1194
  <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.001">
1061
1195
  </testcase>
1062
- <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">
1196
+ <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.001">
1063
1197
  </testcase>
1064
- <testcase classname="MqttClient isConnected should return true when mqtt is connected" name="MqttClient isConnected should return true when mqtt is connected" time="0.001">
1198
+ <testcase classname="MqttClient isConnected should return true when mqtt is connected" name="MqttClient isConnected should return true when mqtt is connected" time="0">
1065
1199
  </testcase>
1066
1200
  <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">
1067
1201
  </testcase>
@@ -1069,25 +1203,25 @@
1069
1203
  </testcase>
1070
1204
  <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.001">
1071
1205
  </testcase>
1072
- <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">
1206
+ <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.001">
1073
1207
  </testcase>
1074
1208
  <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">
1075
1209
  </testcase>
1076
- <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">
1210
+ <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">
1077
1211
  </testcase>
1078
1212
  <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">
1079
1213
  </testcase>
1080
1214
  </testsuite>
1081
- <testsuite name="MqttDevice" errors="0" failures="0" skipped="0" timestamp="2025-03-10T17:19:53" time="0.215" tests="8">
1082
- <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.007">
1215
+ <testsuite name="MqttDevice" errors="0" failures="0" skipped="0" timestamp="2025-03-17T16:56:37" time="0.26" tests="8">
1216
+ <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">
1083
1217
  </testcase>
1084
1218
  <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">
1085
1219
  </testcase>
1086
- <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">
1220
+ <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">
1087
1221
  </testcase>
1088
1222
  <testcase classname="MqttDevice processReceivedMessage should log message when it is received" name="MqttDevice processReceivedMessage should log message when it is received" time="0">
1089
1223
  </testcase>
1090
- <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">
1224
+ <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">
1091
1225
  </testcase>
1092
1226
  <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">
1093
1227
  </testcase>
@@ -1096,43 +1230,43 @@
1096
1230
  <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">
1097
1231
  </testcase>
1098
1232
  </testsuite>
1099
- <testsuite name="ComponentRenderer" errors="0" failures="0" skipped="0" timestamp="2025-03-10T17:19:53" time="0.428" tests="11">
1233
+ <testsuite name="ComponentRenderer" errors="0" failures="0" skipped="0" timestamp="2025-03-17T16:56:36" time="0.509" tests="11">
1100
1234
  <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.005">
1101
1235
  </testcase>
1102
- <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.003">
1236
+ <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.002">
1103
1237
  </testcase>
1104
1238
  <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.003">
1105
1239
  </testcase>
1106
1240
  <testcase classname="ComponentRenderer renderTextBox should set value of textbox when rendering" name="ComponentRenderer renderTextBox should set value of textbox when rendering" time="0.002">
1107
1241
  </testcase>
1108
- <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.003">
1242
+ <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.002">
1109
1243
  </testcase>
1110
- <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.002">
1244
+ <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.001">
1111
1245
  </testcase>
1112
- <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.003">
1246
+ <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.002">
1113
1247
  </testcase>
1114
- <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.003">
1248
+ <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">
1115
1249
  </testcase>
1116
- <testcase classname="ComponentRenderer renderDropDown should set value of dropdown when rendering" name="ComponentRenderer renderDropDown should set value of dropdown when rendering" time="0.002">
1250
+ <testcase classname="ComponentRenderer renderDropDown should set value of dropdown when rendering" name="ComponentRenderer renderDropDown should set value of dropdown when rendering" time="0.001">
1117
1251
  </testcase>
1118
- <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.003">
1252
+ <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">
1119
1253
  </testcase>
1120
- <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.003">
1254
+ <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">
1121
1255
  </testcase>
1122
1256
  </testsuite>
1123
- <testsuite name="AccessoryInformationService" errors="0" failures="0" skipped="0" timestamp="2025-03-10T17:19:53" time="0.28" tests="5">
1124
- <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">
1257
+ <testsuite name="AccessoryInformationService" errors="0" failures="0" skipped="0" timestamp="2025-03-17T16:56:37" time="0.268" tests="5">
1258
+ <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">
1125
1259
  </testcase>
1126
- <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">
1260
+ <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">
1127
1261
  </testcase>
1128
1262
  <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">
1129
1263
  </testcase>
1130
- <testcase classname="AccessoryInformationService initialize should add information characteristics when initializing accessory" name="AccessoryInformationService initialize should add information characteristics when initializing accessory" time="0">
1264
+ <testcase classname="AccessoryInformationService initialize should add information characteristics when initializing accessory" name="AccessoryInformationService initialize should add information characteristics when initializing accessory" time="0.001">
1131
1265
  </testcase>
1132
1266
  <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">
1133
1267
  </testcase>
1134
1268
  </testsuite>
1135
- <testsuite name="SwitchXboostService" errors="0" failures="0" skipped="0" timestamp="2025-03-10T17:19:54" time="0.231" tests="3">
1269
+ <testsuite name="SwitchXboostService" errors="0" failures="0" skipped="0" timestamp="2025-03-17T16:56:37" time="0.272" tests="3">
1136
1270
  <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">
1137
1271
  </testcase>
1138
1272
  <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">
@@ -1140,118 +1274,126 @@
1140
1274
  <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">
1141
1275
  </testcase>
1142
1276
  </testsuite>
1143
- <testsuite name="SwitchXboostService" errors="0" failures="0" skipped="0" timestamp="2025-03-10T17:19:54" time="0.207" tests="3">
1144
- <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">
1277
+ <testsuite name="SwitchXboostService" errors="0" failures="0" skipped="0" timestamp="2025-03-17T16:56:37" time="0.227" tests="3">
1278
+ <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">
1145
1279
  </testcase>
1146
- <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.007">
1280
+ <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">
1147
1281
  </testcase>
1148
1282
  <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">
1149
1283
  </testcase>
1150
1284
  </testsuite>
1151
- <testsuite name="MockMqttClient" errors="0" failures="0" skipped="0" timestamp="2025-03-10T17:19:53" time="1.505" tests="11">
1285
+ <testsuite name="SwitchXboostService" errors="0" failures="0" skipped="0" timestamp="2025-03-17T16:56:37" time="0.233" tests="3">
1286
+ <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.008">
1287
+ </testcase>
1288
+ <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">
1289
+ </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">
1291
+ </testcase>
1292
+ </testsuite>
1293
+ <testsuite name="MockMqttClient" errors="0" failures="0" skipped="0" timestamp="2025-03-17T16:56:36" time="1.577" tests="11">
1152
1294
  <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">
1153
1295
  </testcase>
1154
1296
  <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.151">
1155
1297
  </testcase>
1156
- <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">
1298
+ <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.404">
1157
1299
  </testcase>
1158
- <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">
1300
+ <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.004">
1159
1301
  </testcase>
1160
- <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.252">
1302
+ <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.257">
1161
1303
  </testcase>
1162
- <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">
1304
+ <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.155">
1163
1305
  </testcase>
1164
1306
  <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">
1165
1307
  </testcase>
1166
- <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">
1308
+ <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.002">
1167
1309
  </testcase>
1168
- <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">
1310
+ <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">
1169
1311
  </testcase>
1170
- <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">
1312
+ <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.001">
1171
1313
  </testcase>
1172
- <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.011">
1314
+ <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">
1173
1315
  </testcase>
1174
1316
  </testsuite>
1175
- <testsuite name="Delta2MaxAccessory" errors="0" failures="0" skipped="0" timestamp="2025-03-10T17:19:54" time="0.184" tests="1">
1176
- <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">
1317
+ <testsuite name="Delta2MaxAccessory" errors="0" failures="0" skipped="0" timestamp="2025-03-17T16:56:37" time="0.158" tests="1">
1318
+ <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.003">
1177
1319
  </testcase>
1178
1320
  </testsuite>
1179
- <testsuite name="index" errors="0" failures="0" skipped="0" timestamp="2025-03-10T17:19:54" time="0.432" tests="3">
1180
- <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">
1321
+ <testsuite name="Delta2Accessory" errors="0" failures="0" skipped="0" timestamp="2025-03-17T16:56:37" time="0.201" tests="1">
1322
+ <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.002">
1181
1323
  </testcase>
1182
- <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">
1324
+ </testsuite>
1325
+ <testsuite name="customCharacteristic" errors="0" failures="0" skipped="0" timestamp="2025-03-17T16:56:38" time="0.215" tests="6">
1326
+ <testcase classname="customCharacteristic InputConsumptionWattFactory should initialize UUID of characteristic" name="customCharacteristic InputConsumptionWattFactory should initialize UUID of characteristic" time="0.001">
1183
1327
  </testcase>
1184
- <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.014">
1328
+ <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">
1185
1329
  </testcase>
1186
- </testsuite>
1187
- <testsuite name="Delta2Accessory" errors="0" failures="0" skipped="0" timestamp="2025-03-10T17:19:54" time="0.241" tests="1">
1188
- <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.003">
1330
+ <testcase classname="customCharacteristic InputConsumptionWattFactory should create characteristic with correct properties" name="customCharacteristic InputConsumptionWattFactory should create characteristic with correct properties" time="0">
1331
+ </testcase>
1332
+ <testcase classname="customCharacteristic OutputConsumptionWattFactory should initialize UUID of characteristic" name="customCharacteristic OutputConsumptionWattFactory should initialize UUID of characteristic" time="0">
1333
+ </testcase>
1334
+ <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">
1335
+ </testcase>
1336
+ <testcase classname="customCharacteristic OutputConsumptionWattFactory should create characteristic with correct properties" name="customCharacteristic OutputConsumptionWattFactory should create characteristic with correct properties" time="0.001">
1189
1337
  </testcase>
1190
1338
  </testsuite>
1191
- <testsuite name="Logger" errors="0" failures="0" skipped="0" timestamp="2025-03-10T17:19:54" time="0.144" tests="7">
1339
+ <testsuite name="Logger" errors="0" failures="0" skipped="0" timestamp="2025-03-17T16:56:38" time="0.129" tests="7">
1192
1340
  <testcase classname="Logger prefix should return origin prefix when is requested" name="Logger prefix should return origin prefix when is requested" time="0.001">
1193
1341
  </testcase>
1194
1342
  <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">
1195
1343
  </testcase>
1196
1344
  <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">
1197
1345
  </testcase>
1198
- <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">
1346
+ <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.002">
1199
1347
  </testcase>
1200
1348
  <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.001">
1201
1349
  </testcase>
1202
1350
  <testcase classname="Logger debug should add device name as prefix and call origin method when is called" name="Logger debug should add device name as prefix and call origin method when is called" time="0.001">
1203
1351
  </testcase>
1204
- <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">
1352
+ <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.001">
1205
1353
  </testcase>
1206
1354
  </testsuite>
1207
- <testsuite name="customCharacteristic" errors="0" failures="0" skipped="0" timestamp="2025-03-10T17:19:54" time="0.236" tests="6">
1208
- <testcase classname="customCharacteristic InputConsumptionWattFactory should initialize UUID of characteristic" name="customCharacteristic InputConsumptionWattFactory should initialize UUID of characteristic" time="0.001">
1209
- </testcase>
1210
- <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.004">
1211
- </testcase>
1212
- <testcase classname="customCharacteristic InputConsumptionWattFactory should create characteristic with correct properties" name="customCharacteristic InputConsumptionWattFactory should create characteristic with correct properties" time="0.001">
1213
- </testcase>
1214
- <testcase classname="customCharacteristic OutputConsumptionWattFactory should initialize UUID of characteristic" name="customCharacteristic OutputConsumptionWattFactory should initialize UUID of characteristic" time="0">
1355
+ <testsuite name="MachineIdProvider" errors="0" failures="0" skipped="0" timestamp="2025-03-17T16:56:38" time="0.16" tests="3">
1356
+ <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">
1215
1357
  </testcase>
1216
- <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.001">
1358
+ <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">
1217
1359
  </testcase>
1218
- <testcase classname="customCharacteristic OutputConsumptionWattFactory should create characteristic with correct properties" name="customCharacteristic OutputConsumptionWattFactory should create characteristic with correct properties" time="0.001">
1360
+ <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">
1219
1361
  </testcase>
1220
1362
  </testsuite>
1221
- <testsuite name="MachineIdProvider" errors="0" failures="0" skipped="0" timestamp="2025-03-10T17:19:54" time="0.129" tests="3">
1222
- <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">
1223
- </testcase>
1224
- <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">
1363
+ <testsuite name="PluginConfigNameRenderer" errors="0" failures="0" skipped="0" timestamp="2025-03-17T16:56:38" time="0.556" tests="2">
1364
+ <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.004">
1225
1365
  </testcase>
1226
- <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">
1366
+ <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.003">
1227
1367
  </testcase>
1228
1368
  </testsuite>
1229
- <testsuite name="DeviceInfo" errors="0" failures="0" skipped="0" timestamp="2025-03-10T17:19:55" time="0.147" tests="2">
1369
+ <testsuite name="DeviceInfo" errors="0" failures="0" skipped="0" timestamp="2025-03-17T16:56:38" time="0.152" tests="2">
1230
1370
  <testcase classname="DeviceInfo connectionKey should initialize connectionKey when creating device info" name="DeviceInfo connectionKey should initialize connectionKey when creating device info" time="0.001">
1231
1371
  </testcase>
1232
- <testcase classname="DeviceInfo accessKey should initialize accessKey when creating device info" name="DeviceInfo accessKey should initialize accessKey when creating device info" time="0.001">
1372
+ <testcase classname="DeviceInfo accessKey should initialize accessKey when creating device info" name="DeviceInfo accessKey should initialize accessKey when creating device info" time="0">
1233
1373
  </testcase>
1234
1374
  </testsuite>
1235
- <testsuite name="BatteryStatusProvider" errors="0" failures="0" skipped="0" timestamp="2025-03-10T17:19:55" time="0.323" tests="2">
1375
+ <testsuite name="BatteryStatusProvider" errors="0" failures="0" skipped="0" timestamp="2025-03-17T16:56:39" time="0.36" tests="2">
1236
1376
  <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">
1237
1377
  </testcase>
1238
1378
  <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">
1239
1379
  </testcase>
1240
1380
  </testsuite>
1241
- <testsuite name="index" errors="0" failures="0" skipped="0" timestamp="2025-03-10T17:19:55" time="0.31" tests="1">
1242
- <testcase classname="index should return origin prefix when is requested" name="index should return origin prefix when is requested" time="0.001">
1381
+ <testsuite name="index" errors="0" failures="0" skipped="0" timestamp="2025-03-17T16:56:39" time="0.401" tests="1">
1382
+ <testcase classname="index should return origin prefix when is requested" name="index should return origin prefix when is requested" time="0.002">
1243
1383
  </testcase>
1244
1384
  </testsuite>
1245
- <testsuite name="PluginConfigRenderer" errors="0" failures="0" skipped="0" timestamp="2025-03-10T17:19:55" time="1.814" tests="2">
1246
- <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">
1385
+ <testsuite name="index" errors="0" failures="0" skipped="0" timestamp="2025-03-17T16:56:38" time="2.263" tests="3">
1386
+ <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">
1387
+ </testcase>
1388
+ <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">
1247
1389
  </testcase>
1248
- <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.001">
1390
+ <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">
1249
1391
  </testcase>
1250
1392
  </testsuite>
1251
- <testsuite name="PluginConfigNameRenderer" errors="0" failures="0" skipped="0" timestamp="2025-03-10T17:19:55" time="2.056" tests="2">
1252
- <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">
1393
+ <testsuite name="PluginConfigRenderer" errors="0" failures="0" skipped="0" timestamp="2025-03-17T16:56:39" time="1.811" tests="2">
1394
+ <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.001">
1253
1395
  </testcase>
1254
- <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.004">
1396
+ <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">
1255
1397
  </testcase>
1256
1398
  </testsuite>
1257
1399
  </testsuites>