Can you elaborate a little more? How do I change the model filter?
On the blueprint is the following and you would need to change
model: RWL020
to
model: RWL021
Thatâs what Iâm assuming anyway since there are two different models, so that is the most likely reason why yours wouldnât show up as an option.
Tried that and it didnt work.
When I go to the Hue app and click on Accessories, I see my two switches.
Switch 1: 14-7,23:11
Switch 2: 14-7,23:50
Not sure what those mean but I dont see RWL020 anywhere. I am located in the US.
You mention going to the Hue app. Do you have the remote connected to ZHA in HA? The device info in HA will tell you which you have. But also if they havenât been added to ZHA then they wonât be available for the blueprint to use.
How do I connect it to ZHA?
There is a setup hole on the back of it which can be used to put it into paring mode. Do that while having ZHA look for new devices.
Just wanting to set a scene on one click instead of a light⌠I can do it on all the other numbers of clicks but not one⌠any chance someone can help me with modifying the blueprint to do that? Thanks
First you would need to change the selector for âSingle Press Lightâ from
target:
entity:
domain: light
to
target:
entity: {}
And then just make sure you donât set âForce turn on brightnessâ when setting up the automation.
Pretty sure thatâs all you would need to do and then it should work.
Thanks - it definitely worked, so thatâs great. The only problem now is that it wonât dim up or down, and it wonât turn off. Any thoughts?
You mentioned you wanted to use a scene instead of a light. Scenes donât support dimming, so those buttons wouldnât do anything. And last I checked Home Assistant doesnât have a scene turn off, so that would be why it doesnât turn off.
Awesome blueprint! This is just I need it but Iâve the RWL022 switch. Iâve tried to modify the .yaml but itâs not working correctly, the on/off button doesnât working and the switch feature with the input text seems to be ignored.
Iâm really newbie with homeassistant and the blueprints. Can you help me?
The blueprint is locked into RWL020 because I canât guarantee how other models will work. So to change it for the RWL022, you would need to modify line 30 in the .yaml which it sounds like youâve already done. So next, in HA you will want to go to Dev Tools and the Events tab. Under âListen to eventsâ enter âzha_eventâ and start listening.
Once you are listening, click the on button on the remote, then double click and so on. Ensure that the eventâs command is âon_pressâ, âon_double_pressâ and so on. If not, go into the .yaml under actions, youâll need to change the choose conditions (line 122, line 148 etc) you may need to change the command, cluster_id or endpoint_id to get them to match the events you observed.
Marvellous! Just changing the endpoint_id to â1â all works great!
Thanks dude!
After several months enjoying this blueprint, yesterday an error strikes my mind. When I push once the âonâ button the ligthts turn on perfectly. These lights are dimmable and the up/down buttons works fine until yesterday. These buttons now are not working, the text helper input when I push twice, three or four times changes it variable but nothing happens when I push once. I saw the automation config and the âsingle-lightâ is not set. This is the code ( as you know):
mode: restart
max_exceeded: silent
variables:
double_light:
entity_id:
- light.signify_netherlands_b_v_lwa011_level_on_off
triple_light:
entity_id:
- switch.pasillo_switch_1
quadruple_light:
entity_id:
- switch.entrada_switch_1
quintuple_light:
entity_id:
- light.luz_de_la_mesa
- light.luz_de_la_ventana
- light.signify_netherlands_b_v_lwa011_level_on_off
- switch.pasillo_switch_1
- switch.entrada_switch_1
force_brightness: false
current_light: input_text.helper_last_controller_helper
The error I see when I push once is
Stopped because an error was encountered at 8 de octubre de 2022, 17:13:16 (runtime: 0.04 seconds)
extra keys not allowed @ data[âtransitionâ]
Ich kann leider meinen RWL021 nicht auswählen. Er ist mit HA verbunden und sichtbar unter HA. Woran kann das liegen?
Google translate:
Sie mßssten den Modellfilter auf RWL021 ändern
English:
You would need to change the model filter to RWL021
model: RWL020
change to
model: RWL021