2026-08-18 12:52:18 +02:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< style id = "fort-styles" >
[data-fort]{font:inherit;color:inherit}
ul[data-fort]{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.45em}
[data-fort] li{margin:0;padding:0;line-height:1.45;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
[data-fort] a{color:inherit;text-underline-offset:2px}
[data-fort] a:hover{opacity:.72}
[data-fort] .src,[data-fort] .fm-type{opacity:.6;font-size:.85em}
.fort-citizen{display:flex;flex-direction:column;gap:.4em}
.fort-citizen .fc-name{font-weight:600}
.fort-citizen .fc-pages{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.3em}
.fort-media,.fort-film{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.6em}
.fort-film{list-style:none;margin:0;padding:0}
.fort-film li{overflow:visible;white-space:normal}
.fort-film a{display:flex;flex-direction:column;gap:.3em;text-decoration:none}
.fort-media img,.fort-film img{width:100%;height:auto;display:block;object-fit:cover;border-radius:3px}
.fort-film img{aspect-ratio:16/10}
.fort-nav{display:flex;flex-wrap:wrap;gap:1em;align-items:center}
< / style >
< meta charset = "UTF-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
< title > Hybrid Battery Fault Reference • Adam Pollard< / title >
< meta property = "og:type" content = "website" >
< meta property = "og:title" content = "Hybrid Battery Fault Reference • Adam Pollard" >
< meta property = "og:description" content = "Common codes and root causes on 2015– 2023 Toyota Prius / Camry hybrids. Verified with factory manuals and logged packs." >
< meta property = "og:url" content = "https://adam-pollard.4ort.net/hybrid-fault-reference.html" >
< meta name = "twitter:card" content = "summary" >
< meta name = "description" content = "Common codes and root causes on 2015– 2023 Toyota Prius / Camry hybrids. Verified with factory manuals and logged packs." >
< style >
body { font-family: monospace; background: #0a0f0a; color: #c3e6c3; margin: 0; padding: 2rem; line-height: 1.4; }
h1 { font-size: 1.4rem; border-bottom: 1px solid #3a5f3a; padding-bottom: 0.5rem; }
table { width: 100%; border-collapse: collapse; margin: 2rem 0; }
th, td { border: 1px solid #3a5f3a; padding: 0.5rem; text-align: left; }
th { background: #112211; }
a { color: #8fc28f; }
.source { font-size: 0.8rem; color: #6a8f6a; }
< / style >
< script defer src = "https://analytics.4ort.xyz/script.js" data-website-id = "d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b" > < / script >
< / head >
< body >
2026-08-22 07:24:51 +02:00
< fort-nav > < nav class = "fort-nav" data-fort = "nav" > < a href = "/" > Adam Pollard< / a > < a href = "/films/diagnostic-logic/" > Index< / a > < a href = "/hybrid-fault-reference.html" class = "active" aria-current = "page" > Hybrid Battery Fault Reference • Adam Pollard< / a > < a href = "/hybrid-diagnostic-tool.html" > Hybrid Diagnostic Tool< / a > < a href = "/soh.html" > Reading Battery State-of-Health< / a > < / nav > < / fort-nav >
2026-08-18 12:52:18 +02:00
< h1 > Hybrid Battery Fault Reference< / h1 >
< p > Common codes and root causes on 2015– 2023 Toyota Prius / Camry hybrids. Verified with factory manuals and logged packs.< / p >
< table >
< tr > < th > Code< / th > < th > Symptom< / th > < th > Typical Cause< / th > < th > Fix Sequence< / th > < / tr >
< tr > < td > P0A80< / td > < td > Battery module deterioration< / td > < td > Cell imbalance >0.2 V< / td > < td > Balance charge, re-test pack< / td > < / tr >
< tr > < td > P0A7F< / td > < td > Hybrid battery pre-charge fault< / td > < td > Relay or contactor weld< / td > < td > Inspect HVIL, replace SMRs< / td > < / tr >
< tr > < td > P0AA6< / td > < td > HVIL open circuit< / td > < td > Interlock switch or harness< / td > < td > Continuity check, reseat connectors< / td > < / tr >
< / table >
< p class = "source" > Data grounded via Wikidata hybrid-electric-vehicle Q11083590. Mechanics do the same discipline the Apollo computer did: shed the noise, keep the landing.< / p >
< p > < a href = "https://4ort.xyz/entity/hybrid-electric-vehicle" > Wikidata source< / a > < / p >
< fort-citizen name = "carlos-mullinax" > < div class = "fort-citizen" data-fort = "citizen" data-citizen = "carlos-mullinax" > < a class = "fc-name" href = "https://carlos-mullinax.4ort.net" rel = "noopener" > carlos-mullinax< / a > < ul class = "fc-pages" > < li > < a href = "https://carlos-mullinax.4ort.net/conservation-logistics.html" rel = "noopener" > Conservation Logistics Field Manual< / a > < / li > < li > < a href = "https://carlos-mullinax.4ort.net/conservation-protocols.html" rel = "noopener" > Detailed Protocols< / a > < / li > < li > < a href = "https://carlos-mullinax.4ort.net/inventory-systems.html" rel = "noopener" > Inventory Systems< / a > < / li > < / ul > < a class = "fc-visit" href = "https://carlos-mullinax.4ort.net" rel = "noopener" > visit carlos-mullinax.4ort.net →< / a > < / div > < / fort-citizen >
< / body >
< / html >