iobroker.zendure-solarflow 1.1.22 → 1.2.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 +15 -2
- package/admin/build/index.js +31 -31
- package/admin/build/index.js.map +2 -2
- package/build/helpers/createSolarFlowStates.js +3 -0
- package/build/helpers/createSolarFlowStates.js.map +2 -2
- package/build/main.js +13 -3
- 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/mqttService.js +4 -1
- package/build/services/mqttService.js.map +2 -2
- package/build/services/webService.js +2 -9
- package/build/services/webService.js.map +2 -2
- package/io-package.json +31 -28
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -18,7 +18,7 @@ You can read more about the API here: https://github.com/Zendure/developer-devic
|
|
|
18
18
|
|
|
19
19
|
Notes:
|
|
20
20
|
|
|
21
|
-
1.
|
|
21
|
+
1. Currently on working with SolarFlow devices. AIO is not supported (as I don't have such a device..)
|
|
22
22
|
|
|
23
23
|
2. It is possible to control the Output limit with the state created in the productId/deviceKey/control subfolder. Please deactivate/uncheck all modes in the Zendure App, otherwise it is not possible to set the output limit!
|
|
24
24
|
|
|
@@ -35,9 +35,22 @@ Credits goes to https://github.com/reinhard-brandstaedter/solarflow which helped
|
|
|
35
35
|
If you find the adapter useful for you and want to support my work, feel free to donate by Paypal. Thank You!
|
|
36
36
|
(this is an personal Donate link for Nograx, in no relation to the ioBroker Project!)<br />
|
|
37
37
|
|
|
38
|
-
[](https://www.paypal.com/paypalme/PeterFrommert)
|
|
39
39
|
|
|
40
40
|
## Changelog
|
|
41
|
+
### 1.2.0 (2024-03-13)
|
|
42
|
+
|
|
43
|
+
- EU server is working now.
|
|
44
|
+
- Fix calculation errors in log when calculation is not used
|
|
45
|
+
- More Debug Output
|
|
46
|
+
- Filter SolarFlow devices, so no other devices (e.g. SmartPlugs) will be added.
|
|
47
|
+
- Clear password when settings loaded, as encrypted password is loaded into input and leads to a wrong password.
|
|
48
|
+
|
|
49
|
+
### 1.1.23 (2024-03-11)
|
|
50
|
+
|
|
51
|
+
- Fix calculation of "energy in batteries"
|
|
52
|
+
- Try to implement EU server - untested -
|
|
53
|
+
|
|
41
54
|
### 1.1.22 (2024-03-09)
|
|
42
55
|
|
|
43
56
|
- Try to fix reset values at midnight
|