This commit is contained in:
2026-03-26 12:10:21 +01:00
parent 1f4970c17c
commit d4d76db890
877 changed files with 631941 additions and 26195 deletions

View File

@@ -1,80 +0,0 @@
substitutions:
device_name: "aqs-woonkamer2"
friendly_name: "AQS-woonkamer2"
comment: "esp32, pm, co2, temp, hum, occup, btprox"
location: "woonkamer"
api_password: !secret air_quality_woonkamer_api
ota_password: !secret ota_password
wifi_ssid: !secret wifi_ssid
wifi_password: !secret wifi_password
gateway: !secret ip_gateway
subnet: !secret ip_subnet
ip: !secret air_quality_woonkamer_ip
update_interval: 30s
pin_status: GPIO2
pin_sda: GPIO21
pin_scl: GPIO22
pin_pm_rx: GPIO18
pin_pm_tx: GPIO19
pin_ld_tx: GPIO16
pin_ld_rx: GPIO17
pin_leds: GPIO23
packages:
board: !include boards/esp32_wroom_arduino.yaml
i2c: !include interfaces/i2c_a.yaml
device_base: !include common/common.yaml
connection: !include common/wifi.yaml
status: !include templates/status.yaml
logger: !include templates/nologger.yaml
bt_proxy: !include common/bluetooth.yaml
#sensors
#mmwave: !include sensors/ld2420.yaml
pmsc: !include sensors/pmsx0003.yaml
co2: !include sensors/scd30.yaml
tvoc: !include sensors/sgp30.yaml
light:
- platform: neopixelbus
type: GRBW
variant: ws2812X
pin: ${pin_leds}
num_leds: 3
name: "${device_name}_RGB_Light"
id: RGB_Light
effects:
- random:
name: "Random"
transition_length: 4s
update_interval: 5s
- addressable_rainbow:
name: Rainbow Effect
speed: 100
width: 2
- platform: partition
name: "Top_LED"
segments:
# Use first 10 LEDs from the light with ID light1
- id: RGB_Light
from: 2
to: 2
- platform: partition
name: "Middle_LED"
segments:
# Use first 10 LEDs from the light with ID light1
- id: RGB_Light
from: 1
to: 1
- platform: partition
name: "Bottom_LED"
segments:
# Use first 10 LEDs from the light with ID light1
- id: RGB_Light
from: 0
to: 0

View File

@@ -1,17 +0,0 @@
substitutions:
name: everything-presence-lite-20946c
friendly_name: Everything Presence Lite 20946c
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: 0ZAfs0jaWqKlNuTPEiPYj5vgi1eA0GPZU1xYtJAEdAM=
wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password

View File

@@ -1,37 +0,0 @@
substitutions:
device_name: "hvac-ir-zolder"
friendly_name: "Airco IR Zolder"
comment: "ESP8266, Tuya-hack, IR"
location: "zolder"
api_password: !secret hvac_zolder_api
ota_password: !secret ota_password
wifi_ssid: !secret wifi_ssid
wifi_password: !secret wifi_password
gateway: !secret ip_gateway
subnet: !secret ip_subnet
ip: !secret hvac_zolder_ip
hvac_sensor: sht_temp
update_interval: 30s
#pin definitions
pin_ir_tx: GPIO14
pin_ir_rx: GPIO5
pin_button: GPIO13
pin_leds: GPIO03
#pin_status: GPIO4
pin_sda: GPIO4
pin_scl: GPIO0
packages:
board: !include boards/esp12f.yaml
ir: !include interfaces/ir.yaml
i2c_a: !include interfaces/i2c_a.yaml
connection: !include common/wifi.yaml
device_base: !include common/common.yaml
climate: !include templates/climate_sens.yaml
#status: !include templates/status.yaml
logger: !include templates/logger.yaml
sht3x: !include sensors/sht3x.yaml
smsl: !include templates/remote_smsl.yaml