Skip to content

Commit bab700c

Browse files
committed
0.7.25 release
1 parent 85dae38 commit bab700c

File tree

4 files changed

+20
-149
lines changed

4 files changed

+20
-149
lines changed

Getting_Started.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -293,10 +293,9 @@ When everything is wired up and the firmware is flashed, it is time to connect t
293293
| `ESP Async WebServer` | 1.2.3 | LGPL-3.0 |
294294
| `ESPAsyncTCP` | 1.2.2 | LGPL-3.0 |
295295
| `Time` | 1.6.1 | LGPL-2.1 |
296-
| `RF24` | 1.4.5 | GPL-2.0 |
297-
| `PubSubClient` | 2.8 | MIT |
298-
| `ArduinoJson` | 6.19.4 | MIT |
299-
| `ESP Async WebServer` | 4.3.0 | ? |
296+
| `RF24` | 1.4.7 | GPL-2.0 |
297+
| `espMqttClient` | 1.4.4 | MIT |
298+
| `ArduinoJson` | 6.21.3 | MIT |
300299

301300
## ToDo
302301

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,4 @@ If you run into any issues, please feel free to use the issue tracker here on Gi
4949

5050
### Related Projects
5151
- [OpenDTU](https://github.com/tbnobody/OpenDTU)
52-
<- Our sister project ✨ for Hoymiles HM-300, HM-600, HM-1200 (for ESP32 only!)
53-
- [DTU Simulator](https://github.com/Ziyatoe/DTUsimMI1x00-Hoymiles)
54-
<- Go here ✨ for Hoymiles MI-300, MI-600, MI-1200 Software (single inverter only)
52+
<- Our sister project ✨ for Hoymiles HM- and HMS-/HMT-series (for ESP32 only!)

src/CHANGES.md

Lines changed: 15 additions & 141 deletions
Original file line numberDiff line numberDiff line change
@@ -1,143 +1,17 @@
1-
# Development Changes
1+
Changelog v0.7.25
22

3-
## 0.7.24 - 2023-08-05
4-
* merge PR #1069 make MqTT client ID configurable
5-
* fix #1016, general MqTT status depending on inverter state machine
6-
* changed icon for fully available inverter to a filled check mark #1070
7-
* fixed `last_success` update with MqTT #1068
8-
* removed `improv` esp-web-installer script, because it is not fully functional at this time
9-
10-
## 0.7.23 - 2023-08-04
11-
* merge PR #1056, visualization html
12-
* update MqTT library to 1.4.4
13-
* update RF24 library to 1.4.7
14-
* update ArduinoJson library to 6.21.3
15-
* set minimum invervall for `/live` to 5 seconds
16-
17-
## 0.7.22 - 2023-08-04
18-
* attempt to fix homeassistant auto discovery #1066
19-
20-
## 0.7.21 - 2023-07-30
21-
* fix MqTT YieldDay Total goes to 0 serveral times #1016
22-
23-
## 0.7.20 - 2023-07-28
24-
* merge PR #1048 version and hash in API, fixes #1045
25-
* fix: no yield day update if yield day reads `0` after inverter reboot (mostly on evening) #848
26-
* try to fix Wifi override #1047
27-
* added information after NTP sync to WebUI #1040
28-
29-
## 0.7.19 - 2023-07-27
30-
* next attempt to fix yield day for multiple inverters #1016
31-
* reduced threshold for inverter state machine from 60min to 15min to go from state `WAS_ON` to `OFF`
32-
33-
## 0.7.18 - 2023-07-26
34-
* next attempt to fix yield day for multiple inverters #1016
35-
36-
## 0.7.17 - 2023-07-25
37-
* next attempt to fix yield day for multiple inverters #1016
38-
* added two more states for the inverter status (also docu)
39-
40-
## 0.7.16 - 2023-07-24
41-
* next attempt to fix yield day for multiple inverters #1016
42-
* fix export settings date #1040
43-
* fix time on WebUI (timezone was not observed) #913 #1016
44-
45-
## 0.7.15 - 2023-07-23
46-
* add NTP sync interval #1019
47-
* adjusted range of contrast / luminance setting #1041
48-
* use only ISO time format in Web-UI #913
49-
50-
## 0.7.14 - 2023-07-23
51-
* fix Contrast for Nokia Display #1041
52-
* attempt to fix #1016 by improving inverter status
53-
* added option to adjust effiency for yield (day/total) #1028
54-
55-
## 0.7.13 - 2023-07-19
56-
* merged display PR #1027
57-
* add date, time and version to export json #1024
58-
59-
## 0.7.12 - 2023-07-09
60-
* added inverter status - state-machine #1016
61-
62-
## 0.7.11 - 2023-07-09
63-
* fix MqTT endless loop #1013
64-
65-
## 0.7.10 - 2023-07-08
66-
* fix MqTT endless loop #1013
67-
68-
## 0.7.9 - 2023-07-08
69-
* added 'improve' functions to set wifi password directly with ESP web tools #1014
70-
* fixed MqTT publish while appling power limit #1013
71-
* slightly improved HMT live view (Voltage & Current)
72-
73-
## 0.7.8 - 2023-07-05
74-
* fix `YieldDay`, `YieldTotal` and `P_AC` in `TotalValues` #929
75-
* fix some serial debug prints
76-
* merge PR #1005 which fixes issue #889
77-
* merge homeassistant PR #963
78-
* merge PR #890 which gives option for scheduled reboot at midnight (default off)
79-
80-
## 0.7.7 - 2023-07-03
81-
* attempt to fix MqTT `YieldDay` in `TotalValues` #927
82-
* attempt to fix MqTT `YieldDay` and `YieldTotal` even if inverters are not completly available #929
83-
* fix wrong message 'NRF not connected' if it is disabled #1007
84-
85-
## 0.7.6 - 2023-06-17
86-
* fix display of hidden SSID checkbox
87-
* changed yield correction data type to `double`, now decimal places are supported
88-
* corrected name of 0.91" display in settings
89-
* attempt to fix MqTT zero values only if setting is there #980, #957
90-
* made AP password configurable #951
91-
* added option to start without time-sync, eg. for AP-only-mode #951
92-
93-
## 0.7.5 - 2023-06-16
94-
* fix yield day reset on midnight #957
95-
* improved tickers in `app.cpp`
96-
97-
## 0.7.4 - 2023-06-15
98-
* fix MqTT `P_AC` send if inverters are available #987
99-
* fix assignments for HMS 1CH and 2CH devices
100-
* fixed uptime overflow #990
101-
102-
## 0.7.3 - 2023-06-09
103-
* fix hidden SSID scan #983
104-
* improved NRF24 missing message on home screen #981
105-
* fix MqTT publishing only updated values #982
106-
107-
## 0.7.2 - 2023-06-08
108-
* fix HMS-800 and HMS-1000 assignments #981
109-
* make nrf enabled all the time for ESP8266
110-
* fix menu item `active` highlight for 'API' and 'Doku'
111-
* fix MqTT totals issue #927, #980
112-
* reduce maximum number of inverters to 4 for ESP8266, increase to 16 for ESP32
113-
114-
## 0.7.1 - 2023-06-05
115-
* enabled power limit control for HMS / HMT devices
116-
* changed NRF24 lib version back to 1.4.5 because of compile problems for EPS8266
117-
118-
## 0.7.0 - 2023-06-04
119-
* HMS / HMT support for ESP32 devices
120-
121-
## 0.6.15 - 2023-05-25
122-
* improved Prometheus Endpoint PR #958
123-
* fix turn off ePaper only if setting was set #956
124-
* improved reset values and update MqTT #957
125-
126-
## 0.6.14 - 2023-05-21
127-
* merge PR #902 Mono-Display
128-
129-
## 0.6.13 - 2023-05-16
130-
* merge PR #934 (fix JSON API) and #944 (update manual)
131-
132-
## 0.6.12 - 2023-04-28
3+
* ✨ added 'HMS' and 'HMT' support with 'CMT2300A' radio module and `ESP32`
1334
* improved MqTT
134-
* fix menu active item
135-
136-
## 0.6.11 - 2023-04-27
137-
* added MqTT class for publishing all values in Arduino `loop`
138-
139-
## 0.6.10 - HMS
140-
* Version available in `HMS` branch
141-
142-
## 0.6.9
143-
* last Relaese
5+
* added more display types
6+
* changed maximum number of inverters: ESP32: `16`, ESP8266: `4`
7+
* added option to connect to hidden SSID WiFi
8+
* AP password is configurable now
9+
* add option to communicate with inverters even if no time sync is possible
10+
* add option to reboot Ahoy perodically at midnight
11+
* add time, date and Ahoy-Version number to JSON export
12+
* changed date-time format to ISO format in web UI
13+
* added inverter state machine to archive better its state
14+
* added for NTP sync more info to web UI about the sync itself
15+
* increased to latest library versions (MqTT, RF24 and JSON)
16+
* minor UI improvements
17+
* several bug fixes

src/defines.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
//-------------------------------------
1414
#define VERSION_MAJOR 0
1515
#define VERSION_MINOR 7
16-
#define VERSION_PATCH 24
16+
#define VERSION_PATCH 25
1717

1818
//-------------------------------------
1919
typedef struct {

0 commit comments

Comments
 (0)