yoziru / esphome-zehnder-comfoair

Interact with Zehnder Comfoair Q using ESPHome and Home Assistant
https://yoziru.github.io/esphome-zehnder-comfoair/
GNU General Public License v3.0
23 stars 7 forks source link

ERROR Error while reading config: Invalid YAML syntax: #15

Open Peeka49 opened 3 months ago

Peeka49 commented 3 months ago

Hi, thanks for the hard work, I just bought the atomS3 with mini can to replace my previous ESP32 that have many problems.

I'm blocked and I'm not able to compile and install the files onto the atom.

Do you have a small tutorial on how to do it? Sorry I'm pretty new ESPhome.

I tried to compile with esphome via CMD but I have this error:

C:\Users\Pierre\Downloads\esphome-zehnder-comfoair-main\esphome-zehnder-comfoair-main>esphome upload zehnder-comfoair-q-m5stack-atoms3.yml INFO ESPHome 2024.5.4 INFO Reading configuration zehnder-comfoair-q-m5stack-atoms3.yml... ERROR Error while reading config: Invalid YAML syntax:

while parsing a block mapping in "packages\sensors.yml", line 1, column 1 expected , but found '' in "packages\sensors.yml", line 350, column 2

Peeka49 commented 2 months ago

Ok finally I managed to install it on the board, I use GIT CMD (software to download for windows) And I called the command : esphome compile zehnder-comfoair-q-m5stack-atoms3.yaml.

I had to change the name of the extension file to .yaml so it would comile and uplaod on the board.

Not easy when you are new to this esphome world :-)