iobroker.zendure-solarflow 1.13.0 → 1.14.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 +15 -2
  2. package/admin/build/index.js +76 -55
  3. package/admin/build/index.js.map +4 -4
  4. package/build/constants/ac2400ControlStates.js +187 -0
  5. package/build/constants/ac2400ControlStates.js.map +7 -0
  6. package/build/constants/ac2400States.js +120 -0
  7. package/build/constants/ac2400States.js.map +7 -0
  8. package/build/constants/aceControlStates.js +196 -0
  9. package/build/constants/aceControlStates.js.map +7 -0
  10. package/build/constants/aceStates.js +7 -1
  11. package/build/constants/aceStates.js.map +2 -2
  12. package/build/constants/aioControlStates.js +173 -0
  13. package/build/constants/aioControlStates.js.map +7 -0
  14. package/build/constants/hubControlStates.js +188 -0
  15. package/build/constants/hubControlStates.js.map +7 -0
  16. package/build/constants/hyperControlStates.js +186 -0
  17. package/build/constants/hyperControlStates.js.map +7 -0
  18. package/build/constants/solarflow800ControlStates.js +187 -0
  19. package/build/constants/solarflow800ControlStates.js.map +7 -0
  20. package/build/constants/solarflow800ProControlStates.js +187 -0
  21. package/build/constants/solarflow800ProControlStates.js.map +7 -0
  22. package/build/constants/solarflow800ProStates.js +95 -0
  23. package/build/constants/solarflow800ProStates.js.map +7 -0
  24. package/build/constants/solarflow800States.js +95 -0
  25. package/build/constants/solarflow800States.js.map +7 -0
  26. package/build/helpers/createCalculationStates.js +37 -39
  27. package/build/helpers/createCalculationStates.js.map +2 -2
  28. package/build/helpers/createControlStates.js +47 -316
  29. package/build/helpers/createControlStates.js.map +2 -2
  30. package/build/helpers/createSolarFlowLocalStates.js +23 -30
  31. package/build/helpers/createSolarFlowLocalStates.js.map +2 -2
  32. package/build/helpers/createSolarFlowStates.js +42 -23
  33. package/build/helpers/createSolarFlowStates.js.map +2 -2
  34. package/build/main.js +64 -56
  35. package/build/main.js.map +2 -2
  36. package/build/models/IPackData.js.map +1 -1
  37. package/build/models/ISolarflowState.js.map +1 -1
  38. package/build/services/adapterService.js +1 -1
  39. package/build/services/adapterService.js.map +2 -2
  40. package/build/services/calculationService.js +1 -5
  41. package/build/services/calculationService.js.map +2 -2
  42. package/build/services/fallbackMqttService.js +2 -2
  43. package/build/services/fallbackMqttService.js.map +2 -2
  44. package/build/services/mqttService.js +145 -74
  45. package/build/services/mqttService.js.map +3 -3
  46. package/io-package.json +54 -54
  47. package/package.json +10 -10
package/README.md CHANGED
@@ -50,13 +50,26 @@ You can still do firmware updates with the official Zendure app via bluetooth an
50
50
 
51
51
  2. You will be logged out of the official iOS or Android App after logging in with the ioBroker adapter. This is a normal behavior. As a workaround you can create an second Zendure account with another e-mail and grant access to your Solarflow HUB to this account. Then use the second account for ioBroker / the Zendure Solarflow adapter.
52
52
 
53
- 3. The Adapter will show a +7W use on battery if no solar input and device is online. This will reflect the "stand-by" usage of the device.
54
-
55
53
  ## Credits
56
54
 
57
55
  Credits goes to https://github.com/reinhard-brandstaedter/solarflow which helped a lot with the knowledge about the MQTT server from Zendure! Thanks!
58
56
 
59
57
  ## Changelog
58
+ ### 1.14.1 (2025-06-07)
59
+
60
+ - IMPORTANT: This version will use a new way to check which states should be created for the device, so maybe something is broken on state creation!
61
+ - Add support for AC2400, Solarflow 800 and Solarflow 800 Pro. All devices are untested as Zendure won't allow to share data to other users on these new devices AND I don't own any of the devices!
62
+ - Removed the "standby usage" on batteries, as it confused some people.
63
+
64
+ ### 1.13.2 (2025-05-07)
65
+
66
+ - Fix AC Mode showing unknown parameter on ACE 1500
67
+
68
+ ### 1.13.1 (2025-05-05)
69
+
70
+ - TEST: Set Smart CT Mode and Smart Matching Mode correctly - Feedback needed!
71
+ - Removed efficiency from calculation, as it seems Zendure already included it in charge and discharge values
72
+
60
73
  ### 1.13.0 (2025-04-30)
61
74
 
62
75
  - Add possibility to deactivate automatic restart of adapter in adapter settings (recommended only on local mode!)