Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| insteon_links [2009/03/12 22:49] – jay | insteon_links [2026/04/07 18:27] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== INSTEON links ====== | ||
| + | INSTEON devices provide a simple way to link together so that one device knows about and can (optionally) control another. And, unlike X10, you can link multiple devices together in different ways to create groups or scenes. For instance, let's say you have a SwitchLinc called " | ||
| + | |||
| + | - Button 3 (the first small button) on " | ||
| + | - By linking together " | ||
| + | - You could have a button 4 on " | ||
| + | |||
| + | All of these things can be done using just the link protocols that are part of the INSTEON specification. Creating these links manually in the devices can be a little cumbersome - you have to walk around your house putting each device into link mode, for each link you want to establish, on each device. For the last example, assuming you wanted to set " | ||
| + | |||
| + | That's where Indigo can help. Indigo will allow you to [[inst_remote_device_links|create almost any INSTEON links]] that can be created manually, without having to walk around your house putting switches into link mode, setting options, etc. Indigo talks to the INSTEON network via the PowerLinc 2414U interface. This interface is just like any other device: it can create links, etc. What's special about the PowerLinc is that it has a USB port that allows your Mac to communicate with it. So, your Mac can see what INSTEON signals are being sent and can send those signals as well. | ||
| + | |||
| + | You can accomplish many of Home Automation scenarios without INSTEON links - for instance, you could have Indigo listen for a button press on " | ||
| + | |||
| + | For instance, let's say that we want button 4 to operate as described above, but also if the time of day is between dusk and dawn, you want it to additionally turn on a new switch, called "Porch Light" | ||
| + | |||
| + | So, why would you choose one over the other? Here are some advantages and disadvantages to each approach: | ||
| + | |||
| + | ** INSTEON Links ** | ||
| + | |||
| + | * Don't require Indigo to be running to work | ||
| + | * Act instantaneously - that is, if dimmable lights are linked together, they can dim and brighten at the same rate as you hold down the button/ | ||
| + | * Links aren't necessarily easily edited or altered - it's a little more difficult to see what's linked to what | ||
| + | |||
| + | ** Indigo Triggers ** | ||
| + | |||
| + | * Allow for considerable flexibility - Indigo has many more action types | ||
| + | * Require Indigo to be running | ||
| + | * Because of the extra step of communication between Indigo and the PLC, actions aren't necessarily immediate - a delay of up to a couple of seconds between the time the trigger fires and the time that Indigo can start sending INSTEON commands is possible. | ||
| + | |||
| + | So, now that you have a general idea of each method, the good news is that you can use both at the same time! So, for instance, after you set up button 4 using INSTEON links as described above, you could then add a trigger action in Indigo that would, if it's dark, turn on "Porch Light" as well. | ||