Before I had Home Assitant I use IR ClickOn ClickOff devices and I like the use of the Control.
Is there a simple remote control available with multiple on/off buttons which I can use / program to turn control my Smart devices? For example if I press 1 on all lights are turned on, 2 on only living room on and so on.
Well… That is hard to answer.
Broadlink makes a good remote with superb range and all that.
But it can be difficult to use in HA. But once you do get it in HA then it works great.
There is also Chinese “copies” running ESP chips that can be flashed, but I have only read about those.
And lastly you can build one on your own.
Thanks for the answer, can you send me the product type of the Broadlink controller because all I can find is a hub for my existing remotes.
For example, here is a remote controller with a few on/off buttons. Only I need a zigbee/wifi or whatever one so I can use Home Assistant to determine what action is performed when I press 1 = on. I don’t want to use my phone/app all the time if I want to turn a light off
In that case I have no clue what you are actually asking.
Do you want a remote to control HA which then controls your lights?
But yes the Broadlink RM mini or pro is kind of a hub.
You can use voice (if you have that option) to trigger HA send IR commands.
Or use the app as you say.
Or you could buy a zigbee/zwave remote that triggers HA to trigger IR commands.
That is exactly what I would want. I have Google Assistant for voice and I know I can use the app but I prefer a remote.
So I have a Combee 2 attached to my Raspberry and added several lights to Home Assistant (also using Tuya). Now what I would like is a Remote Controller with multiple buttons. Then I would like to have Home Assistant pick up the commands and trigger some kind of action like turn all lights on or make everything red but maybe also turn on my Rainbird sprinkler system for example.
If Francis is correct which he does seem to be then you must get the Pro version.
Your lights are NOT IR controlled.
RF on is also possible with Broadlink but I don’t use it and what I know it’s slightly harder to use.
But once you set it up then it’s smooth sailing I assume.
You have two options really. You can either use the Broadlinks as they are intended, with their app.
It works fine. But you can’t do more than what you have in the app.
So the day you get a wifi light and want to control that together with the RF lights then you hit the dead end.
Adding the Broadlink to HA can be problematic. But once you do, you have endless options.
The cube I use with different gestures, mainly because if there’s a lot of noise is hard to use Google Assistant or maybe I don’t feel like talking:
-Shake toggle aircon
-Flip 90 for fan
-Flip 180 toggle lights
-Rotates to dim lights/control volume
Xiaomi button also work well, got a few for different purposes. One in the main door, click once to start vacuum, twice to dock vacuum, long press for a “leaving home” routine that turns off all devices and arms the alarm.
Another one for my bedroom to control lights, aircon, and a routine for when I am going to bed. They’re very cheap and small, the battery lasts forever and you can stick them anywhere.
I saw some guy posted a solution of getting a standard IR remote and an ESP board with IR receiver, so he can use any IR remote signal to trigger activities in HomeAssistant.
Could be interesting for certain actions, specially with a logitech remote with the touch screen, you can really customize the “on-screen” buttons or use the channel favorites as buttons with custom images and names.
I get the idea of just using something physically on your coffee table instead of bringing out your phone and opening the app or yelling at a Google Home/Alexa.
Thanks for your reply, I think the Ikea Remote or Xiaomi button is what I am looking for.
I think “IR” in the title is causing the confusion. I dont want to control IR devices but im looking for a remote controller which I can program to do something in Home Assistant.
So if I understand correctly, for example the Ikea Trådfri Remote Control I can use for the following:
If i press left for a short time > Turn on light 1, 2 and 3
If i press right for a short time > Turn off all lights
If i press and hold left turn on rainbird group 1 and so on
This is what I am looking for so i can use Home Assistant to pick up the action and do something like run an automation or whatever
If you say you want to control IR devices but they are actually RF then there will be confusion.
For the future, be sure what technology is used or say you are unsure because it will lead answers.
Answers that could cost you money on “useless stuff”
Yes, there are different events (deconz_event) for each button. EXCEPT the main power button on the 5-button remote only works as a single press, all the others work with these:
Value
Action
0
x000
Initial Press
1
x001
Hold
2
x002
Release (after press)
3
x003
Release (after hold)
4
x004
Double press
5
x005
Triple press
6
x006
Quadruple press
There’s lots of posts on here using these remotes for you to look at the automations