> 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.md).

# Foxess H3

### Lista Obsługiwanych urządzeń

| Model falownika |
| --------------- |
| H3-5.0-E        |
| H3-6.0-E        |
| H3-8.0-E        |
| H3-10.0-E       |
| H3-12.0-E       |

## Sposób podłączenia

#### Parametry Modbus

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

#### RS485

| DIN200 | Falownik     |
| ------ | ------------ |
| A      | PIN 1 RS485A |
| GND    | -            |
| B      | PIN 2 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. Wejście A modemu należy podłączyć żyłą skrętki do PIN 1 (RS485A), natomiast wejście B żyłą skrętki do PIN 2 (RS485B). Poniżej znajduje się rysunek z opisem pinów wtyczki falownika.

<figure><img src="/files/2dGcKaax7BJY0jiHxeCy" alt=""><figcaption></figcaption></figure>

<p align="center">Rysunek 1. Schemat wtyczki falownika do komunikacji poprzez interfejs RS485 wraz z opisami pinów.</p>

<div data-with-frame="true"><figure><img src="/files/r7G7nOIv9MOhXOxWC9UW" alt="" width="375"><figcaption></figcaption></figure></div>

<p align="center">Rysunek 2. Podłączenie żył skrętki z wtyczką falownika. Żyła niebieska: PIN 1 (RS485A). Żyła biało-niebieska: PIN 2 (RS485B).</p>

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

<p align="center">Rysunek 3. Podłączenie przewodów skrętki z wtyczką modemu DIN200. Wejście A: żyła niebieska. Wejście B: żyła biało-niebieska.</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.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.
