> For the complete documentation index, see [llms.txt](https://docs.voltmasters.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.voltmasters.io/device-integrations/ev-chargers/abb.md).

# ABB

Our EMS supports integration with EV chargers from ABB. ABB provides a broad range of AC and DC charging solutions for residential, commercial, and public charging.

The charger communicates with our EMS for monitoring and smart charging control.

### Configuration <a href="#configuration" id="configuration"></a>

After the electrical installation of a charger is complete, follow these steps to configure the charger:

1. Download the configuration app from ABB
2. On the dashboard, select "Configure a charger."
3. Enable Bluetooth on your phone, as this is necessary for the app to communicate with the charger during the commissioning process.
4. Choose a charger from the available list.

<figure><img src="/files/3DlJKaPLRaJrYup30FbI" alt="" width="375"><figcaption></figcaption></figure>

5. You can also select a charger by scanning the SN barcode with the app.
6. Be sure to scan the charger's SN bar code, which usually begins with "TAC" (although this may vary depending on the product variant).

<img src="https://docs.eniris.be/img/customers/abb/terra-config-step2.png" alt="" width="375">

7. After selecting a charger to connect to, enter the PIN.
8. Select below the option "EDIT CURRENT CONFIGURATION" - or if the charging station has not yet been configured, then select "Start from scratch."
9. Make sure your phone or mobile app is connected to the Internet for PIN validation.
10. Throughout the process, the app will display a pop-up confirming that all settings will be applied to the charger simultaneously once you get to the last step.

<img src="https://docs.eniris.be/img/customers/abb/terra-config-step3.png" alt="" width="375">

11. Click on the "Energy management" submenu.

<img src="https://docs.eniris.be/img/customers/abb/terra-config-step4.png" alt="Image 1" width="375">

12. Toggle "Modbus" on.

<img src="https://docs.eniris.be/img/customers/abb/terra-config-step5.png" alt="Image 1" width="375">

13. Select "Local controller" and then "Modbus TCP/IP"
14. You must set a fixed IP address in the charging station within the same network range as the controller.
15. Important: Always choose 502 as the server port.
16. For home and small business networks, a typical setup is with e.g. fixed IP address 192.168.1.50:
    * IP address: 192.168.1.50
    * Mask address: 255.255.255.0
    * Gateway address (the address of your router): 192.168.1.1
    * Server Port: 502


---

# 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.voltmasters.io/device-integrations/ev-chargers/abb.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.
