This is product is discontinued and does not have a replacement yet. New product in development. What does that mean?
You can schedule and automatically trigger any of the animation presets on your RGBW Dimmer with a new Scene on your Vera hub.
Here are the step-by-step instructions for the process:
1. Determine the Node ID assigned to the Zooz ZEN31 in your Vera network:
- Click on the arrow next to the ZEN31 on your Vera dashboard
- Click on Advanced
- Look up "altid" and write the number down - you'll need it in step 3 below
2. Create a new scene to activate the animation
- Click on Scenes in your Vera dashboard
- Click on Create New Scene
- Choose the trigger (turn a dedicated virtual switch on for example) in Step 1
- Skip Step 2
- Enter the following LUUP script in Step 3: luup.call_action("urn:micasaverde-com:serviceId:ZWaveNetwork1", "SendData", {Node=XX, Data="x70 4 157 1 Y"}, 1) where "XX" in the script needs to be replaced with your RGBW Dimmer's node ID (that you took down in the beginning) and "Y" at the end of the script needs to be replaced with the number of the animation (6-10) from the parameter values (scroll down for more information).
3. Save Scene
4. Test the Scene and if it doesn't trigger, please repeat all of the above steps, making sure all values are entered correctly.
If you would like to stop the animation, you can just turn the virtual switch off. Alternatively, if you'd rather use a different virtual switch just to revert the parameter back to the old one, you can use the same code but replace "Y" (parameter value) with 0 which will disable the animation.
Here is the parameter value description of the animations on the ZEN31 RGBW Dimmer:
- 6 - fireplace
- 7 - storm
- 8 - rainbow
- 9 - polar lights
- 10 - police (strobing red, white, and blue)
Please let our team know if you have any additional questions about programming your RGBW Dimmer on Vera and we'll be happy to help!