95 lines
2.4 KiB
YAML
95 lines
2.4 KiB
YAML
esphome:
|
|
name: rgbg-living
|
|
|
|
esp32:
|
|
board: nodemcu-32s
|
|
framework:
|
|
type: arduino
|
|
|
|
# Enable logging
|
|
logger:
|
|
|
|
# Enable Home Assistant API
|
|
api:
|
|
password: ""
|
|
|
|
ota:
|
|
password: ""
|
|
|
|
wifi:
|
|
ssid: "Bababaambox"
|
|
password: "mopRulezmopRulez"
|
|
reboot_timeout: "5 min"
|
|
fast_connect: True
|
|
|
|
# Enable fallback hotspot (captive portal) in case wifi connection fails
|
|
# ap:
|
|
# ssid: "rgbg living Fallback Hotspot"
|
|
# password: "iCMaF8TURlPg"
|
|
|
|
# captive_portal:
|
|
|
|
# http://oot6ainge9aef6iaf4Cu:oonohNaej6soh7TooPha@rgbg-kitchen.local/metrics
|
|
web_server:
|
|
auth:
|
|
username: oot6ainge9aef6iaf4Cu
|
|
password: oonohNaej6soh7TooPha
|
|
|
|
prometheus:
|
|
|
|
esp32_ble_tracker:
|
|
|
|
sensor:
|
|
- platform: wifi_signal
|
|
name: "rgbg-living WiFi Signal Sensor"
|
|
- platform: uptime
|
|
name: "rgbg-living Uptime Sensor"
|
|
- platform: pvvx_mithermometer
|
|
mac_address: "A4:C1:38:9B:18:D0"
|
|
temperature:
|
|
name: "rgbg-living-outside Temperature"
|
|
humidity:
|
|
name: "rgbg-living-outside Humidity"
|
|
battery_level:
|
|
name: "rgbg-living-outside Battery-Level"
|
|
battery_voltage:
|
|
name: "rgbg-living-outside Battery-Voltage"
|
|
signal_strength:
|
|
name: "rgbg-living-outside Signal"
|
|
- platform: pvvx_mithermometer
|
|
mac_address: "A4:C1:38:E1:36:C0"
|
|
temperature:
|
|
name: "rgbg-living-living Temperature"
|
|
humidity:
|
|
name: "rgbg-living-living Humidity"
|
|
battery_level:
|
|
name: "rgbg-living-living Battery-Level"
|
|
battery_voltage:
|
|
name: "rgbg-living-living Battery-Voltage"
|
|
signal_strength:
|
|
name: "rgbg-living-living Signal"
|
|
- platform: xiaomi_hhccjcy01
|
|
mac_address: 'C4:7C:8D:67:44:95'
|
|
temperature:
|
|
name: "rgbg-living-outside-flora Temperature"
|
|
moisture:
|
|
name: "rgbg-living-outside-flora Moisture"
|
|
illuminance:
|
|
name: "rgbg-living-outside-flora Illuminance"
|
|
conductivity:
|
|
name: "rgbg-living-outside-flora Conductivity"
|
|
battery_level:
|
|
name: "rgbg-living-outside-flora Battery-Level"
|
|
- platform: xiaomi_hhccjcy01
|
|
mac_address: 'C4:7C:8D:67:42:34'
|
|
temperature:
|
|
name: "rgbg-living-krasser-kaktus Temperature"
|
|
moisture:
|
|
name: "rgbg-living-krasser-kaktus Moisture"
|
|
illuminance:
|
|
name: "rgbg-living-krasser-kaktus Illuminance"
|
|
conductivity:
|
|
name: "rgbg-living-krasser-kaktus Conductivity"
|
|
battery_level:
|
|
name: "rgbg-living-krasser-kaktus Battery-Level"
|