Control of Jarolift Covers using Broadlink RM Pro

Hello Wladi,

Maybe you can helo me get the shade command in your code.
The remote sends an 0x3 code for the shade position. (i got this information of the MQTT Code from Madmartin.
If i now try to use jarolift: send_command in developer mode:

service: jarolift.send_command
data: {"group":"0x0800","serial":"0x178ac12","button”:“0x3”}

Every button code i try (0x2,0x3,0x4,0x8) closes my cover.
This is what i do not understand

For the integration i would add the following lines to your cover py:

    def toggle_cover_tilt(self):
        """Shade position."""
        self._hass.services.call('jarolift', 'send_command', {'group':self._group,'serial':self._serial,'button':'0x3'})

This should use the HA service toggle.cover_tilt.

Hi, I am sorry, I do not have Jarolift controlled covers any more, so I cannot test something and therefore cannot help you.

Thanks for Your answer. But maybe you can explain me your code a little bit. With jarolift send command I should be able to send various commands? 0x2 and so on? Did You test this in the past? Because all arguments 0x2 0x8 0x4 close my covers. Strange.
Anyway thanks.
Maybe someone can help me. Otherwise I will also switch switch to the matt solution.

Can someone perhaps help me finding out the LSB/MSB or send them to me by mail? :slight_smile:
[email protected]

Would be really awesome :slight_smile:

Just Google smart and use pastebin

Is there any news what we have to do that it woks on the New Version (HA and Broadlink) ? Does it work with a rm4 pro too?

Hello,

I am currently looking for the Master keys of Jarolift.
Could someone provide them to me?

Thanks in advance!

@ds1707 Would be awesome if you could send them to me. I was not able to find them in the web…

Hello everybody, I desperately tried to get the whole thing working with Home Assistant 2022.2.9 and my Broadlink RM4 pro. Was anybody here successful in getting any Jarolift to work with this Components? All files are renamed and in the folder \config\custom_components\jarolift. Empty file services.yaml and a manifest.json are in the same folder. Broadlink ist integrated with the Home Assistant Broadlink Integration and works fine with IR-Devices. Keeloq Manufacturer Keys are known.
I have several issues:

  1. mycounter.txt: I tried to put it into \config and after that in \config\custom_components\jarolift but I always get the error File or Directory not found.
  2. Line hass.services.call('broadlink', 'send', {'packet':[packet], 'host': host}) seems not to work anymore with my current configuration?

I tried almost everything I’m capable to do, but now I gave up.
It seems that there are many changes in Home Assistant Source and Broadlink Integration since this all has been figured out.

Has anybody a detailed solution for using Jarolift with the Broadlink RM4 pro with current Home Assistant Installation?

Hey all! I just uploaded my (updated) version of Wladis code to github: GitHub - 4cc8783b/hass-jarolift: Custom component for handling jarolift covers via broadlink remote in Home Assistant

That code is working with my docker installation of home assistant (2021.12.10) and Broadlink RM PRO+ and Bloadlink home assistant integration.

What needs to be done to the code would be to adapt the changes necessary due to changes in HA core from 2022.2 ongoing (new class names / structures for cover components or something, had no deeper look into that).

Maybe the code from above is working for your environment.

Hi all, could someone please help out with the MSB/LSB codes?
My email is [email protected]

Thanks,
padisahx

I updated GitHub - 4cc8783b/hass-jarolift: Custom component for handling jarolift covers via broadlink remote in Home Assistant to work with home assistant 2022.2+
There is also a tagged version of code that was working with home assistant 2021.3.4 - 2021.12.10

@padisahx try your luck with your desired “lottery numbers” here: Jarolift TDEF in fhem – .: Geistreiche Ideen aus dem Reich der Technik :.

Hello,

I just ordered a Broadcom device. Is there any possibility to pair the shutters without reaching the red button at the motor, like with the working remote control?

I found a way to control it with home assistant, without teaching:
I recorded the current remote with my software defined radio and decided the data. There I was able to extract the serial number, group code and the counter for the rolling code.
The only problem i have is, that up and down are reversed. But that should be an easy fix.

The rolling code goes into „mycounter.txt“ in the config folder. I’m not sure what happens when I add a second one and if two codes are saved. But that’s something for the next days.

I created a fork of the repo from @4cc8783b :

Changes:

  • Commands are sent 4 times (no new counter)
  • Can be installed via hacs directly
  • Buttons up and down were reversed for my cover
  • One Counter file for every registered cover
  • Removed Tilt option since this is not supported

Be careful: I’m not doing any support or tests other than using it in my system …

Hello Weasel99,
i have mycounter.txt in the config folder. However, no data is written.
The Jarolift reacts with vibration.
The mycounter.txt remains empty.
Do you have an idea?

Hi. There should be a counter_0xXXXXXX.txt if you use my version. There is a counter for every shutter. I never tried to pair, so the pairing process is from the old version. I read out all the information (counter and serial number) with a software defined radio directly from the remote control.
Was the pairing process successful? Did you use the most recent version?

Hello All,

Same question on my side for MSB/LSB codes. Would you mind help me : d.e.s.p.8.4.8.1.at.gmail.com

thanks!

Just google pastebin and Jarolift

Hello,
some years ago i bought an RM4pro to control jarolift
unlucky it never worked
now I see your new integration, so I installed it.
but my problem is the same as past: i’m not be able to pair.
all seems to work well,
when i run “Jarolift integration: learn” with “group”:“0x0001” “serial”:“0x107ac00” i can see led blink on in amber on RM4pro … but no pairing.
do you know if RM4pro is compatible ?
i tried to reset RM4pro and than update firmware … nothing change
do you have suggestions what can i check ?
i have to giveup again ?

thanks