-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdsleep_8285_1.yaml
85 lines (70 loc) · 1.48 KB
/
dsleep_8285_1.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
#zf210227.2335
esphome:
name: dsleep_8285_1
platform: ESP8266
board: esp8285
# Configuration WIFI
wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password
# fast_connect: true
# Enable fallback hotspot (captive portal) in case wifi connection fails
ap:
ssid: "dsleep_8285_1 Fallback"
password: !secret ap_wifi_password
captive_portal:
# Enable logging
logger:
# level: VERBOSE
# logs:
# mqtt.component: DEBUG
# mqtt.client: ERROR
# Enable Home Assistant API
#api:
# password: !secret api_password
ota:
password: !secret ota_password
# Définition des Switch's
switch:
- platform: gpio
name: "dsleep_8285_1 LED"
inverted: True
id: led
pin: GPIO2
- platform: restart
name: "dsleep_8285_1 Restart"
# WEB Server
web_server:
port: 80
# MQTT server
mqtt:
broker: !secret mqtt_server_dev
port: !secret mqtt_port_dev
username: !secret mqtt_user_dev
password: !secret mqtt_password_dev
# I2C conf
i2c:
sda: GPIO4
scl: GPIO14
# Sensors
sensor:
- platform: wifi_signal
name: "dsleep_8285_1 Signal Wi-Fi"
update_interval: 5s
- platform: uptime
name: "dsleep_8285_1 uptime"
update_interval: 5s
- platform: htu21d
temperature:
name: "dsleep_8285_1 Température"
humidity:
name: "dsleep_8285_1 Humidité"
update_interval: 5s
- platform: adc
pin: VCC
name: "dsleep_8285_1 VCC Voltage"
update_interval: 5s
# Deep Sleep
deep_sleep:
run_duration: 20s
sleep_duration: 60s