EspHome new
This commit is contained in:
61
gas-kitchen-wemos.yaml
Normal file
61
gas-kitchen-wemos.yaml
Normal file
@@ -0,0 +1,61 @@
|
||||
esphome:
|
||||
name: gas-kitchen-wemos
|
||||
friendly_name: Gas_Kitchen_WeMos
|
||||
|
||||
esp8266:
|
||||
board: esp01_1m
|
||||
|
||||
# Enable logging
|
||||
logger:
|
||||
|
||||
# Enable Home Assistant API
|
||||
api:
|
||||
encryption:
|
||||
key: "kBrycQHq/8zzcKw9dcv06c7taI9MOBnXRHKqFcBBRnM="
|
||||
|
||||
ota:
|
||||
- platform: esphome
|
||||
password: "8028833c244a6ebdc6f44b8506ead784"
|
||||
|
||||
|
||||
wifi:
|
||||
ssid: "SmartHome"
|
||||
password: ""
|
||||
|
||||
# Enable fallback hotspot (captive portal) in case wifi connection fails
|
||||
ap:
|
||||
# ssid: "Gas-Kitchen Fallback Hotspot"
|
||||
# password: "0n8oXqMAAFPU"
|
||||
|
||||
use_address: 192.168.88.21
|
||||
|
||||
manual_ip:
|
||||
static_ip: 192.168.88.21
|
||||
gateway: 192.168.88.1
|
||||
subnet: 255.255.255.0
|
||||
|
||||
captive_portal:
|
||||
|
||||
# MQ2 Smoke Gas Sensor
|
||||
sensor:
|
||||
- platform: adc
|
||||
pin: A0
|
||||
name: "WeMos D1 Mini Gas Sensor"
|
||||
update_interval: 1s
|
||||
filters:
|
||||
- multiply: 100
|
||||
unit_of_measurement: "ppm"
|
||||
icon: "mdi:meter-gas-outline"
|
||||
|
||||
web_server:
|
||||
port: 80
|
||||
auth:
|
||||
username: "silver"
|
||||
password: "cbvgcjy0"
|
||||
|
||||
mqtt:
|
||||
broker: 192.168.88.4
|
||||
username: 'miroca'
|
||||
password: 'cbvgcjy0'
|
||||
discovery: False # disable entity discovery
|
||||
discover_ip: True # enable device discovery
|
||||
Reference in New Issue
Block a user