Quantcast
Channel: Configuration - Home Assistant Community
Viewing all articles
Browse latest Browse all 95370

Help with multiple broadlink

$
0
0

@rriva wrote:

Hi there,
I’m new to this section and to HomeAssistant in general.
I have a working instance of HassIO with some integrations working fine but:

I’ve just bought two more Broadlink RM Mini 3 and I can’t let it works.

I live in an house with three floors, and have an air conditioner on each floor.
I want to control all air conditioners from HassIO sending commands from broadlink devices but only the first one is working.

The following is my configuration:

switch:
#switch 101:
  - platform: broadlink
    host: 192.168.234.101
    mac: '78:0F:77:XX:XX:XX'
    friendly_name: "Broadlink 1"
    timeout: 15
    retry: 5
    type: rm_mini

#switch 102:
  - platform: broadlink
    host: 192.168.234.102
    mac: '24:DF:A7:XX:XX:XX'
    friendly_name: "Broadlink 2"
    timeout: 15
    retry: 5
    type: rm_mini

#switch 103:
  - platform: broadlink
    host: 192.168.234.103
    mac: '24:DF:A7:XX:XX:XX'
    friendly_name: "Broadlink 3"
    timeout: 15
    retry: 5
    type: rm_mini

smartir: 
climate:
  - platform: smartir
    name: HiSenseSala
    device_code: 9001
    controller_data: 192.168.234.101
    temperature_sensor: sensor.temperature_158d00044a439c
    humidity_sensor: sensor.humidity_158d00044a439c

  - platform: smartir
    name: HiSenseNotte
    device_code: 9001
    controller_data: 192.168.234.102
    temperature_sensor: sensor.temperature_158d00044a4387
    humidity_sensor: sensor.humidity_158d00044a4387
    
  - platform: smartir
    name: HiSenseMansarda
    device_code: 9001
    controller_data: 192.168.234.103
    temperature_sensor: sensor.temperature_158d00044a43da
    humidity_sensor: sensor.humidity_158d00044a43da

As you can see I’ve just tried to have a single “switch:” declaration with the three “platform” or three “switch” changing the switch numbers, but nothing changes.
I’ve also tried to create a switches folder, include it in configurations and created three different yaml files for the switches (in this case nothing works).

I’ve notice that only the one with IP 192.168.234.101 works fine, even if is the second in the configurations.

It will be possible an incompatibility ? all are Broadlink RM Mini 3 but with different MAC type (ad you can see from configuration), but on the Smartphone Broadlink app all works fine.

What I’m doing wrong ?

TIA
Riccardo

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 95370

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>