HACS GTC Syberia 5 (Ventmachine) for Home Assistant

Hello everyone! :wave:

I want to share a custom integration I’ve been working on for Ventmachine air handling units (equipped with GTC, Syberia 5, or similar controllers) that communicate over Modbus TCP.

:star2: Key Features

  • Native Climate & Fan Entities: Full control over your HVAC system. Includes target temperature setting (strictly clamped to the hardware’s 5.0–30.0 °C range) and smooth 10-step fan speed control.
  • Auto-Hardware Detection: The integration reads your specific configuration directly from the Modbus registers (Heater type, Cooler, Recuperator) and displays it elegantly in the Device Info card.
  • Semantic Alarms: All hardware faults and warnings (Fire, Freeze threats, Overheating, Filter limits) are mapped to standard Problem binary sensors for proper history coloring (Red/Green) out of the box.
  • Transparent Process Tracking: Instead of basic ON/OFF states, you get detailed text sensors for current mechanical operations (e.g., “Opening damper”, “Preheating”, “Coasting”).
  • Sensors: Read actual fan RPMs, operation countdown timers, and the next scheduled start time from the built-in controller (these are hidden by default to keep the UI clean if your specific unit lacks the physical sensors).

:inbox_tray: Installation

The easiest way to install it is via HACS:

  1. Open HACS → Integrations.
  2. Click the 3 dots in the top right corner and select Custom repositories.
  3. Add https://github.com/Eugen417/GTC_VENTMACHINE_HA with the category Integration.
  4. Download, restart Home Assistant, and add the integration via Settings → Devices & Services (you only need to provide the IP address of your controller).

:robot: Bonus: CO2 Automation Blueprint

Along with the integration, I’ve created a Blueprint for smart CO2-based ventilation control. It adjusts the fan speed dynamically and includes a “Fast Mode” switch to quickly purge the air at maximum speed until the target CO2 level is reached.

:link: GitHub Repository: Eugen417/GTC_VENTMACHINE_HA