-
Notifications
You must be signed in to change notification settings - Fork 73
Description
Hi hristo-atanasov. I'm new and I apologize in advance if I post my problem here wrongly. I use your custom components (Tasmota IRHVAC for HA Core 2024.6.0+ v2024.6.3). I have installed on TrueNAS Scale (Dragonfish-24.04.2.1) the HA Core app (2024.9.1). As a remote IR control I use a Athom IR control with tasmota 14.2.0 (release-ir). Everythink works fine except the light. In my configuration.yaml i turned on the voice "default_light_mode" but it remain off. Could i have some suggestion?
I attach my configuration.yaml and irhvac command from my console tasmota
climate:
- platform: tasmota_irhvac
name: "Maxa"
command_topic: "cmnd/tasmota_XXXXXX/irhvac"
state_topic: "tele/tasmota_XXXXXX/RESULT"
temperature_sensor: "sensor.temperature"
humidity_sensor: "sensor.humidity"
power_sensor: "binaly_sensor.kitchen_ac_power"
vendor: "GREE"
mqtt_delay: 0.0
min_temp: 16
max_temp: 30
target_temp: 26
initial_operation_mode: "off"
away_temp: 24
precision: 1
supported_modes:- "heat"
- "cool"
- "dry"
- "fan_only"
- "auto"
- "off"
supported_fan_speeds: - "min"
- "medium"
- "max"
- "auto"
supported_swing_list: - "vertical"
- "off"
default_quiet_mode: "Off"
default_turbo_mode: "Off"
default_econo_mode: "Off"
hvac_model: "YAW1F"
celsius_mode: "On"
default_light_mode: "On"
default_filter_mode: "Off"
default_clean_mode: "Off"
default_beep_mode: "Off"
default_sleep_mode: "-1"
default_swingv: "highest"
default_swingh: "left"
keep_mode_when_off: True
ignore_off_temp: False
toggle_list: - Light
{"IRHVAC":{"Vendor":"GREE","Model":"YAW1F","Command":"Control","Mode":"Cool","Power":"On","Celsius":"On","Temp":16,"FanSpeed":"Min","SwingV":"Highest","SwingH":"Off","Quiet":"Off","Turbo":"Off","Econo":"Off","Light":"Off","Filter":"Off","Clean":"Off","Beep":"Off","Sleep":-1,"Clock":949,"iFeel":"Off","SensorTemp":null}}
{"IRHVAC":{"Vendor":"GREE","Model":"YAW1F","Command":"Control","Mode":"Cool","Power":"On","Celsius":"On","Temp":16,"FanSpeed":"Medium","SwingV":"Highest","SwingH":"Off","Quiet":"Off","Turbo":"Off","Econo":"Off","Light":"Off","Filter":"Off","Clean":"Off","Beep":"Off","Sleep":-1,"Clock":949,"iFeel":"Off","SensorTemp":null}}
Tanks for your time.