Using the Dome On/Off Plug-In Switch with SmartThings. Table of Contents

Size: px
Start display at page:

Download "Using the Dome On/Off Plug-In Switch with SmartThings. Table of Contents"

Transcription

1 + Using the Dome On/Off Plug-In Switch with SmartThings Table of Contents Installing the Device Handler 2 Main Page 3 Settings Page 4 Turn on a Lamp When Motion is Detected 5 Receive a Notification if the On/Off Plug-In Switch Overloads 6 Dim the Lights When Your TV Turns On! 7

2 Introduction Installing the Device Handler Until the Device Handler is officially published by SmartThings, users must use their own Device Handlers for full functionality within SmartThings. See below for instructions: 1. Log into the Smarthings developer portal ( If you do not have an account, register by following the link on the page. 2. Click My Device Handlers in the navigation bar (fig. 1). Figure 1 3. Press Create New Device Handler (fig. 2). 4. Click the From Code tab (fig. 3). 5. Open a new tab, visit githubusercontent.com/krlaframboise/smartthings/master/ devicetypes/krlaframboise/dome-on-off-plug.src/dome-onoff-plug.groovy and copy ALL of the text. Figure 2 6. Paste the copied code into the text box, and click Create (fig. 3). 7. Now click Save (fig.4). 8. Finally publish it for yourself (fig. 5). 9. Now add the Siren to your SmartThings system. Visit for further installation and set-up instructions. Figure 3 Note: You should only add the Siren to SmartThings AFTER the Device Handler is created. If you already added the device, remove it and add it again into your system, and the Siren will automatically detect the Device Handler. Figure Congrats, that s it! Keep reading to see how to operate the Siren and create automations. Figure 5 Installing the Device Handler Page 2

3 1. Main Status This section displays the status of the On/Off Plug-In Switch: Off, On, and overload. The status is displayed with both text and the background color. The Interface Main Page The Main Page of the Device Handler displays the current status of the On/Off Plug-In Switch (Off, On, or Overload) and also presents energy usage data. See below for an overview of the interface and how to control the On/Off Plug-In Switch directly. 2. Previous Energy Usage These tiles display the kwh of energy the On/Off Plug-In Switch consumed before the last time the energy usage data was reset, and how much money it cost the user. 3. Energy Usage These tiles display the kwh the On/Off Plug-In Switch consumed after the last time the energy usage data was reset, and how much money it cost the user. 4. Power (W) Data These tiles display the instantaneous power output, along with the peak and minimum power output since the last time the data was reset Voltage (V) Data These tiles display the instantaneous voltage output, along with the peak and minimum voltage output since the last time 4 the data was reset. 6. Current (A) Data These tiles display the instantaneous current, along with the peak and current since the last time the data was reset Active/Inactive Status This displays whether the device plugged into the On/Off Plug-In Switch is active or not. If you want to use the active/inactive status in an automation, it is disguised as a Vibration sensor, and the overload status is hidden as an Open/Close sensor On/Off Switch These tile lets you turn the On/Off Plug-In Switch on or off. 9. Refresh This button refreshes the page so all of the settings and statuses are accurate and current. Main Page Note: the On/Off Plug-In Switch will appear as both an acceleration/vibration sensor and as an open/close sensor inside SmartThings. The vibration sensor status indicates whether the attached device is active or not, and the open/close sensor indicates when the On/Off Plug-In Switch is overloaded. Page 3

4 1. Enable/Disable LED This enables or disables the LED that indicates the device status (Enabled by default.) 2. Enable/Disable Physical Button This enables or disables local control of the On/Off Plug-In Switch using the physical button (Enabled by default.) 3. Auto-Off Interval This setting lets you automatically turn off the On/Off Plug-In Switch after a predetermined amount of time from 1 minute up to 3 weeks (Disabled by default.) The Interface Settings Page The settings page allows the user to change several properties of the On/Off Plug-In Switch, including its LED behavior, overload current threshold, and automatic shut-off capabilities. To access the settings page, simply press the Gear icon on the top right corner in the main device page. 8. Overload Warning LED Threshold This sets the current, in amps, at which the On/Off Plug-In Switch will light a yellow LED to warn that the current is getting high (12 Amps by default.) 9. $/kwh Cost This sets how much you pay per Kilowatthour of energy. 10. kwh Auto Reset Interval This sets how often the On/Off Plug-In Switch automatically resets the kwh of consumed energy (Disabled by default.) 4. Enable/Disable Remember On/Off If this setting is enabled, the On/Off Plug-In Switch will remember if it was either on or off the last time it was plugged in, and resume that status when 11. Inactive Attached Device Current This sets current below which the On/Off Plug-In Switch labels the device as inactive (0 Amps by default.) plugged in again (Enabled by default.) 5. Meter Reporting Interval This setting controls how often power usage information is transmitted to the Hub (5 minutes by default.) 6. Meter Reporting Threshold In addition to periodic meter reports, the On/Off Plug-In Switch also reports power consumption data when a relative change in usage is detected. This setting sets the threshold, in percent change, beyond which the On/Off Plug-In Switch will send a Meter report (5% by default.) 7. Overload Shut-Off Threshold This sets the current, in amps, at which the On/Off Plug-In Switch will power off for safety (13 Amps by default.) Settings Page Page 4

5 Automation & Security Turn on a Lamp When Motion is Detected SmartThings can automatically turn on a lamp connected to the On/Off Plug-In Switch if motion is detected. Follow the steps below to automatically illuminate your life with the On/Off Plug-In Switch: 1. Open the SmartThings app, go to the Automation tab, and tap Add a SmartApp (fig. 1). 2. Select Lights & Switches from the list that appears (fig. 2) then select Smart- Lights (fig. 3). 3. Select Which ligths do you want to control? and select the On/Off Plug-In Switch turn on (fig. 4). 4. Select if you want the lights to turn On or Off, then tap Select trigger and select Motion (fig. 5). Figure 1 Figure 2 5. Tap Which motion sensors?, select the motion sensors you want to trigger the lights, and press Done (fig. 6). 6. Tap Turn on when and select if the light should turn on when motion is detected or cleared. 7. Tap Next in the top right corner. 8. Rename your automation if you wish and tap Done to finish. Figure 3 Figure 4 Figure 5 Figure 6 Turn on a Lamp When Motion is Detected Page 5

6 Automation & Security Receive a Notification if the On/Off Plug-In Switch Overloads The On/Off Plug-In Switch will send a notification if the plugged in device starts to draw too much current. Continue reading to see how to receive a notification if your device overloads: 1. Open the SmartThings app and go to the Dashboard tab (fig. 1). 2. Press the Gear icon in the top right corner and tap Custom in the list that appears (fig. 2). 3. Tap New monitoring rule (fig. 3). 4. Tap What kind of device do you want to use? (fig. 4), select Open/Close Sensor, and tap Done. Figure 1 Figure 2 5. Tap Select Open/Close Sensors (fig. 5), select all of the On/Off Plug-In Switches you wish to monitor, and tap Done. 6. Use the toggle switches under What do you want to monitor and toggle on Sensor opens (fig. 5). 7. Choose how often SmartThings should notify you - if Only once per day is turned on, you will only be notified the FIRST time the device overloads in a day. Figure 3 Figure 4 8. Tap Next when done. 9. Tap Text & Push Notifications, specify how you want to be notified, and tap Done. 10. Tap Next, name your rule (fig. 9), and tap Done to finish the process. Receive a Notification if the On/Off Plug-In Switch Overloads Figure 5 Figure 6 Page 6

7 Automation & Security Dim the Lights When Your TV Turns On! The On/Off Plug-In Switch will send a notification when the plugged in device is active and drawing current. You can use this to know when your sump pump is active, keep track of how much TV the kids watch, or to trigger events when devices are active.continue reading to see how to dim your lights when your TV turns on: 1. Open the SmartThings app, go to the Automation tab, and tap Add a SmartApp (fig. 1). 2. Select Lights & Switches from the list that appears (fig. 2) then select Smart- Lights (fig. 3). 3. Select Which ligths do you want to control? and select the lights you want to turn dim when the TV turns on (fig. 4). 4. Tap What do you want to do?, select Turn On and Set Level, and set the level you want to dim the lights to. 5. Tap Select trigger and select Acceleration (fig. 5). Figure 1 Figure 2 6. Tap Which acceleration sensors?, select the On/Off Plug-In Switch your TV is plugged into, and press Done (fig. 6). 7. Tap Turn on when and select Acceleration Starts. 8. Tap Next in the top right corner. Figure 3 Figure 4 9. Rename your automation if you wish and tap Done to finish. Figure 5 Figure 6 Dim the Lights When Your TV Turns On! Page 7

Using the Dome Motion Detector with SmartThings. Table of Contents

Using the Dome Motion Detector with SmartThings. Table of Contents + Using the Dome Motion Detector with SmartThings 773-794-1300 support@domeha.com www.domeha.com Table of Contents Installing the Device Handler 2 Main Page 3 Settings Page 4 Get a Notification When Motion

More information

Using the Dome Leak Sensor with SmartThings. Table of Contents

Using the Dome Leak Sensor with SmartThings. Table of Contents + Using the Dome Leak Sensor with SmartThings 773-794-1300 support@domeha.com www.domeha.com Table of Contents Installing the Device Handler 2 Main Page 3 Settings Page 4 Get a Notification When A Leak

More information

G4S SMARTalarm User Guide

G4S SMARTalarm User Guide G4S SMARTalarm User Guide CONGRATULATIONS WITH YOUR NEW SECURITY SYSTEM! We are glad that you have chosen G4S SMARTalarm. G4S is the largest supplier of security solutions in the world. We have invested

More information

Inactivity Alert Sensor

Inactivity Alert Sensor Inactivity Alert Sensor IAP1301 User Manual home8care.com 1-844-800-6482 V1.0 support@home8care.com 2017 1 Table of Contents Chapter 1. Introduction... 2 1.1 System Requirement... 2 Chapter 2. Hardware

More information

abode Web app Functionality

abode Web app Functionality abode Web app Functionality System mode display controls the state of the alarm system. The user can change the mode of the system by simply clicking on the desired mode. When arming the system with the

More information

THE EDDY IQ METER PRODUCT MANUAL

THE EDDY IQ METER PRODUCT MANUAL THE EDDY IQ METER PRODUCT MANUAL THE EDDY IQ METER 2 CONTENTS CERTIFICATION WELCOME PRODUCT INFORMATION EDDY IQ METER FEATURES MY EDDY HOME APP SETTINGS, OPERATION & DEFINITIONS TROUBLESHOOTING CUSTOMER

More information

Carbon Monoxide Sensor

Carbon Monoxide Sensor Carbon Monoxide Sensor Set-Up Guide Thanks for choosing Rogers Smart Home Monitoring! Once you've set-up your Carbon Monoxide Sensor, you can monitor the level of carbon monoxide gas in your home, even

More information

DEFA HOME. User Manual Base Unit PRO

DEFA HOME. User Manual Base Unit PRO DEFA HOME User Manual Base Unit PRO Table of Contents Overview 5 Logging into the app 9 Home 10 Calendar 13 Adding an event 14 Editing an event 15 Zones 16 Switch mode 17 Thermostat mode 19 Regulator

More information

ADT Pulse Mobile App Nest Thermostat

ADT Pulse Mobile App Nest Thermostat ADT Pulse Mobile App Nest Thermostat Add the Nest Thermostat to your Pulse Mobile app to view the current status of the device and to control thermostat settings. Adding a Nest Thermostat To add a Nest

More information

Honeywell Total Connect Remote Services

Honeywell Total Connect Remote Services Honeywell Total Connect Remote Services Basic User Guide With Honeywell Total Connect Remote Services, you can stay connected and in control of your home or business whenever you want, wherever you are.

More information

Wi-Fi 3-IN-1 Trio Sensor

Wi-Fi 3-IN-1 Trio Sensor Wi-Fi 3-IN-1 Trio Sensor (WTS3100) User Manual home8alarm.com 1-844-800-6482 support@home8alarm.com Table of Contents Chapter 1. Introduction... 2 1.1 System Requirements... 3 Chapter 2. Hardware Overview...

More information

In Home Device Reference Guide. Brought to you by

In Home Device Reference Guide. Brought to you by Device Reference Guide Brought to you by & The following were provided to you at the time of installation: Wireless CT Sensor Installed near your Xcel Energy meter Sends whole home electricity usage data

More information

Programmable Interactive User Manual

Programmable Interactive User Manual 67504B 02/16 (ALA) DH E RT 102/BW Programmable Interactive User Manual www.schluter.com 1. Contents 2. Menu Overview..............3 3. Introduction................ 4 4. General Operation............5 4.1.Navigation

More information

SIMPLIFIED HOME SECURITY AND CONTROL

SIMPLIFIED HOME SECURITY AND CONTROL SIMPLIFIED HOME SECURITY AND CONTROL HOME CONTROLLER USER GUIDE HOME CONTROLLER Mediacom introduces a whole new level of security for the things that matter most in your life. Whether you re home or away,

More information

Thermostat Guide Online Guide Brighten Conservation Program. Personal Reference Guide. Brighten ithermostat

Thermostat Guide Online Guide Brighten Conservation Program. Personal Reference Guide. Brighten ithermostat Thermostat Guide Online Guide Brighten Conservation Program Personal Reference Guide Brighten ithermostat Thermostat Guide Online Guide Brighten Conservation Program Welcome to your new Brighten ithermostat

More information

Ion Gateway Cellular Gateway and Wireless Sensors

Ion Gateway Cellular Gateway and Wireless Sensors Page 1 of 9 Account & Network Setup If this is your first time using the Ion Gateway online system site you will need to create a new account. If you have already created an account you can skip to the

More information

Contents. Introduction. Basic use... pg 3. App settings: Main Menu... pg 6. App settings: Profile Sub-menu... pg 7

Contents. Introduction. Basic use... pg 3. App settings: Main Menu... pg 6. App settings: Profile Sub-menu... pg 7 USER GUIDE 2 Contents Basic use... pg 3 How and when to use SECOM SAFE App settings: Main Menu... pg 6 A brief guide to contacts, wallpapers and other customisable settings App settings: Profile Sub-menu...

More information

ix30 Zwave PIR Sensor

ix30 Zwave PIR Sensor ix30 Zwave PIR Sensor I. Introduction X30_ZWAVE wireless PIR sensor adopts latest detection & induction technologies including Energy Accumulation Management, Dynamic Random Time Division Technology etc.

More information

Sensi Multiple Thermostat Manager INSTALLATION GUIDE

Sensi Multiple Thermostat Manager INSTALLATION GUIDE Sensi Multiple Thermostat Manager INSTALLATION GUIDE Multi-thermostat management made easy. Sensi Multiple Thermostat Manager gives you affordable, property-wide comfort control, connected in one place.

More information

Sevenoaks Smart Homes Safety and Security Guide

Sevenoaks Smart Homes Safety and Security Guide Sevenoaks Smart Homes Safety and Security Guide 01732 617 170 Contents Safety and security overview 2 Using the Security menu 3 Accessing the Security menu 3 Arming your system 3 Disarming your system

More information

Contents 1 Set Up 2 Gateway information 3 Operation of the App 4 Troubleshooting Description of sensors. 1 Set Up. 1.1 Connect the Gateway

Contents 1 Set Up 2 Gateway information 3 Operation of the App 4 Troubleshooting Description of sensors. 1 Set Up. 1.1 Connect the Gateway Contents 1 Set Up 2 Gateway information 3 Operation of the App 4 Troubleshooting Description of sensors 1 Set Up After downloading the Weatherhub app, follow these steps: 1.1 Connect the Gateway Connect

More information

My Visonic SMS App User Guide

My Visonic SMS App User Guide My Visonic SMS App User Guide User Guide Version 1.0.0.0 (06/08/2017) Page 1 Contents Introduction:... 3 Install from Apple Store:... 3 Install from Google Play Store:... 7 Settings of My Visonic SMS App:...

More information

WELCOME TO CÔR HOME AUTOMATION HOMEOWNER S USER GUIDE. This Homeowner s User Guide will provide information to customize your Smarter Home.

WELCOME TO CÔR HOME AUTOMATION HOMEOWNER S USER GUIDE. This Homeowner s User Guide will provide information to customize your Smarter Home. WELCOME TO CÔR HOME AUTOMATION HOMEOWNER S USER GUIDE This Homeowner s User Guide will provide information to customize your Smarter Home. TABLE OF CONTENTS Welcome...3 1. Introduction...3 Features and

More information

IQ PANEL USER GUIDE SMARTHOME.

IQ PANEL USER GUIDE SMARTHOME. IQ PANEL USER GUIDE SECURITY & SMARTHOME www.schmidtsecurity.com USING YOUR SYSTEM: BASICS Navigation Move from page to page and access information on each page using finger touches, swipes, and scrolling.

More information

Mobile App & Customer Web Portal. Quick Start Guide

Mobile App & Customer Web Portal. Quick Start Guide Mobile App & Customer Web Portal Quick Start Guide Quickstart Guide Intro Welcome! This Quickstart guide is designed to help you get up and running with the core capabilities of your JAQX service. You

More information

Cent$ible Power Users Manual

Cent$ible Power Users Manual Users Manual Welcome to Cent$ible Power Thank you for your participation in the Cent$ible Power pilot program. Your involvement is greatly appreciated. As a program participant, you are on the cutting

More information

F series. echoflex. Slim Line Dimming Controller. Product Overview ER1S-FC

F series. echoflex. Slim Line Dimming Controller. Product Overview ER1S-FC echoflex Powered by ETC ER1S-FC Slim Line Dimming Controller F series This guide covers the F series of the Complete Room Controller, model number ER1S-FCU equipped with a 902 MHz radio. The box contents

More information

Welcome to smarter living. New Resident User Guide

Welcome to smarter living. New Resident User Guide Welcome to smarter living. New Resident User Guide 1 Home, just a whole lot smarter. Whether you re all moved in, or elbows deep in cardboard boxes, you re in luck because this is a Vivint smart home.

More information

User Manual Doc.Ref : JA-KNX-UM. JA-KNX Jablotron KNX Interface ELAUSYS JA-KNX. KNX Interface for Jablotron alarm system.

User Manual Doc.Ref : JA-KNX-UM. JA-KNX Jablotron KNX Interface ELAUSYS JA-KNX. KNX Interface for Jablotron alarm system. Page : 1 of 17. ELAUSYS JA-KNX KNX Interface for Jablotron alarm system User Manual Document history Version. Date Author Comment 1.00 24-JUN-2017 NDE First issue 1.01 14-NOV-2017 NDE Support for user

More information

Making the Most of Alarms

Making the Most of Alarms Making the Most of Alarms Leverage the alarm management features of MPA to address network performance problems more effectively. Blueprint to Leverage Alarms and Alerts Using Mitel Performance Analytics

More information

Using ANM Mobile CHAPTER

Using ANM Mobile CHAPTER CHAPTER 19 Date: 3/22/13 This chapter describes Cisco ANM Mobile, which allows you to access your ANM server or ANM Virtual Appliance and manage your devices using a mobile device such as an iphone or

More information

HEGA Ethernet Gateway Browser Interface Guide

HEGA Ethernet Gateway Browser Interface Guide HEGA Ethernet Gateway Web Interface HEGA Ethernet Gateway Browser Interface Guide Table of Contents Introduction: Browser Interface Guide 3 Common Tasks: 4 Check-in Reports 5 Check-in Administration 5

More information

Setting up and Managing Alarms in McAfee ESM 10.x

Setting up and Managing Alarms in McAfee ESM 10.x McAfee SIEM Alarms Setting up and Managing Alarms in McAfee ESM 10.x Introduction McAfee SIEM provides the ability to send alarms on a multitude of conditions. These alarms allow for users to be notified

More information

12Practical. 3 minutes. Smart Life. DIY Home Monitoring and Control Kit. 0Monthly fee No contract No burden. Do-it-yourself Installation.

12Practical. 3 minutes. Smart Life. DIY Home Monitoring and Control Kit. 0Monthly fee No contract No burden. Do-it-yourself Installation. Smart Smart Life DIY Home Monitoring and Control Kit Smart Plug Switch on/off device Smoke Detector* Monitoring fire smoke Gateway Controller Brain of the system Motion Sensor Sense human movement Door

More information

Monitor Alarms and Events

Monitor Alarms and Events This chapter contains the following topics: What Are Alarms and Events?, page 1 How are Alarms and Events Created and Updated?, page 2 Find and View Alarms, page 3 Set Alarm and Event Management Preferences,

More information

status AW1 Plus WiFi Alarm System User Manual

status AW1 Plus WiFi Alarm System User Manual status AW1 Plus WiFi Alarm System User Manual Foreword Congratulations on your purchase of the AW1 Plus Alarm system. Before you commence installation we recommend that you unpack the product, familiarise

More information

TOUCH PANEL INSTRUCTION MANUAL

TOUCH PANEL INSTRUCTION MANUAL TOUCH PANEL INSTRUCTION MANUAL OVERVIEW This manual includes information for use of Touch Panel. Please read this manual carefully before using the program. In case those information are ignored, please

More information

status AW1 WiFi Alarm System Printed in China PA : AW1-UM-EN-V1.0 User Manual 2016 Chuango. All Rights Reserved.

status AW1 WiFi Alarm System Printed in China PA : AW1-UM-EN-V1.0 User Manual 2016 Chuango. All Rights Reserved. status 2016 Chuango. All Rights Reserved. Printed in China PA : AW1-UM-EN-V1.0 AW1 WiFi Alarm System User Manual Foreword Contents Congratulations on your purchase of the AW1 Alarm system. Before you commence

More information

ALC-PACK3. WiFi Alarm System with HD WiFi Camera. User Manual. Your Watchguard Wireless Security professional:

ALC-PACK3. WiFi Alarm System with HD WiFi Camera. User Manual. Your Watchguard Wireless Security professional: status ALC-PACK3 WiFi Alarm System with HD WiFi Camera User Manual Your Watchguard Wireless Security professional: www.activeonline.com.au 1300 816 742 Foreword Congratulations on your purchase of the

More information

Welcome to Your New Smart and Secure Home

Welcome to Your New Smart and Secure Home Welcome to Your New Smart and Secure Home The CLIQ.mini control hub and the ClareHome App put you in complete control of your smart home. Experience the ultimate in security and comfort with ClareHome.

More information

Smart Energy Programmable Thermostat + Energy Monitor. EE542-1Z I User Manual

Smart Energy Programmable Thermostat + Energy Monitor. EE542-1Z I User Manual Smart Energy Programmable Thermostat + Energy Monitor EE542-1Z I User Manual Contents 1 1.0 Welcome! 2 2.0 Get to Know Your Thermostat 3 3 4 4-5 2.1 Use the Navigation Keypad 2.2 Initiate a Temporary Hold

More information

Instruction Manual Water Sensor

Instruction Manual Water Sensor Instruction Manual Water Sensor Thank you for your support Please read the instruction manual carefully before operating Please keep the instruction manual for future reference Shenzhen NEO Electronics

More information

SMART LIVING INTELLIGENT HOME PCDSG1701

SMART LIVING INTELLIGENT HOME PCDSG1701 SMART LIVING INTELLIGENT HOME PCDSG1701 Making Your Home Smarter Smart home technology promises to provide your living space with an enhanced lifestyle of comfort, convenience, home ecosystems, security

More information

User Guide: *IG1605EW*

User Guide: *IG1605EW* User Guide: IntelliZone2 MasterStat System Communicating with Humidity Control Thermostat USER GUIDE: INTELLIZONE2 MASTERSTAT COMMUNICATING THERMOSTAT Adjusting Temperature (Temporary Override in Programmable

More information

Uplink Remote Installation Guide 5500EZ

Uplink Remote Installation Guide 5500EZ Uplink Remote Installation Guide 5500EZ RG1227 Rev 0 June 15, 2018 Contents Overview... 1 Alarm System Requirements... 1 Installation Summary... 1 Installation Instructions... 2 Uplink Dealer Portal...

More information

PORTAL USER MANUAL. Mobeye WaterGuard-FS. Float sensor CM2300FS. SW version 5.n

PORTAL USER MANUAL. Mobeye WaterGuard-FS. Float sensor CM2300FS. SW version 5.n SW version 5.n PORTAL USER MANUAL Mobeye WaterGuard-FS Float sensor CM2300FS Attention! Very important This user manual contains important guidelines for the installation and usage of the Mobeye device

More information

Energy Plannersm Programmable Thermostat Customer Guide. Take control of your comfort and energy savings

Energy Plannersm Programmable Thermostat Customer Guide. Take control of your comfort and energy savings Energy Plannersm Programmable Thermostat Customer Guide Take control of your comfort and energy savings BLANK PLACEHOLDER FOR INSIDE FRONT COVER DO NOT PRINT Contents Introduction About this Guide... 1

More information

Configuring Thresholds

Configuring Thresholds 10 CHAPTER The following topics provide information about configuring thresholds in Cisco Prime Performance Manager: Creating Thresholds in Prime Performance Manager, page 10-1 Managing Thresholds, page

More information

F series. Complete Room Controller. echoflex Powered by ETC. Product Overview ERDRC-FC

F series. Complete Room Controller. echoflex Powered by ETC. Product Overview ERDRC-FC echoflex Powered by ETC Complete Room Controller F series ERDRC-FC This guide covers the F series of the Complete Room Controller, model number ERDRC-FCU equipped with a 902 MHz radio. The box contents

More information

TORO SENTINEL APPLICATION NOTE AN04: ACTIVITY / ALARM MONITOR

TORO SENTINEL APPLICATION NOTE AN04: ACTIVITY / ALARM MONITOR TORO SENTINEL APPLICATION NOTE AN04: ACTIVITY / ALARM MONITOR Version: 1-26-2011 ACTIVITY / ALARM MONITOR IN SENTINEL Activity / Alarm Monitor Overview The Activity/Alarm Monitor screen combines the separate

More information

QUICK CONSUMER REFERENCE GUIDE

QUICK CONSUMER REFERENCE GUIDE QUICK CONSUMER REFERENCE GUIDE Your System: ADT Smart Home Police Response Starting to use the Alarm Panel, Keypad, ADT Smart Home App and Web Portal PM30 Control Panel Touchscreen Keyfob DT Smart Home

More information

Door/Window Sensor. Set-Up Guide

Door/Window Sensor. Set-Up Guide Door/Window Sensor Set-Up Guide Thanks for choosing Rogers Smart Home Monitoring! Once you ve set-up your Door/Window Sensor, you can receive notifications if a window or door in your home opens unexpectedly.

More information

Manage Alarms. Before You Begin. NTP-E57 Document Existing Provisioning CHAPTER

Manage Alarms. Before You Begin. NTP-E57 Document Existing Provisioning CHAPTER CHAPTER 9 Manage Alarms This chapter provides procedures required to view and manage Cisco ONS 15600 alarms and conditions. Cisco Transport Controller (CTC) detects and reports SONET alarms generated by

More information

Manage Alarms. Before You Begin CHAPTER

Manage Alarms. Before You Begin CHAPTER CHAPTER 9 Manage Alarms This chapter provides procedures required to view and manage Cisco ONS 15600 alarms and conditions. Cisco Transport Controller (CTC) detects and reports SONET alarms generated by

More information

Secure Setup. 1. Download the app. Visit the App Store, Google Play, or to download the free Canary app on your smartphone.

Secure Setup. 1. Download the app. Visit the App Store, Google Play, or  to download the free Canary app on your smartphone. User Guide Table of Contents 3 Secure Setup 4 Setup Requirements 5 Home Screen 6 Modes 7 Mode Settings 8 Manual Mode Switching 9 Watch Live 10 Timeline 11 Event Screen 12 Motion Notification Settings 13

More information

WHAT HAPPENS NEXT FOR ADT SMART BUSINESS CUSTOMERS

WHAT HAPPENS NEXT FOR ADT SMART BUSINESS CUSTOMERS WHAT HAPPENS NEXT FOR ADT SMART BUSINESS CUSTOMERS Below you will find information about your installation and what you can expect to happen next. There are also some important steps to follow to ensure

More information

DryLINK TRAINING Phoenix DryMAX XL and DryLINK

DryLINK TRAINING Phoenix DryMAX XL and DryLINK DryLINK TRAINING Phoenix DryMAX XL and DryLINK FREE MOBILE APP 125 PPD XL LGR DEHUMIDIFIER WITH BLUETOOTH BE EVERYWHERE AT ONCE TABLE OF CONTENTS Introduction...3 Initial Setup Downloading the App...4

More information

Monitoring Operator Guide. Access Control Manager Software Version

Monitoring Operator Guide. Access Control Manager Software Version Monitoring Operator Guide Access Control Manager Software Version 5.10.10 2018, Avigilon Corporation. All rights reserved. AVIGILON, the AVIGILON logo, ACCESS CONTROL MANAGER, ACM, ACM VERIFY AND TRUSTED

More information

Protect and connect. Home and away.

Protect and connect. Home and away. Protect and connect. Home and away. USER GUIDE For Additional Support: http://www.cox.com/homesecuritysupport For Additional Support: http://www.cox.com/homesecuritysupport 2 CONTENTS Contents Components

More information

K1 SMARTHOME DIY KIT

K1 SMARTHOME DIY KIT K1 SMARTHOME DIY KIT EN DE FR NL ES USER MANUAL PT IT Contents 1. Things to Note before Getting Started 1 2. How the K1 System Works 2 3. Included in Your K1 Smart Home System 5 4. Device Overview 5 5.

More information

Dual Technology Wall Mounted Occupancy Sensor. Manual & Specification

Dual Technology Wall Mounted Occupancy Sensor. Manual & Specification Dual Technology Wall Mounted Occupancy Sensor Manual & Specification PRODUCT MUST BE INSTALLED IN ACCORDANCE WITH LOCAL ELECTRICAL CODES Douglas Lighting Controls Page 1 December 16, 2013 1. INTRODUCTION

More information

Getting Started with Live Exceptions

Getting Started with Live Exceptions Getting Started with Live Exceptions Live Exceptions provides alarm reporting by identifying problems that include delay, errors, failures, security, or configuration changes. The Live Exceptions Browser

More information

Operating Instructions

Operating Instructions Operating Instructions Colour Touch Thermostats W3WT01 & W3WT02 (Wi-Fi) Models W3WT01 and W3WT02 (WiFi) Menu Structure Startup Wizard 1 2 Turn on the thermostat (you will find the switch on the left) Select

More information

WiFi GSM APP Smart Home Security System

WiFi GSM APP Smart Home Security System User Manual WiFi GSM APP Smart Home Security System Tips: Please read through this user manual before installation so as to operate properly. Please keep well of the user manual for further reference.

More information

PWM. Solar Charge controller with Ethernet. Solar Smart PWM 20Amp. Hardware Description : Release : 19 June 2014

PWM. Solar Charge controller with Ethernet. Solar Smart PWM 20Amp. Hardware Description : Release : 19 June 2014 Solar Charge controller with Ethernet Release : 19 June 2014 Hardware Version : Version 1 Firmware version 1 PC Application Software : Version 1.0.0.0 Hardware Description : The Solar Smart regulator was

More information

Fitting instructions

Fitting instructions Fitting instructions Ver. 02_English 02. 11. 2017 CONTENT 1 INTRODUCTION... 3 2 FITTING THE PATRIOT EU... 3 2.1 Electronic diagram... 3 2.2 Fitting instructions... 4 2.3 Final placement... 4 2.4 Alarm

More information

INSTALLATION AND OPERATION MANUAL

INSTALLATION AND OPERATION MANUAL INSTALLATION AND OPERATION MANUAL Water Hero P-100 Thank you for purchasing the Water Hero P-100, which offers whole-building leak detection and water conservation monitoring. This box contains: Main Controller

More information

FOR INTERNAL USE ONLY ADT & SAMSUNG PARTNERSHIP GUIDE

FOR INTERNAL USE ONLY ADT & SAMSUNG PARTNERSHIP GUIDE FOR INTERNAL USE ONLY ADT & SAMSUNG PARTNERSHIP GUIDE TABLE OF CONTENT WHAT IS THIS NEW PARTNERSHIP? WHAT IS THIS NEW PARTNERSHIP? Quick Overview Why DIY and Retail DIY is Not New to ADT THE SMARTTHINGS

More information

Operating instructions

Operating instructions MA00929301 09/2015 Operating instructions ED10429002 ESYLUX GmbH An der Strusbek 40 22926 Ahrensburg Germany info@esylux.com www.esylux.com 1 Table of contents 1 Using the manual 8 2 Safety instructions

More information

Once the device has been physically installed and tested, follow the below steps to connect/pair it to your Rogers Smart Home Monitoring Touchpad.

Once the device has been physically installed and tested, follow the below steps to connect/pair it to your Rogers Smart Home Monitoring Touchpad. Set-Up Guide In-Wall Switch or Dimmer Jasco Package Contents: 1 In-Wall Switch or Dimmer device 2 Manufacturer s Installation Guide for installing the device 3 Rogers Set-Up Guide for pairing the device

More information

Security and Home Control. Your Gateway to a Smarter Home. Life in tune.

Security and Home Control. Your Gateway to a Smarter Home. Life in tune. Security and Home Control Your Gateway to a Smarter Home Life in tune. Honeywell Lyric Security. Comfort. Life. Perfectly connected. You don t operate on a fixed schedule. Why should your home? Ideal for

More information

ADT Motion Detector. Setup Guide

ADT Motion Detector. Setup Guide ADT Motion Detector Setup Guide A Setup Setup 1. Take the ADT Motion Detector to where you intend to mount it after setup. Make sure you are within 350 feet from the ADT Security Hub. (Exact range depends

More information

Introducing Sentry Interactive

Introducing Sentry Interactive Introducing Sentry Interactive Get the Control You Need Your family and home are always on your mind. Did the kids get home on time? Did they get home safely? Did the housekeeper arrive on time? Is my

More information

Raytec Avigilon Integration User Guide Integrating Raytec Network Illuminators with Avigilon Control Center Document Revision 2.0

Raytec Avigilon Integration User Guide Integrating Raytec Network Illuminators with Avigilon Control Center Document Revision 2.0 Raytec Avigilon Integration User Guide Integrating Raytec Network Illuminators with Avigilon Control Center Document Revision 2.0 Table of Contents 1 INTRODUCTION... 3 1.1 OVERVIEW... 3 1.2 SOFTWARE COMPONENTS...

More information

1. Functions of GPS locator ETLOC-30S 3

1. Functions of GPS locator ETLOC-30S 3 Contents 1. Functions of GPS locator ETLOC-30S 3 1.1 Direct view of the vehicle position on the map 3 1.2 Vehicle security 3 1.2.1 Vehicle protection 3 1.2.1.1 GPS protection 3 1.2.1.2 GPS higher level

More information

Alarms for the Cisco ISA 3000

Alarms for the Cisco ISA 3000 About s This chapter gives an overview of the alarm system in the ISA 3000, and also describes how to configure and monitor alarms. About s, on page 1 Defaults for s, on page 3 Configure s, on page 3 Monitoring

More information

Sunray Wi-Fi Application Guide

Sunray Wi-Fi Application Guide Sunray Wi-Fi Application Guide The ATC application allows you to program the temperature set-points and time zones to configure the radiators. The main functions are: - Scheduling (weekly) - Programming

More information

ABB-tacteo KNX. The individual touch

ABB-tacteo KNX. The individual touch ABB-tacteo KNX The individual touch Capacitive KNX glass sensor Individually configurable as desired Extremely flat design Secure access control for the hotel and hospitality industry ABB-tacteo KNX is

More information

ABOUT THIS DOCUMENT AND THE DOCUMENT STRUCTURE WE USE

ABOUT THIS DOCUMENT AND THE DOCUMENT STRUCTURE WE USE ABOUT THIS DOCUMENT AND THE DOCUMENT STRUCTURE WE USE isocket Smart Relay is a complex Smart House system which is installed in the fuse cabinet (electric cabinet) in the house. We therefore assume that

More information

INSTRUCTIONS OPERATING BLUETOOTH CAPACITIVE TOUCH THERMOSTAT MODEL COOL/FURNACE COOL/FURNACE/HEAT PUMP

INSTRUCTIONS OPERATING BLUETOOTH CAPACITIVE TOUCH THERMOSTAT MODEL COOL/FURNACE COOL/FURNACE/HEAT PUMP BLUETOOTH CAPACITIVE TOUCH THERMOSTAT OPERATING INSTRUCTIONS 3316420.XXX MODEL COOL/FURNACE COOL/FURNACE/HEAT STRIP COOL/FURNACE/HEAT PUMP Read these instructions carefully. These instructions MUST stay

More information

600 Watt Dimmer Install Guide

600 Watt Dimmer Install Guide 600 Watt Dimmer Install Guide ER6CD This guide covers all models of the ER6CD lighting controller. The box contents includes the controller with lock nut and installation guide. Overview The ER6CD controller

More information

D3D Wi-Fi GSM Smart Alarm System -User Manual

D3D Wi-Fi GSM Smart Alarm System -User Manual D3D Wi-Fi GSM Smart Alarm System -User Manual D3D Wi-Fi / GSM Smart Alarm system (Model : D10). Please read all instructions carefully & follow steps for easy home installation. 1 P a g e D3D Wi-Fi / GSM

More information

GETTING STARTED. May 15th, version 1.0.1

GETTING STARTED. May 15th, version 1.0.1 GETTING STARTED May 15th, 2015 version 1.0.1 1 Disclaimers Information in this document is subject to change without notice and does not represent a commitment on the part of SWARM TECHNOLOGIES LLC D.B.A.

More information

K1 SMARTHOME DIY KIT

K1 SMARTHOME DIY KIT K1 SMARTHOME DIY KIT EN DE FR NL ES QUICK GUIDE PT IT Contents 1. Things to Note before Getting Started 3 1.1 High-speed WiFi Internet Connection 3 1.2 SSID and Password 4 1.3 Operating System Requirements

More information

Watchguard WGAP864 User Manual

Watchguard WGAP864 User Manual Watchguard WGAP864 User Manual v1.0 Issued September 2016 1 2 Table of Contents Glossary... 5 1. Introduction to your Watchguard WGAP864... 6 2. Before Operating your Alarm System... 6 3. Understanding

More information

RFT CARES Android App User Guide

RFT CARES Android App User Guide RFT CARES Android App User Guide 2017 RF Technologies, Inc. All specifications subject to change without notice. All Rights Reserved. No Part of this work may be reproduced or copied in any form or by

More information

SA 2650 Kit User Manual

SA 2650 Kit User Manual SA 2650 Kit User Manual Table of Contents 1. System Installation Planning 1 2. Device Introduction 3 3. Getting Started 6 4. System Default Setting 10 5. Connect2Home Application 11 6. System Information

More information

THE EVOLUTION OF CONTROL APP & CLOUD PORTAL

THE EVOLUTION OF CONTROL APP & CLOUD PORTAL THE EVOLUTION OF CONTROL APP & CLOUD PORTAL APP MAIN APP FUNCTIONS EMERGENCY Facilitates the work of installers and company maintenance operators. Allows control of the functions of all lights of the system.

More information

Full User Guide: Self-care Web Portal and Mobile App

Full User Guide: Self-care Web Portal and Mobile App Full User Guide: Self-care Web Portal and Mobile App Full User Guide: Self-care Web Portal and Mobile App 1 TABLE OF CONTENTS 1. INTRODUCTION 3 2. ADT SMART HOME/BUSINESS PACKAGE / KIT 4 3. ACTIVATING

More information

Contacting Onset Mailing Address: Phone: Fax: Hours of Operation: E mail: Main Onset Web site: Copyrights and Trademarks

Contacting Onset Mailing Address: Phone: Fax: Hours of Operation: E mail: Main Onset Web site: Copyrights and Trademarks Contacting Onset For support, please contact the company that you bought the products from: Onset Computer Corporation or an Onset Authorized Dealer. Onset Computer Corporation 470 MacArthur Blvd. Bourne,

More information

Monitor Alarms and Events

Monitor Alarms and Events What Are Alarms and Events?, page 1 How are Alarms and Events Created and Updated?, page 2 Which Events Are Supported?, page 5 Set Alarm and Event Management Preferences, page 5 Interpret Event and Alarm

More information

INTRODUCTION... VI I. IOS... 1

INTRODUCTION... VI I. IOS... 1 Contents INTRODUCTION... VI PURPOSE... VI KEY FUNCTIONS OF THE SYSTEM... VI TERMS AND ABBREVIATIONS... VII SMART HEATER APPLICATION:... X ios:... x Android:... x Windows:... x PRIVACY POLICY... XI ADAX

More information

INTRODUCTION... VI I. IOS... 1

INTRODUCTION... VI I. IOS... 1 Contents INTRODUCTION... VI PURPOSE... VI KEY FUNCTIONS OF THE SYSTEM... VI TERMS AND ABBREVIATIONS... VII SMART HEATER APPLICATION:... X ios:... x Android:... x Windows:... x PRIVACY POLICY... XI ADAX

More information

CG500SKE SKYEYE GATEWAY USER MANUAL VERSION OCTOBER Disclaimers and Copyright

CG500SKE SKYEYE GATEWAY USER MANUAL VERSION OCTOBER Disclaimers and Copyright CG500SKE SKYEYE GATEWAY USER MANUAL CG500SKE SkyEYE Gateway VERSION 1.2 26 OCTOBER 2014 Disclaimers and Copyright Nothing contained in this publication is to be construed as granting any right, by implication

More information

Dual Technology Wall Switch Occupancy Sensor. Manual & Specification

Dual Technology Wall Switch Occupancy Sensor. Manual & Specification Dual Technology Wall Switch Occupancy Sensor Manual & Specification PRODUCT MUST BE INSTALLED IN ACCORDANCE WITH LOCAL ELECTRICAL CODES Douglas Lighting Controls Page 1 November 19, 2014 1. INTRODUCTION

More information

[ [ ADMIN PANEL USER GUIDE

[ [ ADMIN PANEL USER GUIDE [ [ ADMIN PANEL USER GUIDE ADMIN PANEL USER GUIDE 2 Contents Logging In & Systems Overview 3 System Details 5 Analytics 6 View Alarms 8 Manage Alarms 9 Create Alarms 10 Device Reporting Alarm 11 Monthly

More information

Light Control guide for Soundlight Comfort Ceiling OccuSwitch DALI Control Guide

Light Control guide for Soundlight Comfort Ceiling OccuSwitch DALI Control Guide Light Control guide for Soundlight Comfort Ceiling OccuSwitch DALI 2015.10 Control Guide Content: 1 2 3 4 5 6 7 8 9 10 11 Ensure right physical install of all hardware / use remote control to commission

More information

MyNice Welcome to your Nice World. The intelligent solution for the integrated management of the alarm system and of the home s automations.

MyNice Welcome to your Nice World. The intelligent solution for the integrated management of the alarm system and of the home s automations. MyNice Welcome to your Nice World The intelligent solution for the integrated management of the alarm system and of the home s automations. Home page Wi-Fi and GSM status and connected users System name

More information

User Manual Doc.Ref : EVO-KNX-UM. EVO-KNX Paradox KNX Interface ELAUSYS EVO-KNX. KNX Interface for Paradox alarm system. User Manual.

User Manual Doc.Ref : EVO-KNX-UM. EVO-KNX Paradox KNX Interface ELAUSYS EVO-KNX. KNX Interface for Paradox alarm system. User Manual. Page : 1 of 17. ELAUSYS EVO-KNX KNX Interface for Paradox alarm system User Manual Document history Version. Date Author Comment 1.00 14-AUG-2017 NDE First issue Page : 2 of 17 TABLE OF CONTENT 1. INTRODUCTION

More information

Door/Window Sensor. Set-Up Guide

Door/Window Sensor. Set-Up Guide Door/Window Sensor Set-Up Guide Thanks for choosing Rogers Smart Home Monitoring! Once you ve set-up your Door/Window Sensor, you can receive notifications if a window or door in your home opens unexpectedly.

More information