Version 0.4.0.0 released #59
ArthurMitchell42
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
IMPORTANT - Breaking changes, see below
New Features
GUI
Added visual flag and dialogue box to indicate problems loading the config file
Configuration Options & Settings
Changed structure of servers section to make devices a sub-list with clients
Added 'auto' option to control cl-count and cl-check rework
Changed friendly
name
for devices todisplayname
Refined Features
Extended unit testing
Added information about logs to JSON and raw outputs for servers and devices
logs.info.dual
logs.warning.dual
logs.alert.dual
logs.triple
Temperature reported from either ups.temperature or battery.temperature variables
Bug Fixes
Don't log a warning if all expected webhooks are listed but there is no default
Resolved an issue where by viewing more than one device at a time in separate tabs would display incorrect data
Input voltage gauge reads correctly Re Eaton 5S Series data
IMPORTANT - Breaking changes
Changed friendly
name
for devices todisplayname
in the servers section of the configuration.Change the way the servers and devices are represented in the servers section of the config file.
A typical
servers
section will change to look like this:Backward compatible, non-breaking changes
Added 'auto' option to control
cl-count
andcl-check
rework statements that picks up the expected client information from the server section rather than the rework statement control value.For example:
You can see that the number of clients and the list of clients are redundant, they are now collected from the
servers
section (See above)Beta Was this translation helpful? Give feedback.
All reactions