Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New ESP setup, seems to stuck on Connection in progress #94

Open
BOMonsen opened this issue Oct 25, 2022 · 0 comments
Open

New ESP setup, seems to stuck on Connection in progress #94

BOMonsen opened this issue Oct 25, 2022 · 0 comments

Comments

@BOMonsen
Copy link

New to ESPHome, this might have been a tough start. I hooked the ESP boards up to my HA, adpoted them and got that working. Set up the Bluetooth and Airthings BLE search to find the MAC adress. Flashed the following config.

esphome:
name: "esphome-nr1"

esp32:
board: esp32dev
framework:
type: arduino

Enable logging

logger:
level: DEBUG

esp32_ble_tracker:

sensor:

  • platform: airthings_wave_plus
    ble_client_id: airthings01
    update_interval: 5min # default
    temperature:
    name: "WavePlus Temperature"
    radon:
    name: "WavePlus Radon"
    radon_long_term:
    name: "WavePlus Radon Long Term"
    pressure:
    name: "WavePlus Pressure"
    humidity:
    name: "WavePlus Humidity"
    co2:
    name: "WavePlus CO2"
    tvoc:
    name: "WavePlus VOC"

ble_client:

  • mac_address: 80:6F:B0:38:F5:E5
    id: airthings01

After a few hours, I still don't see any data from the Airthing plus. I checked the log, and the only thing I can see related to airthings are: [W][airthings_wave_plus:106]: Connection in progress

Any advice on progressing from this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant