Jump to content

siegeld

Members
  • Posts

    178
  • Joined

  • Last visited

siegeld's Achievements

Member

Member (3/6)

0

Reputation

  1. I'm surprised that you mention a 2500 sq feet limit. I thought zwave would scale well to a larger sized installation, given its mesh design. Do you have experiences that should make me worry? I am thinking of deploying zwave with your new controller in a large home.
  2. I've had an ISY for a few years now, and I am entirely happy with the product. The staff are reliable and have created a product that is rock solid. It just works. I highly recommend this device.
  3. I upgraded to this new release, hoping that this would fix the problem of adding my new V.35 devices to a scene. No luck. I still get the same problem as before - when I add the device to a scene it programs away for a little while, then a request times out.
  4. Would you be so kind as to post an example of Java code that prints out the insteon address of devices that are double clicked? I'm not sure how the args to onTriggerStatus are used. Thanks!
  5. Any advice how I can get notified of a Fast On or Fast Off event from the JDK?
  6. Ah, so to be clear, it worked for you? I'll delete and recreate the program tomorrow to test again.
  7. Actually, it is working after all! Here is the program, for the record: If Status 'Master Bath - Toilet' < 30% And Status 'Master Bedroom Dressing' < 30% And Control 'Master Bedroom Dressing' is switched Off Then Set 'Master Bath - Toilet' Off Set 'Master Bath - Overhead' Off Set 'Master Bath - Vanity' Off Else - No Actions - (To add one, press 'Action')
  8. Yes, what you describe is what I'm looking for.
  9. If Status 'Foo' < 30% AND Status 'Bar' < 30% AND Status 'Baz' < 30% AND Control 'XYZ' is switched Off Then ... It seems that the < tests are not working correctly...
  10. I have the following IF statement: If Control 'Foo' is switched On Or ( Status 'Bar' is Off And Control 'Bar' is switched Off ) Then ... The then does not seem to get executed in either case - be it Foo getting switched on or Bar being switched off. If I delete the entire Or part, the Foo switch does work.
  11. Fixed. I upgraded to the latest beta. Thanks.
  12. I'd like to have ISY respond to, say, a "fast-off" action on a switch even if the switch was already off. Is there a way to do this? The reason for this, and I think this might be a common request, is that sometimes I bind fast-off to turn all lights off in the room. The switch that you are issuing the fast-off on may already be off for some reason. It is not user-friendly to have to first turn the switch on, and then fast-off, to get the fast-off action to trigger.
  13. siegeld

    Z-Wave support

    Are there any plans for a Z-Wave version of ISY?
  14. Oh, the other related request which I have was as follows: I want to define a scene, say Night Lights ON, that is enables certain lights, but is not linked to any particular "controller" button. I would like to be able to have ISY run a program when this scene is turned ON or OFF. This would allow, for example, triggering Night Lights On from the JDK, which would turn on the scene, and also, if one was defined, run a program on that event.
×
×
  • Create New...