You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
The text was updated successfully, but these errors were encountered:
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:
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:
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?
The text was updated successfully, but these errors were encountered: