Skip to content
View in the app

A better way to browse. Learn more.

Universal Devices Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

jca001

Members
  • Joined

  • Last visited

Everything posted by jca001

  1. Exactly how do you check which version you are using? It has been a while since I access Amazon Alexa on the Web or my phone because I have not had a need to. This have just been working and I have not made any changes.
  2. @pmarcos It may be labeled / listed as Z-Wave Plus, but could have been manufactured before the patent expired that allowed all manufactures to provide instant status update. The work around the patent was to have the device send a hail when the status changed and then the controller could query the device to get the current status. So you have to create a program where the IF checks for the hail and when triggered, the THEN should do a query of the device. The status of the device in ISY will be delayed by a small amount.
  3. Good information. When I go to the URL and click on any of the vendor links or manual links it does not take me to them. It opens a window like I did a search on GitHub stating nothing found. Note: I do not have a GitHub account and therefore I am not signed in.
  4. Because 5.3.0 is now an official release should it show available on Help or somewhere else on the Admin Console if you are running one of the 5.X releases? Or is it still going to require a manual upgrade?
  5. I also have (ISY Portal variable pseudo MS) and several weeks ago they just stopped working. I waited a week to see if they would fix them self (Amazon identify something in general and fix it). But that did not happen and I contacted Amazon Support and have done so each week since. I get the same thing from them (be assured our technical staff is working on your problem and we will contact you when they have a fix). All that really happens is they say my MS must not be working correctly. Then I explain again that looking on the iPhone Amazon Alexa App it shows motion detected for the MS, but the routine still does not run. So that indicates to me that the ISY Portal and Amazon are communicating with each other. I can also manually cause the routine to play from the iPhone Amazon Alexa App and it does what it is supposed to. So that indicates to me there is nothing wrong with the routine. So I will be contacting them again tomorrow to get an update, which I am sure it will be the same.
  6. @TexMike I did a lot of Googling and came across several post about this type of problem and some had (Amazon Personal) stating it was reported to development and then later stating it was resolved, but nothing about what the real problem and solution was. And follow up post stating the OP was still having the problem, and then nothing. Most were last year or earlier this year, but nothing for the last week or so. Your solution was to use a different account, so that sounds like it may be something specific to an account and not an over all problem affecting everybody. So I wonder if it related to an option that accidentally got changed or defaulted after some update and need to be changed, some count of something being done, etc? Did you get any response from others in the other forum stating they were having the same type of problem? Since this was back in July, have you tried setting up things in your account again to see if something changed?
  7. Mine is setup for (Detect:1) because when the ISY is reboot the variable will default to 0 unless you have an init value defined.
  8. Are you using the ISY Portal and have the variable there defined as a Motion Sensor? As I said I can see the Motion Sensor status change on the smartphone App, maybe in 1 - 2 seconds, but the routine does not seem to run. I wish there was more status information about the routine, like it is running (in case you have a wait), the last time it ran if it is not currently active, the number of time it has run.
  9. The above was in my original post. And I did it again while talking to them on Chat. I have even done it again since then and still have the problem. I really think the problem is on their end and is why I was asking if other have had the same problem so they can report the problem too. Thinking the more that report it the more likely somebody will take a closer look at something that is common and not just with my account. As I said looking at the smartphone App I can see when the virtual motion sensor indicate there is motion, but the routine does not run.
  10. I have Insteon Motion Sensors at my front and side doors. When motion is detected an ISY program runs and sets a state variable and waits for 15 minutes. The state variable is set in the ISY Portal so Alexa sees it as a Motion Sensor. When set to 1, Alexa announces there has been motion at the front and/or side door on several echos. This has been working for many months, until last Saturday. The wife really likes this, especially when she is in the basement and may not hear the door bell. If I access the Alexa App on my smart phone it shows the motion sensor device as active, but the Alexa Routine does not run, no announcement. I even tried just making it only turn on a light in case there was a problem with making announcements. The light did not turn on, again like the routine did not run at all. I reported this to Alexa Support and naturally they had me cycle (unplug and plug in) each of the echos, delete the Alexa Routines and create them again. All of which I had already done before contacting them. They have escalated the problem to development, that was 2 days ago, but it still has not been fixed. So is anybody else using Alexa Routines and are they having problems? Note: I have another Alexa Routine that is voice activated and it works. It seems to only be the one that are activated by motion sensors. I also have several lights and fans controlled by voice that works, so I know Alexa is able to communicate through the ISY Portal to my ISY.
  11. jca001 replied to Kentinada's topic in ISY994
    You select the Low Battery node and then query. It does not really try to query the MS, it just updates the status to OFF.
  12. jca001 replied to DrLumen's topic in ISY994
    @mapeter I don't know which version it was added, but I know in 5.0.14 you can set Z-Wave Parameters in a program. Select "Your Device" and then select a Z-Wave Device and then the selection on the right where you select "On, Off, etc" has "Set Configuration". Then you can select the parameter number, size and value.
  13. Correct. In the FD MS Low Battery Check program the IF is evaluating 2 variables, one is a State Variable and the other is an Integer Variable. The IF will be evaluated when the State Variable changes value, but it takes both variables being greater than 0 to make the IF true and run the THEN. Yes, Event driven programming takes some getting use to if you have done top down programming.
  14. Let me try to clarify some things for LarryM since he is new to ISY. Assume the programs I provided are in place and the ISY Variables are defined. The MS sends the Low Battery Control message and the variable gets incremented. This will only happens once. Then twice a day a programs runs and checks the variable and sends a notification because the variable is greater than 0. It is Tuesday and you do not have time to replace the MS battery until Saturday because it requires you getting the big latter to reach MS. You will continue getting 2 notifications each day reminding you the MS battery is low. On Thursday you have a power failure and the ISY reboots. Because the variable has an init value of 1 or greater, you still get the notifications. On Saturday you change the MS battery, this resets the Low Battery indication in the MS itself, but does not change the On status of the Low Battery node for the MS in ISY because the MS does not send a Battery OK message. If the ISY did not reboot then you have to select that node in the device tree and then click query at the bottom which does not really query the MS, it just changes the status from On to Off. It does not matter if the ISY rebooted or not, you have to go the variable tab and zero the init and current values for the variable and click save at the bottom. I chose to be notified twice a day, but you could change it to be just once a day. You could also change it to check multiple times on Saturday and Sunday or some other day when you know you are at home. When the Low Battery message is first received it does not mean the battery is almost dead. I have put off changing a MS battery for weeks because I was out of town and it continued to work normally. I just got the notification twice a day. When I change the battery, I use a Volt Meter to check the voltage and write it and the date on the battery. You can search the forum and there are several threads about the battery life of the MS. Some people have tracked, recorded how often the battery needed to be changed, the brand they used and the voltage before as I do, and when changed to try to determine what the Low Battery threshold is. There are some recommendation for specific brands.
  15. The old MS sends the Low Battery Control Event only once. The program is using the Control Event, not checking the status of the Low Battery node. Again if the ISY reboots for whatever reason, that node will be incorrect because the MS does not send the Battery status with each motion detection on and off. So that was my reason to write the program to set a variable and its init value, then check the variable twice a day. If you do not want to replace the battery until the MS does not work any more, then you could check the status of the Dusk-Dawn to see if it is on when you know it is dark where ever the MS is located. Like mine at the Front Door, I could check it at 11PM every night. But there have been some reports that when the Battery gets real low, the MS sends the Control On Event over and over. The mileage on the Battery is going to depend on how often the MS detects motion and has to transmit a message.
  16. You have to go the the Variable Tab and manually change the init and current value to 0. and then click save at the bottom.
  17. LarryM: That sets the initial value of the variable. By default all variables are initialized to 0 when the ISY is rebooted. If you look at the variable tab you will see a column "Init" and it will be 0 for each variable unless you manually change the value or do it in a program like I did. The statement is setting the variable's init value to its current value. Therefore if the ISY reboots for whatever reason, the variable will still indicate the MS has a low battery and I will still get a notification 2 times a day.
  18. gfrancis0: There is a program like this for each MS. When this program runs because the MS sent the Low Battery Event, it increments a variable and then initializes it so if the ISY is rebooted, maybe because of a Power Failure the Low Battery status will not be lost. FD MS Low Battery On - [ID 0024][Parent 0060] If 'Front Door / Front Door-Sensor / Front Door-Low Bat' is switched On Then $Int_FD_MS_Battery_Low += 1 $Int_FD_MS_Battery_Low Init To $Int_FD_MS_Battery_Low Else - No Actions - (To add one, press 'Action') ======================================================= There is a program like this for each MS. When the State variable is changes by the program below this one and the Low Battery variable for the MS is non-zero it will send a notification. FD MS Low Battery Check - [ID 0026][Parent 0060] If $State_Check_MS_Low_Battery > 0 And $Int_FD_MS_Battery_Low > 0 Then Wait 10 seconds (Random) Send Notification to 'Home and Work' content 'FD MS Low Battery' Else - No Actions - (To add one, press 'Action') ======================================================= When this program runs it will cause the above program to run the then if the MS has caused the MS_Battery_Low to be non-zero. Check MS Low Battery - [ID 0023][Parent 0001] If Time is 7:15:00AM Or Time is 7:15:00PM Then $State_Check_MS_Low_Battery = 1 Wait 30 seconds $State_Check_MS_Low_Battery = 0 Else - No Actions - (To add one, press 'Action') ======================================================= Let me know if you have any questions about the above programs.
  19. Michel I am running 5.0.14 already.
  20. I have a program for each MS that sets a variable to 1 when the Low Battery Control happens. Then I have another program that runs twice a day and if the variable is not 0, then it sends me a notification. I use this method because if a notification is only sent once, it may not get delivered for what ever reason, and I keep getting reminded twice a day until I replace the battery and then zero the variable.
  21. I know this thread is about the Z-Wave 500 Series Beta and it is closed. I think the questions I am going to ask, may have been asked in another thread, but I cannot find it. Orchestrated Home has a 500 Series Z-Wave radio, Gen 3 listed, which I assume is this Z-Wave board. Is it a later version (gen) than the Beta version? Is it OK to purchase and use now?
  22. This question comes up now and then and sometimes there are new icons with an update and wiki is not updated. Therefore, why not have a selection under "Help" that shows the tree of devices and each icon with a brief description and for the program tab for folders and programs? This way it will always be up to date for the version being used.
  23. Michel: I tried again later in the day and it worked. So I have renewed for 2 more years.
  24. I received and email today stating my ISY Portal Subscription expired on 11/11/17 and I must renew by 06/30/17. So I clicked on the link provided which took me to the ISY Portal and License Renewal. I selected PayPal and that took me to PayPal, which I had sign in, but when I click OK to Pay I received a PayPal API Error. Also refresh our memory on ISY Portal License Subscription and already having a paid Network Resource Module. I did not search the forum for this because I figured it would return lots of posts I would have to read through.
  25. I had basically the same problem and determined the ISY would only try to connect to the email Server 1 time and if it failed for whatever reason (DNS, email Server not responding ...) it did not queue the request to try again later. This was with a Comcast and GoDaddy accounts. So I searched for an email Relay Service and found ultrasmtp.com. It seems to be very reliable as far as accepting a connection and then queuing the email to be delivered to wherever. If the final email Server does not respond for whatever reason it queues the email and keeps trying every few minutes. Once it is able to deliver the email it send me an email there was a delay in delivering the email, which is an option. There are reports you can review to see how often that happens. Since making all my email notifications go through ultrasmtp.com I have only missed a few email notifications and I suspect that was because my internet was having problem in general and ISY could not get to ultrasmtp.com.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.