> For the complete documentation index, see [llms.txt](https://wiki.zeronest.pl/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.zeronest.pl/obslugiwane-urzadzenia/falowniki/falowniki-foxess/foxess-h3-pro.md).

# Foxess H3 Pro

### Lista Obsługiwanych urządzeń

| Model falownia |
| -------------- |
| H3-Pro-15.0    |
| H3-Pro-20.0    |
| H3-Pro-24.9    |
| H3-Pro-25.0    |
| H3-Pro-29.9    |
| H3-Pro-30.0    |

## Sposób podłączenia

#### Parametry Modbus

| Parametr | Wartość |
| -------- | ------- |
| baudrate | 9600    |
| slave ID | 247     |
| format   | 8n1     |

#### RS485

| DIN200 | Falownik          |
| ------ | ----------------- |
| A      | PIN 17 EMS RS485A |
| GND    | -                 |
| B      | PIN 18 EMS RS485B |

Do podłączenia falownika z modemem DIN200 należy użyć przewodu typu skrętka. Wynika to z małego rozmiaru pinów wtyczki w falowniku Foxess H3 Pro. Wejście A modemu należy podłączyć żyłą skrętki do PIN 17 (EMS RS485A), natomiast wejście B żyłą skrętki do PIN 18 (EMS RS485B). Poniżej znajduje się rysunek z opisami pinów wtyczki falownika.

<figure><img src="/files/80zf0PVxLIjoJewTcW9J" alt=""><figcaption></figcaption></figure>

<p align="center">Rysunek 1. Schemat 20-pinowej wtyczki wraz z opisem pinów falownika Foxess H3 Pro.</p>

## Konfiguracja falownika

Falownik na porcie RS485 domyślnie ma ustawiony baudrate 9600. Za pomocą panelu na falowniku można zmienić adres RS485. Z menu głównego na panelu LCD, za pomocą strzałek, wchodzimy w zakładkę **Setting** i klikamy :white\_check\_mark: -> **Communication** :white\_check\_mark: -> **RS485** :white\_check\_mark: -> **Device ID**. Domyślnie powinna być ustawiona wartość `247`. Jeśli nie, za pomocą strzałek góra/dół ustawiamy `247` i klikamy :white\_check\_mark:.

{% hint style="info" %}
Potrzebujesz wsparcia? Zajrzyj do [najczęściej zadawanych pytań](/faq/najczesciej-zadawane-pytania.md) lub skontaktuj się z [nami](/faq/kontakt.md).
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://wiki.zeronest.pl/obslugiwane-urzadzenia/falowniki/falowniki-foxess/foxess-h3-pro.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
