Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UI Component on HA Doesn't reflect IR commands sent with remote #153

Open
avishayil opened this issue Jul 22, 2024 · 1 comment
Open

UI Component on HA Doesn't reflect IR commands sent with remote #153

avishayil opened this issue Jul 22, 2024 · 1 comment

Comments

@avishayil
Copy link
Contributor

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?

@hristo-atanasov
Copy link
Owner

Something is wrong with the configuration. Probably MQTT topic. Look at Tasmota MQTT topic config and Tasmota IRHVAC config.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants