iobroker.zendure-solarflow 2.0.0 → 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 CHANGED
@@ -63,6 +63,16 @@ 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
+
72
+ ### 2.0.1 (2025-07-22)
73
+
74
+ - Small fix MQTT service
75
+
66
76
  ### 2.0.0 (2025-07-21)
67
77
 
68
78
  - Breaking Change: Add control parameter 'setDeviceAutomationInOutLimit' which emulates Zendure's Smart Matching mode. I recommend using this device automation instead of 'setInputLimit'/'setOutputLimit' from now on, as there were concerns that setting limits/modes would be stored in the flash memory. You can use negative values for charging and positive for feed in. On HUB 1200/2000 with ACE 1500 you can use "smartMode" to prevent switching AC mode trigger writing to the flash memory. Check you the readme for more details or participate in the ioBroker forum.