2022-02-10 22:33:52 +01:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
|
2022-02-15 20:58:32 +01:00
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
|
<title>KTM CAN Chain Oiler</title>
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2022-02-17 09:17:16 +01:00
|
|
|
|
<link rel="stylesheet" href="static/css/bootstrap.min.css">
|
|
|
|
|
<link rel="stylesheet" href="static/css/custom.css">
|
2022-08-22 23:36:27 +02:00
|
|
|
|
<link rel="stylesheet" href="static/css/tweaks.css">
|
2022-02-17 09:17:16 +01:00
|
|
|
|
<script src="static/js/jquery.min.js"></script>
|
|
|
|
|
<script src="static/js/bootstrap.min.js"></script>
|
|
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="static/img/apple-touch-icon.png">
|
|
|
|
|
<link rel="icon" type="image/png" sizes="32x32" href="static/img/favicon-32x32.png">
|
|
|
|
|
<link rel="icon" type="image/png" sizes="16x16" href="static/img/favicon-16x16.png">
|
|
|
|
|
<link rel="manifest" href="static/img/site.webmanifest">
|
2022-02-15 20:58:32 +01:00
|
|
|
|
</head>
|
2022-02-10 22:33:52 +01:00
|
|
|
|
|
2022-02-15 20:58:32 +01:00
|
|
|
|
<body>
|
|
|
|
|
|
2022-08-22 23:36:27 +02:00
|
|
|
|
<nav class="navbar fixed-top navbar-dark bg-primary" id="navbar1">
|
|
|
|
|
<a class="navbar-brand" href="#">
|
2022-08-23 00:50:52 +02:00
|
|
|
|
<img src="static/img/logo.png" width="30" height="30" class="d-inline-block align-top mr-1" alt="">
|
2022-08-22 23:36:27 +02:00
|
|
|
|
KTM CAN ChainLube
|
|
|
|
|
</a>
|
|
|
|
|
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#collapsingNavbar"
|
|
|
|
|
aria-controls="collapsingNavbar" aria-expanded="false" aria-label="Toggle navigation">
|
|
|
|
|
<span class="navbar-toggler-icon"></span>
|
|
|
|
|
</button>
|
2022-02-15 23:27:53 +01:00
|
|
|
|
|
2022-08-22 23:36:27 +02:00
|
|
|
|
<div class="collapse navbar-collapse" id="collapsingNavbar">
|
|
|
|
|
<ul class="navbar-nav nav mr-auto mt-2 mt-lg-0">
|
2022-02-17 09:17:16 +01:00
|
|
|
|
|
2022-08-22 23:36:27 +02:00
|
|
|
|
<li class="nav-item"><a class="nav-link active" role="tab" data-toggle="tab" href="#tab_home">Home</a></li>
|
|
|
|
|
<li class="nav-item"><a class="nav-link" role="tab" data-toggle="tab" href="#tab_source">Wegstrecke</a></li>
|
|
|
|
|
<li class="nav-item"><a class="nav-link" role="tab" data-toggle="tab" href="#tab_lube">Schmierung</a></li>
|
|
|
|
|
<li class="nav-item"><a class="nav-link" role="tab" data-toggle="tab" href="#tab_maintenance">Wartung</a></li>
|
|
|
|
|
<li class="nav-item"><a class="nav-link" role="tab" data-toggle="tab" href="#tab_sysinfo">Systeminfo</a></li>
|
|
|
|
|
<li class="nav-item"><a class="nav-link" role="tab" data-toggle="tab" href="#tab_fwupdate">Update</a></li>
|
|
|
|
|
|
|
|
|
|
</ul>
|
2022-02-17 09:17:16 +01:00
|
|
|
|
</div>
|
|
|
|
|
</nav>
|
|
|
|
|
|
2022-08-19 12:30:21 +02:00
|
|
|
|
<main class="container">
|
2022-02-15 20:58:32 +01:00
|
|
|
|
|
|
|
|
|
<!-- Tabs Content -->
|
|
|
|
|
<div class="tab-content">
|
|
|
|
|
<!-- Div Tab Home-->
|
2022-08-22 23:36:27 +02:00
|
|
|
|
<div id="tab_home" class="tab-pane fade show active" role="tabpanel">
|
2022-02-17 09:17:16 +01:00
|
|
|
|
<div class="col text-center">
|
|
|
|
|
<div class="jumbotron">
|
|
|
|
|
<img src="static/img/logo.png" width="120" height="120" class="img-fluid" alt="">
|
2022-08-23 00:50:52 +02:00
|
|
|
|
<h3 class="pt-3">KTM CAN Chain Lube</h3>
|
2022-02-17 09:17:16 +01:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2022-08-22 23:36:27 +02:00
|
|
|
|
<hr />
|
2022-02-15 20:58:32 +01:00
|
|
|
|
<p>
|
2022-02-17 09:17:16 +01:00
|
|
|
|
<h4>Tankinhalt verbleibend</h4>
|
2022-02-15 20:58:32 +01:00
|
|
|
|
<div class="progress">
|
|
|
|
|
<div class="progress-bar" role="progressbar" aria-valuenow="%TANK_REMAIN_CAPACITY%" aria-valuemin="0"
|
|
|
|
|
aria-valuemax="100" style="width: %TANK_REMAIN_CAPACITY%%">
|
|
|
|
|
%TANK_REMAIN_CAPACITY%%
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2022-08-22 23:36:27 +02:00
|
|
|
|
</p>
|
|
|
|
|
<hr />
|
|
|
|
|
<p>
|
2022-02-17 09:17:16 +01:00
|
|
|
|
<h4>aktueller Modus</h4>
|
|
|
|
|
<input class="form-control" type="text" placeholder="%SYSTEM_STATUS%" readonly>
|
2022-08-22 23:36:27 +02:00
|
|
|
|
</p>
|
|
|
|
|
<hr />
|
2022-03-09 20:25:02 +01:00
|
|
|
|
<div %SHOW_DTC_TABLE%>
|
2022-08-22 23:36:27 +02:00
|
|
|
|
<p>
|
2022-03-09 20:25:02 +01:00
|
|
|
|
<h4>Fehlercodes</h4>
|
|
|
|
|
<table class="table">
|
|
|
|
|
<tbody>
|
|
|
|
|
<tr>
|
2022-08-22 14:13:55 +02:00
|
|
|
|
<th class="col-md-3" scope="col">Zeitstempel</th>
|
|
|
|
|
<th class="col-md-3" scope="col">Fehlercode</th>
|
|
|
|
|
<th class="col-md-3" scope="col">Schwere</th>
|
|
|
|
|
<th class="col-md-3" scope="col">Aktiv</th>
|
2022-03-09 20:25:02 +01:00
|
|
|
|
</tr>
|
|
|
|
|
%DTC_TABLE%
|
|
|
|
|
</tbody>
|
|
|
|
|
</table>
|
2022-08-22 14:13:55 +02:00
|
|
|
|
<p>
|
2022-08-23 00:50:52 +02:00
|
|
|
|
<button class="btn btn-outline-primary" type="button" data-toggle="collapse"
|
|
|
|
|
data-target="#collapseDTCDescription" aria-expanded="false" aria-controls="collapseDTCDescription">
|
2022-08-22 14:13:55 +02:00
|
|
|
|
DTC Beschreibung
|
|
|
|
|
</button>
|
|
|
|
|
</p>
|
|
|
|
|
<div class="collapse" id="collapseDTCDescription">
|
|
|
|
|
<div class="card card-body">
|
|
|
|
|
<embed type="text/html" src="static/dtc.txt" width="100%">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2022-08-22 23:36:27 +02:00
|
|
|
|
</p>
|
|
|
|
|
<hr />
|
2022-03-09 20:25:02 +01:00
|
|
|
|
</div>
|
2022-02-15 20:58:32 +01:00
|
|
|
|
</div>
|
|
|
|
|
<!-- Div Tab Home-->
|
|
|
|
|
<!-- Div Tab Source Settings-->
|
2022-08-22 23:36:27 +02:00
|
|
|
|
<div id="tab_source" class="tab-pane fade" role="tabpanel">
|
2022-08-23 00:50:52 +02:00
|
|
|
|
<h3>Wegstreckenerfassung</h3>
|
2022-08-22 23:36:27 +02:00
|
|
|
|
<hr />
|
2022-02-15 20:58:32 +01:00
|
|
|
|
<p>
|
2022-08-22 23:36:27 +02:00
|
|
|
|
<h4>Signalquelle</h4>
|
2022-08-23 00:50:52 +02:00
|
|
|
|
<form action="post.htm" method="POST" class="form-horizontal">
|
2022-08-22 23:36:27 +02:00
|
|
|
|
<div class="form-group row">
|
2022-08-23 00:50:52 +02:00
|
|
|
|
<label for="sourceselect" class="control-label col-4">Schnittstelle</label>
|
2022-08-22 23:36:27 +02:00
|
|
|
|
<div class="col-8">
|
2022-02-15 20:58:32 +01:00
|
|
|
|
<select id="sourceselect" name="sourceselect" class="select form-control">
|
|
|
|
|
%SOURCE_SELECT_OPTIONS%
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2022-08-23 00:50:52 +02:00
|
|
|
|
<div class="alert alert-primary alert-dismissable show fade" role="alert">
|
|
|
|
|
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
|
|
|
|
|
<span aria-hidden="true">×</span>
|
|
|
|
|
</button>
|
|
|
|
|
<strong>Achtung!</strong><br>
|
|
|
|
|
Bei Änderung der Signalquelle wird der CAN-Oiler neu gestartet.
|
|
|
|
|
Dadurch wird die WiFi-Verbindung getrennt und muss neu aufgebaut werden.
|
|
|
|
|
</div>
|
2022-02-15 20:58:32 +01:00
|
|
|
|
<div class="form-group row">
|
2022-08-22 23:36:27 +02:00
|
|
|
|
<div class="offset-4 col-8">
|
2022-08-23 00:50:52 +02:00
|
|
|
|
<button name="sourcesave" type="submit" class="btn btn-outline-primary">Übernehmen</button>
|
2022-02-15 20:58:32 +01:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</form>
|
2022-08-22 23:36:27 +02:00
|
|
|
|
</p>
|
2022-02-15 20:58:32 +01:00
|
|
|
|
<!-- Div Source:Impulse Settings-->
|
|
|
|
|
<div %SHOW_IMPULSE_SETTINGS%>
|
2022-08-22 23:36:27 +02:00
|
|
|
|
<hr />
|
2022-02-15 20:58:32 +01:00
|
|
|
|
<p>
|
2022-08-23 00:50:52 +02:00
|
|
|
|
<h4>Einstellungen Impulseingang</h4>
|
|
|
|
|
<form action="post.htm" method="POST" class="form-horizontal">
|
2022-08-22 23:36:27 +02:00
|
|
|
|
|
|
|
|
|
<div class="form-group row">
|
|
|
|
|
<label for="tirewidth" class="control-label col-4">Reifenbreite</label>
|
|
|
|
|
<div class="col-8">
|
2022-02-15 20:58:32 +01:00
|
|
|
|
<div class="input-group">
|
2022-02-27 22:23:58 +01:00
|
|
|
|
<input id="tirewidth" name="tirewidth" type="text" required="required" class="form-control"
|
|
|
|
|
value="%TIRE_WIDTH_MM%">
|
2022-08-22 23:36:27 +02:00
|
|
|
|
<div class="input-group-append">
|
|
|
|
|
<span class="input-group-text">mm</span>
|
|
|
|
|
</div>
|
2022-02-15 20:58:32 +01:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2022-08-22 23:36:27 +02:00
|
|
|
|
|
|
|
|
|
<div class="form-group row">
|
|
|
|
|
<label for="tireratio" class="control-label col-4">Höhe/Breite-Verhältniss</label>
|
|
|
|
|
<div class="col-8">
|
2022-02-15 20:58:32 +01:00
|
|
|
|
<div class="input-group">
|
2022-02-27 22:23:58 +01:00
|
|
|
|
<input id="tireratio" name="tireratio" type="text" required="required" class="form-control"
|
|
|
|
|
value="%TIRE_RATIO%">
|
2022-08-23 00:50:52 +02:00
|
|
|
|
<div class="input-group-append">
|
|
|
|
|
<span class="input-group-text">mm</span>
|
|
|
|
|
</div>
|
2022-02-15 20:58:32 +01:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2022-08-22 23:36:27 +02:00
|
|
|
|
<div class="form-group row">
|
|
|
|
|
<label for="tiredia" class="control-label col-4">Felgendurchmesser</label>
|
|
|
|
|
<div class="col-8">
|
2022-02-15 20:58:32 +01:00
|
|
|
|
<div class="input-group">
|
2022-02-27 22:23:58 +01:00
|
|
|
|
<input id="tiredia" name="tiredia" type="text" required="required" class="form-control"
|
|
|
|
|
value="%RIM_DIAMETER%">
|
2022-08-23 00:50:52 +02:00
|
|
|
|
<div class="input-group-append">
|
|
|
|
|
<span class="input-group-text">"</span>
|
|
|
|
|
</div>
|
2022-02-15 20:58:32 +01:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2022-08-22 23:36:27 +02:00
|
|
|
|
<div class="form-group row">
|
|
|
|
|
<label for="pulserev" class="control-label col-4">Pulse pro Umdrehung</label>
|
|
|
|
|
<div class="col-8">
|
2022-02-15 20:58:32 +01:00
|
|
|
|
<div class="input-group">
|
2022-02-27 22:23:58 +01:00
|
|
|
|
<input id="pulserev" name="pulserev" type="text" required="required" class="form-control"
|
2022-03-08 21:23:52 +01:00
|
|
|
|
value="%PULSE_PER_REV%">
|
2022-02-15 20:58:32 +01:00
|
|
|
|
<div class="input-group-addon"></div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group row">
|
2022-08-22 23:36:27 +02:00
|
|
|
|
<div class="offset-4 col-8">
|
2022-08-23 00:50:52 +02:00
|
|
|
|
<button name="pulsesave" type="submit" class="btn btn-outline-primary">Speichern</button>
|
2022-02-15 20:58:32 +01:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</form>
|
|
|
|
|
</p>
|
|
|
|
|
</div>
|
|
|
|
|
<!-- Div Source:Impulse Settings-->
|
|
|
|
|
<!-- Div Source:CAN Settings-->
|
|
|
|
|
<div %SHOW_CAN_SETTINGS%>
|
2022-08-22 23:36:27 +02:00
|
|
|
|
<hr />
|
2022-02-15 20:58:32 +01:00
|
|
|
|
<p>
|
2022-08-22 23:36:27 +02:00
|
|
|
|
<h4>Einstellungen CAN-Bus</h4>
|
2022-08-23 00:50:52 +02:00
|
|
|
|
<form action="post.htm" method="POST" class="form-horizontal">
|
2022-08-22 23:36:27 +02:00
|
|
|
|
<div class="form-group row">
|
|
|
|
|
<label for="cansource" class="control-label col-4">Model</label>
|
|
|
|
|
<div class="col-8">
|
2022-02-15 20:58:32 +01:00
|
|
|
|
<select id="cansource" name="cansource" class="select form-control">
|
|
|
|
|
%CANSOURCE_SELECT_OPTIONS%
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group row">
|
2022-08-22 23:36:27 +02:00
|
|
|
|
<div class="offset-4 col-8">
|
2022-08-23 00:50:52 +02:00
|
|
|
|
<button name="cansave" type="submit" class="btn btn-outline-primary">Speichern</button>
|
2022-02-15 20:58:32 +01:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</form>
|
|
|
|
|
</p>
|
|
|
|
|
</div>
|
|
|
|
|
<!-- Div Source:CAN Settings-->
|
|
|
|
|
<!-- Div Source:GPS Settings-->
|
|
|
|
|
<div %SHOW_GPS_SETTINGS%>
|
2022-08-22 23:36:27 +02:00
|
|
|
|
<hr />
|
2022-02-15 20:58:32 +01:00
|
|
|
|
<p>
|
2022-08-22 23:36:27 +02:00
|
|
|
|
<h4>Einstellungen GPS</h4>
|
2022-08-23 00:50:52 +02:00
|
|
|
|
<form action="post.htm" method="POST" class="form-horizontal">
|
2022-08-22 23:36:27 +02:00
|
|
|
|
<div class="form-group row">
|
|
|
|
|
<label for="gpsbaud" class="control-label col-4">Baudrate</label>
|
|
|
|
|
<div class="col-8">
|
2022-02-15 20:58:32 +01:00
|
|
|
|
<select id="gpsbaud" name="gpsbaud" class="select form-control">
|
|
|
|
|
%GPSBAUD_SELECT_OPTIONS%
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group row">
|
2022-08-22 23:36:27 +02:00
|
|
|
|
<div class="offset-4 col-8">
|
2022-08-23 00:50:52 +02:00
|
|
|
|
<button name="gpssave" type="submit" class="btn btn-outline-primary">Speichern</button>
|
2022-02-15 20:58:32 +01:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</form>
|
|
|
|
|
</p>
|
|
|
|
|
</div>
|
|
|
|
|
<!-- Div Source:GPS Settings-->
|
|
|
|
|
</div>
|
|
|
|
|
<!-- Div Tab Source Settings-->
|
|
|
|
|
<!-- Div Tab Lube -->
|
2022-08-22 23:36:27 +02:00
|
|
|
|
<div id="tab_lube" class="tab-pane fade" role="tabpanel">
|
2022-02-15 20:58:32 +01:00
|
|
|
|
<h3>Schmierung</h3>
|
2022-08-22 23:36:27 +02:00
|
|
|
|
<hr />
|
|
|
|
|
<h4>Dosierung</h4>
|
2022-02-15 20:58:32 +01:00
|
|
|
|
<p>
|
2022-08-22 23:36:27 +02:00
|
|
|
|
<form action="post.htm" method="POST" class="form-horizontal">
|
|
|
|
|
<div class="form-group row">
|
2022-08-23 00:50:52 +02:00
|
|
|
|
<label for="lubedistancenormal" class="control-label col-4">Normal (grün)</label>
|
2022-08-22 23:36:27 +02:00
|
|
|
|
<div class="col-8">
|
2022-03-08 22:32:16 +01:00
|
|
|
|
<div class="input-group">
|
|
|
|
|
<input id="lubedistancenormal" name="lubedistancenormal" value="%LUBE_DISTANCE_NORMAL%" type="text"
|
|
|
|
|
class="form-control" required="required">
|
2022-08-23 00:50:52 +02:00
|
|
|
|
<div class="input-group-append">
|
|
|
|
|
<span class="input-group-text">m</span>
|
|
|
|
|
</div>
|
2022-03-08 22:32:16 +01:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2022-08-22 23:36:27 +02:00
|
|
|
|
<div class="form-group row">
|
2022-08-23 00:50:52 +02:00
|
|
|
|
<label for="lubedistancerain" class="control-label col-4">Regen (blau)</label>
|
2022-08-22 23:36:27 +02:00
|
|
|
|
<div class="col-8">
|
2022-03-08 22:32:16 +01:00
|
|
|
|
<div class="input-group">
|
|
|
|
|
<input id="lubedistancerain" name="lubedistancerain" value="%LUBE_DISTANCE_RAIN%" type="text"
|
|
|
|
|
class="form-control" required="required">
|
2022-08-23 00:50:52 +02:00
|
|
|
|
<div class="input-group-append">
|
|
|
|
|
<span class="input-group-text">m</span>
|
|
|
|
|
</div>
|
2022-03-08 22:32:16 +01:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group row">
|
2022-08-22 23:36:27 +02:00
|
|
|
|
<div class="offset-4 col-8">
|
2022-08-23 00:50:52 +02:00
|
|
|
|
<button name="oilsave" type="submit" class="btn btn-outline-primary">Speichern</button>
|
2022-03-08 22:32:16 +01:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</form>
|
2022-02-15 20:58:32 +01:00
|
|
|
|
</p>
|
2022-08-22 23:36:27 +02:00
|
|
|
|
<hr />
|
2022-02-15 20:58:32 +01:00
|
|
|
|
</div>
|
|
|
|
|
<!-- Div Tab Lube -->
|
|
|
|
|
<!-- Div Tab Maintenance -->
|
2022-08-22 23:36:27 +02:00
|
|
|
|
<div id="tab_maintenance" class="tab-pane fade" role="tabpanel">
|
2022-02-15 20:58:32 +01:00
|
|
|
|
<h3>Wartung</h3>
|
2022-08-22 23:36:27 +02:00
|
|
|
|
<hr />
|
2022-02-15 20:58:32 +01:00
|
|
|
|
<p>
|
2022-08-22 14:28:32 +02:00
|
|
|
|
<h4>Ölvorrat</h4>
|
2022-08-23 00:50:52 +02:00
|
|
|
|
<form action="post.htm" method="POST" class="form-horizontal">
|
2022-08-22 23:36:27 +02:00
|
|
|
|
<div class="form-group row">
|
|
|
|
|
<label for="tankcap" class="control-label col-4">Tankkapazität</label>
|
|
|
|
|
<div class="col-8">
|
|
|
|
|
<div class="input-group">
|
|
|
|
|
<input id="tankcap" name="tankcap" value="%TANK_CAPACITY%" type="text" class="form-control"
|
|
|
|
|
required="required">
|
2022-08-23 00:50:52 +02:00
|
|
|
|
<div class="input-group-append">
|
|
|
|
|
<span class="input-group-text">ml</span>
|
|
|
|
|
</div>
|
2022-08-22 23:36:27 +02:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group row">
|
|
|
|
|
<label for="tankwarn" class="control-label col-4">Leer-Warnung</label>
|
|
|
|
|
<div class="col-8">
|
|
|
|
|
<div class="input-group">
|
|
|
|
|
<input id="tankwarn" name="tankwarn" value="%TANK_REMIND%" type="text" class="form-control"
|
|
|
|
|
required="required">
|
2022-08-23 00:50:52 +02:00
|
|
|
|
<div class="input-group-append">
|
|
|
|
|
<span class="input-group-text">%</span>
|
|
|
|
|
</div>
|
2022-08-22 23:36:27 +02:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group row">
|
|
|
|
|
<label for="pumppulse" class="control-label col-4">Menge pro Puls</label>
|
|
|
|
|
<div class="col-8">
|
|
|
|
|
<div class="input-group">
|
|
|
|
|
<input id="pumppulse" name="pumppulse" value="%AMOUNT_PER_DOSE%" type="text" class="form-control"
|
|
|
|
|
required="required">
|
2022-08-23 00:50:52 +02:00
|
|
|
|
<div class="input-group-append">
|
|
|
|
|
<span class="input-group-text">µl</span>
|
|
|
|
|
</div>
|
2022-08-22 23:36:27 +02:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group row">
|
|
|
|
|
<label for="tankremain_maint" class="control-label col-4">Tankinhalt verbleibend</label>
|
|
|
|
|
<div class="col-8">
|
2022-08-22 14:28:32 +02:00
|
|
|
|
<div class="progress">
|
|
|
|
|
<div id="tankremain_maint" class="progress-bar" role="progressbar"
|
|
|
|
|
aria-valuenow="%TANK_REMAIN_CAPACITY%" aria-valuemin="0" aria-valuemax="100"
|
|
|
|
|
style="width: %TANK_REMAIN_CAPACITY%%">
|
|
|
|
|
%TANK_REMAIN_CAPACITY%%
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group row">
|
2022-08-22 23:36:27 +02:00
|
|
|
|
<div class="offset-4 col-8 row">
|
2022-08-23 00:50:52 +02:00
|
|
|
|
<button name="oilsave" type="submit" class="btn btn-outline-primary">Speichern</button>
|
|
|
|
|
<button name="resettank" type="submit" class="btn btn-outline-primary ml-2">Tank zurücksetzen</button>
|
2022-08-22 14:28:32 +02:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</form>
|
|
|
|
|
</p>
|
2022-08-22 23:36:27 +02:00
|
|
|
|
<hr />
|
2022-08-22 14:28:32 +02:00
|
|
|
|
<p>
|
|
|
|
|
<h4>Entlüftung</h4>
|
2022-08-23 00:50:52 +02:00
|
|
|
|
<form action="post.htm" method="POST" class="form-horizontal">
|
2022-08-22 23:36:27 +02:00
|
|
|
|
<div class="form-group row">
|
|
|
|
|
<label for="purgepulse" class="control-label col-4">Entlüftung Dosierung</label>
|
|
|
|
|
<div class="col-8">
|
2022-02-15 20:58:32 +01:00
|
|
|
|
<div class="input-group">
|
2022-03-08 21:23:52 +01:00
|
|
|
|
<input id="purgepulse" name="purgepulse" value="%BLEEDING_PULSES%" type="text" class="form-control">
|
2022-08-22 23:36:27 +02:00
|
|
|
|
<div class="input-group-append">
|
|
|
|
|
<span class="input-group-text">Pulse</span>
|
|
|
|
|
</div>
|
2022-02-15 20:58:32 +01:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group row">
|
2022-08-22 23:36:27 +02:00
|
|
|
|
<div class="offset-4 col-8 row">
|
2022-08-23 00:50:52 +02:00
|
|
|
|
<button name="maintsave" type="submit" class="btn btn-outline-primary">Speichern</button>
|
|
|
|
|
<button name="purgenow" type="submit" class="btn btn-outline-primary ml-2">Entlüftung starten</button>
|
2022-03-08 21:23:52 +01:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</form>
|
|
|
|
|
</p>
|
2022-08-22 23:36:27 +02:00
|
|
|
|
<hr />
|
|
|
|
|
<h4>EEPROM formatieren</h4>
|
2022-03-08 21:23:52 +01:00
|
|
|
|
<p>
|
2022-08-23 00:50:52 +02:00
|
|
|
|
<div class="alert alert-primary alert-dismissable show fade" role="alert">
|
|
|
|
|
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
|
|
|
|
|
<span aria-hidden="true">×</span>
|
|
|
|
|
</button>
|
2022-08-22 23:36:27 +02:00
|
|
|
|
<strong>Achtung!</strong><br>
|
|
|
|
|
Das Formatieren der EEPROM-Bereiche sollte nur ausgeführt werden wenn es unbedingt erforderlich ist!
|
|
|
|
|
Hierdurch werden alle Einstellungen zurück gesetzt bzw. alle Betriebsdaten gehen verloren.
|
|
|
|
|
Folgende Situationen erfordern unter anderem eine Formatierung:
|
|
|
|
|
- Erstinitialisierung (bei neu aufgebautem Gerät)
|
|
|
|
|
- Firmware-Update (nur wenn es die Release-Notes fordern)
|
|
|
|
|
</div>
|
|
|
|
|
<form action="post.htm" method="POST" class="form-horizontal">
|
|
|
|
|
<div class="form-group row">
|
|
|
|
|
<div class="offset-4 col-8">
|
2022-08-22 14:28:32 +02:00
|
|
|
|
<div class="form-check">
|
2022-08-22 23:36:27 +02:00
|
|
|
|
<input class="form-check-input" type="checkbox" name="reset_ee_pds" id="reset_ee_cfg">
|
2022-08-22 14:49:14 +02:00
|
|
|
|
<label class="form-check-label" for="reset_ee_cfg">
|
2022-08-22 23:36:27 +02:00
|
|
|
|
Bereich "CFG"
|
2022-08-22 14:28:32 +02:00
|
|
|
|
</label>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-check">
|
2022-08-22 23:36:27 +02:00
|
|
|
|
<input class="form-check-input" type="checkbox" name="reset_ee_pds" id="reset_ee_pds">
|
2022-08-22 14:49:14 +02:00
|
|
|
|
<label class="form-check-label" for="reset_ee_pds">
|
2022-08-22 23:36:27 +02:00
|
|
|
|
Bereich "PDS"
|
2022-08-22 14:28:32 +02:00
|
|
|
|
</label>
|
2022-03-08 21:23:52 +01:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group row">
|
2022-08-22 23:36:27 +02:00
|
|
|
|
<div class="offset-4 col-8">
|
2022-08-23 00:50:52 +02:00
|
|
|
|
<button name="reset_ee_btn" type="submit" class="btn btn-outline-primary">EEPROM formatieren</button>
|
2022-02-15 20:58:32 +01:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</form>
|
|
|
|
|
</p>
|
2022-08-22 23:36:27 +02:00
|
|
|
|
<hr />
|
2022-02-15 20:58:32 +01:00
|
|
|
|
</div>
|
|
|
|
|
<!-- Div Tab Maintenance -->
|
|
|
|
|
<!-- Div Tab SystemInfo -->
|
2022-08-22 23:36:27 +02:00
|
|
|
|
<div id="tab_sysinfo" class="tab-pane fade" role="tabpanel">
|
2022-02-17 09:17:16 +01:00
|
|
|
|
<h3>Systeminfo</h3>
|
2022-08-22 23:36:27 +02:00
|
|
|
|
<hr />
|
2022-02-17 09:17:16 +01:00
|
|
|
|
<h4>Einstellungen</h4>
|
2022-02-15 20:58:32 +01:00
|
|
|
|
<p>
|
|
|
|
|
<table class="table">
|
|
|
|
|
<tbody>
|
|
|
|
|
<tr>
|
2022-02-15 23:27:53 +01:00
|
|
|
|
<th class="col-md-8" scope="col">Parameter</td>
|
|
|
|
|
<th class="col-md-4" scope="col">Value</td>
|
2022-02-15 20:58:32 +01:00
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>DistancePerLube_Default</td>
|
|
|
|
|
<td>%LUBE_DISTANCE_NORMAL%</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>DistancePerLube_Rain</td>
|
|
|
|
|
<td>%LUBE_DISTANCE_RAIN%</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>tankCapacity_ml</td>
|
|
|
|
|
<td>%TANK_CAPACITY%</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>amountPerDose_µl</td>
|
|
|
|
|
<td>%AMOUNT_PER_DOSE%</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>TankRemindAtPercentage</td>
|
|
|
|
|
<td>%TANK_REMIND%</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>PulsePerRevolution</td>
|
|
|
|
|
<td>%PULSE_PER_REV%</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>TireWidth_mm</td>
|
|
|
|
|
<td>%TIRE_WIDTH_MM%</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>TireWidthHeight_Ratio</td>
|
|
|
|
|
<td>%TIRE_RATIO%</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>RimDiameter_Inch</td>
|
|
|
|
|
<td>%RIM_DIAMETER%</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>DistancePerRevolution_mm</td>
|
|
|
|
|
<td>%DISTANCE_PER_REV%</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>BleedingPulses</td>
|
|
|
|
|
<td>%BLEEDING_PULSES%</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>SpeedSource</td>
|
|
|
|
|
<td>%SPEED_SOURCE%</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>GPSBaudRate</td>
|
|
|
|
|
<td>%GPS_BAUD%</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>CANSource</td>
|
|
|
|
|
<td>%CAN_SOURCE%</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Checksum</td>
|
|
|
|
|
<td>%CONFIG_CHECKSUM%</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</tbody>
|
|
|
|
|
</table>
|
|
|
|
|
</p>
|
2022-02-17 09:17:16 +01:00
|
|
|
|
<h4>Betriebsdaten</h4>
|
2022-02-15 20:58:32 +01:00
|
|
|
|
<p>
|
|
|
|
|
<table class="table">
|
|
|
|
|
<tbody>
|
|
|
|
|
<tr>
|
2022-02-15 23:27:53 +01:00
|
|
|
|
<th class="col-md-8" scope="col">Parameter</td>
|
|
|
|
|
<th class="col-md-4" scope="col">Value</td>
|
2022-02-15 20:58:32 +01:00
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>writeCycleCounter</td>
|
|
|
|
|
<td>%WRITE_CYCLE_COUNT%</td>
|
|
|
|
|
</tr>
|
2022-05-06 22:35:44 +02:00
|
|
|
|
<tr>
|
|
|
|
|
<td>PersistenceMarker</td>
|
|
|
|
|
<td>%PERSISTENCE_MARKER%</td>
|
|
|
|
|
</tr>
|
2022-02-15 20:58:32 +01:00
|
|
|
|
<tr>
|
|
|
|
|
<td>tankRemain_µl</td>
|
|
|
|
|
<td>%TANK_REMAIN_UL%</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>TravelDistance_highRes</td>
|
|
|
|
|
<td>%TRAVEL_DISTANCE_HIGHRES%</td>
|
|
|
|
|
</tr>
|
2022-05-05 21:07:24 +02:00
|
|
|
|
<tr>
|
|
|
|
|
<td>Odometer</td>
|
|
|
|
|
<td>%ODOMETER%,%ODOMETER_M%</td>
|
|
|
|
|
</tr>
|
2022-02-15 20:58:32 +01:00
|
|
|
|
<tr>
|
|
|
|
|
<td>checksum</td>
|
|
|
|
|
<td>%PERSISTANCE_CHECKSUM%</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
</p>
|
|
|
|
|
</div>
|
|
|
|
|
<!-- Div Tab SystemInfo -->
|
2022-08-14 17:38:45 +02:00
|
|
|
|
<!-- Div Tab Firmware Update-->
|
2022-08-22 23:36:27 +02:00
|
|
|
|
<div id="tab_fwupdate" class="tab-pane fade" role="tabpanel">
|
|
|
|
|
<h3>Firmware</h3>
|
|
|
|
|
<hr />
|
|
|
|
|
<p>
|
2022-08-14 17:38:45 +02:00
|
|
|
|
<h4>Version-Info</h4>
|
|
|
|
|
<table class="table">
|
|
|
|
|
<tbody>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Firmware Version</td>
|
|
|
|
|
<td>%SW_VERSION%</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Flash Version</td>
|
|
|
|
|
<td>%FS_VERSION%</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
2022-08-22 23:36:27 +02:00
|
|
|
|
</p>
|
|
|
|
|
<hr />
|
|
|
|
|
<p>
|
2022-08-14 17:38:45 +02:00
|
|
|
|
<h4>Firmware-Update</h4>
|
|
|
|
|
<form method='POST' action='/doUpdate' enctype='multipart/form-data'>
|
2022-08-22 23:36:27 +02:00
|
|
|
|
<div class="input-group">
|
|
|
|
|
<div class="input-group-prepend">
|
|
|
|
|
<span class="input-group-text" id="inputGroupFileAddon01">Upload</span>
|
2022-08-14 17:38:45 +02:00
|
|
|
|
</div>
|
2022-08-22 23:36:27 +02:00
|
|
|
|
<div class="custom-file">
|
|
|
|
|
<input type="file" class="custom-file-input" id="fw-update-file" aria-describedby="inputGroupFileAddon01">
|
|
|
|
|
<label class="custom-file-label" for="fw-update-file">Choose file</label>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2022-08-14 17:38:45 +02:00
|
|
|
|
</form>
|
2022-08-22 23:36:27 +02:00
|
|
|
|
</p>
|
2022-08-14 17:38:45 +02:00
|
|
|
|
</div>
|
|
|
|
|
<!-- Div Tab Firmware Update-->
|
2022-02-15 20:58:32 +01:00
|
|
|
|
</div>
|
|
|
|
|
<!-- Tabs Content -->
|
2022-02-17 09:17:16 +01:00
|
|
|
|
</main>
|
2022-02-15 23:27:53 +01:00
|
|
|
|
|
|
|
|
|
<!-- Footer -->
|
2022-08-23 00:50:52 +02:00
|
|
|
|
|
|
|
|
|
<footer class="page-footer navbar-dark bg-primary font-small fixed-bottom">
|
|
|
|
|
<div class="container-fluid text-center">
|
|
|
|
|
<div class="footer-copyright text-center py-3">
|
|
|
|
|
<span class="text-muted">© 2022 -
|
|
|
|
|
<a class="text-reset fw-bold" href="https://eventronics.de/">Marcel Peterkau</a></span>
|
2022-02-17 09:17:16 +01:00
|
|
|
|
</div>
|
2022-02-15 23:27:53 +01:00
|
|
|
|
</div>
|
|
|
|
|
</footer>
|
2022-08-23 00:50:52 +02:00
|
|
|
|
|
2022-02-15 23:27:53 +01:00
|
|
|
|
<!-- Footer -->
|
|
|
|
|
|
2022-08-22 23:36:27 +02:00
|
|
|
|
<script>
|
|
|
|
|
$('.navbar-nav>li>a').on('click', function () {
|
|
|
|
|
$('.navbar-collapse').collapse('hide');
|
|
|
|
|
});
|
|
|
|
|
</script>
|
|
|
|
|
|
2022-02-15 20:58:32 +01:00
|
|
|
|
</body>
|
|
|
|
|
|
|
|
|
|
</html>
|