67 lines
3.5 KiB
HTML
67 lines
3.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Device Management - konn3kt Documentation</title>
|
|
<link rel="stylesheet" href="assets/style.css">
|
|
</head>
|
|
<body>
|
|
<div class="layout">
|
|
<main class="main-content">
|
|
<header class="page-header">
|
|
<h1 class="page-title">Device Management</h1>
|
|
<p class="page-subtitle">Deep dive into your device's telemetry, status, and features.</p>
|
|
</header>
|
|
|
|
<section>
|
|
<h2>Device Detail View</h2>
|
|
<p>Clicking on a device from the Dashboard takes you to its detailed view. Here, you get access to an array of live and historical information about your vehicle and openpilot hardware.</p>
|
|
</section>
|
|
|
|
<section>
|
|
<h2>Live Telemetry & Status</h2>
|
|
<p>When your device is online, konn3kt pulls live metrics directly from it. Depending on your hardware and vehicle type, you may see:</p>
|
|
<div class="card-grid">
|
|
<div class="card">
|
|
<h3>Hardware Health</h3>
|
|
<p>Monitor CPU temperatures, GPU temperatures, memory usage, and available storage space to ensure your device isn't overheating or running out of room for logs.</p>
|
|
</div>
|
|
<div class="card">
|
|
<h3>Battery & Power</h3>
|
|
<p>Check the device's battery percentage and status, as well as the 12V car battery voltage to detect potential low-voltage issues.</p>
|
|
</div>
|
|
<div class="card">
|
|
<h3>Vehicle Specifics</h3>
|
|
<p>For compatible vehicles, view fuel tank levels, EV battery percentage, charging status, and even EV battery temperatures.</p>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<section>
|
|
<h2>Remote Controls (Live View)</h2>
|
|
<p>If your vehicle supports remote commands (such as specific Tesla or VW PQ platforms), you can access the <strong>Live View</strong> section to issue commands securely over the air. Available commands may include:</p>
|
|
<ul>
|
|
<li>Locking and unlocking doors</li>
|
|
<li>Flashing headlights or honking the horn</li>
|
|
<li>Opening/closing charge ports, trunks, or frunks</li>
|
|
<li>Controlling climate or window venting</li>
|
|
</ul>
|
|
<div class="callout warning">
|
|
<strong>Safety First:</strong> Always ensure it is safe to issue remote commands. Never trigger actions like opening a trunk if the vehicle is in an unsafe location or moving.
|
|
</div>
|
|
</section>
|
|
|
|
<section>
|
|
<h2>File Browser & Screen Recordings</h2>
|
|
<p>konn3kt gives you direct access to the files stored on your openpilot device:</p>
|
|
<ul>
|
|
<li><strong>File Browser:</strong> Navigate the internal storage of your device remotely. You can view, download, or manage raw logs and video files directly from the web interface.</li>
|
|
<li><strong>Screen Recordings:</strong> Access on-device screen recordings captured during drives.</li>
|
|
</ul>
|
|
</section>
|
|
</main>
|
|
</div>
|
|
<script src="assets/nav.js"></script>
|
|
</body>
|
|
</html> |