Software Overview  |  Sitemap  |  Downloads  |  Developers  |  Forums
Small_clear_logo_llc

Devices

Systems are built from hardware and software devices. Hardware devices can range from simple devices, such as relays and switches, to more sophisticated devices, such as ZigBee, Z-Wave, Arduino, Bluetooth, and INSTEON devices. Hardware devices are physical components that need to be acquired before building a system.

Some Supported (Hardware) Devices
Some Supported Devices

When you use hardware devices, they need to connect to your host system. Most hardware devices connect to the host over USB, but devices can connect over any host interface. Serial and networked interfaces are also popular.

Virtual Wiring System Running on a Host System
VW System

If a hardware device cannot connect directly to your host, it may be able to connect through an intermediary device which can connect to your host. Arduinos are great intermediary devices, as they have many available terminals for connecting both digital and analog devices, and there are 1000s of tested devices which connect to Arduinos.

In addition to hardware devices, the Virtual Wiring system also supports software devices. Some require a network, such as Terminals Sharing, Emailing and Texting devices, and others are standalone devices. We call these devices Virtual Devices. Virtual Devices are dedicated computer programs that perform useful functions such as comparison, counting, timing, and state machines. You will find Virtual Devices in the Virtual Devices library. What software devices can do will be limited by their constraints, but their benefit is that they will not impact your budget, because unlike hardware devices, they do not require the purchase of additional hardware.

If there is a device missing that you would like to see, check out our Forum to see if others have built one or to ask. Or try your hand at building one yourself. Virtual Devices are particularly easy to make, if you know a bit of Ruby.

Supported Devices

Here are more detailed descriptions of devices currently supported by the Virtual Wiring System. Click on the individual device links for more in depth information on how to use each device with the Virtual Wiring System.

  • Arduino Devices - Arduino devices have general purpose I/O which allows connection to 1000s of devices. They can connect to sensors, motors, lights, radios, and actuators as well as custom circuits made from discrete components.

  • Blynk Devices - Blynk Devices allow your Virtual Wiring System to be controlled by a Blynk application on your smartphone, and they let your Virtual Wiring System control other Blynk devices.

  • Bluetooth Devices - Bluetooth Devices are popular wireless devices which are useful for monitoring and control. They are also typically low cost. Bluetooth and Wi-Fi are among the most popular wireless protocols today and Bluetooth, like WiFi, is supported on most modern cell phones.

  • DLP Devices - DLP Design devices are USB based and provide general purpose sensing an control.

  • Email Devices - devices that can send and receive email and text messages.

  • INSTEON Devices - INSTEON devices are low cost wired and wireless devices useful in many home automation projects.

  • Terminals Sharing Devices - if you have two independent Virtual Wiring systems that you want to wire together, Terminals Sharing Devices are your answer.

  • Virtual Devices - we have a large library of Virtual Devices which includes alarms, timers, state machines, and digital devices.

  • Web Devices - Web devices talk to web servers on the web. They can do anything: retrieve information, send information. We provide some source code, so you can modify our devices to suit your needs.

  • XBee Devices - XBee devices provide general purpose wireless I/O as well a wireless switches and sensors.

  • Z-Wave Devices - Z-Wave devices are low cost wireless devices useful in many home automation projects.

A Note about Adding Devices

All devices are added to the system by running Scripts. Using the Scripts portion of the user interface, the user clicks on a Script’s “Run” action and enters in a set of parameters to define and configure the device. These parameters differ from device to device, and they are described in more detail in the Supported Devices section above.

You find little mention of the common parameter called the "id" parameter. Because it is common to all device Scripts, we'll cover it here.

All devices have a common “id” parameter. The “id” parameter names the device, so one can identify it in the system. As a result, the “id” for each device must be unique. In addition, it's possible that one will want to reference a device for some reason. The “id” parameter is used when configuring or altering existing devices in the system.

The naming of all device “id”s must follow a particular syntax. Each “id” must begin with a letter and be composed of letters, underscores, and numbers. They are case sensitive.

For more information on device IDs see the Device IDs section in the Scripts page.

Catalina Computing, LLC.

Copyright © Catalina Computing, LLC. (2013-2018)




Page last updated: Wed May 16 21:23:21 2018 (UTC)