EzWand (or Ez Wand)

EzWand is a cheap powered blinds option.
http://remotewindowblinds.com/

I bought EzWand because they were the cheapest powered blinds solution I could find. I wasn’t sure if they could be made to work with openHAB2, but now i know they can be so I thought I’d share the knowledge. I hope it helps someone.

To remote control the blinds from OH2, an RF controller is needed. I’m using the Broadlink RM2 (also known as RM Pro and Pro Plus, which will also control IR devices), this one:
https://www.amazon.co.uk/d/Home-Audio-Video-Accessories/Broadlink-Automation-Learning-Universal-Control-Compatible-Smartphones/B01H6Y55QQ/ref=sr_1_1?s=electronics&ie=UTF8&qid=1499847770&sr=1-1&keywords=Broadlink+RM+Pro

Using the e-control app that is used to (natively) control the RM2, update the firmware to the latest version (earlier versions are reported to have some RF issues).

Install the Broadlink binding for OH2. See this topic for details:

(don’t forget to also install the ‘map’ transform).

I had no luck capturing RF codes that work via the capture method described in that topic, but Cato (who created the binding) kindly extracted codes from the e-control app (that i’d captured with the e-control app) with an available python script.

The codes to use in your broadlink.map file are below (hopefully the same codes will work for other users). Note that the RM2_BLINDS_INIT button is the ‘1’ button on the remote (to control just-one blind); if you want to control more blinds, you’ll need to capture the relevant button in the e-control app and then export it via that python script.

RM2_BLINDS_INIT = b22e340012000325112f112f112f112f122f112f3110112f301031103010112f3010112e112f112f112f122f112f3110310f112f112f112f00000000
RM2_BLINDS_LEFT = b200e601112e112e112e300f112e102f300f11000325102e112e112e112e102f112e2f10102f2f102f0f300f112e300f112e102f102f102f102e112f102e300f112e112e300f11000325102e112e102f112e102f102f2f0f112f2f0f300f300f112e2f10112e102f102f102f102e112f102e3010102e112e300f11000325102f102e112e112e112e112e300f102f300f2f0f310f102e300f112e112e102f112e102f102f102f2f0f112f102e301011000324112e102f102f102e112e112f2f0f112e300f300f300f112e2f10102f102f102f102f102e112f102e300f112e112e2f00015611000324112f102e112f102e112e102f300f102f300f300f2f10102f2f0f112f102f102e112f102e102f112e300f102f112e2f0f12000324102f112e102f112e102f102f2f10102e30102f0f300f112e300f102f112e102f112e102f102f102f2f0f112f102e300f12000323112f102f102e112e112e102f300f102f300f300f300f102f2f10102f102e112e112f102e112f102e300f102f102f2f0f12000324102f112e102f112e102f102f2f10102e30102f102f0f112e300f102f112e112e102f102f102e112f2f10102f102e300f11000325102f102f102e112f102e112e300f102f300f300f2f10112e2f10102f102f102e112f102e112e112e300f102f112e2f0005dc112e
RM2_BLINDS_RIGHT = b200e601102f102f102f102f2f10102e301011000324102f102e112f102e1030102e300f10302f0f2f10300f102f300f102f102e112f102e112e112e112e102f300f102f300f11000324112e102f112e102f102f102f2f10102f2f0f300f300f112e3010102e102f102f102f102f102f102f102f2f10102e300f11000325102f102e112f102e1030102e300f102f300f300f300f102f2f10102f102f102f102f102e112f102e102f300f102f300f11000325102e112e102f112e102f112e2f10102f300f2f0f3010102e300f112e112e1030102e102f102f102f102f2f10102f2f00015611000325102e102f102f102f102e112f2f10102f2f0f300f300f112e300f102f102f102f102f102f102f102f102e3010102e301011000323112f102e112f102e112e102f300f102f300f300f300f102f2f0f112f102f102e112f102e112e112e102f300f102f2f1011000324112e102f102f112e102f102f2f10102f2f102f0f3010102e300f102f112e102f112e102f102f102f102f2f10102f2f0f12000324102f102f102f102f102e112f2f10102e300f300f3010102e300f102f102f102f102f102f102f102f102e3010102e300f12000323112f102e112e112e112e102f300f102f300f2f102f0f112f2f0f112f102e112e102f112e102f112e102f300f102f2f0005dc102f

My thanks to Cato for his big efforts to get this working. :smile:

2 Likes

Hi Neil,
after reading your post about successful integrating this smart blind via Broadlink in OpenHAB, I’ve ordered one for testing. It arrives today and it works perfect with my Broadlink RM Pro+ (aka RM2 Pro Plus_300) and OpenHab 2.5.4. Learned via e-control Android App sent it to via email to my Linux PC and extracted the codes with whis Python Broadlink-e-control-db-dump out of the three files (jsonButton, jsonIrCode, jsonSubIr) from Android path “/broadlink/newremote/SharedData/”. So this still works in 2020 with the current EzWand model, current Broadlink model and current OpenHab version!!

Thanks Neil !
Thanks Cato !

Frank