Files
fresh-home/esphome/everything-presence-lite-8fa4fc.yaml
T

86 lines
1.6 KiB
YAML

# DFRobot Connector (top)
# [1][2][3][4][5][6]
# 1: 5V
# 2: GND
# 3: GPIO19 / pin38
# 4: GPIO18 / pin35
# 5: GPIO17 / pin27 < in use by LD2450 | UART TX
# 6: GPIO16 / pin25 < in use by LD2450 | UART RX
# LD2410 connector (bottom)
# [1][2][3][4][5]
# 1: GPIO16 / pin25
# 2: GPIO17 / pin27
# 3: GPIO18 / pin35
# 4: GND
# 5: 5V
# Debug connector (next to 5V connector)
# [1][2][3]
# [4][5][6]
# 1: GPIO32 / pin12
# 2: GPIO26 / pin15
# 3: 3.3V
# 4: GPIO25 / pin14
# 5: GPIO27 / pin16
# 6: GND
# i2c:
# - id: bus_b
# sda: 26
# scl: 27
# scan: true
# sensor:
# - platform: scd4x
# i2c_id: bus_b
# id: scd40
# measurement_mode: low_power_periodic
# co2:
# name: "CO2"
# id: "co2"
# filters:
# - or:
# - delta: 5%
# - delta: 5
# automatic_self_calibration: false
substitutions:
name: everything-presence-lite-8fa4fc
friendly_name: Everything Presence Great Room
packages:
EverythingSmartTechnology.Everything_Presence_Lite: github://everythingsmarthome/everything-presence-lite/everything-presence-lite-ha.yaml@main
esphome:
name: ${name}
name_add_mac_suffix: false
friendly_name: ${friendly_name}
api:
encryption:
key: Qi7Fi+ayleijFB6gE1/jnEtuI95NCEiwNM/QnqB+e28=
wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password
binary_sensor:
- platform: status
name: "Status"
# sensor:
# - platform: bme280_i2c
# i2c_id: bus_b
# # address: 0x76
# update_interval: 10s
# temperature:
# name: "Temperature"
# pressure:
# name: "Pressure"
# humidity:
# name: "Humidity"