-
Notifications
You must be signed in to change notification settings - Fork 6
Garmin generic arc
joeherwig edited this page Aug 19, 2019
·
13 revisions
This very simple but versatile gauge can be used to display plenty of values.
Its behaviour is configured within the panel specific config.json.
See the example of the RealAir Duke Turbine V2 for the ENG_1_TORQUE
for instance:
"ENG_1_TORQUE": {
"label": "TRQ LB/ft",
"rangemin": 0,
"rangemax": 2000,
"calculatedValue": "x /14 * 12",
"ranges": [
{
"color": "green",
"minValue": 0,
"maxValue": 1400,
"width": 2
},
{
"color": "red",
"alerttype": "warning",
"alerttext": "high",
"minValue": 1450,
"maxValue": 2000,
"width": 2,
"activewidth": 60
}
]
}
See the detailed description of the different configuration parameters at config.json Description.
This application is available as FOSS (Free and open source Software) under the the Creative Commons 'by-nc-sa 4.0'-license.