Jump to content

nathagt

Members
  • Posts

    101
  • Joined

  • Last visited

Profile Information

  • Location
    Oklahoma

Recent Profile Visitors

1305 profile views

nathagt's Achievements

Member

Member (3/6)

17

Reputation

  1. I found the configuration parameters for the Dome Siren listed here: link It looks like there are 10 different sounds available (parameter # 5) so you could have a program for each door that first changes the sound (using a network resource) and second tells the siren to chime. You might have to put a short wait in between the two actions to ensure that the chime gets changed before going off. EDIT: Here is an example of the http command you'd put in your network resource: 1) Network resource to change tone: http://{ISY IP Address}/rest/zwave/node/{Node Address for ZWAVE device}/config/set/05/{HEX}/01 Where {HEX} is ) 0x01, 0x02, 0x03,…, 0x0A 2) Network resource to change volume: http://{ISY IP Address}/rest/zwave/node/{Node Address for ZWAVE device}/config/set/01/{XX}/01 Where {XX} is 01 (low volume), 02 (medium volume), or 03 (high volume) You'll need to add an authorization header to both of these resources and enter your ISY username and password. I'm assuming your ISY is on port 80. If not, you'd need to add the correct port. You can find your z-wave node address by clicking on it in the device tree in Admin Console.
  2. This is great. Thanks for sharing. For anyone using Yale locks, I found the configuration parameters listed here. I've now added a network resource to enable 'Privacy Mode' as part of my goodnight program. And then the next morning the lock is set back to normal mode.
×
×
  • Create New...