iobroker.zendure-solarflow 2.0.1 → 2.0.2
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 +6 -0
- package/admin/build/index.js +38 -38
- package/admin/build/index.js.map +2 -2
- package/build/helpers/helpers.js +2 -0
- package/build/helpers/helpers.js.map +2 -2
- package/build/services/mqttService.js +18 -5
- package/build/services/mqttService.js.map +2 -2
- package/io-package.json +14 -14
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -63,6 +63,12 @@ You will be logged out of the official iOS or Android App after logging in with
|
|
|
63
63
|
Credits goes to https://github.com/reinhard-brandstaedter/solarflow which helped a lot with the knowledge about the MQTT server from Zendure! Thanks!
|
|
64
64
|
|
|
65
65
|
## Changelog
|
|
66
|
+
### 2.0.2 (2025-09-09)
|
|
67
|
+
|
|
68
|
+
- Added 'B3Dxda' as new Hyper 2000 deviceKey
|
|
69
|
+
- Removed parameter 'upTime' and 'pullTime' from 'setDeviceAutomationInOutLimit'
|
|
70
|
+
- TEST: Use 'setDeviceAutomationInOutLimit' to let HUB1200/HUB2000 charge with connected ACE 1500
|
|
71
|
+
|
|
66
72
|
### 2.0.1 (2025-07-22)
|
|
67
73
|
|
|
68
74
|
- Small fix MQTT service
|