fcba73fcc5
[bugfix] fix bug in connect_to_mail_server function
2025-03-21 22:42:23 +01:00
16fbbde3d9
[bugfix] fixed call of function connect_to_mail_server
2025-03-21 17:48:49 +01:00
b986da5fef
[minor] fixed some typos and missing import
2025-03-21 17:43:41 +01:00
cf12500ec2
[minor] refactor mail server connection code
...
- Added `connect_to_mail_server` function to handle mail server connection
- Moved code for connecting to the mail server from `StationQC` class to `connect_to_mail_server`
- Updated references to use `connect_to_mail_server` in `StationQC` class
- Created new function `get_credential` to retrieve credentials from Docker secrets or environment variables
2025-03-21 12:36:52 +01:00
c57763c016
[update] added coloring for temperature warning and a critical temperature level, improved tooltip message
2024-08-13 13:38:50 +02:00
3c6ea1ffd0
[minor] add axis-shading for a better distinction of different axes
2023-12-18 16:18:20 +01:00
f41f24f626
[minor] added an option to get warn thresholds for PowBox channels from corresponding parameters, added warn state annotations to html figures
2023-12-18 15:26:53 +01:00
c621b31f6e
[update] use logging module instead of print/verbosity
2023-12-18 15:24:56 +01:00
20b586f96b
[bugfix] warn threshold type check had wrong parentheses
2023-12-18 15:11:02 +01:00
2af30f3a32
[bugfix] count index exceeded array length
2023-05-25 15:28:11 +02:00
353f073d12
[update] added color palette suggested by AM, some visual tweaks
2023-04-21 16:33:02 +02:00
10e2322882
Merge remote-tracking branch 'origin/develop' into develop
...
# Conflicts:
# utils.py
2023-04-21 14:17:28 +02:00
a6475f2c3b
tweak website design in html and css
2023-04-21 13:52:56 +02:00
72e3ede52f
[minor] small adjustments
2023-04-20 15:41:20 +02:00
174a6148bf
[update] disconnect status if PowBox voltage < 1V
2023-04-12 13:13:04 +02:00
a6c792b271
[bugfix] some bugfixes/tweaks
2023-02-16 15:49:07 +01:00
c736048811
[update] re-read only modified files
2023-01-31 16:10:57 +01:00
bf000fe042
[minor] visual tweaks
2022-12-21 16:03:10 +01:00
7d5f9cf516
[update] re-worked channel definition in parameters.yaml, each channel now has its own dictionary with optional plotting flags
...
[WIP] clock quality work in progress, currently disabled
2022-12-21 12:51:01 +01:00
174a8e0823
[new] mass channel surveillance added
2022-12-20 16:54:27 +01:00
a30cd8c0d4
[update] add trace axis ticking/min-max
2022-12-02 11:15:37 +01:00
d35c176aab
[update] add channel naming for plots
2022-11-22 15:51:15 +01:00
a6d59c8c71
[update] added possibility to modify voltage level in plots from settings in parameters.yaml
2022-11-22 12:07:16 +01:00
8e42ac11c7
[update] complete rework of status handling (added Warn/Error classes etc.)
2022-11-15 17:19:39 +01:00
c3f9ad0fd9
[update] moved html writing to survBot.py so that no GUI is needed
2022-11-08 16:45:21 +01:00