You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: changelog.md
+22
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,28 @@
1
1
# Changelog
2
2
All notable changes to this project will be documented in this file. Major releases are documented [here](https://github.com/jgyates/genmon/releases)
3
3
4
+
5
+
## V1.11.8 - 2018-10-16
6
+
- Improvements for genmqtt.py to allow for integer and float values to be passed as JSON strings
7
+
- Added option for Smart Transfer Switch. This will disable the weekly exercise and remote start in the UI since the transfer switch will handled this.
8
+
9
+
## V1.11.7 - 2018-10-13
10
+
- Add new remote command to reset the current alarm (see Maintenance page)
11
+
- Fixed bug in power log for H-100, if you experience problems, reset the power log or delete the file kwlog.txt and restart.
12
+
- Moved Update Software in the web interface to the About page
13
+
- Moved Submit Registers in the web interface to the About page
14
+
- Added Submit Log Files button on the About page
15
+
- Added change log to the web interface About page
16
+
17
+
## V1.11.6 - 2018-10-13
18
+
- Changed loading method in genloader.py to work around I/O error with Flask library. As a result the output of the flask library is redirected to /dev/null so it will not be displayed on the console. If you started the software manually from the console and then exited the console and attempted to restart from the web UI (with a settings change) the Flask library used by genserv.py would cause an exception (I/O error). This works around this issue.
19
+
- Added more error checking / logging in modbus protocol code. This makes serial over TCP more robust.
20
+
- Fixed minor issue in genlog.py
21
+
- Improved error logging in myclient.py
22
+
23
+
## V1.11.5 - 2018-10-12
24
+
- Removed restart on I/O error in genserv.
25
+
4
26
## V1.11.4 - 2018-10-11
5
27
- Corrected bug in type in genserv.py. Corrects problem with settings page not displaying.
0 commit comments