Jump to content

jec6613

Members
  • Posts

    467
  • Joined

  • Last visited

Everything posted by jec6613

  1. Perfect. Since I won't be using antennas and did not order the pro (Bluetooth lacks the range and I have hardwired WAPs and Ethernet drops in every room) this is almost ideal. It can sit on the same shelf as the ISY994! It wouldn't have been a deal-breaker if it couldn't, but not having to move shelves around is certainly a nice benefit.
  2. One simple question @Michel Kohanim: will it fit into a single RU? The dimensions listed are 8x8x2, but of course this product will be shipping in October and those numbers seem rounded off quite a bit, possibly from 1.75"? Currently I have my ISY taking up 1RU on a shelf, and am wondering if I will need a second RU for a Polisy.
  3. Thanks, but that answers the heat issue (which I'm not concerned about), not the size issue.
  4. One question.. the dimensions are listed as 8x8x2, is the height number rounded from 1.750? I'm asking because my ISY currently sits on a shelf with 1RU of space, will this fit onto a 1RU shelf?
  5. I just have a keypad in our bedroom with a, "Garage," button that is lit whenever the door is open. Push it and it closes or opens it - lets me remote start the car on cold mornings, too.
  6. jec6613

    Multiple ISY's

    Yes, very do-able, but you'll have to use network resources to send commands back and forth if you want them both to respond to the same triggers. Basically though, you just run two split systems (one ISY controls one set of devices in the home, the other controls the ones in the shop, and they can only command their own) besides the aforementioned triggers to send a few things back and forth between them (For instance, you could set variable states remotely). Two separate sets of programs and et cetera would be involved. Work involved to get it going, but very reliable. Honestly I'd probably do the dual ISY setup in your case, the work would be worth it.
  7. The right hand button disables motion detection for a set period - that's how to set that period.
  8. It's not that much cheaper anymore, especially compared to the devices involved. Check SH.com. The ISY is much more reliable and more flexible. The hub only allows basic schedules without any offsets. The major advantage to the hub (aside from cost) is its very nice app interfaces and easy connection to a number of other devices. Polyglot and the UDI Portal get rid of almost all of those advantages though. For more basic users, it's also simpler to set up - I don't think that'll be an issue here though.
  9. I think something missing here is that, generally, Insteon is at least on par if not beyond many of their competitors. There's nothing like the Keypads, for instance, and the dimmers are only matched in Z-Wave by Leviton (and even then not quite matched), which come in at the same price point. The newest Insteon dimmers are really second only to Lutron, for instance, and have been updated even over the last two years and are now thinner and even higher quality than the ones I put in when I first bought my house. It's not perfect, but if you want a bulletproof reliable system, they're still top notch and slowly but surely moving the bar forward. Personally though, I have a primary Insteon system, but recognize that Z-Wave also provides unique devices that Insteon doesn't (and vis versa), so I have the Z-Wave module installed as well. Not really used yet, but the next big expansion is into Z-Wave with smart locks and enough outlets to support a decent network.
  10. Yes impacted by cold temps, and you'd have to rig up some sort of janky connection to make them sense the door since they're too insensitive for a garage door. The garage door IOLinc is much better.
  11. What's happening is that the act of turning all of the lights off triggers the program to be re-evaluated, comes up false and then follow the else path. Since the lights act like state variables and cause the program to be immediately re-evaluated, what I'd usually fix this by creating as second program with more fine-grained conditions and put the Else into the Then statement of it. I'd probably use an integer variable, so the then becomes: $Variable = 0 Set Scene Off Wait 5 seconds $Variable = 1 Then use that 1/0 variable as a condition on the second program, so that the If reads: $Variable is 1 And Status of all lights And IR_006 is pressed And then make the Then part your current Else statement. I believe there's a flag that only allows a program to run if it hasn't been run in a certain period of time that's now built into the 5.x firmware, but I've never used it so can't speak to it.
  12. They have new Z-Wave Plus versions (the model number ends in ZP) that are replacing the older ones. Otherwise identical - both with and without alarm will be available soon-ish.
  13. jec6613

    MS II behavior

    I'm just posting here so I can find this thread more easily this weekend.
  14. I use a Polyglot node server for the Harmony Hub, but I can't expose a device to the Harmony with it, just read from it and set existing settings. Of course, you could create dummy commands and have Polyglot respond to those - or just add the IR module if it's physically there with the Harmony already anyway.
×
×
  • Create New...