Friday 25 September 2020

Zebra roller blinds with DC 12V Motor and Qubino Z-Wave / Vera controller hub - Part 2

 Part 1 can be seen here.

Installation of the Qubino Flush Shutter DC module.

The whole reason I opted for the Qubino DC module is because I couldn't be bothered chasing out the walls for mains AC cables that would be needed for a Fibaro Roller Shutter module. 


So I just installed a deep surface mount back box in the top corner of the window reveal and ran some low voltage bell cable down to a nearby plug socket area.


The Qubino module will sit inside the back box and a blanking cover plate will hide it.




Optional Temperature Sensor Probe. 

An optional temperature sensor probe can be purchased and connected to the Qubino Flush Shutter DC module. You can purchase these from Vesternet here for £12.56.




However that seemed a bit pricey for what is just a DS18B20 Digital Temp Probe. So I made my own for about £4. 

I already had a spare one in a draw that I previously purchased from Aliexpress here for about £2 shipped. 

I just needed to find a suitable connector to be able to connect it to the Qubino module. 

The correct connector needed is a Micro JST 1.25mm Connector Plug and I found one on eBay for £2.


I then just soldered the two together using this diagram.

JST Connector - Yellow -> Temp Probe - Black (GND)
JST Connector - Black -> Temp Probe - Yellow (DQ)
JST Connector Red -> Temp Probe - Red (VDD)


I then drilled a hole through the wall out from the back of the surface mount back box, so I could have this as an outdoor temperature probe. 




Including the Qubino Flush Shutter DC module in to the Z-Wave Vera controller hub.

The temperature sensor probe should be connected to the Qubino module before you pair the module to your Z-Wave controller hub.

I paired the Qubino module to my VeraPlus Z-Wave controller hub, however I ended up with four devices rather than just the two that I was expecting to see. 

It added a parent device which I named “Lounge Blind” and assigned it to my Lounge Room.


It also added a child device for the Temperature Sensor, which appeared to be working and changing values.



However its also added two additional child devices which I was not expecting.

Its added another child device for “Window Covering”.

If I press the open or close buttons on this “Window Covering” child device, then the parent “Lounge Blind” device is also changed to open or closed.


And another child device which I have no idea what it is.

Seems these two extra devices are phantom or ghost devices, so I just hid them from the Vera UI7 web GUI. by adding two lines of code to the Startup LUA.

Where number 502 and 503 are the device ID numbers of the child devices you want to be hidden.

luup.attr_set("invisible","1",502)
luup.attr_set("invisible","1",503)




In Part 3 we will have a look at the Zebra blind that has arrived from China. 

Part 3 here.

No comments:

Post a Comment