forked from nliaudat/floor-heating-controller
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathboard.yaml.orig
58 lines (48 loc) · 1.39 KB
/
board.yaml.orig
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
esphome:
name: ${name}
on_boot:
priority: -200
then:
- delay: 1min
- script.execute: valve_maintenance
project:
name: "nliaudat.floor-heating-controller"
version: "1.94.dev"
esp32:
board: nodemcu-32s
framework:
type: esp-idf #arduino #esp-idf
version: recommended #latest
sdkconfig_options:
CONFIG_COMPILER_OPTIMIZATION_SIZE: y
preferences:
flash_write_interval: 60min
# Enable logging
logger:
level: DEBUG #NONE# ERROR #INFO #DEBUG #VERBOSE
#baud_rate: 0 #to disable logging via UART
logs:
adc: INFO
sensor: ERROR
binary_sensor: INFO
cover: INFO
switch: INFO
climate: INFO
endstop : DEBUG
text_sensor : ERROR
homeassistant.sensor: ERROR
### debug mode :
# logger:
# level: VERY_VERBOSE #NONE# ERROR #INFO #DEBUG #VERBOSE
# Enable Home Assistant API
api:
reboot_timeout: 30min
ota:
# SN74HC595 I/O Expander (shift register) to control L9110s chips
sn74hc595:
- id: 'sn74hc595_hub'
data_pin: GPIO16 #Pin connected to SN74HC595 SER input
clock_pin: GPIO5 #Pin connected to SN74HC595 SRCLK pin
latch_pin: GPIO17 #Pin connected to SN74HC595 RCLK pin
oe_pin: GPIO18 ### needed by esphome, but connected to GND (outputEnable is used only for pwm all the pin)
sr_count: 2 #Number of daisy-chained shift registers, up-to 4