Jump to content

TJF1960

Members
  • Posts

    1808
  • Joined

  • Last visited

Everything posted by TJF1960

  1. Xathros, out of curiosity is this method of testing the internet connection still working for you? If so what version are you on, still 3.2.6? Thanks, Tim
  2. Hmm. Well you could use a Triggerlinc (I think its called) at the top of each of the garage doors. Then just add the status of them to the program. When the garage door closes the triggerlink will change status right away causing the program to run. Or get a Simplehomenet EZIO2x4 which would take care of 2 doors (2 relays) and 4 sets of inputs (2 contacts per door).
  3. This will turn the garage light on for 10 minutes anytime either garage door sensor status changes. If Status of Garage Door1 is On Or Status of Garage Door2 is On Then Turn Garage Light On Wait 10 minutes Turn Garage Light Off Else Turn Garage Light On Wait 10 minutes Turn Garage Light Off
  4. Yes, but because I have to. I was looking for a method of printing for kpl buttons a few years ago and I came across a thread in the smarthome forum of someone using these http://www.papilio.com/white%20inkjet%20waterslide%20decal%20transfer%20paper%20media.html which are inkjet white water slide decals. Since they are water slide I have to spray them after printing and before cutting and wetting with a clear acrylic coat. Then after they dry on the buttons another coat or two is applied. Its kind of a pain and a long drawn out process, but the results are very nice. I asked about the clear coat because I am looking for a quicker, easier method of making the labels.
  5. After sticking the printed label on do you spray them with a clear coat?
  6. WhiteSax, Very clever, and well laid out description. It worked for me the first time I followed your instructions....Awesome tip! It's a nice have all the devices beep at once. Thanks for sharing. Tim
  7. Try opening a browser and typing in http://whatismyipaddress.com/ this website will show what your WAN ip address is. Then try https://yourwanipaddress:port#/admin
  8. Hello NickMach007, I am sure you have probably tried https://hostname.zapto.org:port# or https://hostname.zapto:port#/admin, but just in case you haven't. Also can you access from https://your modems ip address:port#/admin ? Tim
  9. Or KPL C was turned On after Sunset had already occured.
  10. Wow apostolakisl, Nice One! I am with oberkc, I would have bet that it wouldn't have worked either. But sure enough it does work. Nice Job!
  11. Using the CAI WebControl boards http://www.cainetworks.com/products/webcontrol/index.html and using the 1 wire temp sensors from Maxim DS1820/DS1822 http://datasheets.maxim-ic.com/en/ds/DS1822.pdf I am using the CAIWC program on a Pogoplug http://forum.universal-devices.com/viewtopic.php?f=81&t=7998 or you can also use WCLink http://forum.universal-devices.com/viewtopic.php?f=77&t=6612. Both programs work very well. The programs send the temps to variables in ISY.
  12. Did you have the foam put in during new construction or existing construction. I haven't heard of it being done...will have to do some surfing to find out more about it. That’s a huge temp differential. I too am using the webcontrol boards along with the caiwc program. I keep finding more reasons to buy them and implement them around the house. Thanks, Tim
  13. TJF1960

    Cycle Complete

    Hello jdunne, You could, but the other possible issue would be if the "'Climate' Irrigation Requirement" changes while the program is running it would start the program over again so what has been watered would be watered again. Michel's suggestion of breaking the program into two is your best option for non-interrupted watering. Tim
  14. No but you know what, that is a very good idea. I am going to check into doing that. I have sat and watched the temp in the attic drop when the fans turn on, but its been a while and I don’t remember by how much. When I get some time I am going to look into it again. Knowing the builder of these homes - I wouldn’t be surprised that I have at least few leaks into the attic and I am going to have to address them the best I can. In the mean time there are at least plenty of intake vents in both the soffits and gable ends. Thanks, Tim
  15. Hello jmed999, I have two roof mount attic fans which are each controlled by their own Switchlinc Relay. Once the attic temp reaches a set temperature I have programs which turn them on one at a time. I have them run for about a half hour each at a time then cycle off for a bit. Still trying to play with them to get the most benefit (air flow/cool down vs electric use). Haven't drawn any conclusions just yet. I did bypass 1 of the attic fan thermostats so it is directly controlled by its SL relay switch at all times, the other attic fans thermostat is still active but was set pretty low so when its warm in the attic its thermostat is on at which point the SL relay is in full control of the fan operation. Tim
  16. Hello bsobel, Can you paste your program.
  17. glase, just sent you a pm.
  18. Xathros, Very clever! I can confirm that removing the RG6 cable from the cable modem and testing the network command returns an error and does not update the variable. Once the cable is restored and the command is retested a positive confirmation is returned and the variable is updated. At least it does work here on my system with Comcast internet. Thanks, Tim
  19. Hello jay5, Is the motion sensor directly linked to any of the switches in the three-way scene or is the motion just linked to the plm/ISY? In order for the turn off program to work, the motion cannot be directly linked to 'Laundry (1) switch. When you turn the three-way scene on locally does the ISY admin console correctly indicate the status level of "'Laundry (1)"?
  20. Maybe try changing the routers outside access port to 4443 and have it forwarded to 443 to match the ISY port.
  21. Hello glase, Just to be clear, are you adding the port and the word admin at the end of your https url? Like https://75.xxx.xx.xxx:443
  22. Programs containing "Control" in the "If" section will only work if the actual device is locally operated. In other words If Control 'Switchlinc 1' is switched On Then Else This program will only evaluate to true if the actual switch itself is manually turned on. If this program needs to be true no matter how the Switchlinc 1 is turned on then instead of "control" use "status".
  23. This works to turn the LED back off after an accidental "one press". Do you see any problems elsewhere with this? hyounker I don't see any problems with this.Looks like I tried to over-engineer again Although, in my defense, the reason I went the long way around was that your original Night Time program will evaluate every time a light is turned on or off or faded. The program will either be sending out an On or Off to the kpl button every time it evaluates...which just increases data line comm., and the possibilities of collisions.
  24. Try these programs out. Set up the first program like this: If Control 'Good Night' is switched Fast On Then Set Scene 'Night Time' On Else - No Actions - (To add one, press 'Action') Next define a State variable such as sNiteScene. Then change your Night Time Indicator program to: If Status 'Antler Chandelier' is not Off Or Status 'Kitchen KPL Kitchen Lights' is not Off Or Status 'Brkfst Table Lights' is not 40% Or Status 'Mstr Bedroom Fan Lights' is not Off Or Status 'Patio Door Lights' is not Off Then Set sNiteScene = 0 Else Set sNiteScene = 1 Create two other programs like: If Status 'Good Night' is On And sNiteScene is 0 Then Wait 5 seconds Set Scene 'Night Time' Off Else - No Actions - (To add one, press 'Action') If Status 'Good Night' is Off And sNiteScene is 1 Then Wait 5 seconds Set Scene 'Night Time' On Else - No Actions - (To add one, press 'Action') Now when your first program turns true by a fast on at the kpl button it will turn the scene on. When the scene turns on, the second program will turn false setting the variable to 1 indicating the scene is active. Programs 3 and 4 will evaluate to false...doing nothing basically. Now when your second program turns true by a light being turned on locally or otherwise, program two will evaluate true and will set the variable to 0 indicating the scene is not active. Then program 3 will turn true and turn the kpl button off in 5 seconds. I used a wait to make sure all scene commands finished. You can probably shorten the time to 1 or 2 seconds. Now if you control the scene via mobilink programs 3 or 4 will evaluate and set the kpl button to the correct status as well. At least in theory Tim
  25. If changing from status to control in this program hasn't changed the way everything works then you should be able to change it to: If Control 'Good Night' is switched Fast On Then Set Scene 'Night Time' On Else - No Actions - (To add one, press 'Action') This will require the kpl button to be pressed twice rapidly in order to run this program.
×
×
  • Create New...