Jump to content

dbuss

Members
  • Posts

    942
  • Joined

  • Last visited

Everything posted by dbuss

  1. Thank you @bpwwer and @MrBill. Much appreciated.
  2. I have the program below to alert me when the EPA AQUI is over 100. It works fine. Right now I get continuous updates as long as the AQUI is over 100. I would like to change the program so I get notified once when AQUI goes over 100 and then again when the AQUI goes under 100. . Here's my current program. EPA AQUI Greater Than 100 - [ID 0088][Parent 0001] If 'Polyglot / Purple Air AQI / Outside' EPA AQI > 100 Then Send Notification to 'Email' content 'EPA AQUI Greater Than 100' Else - No Actions - (To add one, press 'Action') Thank you!
  3. Nathan, I can help you with a PLM and 5 switchlincs.
  4. Create a program in your ISY to ,open your garage like this: Open Garage Door - [ID 0089][Parent 0001] If - No Conditions - (To add one, press 'Schedule' or 'Condition') Then Set 'ZW 018 Garage Door' Open Else - No Actions - (To add one, press 'Action') Create another program in your ISY to close your garage door like this: Close Garage Door - [ID 008A][Parent 0001] If - No Conditions - (To add one, press 'Schedule' or 'Condition') Then Set 'ZW 018 Garage Door' Close Else - No Actions - (To add one, press 'Action') Then add programs to Alexa as scenes. Then create routines for opening and closing your garage door using the scenes.
  5. Have you tried pressing the "Write Changes" button?
  6. What are the steps you are using to set the parameter?
  7. Do you not have an "Options" button to the left of the "Users" button on the admin console?
  8. Have you tried restarting your admin console?
  9. From your admin console click on "Help" then click on "About" and make sure the "UI" and "Firmware" versions are the same.
  10. dbuss

    House for sale

    i added the new homeowner as an admin and then removed myself from the account.
  11. dbuss

    House for sale

    I sold the house and included the ISY, Insteon devices, Z-Wave devices and Elk alarm system .
  12. Try this. https://smile.amazon.com/Honeywell-TH6320ZW2003-Thermostat-Comfort-Control/dp/B07HFL7R44?pf_rd_r=E95RV54897XWX4GR0GW2&pf_rd_p=be25f964-4afb-442f-819e-9e628b270a7c&pd_rd_r=5bc4fd8a-9c5b-4187-973a-e549ba548c4c&pd_rd_w=EuYOj&pd_rd_wg=oYyG6&ref_=pd_gw_ci_mcx_mr_hp_d
  13. You could plug in an Insteon plug-in device in the other buildings then check to see if you can control it from the admin console.
  14. GoControl has worked well for our needs as well.
  15. My program updates as it should. Basement Temperature - [ID 007F][Parent 0001] If 'Polyglot / Buss House / Basement' Temperature is not 100.0°F Then $Basement_Temperature = 'Polyglot / Buss House / Basement' Temperature °F Wait 5 seconds Set 'Polyglot / Virtual Device Controller / Basement Temperature' Set Temperature '$Basement_Temperature Fahrenheit' Else - No Actions - (To add one, press 'Action')
  16. I've been doing the same thing as @lilyoyo1. I've used several fanlincs in the past and had no problems with them. We very seldom change the fan speed and it was much more convenient to just change the fan switch than add a fanlinc.
  17. When I had two properties with an ISY at each location, I found it much easier and less complicated to have a separate portal account for each ISY as well as a separate Amazon account for each. I had an echo device in property A linked to property B and an Echo device in property B linked to property A. It worked very well.
  18. You will need to go to your portal, select the Chesapeake ISY, in the "Select Tool" drop down menu select ISY Information from the Information tab, then copy the Admin Console URL:. Then open the ISY Launcher, select the add button and paste the Chesapeake URL into the space under "Enter the URL', then click "OK". You should now have the Chesapeake ISY in the ISY Launcher. Click on that URL to get to the Chesapeake ISY. Remember, you will need to use your ISY portal login credentials when logging in remotely to your ISY.
  19. That's awesome!
  20. I'm in the process of installing two Leviton 49605-30W RF Transparent Structured Media Enclosures. I too would have went with the 42" model had it been available.
  21. This link may answer your questions. http://wiki.universal-devices.com/index.php?title=Main_Page#Front_Panel_LEDs.2FLights
  22. Have you tried this? (1) Right click on ISY Launcher shortcut(2) Select Open file location(3) Right click on javaws.exe(4) Properties > Compatibility > Change high DPI settings(5) Check "Override high DPI scaling behavior. Scaling performed by:"(6) Select "System (Enhanced)"
  23. Well, I purchased my first one and after a couple months of using it, I bought six more. So, I guess, I did all over again already. The issues I listed are really the only issues I've experienced thus far.
  24. I have two iBlind units installed with five more to install. One has been installed since February and the other for about a week. They seem to work very well. ISY added them quickly and easily. I have not been able to figure out to get them to open part way and then go back to having them open all the way or 50% which is open all the way. I have the solar panels that seem to keep the small battery charged as long as you don't use them a lot at one time. During setup etc. I have depleted the charge in the battery. Attached are two screen shots of the nodes in the admin console.
  25. @asbril, I think I have programs doing something similar to what you want to accomplish. Bathroom Fan MS ON - [ID 0030][Parent 0001] If 'Bathroom MS-Sensor' is switched On Then Set 'Bathroom Fan' On Wait 10 minutes Set 'Bathroom Fan' Off Else - No Actions - (To add one, press 'Action') When bathroom motion is sensed, this program will turn on the bathroom fan, wait 15 minutes and turn off the bathroom fan. Bathroom Light Stays On - [ID 0015][Parent 0001] If 'Bathroom Light' is switched On Then Set 'Bathroom Fan' On Disable Program 'Bathroom Hallway Lights Night' Disable Program 'Bathroom Fan MS ON' Disable Program 'Bathroom Lights On Day-Evening' Wait 1 hour Set 'Bathroom Light' Off Set 'Bathroom Fan' Off Enable Program 'Bathroom Hallway Lights Night' Enable Program 'Bathroom Fan MS ON' Run Program <Not Specified> (Then Path) Else - No Actions - (To add one, press 'Action') If bathroom light is switched on, this program turns on bathroom fan and disables bathroom light and fan programs. Wait 1 hour. Bathroom Light Off - [ID 004B][Parent 0001] If 'Bathroom Light' is switched Off Then Set 'Bathroom Light' Off Wait 1 second Set 'Bathroom Fan' Off Wait 1 second Set 'Hallway Light' Off Disable Program 'Bathroom Lights On Day-Evening' Disable Program 'Bathroom Hallway Lights Night' Wait 10 seconds Enable Program 'Bathroom Hallway Lights Night' Enable Program 'Bathroom Fan MS ON' Enable Program 'Bathroom Lights On Day-Evening' Else - No Actions - (To add one, press 'Action') If bathroom light is switched off, bathroom light, bathroom fan and hallway light are turned off. Bathroom lights on day-evening and bathroom hallway lights night programs are disabled. Wait 10 seconds. Enable, bathroom hallway lights night, bathroom fan, and bathroom lights on day-evening programs.
×
×
  • Create New...