iobroker.zendure-solarflow 3.0.0-alpha.3 → 3.0.1
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 -1
- package/admin/build/index.js +1 -1
- package/admin/build/index.js.map +2 -2
- package/build/helpers/helpers.js +9 -0
- package/build/helpers/helpers.js.map +2 -2
- package/build/main.js +0 -1
- package/build/main.js.map +2 -2
- package/build/models/deviceModels/Sf800Pro.js +144 -0
- package/build/models/deviceModels/Sf800Pro.js.map +7 -0
- package/build/models/deviceModels/ZenHaDevice.js +60 -17
- package/build/models/deviceModels/ZenHaDevice.js.map +2 -2
- package/build/services/jobSchedule.js +6 -6
- package/build/services/jobSchedule.js.map +2 -2
- package/io-package.json +15 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -59,7 +59,12 @@ On a HUB 1200 / HUB 2000 / ACE 1500 combination you have to use '**setDeviceAuto
|
|
|
59
59
|
This adapter will now use the Cloud Authorization Code for authentication on the official mqtt servers, which you can generate in the Zendure app!
|
|
60
60
|
|
|
61
61
|
## Changelog
|
|
62
|
-
### 3.0.
|
|
62
|
+
### 3.0.1 (2025-10-02)
|
|
63
|
+
|
|
64
|
+
- Update 'lastUpdate' when a battery value changes
|
|
65
|
+
- Add deviceKey 'R3mn8U' for Solarflow 800 Pro
|
|
66
|
+
|
|
67
|
+
### 3.0.0 (2025-09-30)
|
|
63
68
|
|
|
64
69
|
- Breaking Change: Change authentication to "authentication cloud key". You can generate a key in the official zendure app
|
|
65
70
|
- Removed fallback server
|