Add initial ESPHome configuration files and .gitignore
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
esphome:
|
||||
name: esphome-web-0fedb4
|
||||
friendly_name: Test
|
||||
|
||||
esp32:
|
||||
board: esp32dev
|
||||
framework:
|
||||
type: arduino
|
||||
|
||||
# Enable logging
|
||||
logger:
|
||||
|
||||
# Enable Home Assistant API
|
||||
api:
|
||||
encryption:
|
||||
key: "fm4ccKErq3XRViSecNf85iR4bASkJZjmHU57L1jfDYA="
|
||||
|
||||
ota:
|
||||
|
||||
|
||||
wifi:
|
||||
ssid: !secret wifi_ssid
|
||||
password: !secret wifi_password
|
||||
|
||||
# Enable fallback hotspot (captive portal) in case wifi connection fails
|
||||
ap:
|
||||
ssid: "Esphome-Web-0Fedb4"
|
||||
password: "BXHfWtTWeRew"
|
||||
|
||||
captive_portal:
|
||||
|
||||
|
||||
sensor:
|
||||
- platform: dht
|
||||
pin: 4
|
||||
temperature:
|
||||
name: "Living Room Temperature"
|
||||
humidity:
|
||||
name: "Living Room Humidity"
|
||||
update_interval: 5s
|
||||
@@ -0,0 +1,31 @@
|
||||
esphome:
|
||||
name: esp-home-hall
|
||||
friendly_name: Hall Charger
|
||||
|
||||
esp32:
|
||||
board: esp32dev
|
||||
framework:
|
||||
type: arduino
|
||||
|
||||
# Enable logging
|
||||
logger:
|
||||
|
||||
# Enable Home Assistant API
|
||||
api:
|
||||
encryption:
|
||||
key: "Ia673XZ4tpmC6xApq59PZYEfsz6SeUdZdGh1zv1iDGI="
|
||||
|
||||
ota:
|
||||
|
||||
|
||||
wifi:
|
||||
ssid: !secret wifi_ssid
|
||||
password: !secret wifi_password
|
||||
|
||||
# Enable fallback hotspot (captive portal) in case wifi connection fails
|
||||
ap:
|
||||
ssid: "Esphome-Web-0Fedc0"
|
||||
password: "bYA2YBfnBE4n"
|
||||
|
||||
captive_portal:
|
||||
|
||||
@@ -0,0 +1,31 @@
|
||||
esphome:
|
||||
name: hall
|
||||
friendly_name: Hall
|
||||
|
||||
esp32:
|
||||
board: esp32dev
|
||||
framework:
|
||||
type: arduino
|
||||
|
||||
# Enable logging
|
||||
logger:
|
||||
|
||||
# Enable Home Assistant API
|
||||
api:
|
||||
encryption:
|
||||
key: "2bBi+SYgXR8tGy78rLfNGgtOZdSmf+UHpD4fpr/n5ag="
|
||||
|
||||
ota:
|
||||
password: "6e73941636dbaf1b5fb3191d7663f751"
|
||||
|
||||
wifi:
|
||||
ssid: !secret wifi_ssid
|
||||
password: !secret wifi_password
|
||||
|
||||
# Enable fallback hotspot (captive portal) in case wifi connection fails
|
||||
ap:
|
||||
ssid: "Hall Fallback Hotspot"
|
||||
password: "yZRGDi4wENCc"
|
||||
|
||||
captive_portal:
|
||||
|
||||
@@ -0,0 +1,42 @@
|
||||
esphome:
|
||||
name: mateusz-s-esp
|
||||
friendly_name: Mateusz_s_esp
|
||||
|
||||
esp32:
|
||||
board: esp32dev
|
||||
framework:
|
||||
type: arduino
|
||||
|
||||
# Enable logging
|
||||
logger:
|
||||
|
||||
# Enable Home Assistant API
|
||||
api:
|
||||
encryption:
|
||||
key: "C9xzP8pJqdTpzlE95zZ5O4ZjNuWI/PVwaDiFaIlO1F8="
|
||||
|
||||
ota:
|
||||
password: "fa5e5bd9c36c45f9ff4bca490ac83bf6"
|
||||
|
||||
wifi:
|
||||
ssid: !secret wifi_ssid
|
||||
password: !secret wifi_password
|
||||
|
||||
# Enable fallback hotspot (captive portal) in case wifi connection fails
|
||||
ap:
|
||||
ssid: "Mateusz-S-Esp Fallback Hotspot"
|
||||
password: "lo4bTKMYOzVH"
|
||||
|
||||
captive_portal:
|
||||
|
||||
esp32_ble_tracker:
|
||||
|
||||
binary_sensor:
|
||||
- platform: ble_presence
|
||||
mac_address: 62:DB:3F:6D:22:85
|
||||
name: "BLE TEST"
|
||||
|
||||
sensor:
|
||||
- platform: ble_rssi
|
||||
mac_address: 62:DB:3F:6D:22:85
|
||||
name: "Phone RSSI"
|
||||
@@ -0,0 +1,67 @@
|
||||
esphome:
|
||||
name: upk2esphome-bk7231n
|
||||
|
||||
bk72xx:
|
||||
board: generic-bk7231n-qfn32-tuya
|
||||
|
||||
logger:
|
||||
|
||||
web_server:
|
||||
|
||||
captive_portal:
|
||||
|
||||
mdns:
|
||||
|
||||
api:
|
||||
encryption:
|
||||
key: ""
|
||||
|
||||
ota:
|
||||
platform: esphome
|
||||
password: !secret ota
|
||||
|
||||
wifi:
|
||||
ssid: Suchodupin_IoT_2G
|
||||
password: CEC0E76B
|
||||
ap:
|
||||
|
||||
text_sensor:
|
||||
- platform: libretiny
|
||||
version:
|
||||
name: LibreTiny Version
|
||||
- platform: template
|
||||
id: tuya_pir_state
|
||||
name: (Unconfirmed) Pir State
|
||||
filters:
|
||||
- map:
|
||||
- 0 -> Pir
|
||||
- 1 -> None
|
||||
- platform: template
|
||||
id: tuya_battery_state
|
||||
name: (Unconfirmed) Battery State
|
||||
filters:
|
||||
- map:
|
||||
- 0 -> Low
|
||||
- 1 -> Middle
|
||||
- 2 -> High
|
||||
|
||||
uart:
|
||||
rx_pin: RX1
|
||||
tx_pin: TX1
|
||||
baud_rate: 9600
|
||||
|
||||
tuya:
|
||||
# DPIDs processed from schema model: esi4xk
|
||||
on_datapoint_update:
|
||||
- sensor_datapoint: 1
|
||||
datapoint_type: enum
|
||||
then:
|
||||
- text_sensor.template.publish:
|
||||
id: tuya_pir_state
|
||||
state: !lambda "return std::to_string(x);"
|
||||
- sensor_datapoint: 3
|
||||
datapoint_type: enum
|
||||
then:
|
||||
- text_sensor.template.publish:
|
||||
id: tuya_battery_state
|
||||
state: !lambda "return std::to_string(x);"
|
||||
Reference in New Issue
Block a user