-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ 291c9df 🚀
- Loading branch information
Showing
7 changed files
with
59 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# CHANGEME: Set these variable to your liking | ||
title: ESPHome ComfoAir Q | ||
description: Interact with Zehnder Comfoair Q using ESPHome and Home Assistant | ||
theme: jekyll-theme-slate |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# About | ||
|
||
This project lets you use an ESP32 device with a CAN interface to interact with the Zehnder ComfoAir Q ventilation unit. | ||
|
||
# Installation | ||
|
||
You can use the button below to install the pre-built firmware directly to your device via USB from the browser. | ||
|
||
<esp-web-install-button manifest="./manifest.json"></esp-web-install-button> | ||
|
||
<script type="module" src="https://unpkg.com/esp-web-tools@9/dist/web/install-button.js?module"></script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"name": "Zehnder ComfoAir Q", | ||
"version": "", | ||
"home_assistant_domain": "esphome", | ||
"new_install_skip_erase": false, | ||
"builds": [ | ||
{ | ||
"chipFamily": "ESP32", | ||
"parts": [ | ||
{ | ||
"path": "zehnder-comfoair-q-esp32/zehnder-comfoair-q-esp32.bin", | ||
"offset": 0 | ||
} | ||
] | ||
}, | ||
{ | ||
"chipFamily": "ESP32-S3", | ||
"parts": [ | ||
{ | ||
"path": "zehnder-comfoair-q-esp32s3/zehnder-comfoair-q-esp32s3.bin", | ||
"offset": 0 | ||
} | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"chipFamily": "ESP32", | ||
"parts": [ | ||
{ | ||
"path": "zehnder-comfoair-q-esp32/zehnder-comfoair-q-esp32.bin", | ||
"offset": 0 | ||
} | ||
] | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"chipFamily": "ESP32-S3", | ||
"parts": [ | ||
{ | ||
"path": "zehnder-comfoair-q-esp32s3/zehnder-comfoair-q-esp32s3.bin", | ||
"offset": 0 | ||
} | ||
] | ||
} |
Binary file not shown.