impossible to integrate broadlink rm pro with the raspberry pi 3 b + and home assistant

Hello!
impossible to configure the rm pro with home assitan installed in a raspberry pi 3 b +. I have to say that the rm pro that I have is from the mark muvit but I do not think it is the problem because I used the e-control and ihc app without problem. I’ve tried everything I’ve seen in the forum but there’s no way.

to forgive for my English of walking around home is not my native language.

Thanks for your help.

Can you please share the config you’re using - and make sure it’s formatted properly, i.e.
HomeAss_CodeMarking_From%40finity

Hello, your question is unfortunately very inaccurate. I’m not a professional either, but maybe I can help a bit. First, it is important to give your “rm pro” a static IP! If this is done, you set it up in HA with the following lines … Example:


Exact description here (Switch !!!):
https://www.home-assistant.io/components/broadlink/
If you have created and saved the lines in the “configuration.yaml”, you carry out an examination by …

and if everything is okay you start HA new and now would have to appear in the “Services” following …

Viel success!

Hello
Hello
the ip of the rm pro is fixed. in service I get broadlink.lear and send.lo that I try to configure is a lamp that works by infrared. in confuguracion ok and when I pulse in verifying the green configuration and after the restart does not work. of data I get from the e-control app.

Thanks for your help

group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml

switch:
platform: broadlink
host: 192.168.1.30
mac: ‘34:EA:34:90:D2:41’
switches:
luz_dormitorio:
friendly_name: “luz dormitorio”
command_on: ‘JgBQAAABKZMRFBI4EhMSFBEUEhQRFBITEhQRORE4EjgSOBI4EjgSOBE5ERQSFBEUEhMSFBEUEhQRFBI4EjgRORE4EjgSOBI4EgAFKAABKUkTAA0FAAAAAAAAAAA=’
command_off: ‘JgBQAAABK5EUERQ2FBIUERQSExIUERQSFBEUNhQ2FDYUNhQ2FDUUNhQSFDYUERQSExIUERQSFBEUNhQSFDYTNhQ2FDYUNhQ2FAAFJgABK0cVAA0FAAAAAAAAAAA=’

Please read post two in this very thread and fix your config.

switch:
  platform: broadlink
  host: 192.168.1.10
  mac: '34:EA:34:88:DO:55'
  switches:
    luz_dormitorior:
      friendly_name: "luz dormitorio"
      command_on: 'JgBQAAABKZMRFBI4EhMSFBEUEhQRFBITEhQRORE4EjgSOBI4EjgSOBE5ERQSFBEUEhMSFBEUEhQRFBI4EjgRORE4EjgSOBI4EgAFKAABKUkTAA0FAAAAAAAAAAA='
      command_off: 'JgBQAAABK5EUERQ2FBIUERQSExIUERQSFBEUNhQ2FDYUNhQ2FDUUNhQSFDYUERQSExIUERQSFBEUNhQSFDYTNhQ2FDYUNhQ2FAAFJgABK0cVAA0FAAAAAAAAAAA='`Preformatted text`

You don’t seem to have read the reply from @VolkerKa, in particular the type: line in your configuration is not there.

The line “platform” must look exactly like this …
- platform: broadlink

The exact formatting is especially important !!! In your example, no hyphen (-) deposited. I have to try in my “configuaration.yaml” removed the hyphen and there was no error displayed! Please pay attention to the exact formatting !!!

Thanks, :wink:

Thanks for your help, it works :smiley:

Yeah!!!:+1:

as I do so that the different switches that control the rm pro come out independent in summary.

Thank you