iobroker.zendure-solarflow 1.12.1 → 1.12.3
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 +47 -47
- package/admin/build/index.js.map +3 -3
- package/admin/index_m.html +7 -2
- package/build/services/calculationService.js +63 -16
- package/build/services/calculationService.js.map +2 -2
- package/build/services/jobSchedule.js +14 -0
- package/build/services/jobSchedule.js.map +2 -2
- package/build/services/mqttService.js +38 -4
- package/build/services/mqttService.js.map +2 -2
- package/io-package.json +27 -27
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -57,6 +57,15 @@ You can still do firmware updates with the official Zendure app via bluetooth an
|
|
|
57
57
|
Credits goes to https://github.com/reinhard-brandstaedter/solarflow which helped a lot with the knowledge about the MQTT server from Zendure! Thanks!
|
|
58
58
|
|
|
59
59
|
## Changelog
|
|
60
|
+
### 1.12.3 (2025-03-19)
|
|
61
|
+
|
|
62
|
+
- Add 2 more devices if "local" mode is used
|
|
63
|
+
- Fix mqtt subscription of 2. device in "local" mode
|
|
64
|
+
|
|
65
|
+
### 1.12.2 (2025-03-18)
|
|
66
|
+
|
|
67
|
+
- Fix reset of calculation values on "local" mode
|
|
68
|
+
|
|
60
69
|
### 1.12.1 (2025-03-17)
|
|
61
70
|
|
|
62
71
|
- Fix IOT subscription
|