-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhackem-lg-ac.yaml
52 lines (41 loc) · 930 Bytes
/
hackem-lg-ac.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
esphome:
name: lg-hvac
esp32:
board: lolin_s2_mini
framework:
type: arduino
# Enable logging
logger:
# Enable Home Assistant API
api:
encryption:
key: !secret doorlock_apikey
ota:
password: !secret ota_pass
remote_transmitter:
pin:
number: 16
carrier_duty_percent: 50%
id: irtx
sensor:
- platform: homeassistant
id: temp_sensor
entity_id: sensor.second_floor_temperature
filters:
- throttle: 10s
- heartbeat: 2min # Maximum interval between updates.
- debounce: 1s
wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password
# Enable fallback hotspot (captive portal) in case wifi connection fails
ap:
ssid: "LG-HVAC Fallback Hotspot"
password: !secret wifi_fallback_password
captive_portal:
climate:
- platform: climate_ir_lg
name: "Upstairs HVAC"
sensor: temp_sensor
header_high: 3265us
header_low: 9856us