Open ge33ek opened 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
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
logger:
api: encryption: key: "6vqaOZfxMdHlaQaKUXslR0cVEeEuvOYos+oPeT0Dzb0="
ota:
wifi: ssid: !secret wifi_ssid password: !secret wifi_password
ap: ssid: "Esphome-Web-Bb7D28" password: "XXXXXXXXXXXXX"
captive_portal:
external_components:
ble_client:
sensor:
Try again now with #2 merged 🙂
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
~~~ gattcif src/esphome/components/rcxazair/rcxazair.cpp:44:95: error: 'class esphome::ble_client::BLEClient' has no member named 'remote_bda'; did you mean 'remotebda'? auto status = esp_ble_gattc_register_fornotify(this->parent->gattcif, this->parent->remote_bda, chr->handle); ^~~~~~ remotebda Compiling /data/esphome-web-bb7d28/.pioenvs/esphome-web-bb7d28/src/esphome/components/wifi/wifi_component_esp32_arduino.cpp.o *** [/data/esphome-web-bb7d28/.pioenvs/esphome-web-bb7d28/src/esphome/components/rcxazair/rcxazair.cpp.o] Error 1 ========================== [FAILED] Took 6.35 seconds ==========================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: