iobroker.zendure-solarflow 1.9.3 → 1.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -1
- package/admin/build/index.js +6 -6
- package/admin/build/index.js.map +2 -2
- package/build/helpers/createControlStates.js +21 -0
- package/build/helpers/createControlStates.js.map +2 -2
- package/build/services/adapterService.js +38 -30
- package/build/services/adapterService.js.map +2 -2
- package/build/services/calculationService.js +7 -2
- package/build/services/calculationService.js.map +2 -2
- package/build/services/mqttService.js +19 -1
- package/build/services/mqttService.js.map +2 -2
- package/io-package.json +14 -14
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -48,9 +48,14 @@ If you find the adapter useful for you and want to support my work, feel free to
|
|
|
48
48
|
[](https://www.paypal.com/paypalme/PeterFrommert)
|
|
49
49
|
|
|
50
50
|
## Changelog
|
|
51
|
+
### 1.10.0 (2024-12-02)
|
|
52
|
+
|
|
53
|
+
- Add setting to perform a full charge if SOC from Zendure is greater than 50% when on low voltage
|
|
54
|
+
- Bugfixes
|
|
55
|
+
|
|
51
56
|
### 1.9.3 (2024-11-22)
|
|
52
57
|
|
|
53
|
-
- Fix for Low Voltage Block not deactivated
|
|
58
|
+
- Fix for Low Voltage Block not deactivated
|
|
54
59
|
|
|
55
60
|
### 1.9.2 (2024-11-21)
|
|
56
61
|
|