smartHomeHub / SmartIR

Integration for Home Assistant to control climate, TV and fan devices via IR/RF controllers (Broadlink, Xiaomi, MQTT, LOOKin, ESPHome)
MIT License
1.99k stars 985 forks source link

SmartIR causes instability with HomeKit #392

Closed digitalinksol closed 4 years ago

digitalinksol commented 4 years ago

Home Assistant version .111.4

SmartIR version 1.12.0

SmartIR configuration


default_config:
group: !include groups.yaml
automation: !include automations.yaml
#script: !include scripts.yaml
scene: !include scenes.yaml

bhyve:
username: xxxxxx
password: xxxxxx

switch:

platform: bhyve
platform: broadlink
host: 192.168.4.87
mac: 'XX:XX:XX:XX:XX:XX'
type:  rm_mini3_newblackbean

smartir:
check_updates: False

climate:

platform: smartir
name: Living Room Climate Control
unique_id: living_room_climate_control
device_code: 1282
controller_data: 192.168.4.87
temperature_sensor: sensor.basement_motion_sensor_temperature

Describe the bug

When SmartIR is active, all devices are inoperable in Home app (homekit) with an error message of "No Response". Attempting to repair homekit does not help. Pairing fails when smartir is active.

Removing SmartIR solves the problem. Please let me know if any more information is needed.

Debug log


N/A. The log doesn’t show any errors. 
digitalinksol commented 4 years ago

After further investigation, the issue seems to be directly tied to the climate component/domain. When I remove the climate domain from the list on the bridge, Homekit integration and pairing continues to function.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.