system-monitor-dashboard.toml: Fridge Monitor Dashboard Settings#

system-monitor-dashboard.toml#

Settings for the Fridge Monitor Dashboard.

Configuration options for the Fridge Monitor Dashboard. This configuration allows you to specify which components of your fridge monitoring system to display on the dashboard, as well as their display names.

Component IDs in this configurable must match the component IDs used in your fridge monitoring service.

mode#

Type: string. Default: 'power_user'.

Dashboard mode, ether ‘read_only’ or ‘power_user`. In read only mode, controls are disabled and users can only monitor the system.

heaters#

Type: dict[string, string]. Default: {'heater_50K': '50K Heater', 'heater_3K': '3K Heater', 'heater_still': 'Still Heater', 'heater_mc': 'Mixing Chamber Heater', 'heater_sorb': 'Sorb Heater'}.

Mapping of heater unit component IDs to their display names.

thermometry_component_id#

Type: string. Default: 'thermometry_unit_1'.

Component ID of the thermometry unit to monitor.

thermometers#

Type: dict[string, string]. Default: {'thermometer_1': '50K', 'thermometer_2': '3K', 'thermometer_3': 'Still', 'thermometer_4': '50mK', 'thermometer_5': 'Mixing Chamber'}.

Mapping of thermometer sensor IDs to their levels.

compressors#

Type: dict[string, string]. Default: {'pt_1': 'Compressor Unit 1', 'pt_2': 'Compressor Unit 2'}.

List of component IDs to display names to monitor for compressor units.

ghs_layout_file#

Type: string. Default: '/home/user/shared/lib/lab/src/lab/config/ghs_layout.svg'.

Ghs Layout File

ghs_valves#

Type: list[string]. Default: ['v1', 'v2', 'v4', 'v3', 'v5', 'v6', 'v7', 'v8', 'v9', 'v10', 'v11', 'v12', 'v13', 'v14', 'v15', 'v16', 'v17', 'v18', 'v19', 'v20', 'v21', 'v22', 'v23'].

Ghs Valves

ghs_pumps#

Type: list[string]. Default: ['compressor', 'scroll1', 'scroll2', 'turbo1', 'turbo2'].

Ghs Pumps

ghs_sensors#

Type: list[string]. Default: ['p1', 'p2', 'p3', 'p4', 'p5', 'p6'].

Ghs Sensors