Skip to content

Commit

Permalink
Deploying to gh-pages from @ 291c9df 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
yoziru committed Apr 30, 2024
1 parent bfa2880 commit 73d73a1
Show file tree
Hide file tree
Showing 7 changed files with 59 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _config.yml
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
11 changes: 11 additions & 0 deletions index.md
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>
26 changes: 26 additions & 0 deletions manifest.json
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
}
]
}
]
}
9 changes: 9 additions & 0 deletions zehnder-comfoair-q-esp32/manifest.json
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.
9 changes: 9 additions & 0 deletions zehnder-comfoair-q-esp32s3/manifest.json
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.

0 comments on commit 73d73a1

Please sign in to comment.