iobroker.zendure-solarflow 1.1.4 → 1.1.8
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 +26 -26
- package/admin/build/index.js.map +2 -2
- package/build/helpers/timeHelper.js +1 -1
- package/build/helpers/timeHelper.js.map +2 -2
- package/build/main.js +29 -11
- package/build/main.js.map +3 -3
- package/build/services/adapterService.js +329 -141
- package/build/services/adapterService.js.map +2 -2
- package/build/services/mqttService.js +2 -6
- package/build/services/mqttService.js.map +2 -2
- package/io-package.json +53 -53
- package/package.json +2 -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.8 (2024-02-29)
|
|
42
|
+
|
|
43
|
+
- Fix calculation error
|
|
44
|
+
|
|
45
|
+
### 1.1.7 (2024-02-29)
|
|
46
|
+
|
|
47
|
+
- Add energy calculations for 'today'
|
|
48
|
+
- Fix minutes display bug for remaining charge and discharge time
|
|
49
|
+
|
|
41
50
|
### 1.1.4 (2024-02-28)
|
|
42
51
|
|
|
43
52
|
- Fix timeout issues
|