
ISYhbsh01
Members-
Posts
542 -
Joined
-
Last visited
Everything posted by ISYhbsh01
-
Let me make sure I understand this correctly. You want your upstairs heat setpoint to always be 2 degrees higher than the downstairs setpoint? And instead of changing each setpoint individually every time, you want to set the downstairs heat setpoint and the upstairs setpoint should automatically change to 2 degrees higher? Sent from my SPH-D710 using Tapatalk 2
-
There is Mobilinc which is an excellent app, much better than Smartlinc's. If you know how to setup port forwarding in your router it's not difficult at all to setup the ISY for remote access. Sent from my SPH-D710 using Tapatalk 2
-
Hi Michel, Can also the "Pro" part from my 99 be transferred to the 994?
-
Hi Michel, Can also the "Pro" part from my 99 be transferred to the 994?
-
Hi, Can also the "Pro" part from my 99 be transferred to the 994? Sent from my SPH-D710 using Tapatalk 2
-
Another option is to buy the Venstar T1800 thermostat and the Venstar outdoor sensor module. You would power the Vesntar using a 24VAC transformer. Sent from my SPH-D710 using Tapatalk 2
-
Mobilinc is the best Android app. Sent from my SPH-D710 using Tapatalk 2
-
Ok thanks. Sent from my SPH-D710 using Tapatalk 2
-
Great! Thanks. I am considering to upgrade & maybe use the old one for my office. I am not giving away any ISY's so fast... If I decide to get another one and I want to use the 994 in my home & move the 99 to my office, how would it work with the networking module that I currently have on my ISY-99? Thanks again. Sent from my SPH-D710 using Tapatalk 2
-
Hi Michel, How does the current special upgrade price of $109 work? Do we have to send back the old ISY-99 or we get to keep both? Thank you
-
Jmed999, Unfortunately there is no other way. See here my post about this: http://forum.universal-devices.com/viewtopic.php?t=9420 Sent from my SPH-D710 using Tapatalk 2
-
Trying to create a program that turns house off if no motion
ISYhbsh01 replied to silverton38's topic in ISY994
Thanks for all the suggestions. However there are several types of Insteon devices which revert to an off state after a power failure. I have made ISY programs for those devices to make them go back to the state they were before the power outage. In order for this to work the ISY has to know that a power failure occured. So I rather don't have the ISY on a UPS, and just design all my programs in such a way with the possibilty of a power failure in mind. Sent from my SPH-D710 using Tapatalk 2 -
Trying to create a program that turns house off if no motion
ISYhbsh01 replied to silverton38's topic in ISY994
Since in my area it's quite common to have milliseconds long power outages, I have always in mind that possibility when making a program and I try to address it. In this case, what would you suggest to make it power failure proof? I thought to have the same "wait for 24 hours then off" in the else clause & then make the program run at startup. What do you say? Sent from my SPH-D710 using Tapatalk 2 -
Smarthome has since come out with a product to controll fans, its called Fanlinc. You just have to make sure it's compatible with your model fan. Sent from my SPH-D710 using Tapatalk 2
-
Hi Iceman68, I believe you can accomplish what you want with the following one program: If From Sunset - 1 hour and 20 minutes To 5:00:00PM (same day) And Time is 5:00:00PM Then Set 'Counter Lights' On Else - No Actions - (To add one, press 'Action') Good luck!
-
Hi Iceman68, I believe you can accomplish what you want with the following one program: If From Sunset - 1 hour and 20 minutes To 5:00:00PM (same day) And Time is 5:00:00PM Then Set 'Counter Lights' On Else - No Actions - (To add one, press 'Action') Good luck!
-
That’s interesting news to me as well. I never knew of this difference between scene vs. direct commands, and that when turning devices on/off thru a scene it’s not acknowledged & not retried & the ISY just assumes that the devices are following orders... In that case, in the old program vs. scene debate, using a program to control devices instead of using a scene has a very big advantage.
-
I would use ApplianceLincs rather than LampLincs. Lamplincs are dimmable devices which could very possibly damage your digital frame if dimmed accidentally. Sent from my SPH-D710 using Tapatalk 2
-
From what I see there is nothing to stop the "Hot water loop" program from running continuously once its activated. Even when the main program turns false thus setting the hot water off, the hot water loop program continues to run & eventually turns the hot water back on. You should add the following to the main program's else path: Run program "Hot water loop" (else path). Sent from my SPH-D710 using Tapatalk 2
-
Check this out from Smarthome it does what you are looking for: http://www.smarthome.com/73210/I-O-Linc-INSTEON-Telephone-Alert-Kit/p.aspx Check out ifttt.com, I am almost sure that they have such a service. Just keep in mind that ifttt.com polls for status updates only once every 15 minutes if I remember correctly. Depending on what you want to use it for it might not be fast enough for your purpose. Sent from my SPH-D710 using Tapatalk 2
-
Release 3.3.1 (Beta) Is Now Available!
ISYhbsh01 replied to Michel Kohanim's topic in Previous Releases
I see the 2441TH in the New Device pull down menu but not the 2441ZTH. Do you just use the 2441TH device when adding the 2441ZTH? Anyone got the answer to this? Sent from my SPH-D710 using Tapatalk 2 -
Thanks
-
I understand. Thanks Michel for everything.
-
Thanks. My post was based on ideas I got from others on this forum, so the credit is theirs.
-
Release 3.3.1 (Beta) Is Now Available!
ISYhbsh01 replied to Michel Kohanim's topic in Previous Releases
I always had the schedules done with ISY programs rather than with the tstat itself for this reason. While it's great to have this new feature so that the time on the tstat is correct, I think I am going to keep doing it the ISY way.