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.

Failed Communicating With... Messages

Featured Replies

Posted

I get theses messages from time to time about various devices.  However the command is usually successfully completed.  I guess just a slow communication or something.  Anyway to turn these off?

image.png.9181d82f429221fb1b7e373463572799.png

On another note I have a KeyPadLink Dimmer that constantly has comm issues.  It is located inches from 2 Dual Band light switches. 2 feet from a dual band lamp module and 10 feet from another dual band dimming wall switch.  I found if I Query and Write to it every hour I can force it to  update.  The problem is, I could create a comm issue doing this when it might be actually fine at the moment.  Is there a way to see if the KeyPadLink is offline with the red ! before I hit it with a Query and Write before I force an update?

@CPrince  this is what I believe you're looking for:

 

If
        'DN Back Door Recessed' Responding is False
 
Then
      
 
Else

Created like this:

image.png.00781bce710eb15e706cd4c80226edd7.png
       

 

  • Author

@MrBillThanks again!  So I guess a simple use of your "if ", then Query and Write.  It would hammer away at it until true.  After that if would stop and wait for the next false.

tabetop Box 1 reset - [ID 00AC][Parent 0001]

If
        'Bedroom / Tabletop Box.1' Responding is False
 
Then
        Set 'Bedroom / Tabletop Box.1' Query
        Set 'Bedroom / Tabletop Box.1' Write Changes
 
Else
   - No Actions - (To add one, press 'Action')
 

 

I'm not certain whether this will trigger once per false value, or whether the query potentially returning a new false would retrigger and immediately cause the buffer to fill and overflow.   You might add a wait as the first statement of the Then block just to prevent the queue being filled.  Wait 1 min, or even 30 seconds should let some other traffic thru if it's "hammering away".

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.