AI Control | Know-how
  • Xin chào - Hello!
  • FAQ - Hỏi - Đáp
    • Sử dụng ứng dụng Savant Pro App
  • Các ý tưởng về tự động hóa nhà ở
    • Nút nhấn thông minh ON OFF
    • Điều khiển Dimmer - 1 Phím
  • Savant Tips & Tricks
    • Savant - Ring Doorbell & Cameras
      • Savant - Ring X
      • Ring X - Warranty & Support
      • Ring X Line
    • Xác định và khắc phục các sự cố tích hợp Camera
    • Thiết bị khuyến nghị sử dụng khi Kiểm tra và Bảo trì hệ thống
    • Savant Hosts
      • Yêu cầu cài đặt Mac OS & Savant daVinci OS
      • So sánh tính năng Savant Host
    • Hiển thị mật khẩu Camera trong Racepoint BluePrint
    • So sánh truyền thông RS232 vs RS485
      • Sơ đồ chân cổng giao tiếp RS-232, RS-485
      • Sự cố thường gặp với RS-232 và RS-485 Savant
    • Savant REM-4000i
      • REM-4000 - không hiển thị hình ảnh.
      • REM-4000 Screen - Bị nháy
    • Savant Pro Remote Troubleshooting Guide REM-1000
    • Thiết lập Google DNS trên các thiết bị Savant Music Streamer
    • Sử dụng Trigger
    • Workflow gửi email
    • Trigger từ keypad điều khiển
    • Sử dụng Trigger - Lighting Scene
    • Thiết lập Countdown Timer
    • Apple TV Homekit - Savant
  • Thi công, lắp đặt - Tips & Tricks
    • Lưu ý lắp đặt chuông cửa Savant / 2N
    • Lắp đặt đế âm tường cho công tắc, ổ cắm, màn hình cảm ứng
    • Tủ điện thanh DIN âm tường thường gặp
  • AI Control
  • Savant
  • Legrand Việt Nam
  • Điều khiển điều hòa không khí VRV/VRF
    • Daikin VRV
    • Panasonic
    • Gateways - 3rd Parties
    • Mitsubishi VRF
    • Hitachi Hisense
    • Toshiba VRF
    • DR-Fan ERV Modbus Protocol
  • Điều khiển Rèm cửa, động cơ
    • Rèm cửa tự động RS485
    • Các loại điều khiển động cơ qua tiếp điểm khô - Dry Contact
    • Dooya Motors - Động cơ rèm Dooya
    • A-OK Motors | Động cơ rèm A-OK
    • Rèm cuận Somfy RS485
    • TOSO Motors - Động cơ rèm Toso (Progress 50)
    • Động cơ rèm kéo ngang Forest RS485
    • Điều khiển động cơ Novo
  • Điều khiển chiếu sáng
    • Lutron RA2 Select
      • Geo Fencing
    • Philips Hue
      • Tạo User ID và tìm ID bóng đèn - Hue Bridge - Savant Integration.
      • Philips Hue Developer Program API Authen
      • Philips Hue - Geo Fencing
    • DALI
      • DALI - Yêu cầu chung
  • Vantage Controls | Legrand Integrated Systems
    • Hướng dẫn thiết kế đi dây điều khiển Vantage Infusion Bus
  • KNX | EIB
    • KNX Datapoint types
  • ☀️THÔNG TIN THAM KHẢO
    • Tham khảo - P1
      • RJ11 - RJ12
  • Điều khiển Audio/Video
    • Điều khiển Audio Video
    • Mã IR điều khiển Tivi Samsung
    • Bảng mã IR điều khiển Tivi Sony
    • Bảng mã IR điều khiển máy chiếu Sony
    • Điều khiển máy chiếu Barco
  • ĐIỀU KHIỂN TIVI
    • Samsung TV
      • Samsung Tizen TV
  • An ninh
    • Khóa điện tử Yale - Savant
  • LIVING NOW 2M
    • Kỹ thuật chôn box
Powered by GitBook
On this page

Was this helpful?

  1. Savant Tips & Tricks

Trigger từ keypad điều khiển

PreviousWorkflow gửi emailNextSử dụng Trigger - Lighting Scene

Was this helpful?

Using a 3rd Party Lighting Controller Keypad to Control Services

State Trigger Programming Guide - Application Note

Document Date:

December 2014

Document Supports:

da Vinci 7.0.1

Overview

The following document provides an example for programming third party lighting controller keypad buttons to control volume up and down. Lutron lighting controllers are a common use case for this, but other third party lighting controllers use the same procedure. To control services using a Savant lighting system, see .

There will be four (4) triggers created for each service.

  • VolumeUp: Press and release for incrementing the volume up by one (1).

  • VolumeDown: Press and release for incrementing the volume down by one (1).

  • VolumeUpRamp: Press and hold to ramp the volume up while the button is being held.

  • VolumeDownRamp: Press and hold to ramp the volume down while the button is being held.

Example: Controlling Volume for a Service

In this example we will create a trigger to control the volume of a service including the ability to ramp the volume up or down. After following this example, control of other services can be configured by creating more triggers.

Determining Button State

The example in this document, will use the available states for a particular lighting system. While all lighting systems contain states that can be used, the name in the example may be different or the state may not exist. System Monitor can be used to determine the states that are available.

  1. Open the Savant Application Manager (SAM).

  2. Select and activate the release that matches the one running on the system host.

  3. Select System Monitor in the right menu.

  4. In the open System Monitor window, double click on a host in the list.

  5. Select System State in the left menu.

  6. Scroll through the list of states and locate the state for the lighting controller.

  7. Locate the state for button presses and record the names.

  8. If creating a trigger to ramp the volume (press and hold), write down the state value for a CurrentButtonState or equivalent name.

Creating a Press and Release Trigger (Volume Step)

Use these steps to create triggers to increase and decrease the volume of a service with a press and release of a keypad button. The volume of the service will be raised or lowered by a single step each time the button is pressed.

  1. Create a trigger with the name MediaVolumeUp. Replace Media with the service being used for this trigger. Example: CDVolumeUp

  2. Add the state of the keypad button to the if (rules)

  3. In the SRS upper list, navigate to: Component > Lighting Controller

  4. In the SRS lower list, select IsButtonPressed in the States. Replace IsButtonPressed with the state name that was recorded during the Determining Button State process.

  5. In the Identifier panel, double click Value for Button Number and enter the appropriate value.

  6. In the Identifier panel, double click Value for Station Number and enter the appropriate value.

  1. Drag the state into the if (rules) list.

  1. Set Test Condition to is true.

  2. Add the Volume Up service to the Then actions list.

  3. In the SRS upper list, navigate to: Service > [Component to Control]

  4. In the SRS lower list, select VolumeUp in the in the States tab and drag it into the Then action list.

  5. Repeat steps 1 to 3 to create a MediaVolumeDown trigger.

  6. Click Save to save the trigger and close the State Triggers dialog.

Creating a Press and Hold Trigger (Volume Ramping)

Use these steps to create triggers to raise and lower the volume of a service with a press and hold of a keypad button. The volume of the service will ramp up or down for as long as the button is held.

  1. Create a trigger with the name MediaVolumeUpRamp. Replace Media with the service being used for this trigger. Example: CDVolumeUpRamp

  2. Add the state of the keypad button to the if (rules)

  3. In the SRS upper list, navigate to: Component > Lighting Controller

  4. In the SRS lower list, select CurrentButtonState in the States. Replace CurrentButtonState with the state name that was discovered during the Determining Button State process.

  5. In the Identifier panel, double click Value for Button Number and enter the appropriate value.

  6. In the Identifier panel, double click Value for Station Number and enter the appropriate value.

  1. Drag the state into the if (rules) list.

  1. Set Test Condition to Is Equal and Value to HELD. Replace HELD with the state value for the current button state that was recorded during the Determining Button State process.

  2. Add the Volume Up service to the Then actions.

  3. In the SRS upper list, navigate to: Service > [Component to Control]

  4. In the SRS lower list, select VolumeUp in the States.

  5. In order to have the volume ramp, monitoring of the CurrentButtonState needs to be repeated until the button is no longer pressed. Set Run the Following Actions to Repeat every/until false and a repeat time in the every: field. The time for the repeat will vary from system to system. Start with .2 and increase or decrease as needed.

  1. Repeat steps 1 to 3 to create a MediaVolumeDownRamp trigger.

  2. Click Save to save the trigger and close the State Triggers dialog.

Triggers are created in the State Trigger dialog located in the Tools > Review menu within Blueprint. For more information on the use of this dialog, see .

Keypad Manager: RacePoint Blueprint Programming Guide
State Trigger Overview: State Trigger Programming Guide
Graphical user interface, text, application, chat or text message Description automatically generated
Graphical user interface, text, application, chat or text message Description automatically generated
Graphical user interface, text, application, chat or text message Description automatically generated
Graphical user interface, text, application, chat or text message Description automatically generated