Compare commits

..

2 commits

Author SHA1 Message Date
c3486a43fd Finalize configuration of hvac1. 2025-08-23 09:17:16 -04:00
705dd5d83e Enable Status LED on Mahtanar 1.4. 2025-08-23 09:16:52 -04:00
2 changed files with 39 additions and 3 deletions

View file

@ -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

View file

@ -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