Compare commits
No commits in common. "c3486a43fd2324dbfc3a569ba648a4d20ded3be9" and "6c76602b05544cd6dac1f821ca5d21c182cafc21" have entirely different histories.
c3486a43fd
...
6c76602b05
2 changed files with 3 additions and 39 deletions
33
hvac1.yaml
33
hvac1.yaml
|
|
@ -41,12 +41,6 @@ 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
|
||||||
|
|
@ -60,17 +54,6 @@ 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
|
||||||
|
|
@ -101,6 +84,9 @@ 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
|
||||||
|
|
@ -122,16 +108,3 @@ 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,12 +37,3 @@ 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