Compare commits
2 commits
6c76602b05
...
c3486a43fd
| Author | SHA1 | Date | |
|---|---|---|---|
| c3486a43fd | |||
| 705dd5d83e |
2 changed files with 39 additions and 3 deletions
33
hvac1.yaml
33
hvac1.yaml
|
|
@ -41,6 +41,12 @@ esphome:
|
||||||
- id: thermostat
|
- id: thermostat
|
||||||
name: First Floor Thermostat
|
name: First Floor Thermostat
|
||||||
area_id: tv_room
|
area_id: tv_room
|
||||||
|
on_boot:
|
||||||
|
priority: 260
|
||||||
|
then:
|
||||||
|
- select.set:
|
||||||
|
id: temp_source
|
||||||
|
option: "Thermostat"
|
||||||
|
|
||||||
external_components:
|
external_components:
|
||||||
- source: github://muart-group/esphome-components@main
|
- source: github://muart-group/esphome-components@main
|
||||||
|
|
@ -54,6 +60,17 @@ climate:
|
||||||
uart_thermostat: th_uart
|
uart_thermostat: th_uart
|
||||||
enhanced_mhk: true
|
enhanced_mhk: true
|
||||||
time_id: _time
|
time_id: _time
|
||||||
|
supported_modes:
|
||||||
|
- "off"
|
||||||
|
- cool
|
||||||
|
- fan_only
|
||||||
|
- heat
|
||||||
|
supported_fan_modes:
|
||||||
|
- auto
|
||||||
|
- low
|
||||||
|
- medium
|
||||||
|
- high
|
||||||
|
custom_fan_modes: []
|
||||||
|
|
||||||
binary_sensor:
|
binary_sensor:
|
||||||
- platform: mitsubishi_itp
|
- platform: mitsubishi_itp
|
||||||
|
|
@ -84,9 +101,6 @@ sensor:
|
||||||
input_watts:
|
input_watts:
|
||||||
name: "Input Power"
|
name: "Input Power"
|
||||||
device_id: heat_pump
|
device_id: heat_pump
|
||||||
lifetime_kwh:
|
|
||||||
name: "Lifetime Energy"
|
|
||||||
device_id: heat_pump
|
|
||||||
runtime:
|
runtime:
|
||||||
name: "Runtime"
|
name: "Runtime"
|
||||||
device_id: heat_pump
|
device_id: heat_pump
|
||||||
|
|
@ -108,3 +122,16 @@ text_sensor:
|
||||||
thermostat_battery:
|
thermostat_battery:
|
||||||
name: "Battery"
|
name: "Battery"
|
||||||
device_id: thermostat
|
device_id: thermostat
|
||||||
|
|
||||||
|
button:
|
||||||
|
- platform: mitsubishi_itp
|
||||||
|
filter_reset_button:
|
||||||
|
name: "Reset Filter Indicator"
|
||||||
|
device_id: thermostat
|
||||||
|
|
||||||
|
select:
|
||||||
|
- platform: mitsubishi_itp
|
||||||
|
temperature_source:
|
||||||
|
id: temp_source
|
||||||
|
name: "Temperature Source"
|
||||||
|
device_id: heat_pump
|
||||||
|
|
|
||||||
|
|
@ -37,3 +37,12 @@ ethernet:
|
||||||
reset_pin: GPIO05
|
reset_pin: GPIO05
|
||||||
interrupt_pin: GPIO03
|
interrupt_pin: GPIO03
|
||||||
clock_speed: 40MHz
|
clock_speed: 40MHz
|
||||||
|
|
||||||
|
light:
|
||||||
|
- platform: status_led
|
||||||
|
name: "Status LED"
|
||||||
|
pin:
|
||||||
|
number: GPIO08
|
||||||
|
inverted: true
|
||||||
|
ignore_strapping_warning: true
|
||||||
|
internal: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue