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.

Eagle-200 not seeing variables in "Program" tab

Featured Replies

Posted

Strange problem this.

I want to store power level in variable.  Although I can see power level, online etc when I go to main device page, the items do not show up on the list of items on the program page.  The Eagle-200 device does not show up under "condition" or "action" (if i want to store in variable).  It only shows up on "action/query".

I am also running Ecobee plugin, which works fine.

Any suggestions.

Thanks

Maciek

 

 

Solved by bpwwer

Go to solution

@MBrzeski Not for this specific device, but I ran into the same situation with other devices and used a Network Resource and REST to get the values I wanted into variables. Have you tried that?

5 hours ago, GlowingHair said:

@MBrzeski Not for this specific device, but I ran into the same situation with other devices and used a Network Resource and REST to get the values I wanted into variables. Have you tried that?

@GlowingHair I'm curious about this.  Would you please provide an example or two of how you do this?

Thank you,

Ross

  • Solution

@MBrzeski  I found the problem and have released a new version - 1.0.1 with the fix.

You'll have to restart the admin console after updating the plug-in so that it picks up the changes.

Thanks for reporting the issue.

  • Author

That solved it.

Thank you very much for the quick action.

Maciek

Edited by MBrzeski

@Ross It's pretty straightforward. To get the temperature from a Z-Wave sensor into an integer variable (60), image.png.44317643511b7e3338e20e44bca02ed4.png 

Basic authorization was used.

To reference the right variable, here's how to interpret the 2 parameters after /rest/vars/set/ above:

  • the first is whether the variable is an integer or state variable: 1=integer, 2=state
  • the second is the number identification of the variable. You find this by looking in iox at variables and on the left side of the list for the number in front of the row of the variable you want to affect.

In the example provided above, /rest/vars/set/1/60/.... the 1 means it's an integer variable and 60 means is the variable identification 60 in the iox integer variable list.

The ${sys.node.......  is the z wave node identifier.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

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.