-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathexample.yaml
68 lines (56 loc) · 1.51 KB
/
example.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
substitutions:
name: halcyon-controller
friendly_name: Halcyon Controller
halcyon_name: My AC
esp_board: esp32-poe-iso
packages:
wifi: !include common/wifi.yaml
external_components:
- source: github://Omniflux/esphome-fujitsu-halcyon
- source: github://Omniflux/esphome-tzsp
esphome:
name: ${name}
friendly_name: ${friendly_name}
platformio_options:
build_flags:
- -std=gnu++2a
build_unflags:
- -std=gnu++11
esp32:
board: ${esp_board}
framework:
type: esp-idf
api:
ota:
password: !secret ota_password
sensor:
- platform: uptime
name: "Uptime"
update_interval: 60s
button:
- platform: restart
name: Restart device
entity_category: config
- platform: safe_mode
name: Safe Mode Boot
entity_category: diagnostic
#logger:
# level: DEBUG
uart:
tx_pin: GPIO13 # Device dependent
rx_pin: GPIO14 # Device dependent
baud_rate: 500
parity: EVEN
climate:
- platform: fujitsu-halcyon
name: ${halcyon_name}
# Fujitsu devices use 0 and 1, but 2-15 should also work. Must not skip addresses
controller_address: 1 # 0=Primary, 1=Secondary
#temperature_controller_address: 0 # Fujitsu controller address to read temperature from
#temperature_sensor_id: my_temp_sensor # ESPHome sensor to read temperature from
#ignore_lock: true # Ignore feature lock - not sure if this works
# To capture communications for debugging / analysis
# Use Wireshark with https://github.com/Omniflux/fujitsu-airstage-h-dissector
# tzsp:
# ip: 192.168.1.20
# protocol: 255