Jump to content

Scottmichaelj

Members
  • Posts

    2606
  • Joined

  • Last visited

Everything posted by Scottmichaelj

  1. Are you ignoring me? My PC time is correct and it doesn't matter the time server. Syncing to the PC time works and is correct. My PC is working fine one the same time server.
  2. Gross domestic product (GDP) is the monetary value of all the finished goods and services produced within a country's borders in a specific time period. Though GDP is usually calculated on an annual basis, it can be calculated on a quarterly basis as well. /Sarcasm
  3. Someone with half a brain that actually has a real idea. I have Comcast/XFinity and my IP shows in Bellevue Wa which is close/correct. How do you see what the IP timezone is though to make sure its right? My IP starts with 73.x.x.x - Cant seem to find a site that shows the IP timezone, just location.
  4. You can have Canada! Your GDP is horrible lol Mexico has a better GDP and they take naps in the afternoon and do everything tomorrow!
  5. As requested. Cross link to similar/same issue: Time Zone Wrong After Reboot https://r.tapatalk.com/shareLink?url=http%3A%2F%2Fforum%2Euniversal-devices%2Ecom%2Findex%2Ephp%3F%2Ftopic%2F19077-Time-Zone-Wrong-After-Reboot&share_tid=19077&share_fid=23986&share_type=t
  6. Cant toggle its greyed out. Heres a screenshot. I dont think we are all that dense even though there are people who stay at the "Holiday Inn"
  7. Im in PST and I cant check or uncheck DST either.
  8. Seems VERY similar to this thread, which I posted in. Haven't had time to jump through all Michel's hoops to prove there is a problem. Your not alone, something is awry. Clock off by one hour after upgrading firmware to v4.4.6 https://r.tapatalk.com/shareLink?url=http://forum.universal-devices.com/index.php?/topic/18832-Clock-off-by-one-hour-after-upgrading-firmware-to-v4%2E4%2E6&share_tid=18832&share_fid=23986&share_type=t
  9. I just think of wine as my friends, which I have a lot of!
  10. Or could be related to the issue I brought up and have
  11. Don't listen to Teken. He's a blowhard and talks outta his...jk I have Alexa enable the security for my home for night (instant). Teken has valid points but at the end of the day you have to make the decision what works best for you and the level of security you need for you and your family. I don't see any reason not to since you opened the ISY/Elk connection, so why not be able to arm your system? Disarming is another story all together. Just my opinion on the subject.
  12. Yea. Doesn't matter I set it manually. I rather have UDI work on v5.0.5 then backtrack on this. Its low priority, as long as its not happening to everyone.
  13. Same thing when I asked for TCP raw commands to be implemented. Using the emulator works well for me.
  14. BWS Systems answers their github page quite fast.
  15. I should have mentioned that I did/had all that. There is something wrong with this. I can manually add or manipulate to GMT setback for it to work. Its just not working as expected.
  16. Could use a syncrolinc too with an ISY program.
  17. http://www.digital-loggers.com/iot.html http://www.snapav.com/p-1323-wb-200-ipce-3.aspx Edit, with the DLI you could plug in the 12v trigger to the UPS and then create a function to email you on the 12v trigger. Do you have a make shift battery backup or is it a UPS? I ask because some UPS's have software if you run a PC that emails you before shutdown on a power loss. Maybe you can give more details? There is no simple cheap solution. 12v always on or off relays maybe the way to go. The wattbox can "ping" a device and then if it shows offline it will email or text (pushover notification) you too letting you know of power loss. Ping a AVR receiver? Just thinking out loud and brainstorming.
  18. There is a single IoT DLI device relay plug you can do a bunch of other things with it. Sense is also an option. Just a suggestion. I use the DLI in a lot of installs. There is also the SnapAV wattbox in a small size. You have to buy from a reseller, which I am and can get you one.
  19. Maybe a digital loggers product would work? http://www.digital-loggers.com
  20. Any update on this? I can duplicate the issue on v.4.4.6 for Seattle WA. The FW and UI are the same. For me, I am not able to check "DST" - its greyed out (and checked) and when I select NTP Server it sets it one hour behind. Unchecking NTP and using the computers time it sets it to the correct time. Something is happening here.
  21. So I am going to kind of hijack this thread some. Larryllix you taught me before how to run two programs, so I have been and have told others here like Blackbird to do it to help him. So are you saying for my programs below I could cut it down to one program now with those changes? First Program: Side Gate Left (Dog Run) If Elk Zone 'Side Gate (Dog)' is Violated And Elk Zone 'Side Gate (Dog)' is not Normal And Elk Area 'HOUSE' 'Armed State' is Disarmed Then Send Notification to 'Pushover' content 'Side Gate Notification' Enable Program 'Side Gate Left (Dog Run) [speak]' Run Program 'Side Gate Left (Dog Run) [speak]' (Then Path) Else Disable Program 'Side Gate Left (Dog Run) [speak]' Second Program: Side Gate Left (Dog Run) [speak] If - No Conditions - (To add one, press 'Schedule' or 'Condition') Then Repeat Every 10 seconds Set Elk Speak Word 'Front' Set Elk Speak Word 'Side' Set Elk Speak Word 'Gate' Set Elk Speak Word 'Open' Else - No Actions - (To add one, press 'Action') Side Gate Left (Dog Run) [speak] If Elk Zone 'Side Gate (Dog)' is Violated And Elk Zone 'Side Gate (Dog)' is not Normal And Elk Area 'HOUSE' 'Armed State' is Disarmed And Elk Area 'HOUSE' 'Armed State' is not Disarmed Then Repeat for 9999 times Repeat Every 10 seconds Set Elk Speak Word 'Front' Set Elk Speak Word 'Side' Set Elk Speak Word 'Gate' Set Elk Speak Word 'Open' Wait 10 seconds Send Notification to 'Pushover' content 'Side Gate Notification' Else -----
  22. I been working on a master closet that has two doors with two switches (2 Switchlinc's as a 3-way scene) and a hidden door sensor on each door. I wanted to make sure that when one door closed, if the other door was open that the light stayed on. What I did was add the HDS with "Two Nodes" enabled in the options section, which put one open and one closed node in the my lighting section. I then put the three way switchlincs and both the open nodes in a scene called "Master Closet" as controllers. This way when either closet door is opened it would turn on the lights/three way switch. The issue is keeping the lights on when either door is closed. Thats where the closed node of the HDS comes into play. I then added the following program: MBed Closet [OFF] If Status 'MCloset-L-DC-DS' is On And Status 'MCloset-R-DC-DS' is On Then Set 'MCloset-L-Switch' Off Set 'MCloset-R-Switch' Off Else - No Actions - (To add one, press 'Action') This way now when both doors have to be closed then the program will run and turn off the lights. Its important to remember that the closed nodes are opposite, on/off, meaning when the HDS is pressed down the closed node is then "ON". I thought I would post this so if anyone else is looking to do something similar. To those who helped me with this before the great forum snafu, and you know who you are, I thank you. Good advise.
  23. Put the last one on a relay and done.
  24. Heres another one. So many http://www.aleph-usa.com/intrusion-detection/photoelectric-beams/
×
×
  • Create New...