Informatiewerking 003 doet het gewoon op de display.
Als ik eea compileer dan krijg ik dit:
(venv) richard@richard-Latitude-5420 ~/esphome $ esphome compile ecodan-esphome.yaml
INFO ESPHome 2025.7.5
INFO Reading configuration ecodan-esphome.yaml...
INFO Updating
https://github.com/gekkekoe/esphome-ecodan-hp/@main
WARNING Found '${status_compressor}' (see binary_sensor->1->status_compressor->name) which looks like a substitution, but 'status_compressor' was not declared
WARNING Found '${status_compressor}' (see binary_sensor->1->status_compressor->name) which looks like an expression, but could not resolve all the variables: 'status_compressor' is undefined
INFO Updating
https://github.com/gekkekoe/esphome-ecodan-hp.git@main
INFO Detected timezone 'Europe/Amsterdam'
INFO Generating C++ source...
INFO Compiling app...
Processing ecodan-heatpump (board: esp32-s3-devkitc-1; framework: espidf; platform:
https://github.com/pioard.../platform-espressif32.zip)
--------------------------------------------------------------------------------
HARDWARE: ESP32S3 240MHz, 320KB RAM, 8MB Flash
- framework-espidf @ 3.50302.0 (5.3.2)
- tool-cmake @ 3.30.2
- tool-esptoolpy @ 4.8.6
- tool-mklittlefs @ 3.2.0
- tool-ninja @ 1.7.1
- tool-riscv32-esp-elf-gdb @ 14.2.0+20240403
- tool-xtensa-esp-elf-gdb @ 14.2.0+20240403
- toolchain-esp32ulp @ 2.35.0-20220830
- toolchain-riscv32-esp @ 13.2.0+20240530
- toolchain-xtensa-esp-elf @ 13.2.0+20240530
Reading CMake configuration...
Dependency Graph
|-- ArduinoJson @ 7.4.2
Compiling .pioenvs/ecodan-heatpump/src/main.cpp.o
Linking .pioenvs/ecodan-heatpump/firmware.elf
RAM: [= ] 11.9% (used 39020 bytes from 327680 bytes)
Flash: [=== ] 30.2% (used 1188892 bytes from 3932160 bytes)
Building .pioenvs/ecodan-heatpump/firmware.bin
Creating esp32s3 image...
Successfully created esp32s3 image.
esp32_create_combined_bin([".pioenvs/ecodan-heatpump/firmware.bin"], [".pioenvs/ecodan-heatpump/firmware.elf"])
SHA digest in image updated
Wrote 0x132590 bytes to file /home/richard/esphome/.esphome/build/ecodan-heatpump/.pioenvs/ecodan-heatpump/firmware.factory.bin, ready to flash to offset 0x0
esp32_copy_ota_bin([".pioenvs/ecodan-heatpump/firmware.bin"], [".pioenvs/ecodan-heatpump/firmware.elf"])
========================= [SUCCESS] Took 17.63 seconds =========================
INFO Successfully compiled program.