Skip to content

V2.1.0

Choose a tag to compare

@CodedCactus CodedCactus released this 03 Jun 14:47
· 9 commits to main since this release
12f0296

Breaking changes

This version removes the need to include the zehnder_base.yaml file.

Upgrade guide

This release contains a breaking change to the config in order to support newer FW versions. The config is now firmware dependent.

1. Check your FW version

On older FW versions (1.x.x):

Menu -> login (pwd 4210) -> toestel specificatie -> SW

Or on the newer FW models (2.x.x) and (3.x.x):

Menu -> Opties -> SW

2. Update your configuration

Old config:

packages:
  remote_package:
    url: https://github.com/CodedCactus/zehnder-comfoair
    ref: main
    files: [components/zehnder.yaml]
    refresh: 0s

New config:

packages:
  remote_package:
    url: https://github.com/CodedCactus/zehnder-comfoair
    ref: main
    files: [components/zehnder_fw{major}.yaml]   # use fw1, fw2 or fw3 depending on your unit
    refresh: 0s

What's Changed

Full Changelog: v2.0.0...v2.1.0