Domoticz Open Source Home Automation System
|
|
|
- Preston Stokes
- 10 years ago
- Views:
Transcription
1 Domoticz Open Source Home Automation System Manual date: February 2015 Author: Robbert E. Peters
2 Table of Contents Introduction... 5 System Requirements... 5 Hardware... 6 Installation... 7 Raspberry Pi... 7 Windows Users... 7 Usage... 7 Navigation... 7 Command Line parameters... 8 Unix Starup Script... 9 Hardware Setup Setting up a USB device Setting up a LAN device Sharing Devices Domoticz Remote Server Application Settings Location Setup Notification Setup Light/Switch History Short Log History Dashboard Mode Website Protection Resetting the Website Username/Password Security Panel Remote Sharing Software Updates Enabling/Disabling Tabs/Menus Setup Meter/Counter Setup Wind Meter OWL 113 display mode RFX/Meter Dividers Other Settings Devices
3 Temperature Log Edit Replace Notifications Weather Log Utility Labels Lights/Switches Adding a Light/Switch by Auto Learning Adding a Light/Switch Manually Sub/Slave Devices What is a Sub/Slave Device Example 1 (Outdoor Light) Setup Example 2 (Floor Lights) Setup EnOcean Notifications Setting up the Notification System Replacing Batteries Special Hardware Setup S0 Pulse Meters SolarEdge SMASpot Custom Icons icons.txt Icon_File_Base Icon Sizes Browser Cache Chrome Firefox Internet Explorer Editing HTML pages Receiver improvements IPhone / IPad
4 Participation Thanks
5 Introduction Domoticz is a Home Automation system design to control various devices and receive input from various sensors. For example this system can be used with: - Light switches - Door sensors - Doorbells - Security devices - Weather sensors like: UV/Rain/Wind Meters - Temperature Sensors - Pulse Meters - Voltage / AD Meters - And more System Requirements This system is designed to run on most common hardware, this includes: - Raspberry Pi (Model B/2 advised) - Cubieboard/Cubietruck - Unix - Apple - Windows 256MB memory recommended, 200MB free hard disk space, Firefox/Chrome/Safari browser. A screen resolution SXGA = 1280x1024 or higher is recommended. If you want to use Internet Explorer, you need version 10+. Most information can be found on the Domoticz wiki ( 5
6 Hardware There are various hardware components that the system can use. Some are specifically made for the Raspberry Pi. RF 433Mhz - RFXCOM RFXtrx433, 1 RF Z-Wave - Razberry Z-Way 1 RF Z-Wave OpenZWave, Aeon ZStick 1 P1 Smart Meter (serial) 2 YouLess Energy Meter TE923 Weather Station (Hideki weather station like IROX Pro X, Mebus TE923 or TFA Nexus) 3 Davis Vantage Weather Station (with USB connector) Eco Devices Rego 6XX (serial) Voltcraft CO-20 Air Quality meter Quality-Sensor 1-Wire (OWFS, or direct on the Raspberry Pi) Philips Hue AppLamp/Limitless Forecast.io Weather Underground GPIO ICY Thermostat (Essent) Logitech Harmoney Hub Meteostick Mochad Opentherm Gateway Teleinfo Toon Thermostat BMP085 I2C Temp+Baro sensor Weather Underground (If you do not want to own your own weather station) PiFace Raspberry Pi IO Expansion board S0 Pulse Meter 2 EnOcean (At the moment only with Protocol version2, FAM-USB stick) SolarEdge single phase inverters with TCP (aka SE5000) SBFSport (SMASpot) (SMA inverter over bluetooth or Speedwire) Meteostick ( (Davis weathers station readout) 1 Consult the hardware manufactures website for supported devices. 2 Prefabbed cables available at 3 Only supported under Unix at the moment 6
7 Installation Please consult the wiki pages for details. Raspberry Pi The easiest way to get started is to download the SD Card image from sourceforge. Unix/Linux/Raspberry Pi/. See the Install.txt file for installation/compile instructions. Windows Users An installer is provided for easy installation. When updating the software, do not uninstall, just reinstall, or the central database is deleted! When the application is started under Windows, a system tray popup message will display the port used to connect to: Usage The core application runs at the background, and has a web-based user interface. The default port of the web interface is For a local setup you can connect to To access the system from a remote location, consult your router manual to forwarding/nat a port to your system. Navigation Navigation is done by pressing the tabs at the top of the webpage. Most tabs are automatically refreshed every 10 seconds. (Except Devices/Hardware/Setup) 7
8 Command Line parameters The following command line parameters are available: -www port (for example -www 8080) -sslwww port (secure web port, for example -sslwww 443) -dbase file_path (for example D:\domoticz.db or /opt/domoticz/domoticz.db) -verbose x (where x=0 is none, x=1 is debug) -startupdelay seconds (default=0) -nowwwpwd (in case you forgot the webserver username/password) -nobrowser (do not start web browser) (Windows Only) -log file_path (for example D:\domoticz.log) -loglevel (0=All, 1=Status+Error, 2=Error) -nocache (do not cache HTML pages (for editing) -daemon (run as background daemon) (Unix Only) -syslog (use syslog as log output) (Unix Only) If Domoticz is compiled with SSL support: -sslwww port (for example -sslwww 443) -sslcert file_path (for example D:\server_cert.pem or /opt/domoticz/server_cert.pem) If no sslcert parameter is provided, Domoticz will use server_cert.pem from its installation folder 8
9 Unix Starup Script To start Domoticz automatically when the system starts perform the following steps: sudo cp domoticz.sh /etc/init.d sudo chmod +x /etc/init.d/domoticz.sh sudo update-rc.d domoticz.sh defaults Edit the startup script and change the USERNAME, DAEMON and DAEMON_ARGS parameters to reflect your current settings sudo vi /etc/init.d/domoticz.sh USERNAME=pi DAEMON=/home/$USERNAME/domoticz/$NAME DAEMON_ARGS="-daemon -www 8080 sslwww 443" If you want to use another web interface port change: DAEMON_ARGS="-daemon -www 8080 sslwww 443" Test Domoticz./domoticz Start Domoticz sudo service domoticz.sh start Stop Domoticz sudo service domoticz.sh stop Check if Domoticz is running sudo service domoticz.sh status 9
10 Hardware Setup Before you can use the application to control devices you must setup the communication hardware device(s). Setting up a USB device First make sure the device is recognized in the system. Domoticz automatically detects the USB port. Setting up a LAN device First make sure you know the IP address and port of the device. 10
11 Sharing Devices It is possible to share your (Domoticz) sensors with your friends. For instance you can share your Rain Meter, but also lights/switches that other people can control. For this, you need to enter an Administrator username/password in the application settings. Then you can add users and assign sensors/switches to this user. Consult the documentation of the router on how to setup a Firewall/NAT/Forward rule. Domoticz Remote Server To receive sensors from other people, you have to add a Domoticz Remote Server hardware device, specify the IP Address/Port of the remote Domoticz server, and username and password. By pressing the ADD button, the hardware is added to the system and will automatically start. You can see a debug console (windows) by pressing the right mouse button on the Domoticz icon in the system tray. 11
12 Application Settings There are various application settings. For control of Light/Switches based on Sun Set /Sunrise timings, it is important to setup your location. Location Setup To setup your location click on the Setup tab, and enter the Latitude/Longitude parameters. If you do not know these parameters, press the Here link and enter your address: When pressing OK the parameters are accepted by the application. Press the SAVE button to store the settings. 12
13 Notification Setup Notifications can be send for example when a switch is pushed, electricity usage is too high, temperature to high and for many more options. The following systems are supported: Prowl and NMA Light/Switch History With this parameter you can specify the amount of Log days that a Light/Switch will hold. Short Log History Every meter/sensor data will be logged each 5 minutes. By default 1 day of 5 minute logs will be kept. It is possible to enlarge this window to 7 days, but keep in mind this will cost more hard disk space, and when working remotely there is more data to transfer resulting in a slower response. Dashboard Mode The default page (dashboard) supports several layout modes: - Normal - Compact - Floorplan - Mobile* *On mobile devices (iphone/ipad/android/ ) the layout is always Mobile 13
14 Website Protection By default no username/password is needed to access Domoticz via the web browser. If you wish to protect Domoticz (for instance if you have shared the port to the outside world), you can specify the Username/Password that needs to be entered to access the system. It is also possible to specify the Local Networks that does not have to enter a Username/Password. Resetting the Website Username/Password To reset the website username/password incase this is lost there are two options. - Specify nowwwpwd as command line argument - Place a file labeled resetpwd inside the root Domoticz installation folder. Each minute the existence of this file is checked, and if found the Username/Password is reset and the file is removed. Security Panel The system has a security panel to specify if you are home/home-armed/away You can use this as an alarm system Remote Sharing If you wish to share your sensors to other users, you can specify the remote port that Domoticz will listen on for remote connections. Consult your router for setting up a firewall/nat rule to this port. 14
15 Software Updates The Domoticz system can be updated (Raspberry Pi) via the web interface. There are two options: - Stable versions (recommended) - Beta versions (developer versions) Enabling/Disabling Tabs/Menus With this setting you can hide certain tabs you do not wish to see. For example if you do not own utility devices you can hide this tab. Setup If you enter your details here, you can receive notifications/web cam screenshots and more. 15
16 Meter/Counter Setup Wind Meter Wind meter notation (m/s, km/h, mph or knots) OWL 113 display mode By default the OWL 113 is displaying the Current in Amperes. It is possible to display this in Energy (Watt). For this you need to supply the normal housing voltage. RFX/Meter Dividers Some utility devices might use another basic scale for their meter (turns/minute for example). << These are the default settings. It is also possible to enter the costs for Energy, Gas and Water here. These values will be used when displaying reports. Other Settings 16
17 Devices Once the application is running it will collect all devices found/received and begin logging the messages. Devices can be Added/Removed from this tab. Light devices can also be added to the system from the Lights/Switches tab. To Add temperature/weather sensors press the add button, and enter a name. You will now find them in their respective tabs. 17
18 Temperature The temperature tab includes all sensors that have a temperature sensor. A temperature sensor can also include a Humidity sensor. Each item has the following options: - Favorite push icon (to display this device on the Dashboard tab) - Log (Displays the log) - Edit (Edit device parameters) - Notifications (see Notification chapter) By Dragging/Dropping the sensor items, you can change the position of the devices in the window. 18
19 Log By pressing the log button you can see the log of the sensor. It is possible to zoom in/out. By pressing the BACK button you return to the overview. 19
20 Edit In this dialog you can rename the device, remove, or replace it. Replace Some devices change their unique ID when a new battery is installed. To replace the old sensor data to the new device act as follow: First, add the new device to the system, and call it for example New UV Meter. Next press the Edit button on the Old device, select replace and select the new Device. (In this case the devices called New UV Meter. Next press OK. Now you can rename the new device back to UV Meter. 20
21 Notifications Each device has different notifications (depending on the hardware options). For example, in the above screenshot, you want to be notified if the temperature drops below -2 degrees. See the Notification chapter for more details. 21
22 Weather The weather tab includes all sensors that are related to weather... A weather sensor can be: - Rain Meter - Wind Meter - UV Meter - Barometer Each item has the following options: - Favorite push icon (to display this device on the Dashboard tab) - Log (Displays the log) - Edit (Edit device parameters) - Notifications (see Notification chapter) By Dragging/Dropping the sensor items, you can change the position of the devices in the window. 22
23 Log Rain 23
24 Utility The utility tab includes Meter Sensors (Energy / Gas / P1 / YouLess / Voltage / AD / Air Quality / ) Each item has the following options: - Favorite push icon (to display this device on the Dashboard tab) - Log (Displays the log) - Edit (Edit device parameters) - Notifications (see Notification chapter) By Dragging/Dropping the sensor items, you can change the position of the devices in the window. Labels When using the dashboard in compact or mobile mode, there is limited room for the current status. Therefor the following labels apply: R = Return T = Today U = Usage A = Actual 24
25 Lights/Switches The lights/switches tab includes devices like: - Light Switches - Door sensors - Blinds - Doorbells - Security - Sirens - This chapter can be the most difficult part to setup. (Depending on your needs) Each item has the following options: - Status icon that can be push to toggle on/off status (depending on the hardware) - Favorite push icon (to display this device on the Dashboard tab) - Log (Displays the log) - Edit (Edit device parameters, and Sub/Slave Devices) - Notifications (see Notification chapter) By Dragging/Dropping the sensor items, you can change the position of the devices in the window. Lights and Switches can be added by: - Auto Learning - Manual Setup - From the devices tab 25
26 Adding a Light/Switch by Auto Learning By pressing the Learn Light/Switch button you have 5 seconds to press the remote/switch/sensor. If this time is too short you should position yourself nearer the remote/switch/sensor by using a portable computer such as Tablet or Smartphone Once you press the button the following screen is presented: For the switch type there are various options to choose from: - On/Off (a normal switch/remote button) - Doorbell - Contact (like a door sensor) - Blinds - X10 Siren device - Motion Sensor - Normally you setup a new light as a Main device, but it can also be a Sub/Slave device. More about Sub/Slave devices later. 26
27 Adding a Light/Switch Manually If you know the switch brand/type/address it is also possible to enter the parameters by hand. It is also possible to create a new virtual device that can control a light without having to buy a remote/switch. 27
28 Sub/Slave Devices (One of the most difficult chapters) What is a Sub/Slave Device Most Lights can be controlled from up to 6 remotes. See the following two examples: Example 1 (Outdoor Light) Imagine you have an outdoor light that is controlled by a switch (*a) from inside the house. It is possible to buy small remote controllers (*b) for on a keychain. When you also want to control the outside light from this small remote, the small remote (*b) is a Sub/Slave device from the main switch (*a). Example 2 (Floor Lights) Imagine you have a house with two floors, each floor has its own switch (*a, first floor) and (*b, second floor). Downstairs next to your exit door you have a switch (*c) to turn ON / OFF ALL the lights. In this case the switch (*c) is a Sub/Slave device for switch (*a, first floor) and (*b, second floor) Consult your hardware manual on how to setup two/multiple switches for one light. Example 1 (Outdoor Light) Setup First you add the normal in-house switch (*a) like adding a normal Main light/switch as shown above: 28
29 Next we are going to add the keychain remote (*b), but instead of choosing to set it up as Main device, we are selecting Sub/Slave device: When selecting Sub/Slave Device, a new option will become visible, and here we select the Main device, in this case the Outdoor Light. Example 2 (Floor Lights) Setup First you add the two floor lights (*a) and (*b) like adding a normal Main light/switch as shown above: Next we are going to add the downstairs switch (*c) that can turn ON / OFF both floor lights. 29
30 Remember to select Sub/Slave Device: Select the First Floor Light (*a) as the Main device. Now that we have added the Downstairs Light we can also make this a Sub/Slave device for another Main Device. To at the Downstairs Light as a Sub/Slave device for the Second Floor Light (*b) press the Edit button: From the Sub/Slave devices select the Downstairs Light (*c) and press ADD. Now this Sub/Slave device is also assigned to this device. 30
31 *Note: When adding a Sub/Slave device, this will not be visible in the Lights tab by default. You see this device in the Edit screen from the device you added it too. If you also want to control or see the Sub/Slave device, you will have to add this device again, and set it up as Main device. EnOcean Please note that the EnOcean hardware can only transmit with its own DeviceID. This means it will receive the real switches, but it cannot control these directly. For EnOcean it is therefore needed that you manually create switches (up to 128), and learn both the real switch And a Domoticz manual switch to the actual dimmer device. Set the real switch as Sub/Slave of the Domoticz switch. 31
32 Notifications What are Notifications? Notifications can be used when you want to know if a switch is pressed (for example a doorbell), or when a temperature is below/above a certain degree, or when you power usage is above xxx Watt, etc. Each device has different parameters for notifications, a switch might have an On/Off state, a temperature device might have a temperature/humidity and a wind meter might have wind force/speed/chill Setting up the Notification System Notifications are sent via the Prowl (iphone) or NMA (Android) system. You need to create a (free) account for one/all of the above systems. Then the API key has to be specified in the Settings tab: If you use one of the above systems, you need to download the client on your mobile/tablet device. The price of the client is around 3 dollars. (On most devices, buy one time, use on all your devices) 32
33 Replacing Batteries Some devices change their unique ID when a new battery is installed. To replace the old sensor data to the new device act as follow: First, add the new device to the system, and call it for example New UV Meter. Next press the Edit button on the Old device, select replace and select the new Device. (In this case the devices called New UV Meter. Next press OK. Now you can rename the new device back to UV Meter. Special Hardware Setup S0 Pulse Meters At this moment Domoticz supports meters with two or five inputs that can be bought from: Once added to the hardware setup you can specify the serial baud rate for the device. Two inputs = 9600 Five inputs = Most other hardware setup related questions can be found our Wiki page SolarEdge You need to configure your solaredge so it connects to Domoticz (port 22222), Domoticz will connect to the solaredge website and continue to transfer your statistics SMASpot In the hardware setup you have to enter the full path the the SMASpot configuration path, for example: /home/pi/smaspot/bin/release/smaspot.cfg 33
34 Custom Icons It is possible to upload/use custom icons for On/Off switches. This requires a ZIP file with the following contents: - icons.txt - icon files You can find this option under the Settings->More menu icons.txt This is the file describing one or more icon. The contents is a ; delimited line with: Icon_File_Base;Title;Description Icon_File_Base This is the base filename for the icons in the ZIP file, for example: LED;My Led Ttitle;My Super Description The contents of the ZIP file should now be: - icons.txt - LED.png - LED48_On.png - LED48_Off.pnt Icon Sizes LED.png (16x16 pixels) LED48_On.png (48x48 pixels) LED48_Off.pnt (48x48 pixels) It is possible to have multiple lines in the icons.txt file NOTE: It is important that you use a Unique BASE filename else the upload process will return an error. 34
35 Browser Cache The web frontend is set to be cached. This will speed up the application launch time, and is perfect if you create a shortcut on the home screen of an iphone/ipad/. If for some reason, the page does not load correctly in Firefox / Chrome, clear this cache. Chrome From inside the Chrome browser browse to the following URL: chrome://appcache-internals/ You will now see all web applications that are cached. Find the Domoticz cache and press Remove. Firefox From the options page, go to the Advanced page. At the bottom you will see all web applications that are cached. Select the Domoticz application, and press Remove. Internet Explorer 10+ From the options page, go to General, Under Browser History select settings, then select the Caches and databases tab. Select the Domoticz application, and press Delete. Editing HTML pages If you want to edit the HTML pages, you have to specify the command line option -nocache otherwise changes are not being reloaded Receiver improvements Another antenna is officially not allowed because the RFXtrx is certified with the supplied antenna. But to increase the receiving range you can connect (for example) a Conrad 433MHz ground plane, however this will also increase the radiated transmit power which is illegal! (If you are not licensed to it.) The following adapter can be used for SMA- to BNC: The location of the sensor and the RFXCOM is also important if the RF signal has to pass through walls. See chapter 2.4 in the RFXtrx User Guide It is expected that RF interference is happening if sensor signals disappear for several hours. RF interference will also occur if sensors of the same type are configured to the same channel. If sensors disappear for a longer period the source of the problem can be another transmitter that is transmitting continuously or with short intervals. 35
36 If X10 MS13 sensors are in use check the battery in this sensor because when the battery becomes almost empty the MS13 starts transmitting a weak continuous RF signal but just enough to disturb the sensitive RFXCOM receiving. IPhone / IPad If you browse on your iphone/ipad to the Domoticz site (for example and add a shortcut to the home screen, the application will launch 90% faster, and works as a stand-alone application. It is best to add a shortcut for internal and external use. (Internal = from inside your house, External = from outside your house). For external usage, you need to add a firewall rule in your router. Sharing USB Devices over LAN If you would like to share USB devices via TCP/IP you can use the applications Ser2Net or Socat. Participation We always welcome talented C++/HTML5/JQuery developers. If you think you want to help, please contact us at [email protected] Thanks Thanks go out to all people that have helped during development and testing. 36
Domoticz. Open Source Home Automation System. Manual date: March 2013. Author: Robbert E. Peters Email: [email protected]
Domoticz Open Source Home Automation System Manual date: March 2013 Author: Robbert E. Peters Email: [email protected] Table of Contents Introduction... 4 System Requirements... 4 Installation... 5 Unix/Linux/Raspberry
SmartSync Monitor Help
1.0 (Build 15) 2 Table of Contents Foreword 0 Part I Welcome to SmartSync Monitor 3 Part II Getting Started 4 1 Copyright... 4 2 System... requirements and installation 4 3 Uninstalling... 5 6 Part III
POPP Hub Gateway. Manual
POPP Hub Gateway Manual 008900 POPP Hub Gateway Manual Quick Start... 2 Hardware... 2 Smart Home User Interface... 2 Applications (Apps) realize the intelligence of your Smart Home... 3 Functions of the
Desktop Surveillance Help
Desktop Surveillance Help Table of Contents About... 9 What s New... 10 System Requirements... 11 Updating from Desktop Surveillance 2.6 to Desktop Surveillance 3.2... 13 Program Structure... 14 Getting
Ekran System Help File
Ekran System Help File Table of Contents About... 9 What s New... 10 System Requirements... 11 Updating Ekran to version 4.1... 13 Program Structure... 14 Getting Started... 15 Deployment Process... 15
ReadyNAS Remote. User Manual. June 2013 202-11078-03. 350 East Plumeria Drive San Jose, CA 95134 USA
User Manual June 2013 202-11078-03 350 East Plumeria Drive San Jose, CA 95134 USA Support Thank you for selecting this NETGEAR product. After installing your device, locate the serial number on the label
User s Manual. Management Software for ATS
ATS Monitor User s Manual Management Software for ATS Table of Contents 1. ATS Monitor Overview... 2 2. ATS Monitor Install and Uninstall... 2 2.1. System Requirement... 2 2.2. Software Install... 2 2.3.
ViewPower. User s Manual. Management Software for Uninterruptible Power Supply Systems
ViewPower User s Manual Management Software for Uninterruptible Power Supply Systems Table of Contents 1. ViewPower Overview... 2 1.1. Introduction...2 1.2. Structure...2 1.3. Applications...2 1.4. Features...2
Gauge Drawing Tool... 8. Slider Drawing Tool... 8. Toggle Button Drawing Tool... 8. One-Way List Drawing Tool... 8
v. 20120510 Table of Contents RTiPanel Overview and Requirements... 3 Software Requirements:... 3 Hardware Requirements:... 3 Network Requirements:... 3 Licensing Requirements:... 4 Basic Integration Designer
Ethernet Radio Configuration Guide
Ethernet Radio Configuration Guide for Gateway, Endpoint, and Repeater Radio Units April 20, 2015 Customer Service 1-866-294-5847 Baseline Inc. www.baselinesystems.com Phone 208-323-1634 FAX 208-323-1834
Option nv, Gaston Geenslaan 14, B-3001 Leuven Tel +32 16 317 411 Fax +32 16 207 164 http://www.option.com Page 1 of 14
Page 1 of 14 ! " #!"#$ % &&' Page 2 of 14 1 INTRODUCTION One of the highly desirable features of the GlobeSurfer III device is the ability to network together Printers and External Hard Disk drives (aka
Sharp Remote Device Manager (SRDM) Server Software Setup Guide
Sharp Remote Device Manager (SRDM) Server Software Setup Guide This Guide explains how to install the software which is required in order to use Sharp Remote Device Manager (SRDM). SRDM is a web-based
Z-Way Home Automation User Interface Documentation. (c) Z-Wave.Me Team, based on Version 2.0
Z-Way Home Automation User Interface Documentation (c) Z-Wave.Me Team, based on Version 2.0 2 Contents 1 The Z-Way HA User Manual 5 1.1 Widgets......................................... 6 1.2 Notifications......................................
NAS 242 Using AiMaster on Your Mobile Devices
NAS 242 Using AiMaster on Your Mobile Devices Learn to use AiMaster on your mobile devices A S U S T O R C O L L E G E COURSE OBJECTIVES Upon completion of this course you should be able to: 1. Use AiMaster
Technology Services Group Procedures. IH Anywhere guide. 0 P a g e
VDI Pilot Technology Services Group Procedures IH Anywhere guide 0 P a g e Installation Disable Apple Security Table of Contents IH Anywhere for Apple OSX (MAC)... 2 1. Installation... 2 Disable Apple
Ultra Thin Client TC-401 TC-402. Users s Guide
Ultra Thin Client TC-401 TC-402 Users s Guide CONTENT 1. OVERVIEW... 3 1.1 HARDWARE SPECIFICATION... 3 1.2 SOFTWARE OVERVIEW... 4 1.3 HARDWARE OVERVIEW...5 1.4 NETWORK CONNECTION... 7 2. INSTALLING THE
Getting Started. Getting Started with Time Warner Cable Business Class. Voice Manager. A Guide for Administrators and Users
Getting Started Getting Started with Time Warner Cable Business Class Voice Manager A Guide for Administrators and Users Table of Contents Table of Contents... 2 How to Use This Guide... 3 Administrators...
EasyMP Monitor Operation Guide Ver.4.53
EasyMP Monitor Operation Guide Ver.4.53 2 Notations Used in This Guide The following table shows the symbols used in this manual, along with descriptions of what they mean. q s Indicates additional information
WeatherLink for Alarm Output. Introduction. Hardware Installation and Requirements. Addendum
WeatherLink for Alarm Output Addendum Introduction This Streaming Data Logger is designed to provide an electrical interface between a Vantage Pro2, Vantage Vue, or Vantage Pro weather station console
Important. Please read this User s Manual carefully to familiarize yourself with safe and effective usage.
Important Please read this User s Manual carefully to familiarize yourself with safe and effective usage. About This Manual This manual describes how to install and configure RadiNET Pro Gateway and RadiCS
With the purchase of ONSSI NetDVMS you have chosen an extremely powerful and intelligent surveillance solution.
Dear ONSSI Customer, With the purchase of ONSSI NetDVMS you have chosen an extremely powerful and intelligent surveillance solution. This Getting Started Administrator Guide will explain how to install
Sophos Mobile Control Installation guide. Product version: 3.5
Sophos Mobile Control Installation guide Product version: 3.5 Document date: July 2013 Contents 1 Introduction...3 2 The Sophos Mobile Control server...4 3 Set up Sophos Mobile Control...10 4 External
For keyboard and touchscreen BlackBerry devices User manual
TSMobiles Terminal Service client for Mobiles For keyboard and touchscreen BlackBerry devices User manual Introduction... 3 System Requirements... 3 1. Configuring Remote Desktop on computer... 4 2. Installation...
DOMUSBOX. User guide. Index
DOMUSBOX User guide Index Introduction... 2 1. Installing SEAV DOMUS... 4 1.1 Activating DomusBox... 4 1.2Drawing the environments in DomusWeb... 5 1.3Connecting DomusBox to the devices...9 1.4Configuration
NETGEAR genie Apps. User Manual. 350 East Plumeria Drive San Jose, CA 95134 USA. August 2012 202-10933-04 v1.0
User Manual 350 East Plumeria Drive San Jose, CA 95134 USA August 2012 202-10933-04 v1.0 Support Thank you for choosing NETGEAR. To register your product, get the latest product updates, get support online,
Quick Start Guide For Vera Small Business Solution
Quick Start Guide For Vera Small Business Solution Congratulations on Your Purchase of the Vera Small Business Solution You ve taken the first step to begin enjoying the ease, convenience, energy savings
Home Station ADSL. You may also use the following address (regardless of whether you have changed the primary address or not):
TABLE OF CONTENTS 1 Introduction 1 2 User interface overview 2 3 LAN and WLAN settings 8 4 Setting the Internet connection 11 5 Settings and status of devices connected to your router 13 6 Configure applications
Media Server Installation & Administration Guide
Media Server Installation & Administration Guide Smarter Surveillance for a Safer World On-Net Surveillance Systems, Inc. One Blue Hill Plaza, 7 th Floor, PO Box 1555 Pearl River, NY 10965 Phone: (845)
DIGICLIENT 8.0 Remote Agent Software
DIGICLIENT 8.0 Remote Agent Software MODEL: D17800 Series Instruction Manual English Version 1.0 Copyright 2007 Digimerge Technologies Inc Table of Contents Table of Contents About the DigiClient 8.0...
SecuraLive ULTIMATE SECURITY
SecuraLive ULTIMATE SECURITY Home Edition for Windows USER GUIDE SecuraLive ULTIMATE SECURITY USER MANUAL Introduction: Welcome to SecuraLive Ultimate Security Home Edition. SecuraLive Ultimate Security
How to Program a Commander or Scout to Connect to Pilot Software
How to Program a Commander or Scout to Connect to Pilot Software Commander and Scout are monitoring and control products that can transfer physical environmental conditions and alarm sensor electrical
EM6230 e-camview HD outdoor IP camera
EM6230 e-camview HD outdoor IP camera 2 ENGLISH EM6230 e-camview HD outdoor IP camera Table of contents 1.0 Introduction... 3 1.1 Packing contents... 3 1.2 Requirements to access the camera.... 3 1.3 Major
NVMS-1200. User Manual
NVMS-1200 User Manual Contents 1 Software Introduction... 1 1.1 Summary... 1 1.2 Install and Uninstall... 1 1.2.1 Install the Software... 1 2 Login Software... 3 2.1 Login... 3 2.2 Control Panel Instruction...
ThinPoint Quick Start Guide
ThinPoint Quick Start Guide 2 ThinPoint Quick Start Guide Table of Contents Part 1 Introduction 3 Part 2 ThinPoint Windows Host Installation 3 1 Compatibility... list 3 2 Pre-requisites... 3 3 Installation...
OPERATION MANUAL. MV-410RGB Layout Editor. Version 2.1- higher
OPERATION MANUAL MV-410RGB Layout Editor Version 2.1- higher Table of Contents 1. Setup... 1 1-1. Overview... 1 1-2. System Requirements... 1 1-3. Operation Flow... 1 1-4. Installing MV-410RGB Layout
MultiSite Manager. Setup Guide
MultiSite Manager Setup Guide Contents 1. Introduction... 2 How MultiSite Manager works... 2 How MultiSite Manager is implemented... 2 2. MultiSite Manager requirements... 3 Operating System requirements...
LOREX CLIENT Remote Software 4.0
LOREX CLIENT Remote Software 4.0 Instruction Manual English Version 2.0 MODEL: L20WD800 Series www.lorexcctv.com Copyright 2008 LOREX Technology Inc. Table of Contents Table of Contents Software Installation...
smart-house Web-Server Manual smart-house Web-Server Manual Version 1.03
smart-house Web-Server Manual Version 1.03 CARLO GAVAZZI HANDEL A/S, Over Hadstenvej 42, DK-8370 Hadsten, Danmark Tlf. 89 60 61 00, Fax 86 98 15 30, Reg.nr. 65 206 Internet: http://www.carlogavazzi.com/ac/dk
This document is intended to make you familiar with the ServersCheck Monitoring Appliance
ServersCheck Monitoring Appliance Quick Overview This document is intended to make you familiar with the ServersCheck Monitoring Appliance Although it is possible, we highly recommend not to install other
Installation Guide for Pulse on Windows Server 2008R2
MadCap Software Installation Guide for Pulse on Windows Server 2008R2 Pulse Copyright 2014 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software
Qsync Install Qsync utility Login the NAS The address is 192.168.1.210:8080 bfsteelinc.info:8080
Qsync Qsync is a cloud based file synchronization service empowered by QNAP Turbo NAS. Simply add files to your local Qsync folder, and they will be available on your Turbo NAS and all its connected devices.
EasyMP Monitor Operation Guide Ver.4.40
EasyMP Monitor Operation Guide Ver.4.40 2 Notations Used in This Guide The following table shows the symbols used in this manual, along with descriptions of what they mean. Caution q s Indicates procedures
TREND series H.264 DVR Central Management System Quick User Guide
TREND series H.264 DVR Central Management System Quick User Guide Table of Contents 1. Introduction... 2 2. Install CMS/NVMS Software... 3 3. Create DVR Device... 9 3.1 Add DVR to CMS... 9 3.2 DVR Automatically
PART 1 CONFIGURATION 1.1 Installing Dashboard Software Dashboardxxx.exe Administration Rights Prerequisite Wizard
Omega Dashboard 1 PART 1 CONFIGURATION 1.1 Installing Dashboard Software Find the Dashboardxxx.exe in the accompanying CD or on the web. Double click that to install it. The setup process is typical to
SYSTEM COMPONENTS. Gateway. Sensors. Repeater. 1-701-475-2361 1-888-475-2361 www.bekspyder.com. Figure 1
Welcome to BEK SpyderProtect! This quick start guide is designed to give you a basic overview of the system, and help you get the most out of your home automation, monitoring, and alerts experience. For
X10 Webinterface User Quick Guide(ver0.9.2 Beta)
X10 Webinterface User Quick Guide(ver0.9.2 Beta) NOTE 1 : Please make sure that the firmware version installed in your X10 should be R1663 or higher version(in future) for Webinterface proper working.
Sophos Mobile Control Startup guide. Product version: 3
Sophos Mobile Control Startup guide Product version: 3 Document date: January 2013 Contents 1 About this guide...3 2 What are the key steps?...5 3 Log in as a super administrator...6 4 Activate Sophos
TFA. KlimaLogg Pro. User Manual. Revision: 0.1
TFA KlimaLogg Pro User Manual Revision: 0.1 Table of Contents Overview... 2 Getting Started... 2 Setting up the KlimaLogg Pro device... 2 Installing the USB-Stick... 2 Installation... 2 System Requirements...
Installation Guide for Pulse on Windows Server 2012
MadCap Software Installation Guide for Pulse on Windows Server 2012 Pulse Copyright 2014 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software
How To Set Up A Backupassist For An Raspberry Netbook With A Data Host On A Nsync Server On A Usb 2 (Qnap) On A Netbook (Qnet) On An Usb 2 On A Cdnap (
WHITEPAPER BackupAssist Version 5.1 www.backupassist.com Cortex I.T. Labs 2001-2008 2 Contents Introduction... 3 Hardware Setup Instructions... 3 QNAP TS-409... 3 Netgear ReadyNas NV+... 5 Drobo rev1...
Store & Share Quick Start
Store & Share Quick Start What is Store & Share? Store & Share is a service that allows you to upload all of your content (documents, music, video, executable files) into a centralized cloud storage. You
Sophos Mobile Control Installation guide. Product version: 3
Sophos Mobile Control Installation guide Product version: 3 Document date: January 2013 Contents 1 Introduction...3 2 The Sophos Mobile Control server...4 3 Set up Sophos Mobile Control...16 4 External
Amcrest 960H DVR Quick Start Guide
Amcrest 960H DVR Quick Start Guide Welcome Thank you for purchasing our Amcrest 960H DVR! This quick start guide will help you become familiar with our DVR in a very short time. Before installation and
DiskPulse DISK CHANGE MONITOR
DiskPulse DISK CHANGE MONITOR User Manual Version 7.9 Oct 2015 www.diskpulse.com [email protected] 1 1 DiskPulse Overview...3 2 DiskPulse Product Versions...5 3 Using Desktop Product Version...6 3.1 Product
Super Manager User Manual. English v1.0.3 2011/06/15 Copyright by GPC Http://gpc.myweb.hinet.net
Super Manager User Manual English v1.0.3 2011/06/15 Copyright by GPC Http://gpc.myweb.hinet.net How to launch Super Manager? Click the Super Manager in Launcher or add a widget into your Launcher (Home
Passion for Innovation
Passion for Innovation A Complete Solution Hardware All the Alveo servers are designed and optimized to manage the home automation system. They arebuilt for continuous operation with fanless processing
User s Manual. Management Software for Uninterruptible Power Supply Systems
PowerShield NetGuard User s Manual Management Software for Uninterruptible Power Supply Systems Table of Contents 1. NetGuard Overview...2 1.1. Introduction...2 1.2. Structure...2 1.3. Applications...3
Online Backup Client User Manual
For Mac OS X Software version 4.1.7 Version 2.2 Disclaimer This document is compiled with the greatest possible care. However, errors might have been introduced caused by human mistakes or by other means.
ImagineWorldClient Client Management Software. User s Manual. (Revision-2)
ImagineWorldClient Client Management Software User s Manual (Revision-2) (888) 379-2666 US Toll Free (905) 336-9665 Phone (905) 336-9662 Fax www.videotransmitters.com 1 Contents 1. CMS SOFTWARE FEATURES...4
Gigabyte Management Console User s Guide (For ASPEED AST 2400 Chipset)
Gigabyte Management Console User s Guide (For ASPEED AST 2400 Chipset) Version: 1.4 Table of Contents Using Your Gigabyte Management Console... 3 Gigabyte Management Console Key Features and Functions...
The data between TC Monitor and remote devices is exchanged using HTTP protocol. Monitored devices operate either as server or client mode.
1. Introduction TC Monitor is easy to use Windows application for monitoring and control of some Teracom Ethernet (TCW) and GSM/GPRS (TCG) controllers. The supported devices are TCW122B-CM, TCW181B- CM,
OPS Data Quick Start Guide
OPS Data Quick Start Guide OPS Data Features Guide Revision: October, 2014 Technical Support (24/7) - (334) 705-1605 http://www.opelikapower.com Quick Start Guide OPS Data: Beginning today, you have access
Serenity s Web & Mobile Remote Access Concept
Serenity s Web & Mobile Remote Access Concept Communication Concept INSTALLATION Panel first connection Panel first connection The Serenity is supplied with unique serial number and Mac Address (factory
User s Manual. Management Software for Inverter
WatchPower User s Manual Management Software for Inverter Table of Contents 1. WatchPower Overview... 2 1.1. Introduction... 2 1.2. Features... 2 2. WatchPower Install and Uninstall... 2 2.1. System Requirement...
Movie Cube. User s Guide to Wireless Function
Movie Cube User s Guide to Wireless Function Table of Contents 1. WLAN USB Adapter Connection...3 2. Wireless Setup...4 2.1 Infrastructure (AP)...5 2.2 Peer to Peer (Ad Hoc)...7 2.3 Settings for PC...8
EDK 350 (868 MHz) EDK 350U (902 MHz) EnOcean Developer Kit
EDK 350 (868 MHz) EDK 350U (902 MHz) EnOcean Developer Kit EDK 350 User Manual Important Notes This information describes the type of component and shall not be considered as assured characteristics. No
Addonics T E C H N O L O G I E S. NAS Adapter. Model: NASU2. 1.0 Key Features
1.0 Key Features Addonics T E C H N O L O G I E S NAS Adapter Model: NASU2 User Manual Convert any USB 2.0 / 1.1 mass storage device into a Network Attached Storage device Great for adding Addonics Storage
User Manual Version 0.9.9.p BETA III December 23rd, 2015
User Manual Version 0.9.9.p BETA III December 23rd, 2015 Disclaimer: This document is provided as-is. Information and views expressed in this document, including URL and other Internet website references,
OfficeServ Link. User Guide. Version 2.1 June 2005
OfficeServ Link User Guide Version 2.1 June 2005 OfficeServ Link Version 2.1 User Guide This manual should be read before the installation and operation of the OfficeServ Link Software. COPYRIGHT This
Sophos Mobile Control Startup guide. Product version: 3.5
Sophos Mobile Control Startup guide Product version: 3.5 Document date: July 2013 Contents 1 About this guide...3 2 What are the key steps?...5 3 Log in as a super administrator...6 4 Activate Sophos Mobile
User Guide Vodafone Pocket WiFi Pro. Designed by Vodafone
User Guide Vodafone Pocket WiFi Pro Designed by Vodafone Welcome to the world of mobile communications 1 Welcome 2 Device overview 3 Getting started: setup 4 Getting started: use 5 Pocket WiFi online dashboard
How To Connect To Your Dvr On A Pc Or Mac (For A Dv) With A Dvr (For An Ipad) On A Dvd) On Pc Or Ipad (For Pc Or Pc) On An Ipa Or
Lorex Edge LH300 Series DVR: Frequently Asked Questions Monitor/Display: 2 Q: Why can t I see an image when I connect my monitor to the DVR? 2 Remote Access and Software: 3 Q: What is my ID and password?
How To Use An Easymp Network Projection Software On A Projector On A Computer Or Computer
EasyMP Network Projection Operation Guide Contents 2 Before Use Functions of EasyMP Network Projection....................... 5 Sharing the Projector....................................................
OroTimesheet 7 Installation Guide
Installation Guide Copyright 1996-2011 OroLogic Inc. http://www.orologic.com Revision 7.00 Contents I Contents Installation Guide 2 Introduction 2 Installing OroTimesheet 2 Installing OroTimesheet in stand-alone
VisiCount Installation. Revised: 8/28/2012
VisiCount Installation Revised: 8/28/2012 Introduction... 4 Requirements... 4 General... 4 Server Software... 4 Server Hardware... 4 Fulfilling Server Software Requirements... 5 Installation of Microsoft
Quick Start. Nighthawk X8 AC5300 Tri-Band WiFi Router Model R8500. Package Contents. NETGEAR, Inc. 350 East Plumeria Drive San Jose, CA 95134 USA
Support Thank you for purchasing this NETGEAR product. You can visit www.netgear.com/support to register your product, get help, access the latest downloads and user manuals, and join our community. We
Networking. General networking. Networking overview. Common home network configurations. Wired network example. Wireless network examples
Networking General networking Networking overview A network is a collection of devices such as computers, printers, Ethernet hubs, wireless access points, and routers connected together for communication
EasyMP Monitor Operation Guide Ver.4.50
EasyMP Monitor Operation Guide Ver.4.50 Notations Used in This Guide The following table shows the symbols used in this manual, along with descriptions of what they mean. Attention s Indicates procedures
EM6505 e-domotica e-centre 2 Control Panel
EM6505 e-domotica e-centre 2 Control Panel 2 ENGLISH EM6505 e-domotica e-centre 2 Control Panel Table of contents 1.0 Introduction...4 1.1 Functions and features...4 1.2 Packing contents...4 2.0 Installing
Getting Started with Vision 6
Getting Started with Vision 6 Version 6.9 Notice Copyright 1981-2009 Netop Business Solutions A/S. All Rights Reserved. Portions used under license from third parties. Please send any comments to: Netop
SFTP Server User Login Instructions. Open Internet explorer and enter the following url: https://sftp.sae.org
SFTP Server User Login Instructions Open Internet explorer and enter the following url: https://sftp.sae.org You will be prompted for a user id and password as such. Please enter your account id and password.
DVS Net (Integration)
DVS Net (Integration) Installation and User s Guide Ver 11.10.x Digital Video Security System Digital Video Recorder www.tuniss.com PLEASE CALL TUNISS COMPUTER AT: 650-401-6138 FOR ANY QUASTIONS REGARDING
Verizon Remote Access User Guide
Version 17.12 Last Updated: August 2012 2012 Verizon. All Rights Reserved. The Verizon names and logos and all other names, logos, and slogans identifying Verizon s products and services are trademarks
System Administration Training Guide. S100 Installation and Site Management
System Administration Training Guide S100 Installation and Site Management Table of contents System Requirements for Acumatica ERP 4.2... 5 Learning Objects:... 5 Web Browser... 5 Server Software... 5
QUANTIFY INSTALLATION GUIDE
QUANTIFY INSTALLATION GUIDE Thank you for putting your trust in Avontus! This guide reviews the process of installing Quantify software. For Quantify system requirement information, please refer to the
WA Manager Alarming System Management Software Windows 98, NT, XP, 2000 User Guide
WA Manager Alarming System Management Software Windows 98, NT, XP, 2000 User Guide Version 2.1, 4/2010 Disclaimer While every effort has been made to ensure that the information in this guide is accurate
Error! Bookmark not defined. Error! Bookmark not defined. Error! Bookmark not defined.
Remote Lighting Kit Table of Contents Lighting Kit Overview 2 System Requirements 3 Basic Concepts of Wireless Routers and Networks 4 Basic Concepts of Network Light Bulbs 8 Planning Your Lighting Network
TeamViewer 7 Manual Remote Control
TeamViewer 7 Manual Remote Control TeamViewer GmbH Kuhnbergstraße 16 D-73037 Göppingen teamviewer.com Table of Contents 1 About TeamViewer... 5 1.1 About the software... 5 1.2 About the manual... 5 2 Basics...
Eucalyptus 3.4.2 User Console Guide
Eucalyptus 3.4.2 User Console Guide 2014-02-23 Eucalyptus Systems Eucalyptus Contents 2 Contents User Console Overview...4 Install the Eucalyptus User Console...5 Install on Centos / RHEL 6.3...5 Configure
User's Guide. [Home Network] app. Model No.
User's Guide [Home Network] app Model No. Table of Contents Table of Contents 1 Welcome to the Panasonic Home Network System!...5 1.1 What is the Panasonic Home Network System?...5 1.2 What can I use it
Live Maps. for System Center Operations Manager 2007 R2 v6.2.1. Installation Guide
Live Maps for System Center Operations Manager 2007 R2 v6.2.1 Installation Guide CONTENTS Contents... 2 Introduction... 4 About This Guide... 4 Supported Products... 4 Understanding Live Maps... 4 Live
Sophos Mobile Control SaaS startup guide. Product version: 6
Sophos Mobile Control SaaS startup guide Product version: 6 Document date: January 2016 Contents 1 About this guide...4 2 About Sophos Mobile Control...5 3 What are the key steps?...7 4 Change your password...8
Qbox User Manual. Version 7.0
Qbox User Manual Version 7.0 Index Page 3 Page 6 Page 8 Page 9 Page 10 Page 12 Page 14 Page 16 Introduction Setup instructions: users creating their own account Setup instructions: invited users and team
WISE-4000 Series. WISE IoT Wireless I/O Modules
WISE-4000 Series WISE IoT Wireless I/O Modules Bring Everything into World of the IoT WISE IoT Ethernet I/O Architecture Public Cloud App Big Data New WISE DNA Data Center Smart Configure File-based Cloud
Intel Unite Solution. Standalone User Guide
Intel Unite Solution Standalone User Guide Legal Disclaimers & Copyrights All information provided here is subject to change without notice. Contact your Intel representative to obtain the latest Intel
User Manual WatchPower
User Manual WatchPower Management Software for Inverter Table of Contents 1. WatchPower Overview... 1 1.1. Introduction... 1 1.2. Features... 1 2. WatchPower Install and Uninstall... 1 2.1. System Requirement...
Intelligent Power Protector User manual extension for Microsoft Virtual architectures: Hyper-V 6.0 Manager Hyper-V Server (R1&R2)
Intelligent Power Protector User manual extension for Microsoft Virtual architectures: Hyper-V 6.0 Manager Hyper-V Server (R1&R2) Hyper-V Manager Hyper-V Server R1, R2 Intelligent Power Protector Main
http://docs.trendmicro.com
Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the product, please review the readme files,
User s Manual of DVR DVS Remote Client Software V 4.0.1
User s Manual of DVR DVS Remote Client Software V 4.0.1 Index Version description...4 1 Introduction...8 2 Software Install, Uninstall and use...9 2.1 Install remote client software ver4.0.1...9 2.2 Uninstall
Novell Filr. Mobile Client
Novell Filr Mobile Client 0 Table of Contents Quick Start 3 Supported Mobile Devices 3 Supported Languages 4 File Viewing Support 4 FILES THAT CANNOT BE VIEWED IN THE FILR APP 4 FILES THAT GIVE A WARNING
