Zehnder ComfoAir E300/E400 ESPHome component

Hi,

I’ve create a ESPHome component for interacting with the Zehnder ComfoAir E300/E400 devices. The project is likely to work with the ComfoAir PRO 200/250/300 series as well, but this remains untested.

It works by connecting to an undocumented RS485 serial interface using Modbus RTU.

Current capabilities:

  • Fan speed control.
  • Read fan states (RPM, duty cycle, flow rate)
  • Read temperature & humidify (extract, supply, exhaust, intake).
  • Read bypass & heater state.
  • Read external setpoints (RF, 3 way-switch, bathroom switch)
  • Read device fault/errors.
  • Diagnostics (model, orientation, FW, etc)

Here you can find the code. If anyone’s interested, let me know since we need data from more devices to complete the register discovery.

:rocket: New Release

I’ve released version 1.1.0 of the Zehnder ComfoAir ESPHome component.

:wrench: What’s Changed

  • Check for unknown state in bypass sensor.
  • Change VCC to 3v3 for build instructions.
  • Change status to offline when modbus device cannot be reached.
  • Add mapping for transient states.
  • Add boost mode switch.
  • Add register dump capability.

The new release can be found here:

Give it a try and let me know what you think! Your feedback is appreciated.

:rocket: New Release

I’ve released version 1.2.0 of the Zehnder ComfoAir ESPHome component.

:wrench: What’s Changed

  • Speed count is now configurable.
  • Add optional air quality sensors.
  • Add/update sensor icons.
  • Add m5stack example.
  • Update example configurations.
  • Bugfix: Set correct pre-boost setpoint.

The new release can be found here:

Give it a try and let me know what you think! Your feedback is appreciated.