mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40:14 -04:00
fixing boys room bright, some views, and a bunch of small fixes
This commit is contained in:
@@ -1,3 +1,56 @@
|
||||
# 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
|
||||
@@ -18,4 +71,16 @@ wifi:
|
||||
|
||||
binary_sensor:
|
||||
- platform: status
|
||||
name: "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"
|
||||
Reference in New Issue
Block a user