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

AR-RY12 (1292) No longer controls the unit - Off Only #1211

Open
Bachomp opened this issue Feb 8, 2024 · 0 comments
Open

AR-RY12 (1292) No longer controls the unit - Off Only #1211

Bachomp opened this issue Feb 8, 2024 · 0 comments

Comments

@Bachomp
Copy link

Bachomp commented Feb 8, 2024

Home Assistant version
Core - 2024.1.6

SmartIR version
1.17.9

SmartIR configuration

smartir: 

climate:
  - platform: smartir
    name: Lounge Reverse Cycle
    unique_id: lounge_ac
    device_code: 1292
    controller_data: remote.broadlink_rm4_pro_lounge
    temperature_sensor: sensor.broadlink_rm4_pro_lounge_temperature
    humidity_sensor: sensor.broadlink_rm4_pro_lounge_humidity

Describe the bug

  • No Longer turns on the unit
  • After turning the unit on manually, it no longer controls the temp or type (Cool/Heat etc) however you can turn the unit off. Will not turn back on via the integration.

Debug log


Logger: custom_components.smartir.climate
Source: custom_components/smartir/climate.py:380
Integration: SmartIR ([documentation](https://github.com/smartHomeHub/SmartIR))
First occurred: 12:49:10 PM (5 occurrences)
Last logged: 12:49:21 PM

None
Traceback (most recent call last):
  File "/config/custom_components/smartir/climate.py", line 380, in send_command
    self._commands[operation_mode][fan_mode][swing_mode][target_temperature])
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
KeyError: None


Logger: homeassistant.helpers.entity
Source: helpers/entity.py:1524
First occurred: 12:44:31 PM (5 occurrences)
Last logged: 12:49:08 PM

Entity None (<class 'custom_components.smartir.climate.SmartIRClimate'>) is using deprecated supported features values which will be removed in HA Core 2025.1. Instead it should use <ClimateEntityFeature.TARGET_TEMPERATURE|FAN_MODE|SWING_MODE: 41>, please report it to the author of the 'smartir' custom integration and reference https://developers.home-assistant.io/blog/2023/12/28/support-feature-magic-numbers-deprecation
Entity None (<class 'custom_components.smartir.climate.SmartIRClimate'>) is using deprecated supported features values which will be removed in HA Core 2025.1. Instead it should use <ClimateEntityFeature.TARGET_TEMPERATURE|FAN_MODE: 9>, please report it to the author of the 'smartir' custom integration and reference https://developers.home-assistant.io/blog/2023/12/28/support-feature-magic-numbers-deprecation
Entity None (<class 'custom_components.browser_mod.media_player.BrowserModPlayer'>) is using deprecated supported features values which will be removed in HA Core 2025.1. Instead it should use <MediaPlayerEntityFeature.PAUSE|SEEK|VOLUME_SET|VOLUME_MUTE|TURN_ON|TURN_OFF|PLAY_MEDIA|STOP|PLAY|BROWSE_MEDIA: 152463>, please report it to the author of the 'browser_mod' custom integration and reference https://developers.home-assistant.io/blog/2023/12/28/support-feature-magic-numbers-deprecation



Logger: homeassistant.components.climate.const
Source: helpers/deprecation.py:205
Integration: Climate ([documentation](https://www.home-assistant.io/integrations/climate), [issues](https://github.com/home-assistant/core/issues?q=is%3Aissue+is%3Aopen+label%3A%22integration%3A+climate%22))
First occurred: 12:44:29 PM (9 occurrences)
Last logged: 12:44:29 PM

HVAC_MODE_FAN_ONLY was used from smartir, this is a deprecated constant which will be removed in HA Core 2025.1. Use HVACMode.FAN_ONLY instead, please report it to the author of the 'smartir' custom integration
HVAC_MODE_AUTO was used from smartir, this is a deprecated constant which will be removed in HA Core 2025.1. Use HVACMode.AUTO instead, please report it to the author of the 'smartir' custom integration
SUPPORT_TARGET_TEMPERATURE was used from smartir, this is a deprecated constant which will be removed in HA Core 2025.1. Use ClimateEntityFeature.TARGET_TEMPERATURE instead, please report it to the author of the 'smartir' custom integration
SUPPORT_FAN_MODE was used from smartir, this is a deprecated constant which will be removed in HA Core 2025.1. Use ClimateEntityFeature.FAN_MODE instead, please report it to the author of the 'smartir' custom integration
SUPPORT_SWING_MODE was used from smartir, this is a deprecated constant which will be removed in HA Core 2025.1. Use ClimateEntityFeature.SWING_MODE instead, please report it to the author of the 'smartir' custom integration

Additional context

Add any other context about the problem here.

@Bachomp Bachomp changed the title AR-RY12 (1292) No longer controls the init AR-RY12 (1292) No longer controls the unit Feb 8, 2024
@Bachomp Bachomp changed the title AR-RY12 (1292) No longer controls the unit AR-RY12 (1292) No longer controls the unit - Off Only Feb 8, 2024
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

1 participant