Hardware:
QNAP TS-453
HUSBZB-1 USB Hub
Software
Docker Container
Home Assistant 0.117.6
Steps to pair
IKEA of Sweden TRADFRI Signal Repeater
- factory reset inserting pin and holding for 10 seconds
- pair the Signal Repeater to Home Assistant via the Zigbee Coordinator
IKEA of Sweden FYRTUR block-out roller blind
- factory reset and put the blind in pair mode by long holding both up and down buttons > 5 seconds. Need to wait pasted the quick flashing white light till it becomes a steady white light
- pair the blind to Home Assistant via newly added Signal Repeater. Best to hold the blind right next to the repeater.
KE TRADFRI open/close remote
- factory reset the remote. Open the back of the remote. Press the pairing button on the remote control 4 times. The remote will blink red 4 times
- pair the remote to Home Assistant via the Zigbee Coordinator. Best to hold the remote right by the HUSBZB-1 USB Hub. Press and hold the pairing button for at least 10 seconds on the wireless open/close remote. A red light will shine steadily on the open/close remote. When paired the light will go out.
Follow the steps from @hmarcc to resolve the battery status and greyed out buttons:
At this point you should be able to control the blind in Home Assistant UI and via automation. I used NodeRed.
<Some trigger> (e.g. time, sunrise/sunset/offset) → call service (set_cover_position) → call service (open_cover/close_cover) → trigger (wait for) → call service (update_entity)
the reason I used the wait and last service call is to let the action finish and to force an update so the UI will reflect the correct/updated position of the position slider and the correct /updated status icon of the blind.
By far the hardest part was getting the remote to work with the blind!
I tried to listen and capture the event and/or state change of the remote button click via Developer Tools → Events for zha_event but I never saw anything.
I finally was able to make the remote button work by performing these steps.
Steps to bind remote button (so remote button can control the blind too)
Integrations → Zigbee Home Automation → Configure → Groups
Click Add button
Group Name = Ikea
Select IKEA of Sweden FYRTUR block-out roller blind
Click Create Group
Integrations → Zigbee Home Automation → n devices
KE TRADFRI open/close remote
Manage Clusters
Group Binding – Bindable Groups → select the group created above
I am not sure which one is applicable (maybe LightLink, WindowCovering?) so I selected all the endpoints and clicked Bind Group.
IKEA of Sweden TRADFRI Signal Repeater
Manage Clusters
Group Binding – Bindable Groups → select the group created above
I am not sure which one is applicable (maybe LightLink?) so I selected all the endpoints and clicked Bind Group.
IKEA of Sweden FYRTUR block-out roller blind
Group Binding – Bindable Groups → select the group created above
I am not sure which one is applicable (maybe LightLink?) so I selected all the endpoints and clicked Bind Group.
I had been doing some Googling about Zigbee binding - not 100% understand everything I am reading but that fixed it for me. Hope this helps someone!
This works for one blind and one remote. I’m guessing if there is another remote to control another blind then another group would need to be established. I am planning on getting additional blinds now that I confirmed this solution works for me. Will update this thread.