Search results

  1. J

    Haiku Notification for Zone Activity

      What is the correct syntax to add a condition? For example, whenever "ZoneNotificationFlag" is on?   I am trying to find the scripting documentation, but the link i had doesnt work.
  2. J

    Haiku Notification for Zone Activity

    Is HaikuHelper no longer available? The mac it's installed on now is on the fritz and I'd like to install HH on a diff machine.
  3. J

    Haiku Notification for Zone Activity

    I'd like to create an email notification that will send an alert when specific zone/s are not ready. The alerts should be active/inactive based on a flag that is set manually and/or follows a schedule. The zones that are part of the alert should be selectable somehow (user settings?)   Is this...
  4. J

    Choosing a Whole House Audio System - Already Pre-Wired

      Ah, looks like you hit the nail on the head. I'd need an MCA for the main zones and A-SZ4 (or two) for the ABus-wired sub-zones. I may also need a D250LS for the 4 speakers in the pool room, but i'd need to convert the 2 home-run speaker wires into RCA cables to connect the D250LS to the MCA.  
  5. J

    Choosing a Whole House Audio System - Already Pre-Wired

    I purchased this house with an Omni Pro 2 HAI system installed, however the audio portion was not set up for use. There are speakers and keypad locations pre-wired, but I am not sure what kind of system would be correct in this case since some speakers are home runs to a wire closet on the 1st...
  6. J

    Haiku Haiku 4 beta test 2

    iOS 8 GM has been released (and installed on my phone) - ready when you are!   P.S. Haiku v3.93 crashed a lot and had trouble connecting to the controller on iOS 8 Beta 5 - did you get any reports of that? So far with GM it sems pretty snappy. Will see...
  7. J

    Haiku Notification or Email when Zone is Not Ready for Duration

    ok, so yes, i get a popup notification when every zone secure, and it includes the name of the zone.
  8. J

    Haiku Notification or Email when Zone is Not Ready for Duration

      i'm confused here. this just pops up an alert on the mac when ANY zone is secure.
  9. J

    Haiku Notification or Email when Zone is Not Ready for Duration

    i am guessing this is what you meant...will try it when I get a chance later today.   function onZoneSecure(zone) { alert(zone.name); }
  10. J

    Haiku Notification or Email when Zone is Not Ready for Duration

    do you mean replace this entire function?  function onZoneSecure(zone) { if(zone.name == "Kitch/Pool Door") { if(garageDoorCheckTimer != undefined) garageDoorCheckTimer.clearTimeout(); } } I am not so familiar with scripting. Can you clarify exactly what I should replace?
  11. J

    Haiku Notification or Email when Zone is Not Ready for Duration

    i have tried leaving the door open for various lengths, both shorter and longer than the timeout period. But every time i close the door, the error pops up. And i get the notification no matter what. In fact if I open/close the the door 5 times in a minute, I will then get 5 notifications.
  12. J

    Haiku Notification or Email when Zone is Not Ready for Duration

    like this? Same error... function onZoneSecure(zone) { if(zone.name == "Kitch/Pool Door") { if(garageDoorCheckTimer != undefined) garageDoorCheckTimer.clearTimeout(); } }
  13. script

    script

  14. J

    Haiku Notification or Email when Zone is Not Ready for Duration

    this is the error i get when the door is closed, even if it is within the timeout period: [sharedmedia=gallery:images:757]   THis is the code I have. There is nothing else: [sharedmedia=gallery:images:759]   Since the error occurs when the door is closed, the timeout timer is not resetting. So...
  15. jg

    jg

  16. error

    error

  17. J

    Haiku Notification or Email when Zone is Not Ready for Duration

    That's the only code I have in there. And I hit run script and there is no error. The error pops up when the zone becomes not ready I beleive. Note, the functions actually work and I do get the notifications. But when I look at the Mac, there are many of these error notifications on the screen...
  18. J

    Haiku Notification or Email when Zone is Not Ready for Duration

    var garageDoorCheckTimer; function onZoneNotReady(zone) { if(zone.name == "Motion Kitchen") { garageDoorCheckTimer = setTimeout(function () { helper.sendNotification(controller, zone.bestDescription + " was left open for 1 hour!"); // optionally you can reassign garageDoorCheckTimer to...
  19. J

    Haiku Notification or Email when Zone is Not Ready for Duration

    Also, i got this error: Unhandled exception in script on line: 15 in function "onZoneSecure": 'undefined' is not a function
  20. J

    Haiku Notification or Email when Zone is Not Ready for Duration

    Thanks, this is awesome! Just to be clear, other than adding this script, and making sure the zone name matches my controller, nothing else needs to be configured?   Also can you show me what to change to set it for 30 minutes, or 2 hours?
Back
Top