-
Notifications
You must be signed in to change notification settings - Fork 73
Open
Description
I noticed that any commands I send with the air conditioner remote are not reflected in the UI.
I tried to turn on and off, change the temperature, etc...
I put the component in debug logging mode, and I see that the commands is been received in the Home Assistant logs:
2024-07-22 16:11:08.951 DEBUG (MainThread) [custom_components.tasmota_irhvac.climate] {'IrReceived': {'Protocol': 'KELVINATOR', 'Bits': 128, 'Data': '0x198A615000400020198A616000280301', 'Repeat': 0, 'IRHVAC': {'Vendor': 'KELVINATOR', 'Model': -1, 'Command': 'Control', 'Mode': 'Cool', 'Power': 'On', 'Celsius': 'On', 'Temp': 26, 'FanSpeed': 'Auto', 'SwingV': 'Off', 'SwingH': 'Off', 'Quiet': 'Off', 'Turbo': 'Off', 'Econo': 'Off', 'Light': 'On', 'Filter': 'On', 'Clean': 'Off', 'Beep': 'Off', 'Sleep': -1, 'iFeel': 'Off', 'SensorTemp': 'n/a'}}}
2024-07-22 16:11:10.957 DEBUG (MainThread) [custom_components.tasmota_irhvac.climate] {'IrReceived': {'Protocol': 'UNKNOWN', 'Bits': 210, 'Hash': '0x642156FD', 'Repeat': 0}}
2024-07-22 16:11:14.193 DEBUG (MainThread) [custom_components.tasmota_irhvac.climate] {'IrReceived': {'Protocol': 'KELVINATOR', 'Bits': 128, 'Data': '0x198A615000400020198A616000280301', 'Repeat': 0, 'IRHVAC': {'Vendor': 'KELVINATOR', 'Model': -1, 'Command': 'Control', 'Mode': 'Cool', 'Power': 'On', 'Celsius': 'On', 'Temp': 26, 'FanSpeed': 'Auto', 'SwingV': 'Off', 'SwingH': 'Off', 'Quiet': 'Off', 'Turbo': 'Off', 'Econo': 'Off', 'Light': 'On', 'Filter': 'On', 'Clean': 'Off', 'Beep': 'Off', 'Sleep': -1, 'iFeel': 'Off', 'SensorTemp': 'n/a'}}}
2024-07-22 16:11:15.088 DEBUG (MainThread) [custom_components.tasmota_irhvac.climate] {'IrReceived': {'Protocol': 'KELVINATOR', 'Bits': 128, 'Data': '0x198961500040001019896160002803F1', 'Repeat': 0, 'IRHVAC': {'Vendor': 'KELVINATOR', 'Model': -1, 'Command': 'Control', 'Mode': 'Cool', 'Power': 'On', 'Celsius': 'On', 'Temp': 25, 'FanSpeed': 'Auto', 'SwingV': 'Off', 'SwingH': 'Off', 'Quiet': 'Off', 'Turbo': 'Off', 'Econo': 'Off', 'Light': 'On', 'Filter': 'On', 'Clean': 'Off', 'Beep': 'Off', 'Sleep': -1, 'iFeel': 'Off', 'SensorTemp': 'n/a'}}}
2024-07-22 16:11:16.353 DEBUG (MainThread) [custom_components.tasmota_irhvac.climate] {'IrReceived': {'Protocol': 'KELVINATOR', 'Bits': 128, 'Data': '0x11892150004000901189216000280371', 'Repeat': 0, 'IRHVAC': {'Vendor': 'KELVINATOR', 'Model': -1, 'Command': 'Control', 'Mode': 'Cool', 'Power': 'Off', 'Celsius': 'On', 'Temp': 25, 'FanSpeed': 'Auto', 'SwingV': 'Off', 'SwingH': 'Off', 'Quiet': 'Off', 'Turbo': 'Off', 'Econo': 'Off', 'Light': 'On', 'Filter': 'Off', 'Clean': 'Off', 'Beep': 'Off', 'Sleep': -1, 'iFeel': 'Off', 'SensorTemp': 'n/a'}}}
For some reason, the UI doesn't reflect any change in the power mode, or any other changes (temp etc).
Any ideas?
Metadata
Metadata
Assignees
Labels
No labels