Jump to content

polexian

Members
  • Posts

    167
  • Joined

  • Last visited

Everything posted by polexian

  1. The back up will work great as long as you are not on firmware 3.1.6. Sent from my iPhone using Tapatalk
  2. This weekend? Elk beta? And a hurricane. How are we so lucky!!! Sent from my iPhone using Tapatalk
  3. Ok I have a solution Program 1 If one hour before sunset or one hour after sunrise Then Run check weather program Run check to turn on or off program Wait 15minutes Rerun this program Checkweather program If temp is a <=50 or it's raining Then Set mosquito variable to 0 Else Set mosquito variable to 1 Turn on or off light program If mosquito variable =1 Then turn on mosquito zapper Else turn off zapper End program This should work for you --- - Sent from my iPhone using Tapatalk
  4. If you stick to the official releases you will have no problem with your isy. It's a very complex system and when new things are added sometimes Affects other portions of the code. I hope you stick around with the officials and love the product like it is supposed to be loved! --- - Sent from my iPhone using Tapatalk
  5. Ok. How about run a program when a link is severed? Joe --- - Sent from my iPhone using Tapatalk
  6. Is there anyway to do an automatic requery of a device when it's link is broken and then if not reset the isy? --- - Sent from my iPhone using Tapatalk
  7. I don't do twitter either but it is a lot easier to pull up one web page then search through a forum. Good move guys! --- - Sent from my iPhone using Tapatalk
  8. I was confuse on the wait variables at first but mike explained it to me like this. When you invoke a wait statement the wait xx time later it will rerun to the if checks and if one of them is false the program stops. That is why you do your wait in a separate program of your Ifs to invoke the wait and then at the end of the wait run the end of the program or goto a new program to be ran. I hope this helped you also. --- - Sent from my iPhone using Tapatalk
  9. Sir's, I would like to be able to control the On Level for my devices with a program. for instance, at sunset then set the master bedroom light on level to 40 percent. and then at sunrise set it back to 100. Is this possible with the current programming? Joe
  10. Thank you. So what I'm going to do to fix this is make a second program with no if's that from the first program when you run it, then it will start the second program and wait the desired time then do what I want. Code is as follows: *RunningLightsTimer If Status 'Kitchen / LightKitchenIsland' is On And Status 'Kitchen / LightKitchenSink' is On And Control 'Outside / Lights / LightBackPorch' is switched On Then Set 'Outside / Lights / LightBackPorch' 250 (Beep Duration) Set 'Kitchen / LightKitchenSink' Off Set 'Kitchen / LightKitchenIsland' Off Set 'Outside / Lights / LightBackPorch' Off Disable Program 'OneOutsideOnAllOn' //This program just keeps on the outside lights at night so the wife can't turn them off. Run Program 'RunningLightsFinishTimer' (If) Else - No Actions - (To add one, press 'Action') *RunningLightsFinishTimer If - No Conditions - (To add one, press 'Schedule' or 'Condition') Then Wait 5 seconds Set 'Outside / Lights / LightBackPorch' On Enable Program 'OneOutsideOnAllOn' //This program just keeps on the outside lights at night so the wife can't turn them off. Else - No Actions - (To add one, press 'Action')
  11. A bug: This program will run all the way to the wait 10 seconds then it stops. If Status 'Kitchen / LightKitchenIsland' is On And Status 'Kitchen / LightKitchenSink' is On And Control 'Outside / Lights / LightBackPorch' is switched On Then Set 'Outside / Lights / LightBackPorch' 250 (Beep Duration) Set 'Kitchen / LightKitchenSink' Off Set 'Kitchen / LightKitchenIsland' Off Set 'Outside / Lights / LightBackPorch' Off Wait 10 seconds Set 'Outside / Lights / LightBackPorch' On Else - No Actions - (To add one, press 'Action') After further review I have noticed that it quits at the wait line.
  12. Wouldn't that take up more memory than a do while since it's nested?
  13. Yes HTML through Mozilla.
  14. from the web interface when I change the temperature from 70 to 71 it doesn't update the temp on the web interface. 2441v Insteon Adapter in a Venstar T1800
  15. Now that we have variables.... how about some do whiles and while?
  16. I hope this recreated the bug on your end.
  17. Michael, This is what I did to get a program that defaulted to disabled.. Disabled two programs under the same folder Created a new folder Created a new program Wrote this: If kitchenlight is switched on then wait 1 hour and switch off. clicked save and it was disabled.
  18. When creating a new program would you make it where enabled was defaulted to true?
  19. I am having trouble keeping my ventstar linked up. It keeps telling me it can not communicate with it. I did a diag/device links table on it and it said: Failed reading device link. I can pull the isy module from the ventstar and replace and it works perfectly for a couple days then goes back to not working again. I am on v3.1.0
  20. when I open the admin console I get socket open fail SSDPClient any thoughts?
  21. I did this, backup my ISY, and install v2.8.11, then close out of all browsers and clear your java. Reload your isy from your internet browser, and click administrative console. Version 2.8.10 showed in the about screen. I guess it's a bug with the update.. As reported, did this one more time and it published the correct version. Joe Double U
  22. On known bugs, shouldn't the LED Brightness be one of them?
  23. Hardware: Insteon 2476D v.38 if I put the ramp rate to .2 seconds, I can not set it back to .1s It will not run the program and save.
  24. The Beep duration doesn't work correctly. I'm trying to set 'device' 10 (beep duration) and it is only beeping once.
  25. Ok, so let me be more specific on what I want to do. I have a 4 array monitor station on my computer. This is plugged into the switched portion of http://www.smarthome.com/2473SWH/OutletLinc-INSTEON-Remote-Control-Outlet-White/p.aspx <-this outlet. I have a ceiling fan in the room with http://www.smarthome.com/2476D/SwitchLinc-Dimmer-INSTEON-Remote-Control-Dimmer-White/p.aspx <-this switch. When I turn on my light in the room I want the monitors to turn on, but if I'm going to the office and not going to use the monitors then I want to be able to push the on switch again and turn off the monitors. Now when I turn off the lights I want it to turn off the monitors or keep them off respectively. I also want to be able to push off on the switch again to turn on the monitors in case it is daylight and there is no need for the light to be on, but I want the monitors on. I hope this is enough information and I apologize for not being this detailed in the first place.
×
×
  • Create New...