> For the complete documentation index, see [llms.txt](https://docs.alphaess.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.alphaess.com/alpha-partner/installation/commissioning.md).

# Commissioning and Self-Test

## Device Commissioning

Self-Test is the system self-check stage after installation is completed, used to verify whether the electrical topology connections are correct.

### Enter Self-Test

You can enter via the following path:

* The Self-Test prompt page at the end of the installation process
* Device Details → Installation Record → Device Settings → **Self-Test**

<img src="/files/c683a846553ad039118dfae8b3ae16680ac1d698" alt="Settings Menu" width="188">

### Start Self-Test

1. Tap **Self-Test**.
2. The app first connects to the cloud.
3. A safety warning is displayed after the connection succeeds.
4. Tap **OK** Start the test.

> Self-Test involves high-power charging and discharging. To ensure safety and test accuracy, please keep the load stable. If possible, switch off high-power devices.

<img src="/files/6dd654eb8484eefc6e42143c4271696782c6abb9" alt="Safety Warning" width="188">

### Test Process

* The app automatically switches to landscape mode.
* The page displays the real-time status of the Load, Grid, INV and BAT components and line status.
* The test usually lasts about 2 Mins.
* The label on the right shows the current test step.
* You can tap at any time **Stop** to stop the test.

<img src="/files/08411f8265b5bf7e53b4e6a063c92c9b053f59c3" alt="Self-Test Running" width="188">

### Test Results

#### Success Scenario

A green prompt appears at the bottom of the page:`Self-test completed. No errors detected.`

Tap **Completed** Commissioning completed.

<img src="/files/2c0bd4c0b11bdd77284fb8affab9b3ddcaaf6809" alt="Self-Test Successful" width="188">

#### Failure Scenario

If the test detects an error:

1. An error prompt appears at the bottom of the page.
2. The system provides **Re-Start** button.
3. Enter the fault diagnosis process.

The system will first ask you to confirm the metering device type:

* **Meter**
* **CT**

<img src="/files/07746fdf8e710b44c8a8d1dd0e4503fdf07cc067" alt="Fault Diagnosis - Device Type Selection" width="188">

Using `Grid CT Wrong Direction/Position` as an example, troubleshoot in the following order:

1. Reconnect both ends of the communication cable.
2. Check that the Grid\_CT is installed correctly.
3. Check that the Grid\_CT is upstream of the main switch.
4. Check that the arrow points towards the load.
5. If the issue still remains, contact AlphaESS Technical Support.

<img src="/files/a4a728c42cfbabfb2b39f9aa7bebc78084c952cb" alt="Troubleshooting Guide" width="188">

The bottom of the page provides **Request Technical Support**, allowing you to submit a technical support request with one tap.

After fixing the issue, return to the test page and tap **Re-Start** Retest.

### Appendix: Complete Settings Menu List

Via the Device Details page → Installation Record → **Device Settings**, you can access the full device settings menu.

| Menu Items                 | Description                           |
| -------------------------- | ------------------------------------- |
| Inverter Settings          | Inverter Settings                     |
| Upgrade Management         | Firmware Upgrade Management           |
| Meter Information          | Meter Information Viewing             |
| Parallel Function Settings | Parallel Function Settings            |
| Command Management         | Command Management                    |
| Data Migration             | Data Migration                        |
| NMI Setting                | NMI Settings                          |
| **Self-Test**              | **System Self-Test or Commissioning** |
| Feed & Buy Power           | Feed & Buy Power Settings             |
| Aux Contact Settings       | AUX Contact Settings                  |
| Other Settings             | Other Settings                        |
| System Information         | System Information                    |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.alphaess.com/alpha-partner/installation/commissioning.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
