iobroker.zendure-solarflow 1.2.6 → 1.2.7
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 -2
- package/admin/build/index.js.map +2 -2
- package/build/helpers/createControlStates.js +62 -0
- package/build/helpers/createControlStates.js.map +2 -2
- package/build/helpers/createSolarFlowStates.js +15 -0
- package/build/helpers/createSolarFlowStates.js.map +2 -2
- package/build/main.js +20 -1
- package/build/main.js.map +2 -2
- package/build/services/calculationService.js +41 -14
- package/build/services/calculationService.js.map +2 -2
- package/build/services/mqttService.js +218 -174
- package/build/services/mqttService.js.map +2 -2
- package/io-package.json +14 -14
- 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. Currently only working with SolarFlow devices (
|
|
21
|
+
1. Currently only working with SolarFlow devices (tested only with HUB1200). 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
|
|
|
@@ -38,10 +38,17 @@ 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.2.7 (2024-03-22)
|
|
42
|
+
|
|
43
|
+
- Fix calculation for outputPackEnergy and packInputEnergy
|
|
44
|
+
- Trigger full telemetry update on adapter start
|
|
45
|
+
- Add state and control for buzzer switch
|
|
46
|
+
- Add state and control for bypass mode and automatic reset of bypass mode next day
|
|
47
|
+
|
|
41
48
|
### 1.2.6 (2024-03-20)
|
|
42
49
|
|
|
43
50
|
- Add states for pass (Bypass on/off), autoRecover (auto-mode for Bypass next day) and passMode (current bypass mode)
|
|
44
|
-
- Add efficiency factor for calculations (96% charging, 92%-98
|
|
51
|
+
- Add efficiency factor for calculations (96% charging, 92%-98%\* for discharging - based on measuring from VoltAmpereLux Youtube channel - THANKS!)
|
|
45
52
|
- Changed calculations timeframe from 10secs to 30secs (performance related)
|
|
46
53
|
|
|
47
54
|
### 1.2.5 (2024-03-19)
|