mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40:14 -04:00
86 lines
1.7 KiB
YAML
86 lines
1.7 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
|
|
devicename: everything-presence-lite-8fa4fc
|
|
friendly_name: Everything Presence Great Room
|
|
static_ip: !secret everything-presence-great-room-ip
|
|
comment: Great Room Presence
|
|
|
|
packages:
|
|
base: !include common/device_base.yaml
|
|
network: !include common/wifi.yaml
|
|
EverythingSmartTechnology.Everything_Presence_Lite: github://everythingsmarthome/everything-presence-lite/everything-presence-lite-ha.yaml@main
|
|
|
|
ota:
|
|
- id: !remove ota_esphome
|
|
|
|
captive_portal:
|
|
|
|
esphome:
|
|
name: ${name}
|
|
name_add_mac_suffix: false
|
|
friendly_name: ${friendly_name}
|
|
|
|
# sensor:
|
|
# - platform: bme280_i2c
|
|
# i2c_id: bus_b
|
|
# # address: 0x76
|
|
# update_interval: 10s
|
|
# temperature:
|
|
# name: "Temperature"
|
|
# pressure:
|
|
# name: "Pressure"
|
|
# humidity:
|
|
# name: "Humidity" |