Skip to content

Commit

Permalink
V1.19.04
Browse files Browse the repository at this point in the history
  • Loading branch information
jgyates committed Oct 18, 2024
1 parent c7b13b3 commit 3ffb03c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ All notable changes to this project will be documented in this file.
- Corrected one error in definition of modbus exception code
- Updated install to use version of pyopenssl from earlier in 2024 to avoid and error introduced with the new version
- Minor update to correct formatting issue with bus voltage on PowerZone Sync
- Added new alarm ID for internal controller fault for Evolution / Nexus

## V1.19.03 -2024-04-19
- New add on program genmqttin.py. See wiki and add on page for details
Expand Down
1 change: 1 addition & 0 deletions genmonlib/generac_evolution.py
Original file line number Diff line number Diff line change
Expand Up @@ -3364,6 +3364,7 @@ def GetAlarmState(self):
AlarmValues = {
0x01: "Low Battery", # Validate on Nexus, occurred when Low Battery Alarm
0x02: "High Temperature", # Validaed on EvoAC
0x03: "Controller Fault",
0x05: "Low Fuel Pressure", # Validate on Nexus LC
0x08: "Low Coolant", # Validate on Evolution, occurred when forced low coolant
0x0A: "Low Oil Pressure", # Validate on Nexus Air Cooled.
Expand Down

0 comments on commit 3ffb03c

Please sign in to comment.