TekOnline

ESPHome 8-Zone HVAC Controller Firmware v2026-05-17: Relay Inversion and OTA Updates

Important: V1 and V2 use different firmware

The V1 and V2 boards use different ESP32 GPIO pinouts. You must use the correct firmware for your board revision.

If you are unsure which board you have, check your order or contact TekOnline. Using the wrong firmware will cause incorrect zone switching.

What changed

This release adds:

  • per-zone relay inversion switches for all eight zones
  • a TekOnline firmware version visible in Home Assistant
  • OTA update support from the ESPHome Dashboard
  • V1 and V2 firmware builds kept in sync

Per-zone relay inversion

Some HVAC zone interfaces behave as active-high outputs. Others behave as active-low outputs.

If a zone behaves backwards, for example off in Home Assistant turns the HVAC output on, use the new inversion switch for that zone.

In Home Assistant, look for:

  • Zone 1 Relay Inverted
  • Zone 2 Relay Inverted
  • Zone 3 Relay Inverted
  • Zone 4 Relay Inverted
  • Zone 5 Relay Inverted
  • Zone 6 Relay Inverted
  • Zone 7 Relay Inverted
  • Zone 8 Relay Inverted

Turn on the inversion switch only for the zone that behaves backwards. If all zones behave backwards, turn on all eight inversion switches.

Default inversion values

The firmware ships with sensible defaults that match each board revision’s physical relay behaviour.

V2 defaults:

ZoneGPIODefault Inverted
1GPIO12No
2GPIO14Yes
3GPIO27Yes
4GPIO26No
5GPIO25Yes
6GPIO33Yes
7GPIO32Yes
8GPIO4No

V1 defaults:

ZoneGPIODefault Inverted
1GPIO27No
2GPIO32Yes
3GPIO25Yes
4GPIO33No
5GPIO26Yes
6GPIO19Yes
7GPIO18Yes
8GPIO17Yes

You can override any of these defaults from Home Assistant using the per-zone inversion switches.

Firmware version in Home Assistant

Each controller now exposes diagnostic entities including:

  • 8-Zone V2 ESPHome Version (or V1)
  • 8-Zone V2 WiFi Signal
  • 8-Zone V2 Uptime Seconds
  • 8-Zone V2 IP

This makes support easier because you can confirm exactly which firmware build is installed and check network health without opening the ESPHome YAML.

OTA updates

If the controller is already online and already running ESPHome firmware, you can usually update it over the network:

  1. Add the correct YAML to your ESPHome Dashboard.
  2. Click Install.
  3. Choose Wirelessly.

If ESPHome cannot find the device by hostname, find the controller’s IP address in Home Assistant or your router and temporarily add use_address to your local copy of the YAML:

wifi:
  use_address: 192.168.1.123

Replace 192.168.1.123 with your controller’s actual IP address. Do not add a private IP address to the public/shared YAML file.

If OTA is not available

OTA only works if ESPHome firmware is already running on the controller and the controller is reachable on your network.

If the ESP32 flash has been wiped, or if the current firmware does not support OTA, use USB flashing first. After a successful USB flash with ESPHome firmware, future updates can usually be done wirelessly.

Need help?

Contact TekOnline and include:

  • your board revision (V1 or V2)
  • whether the controller is currently online
  • the controller IP address, if known
  • your ESPHome version
  • the firmware version shown in Home Assistant, if available
  • whether any zones appear inverted

Posted

in

by

Tags:

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *