> ## 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.

# Grid Fault

> Grid voltage/frequency alarms — separating a weak grid from a weak connection, the compliant way.

export const children_0 = undefined

export const Escalate = () => <div>
    <p><strong>Escalate to Kent New Energy service only</strong> — through your registered Kent
    partner channel or the Kent service desk details on your work order. Do not contact any
    third-party or component-manufacturer support line for a Kent-branded system: tickets outside
    the Kent channel are not tracked, not covered, and can void warranty handling.</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"
}}>Applies to:</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:** grid-class alarms — over/under-voltage, over/under-frequency, no-grid — once in
a storm, or every afternoon like clockwork.

## Check first

1. **Occasional or chronic?** A one-off during grid disturbance self-clears by design; a
   daily pattern needs measurement. {/* CITE: Q-38 §9.5 E101 guidance p.78(print)/p.83(PDF) */}
2. **Measure at the inverter's AC terminals across the problem window** — the terminal
   voltage, not the DB's, is what the inverter sees.
3. **Terminations tight?** Loose AC terminations mimic a bad grid at every load step.

{children_0}

<Warning>
  **Pending Kent validation — do not configure in the field.** \[KNB-VAL-01]
  The India grid-code parameter set for both platforms (V/F windows, reconnect, PF) is under
  confirmation. Until published here: set the grid code only per the Kent-issued parameter
  sheet for the site's DISCOM, and never improvise protection values.
</Warning>

## Escalate when

* The grid is chronically out of band on logged measurements — Kent leads the DISCOM letter;
  bring the readings, timestamps and photos.
* Grid alarms persist with a verified-healthy grid and tight terminations.
* Any request lands to "just widen the limits" — that path runs through utility consent and
  Kent, or not at all.

<Escalate />

## Related pages

* [Not Starting](/g3/troubleshooting/not-starting)
* [Kent G3 AC Wiring](/g3/ac-wiring)
* [When to Escalate](/troubleshooting/when-to-escalate)
