Broadlink binding for RMx, A1, SPx and MP. Any interest?

Thank you so much (I got an answer yay), do you have it fully running? I mean, I have a Raspberry Pi 2 with OH2 installed and the only thing that’s working for me is the temperature sensor T_T. can you help me please?!

Unfortunately, that’s also not work. For this reason I tried recommended rule version.
So it means, my code should working but it doesn’t…

If I use this rule with post and http (over bridge) than wotking also fine. I don’t understand what is wrong. However thanks guys.

Just follow this post Broadlink binding for RMx, A1, SPx and MP. Any interest?

So the binding partly works, but has some bugs. I can see that Cato is gone probably to never return again.
What will be the future of this binding? Is there someone who can continue his project?
And better put it on github for better support?

I think the Broadcom products are pretty neat, nice design, working well, and good price/value.
It would be pretty sad to see the binding die.

Any ideas ?

Hey Cato (or anyone that can Help me)
I followed the instructions carefully, but it’s not blasting T_T
I added the Temperature channel and that is being displayed correctly, but when I added the command channel on the Sitemap everything messes up:

Items:

//Broadlink RM Pro
Number BLRMP_TEMP "Temperature [%.2f °C]" (gChart3) { channel="broadlink:rm2:34-ea-34-89-17-17:temperature" }
String TV "TV" { channel="broadlink:rm2:34-ea-34-89-17-17:command" }

Sitemap:

Text item=BLRMP_TEMP label="Temperature [%.2f °C]" icon="Temperature"
Switch item=TV label="Power" mappings=[TV_ON="ON", TV_OFF="OFF"]

Broadlink.map

TV_ON = 00000071000000320080003F00100010001000300010001000100010001000100010001000100010001000100010001000100010001000100010001000100010001000300010001000100010001000100010001000100010001000100010001000100010001000100010003000100010001000100010001000100010001000100010001000100010001000100010001000100030001000300010003000100030001000300010001000100010001000100010003000100030001000300010003000100030001000100010003000100A98
TV_OFF = 00000071000000320080003F00100010001000300010001000100010001000100010001000100010001000100010001000100010001000100010001000100010001000300010001000100010001000100010001000100010001000100010001000100010001000100010003000100010001000100010001000100010001000100010001000100010001000100010001000100030001000300010003000100030001000300010001000100010001000100010003000100030001000300010003000100030001000100010003000100A98

those are the on/off codes for a Panasonic Plasma TV in case you need them.

Please HELP!!!

1 Like

Remove the label and mappings from the switch item TV in the sitemap.

Switch item=TV

it´s working now!, when i pasted the code here I noticed that there were son strange characters on the sitemap, but it seems like it´s not reading the broadlink.map file, maybe is on the wrongpath or somethinganyone knows wich is the right place to create the map file?

The path where I placed the file is: /etc/openhab2/transform/broadlink.map

Hi all, i’m facing strange issue and i think its related to a bug in the binding, i have rm pro and rm mini, both are working fine, after sometime, when i send command to rm mini, it doesn’t respond and the rm pro go offline and online again and again each time i send command to rm mini, and the rm mini stays unresponsive until i remove it’s thing and install it back, it will work fine for sometime and the issue start to happen again… i don’t know what rm pro have to do with rm mini, but this is whats happening, i tried in windows and linux, the same issue… i checked the issue in the log files… check below:

2018-03-04 22:26:12.556 [vent.ItemStateChangedEvent] - RM_MINI changed from BR_AC_ON to BR_AC_OFF
2018-03-04 22:26:23.854 [hingStatusInfoChangedEvent] - 'broadlink:rm2:34-ea-34-f4-2e-3e' changed from ONLINE to OFFLINE (COMMUNICATION_ERROR): Could not control device at IP address 192.168.1.12
2018-03-04 22:26:53.915 [hingStatusInfoChangedEvent] - 'broadlink:rm2:34-ea-34-f4-2e-3e' changed from OFFLINE (COMMUNICATION_ERROR): Could not control device at IP address 192.168.1.12 to ONLINE
My items:
String RM_MINI "RM Mini" <switch> {channel="broadlink:rm3:34-ea-34-e3-d9-2b:command"}
String RM_PRO "RM PRO"  <switch> {channel="broadlink:rm2:34-ea-34-f4-2e-3e:command"}

My sitemap:
Switch item=RM_MINI mappings=[BR_AC_ON="ON" , BR_AC_OFF="OFF"]

Broadlink.map
BR_AC_ON = 260050000001289513121213123814111213121311141213123812381336133713121312131212131337133713121238133713121238131212131114123812131213113812131337140005990001284c12000d050000000000000000
BR_AC_OFF = 260050000001289513121213123814111213121311141213123812381336133713121312131212131337133713121238133713121238131212131114123812131213113812131337140005990001284c12000d050000000000000000

anyone face the same?.. rm pro is working fine and receives commands fine… if i send command to rm mini the issue will start to happen… i appreciate any help as i want to start my own business but i need to eliminate all these issues…thanks

I´m having the same problem, but I have two RM pro. The second one is always going offline.

Hello All -

I’m coming late to the party and want to get a WiFi IR/RFblaster up and connected to OH.

In reading Cato’s instructions he says the binding will work with am RM 2, is this the same as an RM pro?

Just want to make sure I purchase the correct device.

Thanks,

Squid

yes…

i think ill get back to the python script, more stable…

Is your “YES” response to my question? I didn’t see you tag me or the reply to icon.

Just want to make sure.

Squid

ya, i was answering u… rm2 is same as rm pro… rm3 is rm mini…

wich is the path of your .map file? I know that my RM is not blasting anything when I use the buttons, I checked with my cellphone´s camera and I saw that when I blast with the app the led blinks but when I blast with the Openhab app, nothing happen´s.

hi, its located in the default location “conf\transform\broadlink.map”…

oh, I don´t have that \conf\ folder on my system, I forgot to mention that I have Openhab installed on a Raspberry Pi 2 so I´m running Openhabian 2.2 anyone knows the right path on Openhabian?

/etc/openhab2/transform

Thanks @tdlr Tony, so I have it on the right path…

hmmm so strange, nothing happens when I use the only 2 buttons I created… I guess I have some more searching to do… :frowning:

I had a similar issue and I vaguely recall that I had to remove the mappings. Try removing the mappings from switch items and see if that makes a difference.