> ## Documentation Index
> Fetch the complete documentation index at: https://learning.kent.co.in/llms.txt
> Use this file to discover all available pages before exploring further.

# Kent G3 ट्रबलशूटिंग

> Kent G3 के लिए symptom-first triage — जो site कर रही है, उससे मेल खाता page चुनें।

export const Escalate = () => <div>
    <p><strong>Escalate सिर्फ़ Kent New Energy service को</strong> — अपने registered Kent
    partner channel से, या आपके work order पर दी गई Kent service desk डिटेल्स से। Kent-branded
    सिस्टम के लिए किसी third-party या component बनाने वाले की support line से संपर्क कभी न करें:
    Kent channel के बाहर की tickets track नहीं होतीं, cover नहीं होतीं, और warranty handling
    void हो सकती है।</p>
  </div>;

export const Applicability = ({labels}) => <div style={{
  border: "1px solid #0057A8",
  borderLeft: "6px solid #0057A8",
  borderRadius: "8px",
  padding: "10px 14px",
  margin: "0.75rem 0 1.25rem 0",
  background: "rgba(0, 87, 168, 0.06)",
  fontSize: "0.9em"
}}>
    <strong style={{
  color: "#0057A8",
  marginRight: "8px"
}}>लागू होता है:</strong>
    {labels.map(l => <span key={l} style={{
  display: "inline-block",
  border: "1px solid #0057A8",
  borderRadius: "999px",
  padding: "1px 10px",
  margin: "2px 6px 2px 0",
  background: "#ffffff",
  color: "#003F7D",
  fontWeight: 600
}}>{l}</span>)}
  </div>;

export const SITE_NAME = "Kent New Energy Knowledge Base";

<Applicability labels={["Kent G3 Hybrid Inverter"]} />

**Symptom** से शुरू करें, शक से नहीं। नीचे का हर flow check-first → कारण → escalate-when
चलता है; fault-code table हर Kent G3 status और alarm message को इन्हीं flows में भेजती है।

## Symptom flows

* [स्टार्ट नहीं हो रहा](/hi/g3/troubleshooting/not-starting) — display बुझी, boot नहीं, या पहली power-up पर fault।
* [बैटरी चार्ज नहीं हो रही](/hi/g3/troubleshooting/battery-not-charging) — PV या grid मौजूद पर battery charge नहीं लेती।
* [बैटरी डिस्चार्ज नहीं हो रही](/hi/g3/troubleshooting/battery-not-discharging) — battery भरी, फिर भी घर grid पर।
* [Backup काम नहीं कर रहा](/hi/g3/troubleshooting/backup-not-working) — बिजली गई, backup नहीं आया।
* [Comm Fault](/hi/g3/troubleshooting/comm-fault) — battery, meter और parallel communication की failures।
* [Grid Fault](/hi/g3/troubleshooting/grid-fault) — grid voltage/frequency के alarms, compliant तरीक़े से।
* [Display गलत Flow दिखा रहा है](/hi/g3/troubleshooting/display-wrong-flow) — screen पर नामुमकिन energy flows।
* [बेवजह Tripping](/hi/g3/troubleshooting/nuisance-tripping) — outage, सुबह या backup test के आसपास RCD/ELCB या breaker के trips।
* [Zero Export फेल हो रहा है](/hi/g3/troubleshooting/zero-export-failing) — limit के बावजूद utility meter पर export।

## Reference

* [Fault Codes](/hi/g3/troubleshooting/fault-codes) — Kent G3 का हर status और alarm message, पहला जवाब और आगे का flow।
* [Escalate कब करें](/hi/troubleshooting/when-to-escalate) — रुकने की लकीर, evidence kit और Kent service का रास्ता।

<Escalate />
