#18640 - 08/30/07 11:03 PM
New HA user looking for ALOT of help!!
|
legorik27
newbie
Registered: 08/30/07
Posts: 19
Loc: MN
|
HI all! This is my first post on this site and it is due to my interest in home automation. I must preface my questions by saying that I have zero programming experience, but I am interesting in diving in to it. Now that that is out there I will ask what will seem obvious to many of you.
Things to control: TV's, DVD, Whole house audio, lighting, camera monitoring, ceiling fans(rf receivers in them already), garage door I am not sure where to begin...I have done a lot of research and found that the RTI(remote technologies inc.) has a remote that can transmit both IR and RF, so I figured I could use that to control the A/V components.
I have seen that alot of people are talking about ocelot and adicon to control garage doors and lighting but I have no idea how it works.
In a nutshell, I have a challenge that I need a lot of help to overcome.
Help Please! I have a home that I would like to incorporate some controlling features.(Lighting, home audio system, garage door, camera and so forth) I currently have a NuVo whole house audio system installed(concerto). I am using Open House cameras for outside surveillence.
|
|
Top
|
|
|
|
#18653 - 11/14/07 02:23 PM
Re: New HA user looking for ALOT of help!!
[Re: Guy Lavoie]
|
legorik27
newbie
Registered: 08/30/07
Posts: 19
Loc: MN
|
Would somebody please look at this and tell me if/what I am doing wrong. 0030 - IF Receive IR IR #5, from Ocelot // IR #5 (sat) input 0031 - THEN Current-A/V-input = 1 // current A/V input is Sat 0032 - IF Receive IR IR #6, from Ocelot // IR #6 (DVD) Input 0033 - THEN Current-A/V-input = 2 // current A/V input is DVD 0034 - IF Receive IR IR #7, from Ocelot // IR #7 (modulator) input 0035 - THEN Current-A/V-input = 3 // current A/V input is Camera/Fireball 0036 - // --DRIVEWAY SENSOR/SAT INPUT MAIN TV-- 0037 - IF Module #1 -SECU16 Driveway-Sensor(PIR) Turns ON // Driveway sensor tripped 0038 - AND Current-A/V-input is = 1 // and current A/V input is Sat 0039 - AND Timer-Doorbell-Sensor is = 0 // and doorbell timer is stopped 0040 - AND Timer-Deck-Sensor is = 0 // and deck timer is stopped 0041 - THEN Timer-Driveway-Sensor = 1 // start timer 0042 - THEN Module #2 -SECU16-IR, Main-Living IR IR #108 // press "8" sharp aquos 0043 - THEN Module #2 -SECU16-IR, Main-Living IR IR #101 // press "1" "" 0044 - THEN Module #2 -SECU16-IR, Main-Living IR IR #110 // press "enter" "" 0045 - IF Timer-Driveway-Sensor becomes > 15 // 15 sec timer expires 0046 - AND Current-A/V-input is = 1 // and current A/V input is Sat 0047 - THEN Module #2 -SECU16-IR, Main-Living IR IR #111 // press "input" sharp aquos 0048 - THEN Module #2 -SECU16-IR, Main-Living IR IR #111 // press "input" sharp aquos 0049 - THEN Module #2 -SECU16-IR, Main-Living IR IR #111 // press "input" sharp aquos 0050 - THEN Timer-Driveway-Sensor = 0 // stop timer 0051 - // --DRIVEWAY SENSOR/DVD INPUT MAIN TV-- 0052 - IF Module #1 -SECU16 Driveway-Sensor(PIR) Turns ON // Driveway sensor tripped 0053 - AND Current-A/V-input is = 2 // and current A/V input is DVD 0054 - AND Timer-Doorbell-Sensor is = 0 // and doorbell timer is stopped 0055 - AND Timer-Deck-Sensor is = 0 // and deck timer is stopped 0056 - THEN Timer-Driveway-Sensor = 1 // start timer 0057 - THEN Module #2 -SECU16-IR, Main-Living IR IR #108 // press "8" sharp aquos 0058 - THEN Module #2 -SECU16-IR, Main-Living IR IR #101 // press "1" "" 0059 - THEN Module #2 -SECU16-IR, Main-Living IR IR #110 // press "enter" "" 0060 - IF Timer-Driveway-Sensor becomes > 15 // 15 sec timer expires 0061 - AND Current-A/V-input is = 2 // and current A/V input is DVD 0062 - THEN Module #2 -SECU16-IR, Main-Living IR IR #114 // press "input4" sharp aquos 0063 - THEN Timer-Driveway-Sensor = 0 // stop timer 0064 - // --DRIVEWAY SENSOR/TV INPUT MAIN TV-- 0065 - IF Module #1 -SECU16 Driveway-Sensor(PIR) Turns ON // Driveway sensor tripped 0066 - AND Current-A/V-input is = 3 // and current A/V input is Carmera/Fireball 0067 - AND Timer-Doorbell-Sensor is = 0 // and doorbell timer is stopped 0068 - AND Timer-Deck-Sensor is = 0 // and deck timer is stopped 0069 - THEN Timer-Driveway-Sensor = 1 // start timer 0070 - THEN Module #2 -SECU16-IR, Main-Living IR IR #108 // press "8" sharp aquos 0071 - THEN Module #2 -SECU16-IR, Main-Living IR IR #101 // press "1" "" 0072 - THEN Module #2 -SECU16-IR, Main-Living IR IR #110 // press "enter" "" 0073 - IF Timer-Driveway-Sensor becomes > 15 // 15 sec timer expires 0074 - AND Current-A/V-input is = 3 // and current A/V input is Camera/Fireball 0075 - THEN Module #2 -SECU16-IR, Main-Living IR IR #120 // press "last ch" sharp aquos 0076 - THEN Timer-Driveway-Sensor = 0 // stop timer 0077 - // --DOORBELL SENSOR/SAT INPUT MAIN TV--- 0078 - IF Module #1 -SECU16 Doorbell-sensor Turns ON // Doorbell sensor tripped 0079 - AND Current-A/V-input is = 1 // and current A/V input is Sat 0080 - AND Timer-Driveway-Sensor is = 0 // and driveway timer is stopped 0081 - AND Timer-Deck-Sensor is = 0 // and deck timer is stopped 0082 - THEN Timer-Doorbell-Sensor = 1 // start timer 0083 - THEN Module #2 -SECU16-IR, Main-Living IR IR #107 // press "7" sharp aquos 0084 - THEN Module #2 -SECU16-IR, Main-Living IR IR #101 // press "1" "" 0085 - THEN Module #2 -SECU16-IR, Main-Living IR IR #110 // press "enter" "" 0086 - IF Timer-Doorbell-Sensor becomes > 15 // 15 sec timer expires 0087 - AND Current-A/V-input is = 1 // and current A/V input is Sat 0088 - THEN Module #2 -SECU16-IR, Main-Living IR IR #111 // press "input" sharp aquos 0089 - THEN Module #2 -SECU16-IR, Main-Living IR IR #111 // press "input" sharp aquos 0090 - THEN Module #2 -SECU16-IR, Main-Living IR IR #111 // press "input" sharp aquos 0091 - THEN Timer-Doorbell-Sensor = 0 // stop timer 0092 - // ---DOORBELL SENSOR/DVD INPUT MAIN TV-- 0093 - IF Module #1 -SECU16 Doorbell-sensor Turns ON // Doorbell sensor tripped 0094 - AND Current-A/V-input is = 2 // and current A/V input is DVD 0095 - AND Timer-Driveway-Sensor is = 0 // and driveway timer is stopped 0096 - AND Timer-Deck-Sensor is = 0 // and deck timer is stopped 0097 - THEN Timer-Doorbell-Sensor = 1 // start timer 0098 - THEN Module #2 -SECU16-IR, Main-Living IR IR #107 // press "7" sharp aquos 0099 - THEN Module #2 -SECU16-IR, Main-Living IR IR #101 // press "1" "" 0100 - THEN Module #2 -SECU16-IR, Main-Living IR IR #110 // press "enter" "" 0101 - IF Timer-Doorbell-Sensor becomes > 15 // 15 sec timer expires 0102 - AND Current-A/V-input is = 2 // and current A/V input is DVD 0103 - THEN Module #2 -SECU16-IR, Main-Living IR IR #114 // press "input4" sharp aquos 0104 - THEN Timer-Doorbell-Sensor = 0 // stop timer 0105 - // ---DOORBELL SENSOR/TV INPUT MAIN TV--- 0106 - IF Module #1 -SECU16 Doorbell-sensor Turns ON // Doorbell sensor tripped 0107 - AND Current-A/V-input is = 3 // and current A/V input is Camera/Fireball 0108 - AND Timer-Driveway-Sensor is = 0 // and driveway timer is stopped 0109 - AND Timer-Deck-Sensor is = 0 // and deck timer is stopped 0110 - THEN Timer-Doorbell-Sensor = 1 // start timer 0111 - THEN Module #2 -SECU16-IR, Main-Living IR IR #107 // press "7" sharp aquos 0112 - THEN Module #2 -SECU16-IR, Main-Living IR IR #101 // press "1" "" 0113 - THEN Module #2 -SECU16-IR, Main-Living IR IR #110 // press "enter" "" 0114 - IF Timer-Doorbell-Sensor becomes > 15 // 15 sec timer expires 0115 - AND Current-A/V-input is = 3 // and current A/V input is Camera/Fireball 0116 - THEN Module #2 -SECU16-IR, Main-Living IR IR #120 // press "last ch" sharp aquos 0117 - THEN Timer-Doorbell-Sensor = 0 // stop timer 0118 - // ---DECK SENSOR/SAT INPUT FOR MAIN TV-- 0119 - IF Module #1 -SECU16 Deck-sensor Turns ON // Deck sensor tripped 0120 - AND Current-A/V-input is = 1 // and current A/V input is Sat 0121 - AND Timer-Driveway-Sensor is = 0 // and driveway timer is stopped 0122 - AND Timer-Doorbell-Sensor is = 0 // and doorbell timer is stopped 0123 - THEN Timer-Deck-Sensor = 1 // start timer 0124 - THEN Module #2 -SECU16-IR, Main-Living IR IR #109 // press "9" sharp aquos 0125 - THEN Module #2 -SECU16-IR, Main-Living IR IR #101 // press "1" "" 0126 - THEN Module #2 -SECU16-IR, Main-Living IR IR #110 // press "enter" "" 0127 - IF Timer-Deck-Sensor becomes > 15 // 15 sec timer expires 0128 - AND Current-A/V-input is = 1 // and current A/V input is Sat 0129 - THEN Module #2 -SECU16-IR, Main-Living IR IR #111 // press "input" sharp aquos 0130 - THEN Module #2 -SECU16-IR, Main-Living IR IR #111 // press "input" sharp aquos 0131 - THEN Module #2 -SECU16-IR, Main-Living IR IR #111 // press "input" sharp aquos 0132 - THEN Timer-Deck-Sensor = 0 // stop timer 0133 - // ---DECK SENSOR/DVD INPUT FOR MAIN TV-- 0134 - IF Module #1 -SECU16 Deck-sensor Turns ON // Deck sensor tripped 0135 - AND Current-A/V-input is = 2 // and current A/V input is DVD 0136 - AND Timer-Driveway-Sensor is = 0 // and driveway timer is stopped 0137 - AND Timer-Doorbell-Sensor is = 0 // and doorbell timer is stopped 0138 - THEN Timer-Deck-Sensor = 1 // start timer 0139 - THEN Module #2 -SECU16-IR, Main-Living IR IR #109 // press "9" sharp aquos 0140 - THEN Module #2 -SECU16-IR, Main-Living IR IR #101 // press "1" "" 0141 - THEN Module #2 -SECU16-IR, Main-Living IR IR #110 // press "enter" "" 0142 - IF Timer-Deck-Sensor becomes > 15 // 15 sec timer expires 0143 - AND Current-A/V-input is = 2 // and current A/V input is DVD 0144 - THEN Module #2 -SECU16-IR, Main-Living IR IR #114 // press "input4" sharp aquos 0145 - THEN Timer-Deck-Sensor = 0 // stop timer 0146 - // ---DECK SENSOR/TV INPUT FOR MAIN TV--------- 0147 - IF Module #1 -SECU16 Deck-sensor Turns ON // Deck sensor tripped 0148 - AND Current-A/V-input is = 3 // and current A/V input is Fireball/Cameras 0149 - AND Timer-Driveway-Sensor is = 0 // and driveway timer is stopped 0150 - AND Timer-Doorbell-Sensor is = 0 // and doorbell timer is stopped 0151 - THEN Timer-Deck-Sensor = 1 // start timer 0152 - THEN Module #2 -SECU16-IR, Main-Living IR IR #109 // press "9" sharp aquos 0153 - THEN Module #2 -SECU16-IR, Main-Living IR IR #101 // press "1" "" 0154 - THEN Module #2 -SECU16-IR, Main-Living IR IR #110 // press "enter" "" 0155 - IF Timer-Deck-Sensor becomes > 15 // 15 sec timer expires 0156 - AND Current-A/V-input is = 3 // and current A/V input is Fireball/Cameras 0157 - THEN Module #2 -SECU16-IR, Main-Living IR IR #120 // press "last ch" sharp aquos 0158 - THEN Timer-Deck-Sensor = 0 // stop timer
How it is supposed to work:
If motion is detected on driveway sensor, then input 2 is turned on via dry contact on sensor and Ocelot changes tv's to ch81 via IR then back to what it was already on through variable tracking.
I get the input to turn on, but no IR commands from SECUIR, C-max sees both the SECU16 and SECUIR devices.
Also is there a way to see what is happening in the program? i.e. when an IR command is received, is there a spot in the program to see that it has received an IR?
Thanks
Edited by legorik27 (11/14/07 02:34 PM)
|
|
Top
|
|
|
|
Moderator: Dan Smith, Monte G, ADI Tech Support, Guy Lavoie
|
1 registered
(kuro)
and 21 anonymous users online.
|
|
2747 Members
19 Forums
3837 Topics
22714 Posts
Max Online: 67 @ 08/16/11 03:08 PM
|
|
|
|
|
|
1
|
2
|
3
|
4
|
|
5
|
6
|
7
|
8
|
9
|
10
|
11
|
|
12
|
13
|
14
|
15
|
16
|
17
|
18
|
|
19
|
20
|
21
|
22
|
23
|
24
|
25
|
|
26
|
27
|
28
|
29
|
|
|
|
|
|