I apologize if this is found in another thread but I been looking for ways to implement this for a week now and over many threads and i am just not getting there. The biggest problem is with my lack of the LUUP or LUA code knowledge. Here is what i am trying to do. I’m not asking someone to do it for me, but some pointers, tips, etc would be great.
I have a remotec Zwave dry contact device http://www.zwaveproducts.com/Zwave-Lighting/Zwave-Wall-Switches/Remotec-15-Amp-Dry-Contact-Module.html
I have a Vera Lite controller
Signed up for weather undergrounds api and installed. (getting data just fine into vera lite)
I have an 8 zone indexing valve that is controlled by one 24V valve
I would like to set up a schedule to:
-run automatically on a schedule i set (likely mon, weds, and sat)
-If it is raining or if rain is forecast for the day, do not trigger the schedule
-Because of the way the valve is setup i need the schedule to be as follows (T is in mins):
Zone 1: T=0 ; close contact
Zone 1: T=20 ; open contact
Zone 2: T=21 ; close contact
Zone 2: T=41 ; open contact
Zone 3: T=42 ; close contact
Zone 3: T=62 ; open contact
…
and so on.
I know i can get close in the UI of Vera Lite but I would have to set up multiple scenes and schedules but then i don’t know how to group all of those scenes together in order to trigger or not trigger based on the weather.
this is my first dealing with LUUP and i have done some research but have had no success. I have a small programming background but since I’m electrical, it has mostly disappeared since college.
Thanks again in advance and if i need to provide any more info don’t hesitate to comment.