Jump 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.

Featured Replies

yes

Did not unzip file either

2 minutes ago, SHM said:

Did not unzip file either

Did you update the firmware using manual upgrade from within the admin console

Before the upgrade make sure that the UI and your current firmware are the same version.

If so and you're still having a problem then delete the update file and download it again. Are you using a PC or a MAC?

Solved by using the latest Admin console!  Works great.  No issues.

@Michel Kohanim The modulus function gives totally unpredictable results.

In particular I am attempting
$iVariable %= 0.05
It always clears the 2 decimals place value to 0.00
 

I have experimented with 0 decimal precision variables, using 5, 10, 100, and 1000.  With 1000 I got a 700 resultant once which was correct.  Lower divisors always resulted in 0 remainders.

I also found one trial (but couldn't duplicate again)
$variable %= 5   (23.47 %= 0.05 resulted in 2)
giving a whole number resultant instead of the fractional 0.02 expected remainder

Running ISY v5.3.2 (not the latest)

Thanks! This will be messing up a few programs I use. I haven't checked them yet but most are just novelty usage 4 x 2 digit room number tracking in one integer variable. (n-1 x 100 + n)

  • 3 weeks later...

Yeah!  This fixed an issue where one of my zwave ceiling fans was lost.  I was finally able to find it and add it to the network. 

For zwave, what is the backup procedure?  I know zwave, backup backs it up, but to where?  Do I also need to back up to a file somewhere?

11 minutes ago, ctviggen1 said:

Yeah!  This fixed an issue where one of my zwave ceiling fans was lost.  I was finally able to find it and add it to the network. 

For zwave, what is the backup procedure?  I know zwave, backup backs it up, but to where?  Do I also need to back up to a file somewhere?

My understanding is that the dongle ("Zwave" - "Backup") backs up on itself or on the sd card, while your programs, scenes etc ("File"  ISY backup" back up on your chosen computer location. 

Edited by asbril

  • 2 months later...

I upgraded to 5.3.3 and had an issue with my Z-wave door locks. For some reason, they stopped reporting user numbers so the programs that I had fire based on the user number unlocking the door didn't work anymore. I downgraded back to 5.3.0 and the problem went away so I imagine it might be a bug in 5.3.3?

The program looks like this:

Side Door - Alarm Disarm - [ID 0005][Parent 0003]

If
        'Locks / ZW Side Door Lock' User Number is 1
     Or 'Locks / ZW Side Door Lock' User Number is 2
    And 'Locks / ZW Side Door Lock' is switched Alarm Unlocked by Keypad
 
Then
        Set Elk Area 'House' Disarm
        Set 'Kitchen / Kitchen Recessed' On
        Set 'Thermostats-Home' On
 
Else
   - No Actions - (To add one, press 'Action')
 

 

21 minutes ago, stre1026 said:

I upgraded to 5.3.3 and had an issue with my Z-wave door locks. For some reason, they stopped reporting user numbers so the programs that I had fire based on the user number unlocking the door didn't work anymore. I downgraded back to 5.3.0 and the problem went away so I imagine it might be a bug in 5.3.3?

The program looks like this:

Side Door - Alarm Disarm - [ID 0005][Parent 0003]

If
        'Locks / ZW Side Door Lock' User Number is 1
     Or 'Locks / ZW Side Door Lock' User Number is 2
    And 'Locks / ZW Side Door Lock' is switched Alarm Unlocked by Keypad
 
Then
        Set Elk Area 'House' Disarm
        Set 'Kitchen / Kitchen Recessed' On
        Set 'Thermostats-Home' On
 
Else
   - No Actions - (To add one, press 'Action')
 

 

I think you need to update the program to use the "Access Control Alarm" sub node

One of my Main Lock Nodes is ZW003_1
The sub node is ZW003_306 for access control alarm

Note:  I also think you need parens around the "or" statements if the and applies to both.  As written, I think it only allies to user 2

/Bill

 

 

Edited by WFP

1 hour ago, WFP said:

I think you need to update the program to use the "Access Control Alarm" sub node

One of my Main Lock Nodes is ZW003_1
The sub node is ZW003_306 for access control alarm

Note:  I also think you need parens around the "or" statements if the and applies to both.  As written, I think it only allies to user 2

/Bill

 

 

Has anything changed drastically in 5.3.3 from 5.3.0? This program has been working perfectly fine as is for years.

12 minutes ago, stre1026 said:

Has anything changed drastically in 5.3.3 from 5.3.0? This program has been working perfectly fine as is for years.

I would say yes since I had code for user numbers also that I had to move to the sub node.

On 6/26/2021 at 11:11 AM, WFP said:

I would say yes since I had code for user numbers also that I had to move to the sub node.

I can report I'm having the same issue but only since upgrading to 5.3.3.  The user number used to be reported in the main node for these locks

17 minutes ago, jwt said:

Where in the F&%K do I download 5.3.3 without all the hash crap included.

Instead of coming on here posting as you have, why not take a moment to actually read. Had you done so, you would've found it already. None of your attitude is needed, warranted, or desired. All the extra is there for a reason

Edited by lilyoyo1

17 minutes ago, jwt said:

Where in the F&%K do I download 5.3.3 without all the hash crap included.

Read this thread starting from the beginning.

What is hash crap?

11 hours ago, larryllix said:

What is hash crap?

I wondered that too.

11 hours ago, larryllix said:

Read this thread starting from the beginning.

The answer is so simple... they even have the correct thread.

1 minute ago, MrBill said:

I wondered that too.

The answer is so simple... they even have the correct thread.

So simple yet no one ever does it. 

12 hours ago, jwt said:

Where in the F&%K do I download 5.3.3 without all the hash crap included.

Possibly spam?

12 hours ago, larryllix said:

What is hash crap?

It may disqualify you for the Olympics ?

31 minutes ago, asbril said:

It may disqualify you for the Olympics ?

Hash and spam is NOT a good combination either.

52 minutes ago, DaveStLou said:

Possibly spam?

It probably is. Popped in and disappeared just as quick. 

1 hour ago, DaveStLou said:

Hash and spam is NOT a good combination either.

Not legal in Hawaii yet?

  • 2 weeks later...

Why doesn't the link work for the No PLM / ZS to download??? All of the links from 5.3 - 5.3.3 don't work. 

8 minutes ago, Teken said:

Why doesn't the link work for the No PLM / ZS to download??? All of the links from 5.3 - 5.3.3 don't work. 

You sure?   I have 5.3.3 installed on my no-PLM ISY and i just downloaded the file again:

image.png.b99f39db25bdbbfa6102160915c8bbb8.png

granted I didn't try to install that file but the LINK to download works.

10 minutes ago, MrBill said:

You sure?   I have 5.3.3 installed on my no-PLM ISY and i just downloaded the file again:

image.png.b99f39db25bdbbfa6102160915c8bbb8.png

granted I didn't try to install that file but the LINK to download works.

Let me try this on a different web browser as Chrome just blinks when you select the link and nothing happens.

@MrBill

Yup, it was a browser issue . . . ?‍♂️

Guest
This topic is now closed to further replies.

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.