
TJF1960
Members-
Posts
1808 -
Joined
-
Last visited
Everything posted by TJF1960
-
Yes, here is a statement from LeeG : "Remember that a Query will change the Sensor state because Trigger Reverse is being used. This happens when the I/O Linc comm is working correctly. When Trigger Reverse is being used and Query does not change the Sensor state that indicates a comm problem." from this thread http://forum.universal-devices.com/viewtopic.php?f=27&t=12162&p=94396&hilit=+trigger+reverse+#p94396 You can also do a search of trigger reverse and will find a bunch of links. I have had great comm. for a couple of years now and I still have the nightly query, I figure whats it hurt! Tim
-
Welcome to the forum K O, The only program listed which the nightly query might affect would be program 4 with the garage door sensor. I seem to recall some issues with the iolinc sensors and a query, not sure if that might be the case here or not. I believe it had something to do with whether or not "Trigger Reverse" box was checked. If that is not it then I would next look to make sure the ISY does indeed receive the status updates or not from the iolinc. The nightly query is used to make sure the whole system is in sync, that the ISY is aware of all the correct status of all devices. If you have a rock solid installation with no comm. issues you could do without it, its up to you. Tim
-
Knight, yes WAF is very important. And glad you got it figured out. Oberkc, nice job, I love it when it can be broken down to a couple of programs, kodos!
-
Now thats home automation at its finest! Thanks for sharing!
-
If I understand correctly the OP wants a program to run when the CatGenie turns on then another program to run when it has finished. He didn't specify what each program was doing and whether or not it was ok if the programs ran a few times each during the course of the CatGenie doing its thing or if he just wanted each program to run once. Which is why I proposed the programs as I did, and also included the use of the variable in the event he wanted the programs to run only once.
-
Or, possibly there is not enough spring tension on the air gap switch itself. Recently I had a awitch go dead and randomly come back to life for about a month. I found there was not enough force in the switch to keep a good solid connection.
-
Because the Syncrolinc turns on and off during the time the CatGenie is running I think you would need first a program which monitors when it turns on: Program 1: If Syncrolinc is switched on Then Run Then Program 2 Else The second program is just a 3 minute timer which starts when the first program runs true. This 3 minute timer then will restart each time the first program runs true. Program 2: If Then Wait 3 minutes Run Else Program 2 Else When Program 2 turns true it means the CatGenie is running, when it times out it turns false which means the CatGenie is finally done. The 3rd program does what ever it is you want when the operation is over. Program 3 If Program 2 is True Then Whatever you want done while CatGenie is running Else Whatever you want done while CatGenie is not Running One catch to program 3 is that each time program 2 is run true it will re run program 3 true. In other words if you have program 3 notify you when the CatGenie is running, you will get an email each time the sycnrolinc turns on during the run process. If this is an issue then create a State variable and insert it into program 2 like this Program 2 If Then Set sState variable = 1 Wait 3 minutes Set sState variable = 0 Run Else Program 2 Else Then change the 3rd program to: Program 3 If sState variable = 1 Then Do whatever Else Do whatever
-
Oh, you also need a 5v power supply to power the ISY, but then you probably already have one but thought I would mention it just in case. Z-Wave is in Alpha stages right now, soon to be Beta stage. Once it is available you can order the module from UDI.
-
I am pretty darn sure the hub is not compatible with the ISY. The hub is an HA controller with a PLM built in. The ISY is an HA controller as well but requires a PLM such as 2413S.
-
Ah, I didn't realize you could pull status of other devices and have them displayed, I knew you could with variables. I haven't played much with notifications. Thats great info, Thanks.
-
What you can do as a work around until the feature you want is available is create a simple program which monitors the status of the device and switches an integer variable to 1 when it is on and 0 when off. Then have the text/email send you the variable value so you will know whether was on or off when notified. If Status RoomFan1 is on Then set $iRoomFan1 = 1 Else Set $iRommFan1 = 0
-
Only if that device is what triggered the notify program. In that case: In Custom Notification select Alert. You can select Node Name or Node Address which will supply the name or address of the device which ran the notification email. If the notify program was triggered by an If Status of device then select Action to report the status of the device. If it was triggered by If Control device then select Control.
-
They are pretty big, I don't know the exact size but they will not fit in a regular junction box.
-
Another thing you can do is have the kpl or switchlinc beep after a successful fast on or off.
-
I am not sure what a network delivered x10signal is, but you should be able to use a network resource on one ISY to change a variable on the other. The one sending will need the network module, if both will send each other messages then both will need the network resource module.
-
Well, I may just be really tired, but as his program is written I too would expect the program to be true if either switch was fast on, and false if either switch was fast off. If it were me I think I would be looking to see if there are any comm. issues, maybe the ISY is not receiving the fast on/off commands from those switches.
-
Yes. ISY programs are event driven. If from 5:30 pm for 2 hours then else
-
If you are checking the fan before the 30 minute wait when the program would shut it off, and it is off, what does the ISY show for a status of the fan?
-
He told me it (local ip address/es) are stored in the cloud, so it wouldn't work if the cloud or internet were down. I was going to test to make sure but just haven't had the time yet. But I will tell you that if it does originate from the cloud, its pretty darn quick. The time from when motion or water detection occurs to when the ISY variable is switch is maybe 1 second, no more and maybe less. I was really surprised at the quickness of response. I will check when I get a minute and post back.
-
Another possible solution for the op would be the wireless tag sensor. I just picked one up to play with. http://www.wirelesstag.net/ They just increased the range of the sensors which detect motion and temp. They claim you can throw the sensor in the door of the fridge or freezer. I have the tag manager sending status updates to variables in the ISY, surprisingly fast response.
-
Ah, I was not aware the programs would run in sequence during catch up schedules! And sorry for my short question, it was based on the assumption that the op's catch up schedules was checked. Thanks, Tim
-
Xathros, if the ISY is rebooted for whatever reason wont the two programs run and possibly set the tstat incorrectly?
-
I am unsure, and curious, what you mean here. 3rd parties? Are you talking unauthorized individuals? If so, put a switch in a desktop enclosure and hide it somewhere. He is tracking the pet / baby sitters movements thru his house, If they are opening doors and going into rooms they are not supposed to be in.
-
This may be a reach but as I understand it with the x10 module you can create a virtual x10 device. I don't know if the device will show up in Mobilinc or not. Maybe someone more familiar with the x10 module can chime in.
-
I am not even so sure about that. For 3 or 4 days this last week my Evapotranspiration was reporting as 0.019"per day and typically its around 0.16 with the weather we have been having for the last 2 weeks. The stations I am using is KBAB (Beale AFB), which is listed on the NWS site.