Getting Started with the HCA Plugin for Homebridge Updated 12-Nov-17

Size: px
Start display at page:

Download "Getting Started with the HCA Plugin for Homebridge Updated 12-Nov-17"

Transcription

1 Getting Started with the HCA Plugin for Homebridge Updated 12-Nov-17

2 Table of Contents Introduction... 3 Getting Ready... 3 Step 1: Installing Bonjour... 5 Step 2: Installing Homebridge and the HCA Plugin... 8 Step 3: Running Homebridge Step 4: Adding the Homebridge Accessory to ios Step 5: Restarting Apple TVs (HomeKit Hubs) Step 6: Using Siri and HomeKit Step 7: Changes to your HCA design Other Topics Starting Homebridge with HCA Stopping Homebridge Manually Updating the HCA Plugin for Homebridge Uninstalling the HCA Plugin for Homebridge Troubleshooting Common Issues

3 Introduction Homebridge Homebridge is set of software packages that run on a computer on your home network - typically installed on the same computer where you run the HCA server. It provides a connection between the HCA server and Apple HomeKit programs and Siri, the Apple Voice Assistant. Unlike purchased software you might be familiar with like HCA - Homebridge is open source and is supported by many developers. The good news is that there is no cost to set up Homebridge on your system and so get access to all that Apple HomeKit can do. Also, Homebridge supports more than just HCA and once you get it all to work with HCA you can then add more plugin modules to support other home automation gear. The less-than-good news is that it will take a bit of effort to get it all configured on your computer. Quite a bit more than getting HCA installed, but these instructions take you through the process step-by-step and if you carefully follow along then all will install without problems. With Siri and HomeKit you can control all the devices that HCA manages as well as HCA groups and programs. This gives you access to what HomeKit normally can t handle. To use HomeKit and Siri you will need an Apple hardware device. Supported are an Apple TV (4 th generation+), and Apple Watch, or a HomeKit-supported app on an iphone, ipad, or ipod Touch (5 th generation+). More information about what is and isn t supported can be found on the Apple web site. For additional information on Homebridge, please reference: For available Homebridge plugins, please reference: None of this Homebridge and HomeKit support uses the HCA Cloud or requires that you have a HCA Cloud account. Getting Ready Before you begin, make sure that you are running HCA Plus version 14.1 or later and that you are successfully running the HCA Server and can connect to it using the Windows or mobile clients. If you have not already worked with HCA in client-server mode, you should stop and go read the HCA Getting Started guide which takes you through that setup. Get that working then come back to this. 3

4 Unless you have a good reason and have worked with Homebridge already, you should install these new components on the same computer that is running the HCA server. The first step is to download from the HCA web site a zip file that contains files needed for Homebridge. You can save this zip file in any folder, but it would be best if you first created a new folder on your disk and save the file there. This will make it simpler to follow along with the instructions below. Create a folder C:\Homebridge and then click on this link to download using your browser and save the zip file to that folder. Use an unzip program, or the built-in one in Windows explorer, to extract the files contained in the zip file into that same C:\Homebridge folder. Once you have completed the installation, what can you control using Siri and HomeKit? Those devices, programs, and groups that you have assigned a friendly name to and that HomeKit accepts. A friendly name is an alternative name for one of these objects that may be easier to use than the name you gave to it in HCA. For example, you may have a device named Counter left corner light in the Kitchen room. It would be simpler if you could just say kitchen counter light rather than Kitchen counter left corner light. Generally, HomeKit understands devices that have a load and can be controlled on, off, and if the hardware supports it, to a given level. If you supply a friendly name to a device that HomeKit can t handle, then it will be unavailable. Friendly names can be seen on the Name tab of the properties of a device, program, or group. You can also see all your objects at one time and assign friendly names there by pressing the External Assistants Configuration button in the HCA Cloud ribbon category. All friendly names must be unique and can only be composed of letters no special characters and blanks. Remember when assigning friendly names that if you use Siri that you will want to be able to speak them clearly they are all distinct from one another- and remember them. Before going further, you should give a few devices friendly names so they will be available to you when you complete these instructions. Don t do too many! Just do a few for now. You can always add, remove, or modify friendly names later. 4

5 Step 1: Installing Bonjour Getting Bonjour Bonjour is an Apple component that works with Homebridge to provide the network support it needs. This can be downloaded from the Apple web site directly but you ll need an Apple Developer account. (You can use your existing Apple ID to register for a free Developer account.) If you have one, then please download the latest version from here: SDK for Windows If you don t have one, we have captured the current download on the HCA web site and it was in the zip file you downloaded. Once you have downloaded from the Apple Web site, or you are using the installer downloaded in the zip file from the HCA web site, start the Bonjour installer. The Bonjour installer will install the following programs: Bonjour Bonjour SDK To install Bonjour, perform the following steps: 1. Double-click to launch the Bonjour installer you previously downloaded. The Welcome to the Bonjour SDK Installer screen will appear. Click Next. 5

6 2. On the License Agreement screen, read and accept the license agreement and then click Next. 3. On the About the Bonjour SDK screen, confirm the system requirements and then click Next. 6

7 4. On the Installation Options screen, accept the default installation folder and then click Install. 5. When the installer completes, click Finish. 7

8 Step 2: Installing Homebridge and the HCA Plugin Installing Homebridge and the HCA Plugin is done using a script that is run from the Windows tool called PowerShell. If you are unfamiliar with it, it is a more capable command line tool than the old tried-and-true cmd.exe (also known as the Windows DOS prompt ). It s on your computer someplace and is best found using the Windows 7, 8, or 10 Search for programs and files tool. The following instructions are for Windows 10 but starting PowerShell is similar for other versions of Windows. The PowerShell script was included in the zip file you have already downloaded. Hopefully you saved the zip file in the recommended C:\Homebridge folder and extracted it from the zip file. 8

9 To install the HCA plugin for Homebridge, run the installer.ps1 PowerShell script as Administrator. 1. From the Windows Start Menu, type PowerShell to quickly find the Windows PowerShell app. 9

10 2. Right-click Windows PowerShell then select Run as administrator. 3. When prompted Do you want to allow this app to make changes to your device?, select Yes. 4. The Windows PowerShell command window will appear. 10

11 5. Change the directory to the location of the installer.ps1 PowerShell script. a. In these instructions, the installer script has been saved to C:\Homebridge. b. In the command window, type the following command and then press Enter to change the directory: cd C:\Homebridge\ Note: Be sure to enclose the path in double-quotes ( ) if the path you re using contains spaces. 11

12 6. In the command window, carefully type the following command and then press Enter: Set-ExecutionPolicy Bypass When prompted Do you want to change the execution policy?, type Y to confirm the change. 7. In the command window, type.\installer.ps1 and then press Enter to run the script. Be sure to include the.\ prefix. 12

13 Note: When running for the first time, the installation may take several minutes to complete as supporting applications are downloaded and installed. However, you ll see feedback/details in the command window as the installation progresses. Just give it time to run. Note: You may receive a few warnings during installation. They re only warnings, and can be safely ignored. 8. The following Windows applications are installed by the script: a. Node.js b. OpenSSL 1.0.2m c. Python d. Microsoft Visual C++ Build Tools 9. In the PowerShell window, type carefully the following command and then press Enter to restore the previous (restricted) permissions: Set-ExecutionPolicy Restricted When prompted Do you want to change the execution policy?, type Y to confirm the change. 10. After the installation completes successfully, type exit and then press Enter to close the PowerShell window. 13

14 11. Using a text editor such as Notepad.exe, update the config.json configuration file with your HCA Remote Access Password and then save the file. This configuration file is located at: C:\Users\<your_user_id>\.homebridge\config.json Note: If you re installing the plugin on a different computer than the one running HCA Server, set the value of the host property to the IP address of the HCA Server. Otherwise, leave this property empty. Additionally, if you ve changed the Client-Server Communications Port in HCA from the default port 2000, update it accordingly in the config.json file. 12. Exit HCA and restart the computer. Note: This step is important to complete the installation and ensure the Bonjour DNS service is running and discoverable. 14

15 Step 3: Running Homebridge Once installed, Homebridge can be started from a standard Windows command prompt (cmd.exe). 1. From the Windows Start Menu, type cmd to quickly find the Command Prompt app, then click to open it. 2. The Command Prompt window opens. 15

16 3. In the command window type homebridge and then press Enter. Note: When starting Homebridge for the first time, you may receive a Windows Security Alert requesting to allow Node.js to communicate with devices on your local (private) network. At the prompt, choose Allow access. 16

17 4. Homebridge starts, connects to HCA Server and discovers the devices you ve made available to external assistants (via HCA). Homebridge has found all the devices, programs, and groups you provided friendly names to. 17

18 Step 4: Adding the Homebridge Accessory to ios This step works with your Apple device so have it ready and make sure that Homebridge is running and nearby. It should be if you completed the previous steps. 1. Open the Home app on your iphone, ipad, or ipod Touch and tap Add Accessory, or tap the plus (+) button in the upper-right. 2. With the camera on your ios device, scan the eight-digit HomeKit code (or QR code) in the Command Prompt window. a. If the scanned code isn t recognized, tap Don t Have a Code or Can t Scan? to enter it manually. The default code is (but this can be changed in the config.json file). When the Homebridge accessory appears, tap it. b. Depending on the number of devices discovered, you may need to scroll up to see the code. 3. If asked to confirm adding an Uncertified Accessory, tap Add Anyway. 4. Add information about your accessory and each device (as needed) and tap Next. 5. Then tap Done. For additional information on using the Home app please reference Use the Home app on your iphone, ipad, and ipod touch ( on Apple's support site. 18

19 Step 5: Restarting Apple TVs (HomeKit Hubs) If there are any Apple TVs (3 rd generation+) on your local network when you pair Homebridge with ios, they will automatically be set up as HomeKit Hubs. This will allow you to interact with your devices via a HomeKit-enabled app, and Siri, when not at home. After pairing ios with Homebridge be sure to restart all Apple TVs to ensure that everything s synced up completely and remote access is available. 19

20 Step 6: Using Siri and HomeKit Siri support in HomeKit is pretty cool. You can speak to her (or him, depending on which voice you're using) very naturally and it'll understand your requests. So, you don't have to phrase your requests in a specific or robotic manner. For example, if you ask Did I leave any lights on at home? she'll respond with something like: The Kitchen and Master Bedroom lights are on. or There are 17 lights on. if there's more than a handful. Here's some examples of what you can say: Note: Not all devices in these examples are supported by HCA. Turn on the lights. or Turn off the lights. Dim the lights. or Set the brightness to 50%. Set the temperature to 68 degrees. Turn on the coffee maker. Turn on the upstairs lights. Turn off Chloe s light. Turn down the kitchen lights. Dim the lights in the dining room to 50%. Make the living room lights the brightest. Set the Tahoe house to 72 degrees. Set the thermostat downstairs to 70. Turn on the printer in the office. Set up for a party, Siri. Set the dinner scene. Set my bedtime scene. For security purposes, some commands (like unlocking a door, or opening a garage door) require your phone to be unlocked. In these cases, she'll respond, "You'll need to unlock your iphone first." Unlock it, and she'll carry out the request! If you've got an Apple Watch, you unlock the Watch when it's on your wrist. If you don't take it off it remains unlocked and you can issue these commands (along with other things, like using Apple Pay) and Siri will carry them out immediately. 20

21 Step 7: Changes to your HCA Design If you make a change to your HCA design and add a device that you give a friendly name to, or change a friendly name on an existing device, or remove a device that has a friendly name, then you must stop Homebridge and restart it so that the change is seen. On the computer where Homebridge is running, make the Command Window the active window click on it and then press CTRL+C and then press Y when prompted to terminate the job. After that just restart Homebridge as before by typing Homebridge into the command window and pressing enter. Homebridge then starts and incorporates all your changes into what it makes available to Siri and HomeKit. Other Topics Now that you have completed the previous six steps, you should have Homebridge running. The next sections are topics that cover maintaining your work. Starting Homebridge with HCA If desired, you can create an HCA Program that starts Homebridge when HCA starts and loads your design file. Create a HCA program call it whatever you would like. The program contains only one element besides Start-Here and is the Run element. Configure that element as: 21

22 This program can be triggered by the Special Triggers HCA started normally and HCA started after power restoration. Stopping Homebridge Manually Just like HCA Server, Homebridge needs to remain running on your computer 24/7 in order for HomeKit to communicate with HCA and be available for you to interface with the Home app and Siri. When you do need to stop Homebridge manually, in the Command Prompt window press CTRL+C and then press Y when prompted to terminate the job. 22

23 Updating the HCA Plugin for Homebridge As new features and fixes become available, or to simply ensure you re running the latest build. If Homebridge is running, you ll need to stop it as shown above. You can update the plugin by typing the following command (via the Windows Command Prompt), and then press Enter: npm update -g homebridge-hca and then restart Homebridge by typing the following command, and then press Enter: homebridge Tip: To get the version of the plugin that s currently installed, type the following command and then press Enter: npm list -g homebridge-hca 23

24 Uninstalling the HCA Plugin for Homebridge If there s a need to uninstall the HCA Plugin for Homebridge, you can use the installer script to remove the plugin, along with all of its dependencies (those that were installed by the script). Open a PowerShell command window (as Administrator), type the following command and then press Enter:.\installer.ps1 --uninstall and then press Enter to run the script which will uninstall all of the packages that were installed by the installer. Be sure to include the.\ prefix. 24

25 The following applications will be uninstalled by the script: Node.js OpenSSL 1.0.2m Python Microsoft Visual C++ Build Tools If not used outside of Homebridge, the following applications may be manually uninstalled: Bonjour SDK Bonjour 25

26 Troubleshooting Common Issues My ios App Can't Find Homebridge There are two reasons why Homebridge may not be discoverable: Homebridge server thinks it's been paired with, but ios thinks otherwise. o Fix: Delete the persist/ folder which is next to your config.json file. ios device has gotten your Homebridge username (looks like a MAC address) "stuck" somehow, where it's in the database but inactive. o Fix: Change your username in the "bridge" section of config.json to be some new value. My ios App Shows Devices in an Updating State Ensure you have Wi-Fi or cellular connectivity. Restart the computer hosting Homebridge as well as all Apple TVs (3 rd gen+) on your local network. ##end## 26

Getting Started With HomeKit: A Beginner's Guide

Getting Started With HomeKit: A Beginner's Guide Getting Started With HomeKit: A Beginner's Guide HomeKit is Apple's home automation platform for controlling smart home products with ios apps and Siri voice commands. The platform was announced at WWDC

More information

Heading. idevices Connected. App Manual. HomeKit Products

Heading. idevices Connected. App Manual. HomeKit Products Heading idevices Connected App Manual HomeKit Products Table of Contents idevices HomeKit Products 5 Initial Setup 6 Connect to Wi-Fi Network 7 Get Set Up 7 Set Up Home 8 Name Your Home 8 Adding a Photo

More information

Installing and Configuring the Voice UPB Bridge updated 1-Jan-2019

Installing and Configuring the Voice UPB Bridge updated 1-Jan-2019 Installing and Configuring the Voice UPB Bridge updated 1-Jan-2019 Before starting these instructions, you should already have your Voice assistant installed and working. These instructions can be used

More information

ios 12 beta 8 Release Notes

ios 12 beta 8 Release Notes ios 12 beta 8 Release Notes apple Developer About ios 12 beta 8... 2 Bug Reporting... 2 Technical Support and Learning Resources... 2 Notes and... 3 General... 3 Accessibility... 3 App Store... 3 CoreGraphics...

More information

Getting Started with HCA and Client Server

Getting Started with HCA and Client Server Getting Started with HCA and Client Server This Getting Started Guide continues from the previous Getting Started sections that covered installation, adding devices, and checkbox control. This guide assumes

More information

June Using Apple AirPrint with Xerox ConnectKey Devices User Guide

June Using Apple AirPrint with Xerox ConnectKey Devices User Guide June 2013 Using Apple AirPrint with Xerox ConnectKey Devices User Guide 2013 Xerox Corporation. All rights reserved. Xerox, Xerox and Design and ConnectKey are trademarks of the Xerox Corporation in the

More information

Manually Sync App Itunes Iphone Without >>>CLICK HERE<<<

Manually Sync App Itunes Iphone Without >>>CLICK HERE<<< Manually Sync App Itunes Iphone Without Deleting Everything Learn how to set up your device for automatic or manual syncing. Select the type of content you want to sync (for example, Music or Apps) in

More information

Installing and Configuring the Voice UPB Bridge updated 22-Jan-2018

Installing and Configuring the Voice UPB Bridge updated 22-Jan-2018 Installing and Configuring the Voice UPB Bridge updated 22-Jan-2018 Before starting these instructions, you should already have your Voice assistant installed and working. These instructions can be used

More information

USER GUIDE for ios 1

USER GUIDE for ios 1 USER GUIDE for ios 1 CONTENTS GETTING STARTED 3 DOWNLOAD THE SECURESMART APP 3 LOGIN 3 DASHBOARD 4 MENU 5 SETTING UP TOUCH ID 6 USING THE APPLICATION 7 SECURITY SYSTEM KEYPAD 7 HOME AUTOMATION 8 VIEWING

More information

Ios 6 Manual Ipad 2 Wifi Problemi >>>CLICK HERE<<<

Ios 6 Manual Ipad 2 Wifi Problemi >>>CLICK HERE<<< Ios 6 Manual Ipad 2 Wifi Problemi Page 6 30-pin to USB Cable: Use this to connect ipad 2 or ipad 3rd generation to the USB power adapter to charge, or to your The SIM card in ipad Wi-Fi + cellular models

More information

Manual Reset Button On Iphone 4 Without Itunes Or Passcode

Manual Reset Button On Iphone 4 Without Itunes Or Passcode Manual Reset Button On Iphone 4 Without Itunes Or Passcode i'm trying to factory reset an iphone 4s using itunes but i keep getting an error after a few minutes saying"iphone cannot reset because it has

More information

Getting Started with HCA PLUS

Getting Started with HCA PLUS Getting Started with HCA PLUS From install to full function in eight steps Everyone has seen those advertisements by many different companies that show people turning off their lights, unlocking doors,

More information

IPHONE DEP REGISTRATION... 4 IPHONE DEP REGISTRATION... 3

IPHONE DEP REGISTRATION... 4 IPHONE DEP REGISTRATION... 3 The purpose of this document is to help you to get started with your iphone facilitating DEP (Device Enrollment Program) Registration process to access Lilly resources such as email, calendar, Lilly apps

More information

Manual Safari Ios 7 Private Browse Setting On Ipad >>>CLICK HERE<<<

Manual Safari Ios 7 Private Browse Setting On Ipad >>>CLICK HERE<<< Manual Safari Ios 7 Private Browse Setting On Ipad Step On how to Turn On or Off Private Browsing On iphone ios 8, ios 7 Whenever you're surf on Private browsing mode at that time Safari's appears Black.

More information

SIMPLE CONTROL. User Guide

SIMPLE CONTROL. User Guide SIMPLE CONTROL User Guide Version 5.5 Version Information Simple Control User Guide, Version 5.5, released July 2018. Copyright Information All rights reserved. You may make copies of this document; however,

More information

Roomie Remote 3. Setting Up Devices ABOUT DEVICES PREREQUISITES

Roomie Remote 3. Setting Up Devices ABOUT DEVICES PREREQUISITES This document describes how to set up devices to be controlled by Roomie Remote. Important: After you add a device, Roomie Remote recommends locking the IP address assigned to the device. This can be done

More information

College of Pharmacy Windows 10

College of Pharmacy Windows 10 College of Pharmacy Windows 10 Windows 10 is the version of Microsoft s flagship operating system that follows Windows 8; the OS was released in July 2015. Windows 10 is designed to address common criticisms

More information

Manual Sync Contacts On My Iphone To Gmail Account Without Itunes

Manual Sync Contacts On My Iphone To Gmail Account Without Itunes Manual Sync Contacts On My Iphone To Gmail Account Without Itunes You can keep contacts from your Google account up to date on your ios device. Apple Store Mac iphone Watch ipad ipod itunes Support not

More information

Getting Started with HCA and UPB

Getting Started with HCA and UPB Getting Started with HCA and UPB This Getting Started Guide continues from the previous Getting Started with HCA Installation and Introduction which covers installing HCA and the basic operations available

More information

4s Instead Of Voice Control

4s Instead Of Voice Control Instructions On How To Get Siri On Iphone 4s Instead Of Voice Control Everything you need to know about setting up and using Siri on your iphone, ipod touch, and It's basically voice control that talks

More information

Connect for iphone. Aug, 2012 Ver 5.3b AWest. 1 P a g e

Connect for iphone. Aug, 2012 Ver 5.3b AWest. 1 P a g e Connect for iphone Aug, 2012 Ver 5.3b AWest 1 P a g e About the Connect for iphone App... 3 iphone app system requirements... 3 Required Software... 3 Blackboard Requirements... 3 iphone App Installation,

More information

Control4/HomeKit Appliance User Manual. User Manual. June Version Varietas Software, LLC.

Control4/HomeKit Appliance User Manual. User Manual. June Version Varietas Software, LLC. Control4/HomeKit Appliance User Manual User Manual June 2017 Version 1.0.3 Varietas Software, LLC http://www.varietassoftware.com/control4 i Control4/HomeKit Appliance Quick Start Document Revisions Date

More information

Getting Started with HCA and Insteon

Getting Started with HCA and Insteon Getting Started with HCA and Insteon This Getting Started Guide continues from the previous Getting Started with HCA Installation and Introduction which covers installing HCA and the basic operations available

More information

GENERAL SET-UP & APP PAIRING/SYNCING FEATURES BATTERY ACCOUNT & DEVICE SETTINGS PRIVACY WARRANTY GENERAL SET-UP & APP ANDROID

GENERAL SET-UP & APP PAIRING/SYNCING FEATURES BATTERY ACCOUNT & DEVICE SETTINGS PRIVACY WARRANTY GENERAL SET-UP & APP ANDROID ANDROID GENERAL SET-UP & APP PAIRING/SYNCING FEATURES BATTERY ACCOUNT & DEVICE SETTINGS PRIVACY WARRANTY GENERAL SET-UP & APP WHICH PHONES ARE COMPATIBLE WITH MY SMARTWATCH? Wear OS by Google works with

More information

Getting Started with HCA and X10

Getting Started with HCA and X10 Getting Started with HCA and X10 This Getting Started Guide continues from the previous Getting Started with HCA Installation and Introduction which covers installing HCA and the basic operations available

More information

ipad Training Field Management

ipad Training Field Management ipad Training Field Management ipad User Guide ipad Training Topics Overview Navigation Connectivity Field Apps Tips and Tricks Contacts FaceTime icloud imessage Email Safari Calendar Camera 2 Overview

More information

USING REFLECTOR 2, REFLECTOR DIRECTOR AND REFLECTOR STUDENT IN THE CLASSROOM

USING REFLECTOR 2, REFLECTOR DIRECTOR AND REFLECTOR STUDENT IN THE CLASSROOM R R USING REFLECTOR 2, REFLECTOR DIRECTOR AND REFLECTOR STUDENT IN THE CLASSROOM ABOUT THIS GUIDE This guide explains several important components of Reflector 2 in the classroom, including: Accessing

More information

Chapter 5 Devices. About devices. Planning your devices

Chapter 5 Devices. About devices. Planning your devices Chapter 5 Devices About devices A device is the name HCA gives to real world items like a switch or module that it can control. First you create the device in HCA using the New Device Wizard. When you

More information

XFINITY Welcome Packet

XFINITY Welcome Packet XFINITY Welcome Packet Welcome! Your building comes with a fast, reliable property-wide WiFi network as well as access to our popular XFINITY TV video streaming service for university students. In the

More information

NBT BANK MOBILE BANKING. How To Guide

NBT BANK MOBILE BANKING. How To Guide TABLE OF CONTENTS PERSONAL AND BUSINESS BANKING CUSTOMERS How to Enroll...3 Accessing and Using NBT Bank Mobile Banking...5 Welcome to the NBT Bank Mobile Banking Application...7 Using Mobile Deposit...8

More information

Chapter 4 Devices. About devices. Planning your devices

Chapter 4 Devices. About devices. Planning your devices Chapter 4 Devices A device is the name HCA gives to real world items like a switch or module that it can control. First you create the device in HCA using the New Device Wizard. When you create the device

More information

Getting Started with your new TiO System. Get to know TiO. Welcome to your brand new TiO system! Your TiO system consists of 3 main components:

Getting Started with your new TiO System. Get to know TiO. Welcome to your brand new TiO system! Your TiO system consists of 3 main components: Quick Start Guide Getting Started with your new TiO System Welcome to your brand new TiO system! This guide will show you the basics of owning a TiO system. First-time setup of a TiO system Downloading

More information

ALON Dictaphone. User's manual (v )

ALON Dictaphone. User's manual (v ) ALON Dictaphone... 1 User's manual (v. 2.1.2)... 1 1. Introduction... 1 2. Interface survey... 4 3. Recording... 5 4. Edit mode... 15 5. Categories... 21 6. Tools... 22 7. Play state... 30 8. Bookmarks...

More information

Parallels Toolbox for Windows User's Guide

Parallels Toolbox for Windows User's Guide Parallels Toolbox for Windows User's Guide Parallels International GmbH Vordergasse 59 8200 Schaffhausen Switzerland Tel: + 41 52 672 20 30 www.parallels.com Copyright 1999-2018 Parallels International

More information

SMARTPLUG. Quick Start Guide. Model: isp6x. Intelligent Home Solutions. Control your SmartPlug from anywhere with your smartphone WHAT YOU LL NEED

SMARTPLUG. Quick Start Guide. Model: isp6x. Intelligent Home Solutions. Control your SmartPlug from anywhere with your smartphone WHAT YOU LL NEED Model: isp6x Intelligent Home Solutions Quick Start Guide SMARTPLUG Control your SmartPlug from anywhere with your smartphone WHAT YOU LL NEED WiFi network transmitting at 2.4GHz 1 Apple device running

More information

Ios 7 Update Manual Iphone 5 Windows >>>CLICK HERE<<<

Ios 7 Update Manual Iphone 5 Windows >>>CLICK HERE<<< Ios 7 Update Manual Iphone 5 Windows We have collected all the ios 7 update links for your respective iphone /ipad below at the bottom of this post to manually install ios 7 on your iphone and ipad. iphone

More information

Manual Restart Iphone 4s Apple Id Password >>>CLICK HERE<<<

Manual Restart Iphone 4s Apple Id Password >>>CLICK HERE<<< Manual Restart Iphone 4s Apple Id Password Keeps Popping Up Type in your password to disable Find My iphone if you're prompted and tap Turn Off. Once you are signed out of icloud, reboot your iphone or

More information

User Help

User Help ginlo @work User Help 19 June 2018 Contents Get started... 5 System requirements for the ginlo @work app... 5 Recommended browsers for ginlo websites... 6 Supported languages... 6 Navigation in ginlo @work...

More information

iphones for beginners

iphones for beginners iphones for beginners This handout uses text and images from gcflearnfree.org. Check out www.gcflearnfree.org/iphonebasics for more information! The parts of the iphone: Note: The headphone jack was removed

More information

Appendix 9 Insteon. What is Insteon?

Appendix 9 Insteon. What is Insteon? Appendix 9 Insteon This appendix describes the features in HCA in support of the Insteon technology and Insteon products available from SmartHome. These topics are covered: What is Insteon? Insteon devices

More information

Instruction How To Use Wifi Hotspot On

Instruction How To Use Wifi Hotspot On Instruction How To Use Wifi Hotspot On Iphone 4 Apps Instructions on how to turn on personal hotspot (Tethering iphone) on iphone, ipad, ios Would you like your friends connect to your iphone to use internet

More information

Manually Sync Itunes To Ipod Touch Wirelessly Ios 5

Manually Sync Itunes To Ipod Touch Wirelessly Ios 5 Manually Sync Itunes To Ipod Touch Wirelessly Ios 5 If you back up your iphone, ipad, or ipod touch, you'll have a copy of your information to use if In ios 7 or earlier, tap Settings _ icloud _ Storage

More information

Technology Services Group Procedures. IH Anywhere guide. 0 P a g e

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 Security...8

More information

Getting to know your ipad exploring the settings, App store, Mail

Getting to know your ipad exploring the settings, App store, Mail Getting to know your ipad exploring the settings, App store, Mail Exploring the settings Open the settings app from your homepage Wi-Fi Turn Wi-Fi on/off Add new Wi-Fi Connection Enter Network Name, any

More information

SAS Mobile BI 8.14 for ipad and iphone: Help

SAS Mobile BI 8.14 for ipad and iphone: Help SAS Mobile BI 8.14 for ipad and iphone: Help 2 Welcome Getting Started How Do I Use the App? Check out the new features. View the videos: SAS Mobile BI for ipad and iphone playlist on YouTube Use VoiceOver?

More information

How To Start Ipod Touch First Time Without Itunes >>>CLICK HERE<<<

How To Start Ipod Touch First Time Without Itunes >>>CLICK HERE<<< How To Start Ipod Touch First Time Without Itunes Or maybe your device begins to turn on, but gets stuck during start up. Apple Store Mac iphone Watch ipad ipod itunes Support First, try to force your

More information

If your Mac keeps asking for the login keychain password

If your Mac keeps asking for the login keychain password If your Mac keeps asking for the login keychain password The password of your macos user account might not match the password of your login keychain. Either create a new login keychain or update it with

More information

Handbook: Carbonite Safe

Handbook: Carbonite Safe 1 Important Things to Know... 4 Carbonite Features... 5 Setting Up and Installing... 6 Starting a Trial... 7 Installing Carbonite for the First Time... 7 Buying a Subscription... 8 Subscription Pricing...

More information

Contents. 3 Procedures. 3 ipad given to a new user. 3 Syncing. 3 Requesting a New App. 4 ipad Setup. 7 Apple ID Creation. 9 Setup Account

Contents. 3 Procedures. 3 ipad given to a new user. 3 Syncing. 3 Requesting a New App. 4 ipad Setup. 7 Apple ID Creation. 9 Setup  Account By: Kevin Lay Contents 3 Procedures 3 ipad given to a new user 3 Syncing 3 Requesting a New App 4 ipad Setup 7 Apple ID Creation 9 Setup Email Account 10 icloud 10 icloud Overview 11 icloud Setup and Backup

More information

WELCOME. For customer support or any inquiries, please visit our web site at or contact us at

WELCOME. For customer support or any inquiries, please visit our web site at  or contact us at WELCOME Congratulations on purchasing the GBF Smart Four Wire Intercom System. Our factory engineers were the first to enable multiple security cameras being monitored through a smart mobile device and

More information

Thunderbolt 3 (USB-C) Charge MacBook Pro and connect external storage or an external display

Thunderbolt 3 (USB-C) Charge MacBook Pro and connect external storage or an external display Welcome to your MacBook Pro Let s begin. MacBook Pro will automatically start up when you lift the lid. Setup Assistant will then guide you through a few simple steps to get you up and running. It will

More information

SimpleText User s Guide

SimpleText User s Guide SimpleText User s Guide Welcome 3 Working with SimpleText for Mac 3 Basic Tasks 4 Resolving Sync Conflicts 4 Preferences 5 SimpleText for Mac Tips & Tricks 5 Welcome SimpleText.ws is a website with the

More information

NotifyMDM Device Application User Guide Installation and Configuration for ios with TouchDown

NotifyMDM Device Application User Guide Installation and Configuration for ios with TouchDown NotifyMDM Device Application User Guide Installation and Configuration for ios with TouchDown NotifyMDM for ios Devices, Version 3.x NotifyMDM for ios with TouchDown 1 Table of Contents NotifyMDM for ios

More information

I DO NOT OWN ITUNES OR ANYTHING IN THE THUMBNAIL THIS IS ALL OWNED BY APPLE.

I DO NOT OWN ITUNES OR ANYTHING IN THE THUMBNAIL THIS IS ALL OWNED BY APPLE. How Can I Add Music To My Ipod Without Deleting Everything Learn how to manually manage music and movies if you want to quickly sync a Choose the content that you want to add to your device from your itunes

More information

Getting Started with Python and the PyCharm IDE

Getting Started with Python and the PyCharm IDE New York University School of Continuing and Professional Studies Division of Programs in Information Technology Getting Started with Python and the PyCharm IDE Please note that if you already know how

More information

Restore Ipod Classic To Factory Settings Without Computer

Restore Ipod Classic To Factory Settings Without Computer Restore Ipod Classic To Factory Settings Without Computer Introduction to Restoring Your ipod to Factory Settings following these steps, make sure your sync your ipod in order to back up its data to your

More information

License Server Administrator Guide How to configure and manage a license server for sharable licenses

License Server Administrator Guide How to configure and manage a license server for sharable licenses ! License Server Administrator Guide How to configure and manage a license server for sharable licenses Copyright 2015 PACE Anti-Piracy, Inc. All rights reserved Version 07/07/2015 ! Table of Contents

More information

How Do I Sync My Iphone To Another Computer Without Losing Everything

How Do I Sync My Iphone To Another Computer Without Losing Everything How Do I Sync My Iphone To Another Computer Without Losing Everything to transfer content from your current iphone, ipad, or ipod touch to another device. You should connect the device to itunes to sync

More information

Syncios Data Recovery User Guide

Syncios Data Recovery User Guide Syncios Data Recovery User Guide Overview Tutorials Introduction Recover from ios device Key Features Recover from itunes backup System Requirements Recover from icloud backup Purchase & Registration FAQ

More information

Manually Update Ipod Software Without Losing Music

Manually Update Ipod Software Without Losing Music Manually Update Ipod Software Without Losing Music Media you've bought from the itunes Store or songs you've imported from CDs are saved Although it's highly unlikely that you'll lose any of your itunes

More information

Getting Started with the HTD Lync App and HTD MC App

Getting Started with the HTD Lync App and HTD MC App Getting Started with the HTD Lync App and HTD MC App Being able to control your entire Whole-House Audio system from your iphone, ipad, Android phone, or tablet is both convenient and fun! This document

More information

Document Number: /4/2012

Document Number: /4/2012 Copyright 2012 icontrol Networks, Inc. All rights reserved. No reproduction in whole or in part without prior written approval. icontrol Networks, icontrol, and icontrol logo design are pending trademarks

More information

Welcome to Numerica Credit Union s Amazon Alexa * Skill

Welcome to Numerica Credit Union s Amazon Alexa * Skill Welcome to Numerica Credit Union s Amazon Alexa * Skill The Numerica Skill can provide financial information and process transactions from your Amazon Echo device. Using the Numerica Skill, you can do

More information

Eanes ios5 Upgrade Guide

Eanes ios5 Upgrade Guide Eanes ios5 Upgrade Guide These instructions are intended for people to follow on their home machine. District machines have deep freeze and older versions of itunes which could complicate the process.

More information

How Do I Open Up My Itunes Library On Another Computer

How Do I Open Up My Itunes Library On Another Computer How Do I Open Up My Itunes Library On Another Computer Home Sharing allows you to share items from your itunes library with your Open itunes. Done, Home Sharing won't be visible until it detects another

More information

September Student User Manual

September Student User Manual September 2016 Student User Manual Contents Why use GCSEPod? 1 Getting started 2 The Dashboard 4 Podcasts 5 My Courses 7 Playlists 9 Assignments 12 Sharing Content 14 Changing your username, password &

More information

Why use GCSEPod? 1. Getting started 2. My GCSEs 4. Assignments 6. Playlists 8. Sharing podcasts with friends 10

Why use GCSEPod? 1. Getting started 2. My GCSEs 4. Assignments 6. Playlists 8. Sharing podcasts with friends 10 Student User Manual Why use GCSEPod? 1 Getting started 2 My GCSEs 4 Assignments 6 Playlists 8 Sharing podcasts with friends 10 Downloading Podcasts to Other Devices 11 Why use GCSEPod? It s convenient

More information

GENERAL SET-UP & APP GENERAL SET-UP & APP PAIRING/SYNCING FEATURES BATTERY ACCOUNT & DEVICE SETTINGS PRIVACY WARRANTY. For IOS:

GENERAL SET-UP & APP GENERAL SET-UP & APP PAIRING/SYNCING FEATURES BATTERY ACCOUNT & DEVICE SETTINGS PRIVACY WARRANTY. For IOS: For IOS: GENERAL SET-UP & APP PAIRING/SYNCING FEATURES BATTERY ACCOUNT & DEVICE SETTINGS PRIVACY WARRANTY GENERAL SET-UP & APP WHICH PHONES ARE COMPATIBLE WITH MY SMARTWATCH? Wear OS by Google works with

More information

ShareSync Get Started Guide for Windows

ShareSync Get Started Guide for Windows WHAT IS SHARESYNC? ShareSync Get Started Guide for Windows ShareSync is an enterprise-class cloud file backup and sharing service. ShareSync allows you to back up your files in real-time to protect against

More information

Windows 10 Tips and Tricks

Windows 10 Tips and Tricks Windows 10 Tips and Tricks You've made the move to Windows 10. The Start Menu has returned and its cloud integration is obvious, but most everything else is unfamiliar. This session will help you setup

More information

SCAN LEARN MORE. iw4 Start Guide Visit our website for additional help and how-to videos

SCAN LEARN MORE. iw4 Start Guide Visit our website for additional help and how-to videos SCAN LEARN MORE iw4 Start Guide Visit our website for additional help and how-to videos www.ihomeaudio.com/support/airplay/ Overview Controls Power Alarm Reset Button - Press to On the iw4 speaker system

More information

Password & Tutorials Packet

Password & Tutorials Packet & Tutorials Packet Print, staple, and use this & Tutorials Packet Sign up for Secure Backup Service: visit rowleyservices.com for a free trial & setup info Follow attached: Check iphone Camera Settings

More information

Itunes Won T Restore My Ipad 2 Won't Connect

Itunes Won T Restore My Ipad 2 Won't Connect Itunes Won T Restore My Ipad 2 Won't Connect Apple Store Mac iphone Watch ipad ipod itunes Support. Search Support If your iphone, ipad, or ipod touch won't connect to a Wi-Fi network Tap Settings _ General

More information

Apple Configurator For Management of Classroom ipad Sets

Apple Configurator For Management of Classroom ipad Sets Apple Configurator For Management of Classroom ipad Sets Created by: Brian K. Cocke, Chalkville Elementary School First Time Setup Of Supervised Class Ipads SETUP DISTRICT GIVEN EMAIL Once the supervisor

More information

Organize Your iphone: Icons and Folders

Organize Your iphone: Icons and Folders 227 Chapter 7 Organize Your iphone: Icons and Folders Your new iphone is very customizable. In this chapter we will show you how to move icons around and put your favorite icons just where you want them.

More information

If you sync with your home machine, you may update there. The best solution is for you to update to ios5 with the computer you sync the device with.

If you sync with your home machine, you may update there. The best solution is for you to update to ios5 with the computer you sync the device with. ios5.1.0 UPDATE INSTRUCTIONS BELTON ISD These instructions are made for Belton ISD teachers and staff to update ipads and computers to ios5. If you sync with your home machine, you may update there. The

More information

Connecting to Director. Before setting up Director for the first time run through the check list below:

Connecting to Director. Before setting up Director for the first time run through the check list below: Connecting to Director Before setting up Director for the first time run through the check list below: 1.Are both the lights and router within reasonable distance from Director and all components preferably

More information

Manage Music Iphone 5

Manage Music Iphone 5 How To Make Itunes Update Manually Manage Music Iphone 5 A computer (Windows or Mac), An iphone, ipad, or ipod, The USB cable that came Check the Manually manage music and videos box under "Options" (in.

More information

Multiroom User Guide. For customers with an account directly with Fetch

Multiroom User Guide. For customers with an account directly with Fetch Multiroom User Guide For customers with an account directly with Fetch Welcome to Fetch Welcome 3 Setting up multiple Fetch boxes 4 What you can do and how to do it 8 Start using Multiroom 11 Fetch Mobi

More information

Chapter 25 Design Tools

Chapter 25 Design Tools Chapter 25 Design Tools There are several tools in HCA that can make managing your home design a bit easier. This chapter describes these tools and includes: Using the Program Variable Inventory HCA Status

More information

Welcome to Mobile Banking. Personal Mobile Banking User Guide. First National 1870 a division of Sunflower Bank, N.A.

Welcome to Mobile Banking. Personal Mobile Banking User Guide. First National 1870 a division of Sunflower Bank, N.A. Welcome to Mobile Banking Personal Mobile Banking User Guide First National 1870 a division of Sunflower Bank, N.A. Mobile Banking Options Bank how, when, and where you want. ACCESSING YOUR ACCOUNTS Mobile

More information

Troubleshooting with Kindles

Troubleshooting with Kindles Troubleshooting with Kindles What issue are you experiencing with your Kindle? Internet/Connection Problem Locked Screen with Pin Kindle is speaking/green Border Screen Can t find App / New Content App

More information

How To Factory Reset Locked Iphone 4 Without Computer

How To Factory Reset Locked Iphone 4 Without Computer How To Factory Reset Locked Iphone 4 Without Computer How to remove/reset any disabled or Password locked iphones doesn't work, watch this. Factory reset iphone should be a hard decision, because all of

More information

SIS offline. Getting Started

SIS offline. Getting Started SIS offline We highly recommend using Firefox version 3.0 or newer with the offline SIS. Internet Explorer is specifically not recommended because of its noncompliance with internet standards. Getting

More information

Page Topic 02 Log In to KidKare 02 Using the Navigation Menu 02 Change the Language

Page Topic 02 Log In to KidKare 02 Using the Navigation Menu 02 Change the Language Page Topic 02 Log In to KidKare 02 Using the Navigation Menu 02 Change the Language help.kidkare.com 03 Enroll a Child 03 Withdraw a Child 03 View Pending and Withdrawn Children 04 View Kids by Enrollment

More information

VMware Horizon Client Install for non-uh Devices (VDI)

VMware Horizon Client Install for non-uh Devices (VDI) Be the Difference. VMware Horizon Client Install for non-uh Devices (VDI) This document assumes that all VMware Horizon (VDI) installations on non-uh devices are occurring outside the UH firewall. Utilizing

More information

Ipod Manual S Movies Without Membership >>>CLICK HERE<<<

Ipod Manual S Movies Without Membership >>>CLICK HERE<<< Ipod Manual S Movies Without Membership When you listen to songs, movies, or other media, the buttons on the side of Product Information Guide at apple.com/support/manuals/ipodtouch. A MobileMe Paid Subscription

More information

End User Manual. December 2014 V1.0

End User Manual. December 2014 V1.0 End User Manual December 2014 V1.0 Contents Getting Started... 4 How to Log into the Web Portal... 5 How to Manage Account Settings... 6 The Web Portal... 8 How to Upload Files in the Web Portal... 9 How

More information

iphone Basics Crystal Lake Public Library

iphone Basics Crystal Lake Public Library iphone Basics Crystal Lake Public Library What we ll cover today: Getting to know your phone Learning general phone settings Using some basic apps that come with your phone Browsing the internet on your

More information

WI-FI GARAGE DOOR CONTROLLER WITH CAMERA USER MANUAL

WI-FI GARAGE DOOR CONTROLLER WITH CAMERA USER MANUAL WI-FI GARAGE DOOR CONTROLLER WITH CAMERA USER MANUAL Contents Introduction 4 Product Features 5 Garage Door Controller LED Indicators 6 What s Included 7 Wi-Fi Requirements 8 Mobile Device Requirements

More information

Ebrary User Guide. Downloading a Book: Reading ebrary books online: Accessing BookShelf: Using the Bookshelf:

Ebrary User Guide. Downloading a Book: Reading ebrary books online: Accessing BookShelf: Using the Bookshelf: Ebrary User Guide Downloading a Book: Reading ebrary books online: Accessing BookShelf: Using the Bookshelf: ebrary Mobile App Installation and Sign in procedure: Using ebrary App in ipad iphone ipod:

More information

Itunes Won T Restore My Ipad 2 Won To Connect

Itunes Won T Restore My Ipad 2 Won To Connect Itunes Won T Restore My Ipad 2 Won To Connect Apple Store Mac iphone Watch ipad ipod itunes Support Forcing your device to restart won't erase the content currently on your device. If you don't see the

More information

TELEVISION. WiFi Plans. Interactive Guide and DVR (Digital Video Recorder) Manual for the Amazon Fire TV Stick. WiFi ARVIG arvig.

TELEVISION. WiFi Plans. Interactive Guide and DVR (Digital Video Recorder) Manual for the Amazon Fire TV Stick. WiFi ARVIG arvig. TELEVISION WiFi Plans WiFi Delivered by Arvig Interactive Guide and DVR (Digital Video Recorder) Manual for the Amazon Fire TV Stick 888.99.ARVIG arvig.net/wifitv TABLE OF CONTENTS Getting Started My

More information

Parallels Toolbox User's Guide

Parallels Toolbox User's Guide Parallels Toolbox User's Guide Parallels International GmbH Vordergasse 59 8200 Schaffhausen Switzerland Tel: + 41 52 672 20 30 www.parallels.com Copyright 1999-2018 Parallels International GmbH. All rights

More information

Enabling Apple AirPrint with Your Xerox AltaLink Multifunction Printer. White Paper

Enabling Apple AirPrint with Your Xerox AltaLink Multifunction Printer. White Paper Enabling Apple AirPrint with Your Xerox AltaLink Multifunction Printer White Paper Contents 3 Background 3 AirPrint Basics Step 1: Device Discovery Apple Bonjour 3 Step 2: Device Information and Status

More information

How To Load Songs Into Ipod Shuffle Without Using Itunes

How To Load Songs Into Ipod Shuffle Without Using Itunes How To Load Songs Into Ipod Shuffle Without Using Itunes Use itunes to sync information on your ipod, iphone, or ipad with your computer. Connect the ios device to your computer using the included USB

More information

Chapter 11 Programs and the Visual Programmer

Chapter 11 Programs and the Visual Programmer Chapter 11 Programs and the Visual Programmer Once you have created your HCA design with devices and groups, schedules, and schedule entries, you may want to take the next step and create programs to help

More information

Created by Eugene Stephens ios 8.2

Created by Eugene Stephens ios 8.2 ios 8.2 Physical Buttons - Sleep / Wake Used to turn the device on /off or wake / sleep. Located on the top, right corner (iphone 6 located on right side). - Ring / Silent Used to turn off the ringer.

More information

How To Delete Songs Off Your Ipod Touch Without Itunes >>>CLICK HERE<<<

How To Delete Songs Off Your Ipod Touch Without Itunes >>>CLICK HERE<<< How To Delete Songs Off Your Ipod Touch Without Itunes If you downloaded the songs to itunes on your Mac or PC or to the Music app on your iphone, ipad, or ipod touch, you'll need to delete them manually.

More information

Mobile Device Support. Jeff Dove February

Mobile Device Support. Jeff Dove February Mobile Device Support Jeff Dove February 18 2017 Apple is a vertical company. Apple and IOS Control of type and design of hardware components Control over phone operating system and updates Control over

More information