iobroker.zendure-solarflow 1.1.21 → 1.1.23
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 +9 -0
- package/admin/build/index.js +4 -4
- package/admin/build/index.js.map +2 -2
- package/build/main.js +5 -1
- package/build/main.js.map +2 -2
- package/build/services/calculationService.js +1 -1
- package/build/services/calculationService.js.map +2 -2
- package/build/services/jobSchedule.js +1 -1
- package/build/services/jobSchedule.js.map +2 -2
- package/io-package.json +27 -27
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -38,6 +38,15 @@ If you find the adapter useful for you and want to support my work, feel free to
|
|
|
38
38
|
[](https://www.paypal.com/paypalme/PeterFrommert)
|
|
39
39
|
|
|
40
40
|
## Changelog
|
|
41
|
+
### 1.1.23 (2024-03-11)
|
|
42
|
+
|
|
43
|
+
- Fix calculation of "energy in batteries"
|
|
44
|
+
- Try to implement EU server - untested -
|
|
45
|
+
|
|
46
|
+
### 1.1.22 (2024-03-09)
|
|
47
|
+
|
|
48
|
+
- Try to fix reset values at midnight
|
|
49
|
+
|
|
41
50
|
### 1.1.21 (2024-03-08)
|
|
42
51
|
|
|
43
52
|
- Fix calculation timeframe
|