Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 30 additions & 6 deletions templates/exosense_template_mobile_hydraulic1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,8 @@ containers:
'y': 0
channels:
- fuel_level
rules: []
rules:
- fuel_level
- type: moongauge
configuration:
ticks:
Expand Down Expand Up @@ -226,7 +227,8 @@ containers:
'y': 6
channels:
- hyd_temp
rules: []
rules:
- hyd_temp
- type: currentvalue
configuration:
title: Engine On/Off
Expand Down Expand Up @@ -272,7 +274,8 @@ containers:
'y': 0
channels:
- hyd_temp
rules: []
rules:
- hyd_temp
- type: log
configuration:
title: Event Log
Expand All @@ -283,6 +286,7 @@ containers:
x: 7
'y': 15
channels: []
rules: []
- name: Historical
order: 0
panels:
Expand Down Expand Up @@ -393,7 +397,8 @@ containers:
'y': 19
channels:
- fuel_level
rules: []
rules:
- fuel_level
- type: complexlinechart
configuration:
axes:
Expand Down Expand Up @@ -447,7 +452,8 @@ containers:
'y': 9
channels:
- hyd_temp
rules: []
rules:
- hyd_temp

profiles:
hydraulic:
Expand Down Expand Up @@ -1104,7 +1110,25 @@ profiles:
protocol_config:
report_rate: "10000"
timeout: "60000"
rules: []
rules:
- name: Hydraulic Fluid Temperature Threshold
thresholds:
- enabled: true
threshold: 130
alarm: upperCritical
- enabled: true
threshold: 110
alarm: upperWarning
subscribe: hyd_temp
- name: Fuel Level Rule
thresholds:
- enabled: true
threshold: 5
alarm: lowerCritical
- enabled: true
threshold: 15
alarm: lowerWarning
subscribe: fuel_level
file:
name: "mikea exosense simulation csv data - mobile_hydraulics1 (2).csv"
size: 5240
Expand Down
Loading