1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 14:43:51 +00:00

Support for the AirThings Wave Plus (#1656)

Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
Jérôme Laban
2021-08-30 22:00:30 -04:00
committed by GitHub
parent 58350b6c99
commit 140ef791aa
10 changed files with 445 additions and 0 deletions

View File

@@ -246,6 +246,24 @@ sensor:
id: freezer_temp_source
reference_voltage: 3.19
number: 0
- platform: airthings_wave_plus
ble_client_id: airthings01
update_interval: 5min
temperature:
name: "Wave Plus Temperature"
radon:
name: "Wave Plus Radon"
radon_long_term:
name: "Wave Plus Radon Long Term"
pressure:
name: "Wave Plus Pressure"
humidity:
name: "Wave Plus Humidity"
co2:
name: "Wave Plus CO2"
tvoc:
name: "Wave Plus VOC"
time:
- platform: homeassistant
on_time:
@@ -334,6 +352,12 @@ esp32_ble_tracker:
- lambda: !lambda |-
ESP_LOGD("main", "Length of manufacturer data is %i", x.size());
ble_client:
- mac_address: 01:02:03:04:05:06
id: airthings01
airthings_ble:
#esp32_ble_beacon:
# type: iBeacon
# uuid: 'c29ce823-e67a-4e71-bff2-abaa32e77a98'
@@ -431,3 +455,4 @@ interval:
- logger.log: 'Interval Run'
display: