🛠️ Projekt rozwijany — aktualnie stabilny i w pełni funkcjonalny!
- Komunikacja z rekuperatorem Thessla Green przez Modbus TCP
- Wsparcie dla pełnego zakresu danych:
sensor— temperatury, przepływy powietrza, statusy, błędybinary_sensor— stany pracy (także przezcoils), siłowniki bypassu, alarmyswitch— bypass, on/off, zmiana trybuselect— wybór trybu pracy i sezonu (lato/zima)number— ustawienie prędkości wentylatora (0–100%)
- Obsługa stanów w czasie rzeczywistym z szybkim odświeżaniem (domyślnie co 30s, konfigurowalne)
- Wsparcie błyskawicznego wykrywania utraty komunikacji
- Konfiguracja przez interfejs użytkownika (UI Config Flow)
- Integracja automatycznie grupuje wszystkie encje pod jedno urządzenie w Home Assistant
- Wsparcie dla HACS (Home Assistant Community Store)
- Po podaniu encji poboru energii możliwość wyliczenia COP, Moc Odzysku oraz Sprawność
- Dodaj to repozytorium jako Custom Repository w HACS
- Zainstaluj integrację Thessla Green
- Zrestartuj Home Assistant
- Przejdź do
Ustawienia → Integracje → Dodaj integrację - Wybierz Thessla Green i skonfiguruj IP urządzenia, port oraz numer slave
- Sklonuj to repozytorium do katalogu
custom_components:git clone https://github.com/twoj_uzytkownik/ThesslaGreen_HA.git custom_components/thessla_green
- Zrestartuj Home Assistant
- Dodaj integrację jak powyżej
🛠️ Work in progress — now stable and fully functional!
- Communicates with Thessla Green units over Modbus TCP
- Full range of data supported:
sensor— temperatures, airflow, statuses, errorsbinary_sensor— state confirmations (via coils), bypass actuator, alarmsswitch— bypass, on/off, mode changeselect— operation modes and season (summer/winter)number— set fan speed (0–100%)
- Real-time updates with fast polling (default 30s, configurable)
- Robust error handling and reconnection logic
- Easy setup via Home Assistant UI (Config Flow)
- All entities grouped into a single device in Home Assistant
- Fully HACS-compatible (Home Assistant Community Store)
- After entering the energy consumption entity, it is possible to calculate COP, Recovery Power and Efficiency
- Add this repository as a Custom Repository in HACS
- Install Thessla Green integration
- Restart Home Assistant
- Go to
Settings → Integrations → Add Integration - Select Thessla Green and configure IP address, port, and slave ID
- Clone this repository into your
custom_componentsfolder:git clone https://github.com/your_username/ThesslaGreen_HA.git custom_components/thessla_green
- Restart Home Assistant
- Add the integration as described above