Open
Description
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?
Metadata
Metadata
Assignees
Labels
No labels