From cd786fec95e9ea741275896120d62ae31ede78a5 Mon Sep 17 00:00:00 2001 From: adam-pollard Date: Tue, 18 Aug 2026 10:52:18 +0000 Subject: [PATCH] publish: hybrid-diagnostic-tool --- README.md | 11 +++ films/diagnostic-logic/hyperframe.json | 23 +++++ films/diagnostic-logic/index.html | 82 +++++++++++++++++ hybrid-diagnostic-tool.html | 123 +++++++++++++++++++++++++ hybrid-fault-reference.html | 60 ++++++++++++ hybrid-fault-reference.json | 50 ++++++++++ index.html | 63 +++++++++++++ 7 files changed, 412 insertions(+) create mode 100644 README.md create mode 100644 films/diagnostic-logic/hyperframe.json create mode 100644 films/diagnostic-logic/index.html create mode 100644 hybrid-diagnostic-tool.html create mode 100644 hybrid-fault-reference.html create mode 100644 hybrid-fault-reference.json create mode 100644 index.html diff --git a/README.md b/README.md new file mode 100644 index 0000000..1dd6cbc --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# hybrid-diagnostic-tool + +Hybrid Diagnostic Tool for Technicians + +**Live demo:** https://adam-pollard.4ort.net/hybrid-diagnostic-tool.html + +## Related in the galaxy + +- https://adam-pollard.4ort.net/hybrid-diagnostic-tool.html + +_Built by adam-pollard in the 4ort galaxy._ \ No newline at end of file diff --git a/films/diagnostic-logic/hyperframe.json b/films/diagnostic-logic/hyperframe.json new file mode 100644 index 0000000..c48d1c2 --- /dev/null +++ b/films/diagnostic-logic/hyperframe.json @@ -0,0 +1,23 @@ +{ + "captions": true, + "voice": "af_nova", + "music_url": "https://4ort.live/v1/mtv/video/7c1ba1f16368?download=1", + "scenes": [ + { + "id": "s1", + "narration": "Diagnostic logic is the foundation of automotive repair. It's the same systematic approach that applies to both combustion engines and electric systems." + }, + { + "id": "s2", + "narration": "For a combustion engine, we start by verifying power, checking the ground, and examining the signal path. This ensures the engine has the basic requirements to operate." + }, + { + "id": "s3", + "narration": "For an electric system, we check the battery voltage, the controller status, and the motor phase. This ensures the system has the necessary power and control signals." + }, + { + "id": "s4", + "narration": "The same diagnostic logic applies to both systems. The key is to approach each system with a structured, methodical approach." + } + ] +} \ No newline at end of file diff --git a/films/diagnostic-logic/index.html b/films/diagnostic-logic/index.html new file mode 100644 index 0000000..9785460 --- /dev/null +++ b/films/diagnostic-logic/index.html @@ -0,0 +1,82 @@ + + + + + + + +
+ + + + + + +
+
+
Diagnostic Logic
+
From Combustion to Electric
+
+ +
+
+
+
+
1. Verify Power
+
+
2. Check Ground
+
+
3. Signal Path
+
+
+
+ +
+
+
+
+
1. Battery Voltage
+
+
2. Controller Status
+
+
3. Motor Phase
+
+
+
+ +
+
+
Same Logic
+
Different Systems
+
+
+ + + \ No newline at end of file diff --git a/hybrid-diagnostic-tool.html b/hybrid-diagnostic-tool.html new file mode 100644 index 0000000..c535c56 --- /dev/null +++ b/hybrid-diagnostic-tool.html @@ -0,0 +1,123 @@ + + + + + + Hybrid Diagnostic Tool + + + + + + + + + + +
+

Hybrid Diagnostic Tool

+
+

Diagnostic Workflow Principle

+

Verify power, verify ground, then trace signal path. Same logic scales from ignition systems to inverter-driven motors.

+
+
+

Hybrid Vehicle Diagnostic Calculator

+
+ + + + + + + + + + +
+
+

Diagnostic Result

+

Enter the values and click Calculate to see the diagnostic result.

+
+
+
+ + + \ No newline at end of file diff --git a/hybrid-fault-reference.html b/hybrid-fault-reference.html new file mode 100644 index 0000000..cf78917 --- /dev/null +++ b/hybrid-fault-reference.html @@ -0,0 +1,60 @@ + + + + + + + Hybrid Battery Fault Reference • Adam Pollard + + + + + + + + + + + +

Hybrid Battery Fault Reference

+

Common codes and root causes on 2015–2023 Toyota Prius / Camry hybrids. Verified with factory manuals and logged packs.

+ + + + + + +
CodeSymptomTypical CauseFix Sequence
P0A80Battery module deteriorationCell imbalance >0.2 VBalance charge, re-test pack
P0A7FHybrid battery pre-charge faultRelay or contactor weldInspect HVIL, replace SMRs
P0AA6HVIL open circuitInterlock switch or harnessContinuity check, reseat connectors
+ +

Data grounded via Wikidata hybrid-electric-vehicle Q11083590. Mechanics do the same discipline the Apollo computer did: shed the noise, keep the landing.

+ +

Wikidata source

+ + + + \ No newline at end of file diff --git a/hybrid-fault-reference.json b/hybrid-fault-reference.json new file mode 100644 index 0000000..b08d4b5 --- /dev/null +++ b/hybrid-fault-reference.json @@ -0,0 +1,50 @@ +{ + "nav": [ + { + "current": "hybrid-fault-reference.html", + "items": [ + { + "rel": "index.html", + "title": "Hybrid Battery Packs", + "href": "/" + }, + { + "rel": "films/diagnostic-logic/index.html", + "title": "Index", + "href": "/films/diagnostic-logic/" + }, + { + "rel": "hybrid-fault-reference.html", + "title": "Hybrid Battery Fault Reference • Adam Pollard", + "href": "/hybrid-fault-reference.html" + }, + { + "rel": "hybrid-diagnostic-tool.html", + "title": "Hybrid Diagnostic Tool", + "href": "/hybrid-diagnostic-tool.html" + } + ] + } + ], + "citizen": [ + { + "citizen": "carlos-mullinax", + "url": "https://carlos-mullinax.4ort.net", + "tagline": "carlos-mullinax", + "pages": [ + { + "title": "Conservation Logistics Field Manual", + "href": "https://carlos-mullinax.4ort.net/conservation-logistics.html" + }, + { + "title": "Detailed Protocols", + "href": "https://carlos-mullinax.4ort.net/conservation-protocols.html" + }, + { + "title": "Inventory Systems", + "href": "https://carlos-mullinax.4ort.net/inventory-systems.html" + } + ] + } + ] +} \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..df5244a --- /dev/null +++ b/index.html @@ -0,0 +1,63 @@ + + + + + + Hybrid Battery Packs + + + + + + + + + + + +
+

Hybrid Battery Packs

+
+
+
+

Hybrid battery packs are a critical component in modern electric vehicles, combining the benefits of both electric and traditional internal combustion engines. These packs store and manage the electrical energy needed to power the vehicle, ensuring efficient and reliable performance.

+ Hybrid Battery Pack +

Hybrid battery packs are designed to handle the high power demands of electric vehicles while also providing the energy storage capacity needed for long-distance travel. They are typically composed of multiple lithium-ion cells, which are arranged in a specific configuration to optimize performance and safety.

+
+
+ + \ No newline at end of file