Skip to content

Commit

Permalink
V1.19.02
Browse files Browse the repository at this point in the history
  • Loading branch information
jgyates committed Feb 14, 2024
1 parent 16ece41 commit 33e285b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
13 changes: 8 additions & 5 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Change Log
All notable changes to this project will be documented in this file.

## V1.19.02 -2024-02-14
- Update for Kohler APM603 support
- Added new commands for EvoLC
- Added Gauges for Current Legs for Evolution Air Cooled
- Added Advanced Setting to check for Load Imbalanced for Evo AC (built in CTs) and External CTs for Evo and Nexus. See "Unbalanced Load Capacity" on Advanced Settings page
- Corrected bug that was introduced in last version that prevented some buttons in the web interface from showing the color as disabled
- Minor error handling update in Fuel Logger thread

## V1.19.01 -2023-12-06
- Update to genmonmaint.sh to ask about serial connection type on install (thanks @skipfire)
- Corrected issue with genloader to remove check for mopeka library that was replaced
Expand All @@ -18,11 +26,6 @@ All notable changes to this project will be documented in this file.
- Minor update to error handling of fuel gauge
- Added new option to return JSON for numerics on MQTT addon genmqtt.py
- Alarm code and log code updates for Nexus AC and Evo LC
- Update for Kohler APM603 support
- Added new commands for EvoLC
- Added Gauges for Current Legs for Evolution Air Cooled
- Added Advanced Setting to check for Load Imbalanced for Evo AC (built in CTs) and External CTs for Evo and Nexus. See "Unbalanced Load Capacity" on Advanced Settings page
- Corrected bug that was introduced in last version that prevented some buttons in the web interface from showing the color as disabled

## V1.19.00 -2023-11-09
- Updates to genmonmain.sh, startgenmon.sh and genloader.sh for Debian bookworm.
Expand Down
2 changes: 1 addition & 1 deletion genmonlib/program_defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ class ProgramDefaults(object):
LogPath = "/var/log/"
ServerPort = 9082
LocalHost = "127.0.0.1"
GENMON_VERSION = "V1.19.01"
GENMON_VERSION = "V1.19.02"

0 comments on commit 33e285b

Please sign in to comment.