forked from jjohnsen/esphome-altherma
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbase.yaml
More file actions
66 lines (56 loc) · 1.72 KB
/
Copy pathbase.yaml
File metadata and controls
66 lines (56 loc) · 1.72 KB
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
esphome:
name: esphome-altherma
friendly_name: ESPHome Altherma
# Automatically add the mac address to the name
# so you can use a single firmware for all devices
name_add_mac_suffix: true
# Uncomment below for using mock uart during development:
#platformio_options:
# build_flags:
# - -DUSE_MOCK_UART
# To be able to get logs from the device via serial and api.
logger:
# API is a requirement of the dashboard import.
api:
# OTA is required for Over-the-Air updating
ota:
- platform: esphome
wifi:
# Set up a wifi access point using the device name above
ap:
# In combination with the `ap` this allows the user
# to provision wifi credentials to the device.
captive_portal:
uart:
id: uart_bus
tx_pin: GPIO17
rx_pin: GPIO16
baud_rate: 9600
data_bits: 8
parity: EVEN
stop_bits: 1
external_components:
# Uncomment below if you want to "Take Control" in ESPHome Device Builder
# - source: github://jjohnsen/esphome-altherma@main
# components: [altherma_hub]
# Comment below if you want to "Take Control" in ESPHome Device Builder
- source:
type: local
path: components
altherma_hub:
id: altherma_hub_1
uart_id: uart_bus
update_interval: 30s
# select:
# - platform: template
# name: "Heat pump Model"
# id: heat_pump_model
# options:
# - "ERGA D EHV-EHB-EHVZ DA series"
# initial_option: "ERGA D EHV-EHB-EHVZ DA series"
# optimistic: true
packages:
# Uncomment below if you want to "Take Control" in ESPHome Device Builder
# altherma_sensors: !include github://jjohnsen/esphome-altherma/confs/erga_eh_da_04_08.yaml@main
# Comment below if you want to "Take Control" in ESPHome Device Builder
altherma_sensors: !include confs/erga_eh_da_04_08.yaml