-
Notifications
You must be signed in to change notification settings - Fork 3
/
zehnder-comfoair-can.yaml
75 lines (60 loc) · 1.69 KB
/
zehnder-comfoair-can.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
substitutions:
name: zehnder-comfoair-can
filter_time: 5s
filter_send_every: '1'
filter_window_size: '3'
can_tx_pin: GPIO22
can_rx_pin: GPIO19
packages:
remote_package:
url: https://github.com/dan-s-github/zehnder-comfoair-can
ref: main
files:
- packages/canbus.yml
- packages/binary_sensors.yml
- packages/button.yml
- packages/select.yml
- packages/sensors.yml
- packages/switch.yml
- packages/text_sensors.yml
- packages/fan.yml
- packages/climate.yml
- packages/diagnostics.yml
esphome:
name: ${name}
friendly_name: Zehnder ComfoAir CAN
comment: Zehnder ComfoAir Q350
esp32:
board: m5stack-atom
framework:
type: arduino
# Enable logging
logger:
level: INFO
logs:
canbus: INFO
external_components:
- source: github://dan-s-github/zehnder-comfoair-can
components: [ zehnder_comfoair_q ]
# See docs: https://github.com/michaelarnauts/aiocomfoconnect/blob/master/docs/PROTOCOL-PDO.md
zehnder_comfoair_q:
id: comfoair
request_ids: [16, 49, 54, 55, 65, 66, 67, 81, 82,
117, 118, 119, 120, 121, 122, 128, 129, 130, 144, 145, 146, 192,
209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 220, 221, 227,
274, 275, 276, 277, 278, 290, 291, 292, 293, 294]
###### Replace remianing with values from original yaml
# Enable Home Assistant API
api:
encryption:
key: "5wqUYCw5MwKhuU/c7KL2+JCCe9JIe57CmTuhYhQ/BYM="
# Allow Over-The-Air updates
ota:
wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password
# Enable fallback hotspot (captive portal) in case wifi connection fails
ap:
ssid: "${name}-fallback"
password: !secret fallback_hotspot_password
captive_portal: