INTERACT FORUM
Devices => Engen -- Home Automation with Z-Wave => Topic started by: JimH on June 05, 2016, 06:06:37 pm
-
Build 1.0.9 of Engen added scenes and groups. Here's how I was able to set them up groups.
There is a learn mode and an exit learn mode. These commands are:
enter_learn
and
exit_learn
You must set the lights you want to include the way you want them, start learn, assign them to a name, then exit learn.
Here are the steps:
1. Turn on only the lights you want included and set the level you like.
2. Start Learn. In a terminal window type: learn
3. In the terminal window type: group_set("NameofGroup",0)
4. Turn the lights you want included off (should work in terminal, browser, or manually).
5. Wait 15 seconds.
6. Turn the lights back on.
7. Save the group. In the terminal window type: save
The group should be saved.
To test the group from a browser on the machine where Engen is running, type this command:
http://localhost:52110/alpha000/group?name=NameofGroup&value=99
That should turn the set of lights on. This should turn them off:
http://localhost:52110/alpha000/group?name=NameofGroup&value=0
-
I added these buttons as links to OneRemote, just to make it easier to start and stop learning.
Learn
http://[Engen's IP Address]:52110/alpha000/learn
Save
http://[Engen's IP Address]:52110/alpha000/save
Cancel
http://[Engen's IP Address]:52110/alpha000/cancel
-
Gene (linutic) let me know that what I had called scenes is really groups. So I changed the post to reflect that.