Jump to content

MrBill

Members
  • Posts

    4669
  • Joined

  • Last visited

Everything posted by MrBill

  1. In addition to Factory resetting the ISY you should also factory reset each device. Most devices, Pull out the Air-gap or set button, wait briefly, then press the same all the way in and HOLD it in until the long beep STOPS or ends. Devices that don't have a set button that pulls out, same process basically, hold the set button while the device is powered up and continue holding it in until the long beep stops or ends. This could be done as they are installed, but i tend to wire devices up to a test cord, and plug them in, factory reset them, add them to the ISY, test them, and then install them. (cap the red wire with a wirenut while using the test cord.)
  2. one more thought, you might want to add a nag.... NoExercise.SendMessage - (Enable Run at Startup) If $sExercise.State is 0 Then Wait 170 hours (24*7+2) Repeat every 6 hours Set 'Notification Controller / Service Pushover polyglot' ....... and whatever else to change the message to no exercise in the past 170 hours. Else (none) Now if the 170 hours expires the messages will continue being sent every 6 hours until the generator is exercised.
  3. I'm assuming that excerise state is always 1 or 0, also assuming you want to keep the message that positive message that the exercise started then simply add an ELSE Exercise.SendMessage - [ID 0026][Parent 0025] If $sExercise.State is 1 Then Set 'Notification Controller / Service Pushover polyglot' Send Sys Short With Params To iphone Priority=Normal Format=Monospace Sound=Pushover (default) Retry=30 Expire=60 Else Wait 170 hours (24*7+2) Set 'Notification Controller / Service Pushover polyglot' ....... and whatever else to change the message to no exercise in the past 170 hours. When exercise becomes 1 again the Wait will be interrupted and the notification below will never be sent. Another similar method is a separate program: NoExercise.SendMessage - (Enable Run at Startup) If $sExercise.State is 0 Then Wait 170 hours (24*7+2) Set 'Notification Controller / Service Pushover polyglot' ....... and whatever else to change the message to no exercise in the past 170 hours. Else (none) This program assumes that $sExercise.State will be zero when the ISY starts up, and will immediate start waiting 170 hours. An advantage to this program is that the original program could effectively be disabled, with only No Excercise notifications being sent. Either way should be ok, I would prefer the second if it was mine.
  4. I could write a program (or group of programs) if you'd tell me more than we know here. It would be helpful to see the program that sends the message that the generator is exercising. (right click the program name, choose Copy to Clipboard at the bottom of the choices, then paste into a forum message.) Does the state variable you mention already exist? if so, what are its possible values? What nodes exist? are the simply true or false? or voltages. If the exercise is always at 1PM Sunday, what time does it finish? What time will it be on Sunday when we know it's missed? Its not a big deal to do this, but you've included to little information to be helpful. I too would definitely prefer to be notified if it didn't happen rather than it did.
  5. Michel, @Michel Kohanim Weird things are happaning. ISY Launcher changed to IoX Launcher overnight. I didn't do anything to make this change occur. The icon also moved on the desktop, from the top left corner of the screen to the next available icon position on the desktop. I have no idea what effected this change. My Polisy always shows up in finder as htpps://192.168.1.89:8443/desc After your post above I tried to add the same entry again per your instruction. It doesn't add a second identical entry however. I also tried to delete which also appears to do nothing since Finder found the instance on the network. I then tried to clear the java Cache including installed Applications and Applets. The "IoX Launcher" Icon does NOT deleted. it stays on the screen broken. Further there is no method to remove that icon from the desktop. Windows or Java continues to say "could not find this item". The file at that location in fact does not exist. Downloading a fresh copy of start.jnlp and reinstalling.... reuses that old icon, which I've never seen before. However nothing happens when Finder opens and we attempt to open Admin Colnsole cloud, for a Polisy however opening a Cloud Admin Console for a 994 does work. What exactly is IoX Launcher and why did this "magically" change on my desktop overnight?
  6. I had in my mind that Miami/Ft Lauderdale was farther north. I just zoomed hurricane map enough that it added city names and see you are well South of the path.
  7. Is Nicole done with you? I was thinking about you last night...
  8. I just tested on Polisy, Noting that my ISY Launcher Icon changed magically to IoX Launcher (not sure why). I also see that Admin console will not launch from "cloud" on IoP 5.4.4
  9. It should work. you have an offset added above, so at 20 minutes and 1 second after the calculated sunset time the THEN block of the program should fire. The best troubleshooting step is to open event viewer and set level 3, then look for the transmission at Sunset + 20 minutes 1 second.
  10. I use a VPN. To access PG3, connect to the VPN and use the IPaddr:3000 just like i was sitting on the network at home.
  11. from this wiki: Catch up schedules at Restart - When this box is checked (default) the ISY will attempt to run all programs that are time dependent beginning at midnight until the present time. Missed Schedule Grace Period - If Catch up schedules at restart is not checked or if a program is not run because the ISY is busy this will check for programs that were scheduled to run from the period specified until the present time. Default is 15 minutes. There are enough reports this morning that I suspect Polisy didn't do the time change correctly.
  12. Are you asking if there is a calendar that shows historical (or future) Sunset/Sunrise times? There is not. Latitude and Longitude are used once per day to calculate new values as displayed on the top line of the admin console. Here's a page that explains an algorithm used for such calculations: https://gml.noaa.gov/grad/solcalc/calcdetails.html
  13. Yes, Sunset and Sunrise times are calculated daily based on location. See near the top of the admin console to see: Mines shows custom location because I've entered the Actual longitude latitude of my house. You can configure yours on the Configuration tab > System Subtab Edit to add: if you don't know your exact coordinates use: https://www.latlong.net/convert-address-to-lat-long.html enter both coordinates as positive numbers in the admin console tho.
  14. the first question to ask is what time does the admin console show? Is that correct for your current timezone? I doubt seriously HA has anything to do with this....
  15. Matter will matter differently to people that already have an investment in pre-matter devices. Those that start fresh after-matter may take a different approach entirely. Makers of all types have to figure out how to make interoperability work and bridge the gap. Of course with all this talk we are assuming matter succeeds... what if it doesn't?
  16. You're using sunset, which is all I use. I suspect @oberkc hits the nail on the head tho. Try removing the dusk sensor line and see how the program behaves.
  17. Probably nothing... I don't think they are releasing a matter board for your stargate.
  18. The alternative for "native" support is going to be replacing all switches... which i will never do. ... unless of course I win powerball tomorrow night....
  19. no that should work, no difference in the 30-day portal other than short expiration date. open a ticket with support. it's far safer to use the portal than open ports, and the portal is very inexpensive at under $1/month support@univeral-devices.com
  20. I'd try rebooting the ISY to clear and restart the subscription service....
  21. like the article someone else linked (The Verge perhaps) points out, hubs will very much be part of our lives for years to come. Those hubs, like hue has already done, will support matter to bring the devices into the ecosystem. That's the first place you'll see it with insteon... in the hub. After some time (a few years probably) you'll start to see more device centric matter. yep i didn't capitalize matter because I don't think it matters, but I'm not anti-matter like some seem to be.
  22. If he has 5.0.16 its a 994, most current 994 version is 5.3.4 Most current Polisy version is 5.4.4
  23. i'd follow the same suggestion and open a ticket... they do usually work tickets on Sunday perhaps slower than other days tho. support@universal-devices.com
  24. If you haven't tried rebooting the ISY try that, but otherwise I agree with open a ticket.
  25. You should probably open a ticket, probably be the fastest most expedient path back to life. Michel does answer on Sunday, just not as fast as M-F. support@universal-devices.com
×
×
  • Create New...