Skip to content

Component not loading #46

Description

@thabet-h

Home Assistant says component not loaded, check config.

I have 5 identical AC units and they are using the same codes file. Out of the 5 units, the climate component controls two of them just fine and the rest will only turn off.

All the broadlink switches have been configured and working for 2 years.

I have the following in my configuration.yaml,

smartir:

custom_updater:
  component_urls:
    - https://raw.githubusercontent.com/smartHomeHub/SmartIR/master/custom_components.json

the following in my climate.yaml,

  - platform: smartir
    name: Study
    device_code: 1300
    controller_send_service: switch.broadlink_send_packet_192_168_1_70
    temperature_sensor: sensor.multi_study_temperature
    humidity_sensor: sensor.multi_study_humidity

  - platform: smartir
    name: Hobby
    device_code: 1300
    controller_send_service: switch.broadlink_send_packet_192_168_1_71
    temperature_sensor: sensor.multi_study_temperature
    humidity_sensor: sensor.multi_study_humidity

  - platform: smartir
    name: Living
    device_code: 1300
    controller_send_service: switch.broadlink_send_packet_192_168_1_72
    temperature_sensor: sensor.multi_kitchen_temperature
    humidity_sensor: sensor.multi_kitchen_humidity

  - platform: smartir
    name: Kitchen
    device_code: 1300
    controller_send_service: switch.broadlink_send_packet_192_168_1_73
    temperature_sensor: sensor.multi_kitchen_temperature
    humidity_sensor: sensor.multi_kitchen_humidity

  - platform: smartir
    name: Master
    device_code: 1300
    controller_send_service: switch.broadlink_send_packet_192_168_1_74
    temperature_sensor: sensor.multi_study_temperature
    humidity_sensor: sensor.multi_study_humidity

  - platform: smartir
    name: Dining
    device_code: 1300
    controller_send_service: switch.broadlink_send_packet_192_168_1_75
    temperature_sensor: sensor.multi_kitchen_temperature
    humidity_sensor: sensor.multi_kitchen_humidity

and attached is my json file 1300.
1300.zip

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions