We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a57078 commit b20a21dCopy full SHA for b20a21d
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## V1.84
4
+### script
5
+* Add support for priority mixed-mode (combination of battery powered and non-battery powered inverters).
6
+
7
## V1.83
8
### script
9
* Bugfix fallback value
HoymilesZeroExport.py
@@ -15,7 +15,7 @@
15
# along with this program. If not, see <http://www.gnu.org/licenses/>.
16
17
__author__ = "Tobias Kraft"
18
-__version__ = "1.83"
+__version__ = "1.84"
19
20
import requests
21
import time
0 commit comments