Skip to content

Commit b283694

Browse files
authored
inc. Version
increase version, added changelog, added esphome + HMS Inverter to readme
1 parent b7edf62 commit b283694

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## V1.80
4+
### script
5+
* add ESPHome for intermediate power meter
6+
* use absolute value for intermediate power value
7+
### config
8+
* add ESPHome fields
9+
310
## V1.79
411
### script
512
* fix intermediate meter (HA, IOBroker): define a fallback value for POWER_CALCULATION (https://github.com/reserve85/HoymilesZeroExport/issues/144)

HoymilesZeroExport.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1616

1717
__author__ = "Tobias Kraft"
18-
__version__ = "1.79"
18+
__version__ = "1.80"
1919

2020
import requests
2121
import time

HoymilesZeroExport_Config.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# ---------------------------------------------------------------------
2020

2121
[VERSION]
22-
VERSION = 1.78
22+
VERSION = 1.80
2323

2424
[SELECT_DTU]
2525
# --- define your DTU (only one) ---

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,13 @@ This script does not use MQTT, it's based on webapi communication.
1616
- [ioBroker](https://www.iobroker.net/) with [simpleAPI](https://github.com/ioBroker/ioBroker.simple-api)
1717
- [HomeAssistant](https://www.home-assistant.io/)
1818
- [Volkszaehler (VZLogger)](https://volkszaehler.org/)
19+
- [ESPHome](https://esphome.io/)
1920
- easy to implement new smart meter modules supporting WebAPI / JSON
2021

2122
### Supported DTU and Inverters
2223
- [Ahoy](https://github.com/lumapu/ahoy) - this script is developed with AHOY and therefore i recommend it
2324
- [OpenDTU](https://github.com/tbnobody/OpenDTU)
24-
- Hoymiles HM-Series Inverter (since V1.7 multiple inverters are supported) like [1-in-1](https://www.hoymiles.com/product/microinverter/hm-300-350-400-eu/), [2-in-1](https://www.hoymiles.com/product/microinverter/hm-600-700-800-eu/) or [4-in-1](https://www.hoymiles.com/product/microinverter/hm-1200-1500-eu/)
25+
- Hoymiles HM + HMS-Series Inverter (since V1.7 multiple inverters are supported) like [1-in-1](https://www.hoymiles.com/product/microinverter/hm-300-350-400-eu/), [2-in-1](https://www.hoymiles.com/product/microinverter/hm-600-700-800-eu/) or [4-in-1](https://www.hoymiles.com/product/microinverter/hm-1200-1500-eu/)
2526

2627
### Support of battery powered Hoymiles Inverters
2728
With Version 1.28 and higher you can set various limits to support battery powered Hoymiles Inverters

0 commit comments

Comments
 (0)