-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add two-wire three-way valve to Ontrak
- Add real-time status of flow rate (e.g. OK, WARNING, CRITICAL) in widget auxiliary data - Add support for one-wire and two-wire three-way valves (switch), one wire uses one relay, two wire uses two relays. - The two-wire switch implementation turn off power to switch after 25 seconds. - Add color to AuxDataWidget in case value is CRITICAL, WARNING, or ERROR - Refactor Ontrak relay_* variables into its own class - Update MessageBoxAlarm to display part of text as informative (previously in bold). - Fix difference between FlowControl widget and backend as backend was set by hidden PumpControl widget during init.
- Loading branch information
Showing
8 changed files
with
195 additions
and
113 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.