Hi.
I have a set of 4 roof-window blinds in my kitchen. I also have a multi-channel rf remote to control them which I have paired up with a broadlink rm pro. Each blind has 3 states:
raise blind
lower blind
pause blind
However, looking at the broadlink addin for home assistant it seems to only support on & off functionality. Is there another way for me to fully control these blinds through hass.io? I don’t really want to be forced to have them either fully open or fully closed…
@sjee, well, from a quick scan of the docs it looks like the template will call actions from a service. In my case that service has to be broadlink because that provides the rf interface. And seeing as the broadlink component only support on and off actions it seems to me that I’ll still have the same issue.
Am I not thinking about it in the right way?
Also, because these blinds are Rf controlled they don’t provide state information. I imagine I might be able to emulate state but don’t know how to do that.
You should use the broadlink component to create switches which work like the buttons on your remote. You can link these switches/commands to the template cover. However it will not add extra functionality in comparison to what you can do using your remote. For example my remote has up-position down-position pause and if I keep the pause pressed for a couple of seconds the blinds go to a third position. I have used the broadlink componented to ‘learn’ these commands and linked them to the template cover component this way HA can control my blinds the same way I can do using the RF remote.
In addition to this you could “emulate” multiple positions by using up/down and pause commands. But it’s based on time not actual position so depending on how fast your blinds are responding to commands this might or might not give very reliable results. To do this you create a script to first up the blind in up position - wait xx number of seconds to make sure it’s in the full up position, send the down command wait xx number of seconds and send the pause command.
@sjee Ok, what you’re saying makes sense but I don’t see how I implement the “pause” switch via the broadlink component:
Do I need to create a second switch config for the same blind that pauses it? Maybe one switch that raises/pauses the blind (blind_up) and another that lowers/pauses the blind (blind_down)
But you can do much more using script. For example my blinds are never in the top position, when I press up they go to a 75% open position. However when I open a window I call a script to put them 100% up which is not part of the template cover.
Your Just the kind of Genious I have been looking for! I have spent a few weeks trying out different nodemcu, mqtt, home assistant combos using sketches to control a servo that is on my blinds. I’m failing miserably and was wondering if you could help?
I have 3 other nodemcu’s which have sensors of various kinds and they work great all thru “esphomeyaml” on home assistant but i wouldn’t know where to begin here.
Solution based on Dooya RF blinds and a broadlink RF controller.
Dooya blinds are great, but the instructions that come with them fit on a size of a credit card and are in chinese…and I can’t read chinese!
So…after some online searching worked out you basically can program the blinds to work of the one RF remote, hence when you press the up button they all go up!
That’s great but how do you control them individually well…
Purchase a Dooya remote that supports mutliple channels, program each blind to a seperate channel say 1-15. Each blind can then be individually controlled by pressing the corresponding channel number for that blind. But the nice feature of Dooya mutli channel remote, selecting channel “0” controls all the blinds simultaneously via the one RF command. yeah!
Whilst they do integrate nicely with HA/Broadlink, you can also have multiple single channel or single multiple channel RF remotes position around the house that will work perfectly alongside HA.
Only trivial downside similar to controlling IR devices, no feedback on blind state.
hi im a complete noob. i got by blinds to go up and down. how can i add the 3rd button to pause it. Also to let homekit recognize it as a blind and not a switch? Thanks