I tried connecting my 441 awhile back on got 6 switches. i didnt like it so i move it back to smartthings integration. Would like to try again with these instructions but want to know, in addition to color picker is there a pattern picker?
No there is no pattern picker, you have to do it manually. This is now a fairly primitive device, but you can try using an automation to start the pattern:
# Example of calling Fibaro RGBW Effects
- id: 'Velux 1 RGBW Fireplace Effect'
alias: Velux 1 RGBW Fireplace Effect
initial_state: true
trigger:
action:
service: zwave.set_config_parameter
data_template: {
"node_id": 49,
"parameter": 72,
"value": 6,
"size": 1
}
You'll need to change the node_id to your device. The values for the patterns should be in the device documentation.
Ill give it shot… sucks its outdated since I paid like 70 dollars for it. Now I have addressable strips running on node mcu’s for a fraction of the cost. Things are moving so fast.
I have a rather large box full of similar home automation devices that either never worked or were replaced by a better or cheaper device. I keep it well hidden !
Just dont tell my wife. I was very convincing about how we “needed” it.