Skip to content

Commit 373ccfb

Browse files
committed
before update 0.8.4
1 parent f39b68a commit 373ccfb

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Looking for the documentation, go here (work in progress): <br> https://github.
5151
| Version | Release notes |
5252
|-|-|
5353
| 0.8.4 | Adding MsgID for Solar Storage<br>Verbose Status parsing for Ventlation / Heatrecovery<br>Adding msgid 113/114 unsuccessful burnerstart / flame too low<br>Added
54-
smartpower configruation detection<br>Added 2.3 spec status bits for (summer/winter time, dhw blocking, service indicator, electricproduction)|
54+
smartpower configruation detection<br>Added 2.3 spec status bits for (summer/winter time, dhw blocking, service indicator, electric production)<br>Adding PS=1 detection (WebUI notification)<br>Fix: restore settings issue|
5555
| 0.8.3 | New feature: Unique ID is configurable (thanks to @RobR)<br>New feature: GPIO pins follow status bits (master/slave) (thanks to @sjorsjuhmaniac)<br>Improved: Detecting online status of thermostat and boiler<br>Improved: MQTT Debug error logging<br>Fixed bug: reconnect MQTT timer and changed wait for reconnect to 42 seconds<br>Added: Rest API command now uses queues for sending commands<br>Fixed bug: msgid 32/33 type switch around<br>Changed: Solar Storage and Collector now proper names (breaking change)|
5656
| 0.8.2 | Added: Command Queue to MQTT command topic<br>Bugfix: Values not updating in WebUI fixed<br>Added: verbose debug modes<br> Added check for littlefs githash<br>Added: Interval setting for sensor readout<br>Adding: Send OTGW commands on boot<br>Bugfix: Hostname now actually changes if needed.|
5757
| 0.8.1 | Improved ot msg processing<br>MQTT: added `otgw-firmware/version`, `otgw-firmware/reboot_count`, `otgw-firmware/version` and `otgw-firmware/uptime` (seconds)<br>Bugfix: typoo in topic name `master_low_off_pomp_control_function` -> `master_low_off_pump_control_function`<br>Bugfix: Home Assistant thermostat operation mode (flame icon) template<br>Feature: Add support for Dallas temperature sensors, defaults GPIO10, pushes data to `otgw-firmware/sensors/<Dallas-sensor-ID>` |

data/version.hash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2fa1f1f
1+
f39b68a

version.h

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
#define _VERSION_MAJOR 0
33
#define _VERSION_MINOR 8
44
#define _VERSION_PATCH 4
5-
#define _VERSION_BUILD 993
6-
#define _VERSION_GITHASH "1b2d0ac"
7-
#define _VERSION_PRERELEASE beta
8-
#define _VERSION_DATE "23-04-2021"
9-
#define _VERSION_TIME "00:19:30"
5+
#define _VERSION_BUILD 997
6+
#define _VERSION_GITHASH "f39b68a"
7+
//#define _VERSION_PRERELEASE beta //uncomment to define prerelease labels: alpha - beta - rc
8+
#define _VERSION_DATE "02-05-2021"
9+
#define _VERSION_TIME "17:52:56"
1010
#define _SEMVER_CORE "0.8.4"
11-
#define _SEMVER_BUILD "0.8.4+993"
12-
#define _SEMVER_GITHASH "0.8.4+1b2d0ac"
13-
#define _SEMVER_FULL "0.8.4-beta+1b2d0ac"
14-
#define _SEMVER_NOBUILD "0.8.4-beta (23-04-2021)"
15-
#define _VERSION "0.8.4-beta+1b2d0ac (23-04-2021)"
11+
#define _SEMVER_BUILD "0.8.4+997"
12+
#define _SEMVER_GITHASH "0.8.4+f39b68a"
13+
#define _SEMVER_FULL "0.8.4+f39b68a"
14+
#define _SEMVER_NOBUILD "0.8.4 (02-05-2021)"
15+
#define _VERSION "0.8.4+f39b68a (02-05-2021)"
1616
//The version information is created automatically, more information here: https://github.com/rvdbreemen/autoinc-semver

0 commit comments

Comments
 (0)