-
Release 3.2.3 (Beta) Is Now Available
Upgraded from 3.1.17 to 3.2.3. Smooth as silk! Thanks!
-
Huge Security hole with I/O linc and Garage door!
sorry for the fuss, but thanks for the info! I still have a lot to learn...
-
Huge Security hole with I/O linc and Garage door!
It has just occurred to me that you could use an exterior ac outlet to broadcast an all on or all off, with a resulting trigger of your I/O Linc garage door controller! I haven't tried to prove this yet, but I will soon. Any thoughts?
-
Intergrating weatherbug data into ISY programs
I just had a brainstorm. I have an old weather station from Oregon Scientific. When doing maintenance on it, I noticed the rain gauge was a seesaw with a magnet, a reed switch, and a small 'self dumping water bucket.' Here's the deal, the reed switch is a 'dry contact closure' which is a perfect fit for the screw terminals on a triggerlinc. voila! you connect them, count the number of closures over time, and there is your custom rainfall amount! It is also wireless with a 50' range. You could also monitor sprinkler output!
-
State Machine Programming using variables (Part 1)
How about $sSecretCode state variable with an init of 1234, then change your comparison to //Test2.C0: (initial idle state, $Test.State init to -1) If $Test.State 0> 1000 And $Test.Code is $sSecretCode Then $Test.State = 2 //Test2.C3: (failure state: just jump back to state 0) If $Test.State is 1 And $Test.Code > 1000 And $Test.Code is not $sSecretCode Then $Test.State = 0
mlvarnell
Members
-
Joined
-
Last visited