forked from wichers/esphome-comfoair
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcomfoair.yaml
83 lines (75 loc) · 1.68 KB
/
comfoair.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
esphome:
name: comfoair
platform: ESP8266
board: esp01_1m
includes:
- comfoair.h
external_components:
- source:
type: git
url: https://github.com/nyxnyx/esphome-comfoair
components: [comfoair]
wifi:
ssid: 'your-wifi-ssid-here'
password: 'put-your-wifi-password-here'
# Disable uart logging
logger:
baud_rate: 0
# Enable Home Assistant API
api:
password: 'set-an-api-password-here'
ota:
sensor:
binary_sensor:
uart:
id: uart_bus
baud_rate: 9600
tx_pin: TX
rx_pin: RX
comfoair:
name: "ComfoAir 350"
uart_id: uart_bus
fan_supply_air_percentage:
name: "Fan supply (%)"
fan_exhaust_air_percentage:
name: "Fan exhaust (%)"
fan_speed_supply:
name: "Supply fan speed"
fan_speed_exhaust:
name: "Exhaust fan speed"
is_bypass_valve_open:
name: "Is bypas open?"
is_preheating:
name: "is preheating active?"
outside_air_temperature:
name: "Outside temperature"
supply_air_temperature:
name: "Supply temperature"
return_air_temperature:
name: "Return temperature"
exhaust_air_temperature:
name: "Exhaust temperature"
enthalpy_temperature:
name: "Enthalpy temperature"
ewt_temperature:
name: "EWT temperature "
reheating_temperature:
name: "Reheating temperature"
kitchen_hood_temperature:
name: "Kitchen hood temperature"
return_air_level:
name: "Return level"
supply_air_level:
name: "Supply level"
is_supply_fan_active:
name: "Is supply fan active?"
is_filter_full:
name: "Is filter full?"
bypass_factor:
name: "Bypass factor"
bypass_step:
name: "Bypass step"
bypass_correction:
name: "Bypass correction"
is_summer_mode:
name: "Is summer mode?"