ZIG-TRV-01 ZigBee Thermostatic Radiator Valve Install Guide V1

Size: px
Start display at page:

Download "ZIG-TRV-01 ZigBee Thermostatic Radiator Valve Install Guide V1"

Transcription

1 ZIG-TRV-01 ZigBee Thermostatic Radiator Valve Install Guide V1 Introduction: The ZIG-TRV-01 is a ZigBee thermostatic valve designed to work with radiators. It receives command requests and transmits temperature readings over a ZigBee wireless network. The building fabrication can have an adverse effect on the range of the ZigBee network so range extenders may be required. Product Operation Modes: OFF In this mode, the plunger will be fully down and it will never move. The only way to move the plunger is to change Mode. Auto In this mode, the valve responds to heating setpoint. Heat In this mode, the plunger will be fully retracted and it will never move. The only way to move the plunger is to change Mode. Emergency Heating This mode can be accessed by writing on the attribute or by pressing the button. Button: The button is used for the following: - Outside a network, a button press will toggle the mode between Off and Emergency Heating. - In a network, a short press toggle between Off and Auto while a long press goes to Heat. LED: Full Red 1s On initialisation, the LED remains ON for about 1s until the device is initialised. 2 Green flash every 3s When looking for the network, the device flashes green twice every 3s. 3 Red flash every 3s After the initialisation if the valve cannot find its parent. 2 Orange flash When the valve successfully joins a network, it flashes orange 2 times. 1 Red flash After a button is pressed, mode is now Off.

2 2 Orange flash After a button is pressed, mode is now Auto. 3 Green flash After a button is pressed, mode is now Emergency Heating. 2 Red flash When the button is pressed and the value successfully leaves the network. 4 Red flash When the battery is low (Below 2.4V), the valve flashes its red LED 4 times. Workflow The workflow to follow is:- 1. Power Up the valve 2. Enrol the valve into the Leviton Control system 3. Test the operation adjacent the Leviton controller 4. Test the operation at the valves desired location to check network range 5. Fit the valve 6. Test the valve 1 - Power Up the Valve Remove the valve from the valve from the packaging and put the batteries in the valve. 2 - Enrol the valve into the Leviton Control system The Leviton controller will need a ZIgbee ZIM interface to use this device. Locate yourself with your PC and the valve close to the ZIM. Using PC Access add the thermostat by selecting a thermostat from the thermostat area of Setup and set a name for it. Set the protocol address to Zigbee and type to Heat Only. Click on the address and select enrol. Then press the button on the TRV for 20 seconds to put in enrolment mode. PC Access will discover the device and report that is discovered it successfully and fill in the ZIgbee address. 3 - Test the operation adjacent the Leviton controller Go to the Status tab of PC Access. You should see the TRV as a thermostat and show a valid current temperature and heat set point and mode. Whist still adjacent to the Leviton controller, use PC access to set the heat set point lower than the current temperature. The valve should then set the plunger to be all the way down. Then set the heat set point to be much higher than the current temperature. The plunger should then fully retract into the TRV. 4 - Test the operation at the valves desired location to check network range

3 Now take the TRV to where the TRV is to be located. Repeat the test above to ensure it still operates well. If it stops operating and the current temperature is lost then a ZIgbee range extender will be required to boost the signal. 5 - Fit the valve Remove the Existing Valve: The next step is to remove the existing valve head from your radiator. Chose the Correct Base Ring The ZIG-TVR-01 is supplied with 2 base rings, one 28mm in diameter and the other 30mm in diameter. The 28mm base ring has notches on its inside edge. Select the correct size ring for the valve s base works. This can be done by attempting to screw both rings onto the radiator valve base.

4 Select the Valve Spacer Radiators that have a valve pin that extends more than 12mm from the base ring threads will need a spacer to be fitted inside the base ring. The ZIG-TVR-01 comes with two spacers. Use the 3.5mm thick spacer with 28mm base rings. Use the 2mm thick spacer with the 30mm base rings. If the gap is greater than 14mm, place the spacer in the base before you attach the base ring to your ZIG-TVR-01. Install the ZIG-TRV-01 valve Before screwing the thermostatic valve head onto the base, ensure the ZIG-TRV-01 s pin is fully retracted IN and not extended OUT. If the pin is extended then set the heat set point to be much higher than the current temperature and it should retract all the way inside the valve.

5 With the pin retracted, the ZIG-TRV-01 can be attached to the radiator valve. Do not over tighten the base ring as this could unseat the base ring pegs. Valve Calibration Once the valve is fitted, the mode must be changed to Off by pressing the button once and you should see a red LED flash once. The plunger should extend all the way out so the valve can calculate the distance the plunger needs to travel to shut the valve. Once this has been done then press the button again to turn it on to auto mode and you will see the LED flash orange twice. The calibration should be performed every time the valve is fitted on a radiator even if it s the same one. 6 - Test the valve Now that the valve is fitted it can be tested again. We need to ensure the valve is properly shutting off the valve on the radiator. Do this by setting the heat set point to much lower than the current temperature so the radiator is off. Make sure the boiler is running by turning up the heating in another zone. With the boiler and pump running the radiator in questions should remain cold. Once it is clear the radiator is not heating up, then adjust the heat set point to be higher than the current temperature. You should hear the valve open and the water start to flow in the radiator and it should heat up. 7 Programming The Logic In PC Access we will need to put the logic for the boiler controller. If any thermostat needs heat we need to turn the boiler on. If ALL thermostats do not need heat then we need to turn the boiler off. The best way to do this is to setup a flag for each heating zone and turn the flag on if that zones needs heat and turn the flag of if this zone does not need heat. Then we can simply look at the flags to decide if the boiler should be on or off. The logic we need to manage the flag for a single heating zone might look like this:-

6 Note that if the Zigbee wireless thermostat has a radio failure we will read the current temperature as zero so we not turning the flag on if the value is zero. This will prevent the boiler being on permanently if we had a radio failure for some reason. Also note that the above login basically turning the flag off if the current temperature is greater than or equal to the desired temperature and only turning it on if the current temperature is less that the desired temperature buy more than 0.5 degrees and as mentioned above we are filtering out a radio failure where the current temperature is zero. We need to repeat this for all the heating zones. Then we need some logic to manage the boiler. An example of turning the boiler on might look like this. An example of turning the boiler off might look like this.

7 Most boilers are turned on and off by apply 240v to a connection on the boiler. This can be done using the ZIgbee load control wireless relay or via an Omni Bus 240v relay or a 12v to 240v relay wired into an output on the controller. The above can be checked by using PC Access and connecting to the controller and using the Status tab. You should see the flags representing the heating zones should be set automatically based on current temperature and desired heat set point. Adjust the heat set point to be greater than the current temperature and the associated flag should go to on and vice versa. You should also be able to see the status of the boiler and it should be on or off depending on the requirement. A flag can also be used for the boiler control if desired. Troubleshooting Radiator remains hot when it should be cold: The radiator could be remaining hot because the valve pin is not long enough when extended, to cut off the water flow. Shims, small metal discs can be inserted into the valve to extend the pins length. Remove the valve body and place a shim on to the radiator s base works. Reposition the valve body taking care the shim does not move or obstructs the action of the valve s pin. If the radiator still remains hot then more than one shim may be required. Radiator remains cold when it should be hot: The radiator could be remaining cold because any shims inserted into the valve body may have moved and be preventing the free movement of the valve s pin. If no shims have been used and the radiator remains cold, remove the ZIG-TVR-01 and check if the radiator begins to heat. Should the radiator remain cold, check that the systems boiler, pump and valve are all operational. If this is the case then contact your plumber to investigate further.

User Manual - Energenie MiHome etrv

User Manual - Energenie MiHome etrv User Manual - Energenie MiHome etrv Thank you for buying the MiHome etrv (electronic Thermostatic Radiator Valve). Please read through this manual before using the product, and follow the instructions.

More information

Frequently Asked Questions

Frequently Asked Questions , Voice & Single Zone Thermostat Heating will activate when there is a hot water demand. Boiler relay double bound as heating relay. If a system has been set up and the Wireless Relay Boxes are moved to

More information

Netatmo Thermostat user manual Netatmo Thermostat V1.0 / December 2013 You can nd an interactive version of this user manual in your Netatmo app

Netatmo Thermostat user manual Netatmo Thermostat V1.0 / December 2013 You can nd an interactive version of this user manual in your Netatmo app Netatmo Thermostat user manual Netatmo Thermostat V1.0 / December 2013 You can nd an interactive version of this user manual in your Netatmo app (iphone/ipad/android). It is also available for computer

More information

Thermostat Installation Best Practices

Thermostat Installation Best Practices Thermostat Installation Best Practices If this is to replace an existing thermostat, just use the existing thermostat location. If this is a new install follow these suggestions: Locate the thermostat

More information

Phone: * Website: wiser.draytoncontrols.co.uk /DraytonHome

Phone: * Website: wiser.draytoncontrols.co.uk /DraytonHome Wiser Thermostat Kit 1 Wiser Thermostat Kit 2 Wiser Thermostat Kit 3 Wiser Multi-zone Kit 1 Wiser Multi-zone Kit 2 Phone: 0333 6000 622* Website: wiser.draytoncontrols.co.uk E-mail: customer.care@draytoncontrols.co.uk

More information

ECO AND DATE /06 ARTWORK DESCRIPTION. 22 page A6 : Saddle stitch (2-wire) 6 page : 4 colour : 170gsm Silk 18 page : 1 colour : 100gsm Silk

ECO AND DATE /06 ARTWORK DESCRIPTION. 22 page A6 : Saddle stitch (2-wire) 6 page : 4 colour : 170gsm Silk 18 page : 1 colour : 100gsm Silk DRAWING DETAILS PART NUMBER 42011077-103 ISS R1 ECO AND DATE 0024168 08/06 ARTWORK DESCRIPTION CM921 USER GUIDE BOOKLET (UK - English) DRAWN MKTING MF BM DATE 08/06 BOOKLET DETAILS SPECIFICATION COVER

More information

LeakSafe. solutions. WaterSwitch2. Installation Instructions

LeakSafe. solutions. WaterSwitch2. Installation Instructions LeakSafe solutions TM WaterSwitch2 Installation Instructions WATERSWITCH2 COMPONENTS WaterSwitch2 Valve Control Extended Range Valve Driver Valve Water Flow Sensor Leak Detection tape available in 0.3M

More information

The easier, smarter heating system. Multi-zone heating made easy. User guide Setup and control

The easier, smarter heating system. Multi-zone heating made easy. User guide Setup and control The easier, smarter heating system Multi-zone heating made easy User guide Setup and control Getting to know the Wiser system Wiser system Smart heating for your home Wiser is designed to be simple to

More information

CM921 - User Guide 1 day Wireless Programmable Room Thermostat with LoT technology

CM921 - User Guide 1 day Wireless Programmable Room Thermostat with LoT technology Description The Honeywell CM921 is a wireless programmable room thermostat designed to control you heating system efficiently, providing comfortable temperatures when you are at home and energy savings

More information

Installer Manual KNX Touchscreen Thermostat

Installer Manual KNX Touchscreen Thermostat Installer Manual 02952 KNX Touchscreen Thermostat Index GENERAL FEATURES AND FUNCTIONALITY from page 5 ETS PARAMETERS AND COMMUNICATION OBJECTS from page 7 COMMUNICATION OBJECTS GENERAL FEATURES AND FUNCTIONALITY

More information

Version 2.2. Radiator Valve (TRV) Model No. LW922. Instruction Manual. Professional Series.

Version 2.2. Radiator Valve (TRV) Model No. LW922. Instruction Manual. Professional Series. Version 2.2 Radiator Valve (TRV) Model No. LW922 Instruction Manual Professional Series www.lightwaverf.house EC DECLARATION OF CONFORMITY Responsible Authority: LightwaveRF PLC, Innovation Campus Birmingham

More information

C-Stat 17-ZW User Instructions

C-Stat 17-ZW User Instructions C-Stat 17-ZW User Instructions 7 Day Wireless Programmable Room Thermostat and ASR-ZW Receiver Programmable room thermostats are widely recognised as one of the best ways in which to control central heating.

More information

Centaur TM II Cube Slave Alarm Signalling Equipment INSTALLATION GUIDE

Centaur TM II Cube Slave Alarm Signalling Equipment INSTALLATION GUIDE Centaur TM II Cube Slave Alarm Signalling Equipment INSTALLATION GUIDE General Description This guide provides a summary for installing and configuring the Centaur TM Cube Slave Alarm Signalling Equipment

More information

Salamander User Guide

Salamander User Guide SYSTEM USER GUIDE Introduction Salamander User Guide Salamander is a radio-controlled, battery-powered system for holding open fire doors. Before installation, a thorough radio survey will have been conducted

More information

How to Include Your Thermostat

How to Include Your Thermostat Intrusion How to include your Z-Wave Thermostat G450 Home Control Gateway How to Include Your Thermostat For Bosch Security Dealers Only Adding your Thermostat This section contains information on how

More information

RC-122BZ Two Stage Heat/Cool 2 Stage Heat / 2 Stage Cool Thermostat Installation Instructions

RC-122BZ Two Stage Heat/Cool 2 Stage Heat / 2 Stage Cool Thermostat Installation Instructions RC-122BZ Two Stage Heat/Cool 2 Stage Heat / 2 Stage Cool Thermostat Installation Instructions DESCRIPTION The RC-122BZ is a precision digital thermostat designed for 24 VAC two-stage heating and cooling

More information

Heating is great when you control it. USER MANUAL. Wireless Programmable Room Thermostat. Model No.: LS Scan for App

Heating is great when you control it. USER MANUAL. Wireless Programmable Room Thermostat. Model No.: LS Scan for App Heating is great when you control it. USER MANUAL Wireless Programmable Room Thermostat Model No.: LS99111010 Scan for App Contents 1. Overview... 01 2. System Installation... 02 2.1 Install and Wiring

More information

DeLaval activity meter system Instruction Book

DeLaval activity meter system Instruction Book Instruction Book 87224201 2014-02-17, Version 4 Original instruction Table of contents EC Declaration of Conformity -... 5 Safety precautions... 7 DeLaval activity meter AM2 DeLaval activity receiver

More information

Manual & Technical Documentation V1.1

Manual & Technical Documentation V1.1 Manual & Technical Documentation V1.1 tado Smart Thermostat tado Extension Kit ENGLISH Content Product Packages Compatibility Intelligence & Security Functions Smart Thermostat Usage Menu Structure Special

More information

LeakSafe. solutions. WaterSwitch2. Installation Instructions

LeakSafe. solutions. WaterSwitch2. Installation Instructions LeakSafe solutions TM WaterSwitch2 Installation Instructions QUICK USER GUIDE 1. Turning water ON or OFF using the WaterSwitch Valve Control To turn the water ON, press and hold down the WATER ON button

More information

Operating Instructions Model : HC HC-N

Operating Instructions Model : HC HC-N Operating Instructions Model : HC HC-N This product should be installed by a qualified electrician. Improper installation may result in injury, death or property damage. Contents Table Contents 1 What

More information

Table of Contents. Product Image 1 Locking/Unlocking the neoair 24 Table of Contents 2 Frost Protection 25 What is a Programmable Room Thermostat?

Table of Contents. Product Image 1 Locking/Unlocking the neoair 24 Table of Contents 2 Frost Protection 25 What is a Programmable Room Thermostat? Table of Contents Product Image 1 Locking/Unlocking the neoair 24 Table of Contents 2 Frost Protection 25 What is a Programmable Room Thermostat? 3-4 Power ON/OFF 26 Holiday Programming 27 Installation

More information

CS027 User Instructions

CS027 User Instructions CS027 User Instructions Battery Powered 7 Day Programmable Room Thermostat Programmable room thermostats are widely recognised as one of the best ways in which to control central heating. The CS027 programmable

More information

PROGRAMMABLE 7-DAY RF THERMOSTAT

PROGRAMMABLE 7-DAY RF THERMOSTAT PROGRAMMABLE 7-DAY RF THERMOSTAT Installation and user instruction This instructions to be retained by the user 1 Thank you for choosing Beretta s radio frequency (RF) Radiostat. This central heating control

More information

WiFi + PSTN. Smart Home Alarm System

WiFi + PSTN. Smart Home Alarm System WiFi + PSTN Smart Home Alarm System Content Preface Specifications Technical information Front side panel view Back side panel view Initialization APP names Add alarm host and connect WiFi for host How

More information

Hive Active Heating. Thermostat installation guide

Hive Active Heating. Thermostat installation guide Hive Active Heating Thermostat installation guide Status Hot Central water heating Status Hot Central water heating Here s what you ll need to install Hive Active Heating A working gas central heating

More information

RCS Residential Control Systems Inc.

RCS Residential Control Systems Inc. RCS Residential Control Systems Inc. Model TZ16 Z-Wave Communicating Thermostat with Rev P HVAC Control Unit INSTALLATION AND OPERATION MANUAL DCN: 141-00882 Rev 02 5/18/06 This manual applies to the following

More information

Ethernet General Purpose

Ethernet General Purpose Ethernet General Purpose Technical Manual Revision 1.03 8 November 2013 Pakton Technologies IO PAE224 Ethernet GPIO Manual.docx Page 1 of 22 Revision 1.03 Last updated 8/11/2013 Table of Contents INTRODUCTION...3

More information

Revision November 2013 JVA Technologies. Ethernet General Purpose IO Technical Manual

Revision November 2013 JVA Technologies. Ethernet General Purpose IO Technical Manual Revision 1.03 8 November 2013 JVA Technologies Ethernet General Purpose IO Technical Manual www.jva-fence.com.au Table of Contents INTRODUCTION...3 Scope and Purpose...3 Glossary...3 SPECIFICATIONS...4

More information

ThermoPlus AS2-RF & ASR-RF Installation Instructions

ThermoPlus AS2-RF & ASR-RF Installation Instructions ThermoPlus AS2-RF & ASR-RF Installation Instructions The Horstmann ThermoPlus AS2-RF is a wireless room thermostat that has been designed to make its operation very simple for the householder. The built

More information

Wireless Controls System Guide

Wireless Controls System Guide Wireless Controls System Guide As of September 6, 2018 Table of Contents 1.0 Introduction Why SALUS?... 1.1 Using this Manual.... 1.1 2.0 System Overview SALUS Wireless System Components with Internet

More information

User s Manual. TIGER S EYE E-Series Mark V Jockey. TIGERFLOW Systems, Inc Mint Way Dallas, Texas

User s Manual. TIGER S EYE E-Series Mark V Jockey. TIGERFLOW Systems, Inc Mint Way Dallas, Texas User s Manual TIGER S EYE E-Series Mark V Jockey TIGERFLOW Systems, Inc. 4034 Mint Way Dallas, Texas 75237 214-337-8780 www.tigerflow.com TABLE OF CONTENTS Introduction... 4 Sequence of Operation... 5

More information

Security System. User Guide for the LED Command Center

Security System. User Guide for the LED Command Center Security System User Guide for the LED Command Center National Security Systems Inc (800)457-1999 MY SECURITY COMPANY IS: CALL BEFORE TEST: THIS SECURITY SYSTEM IS CONNECTED TO TELEPHONE NUMBER: THE SECURITY

More information

The easier, smarter heating system. Multi-zone heating made easy. User guide Setup and control

The easier, smarter heating system. Multi-zone heating made easy. User guide Setup and control The easier, smarter heating system Multi-zone heating made easy User guide Setup and control Getting to know the Wiser system Wiser system Smart heating for your home Wiser is an advanced home heating

More information

Talking Wireless Detection System. Installation Manual. Tells you where & when someone s been detected RAB

Talking Wireless Detection System. Installation Manual. Tells you where & when someone s been detected RAB Talking Wireless Detection System Installation Manual Tells you where & when someone s been detected RAB SA Manuel.indd 1 4/29/05 3:06:43 PM How SoundAlert Works SoundAlert is the Talking Wireless Detection

More information

Quick start guide. Connected wireless room thermostat. Logic Combi C / Logic Max Combi C / Vogue Gen 2 Combi / Vogue Max Combi

Quick start guide. Connected wireless room thermostat. Logic Combi C / Logic Max Combi C / Vogue Gen 2 Combi / Vogue Max Combi Quick start guide Connected wireless room thermostat Logic Combi C / Logic Max Combi C / Vogue Gen 2 Combi / Vogue Max Combi Introduction Welcome to the Ideal Touch quick start guide. This guide is designed

More information

Underfloor Catalogue Heating products that define the market

Underfloor Catalogue Heating products that define the market YEAR 5 WARRANTY Underfloor Catalogue Heating products that define the market By Underfloor Heating Control We provide a range of room temperature controls (thermostats) to optimize the operating efficiency

More information

USER GUIDE WIRE-FREE HOME PROTECTION SYSTEM AG100+ CONTENTS

USER GUIDE WIRE-FREE HOME PROTECTION SYSTEM AG100+ CONTENTS CONTENTS USER GUIDE WIRE-FREE HOME PROTECTION SYSTEM AG00 Section Getting started. General system overview. Introduction to the system. Items included with the system. Introduction to the Smart Panel.5

More information

Contents. Glossary

Contents. Glossary Contents Glossary ------------------------------------------------------------------------------------------------------ 6 1. Introduction to the IDS 1632 -------------------------------------------------------------

More information

OPERATION MANUAL. Daikin Altherma indoor unit EKHVMRD50ABV1 EKHVMRD80ABV1 EKHVMYD50ABV1 EKHVMYD80ABV1

OPERATION MANUAL. Daikin Altherma indoor unit EKHVMRD50ABV1 EKHVMRD80ABV1 EKHVMYD50ABV1 EKHVMYD80ABV1 OPERATION MANUAL EKHVMRD50ABV1 EKHVMRD80ABV1 EKHVMYD50ABV1 EKHVMYD80ABV1 EKHVMRD50+80ABV1 EKHVMYD50+80ABV1 CONTENTS Page 1. Definitions... 1 2. Introduction... 2 2.1. General information... 2 2.2. Scope

More information

GETTING STARTED WITH MOTION SENSOR

GETTING STARTED WITH MOTION SENSOR 2 GETTING STARTED WITH MOTION SENSOR This document is the property of Webee L.L.C.. The data contained here, in whole or in part, may not be duplicated, used or disclosed outside the recipient for any

More information

Honeywell Homes T3, T3M & T3R

Honeywell Homes T3, T3M & T3R Honeywell Homes T3, T3M & T3R PRODUCT SPECIFICATION SHEET Honeywell T3 & T3M Programmable Thermostat Honeywell T3R Programmable Thermostat The T3, T3M & T3R thermostats are designed to provide automatic

More information

Easy-Stat. Wireless Programmable Room Thermostat Pt No

Easy-Stat. Wireless Programmable Room Thermostat Pt No Easy-Stat Wireless Programmable Room Thermostat Pt No 7.2000050 1 Installing the receiver The receiver must be installed into the boiler control panel, refer to the boiler installation manual for guidance.

More information

Wireless High Bay Sensor (WHS100) Installation Instructions

Wireless High Bay Sensor (WHS100) Installation Instructions Installation Instructions The Daintree Networks WHS100 Wireless High Bay Sensor is a line powered control component within the ControlScope wireless building controls platform. It enables wireless control

More information

Yale Real Living Touchscreen Deadbolt Installation and Programming Instructions

Yale Real Living Touchscreen Deadbolt Installation and Programming Instructions Yale Real Living Touchscreen Deadbolt Installation and Programming Instructions x3 #8-32 x 5/16" Machine screws x4 #7 wood & #8-32 machine x 20mm Combination screws x2 M6x47mm Long through bolt 1 Preparing

More information

PBI Manual. Paradox to KNX-BUS Interface

PBI Manual. Paradox to KNX-BUS Interface PBI 64-192 Paradox to KNX-BUS Interface Manual GDS Intelligence in Buildings El. Benizelou 116 Nea Erithrea, 14671 Phone: +30 2108071288 Email: info@gds.com.gr Web: gds.com.gr Contents 1 Device description...

More information

CET B-RF Wireless Electronic Hot Water Cylinder Thermostat User & Installation Instructions

CET B-RF Wireless Electronic Hot Water Cylinder Thermostat User & Installation Instructions CET B-RF Wireless Electronic Hot Water Cylinder Thermostat User & Installation Instructions Certification Mark Index 2 Installation 3-10 Product overview 3 Specification 4 Thermostat installation 5-7 Sensor

More information

DT92 WIRELESS DIGITAL ROOM THERMOSTAT FEATURES PRODUCT SPECIFICATION SHEET

DT92 WIRELESS DIGITAL ROOM THERMOSTAT FEATURES PRODUCT SPECIFICATION SHEET DT92 WIRELESS DIGITAL ROOM THERMOSTAT PRODUCT SPECIFICATION SHEET The new DT92 family of wireless digital room thermostats is a range of market leading products designed to provide comfort with economy

More information

Paxton Ins US Easyprox compact. Technical Support. Parts list. Tools List

Paxton Ins US Easyprox compact. Technical Support. Parts list. Tools List 09/27/2011 Ins-30056-US Easyprox compact Paxton Technical Support 1.800.672.7298 supportus@paxton-access.com Technical help is available: Monday - Friday from 02:00 AM - 8:00 PM (EST) Documentation on

More information

Manual Supplement. Model Number: 8680-N2. Communications Protocol. Contents of this manual supplement include:

Manual Supplement. Model Number: 8680-N2. Communications Protocol. Contents of this manual supplement include: Model Number: 8680-N2 Product/System Title: Room Pressure AOC Controller with N2 Communications Protocol Contents of this manual supplement include: 1) Sequence of Operation 2) Variable map 3) Description

More information

Yale Real Living Assure Lock Push Button Deadbolt Installation and Programming Instructions (YRD216)

Yale Real Living Assure Lock Push Button Deadbolt Installation and Programming Instructions (YRD216) Yale Real Living Assure Lock Push Button Deadbolt Installation and Programming Instructions (YRD216) Optional Network Module x3 #8-32 x 5/16" Machine screws x4 #7 wood & #8-32 machine x 20mm Combination

More information

Roth Touchline. German quality since User manual quick and easy guide 1/10

Roth Touchline. German quality since User manual quick and easy guide 1/10 Roth Touchline User manual quick and easy guide German quality since 97 /0 20 V Pump N N L L 20 V 20 V 2 V 2 V c/o in %H c/o out c/o in Trafo out /TB in N L eco CH CH 2 CH CH 2V 2V 2V 2V 2V 2V Touchline,

More information

For ios devices MYQ-G0301 MYQ-G0301C MYQ-G0301-D MYQ-G0301LA

For ios devices MYQ-G0301 MYQ-G0301C MYQ-G0301-D MYQ-G0301LA Smart Smart Garage Garage Hub Hub Manual Manual For ios devices MYQ-G0301 MYQ-G0301C MYQ-G0301-D MYQ-G0301LA by Before You Start To reduce the risk of SEVERE INJURY to persons: DO NOT enable the MyQ Smart

More information

IFT-RC150 IntelliFire Touch Remote Control Installation Instructions

IFT-RC150 IntelliFire Touch Remote Control Installation Instructions IFT-RC150 IntelliFire Touch Remote Control Installation Instructions Leave this manual with party responsible for use and operation. 1. Introduction The IFT-RC150 is a wall mounted device that is designed

More information

Wi-Fi Thermostat. Sensi TM INSTALLATION GUIDE. Models: 1F86U-42WF, UP500W Version: October Emerson Electric Co. All rights reserved.

Wi-Fi Thermostat. Sensi TM INSTALLATION GUIDE. Models: 1F86U-42WF, UP500W Version: October Emerson Electric Co. All rights reserved. Sensi TM Wi-Fi Thermostat INSTALLATION GUIDE Models: 1F86U-42WF, UP500W Version: October 2017 2017 Emerson Electric Co. All rights reserved. CONTENTS Installation guide Downloading the Sensi app 3 Creating

More information

Installation guide. iheat thermostat. TB7100A1000 MultiPRO TM multispeed and multipurpose thermostat

Installation guide. iheat thermostat. TB7100A1000 MultiPRO TM multispeed and multipurpose thermostat Installation guide iheat thermostat TB7100A1000 MultiPRO TM multispeed and multipurpose thermostat Important: This appliance shall be installed in accordance with: Manufacturer s installation instructions

More information

Ontech GSM 9040/50. Reference Manual English -1 -

Ontech GSM 9040/50. Reference Manual English -1 - Ontech GSM 9040/50 Reference Manual English -1 - Content Welcome... 5 This manual... 5 Text styles... 5 Support... 5 Disclaimer... 5 Overview... 6 Accessories... 6 External temperature sensor 9901... 7

More information

GETTING STARTED WITH SMART THERMOSTAT

GETTING STARTED WITH SMART THERMOSTAT GETTING STARTED WITH SMART THERMOSTAT This document is the property of Webee L.L.C.. The data contained here, in whole or in part, may not be duplicated, used or disclosed outside the recipient for any

More information

Wave Series. Installation and User Guide. PE950 Hand-Held Remote Transceiver PE650 Panel-Mounted Transceiver

Wave Series. Installation and User Guide. PE950 Hand-Held Remote Transceiver PE650 Panel-Mounted Transceiver Wave Series PE950 Hand-Held Remote Transceiver PE650 Panel-Mounted Transceiver Intermatic, Inc. 7777 Winn Road Spring Grove, Illinois 60081-9698 www.intermatic.com Intermatic Customer Service: 815-675-7000

More information

CentaurPlus ZW and HRT4-ZW

CentaurPlus ZW and HRT4-ZW CentaurPlus ZW and HRT4-ZW Installation Instructions The Horstmann CentaurPlus ZW combined wireless room stat and timeswitch allows a combi boiler system to have a room thermostat added without the need

More information

Roth Touchline. German quality since Quick and easy user manual 1/10

Roth Touchline. German quality since Quick and easy user manual 1/10 Roth Touchline Quick and easy user manual German quality since 197 1/10 230 V Pump N N L L 230 V 230 V 2 V 2 V c/o in %H c/o out c/o in Trafo out /TB in N L eco 2V CH 1 CH 2 CH 3 CH 2V 2V 2V 2V 2V Touchline,

More information

SYSTEM ENHANCEMENT MODULE

SYSTEM ENHANCEMENT MODULE SYSTEM ENHANCEMENT MODULE DSC PowerSeries INSTALLATION GUIDE INSTALL WIZARD AVAILABLE AT ALARM.COM/SEMPOWERSERIES OVERVIEW The System Enhancement Module (SEM) can be used with DSC PowerSeries PC1616, PC1832,

More information

User Manual THR842DUK Wireless Digital Thermostat

User Manual THR842DUK Wireless Digital Thermostat User Manual THR842DUK Wireless Digital Thermostat 50051983-001 Rev. A WARNING: This product must be correctly installed and configured to work properly (see pages 12-23). If you are not experienced in

More information

The easier, smarter, heating system

The easier, smarter, heating system The easier, smarter, heating system Wiser Multi-zone heating made easy wiser.draytoncontrols.co.uk smart meet Wiser Introducing Wiser, the beautifully simple multi-zone heating system from Drayton. Easy

More information

IntelliSync Thermostat / Mobile App Frequently Asked Questions

IntelliSync Thermostat / Mobile App Frequently Asked Questions IntelliSync Thermostat / Mobile App Frequently Asked Questions This FAQ page addresses the most common questions on Deriva IntelliSync. Why bother setting a heating and cooling schedule? What is ENERGY

More information

Installation & Operating Instructions

Installation & Operating Instructions FH-RT Wireless Room Thermostat FH-BU Wireless Base Unit Installation & Operating Instructions Specification Base unit (230 V) Order Code: Primary voltage: Secondary voltage: Outputs 1-6: Outputs 7-8: 088H011901

More information

GLOBAL. InstallatIon & operation manual

GLOBAL. InstallatIon & operation manual InstallatIon & operation manual INDEX 1. INTRODUCTION... 5 2. FEATURES AND FUNCTIONS 2.1 Reporting Options... 2.2 Interfaces... 2.3 Programming... 2.4 Indicators and Controls...... 6 6 6 6 6 3. INSTALLATION...

More information

Self powered Thermostatic Radiator Valve, itrv Type MVA 003

Self powered Thermostatic Radiator Valve, itrv Type MVA 003 User Guide Self powered Thermostatic Radiator Valve, itrv Type MVA 003 Dear customer, Thank you for choosing our product. Before starting up the device, please read the entire instructions carefully. Save

More information

MAKING MODERN LIVING POSSIBLE. CP715Si. Electronic 2-Channel Common Timebase Programmer for Heating and Hot Water. User Guide.

MAKING MODERN LIVING POSSIBLE. CP715Si. Electronic 2-Channel Common Timebase Programmer for Heating and Hot Water. User Guide. MAKING MODERN LIVING POSSIBLE CP715Si Electronic 2-Channel Common Timebase Programmer for Heating and Hot Water Danfoss Heating User Guide CP715Si Electronic 2-Channel Common Timebase Programmer for Heating

More information

ELECTRONIC COMMUNICATING THERMOSTAT

ELECTRONIC COMMUNICATING THERMOSTAT O M N I S T A T ELECTRONIC COMMUNICATING THERMOSTAT Installation Manual RC-81 Single Stage Heat/Cool Real Time Pricing System Document Number 13I00-2 January, 1997 Copyright 1997 Home Automation, Inc.

More information

WiFi Hints & Tips. Contents. WiFi Hints and Tips 1. Page No. Section No. Title

WiFi Hints & Tips. Contents. WiFi Hints and Tips 1. Page No. Section No. Title WiFi Hints & Tips Contents Page No. Section No. Title Section.0 System Set-Up 3 Section. Sensor Set-Up 4-5 Section. Sensor Set-Up (Configuring Network) 6-9 Section.3 Sensor Set-Up (Configuring Settings)

More information

RC-90 / RC-90B Single Stage Heat/Cool Thermostat for Zone Control Systems Installation Instructions

RC-90 / RC-90B Single Stage Heat/Cool Thermostat for Zone Control Systems Installation Instructions RC-90 / RC-90B Single Stage Heat/Cool Thermostat for Zone Control Systems Installation Instructions DESCRIPTION The RC-90 is a precision digital thermostat designed for 24 VAC single stage heating and

More information

Thermostat install guide

Thermostat install guide Thermostat install guide 74_Hive Thermostat Install Guide_97mmx97mm_v3.indd 1 23/11/2015 14:0 Install Guide For Hive Active Heating the thermostat, receiver and hub are installed together so heating and

More information

ALARM OUTPUT MODULE. Product #7736

ALARM OUTPUT MODULE. Product #7736 ALARM OUTPUT MODULE The Alarm Output Module (AOM) enables you to use weather station alarms or commands from your computer to automatically start or stop external devices such as indicator lights, audio

More information

RC-112 Two Speed Heat Pump 3 Stage Heat / 2 Stage Cool With Energy Efficient Control

RC-112 Two Speed Heat Pump 3 Stage Heat / 2 Stage Cool With Energy Efficient Control O M N I S T A T ELECTRONIC COMMUNICATING THERMOSTAT Installation Manual RC-112 Two Speed Heat Pump 3 Stage Heat / 2 Stage Cool With Energy Efficient Control Document Number 13I00-5 November, 1997 CONTENTS

More information

Product Guide. Ceiling microwave presence detector DALI / DSI. Microwave Sensor. IR Receiver. Light Level Sensor. Status LEDs.

Product Guide. Ceiling microwave presence detector DALI / DSI. Microwave Sensor. IR Receiver. Light Level Sensor. Status LEDs. MPAD-C-DALI-230V Product Guide Ceiling microwave presence detector DALI / DSI Overview The MPAD-C-DALI-230V microwave presence detector provides automatic control of lighting loads with optional manual

More information

P20. ECL Comfort. User's Guide. Installer's Guide. ECL Comfort P20. User's Guide. Installer's Guide *VI7BD502* *087R8014* *087R8014* *VI7BD502*

P20. ECL Comfort. User's Guide. Installer's Guide. ECL Comfort P20. User's Guide. Installer's Guide *VI7BD502* *087R8014* *087R8014* *VI7BD502* User's Guide VI.7B.D5.02 2005.10 P20 *VI7BD502* *087R8014* www.danfoss.com ECL Comfort User's Guide ECL Comfort Installer's Guide www.danfoss.com *087R8014* *VI7BD502* Boiler controller P20 VI.7B.D5.02

More information

4 in 1 Digital Thermostat Control

4 in 1 Digital Thermostat Control 4 in 1 Digital Thermostat Control Models: VS10W and VS10B INSTALLER / USER MANUAL Contents Contents Box contents Introduction Product Compliance System options overview Installation Parameter Settings

More information

RFID Card Access Control Unit. Operating Instructions

RFID Card Access Control Unit. Operating Instructions RFID Card Access Control Unit Operating Instructions 1 1. Product Specification Item Index Operating Voltage 12VDC+10%; Current 1.2A Lock Relay 12VDC/2A Environmental temperature working:0 C~45 C; storage:-10

More information

PROFESSIONAL S2 SAFE USER GUIDE ELECTRONIC LOCK USER GUIDE.

PROFESSIONAL S2 SAFE USER GUIDE ELECTRONIC LOCK USER GUIDE. USER GUIDE PROFESSIONAL S2 SAFE ELECTRONIC LOCK USER GUIDE www.chubbsafes.com Chubb is owned by Chubb plc and is a registered trademark used under license General Description The lock is operated by a

More information

Appendix 3 Thermostats

Appendix 3 Thermostats Appendix 3 Thermostats This appendix describes how to work with thermostats in HCA and covers these topics: Supported thermostats Creating a thermostat device Thermostat properties Working with thermostats

More information

Ceiling Microwave presence detector - DALI / DSI 12-24V AC/DC. Microwave Sensor. IR Receiver. Light Level Sensor. Status LEDs.

Ceiling Microwave presence detector - DALI / DSI 12-24V AC/DC. Microwave Sensor. IR Receiver. Light Level Sensor. Status LEDs. MWS6-DD-LV Product Guide Ceiling Microwave presence detector - DALI / DSI 12-24V AC/DC Overview The MWS6-DD-LV microwave presence detector provides automatic control of lighting loads with optional manual

More information

CAN bus-based I/O module, CIO relays Mounting Terminals and wiring Commissioning, using the utility software

CAN bus-based I/O module, CIO relays Mounting Terminals and wiring Commissioning, using the utility software INSTALLATION AND COMMISSIONING GUIDE CAN bus-based I/O module, CIO 208 8 relays Mounting Terminals and wiring Commissioning, using the utility software DEIF A/S Frisenborgvej 33 DK-7800 Skive Tel.: +45

More information

Thank you for buying a DEVI product. With this purchase you have obtained a product of the highest quality, designed to give long lasting comfort at

Thank you for buying a DEVI product. With this purchase you have obtained a product of the highest quality, designed to give long lasting comfort at Devireg 550 INT Thank you for buying a DEVI product. With this purchase you have obtained a product of the highest quality, designed to give long lasting comfort at a minimum of environmental impact. 2

More information

Security System. User s Guide for the Text Command Center

Security System. User s Guide for the Text Command Center User s Guide for the Text Command Center MY ALARM COMPANY IS: CALL BEFORE TEST: THIS SECURITY SYSTEM IS CONNECTED TO TELEPHONE NUMBER: THE SECURITY CONTROL PANEL IS CONNECTED TO THE PHONE JACK LOCATED:

More information

HEAT/ COOL/ DEFROST FORD THUNDERBIRD

HEAT/ COOL/ DEFROST FORD THUNDERBIRD specializing in AIR CONDITIONING, PARTS AND SYSTEMS for your classic vehicle PERFECT FIT IN-DASH HEAT/ COOL/ DEFROST 1964-66 FORD THUNDERBIRD CONTROL & OPERATING INSTRUCTIONS The controls on your new Perfect

More information

SYX660 Commissioning Guide V Page 1 of 55

SYX660 Commissioning Guide V Page 1 of 55 Page 1 of 55 Table of Contents 1. INTRODUCTION... 4 1.1 Important Information Regarding Product Safety... 5 1.2 Notes on Disposal... 5 1.3 INPUTS... 6 1.4 ANALOGUE OUTPUTS... 7 1.5 OUTPUTS... 7 1.6 WEB

More information

Pella Insynctive Product Guide

Pella Insynctive Product Guide Pella Insynctive Product Guide Sensor Details and Setup for Compatible Home Automation Systems Bridge Integrated Entry Door Sensor Integrated Patio Door Sensor Integrated Window Sensor Universal Window

More information

MAKING MODERN LIVING POSSIBLE INT INT EFIT 550. User Guide and Installation Manual. Danfoss Heating

MAKING MODERN LIVING POSSIBLE INT INT EFIT 550. User Guide and Installation Manual. Danfoss Heating MAKING MODERN LIVING POSSIBLE EFIT 550 User Guide and Installation Manual Danfoss Heating Thank you for buying a Danfoss product. With this purchase you have obtained a product of the highest quality,

More information

Installation & User Manual V1.1

Installation & User Manual V1.1 Other products from GSD standalone products GSD also offers fully functional standalone door controls for less complex door management. This attractive design, with modern aesthestics, will complement

More information

Table 1. Serie of Digital Room Thermostats.

Table 1. Serie of Digital Room Thermostats. Digital Room Thermostats INSTALLATION MANUAL APPLICATION DR is a serie of Digital Room Thermostats, provides a single stage, temperature control. Table 1 shows all the available models. All models can

More information

Table of Contents. What to Expect with Your Installation. Tools Needed. Mounting Options. Ceiling Bracket. Wiring.

Table of Contents.   What to Expect with Your Installation. Tools Needed. Mounting Options. Ceiling Bracket. Wiring. www.hunterfan.com Table of Contents What to Expect with Your Installation Congratulations on purchasing your new Hunter ceiling fan! It will provide comfort and performance in your home or office for many

More information

OWNER S MANUAL. R 410A Ductless Split System Air Conditioner and Heat Pump

OWNER S MANUAL. R 410A Ductless Split System Air Conditioner and Heat Pump R 410A Ductless Split System Air Conditioner and Heat Pump Models DLC4(A/H) Outdoor Unit, DLF4(A/H) Indoor Unit Sizes 9K, 12K, 18K, 24K, 30K and 36K Please read the operating instructions and safety precautions

More information

GJD OPAL RFX WIRELESS 35 METRE EXTERNAL PIR INSTALLATION MANUAL

GJD OPAL RFX WIRELESS 35 METRE EXTERNAL PIR INSTALLATION MANUAL GJD OPAL RFX WIRELESS 35 METRE EXTERNAL PIR INSTALLATION MANUAL A WIRELESS PASSIVE INFRARED DETECTOR AND THREE CHANNEL RECEIVER THAT SIMULTANEOUSLY OR INDIVIDUALLY CONTROLS CCTV SWITCHERS, VIDEO RECORDERS

More information

Watts Under Floor Multi-zone Controller User Manual

Watts Under Floor Multi-zone Controller User Manual Watts Under Floor Multi-zone Controller User Manual Master unit RF Timer The digital wall thermostat can also use a floor temperature sensor to control minimum and maximum floor temperature, as well as

More information

Wireless Occupancy Sensor, Ceiling Mount (WOS2-CM)

Wireless Occupancy Sensor, Ceiling Mount (WOS2-CM) 21233 Wireless Occupancy Sensor, Ceiling Mount Installation Instructions The Daintree Networks ceiling mounted Wireless Occupancy Sensor operates seamlessly within the ControlScope Manager (CSM), the Daintree

More information

Wireless Occupancy Sensor, Wall Mount with Photosensor (WOS2-WM)

Wireless Occupancy Sensor, Wall Mount with Photosensor (WOS2-WM) Installation Instructions The Daintree wall mounted Wireless Occupancy Sensor (WOS2-WM) operates seamlessly within the Daintree wireless lighting control platform. The WOS2-WM is a battery-powered occupancy

More information

TV2 Room Pressure Monitor Quick Start Guide

TV2 Room Pressure Monitor Quick Start Guide TV2 Room Pressure Monitor Quick Start Guide 1. The Care and Use guide for your TV2 Room Pressure Monitor can be downloaded here: www.e2di.com/usersguides.html Please print out the Users Guide. Although

More information

User & Installer Manual SMT-400 "Enterprise" Wi-Fi Thermostat

User & Installer Manual SMT-400 Enterprise Wi-Fi Thermostat User & Installer Manual SMT-400 "Enterprise" Wi-Fi Thermostat Ver 1.01 May 2018 Great care has been taken in the preparation of this manual. Smart Temp Australia P/L takes no responsibility for errors

More information

Mounting instruction and operating manual

Mounting instruction and operating manual Mounting instruction and operating manual Radiator Thermostat UK p. 2 HmIP-eTRV-2-UK Package contents Quantity Description 1 Homematic IP Radiator Thermostat UK 3 Adapters Danfoss (RA, RAV and RAVL) 1

More information