mheistermann / esphome-component-rcxazair

MIT License
1 stars 1 forks source link

Unable to install #1

Open ge33ek opened 1 year ago

ge33ek commented 1 year ago

Trying to activate this for a 9-1 Unit - https://www.aliexpress.com/item/1005005473581314.html?spm=a2g0o.order_list.order_list_main.11.21ef1802nmwsfM

NFO ESPHome 2023.6.4 INFO Reading configuration /config/esphome/esphome-web-bb7d28.yaml... INFO Generating C++ source... INFO Compiling app... Processing esphome-web-bb7d28 (board: esp32dev; framework: arduino; platform: platformio/espressif32@5.3.0)

HARDWARE: ESP32 240MHz, 320KB RAM, 4MB Flash

YAML is configured as ;

esphome: name: esphome-web-bb7d28 friendly_name: Air Quality

esp32: board: esp32dev framework: type: arduino

Enable logging

logger:

Enable Home Assistant API

api: encryption: key: "6vqaOZfxMdHlaQaKUXslR0cVEeEuvOYos+oPeT0Dzb0="

ota:

wifi: ssid: !secret wifi_ssid password: !secret wifi_password

Enable fallback hotspot (captive portal) in case wifi connection fails

ap: ssid: "Esphome-Web-Bb7D28" password: "XXXXXXXXXXXXX"

captive_portal:

external_components:

ble_client:

sensor:

mheistermann commented 1 year ago

Try again now with #2 merged 🙂